<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns="http://purl.org/rss/1.0/">




    



<channel rdf:about="http://groundwire.org/support/websites/RSS">
  <title>Websites</title>
  <link>http://groundwire.org</link>

  <description>
    
      A collection of help articles related to websites
    
  </description>

  

  
            <syn:updatePeriod>daily</syn:updatePeriod>
            <syn:updateFrequency>1</syn:updateFrequency>
            <syn:updateBase>2009-06-16T17:30:25Z</syn:updateBase>
        

  <image rdf:resource="http://groundwire.org/logo.png"/>

  <items>
    <rdf:Seq>
      
        <rdf:li rdf:resource="http://groundwire.org/resources/articles/google-analytics-basic-worksheet"/>
      
      
        <rdf:li rdf:resource="http://groundwire.org/resources/articles/how-to-embed-videos-in-plone"/>
      
      
        <rdf:li rdf:resource="http://groundwire.org/support/articles/how-to-embed-videos-in-plone"/>
      
      
        <rdf:li rdf:resource="http://groundwire.org/resources/articles/using-flickr-slideshows-in-plone"/>
      
      
        <rdf:li rdf:resource="http://groundwire.org/resources/articles/how-to-copy-content-from-microsoft-word-into-plone"/>
      
      
        <rdf:li rdf:resource="http://groundwire.org/resources/articles/plone-3-quick-start"/>
      
      
        <rdf:li rdf:resource="http://groundwire.org/resources/articles/plone-form-gen"/>
      
      
        <rdf:li rdf:resource="http://groundwire.org/resources/articles/useful-keyboard-shortcuts"/>
      
      
        <rdf:li rdf:resource="http://groundwire.org/resources/articles/room-full-of-views-display-tab"/>
      
      
        <rdf:li rdf:resource="http://groundwire.org/resources/articles/troubleshooting-plone-pages-html"/>
      
      
        <rdf:li rdf:resource="http://groundwire.org/resources/articles/how-to-move-existing-content-into-plone"/>
      
      
        <rdf:li rdf:resource="http://groundwire.org/resources/articles/plone-3-quick-start/rename-content"/>
      
      
        <rdf:li rdf:resource="http://groundwire.org/resources/articles/plone-3-quick-start/reorder-content"/>
      
      
        <rdf:li rdf:resource="http://groundwire.org/resources/articles/plone-3-quick-start/upload-images-and-files"/>
      
      
        <rdf:li rdf:resource="http://groundwire.org/resources/articles/plone-3-quick-start/insert-images"/>
      
    </rdf:Seq>
  </items>

</channel>


  <item rdf:about="http://groundwire.org/resources/articles/google-analytics-basic-worksheet">
    <title>Google Analytics Basic Worksheet</title>
    <link>http://groundwire.org/resources/articles/google-analytics-basic-worksheet</link>
    <description>Download this worksheet to help you get started tracking and understanding your web analytics.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p>This document will help you pick out some useful data to begin tracking with Google Analytics. The assumption is that you are interested in tracking web traffic trends over time. Other types of analysis are possible with Google Analytics (i.e. information architecture), but are not covered in this worksheet. We’ve also included some pointers on how to interpret the data you are tracking.</p>
<p><a href="http://groundwire.org/support/ga-basic-worksheet/" class="internal-link" title="Google Analytics Basic Worksheet">Download the Worksheet here (MS Word)</a></p>
<p>Remember, a big part of really making web analytics work for you is to set clear goals and then decide upon specific metrics to track those goals. The specifics of how to craft goals and tracking schemes are not covered in this document, but Groundwire <a href="http://groundwire.org/services/technology-planning" class="internal-link" title="Technology Planning">does offer consulting in this area</a>.<br /><br /><br /></p>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Sam Knox</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2010-06-30T19:35:00Z</dc:date>
    <dc:type>Article</dc:type>
  </item>


  <item rdf:about="http://groundwire.org/resources/articles/how-to-embed-videos-in-plone">
    <title>How to Embed Videos in Plone</title>
    <link>http://groundwire.org/resources/articles/how-to-embed-videos-in-plone</link>
    <description>Want a video on your website? Read this how-to and learn the basics of embedding video.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p>YouTube, Vimeo, and other multimedia sites
often provide the HTML code necessary to embed a video on your own
website. Here's an example of where to find that code on YouTube:</p>
<p><strong><img src="http://learnplone.org/images/youtube-embed.gif" alt="youtube-embed.gif" class="image-left" /></strong></p>
<p>&nbsp;</p>
<blockquote class="pullquote">
<p>Copy all the code in the <strong>Embed</strong> box. The URL box
will only give you a link to the YouTube page where the video resides,
not the code necessary to add it to your website.</p>
</blockquote>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Now, go to the page on your Plone site where you want the video to appear. Click the <strong>Edit</strong> tab and then click the HTML icon to switch to HTML mode. Now paste the code. If you already have content
on the page, you may need to know a thing or two about HTML to get it
in the right place. If you don't know HTML very well, start with a
blank page to insert your video on.</p>
<p>If you've copied the code correctly, it should look something like this:</p>
<pre>&lt;object width="425" height="350"&gt;
&lt;param name="movie" value="http://www.youtube.com/v/ydLiasdJeoo"&gt;
&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;
&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/ydLiasdJeoo" width="425" height="350"&gt;
&lt;/embed&gt;&lt;/object&gt;
</pre>
<p>&nbsp;</p>
<p>Now <strong>Save</strong> the page you are working on and the video should be there!</p>
<p>&nbsp;</p>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Sam Knox</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2009-11-03T22:45:00Z</dc:date>
    <dc:type>Article</dc:type>
  </item>


  <item rdf:about="http://groundwire.org/support/articles/how-to-embed-videos-in-plone">
    <title>How to Embed Videos in Plone</title>
    <link>http://groundwire.org/support/articles/how-to-embed-videos-in-plone</link>
    <description>Want a video on your website? Read this how-to and learn the basics of embedding video.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p>YouTube, Vimeo, and other multimedia sites
