<?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>Scotia Systems Blog &#187; Wordpress</title>
	<atom:link href="http://www.scotiasystems.com/blog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scotiasystems.com/blog</link>
	<description>Web Design, SEO and IT Tips</description>
	<lastBuildDate>Fri, 03 Feb 2012 22:18:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress &#8211; No-Index Duplicate Content</title>
		<link>http://www.scotiasystems.com/blog/wordpress/wordpress-no-index-duplicate-content/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-no-index-duplicate-content</link>
		<comments>http://www.scotiasystems.com/blog/wordpress/wordpress-no-index-duplicate-content/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 17:36:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.scotiasystems.com/blog/wordpress/wordpress-no-follow-duplicate-content/</guid>
		<description><![CDATA[Tweet As a follow-up post on duplicate content on WordPress blogs – here’s an additional tip. You can stop the search engines from indexing duplicate pages such as monthly/daily archives by using the following code snippet: if(is_home() &#124;&#124; is_single() &#124;&#124; is_page() &#124;&#124; is_category() &#124;&#124; is_tag()) {        echo &#8216;&#60;meta name=&#8221;robots&#8221; content=&#8221;index,follow&#8221; /&#62;&#8217;; } else { [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scotiasystems.com%2Fblog%2Fwordpress%2Fwordpress-no-index-duplicate-content%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.scotiasystems.com/blog/wordpress/wordpress-no-index-duplicate-content/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.scotiasystems.com/blog/wordpress/wordpress-no-index-duplicate-content/"  data-text="WordPress &ndash; No-Index Duplicate Content" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.scotiasystems.com/blog/wordpress/wordpress-no-index-duplicate-content/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>As a follow-up post on duplicate content on WordPress blogs – here’s an additional tip.</p>
<p>You can stop the search engines from indexing duplicate pages such as monthly/daily archives by using the following code snippet:</p>
<blockquote><p><strong>if(is_home() || is_single() || is_page() || is_category() || is_tag())<br />
{<br />
       echo &#8216;&lt;meta name=&#8221;robots&#8221; content=&#8221;index,follow&#8221; /&gt;&#8217;;<br />
}<br />
else<br />
{<br />
        echo &#8216;&lt;meta name=&#8221;robots&#8221; content=&#8221;noindex,follow&#8221; /&gt;&#8217;;<br />
}</strong></p>
<p>You can add or remove arguments in line 1 to include or exclude pages form being indexed.</p>
<p>The code should be inserted into the &lt;head&gt; section of header.php.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.scotiasystems.com/blog/wordpress/wordpress-no-index-duplicate-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; Adding Page Numbers to Meta Tags</title>
		<link>http://www.scotiasystems.com/blog/wordpress/wordpress-adding-page-numbers-to-meta-tags/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-adding-page-numbers-to-meta-tags</link>
		<comments>http://www.scotiasystems.com/blog/wordpress/wordpress-adding-page-numbers-to-meta-tags/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 17:22:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.scotiasystems.com/blog/wordpress/wordpress-adding-page-numbers-to-meta-tags/</guid>
		<description><![CDATA[Tweet Here’s a quick tip for WordPress users.&#160;&#160; Identical title tags on pages are frowned upon by search engines, so ideally you want each title tag (and meta description) to be unique.&#160; With WordPress you’ll find that your second page, third page etc all have the same title.&#160;&#160; You can fix this with the following [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scotiasystems.com%2Fblog%2Fwordpress%2Fwordpress-adding-page-numbers-to-meta-tags%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.scotiasystems.com/blog/wordpress/wordpress-adding-page-numbers-to-meta-tags/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.scotiasystems.com/blog/wordpress/wordpress-adding-page-numbers-to-meta-tags/"  data-text="WordPress &ndash; Adding Page Numbers to Meta Tags" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.scotiasystems.com/blog/wordpress/wordpress-adding-page-numbers-to-meta-tags/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Here’s a quick tip for WordPress users.&#160;&#160; Identical title tags on pages are frowned upon by search engines, so ideally you want each title tag (and meta description) to be unique.&#160; </p>
<p>With WordPress you’ll find that your second page, third page etc all have the same title.&#160;&#160; You can fix this with the following PHP code:</p>
<p>&#160;</p>
<p><strong>&lt;?php if ($paged &lt; 2){} else {echo (‘ Page ‘); echo ($paged);} ?&gt;</strong></p>
<p>&#160;</p>
<p>By inserting the above into the title tag – if the page is the page 1, nothing will happen but for any other pages it will append “Page #&quot;.</p>
<p>You can use similar code in the Meta Description too to help make it unique.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scotiasystems.com/blog/wordpress/wordpress-adding-page-numbers-to-meta-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Features In WordPress 3.0</title>
		<link>http://www.scotiasystems.com/blog/wordpress/new-features-in-wordpress-3-0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-features-in-wordpress-3-0</link>
		<comments>http://www.scotiasystems.com/blog/wordpress/new-features-in-wordpress-3-0/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 13:33:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.scotiasystems.com/blog/wordpress/new-features-in-wordpress-3-0/</guid>
		<description><![CDATA[Tweet If you’re running a blog, chances are it is probably running on a version of WordPress.&#160;&#160; However, did you know that there’s a major new revision (3.0) due for release soon? WordPress 3.0 is currently in Beta testing, and the full release is due on May 1st.&#160;&#160; But what can you expect in this [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scotiasystems.com%2Fblog%2Fwordpress%2Fnew-features-in-wordpress-3-0%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.scotiasystems.com/blog/wordpress/new-features-in-wordpress-3-0/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.scotiasystems.com/blog/wordpress/new-features-in-wordpress-3-0/"  data-text="New Features In WordPress 3.0" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.scotiasystems.com/blog/wordpress/new-features-in-wordpress-3-0/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p align="left">If you’re running a blog, chances are it is probably running on a version of WordPress.&#160;&#160; However, did you know that there’s a major new revision (3.0) due for release soon?</p>
<p align="left">WordPress 3.0 is currently in Beta testing, and the full release is due on May 1st.&#160;&#160; </p>
<p align="left">But what can you expect in this new release?&#160;&#160; Well here’s a quick run down of the new features.</p>
<p>&#160;</p>
<h2 align="left">Multi Site</h2>
<p align="left">This is quite a major change to the core functionality of WordPress, however it’s a feature which has been used for some time on the WordPress.com site for hosting multiple sites.</p>
<p align="left">Version 3.0 merges this functionality so that anyone can host multiple WordPress blogs on their own machine.</p>
<p>&#160;</p>
<h2 align="left">New Theme</h2>
<p align="left">There’s a new default theme called twenty ten.&#160;&#160;&#160; This new theme, along with menu and post changes (see later) show how WordPress is become more of an all-round CMS tool rather than just a blogging platform.&#160;&#160;&#160; It’ll be interesting to see how these changes alter the CMS marketplace share of Joomla and Drupal.</p>
</p>
<p><a href="http://www.scotiasystems.com/blog/wp-content/uploads/2010/04/twentyten.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="twenty-ten" border="0" alt="twenty-ten" src="http://www.scotiasystems.com/blog/wp-content/uploads/2010/04/twentyten_thumb.jpg" width="447" height="390" /></a></p>
</p>
<p>WordPress also have a <a href="http://2010dev.wordpress.com/">Twenty Ten Template Demo</a> site up and running which you can play around with to see how the template works.</p>
<p>&#160;</p>
<p>&#160;</p>
<h2>Improved Navigation Menus</h2>
<p>The New version of WordPress will now include Woo Navigation menus as default.&#160;&#160; You can see how these are used in the sample twenty ten demo site mentioned above.    </p>
<p><a href="http://www.scotiasystems.com/blog/wp-content/uploads/2010/04/woonav.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="woonav" border="0" alt="woonav" src="http://www.scotiasystems.com/blog/wp-content/uploads/2010/04/woonav_thumb.png" width="447" height="314" /></a> </p>
<p>&#160;</p>
<p>And here’s a demo which shows just how easy it is to add predefined pages and categories using Woo Navigation.</p>
<p>&#160;</p>
<p><object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0' width='447' height='300'><param name="movie" value="http://screenr.com/Content/assets/screenr_1116090935.swf"></param><param name="flashvars" value="i=42450"></param><param name="allowFullScreen" value="true"></param><embed src="http://screenr.com/Content/assets/screenr_1116090935.swf" flashvars="i=42450" allowFullScreen="true" width="560" height="345" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object></p>
<p>&#160;</p>
<p>&#160;</p>
<h2>Custom Post Types</h2>
<p>Another change which positions WordPress as a CMS is the inclusion of custom post types such as move, album, quote.</p>
<p>Instead of going into the details in this post – here is a good article which discusses <a href="http://kovshenin.com/archives/custom-post-types-in-wordpress-3-0/">custom post types in wordpress 3.0</a>.</p>
<p>&#160;</p>
<p>&#160;</p>
<h2>Change to Default Username</h2>
<p>A simple change, but one which will harden the security on future WordPress sites.&#160;&#160; By default, on older installations of WordPress, the administrative account was always created as “admin”.&#160;&#160;&#160; </p>
<p>Although it’s possible to change this, many installs keep the default which makes hacking the site easier.&#160;&#160;&#160; </p>
<p>Now when installing WordPress you’re prompted to choose a name. </p>
<p>&#160;</p>
<p>&#160;</p>
<h2>Summary</h2>
<p>Well to me it looks like WordPress really wants to establish itself as a full blown CMS to compete with the likes of Joomla and Drupal.&#160;&#160;&#160; </p>
<p>I like the WordPress interface and how it can be customised, so I’m looking forward to implementing some test sites using 3.0.</p>
<p>I think this will bring the world of CMS development to many more people which can only be a good thing.</p>
<p><strong>Bring on May 1st!</strong></p>
<p>Further <a href="http://www.wpbeginner.com/news/overview-of-wordpress-3-0-with-screenshots/">Screenshots of WordPress 3.0</a> are available at <a href="http://www.wpbeginner.com">www.wpbeginner.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.scotiasystems.com/blog/wordpress/new-features-in-wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Experimenting with doFollow Blog</title>
		<link>http://www.scotiasystems.com/blog/wordpress/experimenting-with-dofollow-blog/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=experimenting-with-dofollow-blog</link>
		<comments>http://www.scotiasystems.com/blog/wordpress/experimenting-with-dofollow-blog/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 10:34:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[akismet]]></category>
		<category><![CDATA[dofollow]]></category>

		<guid isPermaLink="false">http://www.scotiasystems.com/blog/?p=251</guid>
		<description><![CDATA[Tweet I&#8217;ve just switched on the doFollow plugin for WordPress which means that all comments on this blog will provide valid links which the search engines will follow. Using Akisment for spam protection appears to have stopped 99% of comment spam now, so hopefully adding the doFollow to the blog will lead to further real [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scotiasystems.com%2Fblog%2Fwordpress%2Fexperimenting-with-dofollow-blog%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.scotiasystems.com/blog/wordpress/experimenting-with-dofollow-blog/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.scotiasystems.com/blog/wordpress/experimenting-with-dofollow-blog/"  data-text="Experimenting with doFollow Blog" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.scotiasystems.com/blog/wordpress/experimenting-with-dofollow-blog/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>I&#8217;ve just switched on the doFollow plugin for WordPress which means that all comments on this blog will provide valid links which the search engines will follow.</p>
<p>Using Akisment for spam protection appears to have stopped 99% of comment spam now, so hopefully adding the doFollow to the blog will lead to further real commenting!</p>
<p>Time will tell&#8230;.   I&#8217;ll report back later with the results&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scotiasystems.com/blog/wordpress/experimenting-with-dofollow-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blog update &#8211; now a Podcast with Odiogo!</title>
		<link>http://www.scotiasystems.com/blog/wordpress/blog-update-now-a-podcast-with-odiogo/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=blog-update-now-a-podcast-with-odiogo</link>
		<comments>http://www.scotiasystems.com/blog/wordpress/blog-update-now-a-podcast-with-odiogo/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 09:46:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[odiogo]]></category>

		<guid isPermaLink="false">http://www.scotiasystems.com/blog/?p=116</guid>
		<description><![CDATA[Tweet Wow!  I&#8217;ve just updated the Scotia Systems blog with a tool called Odiogo, and I have to say I&#8217;m really impressed! Odiogo is a free service which hooks into your blog to create an instant podcast.  Very slick! And FREE! If you have a blog &#8211; go to www.odiogo.com and sign up today!]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scotiasystems.com%2Fblog%2Fwordpress%2Fblog-update-now-a-podcast-with-odiogo%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.scotiasystems.com/blog/wordpress/blog-update-now-a-podcast-with-odiogo/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.scotiasystems.com/blog/wordpress/blog-update-now-a-podcast-with-odiogo/"  data-text="Blog update &#8211; now a Podcast with Odiogo!" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.scotiasystems.com/blog/wordpress/blog-update-now-a-podcast-with-odiogo/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Wow!  I&#8217;ve just updated the Scotia Systems blog with a tool called Odiogo, and I have to say I&#8217;m really impressed!</p>
<p>Odiogo is a free service which hooks into your blog to create an instant podcast.  Very slick!</p>
<p>And FREE!</p>
<p>If you have a blog &#8211; go to <a href="http://www.odiogo.com">www.odiogo.com</a> and sign up today!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scotiasystems.com/blog/wordpress/blog-update-now-a-podcast-with-odiogo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Develop your own wordpress CSS themes</title>
		<link>http://www.scotiasystems.com/blog/wordpress/develop-your-own-wordpress-css-themes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=develop-your-own-wordpress-css-themes</link>
		<comments>http://www.scotiasystems.com/blog/wordpress/develop-your-own-wordpress-css-themes/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 22:17:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.scotiasystems.com/blog/?p=66</guid>
		<description><![CDATA[Tweet Found this website recently &#8211; good source for tutorials on developing wordpress themes in CSS: http://www.wpdesigner.com/]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scotiasystems.com%2Fblog%2Fwordpress%2Fdevelop-your-own-wordpress-css-themes%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.scotiasystems.com/blog/wordpress/develop-your-own-wordpress-css-themes/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.scotiasystems.com/blog/wordpress/develop-your-own-wordpress-css-themes/"  data-text="Develop your own wordpress CSS themes" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.scotiasystems.com/blog/wordpress/develop-your-own-wordpress-css-themes/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Found this website recently &#8211; good source for tutorials on developing wordpress themes in CSS:</p>
<p><a href="http://www.wpdesigner.com/">http://www.wpdesigner.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.scotiasystems.com/blog/wordpress/develop-your-own-wordpress-css-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; Directory Listing Denied</title>
		<link>http://www.scotiasystems.com/blog/it-hints-and-tips/wordpress-directory-listing-denied/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-directory-listing-denied</link>
		<comments>http://www.scotiasystems.com/blog/it-hints-and-tips/wordpress-directory-listing-denied/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 14:09:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT Hints and Tips]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[listing denied]]></category>

		<guid isPermaLink="false">http://www.scotiasystems.com/blog/?p=58</guid>
		<description><![CDATA[Tweet If you get this error after installing wordpress on IIS: Directory Listing Denied This Virtual Directory does not allow contents to be listed Make sure that under the defaul document tab in IIS for your website you have &#8220;index.php&#8221; listed.]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scotiasystems.com%2Fblog%2Fit-hints-and-tips%2Fwordpress-directory-listing-denied%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.scotiasystems.com/blog/it-hints-and-tips/wordpress-directory-listing-denied/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.scotiasystems.com/blog/it-hints-and-tips/wordpress-directory-listing-denied/"  data-text="WordPress &#8211; Directory Listing Denied" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.scotiasystems.com/blog/it-hints-and-tips/wordpress-directory-listing-denied/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>If you get this error after installing wordpress on IIS:</p>
<p><em><strong>Directory Listing Denied</strong><br />
This Virtual Directory does not allow contents to be listed</em></p>
<p>Make sure that under the defaul document tab in IIS for your website you have &#8220;index.php&#8221; listed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scotiasystems.com/blog/it-hints-and-tips/wordpress-directory-listing-denied/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress URL Rewrite on IIS</title>
		<link>http://www.scotiasystems.com/blog/wordpress/wordpress-url-rewrite-on-iis/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-url-rewrite-on-iis</link>
		<comments>http://www.scotiasystems.com/blog/wordpress/wordpress-url-rewrite-on-iis/#comments</comments>
		<pubDate>Sun, 31 May 2009 09:32:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[index.php]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.scotiasystems.com/blog/?p=33</guid>
		<description><![CDATA[Tweet Well, after 2 days trying to get this to work &#8211; I stumbled (googled) upon the following site: http://www.binaryfortress.com/wordpress-url-rewrite/ Straightforward and simple!   If you&#8217;re running WordPress on IIS and want to remove index.php from the URL &#8211; this is easiest way to do it. Hope this saves you a couple of days of confusion!]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scotiasystems.com%2Fblog%2Fwordpress%2Fwordpress-url-rewrite-on-iis%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.scotiasystems.com/blog/wordpress/wordpress-url-rewrite-on-iis/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.scotiasystems.com/blog/wordpress/wordpress-url-rewrite-on-iis/"  data-text="WordPress URL Rewrite on IIS" data-count="horizontal">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.scotiasystems.com/blog/wordpress/wordpress-url-rewrite-on-iis/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Well, after 2 days trying to get this to work &#8211; I stumbled (googled) upon the following site:</p>
<p><a href="http://www.binaryfortress.com/wordpress-url-rewrite/">http://www.binaryfortress.com/wordpress-url-rewrite/</a></p>
<p>Straightforward and simple!   If you&#8217;re running WordPress on IIS and want to remove index.php from the URL &#8211; this is easiest way to do it.</p>
<p>Hope this saves you a couple of days of confusion!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scotiasystems.com/blog/wordpress/wordpress-url-rewrite-on-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

