<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CREATIVE SLICE / Tucson green website design &#187; Tutorial</title>
	<atom:link href="http://creativeslice.com/blog/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://creativeslice.com</link>
	<description>Creative website design, business promotion and improved communication</description>
	<lastBuildDate>Mon, 12 Jul 2010 22:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>AdRotate Plugin</title>
		<link>http://creativeslice.com/blog/adrotate-plugin/</link>
		<comments>http://creativeslice.com/blog/adrotate-plugin/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 22:23:03 +0000</pubDate>
		<dc:creator>Tim Bowen</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[adrotate]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://creativeslice.com/?p=1342</guid>
		<description><![CDATA[The AdRotate WordPress plugin gives a clean and flexible way to rotate ads or other content on your site.  Multiple banners may be added and shown in groups throughout the site. Creating Banners In the Admin area under the AdRotate menu select &#8220;Add/Edit Banner&#8221; (If this plugin has already been setup you may have other [...]]]></description>
			<content:encoded><![CDATA[<h4>The <a href="http://meandmymac.net/plugins/adrotate/" target="_blank">AdRotate WordPress plugin</a> gives a clean and flexible way to rotate ads or other content on your site.  Multiple <em>banners</em> may be added and shown in <em>groups</em> throughout the site.</h4>
<ol></ol>
<h3>Creating Banners</h3>
<ol>
<li>In the Admin area under the AdRotate menu select &#8220;Add/Edit Banner&#8221; (If this plugin has already been setup you may have other example ads already setup under AdRotate &gt; Manage Banners)</li>
<li>If you have the code already for you add you can paste it in the Code box, add a title and edit the display information below.</li>
</ol>
<p>If you need to upload your own image for a banner you&#8217;ll need to make sure the images are formatted in the correct size</p>
<ol>
<li>In the Admin area under Media select &#8220;Add New&#8221; and upload the ad image you&#8217;ll be using and &#8220;Save all changes&#8221;</li>
<li>Go back to the AdRotate menu and select &#8220;Add/Edit Banner&#8221;</li>
<li>Type in your Banner title and use this code sample:<br />
&lt;a href=&#8221;%link%&#8221; rel=&#8221;nofollow&#8221;&gt;&lt;img src=&#8221;%image%&#8221; width=&#8221;180&#8243; height=&#8221;150&#8243;/&gt;&lt;/a&gt;<br />
You can also type text in this box if you&#8217;d like it to show up in the ad space.</li>
<li>Find the Banner image you&#8217;ve uploaded and type in the URL you&#8217;d like this image to link to.</li>
<li>Select the Group you&#8217;d like this ad to show up in and press the Save banner button.</li>
</ol>
<h3>Creating Groups (this may already be done if this plugin has been integrated to your theme)</h3>
<ol>
<li>In the Admin area under the AdRotate menu select &#8220;Manage Groups.  (If this plugin has already been setup you&#8217;ll see a list of groups here which banners may be added to).</li>
<li>Under &#8220;Create a new group&#8221; type in your group name and decide whether you want to use fallback banners from another group if no banners are active in this group.</li>
<li>To show this group on your site you can either use the AdRotate Widget (Under Appearance &gt; Widgets) or use this simple PHP code, using the ID of the group you&#8217;d like to show: echo adrotate_banner(&#8217;1&#8242;);</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://creativeslice.com/blog/adrotate-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copying Content from Word</title>
		<link>http://creativeslice.com/blog/copying-content-from-word/</link>
		<comments>http://creativeslice.com/blog/copying-content-from-word/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 20:08:28 +0000</pubDate>
		<dc:creator>Tim Bowen</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.creativeslice.com/?p=1063</guid>
		<description><![CDATA[Microsoft Word (and other desktop publishing apps) often embed their own styles into documents.  When content is copy/pasted into WordPress these styles are also copied and will cause problems when viewing online. Option 1 (plain text editor) Copy the text first into a plain text editor like NotePad or TextEdit. Select All and Copy the [...]]]></description>
			<content:encoded><![CDATA[<h4>Microsoft Word (and other desktop publishing apps) often embed their own styles into documents.  When content is copy/pasted into WordPress these styles are also copied and will cause problems when viewing online.</h4>
<h3>Option 1 (plain text editor)</h3>
<ol>
<li>Copy the text first into a plain text editor like NotePad or TextEdit.</li>
<li>Select All and Copy the text again from the plain text editor.</li>
<li>Paste into the <em>Edit Post/Page</em> area of WordPress.</li>
</ol>
<h3>Option 2 (HTML View)</h3>
<ol>
<li>Copy the text from Word (or other desktop publishing application)</li>
<li>In the <em>Edit Post/Page</em> area of WordPress select the <em>HTML</em> tab (next to <em>Visual</em> on the top right of the screen)</li>
<li>Paste the text you have copied into the text box.</li>
<li>Go back to the <em>Visual</em> tab and format the text as needed.</li>
</ol>
<h3>Option 3 (Paste from Word)</h3>
<ol>
<li>Copy the text from Word (or other desktop publishing application)</li>
<li>On the <em>Edit Post/Page</em> menu bar press the <em>Show/Hide Kitchen Sink</em> button (<img class="alignnone size-full wp-image-1064" title="kitchen_sink" src="http://www.creativeslice.com/cs/wp-content/uploads/2009/03/kitchen_sink.jpg" alt="kitchen_sink" width="26" height="24" />) to show more options</li>
<li>From this new row of options press the <em>Paste from Word</em> button (<img class="alignnone size-full wp-image-1065" title="paste_word" src="http://www.creativeslice.com/cs/wp-content/uploads/2009/03/paste_word.jpg" alt="paste_word" width="26" height="24" />) and window will pop-up to allow Word text to be pasted in.</li>
<li>Select the <em>Insert</em> button and perform further text formatting as needed.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://creativeslice.com/blog/copying-content-from-word/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NextGEN Gallery</title>
		<link>http://creativeslice.com/blog/nextgen-gallery/</link>
		<comments>http://creativeslice.com/blog/nextgen-gallery/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 23:56:11 +0000</pubDate>
		<dc:creator>Tim Bowen</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.creativeslice.com/?p=1036</guid>
		<description><![CDATA[The NextGEN Gallery plugin adds powerful image gallery functionality to WordPress.  Users may upload images to be shown (via slideshow or thumbnail images) in a gallery which may be placed on any page or post. It also allows the creation of Albums which are made of multiple Galleries. How to create a new Gallery and [...]]]></description>
			<content:encoded><![CDATA[<h4>The <em>NextGEN Gallery</em> plugin adds powerful image gallery functionality to WordPress.  Users may upload images to be shown (via slideshow or thumbnail images) in a gallery which may be placed on any page or post. It also allows the creation of Albums which are made of multiple Galleries.</h4>
<h3>How to create a new Gallery and Add Images:</h3>
<ol>
<li>Go to the <em>Gallery</em> tab (<img class="alignnone size-full wp-image-1039" title="nextgen" src="http://www.creativeslice.com/cs/wp-content/uploads/2009/02/nextgen.png" alt="nextgen" width="16" height="16" />) and choose <em>Add Gallery / Images</em></li>
<li>If you would like to create a new Gallery you can type in the name here and press the <em>Add Gallery</em> button</li>
<li>Using the other three tabs (<em>Upload a Zip-file</em>, <em>Import Image Folder</em>, and <em>Upload Images</em>) you can select images from the server or your computer and upload them to the Gallery of your choice.</li>
<li>Most of the time you&#8217;ll be using the <em>Upload Images</em> tab.  To add new images to a gallery choose the Browse button and select the image(s) you&#8217;d like to add.</li>
<li>Once you&#8217;ve selected your images make sure to <em>Choose gallery</em> in which these images will be placed.</li>
<li>Press the <em>Upload images</em> button and wait for them to upload.  If you get an error message you may have to upload smaller images (try to keep them under 1000px by 1000px) and/or upload fewer images at a time.</li>
</ol>
<h3>Managing Gallery Images:</h3>
<ol>
<li> Go to the <em>Gallery</em> tab and choose <em>Manage Gallery</em></li>
<li>Select the gallery you&#8217;d like to edit (you may also delete galleries from this screen if they are no longer needed)</li>
<li>From this screen you may edit the <em>Alt &amp; Title Text</em> / <em>Description</em>.  Most uses of the Gallery will show the <em>Description</em> that is typed in this box, so be sure to enter some text about the image here whenever possible.</li>
<li>Tags may also be entered to help categorize images.  However the Tag functionality for NextGEN Gallery is still very rudimentary.</li>
<li>By checking the Exclude box on the right of each image you may hide certain images from the gallery.  They will still be accessible in the admin area and you can always un-check them at a later time to make them public again.</li>
<li>Use the <em>Sort Gallery</em> button to drag and drop images in the order that you would prefer them to show up.</li>
<li>Be sure to press the <em>Save Changes</em> button after making any changes to the gallery page.</li>
</ol>
<h3>Adding Galleries to Posts &amp; Pages</h3>
<ol>
<li> From the edit screen of any post or page you will see the <em>Add NextGEN Gallery</em> icon (<img class="alignnone size-full wp-image-1039" title="nextgen" src="http://www.creativeslice.com/cs/wp-content/uploads/2009/02/nextgen.png" alt="nextgen" width="16" height="16" />) to the right of the edit bar.  Clicking this icon will open up the NextGEN Gallery pop-up window.</li>
<li><em>Choose the Gallery</em> you&#8217;d like to add from the drop-down list.</li>
<li>Show as: <em>Image list</em> (a standard list of thumbnail images which may be expanded when clicked), <em>Slideshow</em> (a flash slideshow of the image gallery) <em>Imagebrowser</em> (A single image browser with next/previous links.  Only use this option if the gallery is the ONLY thing shown on this page)</li>
<li>When you press the <em>Insert</em> button the code to insert a gallery will be added to your Post/Page wherever your cursor was placed.  Make sure to move this to either the top or the bottom of your post for best results.</li>
<li>Be sure to <em>Update</em> your Post or Page to save the changes you&#8217;ve made.</li>
</ol>
<h3>Albums</h3>
<p><em>An Album is a collection of Galleries</em></p>
<ol>
<li>To manage Albums go to the <em>Gallery</em> menu in the admin area and select <em>Album</em></li>
<li>From this screen you can <em>Select album</em> or <em>Add new album</em></li>
<li>Once you have selected an Album from the list you will be able to drag and drop all of your Galleries which automatically show up in the right column.  Simple drag them over to the Album column (left side) and click the <em>Update</em> button.  These Galleries are now part of your Album.</li>
<li>Most of the time your Albums will already be placed on a page.  However if you need to insert them into a page simple click the <em>Add NextGEN Gallery</em> icon (<img class="alignnone size-full wp-image-1039" title="nextgen" src="http://www.creativeslice.com/cs/wp-content/uploads/2009/02/nextgen.png" alt="nextgen" width="16" height="16" />) to the right of the edit bar on the page or post you&#8217;d like to add this Album to.  From there you can choose from any Albums which have been created and insert either the Extended version (thumbnail of gallery with title and description) or Compact version (just a thumbnail of the gallery).</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://creativeslice.com/blog/nextgen-gallery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Editing Pages &amp; Posts</title>
		<link>http://creativeslice.com/blog/editing-pages-posts/</link>
		<comments>http://creativeslice.com/blog/editing-pages-posts/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 19:37:48 +0000</pubDate>
		<dc:creator>Tim Bowen</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.creativeslice.com/?p=1031</guid>
		<description><![CDATA[You can easily edit any Post or Page in a number of ways.  Revisions are saved automatically after time make a change and may be easily reverted back to if you make a mistake. Editing Pages &#38; Posts from the admin area From the admin area you can see all pages and posts by selecting [...]]]></description>
			<content:encoded><![CDATA[<h4>You can easily edit any Post or Page in a number of ways.  Revisions are saved automatically after time make a change and may be easily reverted back to if you make a mistake.</h4>
<h3>Editing Pages &amp; Posts from the admin area</h3>
<ol>
<li> From the admin area you can see all pages and posts by selecting <em>Edit</em> under the appropriate menu.</li>
<li>From the Edit menu you can either click the name of the <em>Page</em> or <em>Post</em> to go to the editing area or select <em>Quick Edit</em> under each entry to make quick updates.</li>
</ol>
<h3>Editing Pages &amp; Posts from the front end</h3>
<p>If you are logged into the admin area and then go back to view the site you will see an &#8220;edit this entry&#8221; link at the bottom of each post or page.  Click this link to go directly to the editing area for that specific page or post.</p>
<h3>Page Order</h3>
<p>We often install the <em>My Page Order</em> plugin which allows for easy re-ordering of pages.  To modify the order in which your pages show up in menus simple go to <em>Pages</em> and <em>Edit Page Order</em>.  From there you can drag pages around to order them as needed.</p>
]]></content:encoded>
			<wfw:commentRss>http://creativeslice.com/blog/editing-pages-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Images, Files &amp; Video</title>
		<link>http://creativeslice.com/blog/images-media/</link>
		<comments>http://creativeslice.com/blog/images-media/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 22:25:52 +0000</pubDate>
		<dc:creator>Tim Bowen</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.creativeslice.com/cs/?p=530</guid>
		<description><![CDATA[Images and other media may be easily added to any post or page within WordPress. How to add images From inside of the edit screen for a Post or Page use the Upload/Insert image icon () above the menu bar to open the image browser. A window will pop up.  From here you may either [...]]]></description>
			<content:encoded><![CDATA[<h4>Images and other media may be easily added to any post or page within WordPress.</h4>
<h3>How to add images</h3>
<ol>
<li>From inside of the edit screen for a <em>Post</em> or <em>Page</em> use the <em>Upload/Insert</em> image icon (<img class="alignnone size-full wp-image-1024" title="upload_image" src="http://www.creativeslice.com/cs/wp-content/uploads/2009/01/upload_image.gif" alt="upload_image" width="120" height="15" />) above the menu bar to open the image browser.</li>
<li>A window will pop up.  From here you may either choose an image to upload <em>From Computer</em>, <em>From URL</em>, or from files which have already been uploaded (in the <em>Media Library</em> or <em>Gallery</em> tabs)</li>
<li>Once you&#8217;ve uploaded (or selected an image) you can then give it a <em>Title</em>, <em>Caption</em> (this will show up in a box below the image) and <em>Description</em>.  The <em>Link URL</em> will determine what happens when the user clicks on the image and if you select <em>File URL</em> the user will see the fullsize image upon clicking.  Most of the time the <em>Link URL</em> should be blank.</li>
<li><em>Alignment</em> will determine how the image is aligned in regards to the text on the page/post.  If you&#8217;d like the image to float all the way to the right of the page with the text wrapping around it to the left then choose <em>Right</em> align.</li>
<li>The <em>Size</em> determines which version of your image is uploaded.  WordPress automatically creates a <em>Thumbnail</em> (and sometimes <em>Medium</em> and <em>Large</em> size) of your image and allows you to choose which version to use.</li>
<li>To add the image into the content of your Post/Page use the <em>Insert into Post</em> button and you’ll be brought back to the regular edit window where your image has been added.</li>
</ol>
<h3>How to add PDF&#8217;s, Docs and other files</h3>
<ol>
<li>From inside of the edit screen for a <em>Post</em> or <em>Page</em> use the <em>Upload/Insert</em> media icon (<img class="alignnone size-full wp-image-1027" title="media" src="http://www.creativeslice.com/cs/wp-content/uploads/2009/01/media.gif" alt="media" width="19" height="18" />) above the menu bar to open the Media browser.</li>
<li>A window will pop up.  From here you may either choose a file to upload <em>From Computer</em>, <em>From URL</em>, or from files which have already been uploaded (in the <em>Media Library</em> or <em>Gallery</em> tabs)</li>
<li>Once you&#8217;ve uploaded (or selected a file) you can then give it a <em>Title</em> (to be used when you add the file to your post).  The <em>Link URL</em> will determine what happens when the user clicks on the title of the file and if you select <em>File URL</em> the user will be able to download the file upon clicking.</li>
<li>To add the file into the content of your Post/Page use the <em>Insert into Post</em> button and you’ll be brought back to the regular edit window where your image has been added.</li>
</ol>
<h3>How to add Video</h3>
<p>Coming soon&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://creativeslice.com/blog/images-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Pages</title>
		<link>http://creativeslice.com/blog/adding-pages/</link>
		<comments>http://creativeslice.com/blog/adding-pages/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 19:06:02 +0000</pubDate>
		<dc:creator>Tim Bowen</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.creativeslice.com/cs/?p=522</guid>
		<description><![CDATA[Pages are the foundation of your website and contain all of the content outside of the Blog or News area. How to create a new page: Go to the Pages tab and choose Add New Type in the Title and Page content.  You can format the content (bold, italic, list items, etc.) by using the [...]]]></description>
			<content:encoded><![CDATA[<h4>Pages are the foundation of your website and contain all of the content outside of the Blog or News area.</h4>
<h3>How to create a new page:</h3>
<ol>
<li>Go to the <em>Pages</em> tab and choose <em>Add New</em></li>
<li>Type in the Title and Page content.  You can format the content (<strong>bold</strong>, <em>italic</em>, list items, etc.) by using the menu bar above the post just as you would in any word processing program.</li>
<li>Use the <em>Upload/Insert</em> icons (<img class="alignnone size-full wp-image-1016" title="media_icons" src="http://www.creativeslice.com/cs/wp-content/uploads/2009/01/media_icons.gif" alt="media_icons" width="99" height="18" />) above the menu bar to add images or other media (pdf, docs, etc.) as needed and insert them into the post.</li>
<li>Under the <em>Attributes</em> box choose a <em>Parent</em> for this page to be placed under.  This will determine where the page is located in the menu.</li>
<li>On the right box push the <em>Save Draft </em>button to save the post for later editing, or the <em>Publish</em> button to make the post live.</li>
</ol>
<h3>Optional Items</h3>
<ul>
<li>Under the <em>Attributes</em> tab you may also choose a <em>Template</em>.  Some themes we design require different page templates for different types of content.</li>
<li>The <em>All in One SEO plugin</em> &amp; <em>Platinum SEO plugin</em> both let you add information for search engines.  This Title, Description and Keywords will replace the default information for this post.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://creativeslice.com/blog/adding-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Posts</title>
		<link>http://creativeslice.com/blog/adding-posts/</link>
		<comments>http://creativeslice.com/blog/adding-posts/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 23:46:37 +0000</pubDate>
		<dc:creator>Tim Bowen</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.creativeslice.com/cs/?p=516</guid>
		<description><![CDATA[Posts are generally used to publish News items and often the most recent 3-5 posts are shown on the homepage .  If your site has a blog, posts are the foundation of this blog and visitors may add comments which will show up (after approval) on the bottom of the page. How to create a [...]]]></description>
			<content:encoded><![CDATA[<h4>Posts are generally used to publish News items and often the most recent 3-5 posts are shown on the homepage .  If your site has a blog, posts are the foundation of this blog and visitors may add comments which will show up (after approval) on the bottom of the page.</h4>
<h3>How to create a news post:</h3>
<ol>
<li>Go to the <em>Posts</em> tab and choose <em>Add New</em></li>
<li>Type in the Title and Post content.  You can format the content (<strong>bold</strong>, <em>italic</em>, list items, etc.) by using the menu bar above the post just as you would in any word processing program.</li>
<li>Use the <em>Upload/Insert</em> icons (<img class="alignnone size-full wp-image-1016" title="media_icons" src="http://www.creativeslice.com/cs/wp-content/uploads/2009/01/media_icons.gif" alt="media_icons" width="99" height="18" />) above the menu bar to add images or other media (pdf, docs, etc.) as needed and insert them into the post.</li>
<li>Choose a <em>Categories</em> for this post to reside in.</li>
<li>On the right box push the <em>Save Draft </em>button to save the post for later editing, or the <em>Publish</em> button to make the post live.</li>
</ol>
<h3>Optional Items</h3>
<ul>
<li>Add <em>Tags</em> as desired (Tags are a simple way for users to find other similarly tagged posts)</li>
<li>You may add an optional Excerpt.  This should be a summary of the post and will be shown when a shortened version of the post is needed.  If no Excerpt is entered here, the first 55 words/code of the post will be used.</li>
<li>You can modify the date this post was published under the <em>Publish</em> box.  Simply click <em>Edit</em> next to the Publish on: date and modify it.  Future dates may be used causing the post to be published on that date.</li>
<li>The All in One SEO plugin &amp; Platinum SEO plugin  both let you add information for search engines.  This Title, Description and Keywords will replace the default information for this post.</li>
</ul>
<p><object width="400" height="224" data="http://v.wordpress.com/a81PKPUD" type="application/x-shockwave-flash"><param name="src" value="http://v.wordpress.com/a81PKPUD" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://creativeslice.com/blog/adding-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