often provide the HTML code necessary to embed a video on your own
website. Here's an example of where to find that code on YouTube:</p>
<p><strong><img src="http://learnplone.org/images/youtube-embed.gif" alt="youtube-embed.gif" class="image-left" /></strong></p>
<p>&nbsp;</p>
<blockquote class="pullquote">
<p>Copy all the code in the <strong>Embed</strong> box. The URL box
will only give you a link to the YouTube page where the video resides,
not the code necessary to add it to your website.</p>
</blockquote>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Now, go to the page on your Plone site where you want the video to appear. Click the <strong>Edit</strong> tab and then click the HTML icon to switch to HTML mode. Now paste the code. If you already have content
on the page, you may need to know a thing or two about HTML to get it
in the right place. If you don't know HTML very well, start with a
blank page to insert your video on.</p>
<p>If you've copied the code correctly, it should look something like this:</p>
<pre>&lt;object width="425" height="350"&gt;
&lt;param name="movie" value="http://www.youtube.com/v/ydLiasdJeoo"&gt;
&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;
&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/ydLiasdJeoo" width="425" height="350"&gt;
&lt;/embed&gt;&lt;/object&gt;
</pre>
<p>&nbsp;</p>
<p>Now <strong>Save</strong> the page you are working on and the video should be there!</p>
<p>&nbsp;</p>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Sam Knox</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2009-11-03T22:45:00Z</dc:date>
    <dc:type>Article</dc:type>
  </item>


  <item rdf:about="http://groundwire.org/resources/articles/using-flickr-slideshows-in-plone">
    <title>Using Flickr Slideshows in Plone</title>
    <link>http://groundwire.org/resources/articles/using-flickr-slideshows-in-plone</link>
    <description>Flickr is a great tool for organizing and managing your photos. Learn how to insert a Flickr slideshow into your Plone site.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<div id="bodyContent">
<p>Flickr is a popular, low-cost, powerful web-based service for
storing, managing and sharing photos. As such, it makes an excellent
tool for creating and sharing polished slideshows. Even better, it is
very easy to integrate Flickr slideshows directly into a Plone website. Here are two ways you can embed a slideshow.</p>
</div>
<h2 class="Heading">Using embed code</h2>
<p>You can go to any collection of images in Flickr and initiate a slideshow via the<strong> Slideshow</strong> button in the upper-right corner of the Flickr site.</p>
<p>Once you've done that, notice the <strong>Share</strong> link in the upper-right corner. There you will find several ways to share the slideshow, including using the embed code.</p>
<p>Copy the entire embed code and paste it into a page on your site. Make sure you're editing in HTML mode so the code gets applied properly.</p>
<p><strong>Example:</strong></p>
<object height="300" width="400">   <embed height="300" width="400" flashvars="offsite=true&lang=en-us&page_show_url=%2Fsearch%2Fshow%2F%3Fq%3Dalki%2Bbeach&page_show_back_url=%2Fsearch%2F%3Fq%3Dalki%2Bbeach&method=flickr.photos.search&api_params_str=&api_text=alki+beach&api_tag_mode=bool&api_media=all&api_sort=relevance&jump_to=&start_index=0" allowfullscreen="true" src="http://www.flickr.com/apps/slideshow/show.swf?v=71649" type="application/x-shockwave-flash"></embed></object>
<p>&nbsp;</p>
<div id="bodyContent">
<p>&nbsp;</p>
</div>
<h2 class="Heading">Using iframes</h2>
<h3 class="Subheading"><strong>Step 1 </strong></h3>
<div id="bodyContent">
<p>Create a <span class="link-external"><a href="http://www.flickr.com/">Flickr</a></span>
account. It’s free…well sort of. You will find that pretty soon you
will bump up against their upload limit on the free account. But, you
would be hard pressed to find a better deal than $25/year for the <span class="link-external"><a href="http://www.flickr.com/upgrade/">Flickr Pro Account</a></span>.  When you are ready use one of their <span class="link-external"><a href="http://www.flickr.com/tools">uploading tools</a></span> to bulk upload your photos. Also, be sure to check out <span class="link-external"><a href="http://www.flickr.com/get_the_most.gne">How to get the most out of Flickr</a></span> so you can begin to take advantage of all the tools now at your fingertips.</p>
<h3>Step 2</h3>
<p>Organize and tag your photos. You can even encourage others who have
Flickr accounts to use your Flickr email address to send you their
favorite images. Or better yet if they have a Flickr account give them
a unique tag so you can see their photos. When you have a “photo set”
or tag that has a good amount of photos in it, it is time to build a
simple slideshow for your Plone site.</p>
<h3>Step 3</h3>
<p>Use <span class="link-external"><a href="http://www.lazyi.net/flickr-slideshow-html/">this handy tool </a></span>to
get the HTML code you will need to insert a slideshow into your
website. The tool allows you to show all your photos, a photo set,
photos in your collection that have a certain tag, or all the photos on
Flickr that has that tag (!).</p>
<h3><strong><strong>Step 4</strong></strong></h3>
<h3><strong></strong></h3>
<p>Create a page in your site (ideally in a folder that you perhaps
call "Photo Gallery"). Click Kupu's HTML button to view the raw HTML
code of your page, then paste in the code you just generated in Step 3.&nbsp;</p>
<p>&nbsp;</p>
<h3>Example</h3>
<p>As an example here is a sample slideshow built of all photos in Flickr tagged with <span class="link-external"><a href="http://www.flickr.com/photos/60605926@N00/tags/plone/page2/">"Plone."</a></span></p>
<iframe src="http://www.flickr.com/slideShow/index.gne?&tags=plone" frameborder="0" scrolling="no" align="middle" height="500" width="500"></iframe>
<p>&nbsp;</p>
</div>
<p>&nbsp;</p>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Sam Knox</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2009-11-03T22:35:00Z</dc:date>
    <dc:type>Article</dc:type>
  </item>


  <item rdf:about="http://groundwire.org/resources/articles/how-to-copy-content-from-microsoft-word-into-plone">
    <title>How to Copy Content from Microsoft Word into Plone </title>
    <link>http://groundwire.org/resources/articles/how-to-copy-content-from-microsoft-word-into-plone</link>
    <description>There are a few things to know about copying and pasting content from Word into Plone to get the best results.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<div class="documentDescription">There are a few things to know about copying and pasting content from Word into Plone to get the best results.</div>
<p>Many of us use Word (or similar word processing programs like Open
Office, or Text Edit) to create, share, and collaborate on content
creation. Word is a great tool to for intra-office use and it works
well in conjunction with PowerPoint, Excel, and other Microsoft Office
programs. However, Word was never intended to be used to generate web
pages or to be used in conjunction with a Content Management System
such as Plone.</p>
<blockquote class="pullquote">
<p>Copying from Word brings tag attributes, stylesheet information, and
invalid HTML into Plone. You cannot see this information unless you
switch to the edit HTML mode in the visual editor.</p>
</blockquote>
<p><strong>This isn't Plone's or the Internet's fault</strong> - Word
documents contain formatting information that was designed to be
understood by other Microsoft Office programs, not web browsers. Still,
it is very common that the bulk of the content an organization wants to
post online is coming from Word documents.</p>
<p>Hence the frequently asked question: <strong>Can I copy and paste my page content from Word directly into Plone?</strong></p>
<p><strong>The short answer is no</strong>. The longer answer is, yes
but you need to prepare the content first. You must get rid of the
Word-centric formatting first by using either Notepad or Text Edit for
Mac users.<br /></p>
<h3>Notepad</h3>
<p>The best method is to simply copy content from Word and paste it
into
Notepad. From there, copy the content out of Notepad and paste it into
Plone. This removes all the extra formatting that comes from copying
out of Word. You will lose formatting such as
bold, italics, font sizes, and so on, but you can use the toolbar in
Plone's visual editor to recreate it. This method is the "cleanest" way
to move content from Word into Plone.</p>
<p><em>Mac users can use Text Edit to accomplish the same thing. Be sure that Text Edit is in "plain text" mode.<br /><br /></em></p>
<h3>Examples of Word Formatting</h3>
<p>Below is an example of what problematic Word formatting looks like.
If you happen to see this kind of formatting information either
rendered on a page, or in the HTML view of your Plone page, you (or
someone you know) probably copied the content from Word without going
through Notepad first.</p>
<pre>&lt;w:LatentStyles DefLockedState="false" LatentStyleCount="156"&gt;
&nbsp;&lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
&nbsp;/* Style Definitions */
&nbsp;table.MsoNormalTable
&nbsp;&nbsp;&nbsp; {mso-style-name:"Table Normal";
&nbsp;&nbsp;&nbsp; mso-tstyle-rowband-size:0;
&nbsp;&nbsp;&nbsp; mso-tstyle-colband-size:0;
&nbsp;&nbsp;&nbsp; mso-style-noshow:yes;
&nbsp;&nbsp;&nbsp; mso-style-parent:"";
&nbsp;&nbsp;&nbsp; mso-padding-alt:0in 5.4pt 0in 5.4pt;
&nbsp;&nbsp;&nbsp; mso-para-margin:0in;
&nbsp;&nbsp;&nbsp; mso-para-margin-bottom:.0001pt;
&nbsp;&nbsp;&nbsp; mso-pagination:widow-orphan;
&nbsp;&nbsp; }
&lt;/style&gt;
&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
&nbsp;&lt;o:shapedefaults v:ext="edit" spidmax="1026"&nbsp;&nbsp;&nbsp; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
&nbsp;&lt;o:shapelayout v:ext="edit"&gt;
&nbsp; &lt;o:idmap v:ext="edit" data="1"&nbsp;&nbsp;&nbsp; /&gt;
&nbsp;&lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
</pre>
<p>This kind of inline style information will conflict with the
stylesheet information in Plone. In short, you may observe strange
behavior on your pages.</p>
<p>In order to get rid of it, you will <strong>have to edit the HTML of the page</strong> (via the HTML icon in the visual editor), or simply delete the page and start over!</p>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Sam Knox</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2009-11-03T22:20:00Z</dc:date>
    <dc:type>Article</dc:type>
  </item>


  <item rdf:about="http://groundwire.org/resources/articles/plone-3-quick-start">
    <title>Plone 3 Quick Start Tutorial</title>
    <link>http://groundwire.org/resources/articles/plone-3-quick-start</link>
    <description>Here are the tasks you need to learn first in order to be effective in Plone</description>
    
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Sam Knox</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2009-09-10T21:55:00Z</dc:date>
    <dc:type>Folder</dc:type>
  </item>


  <item rdf:about="http://groundwire.org/resources/articles/plone-form-gen">
    <title>PloneFormGen</title>
    <link>http://groundwire.org/resources/articles/plone-form-gen</link>
    <description>Documentation for Plone Form Gen</description>
    
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Sam Knox</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2009-09-09T20:55:00Z</dc:date>
    <dc:type>Folder</dc:type>
  </item>


  <item rdf:about="http://groundwire.org/resources/articles/useful-keyboard-shortcuts">
    <title>Useful Keyboard Shortcuts</title>
    <link>http://groundwire.org/resources/articles/useful-keyboard-shortcuts</link>
    <description>There's a world of functionality just underneath your fingers. Think undo, copy, cut, and paste. Know the moves to put you in command of your content!</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Regarless of the application you're working with (Plone, Blogger, Wikipedia, email) there are a number of common <b>keyboard shortcuts</b> that can really help save you time and help get you out of a jam.</p>
<h3>What is a shortcut?</h3>
<p>Also known as 'hot keys' a keyboard shortcut is a combination of keystrokes which sends a particular command to your computer. In the examples below, most of them will use the CTRL key plus a letter on the keyboard. Note to Mac users - simply substitute the 'command' or 'apple' key in place of the PC-centric CTRL button.</p>
<h3>The Moves</h3>
<ul>
<li>CTRL+C - Copy</li>
<li>CTRL+X - Cut</li>
<li>CTRL+V - Paste</li>
<li>CTRL+Z - Undo</li>
<li>CTRL+A - Select All</li>
<li>Shift+Enter - Line break (very useful for getting page layouts right)</li>
<li>Shift+Del - Remove line break</li>
</ul>
<h3>What's Wrong with Using a Mouse?</h3>
<p>We've got nothing against the trusty rodent but some applications disable the familiar right-click menu. In those cases it's helpful to be able to fall back on the original data entry device: your keyboard! Plus knowing keyboard shortcuts make you look like a computer genius.</p>
<p>&nbsp;</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Sam Knox</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2009-09-03T19:50:00Z</dc:date>
    <dc:type>Article</dc:type>
  </item>


  <item rdf:about="http://groundwire.org/resources/articles/room-full-of-views-display-tab">
    <title>Room Full of Views: Understanding the Display Menu</title>
    <link>http://groundwire.org/resources/articles/room-full-of-views-display-tab</link>
    <description>Plone folders and other content types can present different 'views' of the content they contain or aggregate. Read this article to learn more about using the Display menu in Plone.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<blockquote class="pullquote"><a href="http://plone.org/documentation/manual/plone-3-user-manual/managing-content/folder-view">Read about folder views on Plone.Org</a><br /><br /></blockquote>
<p>One of the concepts that many newcomers to Plone struggle with is understanding how or why Plone displays the content that it does. It's fairly obvious how content on a page got there: you simply edit the page and use the visual editor to add content. <b>But</b> <b>what about folders and collections?</b></p>
<p><b><br /></b></p>
<h3>Containers and Aggregators</h3>
<p>Certain content types in Plone are what are called <b>containers</b>. A folder is an example of a container in Plone. Simply put, a folder is a content item that contains other content items (such as pages, images, and files). <b>Collections</b> are also containers, although more properly they are called an <b>aggregator</b>. The items in a collection don't literally reside there as they do in the case of folders; instead a collection <i>aggregates</i> content items from the site and displays them in one place.</p>
<p>When working in Plone, you don't necessarily need to make distinctions between aggregators and containers other than to realize that <b>only these content types have the display menu available to them</b>. Pages, images, files and so on do not have the Display menu.</p>
<p>&nbsp;</p>
<h3>Folder Views</h3>
<p>Let's start with a discussion of folder views and the options available in the folder's Display drop-down menu. There are five default options available in a folder Display menu. They are:</p>
<ul>
<li><b>Summary View</b> - Displays folder contents by Title &amp; Description. If the content item being displayed has an attached thumbnail image (i.e. News Item), it will appear also. </li>
<li><b>Tabluar View</b> - Items are displayed in a simple table by Title &amp; Type. If you are logged in as a Manager, you'll also see the Author and Modification Date.</li>
<li><b>Thumbnail View</b> - This viewed is designed for Images only to create a simple photo gallery. Images are displayed as thumbnails which click through to the full-sized image.</li>
<li><b>Standard View</b> - The view a folder has when you first create the folder. Items are listed by Title &amp; Description.</li>
<li><b>Default Content Item View</b> - If you want to use the content of a single item in the folder, use this view. This is most commonly used when you desire a folder to have a 'landing page' instead of a listing of contents.</li>
</ul>
<p>&nbsp;</p>
<h3>Collection Views</h3>
<p>A Collection has all the same views available to it that a folder has, plus a special <b>Collection View</b>. By default, the Collection View and Standard View appear identical but your web developer can customize each independently of each other. Note that you select Collection Views in the Display menu under the Item Display heading (the bottom half of the menu) and not the Folder Display heading (top half of the menu).</p>
<p>Remember, Collections aggregate content items - they do not contain them. That is to say that you cannot literally move items in and out of a Collection in the same way you can with a Folder. However, as a site manager you can make bulk changes to items aggregated in a Collection by appending "folder_contents" to the end of the URL of the Collection. For example:</p>
<pre>http://www.mysite.org/news/aggregator/folder_contents<br /></pre>
<h3><br />Custom Views</h3>
<p>Many Plone add-on products provide additional views for folders and collection as well as custom views your web developer may have created for you. These views will be available under the Display menu along with the standard Plone views.</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Sam Knox</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2009-09-02T21:40:00Z</dc:date>
    <dc:type>Article</dc:type>
  </item>


  <item rdf:about="http://groundwire.org/resources/articles/troubleshooting-plone-pages-html">
    <title>Troubleshooting Plone Pages: Using HTML</title>
    <link>http://groundwire.org/resources/articles/troubleshooting-plone-pages-html</link>
    <description>This article describes how to use the HTML view in Plone to help you troubleshoot your page layouts.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p>Visual editors, such as the one that comes with Plone, make creating webpages a whole lot simpler than having to learn the ways of HTML. Still, some basic knowledge of HTML can really be a boon when trying to get your page layout to look just the way you want it to.</p>
<h3>Basics of HTML</h3>
<p>HTML uses what are called <strong>tags</strong> to give a document its layout and some of its formatting. All HTML tags are denoted by the "greater than" and "less than" symbols, sometimes referred to as "angle brackets". Here are some examples:</p>
<pre>&lt;p&gt;This is a paragraph of text&lt;/p&gt;

&lt;p&gt;An image can be displayed like this: &lt;img src="../../logo.jpg" /&gt;&lt;/p&gt;
</pre>
<p>Notice that text is contained within the HTML tags. You can always tell where a tag ends because you'll see the same tag with a forward slash like this: &lt;/p&gt;</p>
<p>You can use the page text to help orient yourself when looking at a large HTML document, as it can be confusing at first with all the tags alongside your page content.</p>
<h3>Things to Look For</h3>
<p>One of the most common problems in page layouts is that you either have too little or too much spacing between paragraphs or headers. No matter how many times you keep pushing enter or delete or starting over, you still can't get the spacing quite right. Look at the HTML code of the page and be on the lookout for:</p>
<ul>
<li><strong>Empty paragraphs</strong> - They look like this &lt;p&gt;&amp;nbsp;&lt;/p&gt;</li>
<li><strong>A line break</strong> - They look like this &lt;br /&gt; or &lt;br&gt;</li>
<li><strong>Other troublemakers</strong> - &lt;blockquote&gt;&lt;/blockquote&gt; OR &lt;div&gt;&lt;/div&gt;</li></ul>
<p>Those are fairly easy to spot when they're all by themselves. Things get a bit more tricky when content you DO want to keep is wrapped inside an HTML tag you didn't intend on. Here's an example:</p>
<pre>&lt;div class="portal-content"&gt;
&lt;p&gt;Some text I'd like to keep, but for some reason there's some 
extra blank space above this paragraph&lt;/p&gt;
&lt;/div&gt;</pre>
<p>Notice that the paragraph you want to keep is wrapped inside a &lt;div&gt; tag. If you want to get rid of the tag, you must remove both the start &lt;div&gt; and the end &lt;/div&gt;. The result would then be:</p>
<pre>&lt;p&gt;Some text I'd like to keep, but for some reason 
there's some extra blank space above this paragraph&lt;/p&gt;
</pre>
<h3 class="Subheading">Signal-to-Noise</h3>
<p>Most of the examples above have been very simple. A page with many elements (i.e. lots of formatting) will look much more confusing at first. One reason is that many of the tags will contain <strong>attributes</strong>, which basically add to the amount of characters you must scan over to find the part of the document you're trying to troubleshoot. For the most part, <strong>you can ignore those tag attributes</strong> (unless you know some things about them and how Plone uses them).</p>
<p>Attributes look like this:</p>
<pre>&lt;p class="align-left"&gt;Some text here with an image next to it
&lt;img src="../../logo.jpg" alt="Our Logo" class="image-inline" id="news-item" /&gt; 
&lt;/p&gt;
</pre>
<p>Most browsers support text searching, which can be a convenient way of find the part of the page you're trying to edit. I use the keyboard shortcut: <strong>crtl+f</strong> to initiate a search.</p>
<h3 class="Subheading">A List of Common HTML Tags</h3>
<p>Below is a list of common tags you're likely to encounter when troubleshooting a page in Plone:</p>
<ul><li><strong>&lt;p&gt;</strong> Beginning of a paragraph</li><li><strong>&lt;/p&gt;</strong> End of a paragraph</li><li><strong>&lt;br /&gt;</strong> or <strong>&lt;br&gt;</strong> A line break</li><li><strong>&lt;strong&gt;</strong> or <strong>&lt;b&gt;</strong> Start of bold text</li><li><strong>&lt;/strong&gt;</strong> or <strong>&lt;/b&gt;</strong> end of bold text<br /></li><li><strong>&lt;h2&gt;</strong> A heading</li><li><strong>&lt;/h2&gt; </strong>End of a heading</li><li><strong>&lt;h3&gt;</strong> A subheading</li><li><strong>&lt;/h3&gt;</strong> End of a subheading</li><li><strong>&lt;a&gt;</strong> Beginning of a link, usually with tag attributes like this: <strong>&lt;a href="http://www.site.org"&gt;</strong></li><li><strong>&lt;/a&gt;</strong> End of a link<br /></li><li><strong>&lt;img&gt;</strong> An image, usually with tag attributes like this: <strong>&lt;img src="http://www.site.org" class="image-inline" /&gt;</strong></li><li><strong>&lt;ul&gt;</strong> Beginning of a bulleted list</li><li><strong>&lt;li&gt;</strong> An item in a list</li><li><strong>&lt;/ul&gt;</strong> End of a bulleted list</li><li><strong>&lt;ol&gt;</strong> Beginning of a numbered list</li><li><strong>&lt;/ol&gt;</strong> End of a numbered list<br /></li></ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Sam Knox</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2009-09-01T19:55:00Z</dc:date>
    <dc:type>Article</dc:type>
  </item>


  <item rdf:about="http://groundwire.org/resources/articles/how-to-move-existing-content-into-plone">
    <title>How to Move Existing Content into Plone</title>
    <link>http://groundwire.org/resources/articles/how-to-move-existing-content-into-plone</link>
    <description>Learn the various ways of moving content from your old website or documents into Plone. You'll learn how to move images, content from Word documents, and more!</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<h2>Overview</h2>
<div class="documentDescription">Let's look at the big picture first.</div>
<div id="bodyContent">
<p>If you are reading this tutorial, you've probably been put in charge of moving the contents of your existing website into your new Plone website. You also likely have some content that exists in word-processing documents, and even some pictures on your desktop that need to go on the new site as well.</p>
<p>This tutorial will teach you the best ways to move all that content into Plone, without having to re-write everything.</p>
<h3>Finding Content</h3>
<p>If you are working on building a new Plone-powered website, you fall into one of two categories:</p>
<ol>
<li>Your organization has an existing site that you wish to transfer into Plone, or </li>
<li>Your organization doesn't already have a site and you want to create a new one using Plone.</li></ol>
<p>&nbsp;</p>
<p>In the first instance, most of your content already exists on your old website, and you simply wish to transfer it to the new one. As part of that process, you probably be doing some editorial work along the way: deciding what content to keep and what to get rid of. You may also need to write content for brand new sections.</p>
<p>In the second instance, your primary job is to write and/or gather content together for the new website. Your desktop computer will act as the staging area for all the images, text, links, and so on that eventually will be part of your new Plone website.</p>
<p>&nbsp;</p>
</div>
<h2>Copy and Paste from a Website or Word Document<br /></h2>
<div class="documentDescription">Learn how to copy and paste text from an existing website into Plone.</div>
<div id="bodyContent">
<p><strong>What's important to know?</strong> Your existing site (or content found in a Word document) may be using different fonts than the standard fonts found in Plone. When you copy and paste from Word or from your existing website, some formatting also gets copied along with the text. It's your job to remove the existing formatting of your content before pasting it into Plone. This is done in three steps:</p>
<ol>
<li>You must first convert your content to Plain Text. To do this, copy some content using CRTL+C. Open Notepad and paste (CRTL+V) the content into Notepad.</li>
<li>Copy the same content again out of Notepad.</li>
<li>Paste the content from Notepad into Plone.</li></ol>
<p class="discreet"><strong>To copy content, simply highlight (click and drag the mouse pointer over the area you wish to copy) the text you want and push CTRL+C or right-click and choose Copy.<br /></strong><em><br /></em></p>
<p>You'll probably notice that the spacing between paragraphs may have changed a bit. There isn't really a way around this, so you'll need to do some <a href="http://groundwire.org/resources/articles/troubleshooting-plone-pages-html" class="internal-link" title="Troubleshooting Plone Pages: Using HTML">tidying up</a>. Other formatting such as bold, italics, or numbered and bulleted lists may need to be re-created using the editing tools found in Plone.</p>
<p>It may seem like these are limitations of Plone, but in fact it's being picky to help you out. If you don't convert to plain text first, some HTML can find its way onto your site (such as table formatting) that can make things display strangely and requires editing the HTML to remove.</p>
<h3><strong>Things to remember</strong><br /></h3>
<ul>
<li>Links will not copy. The web address of the link is probably going to be different on your new site anyway. </li>
<li>Images will not copy. Images must be saved to your desktop computer first, then uploaded to Plone.</li>
<li>Fonts will not copy. Plone converts all fonts to a one standard, widely supported font. Using the text editor in Plone, you can override the standard font with styles available in the style menu.</li></ul>
<p>&nbsp;</p>
</div>
<h2>Getting Your Pages to Look the Way the Used to</h2>
<div class="documentDescription">Once you've copied some text over, you may need to do some formatting to get it to look the same as it once did.</div>
<div id="bodyContent">
<p>Let's assume you've just copied some content over from your existing site or Word document. Below is some mock content to illustrate this example:</p>
<blockquote>
<div align="left">Latin 1-2-3</div>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam egestas lorem ullamcorper erat. Nulla eu nibh a ipsum tempus suscipit. Nam tortor nunc, molestie aliquam, fringilla in, commodo in, felis. Nullam nisi elit, pulvinar a, tempor facilisis, bibendum id, ipsum. Nam aliquet tellus. Cras cursus, justo ac interdum ornare, turpis sapien aliquet tellus, vitae euismod dui dolor id nunc. Nulla sagittis lorem non arcu. Donec volutpat suscipit risus. Sed vitae urna. In cursus consectetuer dolor. Vestibulum leo. Vestibulum non enim. Phasellus in odio. Integer ac nunc id odio pulvinar eleifend. Pellentesque quis mi non lectus laoreet consectetuer. Donec adipiscing velit ut urna. Donec tempor. Aliquam vitae quam nec lacus varius nonummy. <br /> The following verb tenses can be found in the next paragraph:<br /> •&nbsp;&nbsp;&nbsp; Present Tense<br /> •&nbsp;&nbsp;&nbsp; Future Tense<br /> •&nbsp;&nbsp;&nbsp; Past Perfect<br /> •&nbsp;&nbsp;&nbsp; Imperfect<br /> Nulla ut odio vel pede placerat commodo. Nullam odio urna, interdum volutpat, accumsan vitae, auctor nec, orci. Ut rhoncus. Phasellus scelerisque quam id nisi. Aliquam erat volutpat. Nam laoreet. Maecenas fermentum. Fusce imperdiet. Vivamus at lorem. Suspendisse laoreet ullamcorper est. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Ut semper lacus sed tellus. Sed erat diam, pellentesque non, molestie id, pretium at, velit. Suspendisse ac diam. Nam cursus auctor turpis.</p>
</blockquote>
<p>However, oftentimes the original document will look rather different. There are words in bold, italics, text that is centered, and a bulleted list is part of the page too.</p>
<p>Using only the formatting tools found in Plone's visual editor, such as the style drop-down menu, the bold icon, the italics icon and the bulleted list icon, you can re-create the formatting of the original document. You may not be able to get it exactly the same, but you're writing for the web here, and should follow the <a href="http://groundwire.org/resources/articles/writing-online-best-practices"><span class="link-external">best practices for writing online</span></a>.</p>
<p>The final result looks like this:</p>
<blockquote>
<h3 align="center">Latin 1-2-3</h3>
<p><strong> Lorem ipsum dolor sit amet</strong>, consectetuer adipiscing elit. Nullam egestas lorem ullamcorper erat. Nulla eu nibh a ipsum tempus suscipit. Nam tortor nunc, molestie aliquam, fringilla in, commodo in, felis. Nullam nisi elit, pulvinar a, tempor facilisis, bibendum id, ipsum. Nam aliquet tellus. Cras cursus, justo ac interdum ornare, turpis sapien aliquet tellus, vitae euismod dui dolor id nunc. Nulla sagittis lorem non arcu. Donec volutpat suscipit risus. Sed vitae urna. In cursus consectetuer dolor. Vestibulum leo. Vestibulum non enim. Phasellus in odio. Integer ac nunc id odio pulvinar eleifend. Pellentesque quis mi non lectus laoreet consectetuer. Donec adipiscing velit ut urna. Donec tempor. Aliquam vitae quam nec lacus varius nonummy.</p>
<p><br /> The following <em>verb tenses</em> can be found in the next paragraph:</p>
<ul>
<li>Present Tense</li>
<li>Future Tense</li>
<li>Past Perfect</li>
<li>Imperfect</li></ul>
<p>Nulla ut odio vel pede placerat commodo. Nullam odio urna, interdum volutpat, accumsan vitae, auctor nec, orci. Ut rhoncus. Phasellus scelerisque quam id nisi. Aliquam erat volutpat. Nam laoreet. Maecenas fermentum. Fusce imperdiet. Vivamus at lorem. Suspendisse laoreet ullamcorper est. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Ut semper lacus sed tellus. Sed erat diam, pellentesque non, molestie id, pretium at, velit. Suspendisse ac diam. Nam cursus auctor turpis.</p>
</blockquote>
<p>&nbsp;</p>
</div>
<h2>Troubleshooting: Tricks and Tips</h2>
<div class="documentDescription">Here is some useful tricks to employ if you're having trouble getting your pages to look just right.</div>
<div id="bodyContent">
<p>There's some simple tricks that can really help you to get your pages to look right. The most common difficulty is getting the spacing between lines or paragraphs correct.</p>
<h3>Paragraphs and Line Breaks<br /></h3>
<p>When you push the <strong>Enter</strong> button on your keyboard, Plone assumes that you are starting a new paragraph. If you want to force a <strong>single line break</strong>, you need to hold down the <strong>Shift</strong> key, then press <strong>Enter</strong>. Here's an example:</p>
<p>sampletextsampletextsampletextsampletextsampletextsampletextsampletext</p>
<p>sampletextsampletextsampletextsampletextsampletextsampletextsampletext</p>
<p>sampletextsampletextsampletextsampletextsampletextsampletextsampletext</p>
<p>I pushed the Enter key between each of those lines. Notice the amount of space between those lines. Now look at the same lines of text, this time using <strong>Shift+Enter</strong>:</p>
<p>sampletextsampletextsampletextsampletextsampletextsampletextsampletext<br />sampletextsampletextsampletextsampletextsampletextsampletextsampletext<br />sampletextsampletextsampletextsampletextsampletextsampletextsampletext</p>
<p>&nbsp;</p>
<strong>Shift+Enter</strong>
<p>can also be quite useful for positioning text in relation to images.</p>
<p>&nbsp;</p>
<h3>Paragraph Style and &lt;no style&gt;</h3>
<p>Highlight some text on your Plone site, and look at the style drop-down menu in the toolbar. If you chose a regular block of text (not a heading or table), you should see the words<strong> Normal Paragraph.</strong> Normal paragraph, is the standard text style used in Plone. The style gives each line a particular height, and the font a particular size and color. Sometimes, you may encounter lines of text that appear closer together than they do with Normal Paragraph. This is because, somehow or another, the text isn't recognized as being in a paragraph. When this is the case, you'll see the words <strong>&lt;no style&gt;</strong> in the drop-down menu.</p>
The above paragraph was written with the <strong>Normal Paragraph</strong> style, but this one has <strong>&lt;no style&gt;</strong>, and therefore each line is rendered a bit closer together. Usually, you do not want to keep things this way, because your information is harder to read with the lines so close together. Fixing it is easy, though. Simply highlight the offending text and select Normal Paragraph from the style drop-down menu.
<p>&nbsp;</p>
</div>
<h2>Moving Images into Plone</h2>
<div class="documentDescription">Here's how to transfer images from your existing website and/or desktop to your new, Plone-powered site.</div>
<div id="bodyContent">
<p>So far we've covered how to copy-and-paste text, but let's now turn to images. Here's how to move an image from an existing site into your Plone site:</p>
<h3>Find the Image</h3>
<p>Let's say you're trying to re-create the homepage and you're ready to start moving the images.&nbsp; Your job is to save a copy of the image to your desktop computer.</p>
<h3>Save the Image<br /></h3>
<p>Hover your mouse over the image you want to move and right-click. This should bring up a menu. You should see a choice there called <strong>Save Image As</strong>. This operation will allow you to save a copy of the image to your desktop computer. Remember where you saved the file, because you're going to need to find it again!<br /><br />You also have the opportunity to rename the image file during this process. It's better to give your image files names that make sense. A name like <em><strong>homepage-sprout.jpg </strong></em>is more useful than something like <em><strong>HP0101-46.JPG, </strong></em>which tell you nothing about the image at all. <strong>Digital cameras</strong> tend to name image files like the latter example.</p>
<h3>Upload and Insert the Image</h3>
<p>Now you are ready to upload the image to your Plone website. <a href="http://groundwire.org/resources/articles/plone-3-quick-start/upload-images-and-files"><span class="internal-link">Read this page</span></a> if you need to review how to upload images.</p>
<p>Once the image has been uploaded, you are ready to place it on a page. A reminder about how to do that can be found <a href="http://groundwire.org/resources/articles/plone-3-quick-start/insert-images">on this page</a><span class="internal-link"></span>.</p>
<p>Also, be aware that images may need to be prepared before upload. <a href="http://groundwire.org/resources/articles/preparing-images-for-the-web"><span class="internal-link">Read this page</span> to find out how</a>.</p>
</div>
]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Sam Knox</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2009-08-21T23:10:00Z</dc:date>
    <dc:type>Article</dc:type>
  </item>


  <item rdf:about="http://groundwire.org/resources/articles/plone-3-quick-start/rename-content">
    <title>Rename Content</title>
    <link>http://groundwire.org/resources/articles/plone-3-quick-start/rename-content</link>
    <description>Learn the proper way to rename existing content items.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Want to change the name of a document, page, or image? One method is to simply go to that item in the <b>Edit </b>view and change the<b> Title</b> in the title field. That will change the name alright, but there's a problem that can crop up if other things have been linked to that item already.</p>
<h3>The Short Name<br /></h3>
<p>Plone actually has <i>two</i><b> </b>names for everything. <b>Title</b>, which you are already familiar with, and something called the <b>Short Name</b>. The <b>Short Name</b> is always in lowercase and uses hyphens instead of spaces between words. The reason for this is that Short Name is used to generate the <b>URL</b> for the item in question. In other words, if you simply change the <b>Title</b> of something, without also changing the <b>Short Name</b>, things can get very confusing.</p>
<p>To change the <b>Short Name</b>, go to the <b>Contents</b> tab of the task bar. Then select an item or several items to rename from the list and push the <b>Rename</b> button.<br /><br />Now you'll see a screen that shows all the items you selected to rename. It looks like this:<br /><br /><img src="http://learnplone.onenw.org/images/rename-item-view.gif" alt="rename-item-view" class="image-left" /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></p>
<p>If you need to rename something, the best practice is to change both the Short Name and the Title to the same thing. As you can see, <b>About Us</b> should be written <b>about-us</b> for the Short Name. The importance of renaming this way becomes very apparent as your site gets bigger and bigger. Links will break, and things will get hard to find if you are not consistent about your naming.</p>
<p><b>A couple of things to keep in mind:</b></p>
<ul>
<li>Changing the Short Name causes anything that is linked externally to that item to stop working (such as from an email or other website).</li>
<li>You can't change a Short Name to anything that already exists in the same folder.&nbsp; In other words, if there's already a folder called&nbsp; "about-us", you can't rename something else with the same short name.</li>
</ul>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Sam Knox</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2009-08-21T22:52:47Z</dc:date>
    <dc:type>Article</dc:type>
  </item>


  <item rdf:about="http://groundwire.org/resources/articles/plone-3-quick-start/reorder-content">
    <title>Copy, Cut, Paste, Delete, and Reorder Content</title>
    <link>http://groundwire.org/resources/articles/plone-3-quick-start/reorder-content</link>
    <description>Learn the functions of the Contents tab to help manage your content</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>If you find that you need to delete, copy or move content, you must first navigate to the <b>Contents </b>tab of the task bar. You should see a listing of the current items in whatever folder you happen to be in. It should look something like this:</p>
<p><img src="http://learnplone.onenw.org/images/copy-cut-delete-contents.gif" alt="copy-cut-delete-contents" class="image-left" /></p>
<p>&nbsp;</p>
<p><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></p>
<p>Now simply select the items you'd like to modify by checking the box next to it. You can select everything within a given folder by clicking the top most box. Now, you may copy, cut or delete the selected items. If you chose copy or cut, you'll see that <b>Paste</b> is added as a choice after the page reloads. In order to paste the item into a new place in the site, you will need to navigate into that area. For the example shown above, if you wanted to move the "News" item into the "Programs" folder, you would click on the name "Programs" and then click the <b>Paste</b> button.</p>
<p><img src="http://learnplone.onenw.org/images/paste-contents.gif" alt="paste-contents" class="image-left" /><br /></p>
<p>&nbsp;</p>
<h3>Rearrange Content</h3>
<p>The order that contents list in the navigation, or in folder listings depends on the order those items appear in the containing folder. With the <b>Contents </b>tab, you can rearrange the items in a folder.</p>
<p><br />If you need to rearrange the items within a folder, hover your mouse pointer over the order column of the <b>Contents</b> view. You can then click-and-drag the item within the folder listing.</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Sam Knox</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2009-08-21T22:47:43Z</dc:date>
    <dc:type>Article</dc:type>
  </item>


  <item rdf:about="http://groundwire.org/resources/articles/plone-3-quick-start/upload-images-and-files">
    <title>Upload Images and Files</title>
    <link>http://groundwire.org/resources/articles/plone-3-quick-start/upload-images-and-files</link>
    <description>Learn how to upload images and files to your Plone site.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><b><br />Adding an image or file</b> is a lot like adding a new page or folder to the site:</p>
<ol>
<li>Go to the proper folder (usually the Images folder) and click on the <b>Add New . . . </b>drop-down menu</li>
<li>Select <b>Image</b> or <b>File </b>from the menu </li>
<li>Next, you'll be taken to the edit screen for that content item</li>
<li>Fill in a <b>Title</b> and <b>Description</b></li>
<li><b>For images, try to use the complete file name for the title (i.e. mypicture.jpg)<br /></b></li>
<li><b>Browse</b> to find the image or file on your hard drive</li>
<li>Push <b>Save</b> to finish</li>
</ol>
<h3><br /></h3>
<h3>Tips for Preparing Images</h3>
<p>Before you are ready to add a new image to your Plone website, you need to consider a couple of things. Many images, as you find them, are not ready to be uploaded and used online. Many are too big and must be resized or compressed before it is appropriate to include them on your website. Here are the three guidelines for preparing images:</p>
<ol>
<li><b>How big is the image? </b>This is the the actual dimensions of the image in pixels. For the most part, any image larger than <b>250 pixels</b> square is going to be too big to include on a webpage. <b>150</b> <b>pixels</b> square is a typical size, good for staff photos and the like. To resize images, you'll have to use some type of image software like Photoshop or XnView.</li>
<li><b>What is the filesize of the image? </b>This is how big the image file is in bytes, usually expressed as kilo- or mega- bytes. Images much larger than <b>50Kb</b> are not recommended as they will make your site difficult to access for people using a dial-up internet connection. To make image files smaller, you may need to apply compression.</li>
<li><b>What format is the image in? </b>This refers to the file type of the image, such as, JPEG, GIF, PNG, BMP and so on. For the best results, stick to JPEG and GIF as they are the best supported formats around the world. The difference between JPEG and GIF lies in how they render image information and how they handle compression. It's too long of topic to go into here, but you can better familiarize yourself with these formats with the <a href="http://learnplone.onenw.org/documentation/tutorial/tutorial/preparing-images-for-the-web">Preparing Images for the Web tutorial</a>.</li>
</ol>
<p>&nbsp;</p>
<h3>Tips for Files</h3>
<p>Just to be clear about definitions, when talking about a <b>File</b> in the context of Plone what we mean are things like a Word, Excel, PDF, MP3, or MPEG file. In other words it is a document that you intend your site visitors to download and view locally on their computer. When considering files, there are two possible scenarios for how they will be used:</p>
<ol>
<li>You may have some content that you wrote in a Word document and want to put that content on a webpage. As long as the content is fairly short, you would want to simply create a page, and then copy-and-paste the words onto the webpage. </li>
<li>Sometimes though, you really do want your site visitors to download a copy of the file. You usually aren't going to post a Word document for download unless the document is really long (like a 50-page report or something). The other file formats mentioned above usually ARE posted for download, especially PDFs and Excel documents.</li>
<li>To allow your site visitor the chance to download your file, use the Internal Link and create a link from a page to your file. When you do, indicate in the link text what the file type and size are. For example: <b>Download our annual report (PDF 1.5Mb)</b>.</li>
</ol>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Sam Knox</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2009-08-21T22:43:32Z</dc:date>
    <dc:type>Article</dc:type>
  </item>


  <item rdf:about="http://groundwire.org/resources/articles/plone-3-quick-start/insert-images">
    <title>Insert Images</title>
    <link>http://groundwire.org/resources/articles/plone-3-quick-start/insert-images</link>
    <description>Learn how to insert an image onto a page.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<h3><b>Insert the Image<br /></b></h3>
<p><b> Navigate</b> to the page you want to insert an image.</p>
<p><img src="http://learnplone.onenw.org/documentation/tutorial/quick-start-plone3/browse-14.gif" alt="browse-14" class="image-left" /><br /><br /><br /><br /></p>
<p>Click on the <b>Edit</b> button in the toolbar to edit the page.</p>
<p><img src="http://learnplone.onenw.org/documentation/tutorial/quick-start-plone3/click-edit-14.gif" alt="click-edit-14" class="image-left" /></p>
<p><br /><br /><br /><br /><br /> Place your cursor in the spot where you want to insert the image<br /><br /><img src="http://learnplone.onenw.org/documentation/tutorial/quick-start-plone3/cursor-14.gif" alt="cursor-14" class="image-left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Click the <b>Insert Image</b> icon <img src="http://learnplone.onenw.org/documentation/tutorial/quick-start-plone3/insert-image-14.gif" alt="insert-image-14" class="image-inline" /> from the toolbar. You should now see a window that looks like this:</p>
<p class="ListParagraph"><a href="http://learnplone.onenw.org/documentation/tutorial/quick-start-plone3/insert-image-step-one-14.gif" title="insert-image-step-one-14"><img src="http://learnplone.onenw.org/documentation/tutorial/quick-start-plone3/insert-image-step-one-14.gif/image_preview" alt="insert-image-step-one-14" class="image-left" /></a> <b><br /></b></p>
<p class="ListParagraph">Now navigate to the image you want to use.</p>
<p>&nbsp;</p>
<p class="ListParagraph"><b>Hint</b>: You have to click on one of the folders on the left to populate information in the middle column.</p>
<p class="ListParagraph">For instance, clicking on "home" will give you choices to select from in the middle column. Then you can navigate to the location of the image you wish to use.</p>
<p><br /></p>
<h3><br /></h3>
<h3><br /></h3>
<h3>Choose image settings<br /></h3>
<p class="ListParagraph">Choose an alignment, image size and change the "alt" text, if you wish. <b>ALT-text </b>is the text that will be shown to users whose web browsers can't  display images, or used for vision-impared web browers.  In most browsers, the <b>ALT-text</b> will also appear  when a person hovers the mouse over the image.  By default, Plone will use the image's <b>Title</b> as the <b>ALT-text</b> or you can put  some sort of brief descriptive text here.</p>
<h3>Uploading Images<br /></h3>
<p class="ListParagraph">In this example, the Sunset image had already been uploaded to the site. If you need to upload an image, you can do so using the <b>Insert Image</b> button. Simply click <b>Upload Image Here, </b>instead of choosing a pre-existing image.</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>Sam Knox</dc:creator>
    <dc:rights></dc:rights>
    <dc:date>2009-08-21T22:38:02Z</dc:date>
    <dc:type>Article</dc:type>
  </item>





</rdf:RDF>

