<?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/"
	>

<channel>
	<title>nCoded</title>
	<atom:link href="http://server1.w3server.co.uk/~j3e08kg/feed/" rel="self" type="application/rss+xml" />
	<link>http://server1.w3server.co.uk/~j3e08kg</link>
	<description>internet solutions + consulting</description>
	<pubDate>Sun, 07 Jun 2009 11:04:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RSS Article Posts Feeds for WP</title>
		<link>http://server1.w3server.co.uk/~j3e08kg/2009/06/rss-article-posts-feeds-for-wp/</link>
		<comments>http://server1.w3server.co.uk/~j3e08kg/2009/06/rss-article-posts-feeds-for-wp/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 09:56:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Technical Tutorials]]></category>

		<category><![CDATA[Wordpress Tutorials]]></category>

		<guid isPermaLink="false">http://server1.w3server.co.uk/~j3e08kg/?p=853</guid>
		<description><![CDATA[After taking a look at some of the wordpress themes being released we noticed that some of them have not hooked up any RSS feeds! Probably the main reason that the WP Theme authors have not done this is because it is very simple to hook one up.
In order to link through to an RSS [...]]]></description>
			<content:encoded><![CDATA[<p>After taking a look at some of the <span><span>wordpress</span></span> themes being released we noticed that some of them have not hooked up any RSS feeds! Probably the main reason that the WP Theme authors have not done this is <span>because</span> it is very simple to hook one up.</p>
<p>In order to link through to an RSS feed of your article postings, just link to:</p>
<p> <span><span>yourwebsite</span></span>.ext/<span><span>wp</span></span>/feeds/</p>
<p>Where <span><span>yourwebsites</span></span>.ext/<span><span>wp</span></span>/ is the path to your <span><span>wordpress</span></span> installation.</p>
<p>The RSS code seems to work nicely in as much as it filters per category you are currently in. Or put another way, depending on which category you are view, the RSS feed will show the current dataset (categories).</p>
<p>One point with the default WP RSS feed, it seems to default to the last 10 postings, somthing which would need to be looked at for SEO.</p>
<p>Just add the /feeds/ folder to the end of your site URL and hey presto you have your feed!</p>
<p>You can see the <a href="feed/">nCoded RSS Feed</a> for this category, as a demo to how default WP feeds look and work.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fserver1.w3server.co.uk%2F%7Ej3e08kg%2F2009%2F06%2Frss-article-posts-feeds-for-wp%2F&amp;linkname=RSS%20Article%20Posts%20Feeds%20for%20WP"><img src="http://server1.w3server.co.uk/~j3e08kg/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://server1.w3server.co.uk/~j3e08kg/2009/06/rss-article-posts-feeds-for-wp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Strategies for Web 2.0 Applications</title>
		<link>http://server1.w3server.co.uk/~j3e08kg/2009/06/strategies-for-web-20-applications/</link>
		<comments>http://server1.w3server.co.uk/~j3e08kg/2009/06/strategies-for-web-20-applications/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 09:21:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Programming Tutorials]]></category>

		<category><![CDATA[Technical Tutorials]]></category>

		<category><![CDATA[Web Marketing Tutorials]]></category>

		<guid isPermaLink="false">http://server1.w3server.co.uk/~j3e08kg/?p=839</guid>
		<description><![CDATA[We came across an excellent article about strategies for Web 2.0 application.
In summary the points raised were:
1. Start with a simple problem (during analsis)
2. Create prototypes as early as possible.
3. Get people on the network to work with the product prototype rapidly and often.
4. Release early and release often.
5. Manage your software development and operations [...]]]></description>
			<content:encoded><![CDATA[<p>We came across an excellent article about strategies for <a href="http://web2.socialcomputingjournal.com">Web 2.0 application</a>.</p>
<p>In summary the points raised were:</p>
<p>1. Start with a simple problem (during analsis)</p>
<p>2. Create prototypes as early as possible.</p>
<p>3. Get people on the network to work with the product prototype rapidly and often.</p>
<p>4. Release early and release often.</p>
<p>5. Manage your software development and operations to real numbers that matter.</p>
<p>6. Gather usage data from your users and input it back into product design as often as possible.</p>
<p>7. Put off irreversible architecture and product design decisions as long as possible.</p>
<p>8. Choose the technologies later and think carefully about what your product will do first.</p>
<p>9. When you do select technologies, consider current skill sets and staff availability.</p>
<p>10. Balance programmer productivity with operational costs.</p>
<p>11. Variability in the productivity amongst programmers and development platforms each varies by an order of magnitude.</p>
<p>12. Plan for testing to be a larger part of software development process than non-Web applications.</p>
<p>13. Move beyond traditional application hosting.</p>
<p>14. Build upon an Open Source foundation.</p>
<p>15. Consider mobile users as important as your regular browser customers.</p>
<p>16. Search is the new navigation, make it easy to use in your application.</p>
<p>17. Whenever users can provide data to your product, enable them.</p>
<p>18. Offer an open API so that your Web application can be extended by partners around the world.</p>
<p>19. Make sure your product can be spread around the Web by users, provide widgets, badges, and gadgets.</p>
<p>20. Create features to make the product distribute virally.</p>
<p>21. The link is the fundamental unit of thought on the Web, therefore richly link-enable your applications.</p>
<p>22. Create an online user community for your product and nurture it.</p>
<p>23. Offer a up-to-date, clean, compelling application design.</p>
<p>24. Load-time and responsiveness matter, measure and optimize for them on a regular basis.</p>
<p>25. User experience should follow a &#8220;complexity gradient.&#8221;</p>
<p>26. Monetize every page view.</p>
<p>27. Users&#8217; data belongs to them, not you.</p>
<p>28. Go to the user, don&#8217;t only make them come to you.</p>
<p>29. SEO is as important as ever, so design for it.</p>
<p>30. Know thy popular Web standards and use them.</p>
<p>31. Understand and apply Web-Oriented Architecture (WOA).</p>
<p>32. Online products that build upon enterprise systems should use open SOA principles.</p>
<p>33. Strategically use feeds and syndication to enable deep content distribution. </p>
<p>34. Build on the shoulders of giants; don&#8217;t recreate what you can source from elsewhere. </p>
<p>35. Register the user as soon as possible.</p>
<p>36. Explicitly enable your users to co-develop the product.</p>
<p>37. Provide the legal and collaborative foundations for others to build on your data and platform.</p>
<p>38. Design your product to build a strong network effect.</p>
<p>39. Know your Web 2.0 design patterns and business models.</p>
<p>40. Integrate a coherent social experience into your product.</p>
<p>41. Understand your business model and use it to drive your product design.</p>
<p>42. Embrace emergent development methods.</p>
<p>43. It&#8217;s all about usability, usability, and usability.</p>
<p>44. Security isn&#8217;t an afterthought.</p>
<p>45. Stress test regularly and before releases.</p>
<p>46. Backup and disaster recovery, know your plan.</p>
<p>47. Good Web products understand that there is more than the Web.</p>
<p>48. Look for emerging areas on the edge of the Web.</p>
<p>49. Plan to evolve over time, for a long time.</p>
<p>50. Continually improve yourself and your Web 2.0 strategies.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fserver1.w3server.co.uk%2F%7Ej3e08kg%2F2009%2F06%2Fstrategies-for-web-20-applications%2F&amp;linkname=Strategies%20for%20Web%202.0%20Applications"><img src="http://server1.w3server.co.uk/~j3e08kg/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://server1.w3server.co.uk/~j3e08kg/2009/06/strategies-for-web-20-applications/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Elgg.org Social Networking API</title>
		<link>http://server1.w3server.co.uk/~j3e08kg/2009/06/the-elggorg-social-networking-api/</link>
		<comments>http://server1.w3server.co.uk/~j3e08kg/2009/06/the-elggorg-social-networking-api/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 08:39:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Programming Resources]]></category>

		<category><![CDATA[Web Design Resources]]></category>

		<category><![CDATA[Web Resources]]></category>

		<guid isPermaLink="false">http://server1.w3server.co.uk/~j3e08kg/?p=834</guid>
		<description><![CDATA[We came across a new set of libraries (API - application programming interface) called www.Elgg.org - which help you to create a social networking application. The components seem very comprensenvie, offer many different services including: Activities, Notificiations, Groups, Blogs, Files, and so on.
Elgg, started in 2004, is an open source social engine which powers all kinds [...]]]></description>
			<content:encoded><![CDATA[<p>We came across a new set of libraries (API - application programming interface) called <a href="http://www.Elgg.org">www.Elgg.org</a> - which help you to create a social networking application. The components seem very comprensenvie, offer many different services including: Activities, Notificiations, Groups, Blogs, Files, and so on.</p>
<blockquote><p>Elgg, started in 2004, is an open source social engine which powers all kinds of social environments - from education and business to martial arts and rugby. If you are looking for a professional social intranet or want to run a site for your organisation, Elgg is a great choice.</p></blockquote>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fserver1.w3server.co.uk%2F%7Ej3e08kg%2F2009%2F06%2Fthe-elggorg-social-networking-api%2F&amp;linkname=The%20Elgg.org%20Social%20Networking%20API"><img src="http://server1.w3server.co.uk/~j3e08kg/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://server1.w3server.co.uk/~j3e08kg/2009/06/the-elggorg-social-networking-api/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Nature Open Website Design</title>
		<link>http://server1.w3server.co.uk/~j3e08kg/2009/06/nature-open-website-design/</link>
		<comments>http://server1.w3server.co.uk/~j3e08kg/2009/06/nature-open-website-design/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 10:34:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Green Website Designs]]></category>

		<category><![CDATA[Open Designs]]></category>

		<guid isPermaLink="false">http://server1.w3server.co.uk/~j3e08kg/?p=830</guid>
		<description><![CDATA[
You can View and Download the Nature Open website design, or preview more designs from this author, or view openwebdesign.org (resource promoter).
The Nature open website design is a CMS and Blog type design with a calendar and latest news blocks on the left hand side. It has been nicely styled (CSS lists, links, etc) also with professional [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-871" title="sshot" src="http://server1.w3server.co.uk/~j3e08kg/wp-content/uploads/2009/06/sshot.gif" alt="sshot" width="200" height="130" /></p>
<p>You can <a href="http://www.openwebdesign.org/design/5107/nature/" target="_blank">View</a> and <a href="http://www.openwebdesign.org/download.phtml/metamorph_springflowers.zip?id=5296" target="_blank">Download</a> the Nature Open website design, or preview more designs <a href="http://www.openwebdesign.org/userinfo.phtml?user=metamorph" target="_blank">from this author</a>, or view <a href="http://www.openwebdesign.org" target="_blank">openwebdesign.org</a> (resource promoter).</p>
<p>The Nature open website design is a CMS and Blog type design with a calendar and latest news blocks on the left hand side. It has been nicely styled (CSS lists, links, etc) also with professional looking yellow orange glossy block and content titles.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fserver1.w3server.co.uk%2F%7Ej3e08kg%2F2009%2F06%2Fnature-open-website-design%2F&amp;linkname=Nature%20Open%20Website%20Design"><img src="http://server1.w3server.co.uk/~j3e08kg/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://server1.w3server.co.uk/~j3e08kg/2009/06/nature-open-website-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Metamorph Florist Open Website Design</title>
		<link>http://server1.w3server.co.uk/~j3e08kg/2009/06/metamorph-florist-open-website-design/</link>
		<comments>http://server1.w3server.co.uk/~j3e08kg/2009/06/metamorph-florist-open-website-design/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 10:09:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Green Website Designs]]></category>

		<category><![CDATA[Open Designs]]></category>

		<guid isPermaLink="false">http://server1.w3server.co.uk/~j3e08kg/?p=811</guid>
		<description><![CDATA[Download and Preview Open Website Design
You can download the Florist Open website design, or preview more designs from this author, or view openwebdesign.org (resource promoter).

The Metamorph Florist open website design is a CMS and Blog type design with a calendar and latest news blocks on the left hand side. It has been nicely styled (CSS lists, links, etc) also [...]]]></description>
			<content:encoded><![CDATA[<h3>Download and Preview Open Website Design</h3>
<p>You can download the <a href="http://www.openwebdesign.org/download.phtml/metamorph_florist.zip?id=5066" target="_blank">Florist</a> Open website design, or preview more designs <a href="http://www.openwebdesign.org/userinfo.phtml?user=metamorph" target="_blank">from this author</a>, or view <a href="openwebdesign.org" target="_blank">openwebdesign.org</a> (resource promoter).</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-819" style="margin-top: 15px; margin-bottom: 15px;" title="florist2" src="http://server1.w3server.co.uk/~j3e08kg/wp-content/uploads/2009/06/florist2.gif" alt="florist2" width="550" height="200" /></p>
<p>The Metamorph Florist open website design is a CMS and Blog type design with a calendar and latest news blocks on the left hand side. It has been nicely styled (CSS lists, links, etc) also with a creative &#8216;chic&#8217; looking header hopefully with the FW/PS PNG file!</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fserver1.w3server.co.uk%2F%7Ej3e08kg%2F2009%2F06%2Fmetamorph-florist-open-website-design%2F&amp;linkname=Metamorph%20Florist%20Open%20Website%20Design"><img src="http://server1.w3server.co.uk/~j3e08kg/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://server1.w3server.co.uk/~j3e08kg/2009/06/metamorph-florist-open-website-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SpringFlowers Open Website Design</title>
		<link>http://server1.w3server.co.uk/~j3e08kg/2009/06/796/</link>
		<comments>http://server1.w3server.co.uk/~j3e08kg/2009/06/796/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 09:50:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Green Website Designs]]></category>

		<category><![CDATA[Open Designs]]></category>

		<guid isPermaLink="false">http://server1.w3server.co.uk/~j3e08kg/2009/06/796/</guid>
		<description><![CDATA[Download and Preview Open Website Design
You can download the SpringFlowers Open website design, or preview more designs from this author, or view openwebdesign.org (resource promoter).

The SpringFlowers open website design is a CMS and Blog type design with a calendar and latest news blocks on the left hand side. It has been nicely styled (CSS lists, links, [...]]]></description>
			<content:encoded><![CDATA[<h3>Download and Preview Open Website Design</h3>
<p>You can download the <a href="http://www.openwebdesign.org/download.phtml/metamorph_springflowers.zip?id=5296" target="_blank">SpringFlowers</a> Open website design, or preview more designs <a href="http://www.openwebdesign.org/userinfo.phtml?user=metamorph" target="_blank">from this author</a>, or view <a href="openwebdesign.org" target="_blank">openwebdesign.org</a> (resource promoter).</p>
<p><img class="aligncenter size-full wp-image-824" title="springflowers2" src="http://server1.w3server.co.uk/~j3e08kg/wp-content/uploads/2009/06/springflowers2.gif" alt="springflowers2" width="550" height="200" /></p>
<p>The SpringFlowers open website design is a CMS and Blog type design with a calendar and latest news blocks on the left hand side. It has been nicely styled (CSS lists, links, etc) also with professional looking yellow orange glossy block and content titles.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fserver1.w3server.co.uk%2F%7Ej3e08kg%2F2009%2F06%2F796%2F&amp;linkname=SpringFlowers%20Open%20Website%20Design"><img src="http://server1.w3server.co.uk/~j3e08kg/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://server1.w3server.co.uk/~j3e08kg/2009/06/796/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GPL FREE RSS Website Icons</title>
		<link>http://server1.w3server.co.uk/~j3e08kg/2009/06/gpl-free-rss-website-icons/</link>
		<comments>http://server1.w3server.co.uk/~j3e08kg/2009/06/gpl-free-rss-website-icons/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 09:32:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Graphics Resources]]></category>

		<category><![CDATA[Internet Marketing Resources]]></category>

		<category><![CDATA[Web Design Resources]]></category>

		<category><![CDATA[Web Resources]]></category>

		<guid isPermaLink="false">http://server1.w3server.co.uk/~j3e08kg/?p=791</guid>
		<description><![CDATA[We came across a nice collection of RSS Web Icons perfect for your website!
Here is Feedsessive, a free, simple and elegant RSS icon pack for you to use however you wish, in either personal or professional projects, with no restriction
An excellent collection of nice and professional icons in many different colours including some black and [...]]]></description>
			<content:encoded><![CDATA[<p>We came across a nice collection of RSS Web Icons perfect for your website!</p>
<blockquote><p>Here is <strong>Feedsessive</strong>, a free, simple and elegant RSS icon pack for you to use however you wish, in either personal or professional projects, with no restriction</p></blockquote>
<p>An excellent collection of nice and professional icons in many different colours including some black and white high contrast versions. They are available in key professional formats including EPF, PDF, and PNG image file formats.</p>
<p><a href="http://blogsessive.com/blogging-tools/feedsessive-free-rss-icon-pack/">http://blogsessive.com/blogging-tools/feedsessive-free-rss-icon-pack/</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fserver1.w3server.co.uk%2F%7Ej3e08kg%2F2009%2F06%2Fgpl-free-rss-website-icons%2F&amp;linkname=GPL%20FREE%20RSS%20Website%20Icons"><img src="http://server1.w3server.co.uk/~j3e08kg/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://server1.w3server.co.uk/~j3e08kg/2009/06/gpl-free-rss-website-icons/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress Latest Posts Plugin</title>
		<link>http://server1.w3server.co.uk/~j3e08kg/2009/06/wordpress-latest-posts-plugin/</link>
		<comments>http://server1.w3server.co.uk/~j3e08kg/2009/06/wordpress-latest-posts-plugin/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 09:27:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Wordpress Modules]]></category>

		<guid isPermaLink="false">http://server1.w3server.co.uk/~j3e08kg/?p=787</guid>
		<description><![CDATA[We would recommend the WP Latest Posts Plugin from Blogsessive as a way of cross-referencing content for your website and its visitors - especially the Search Engines.
 http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/
]]></description>
			<content:encoded><![CDATA[<p>We would recommend the WP Latest Posts Plugin from Blogsessive as a way of cross-referencing content for your website and its visitors - especially the Search Engines.</p>
<p> <a href="http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/">http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fserver1.w3server.co.uk%2F%7Ej3e08kg%2F2009%2F06%2Fwordpress-latest-posts-plugin%2F&amp;linkname=Wordpress%20Latest%20Posts%20Plugin"><img src="http://server1.w3server.co.uk/~j3e08kg/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://server1.w3server.co.uk/~j3e08kg/2009/06/wordpress-latest-posts-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating Wordpress Sidebars with Submenus</title>
		<link>http://server1.w3server.co.uk/~j3e08kg/2009/05/creating-wordpress-sidebars-with-submenus/</link>
		<comments>http://server1.w3server.co.uk/~j3e08kg/2009/05/creating-wordpress-sidebars-with-submenus/#comments</comments>
		<pubDate>Fri, 15 May 2009 13:47:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Technical Tutorials]]></category>

		<category><![CDATA[Wordpress Tutorials]]></category>

		<guid isPermaLink="false">http://server1.w3server.co.uk/~j3e08kg/?p=554</guid>
		<description><![CDATA[If you take a look at this website you will notice that each category has its own &#8216;menu block&#8217; and within each menu block is listed the sub-categories. This tutorial we explain how you can implement this on you own WordPress website or blog.
Introduction:
The first thing that you need to establish is which sidebar you want [...]]]></description>
			<content:encoded><![CDATA[<p>If you take a look at this website you will notice that each category has its own &#8216;menu block&#8217; and within each menu block is listed the sub-categories. This tutorial we explain how you can implement this on you own WordPress website or blog.</p>
<p><strong>Introduction:</strong></p>
<p>The first thing that you need to establish is which sidebar you want to edit; This isn&#8217;t as clear as it could be as it is up the theme designer to setup which sidebars are used.</p>
<p>For this example we will assume you have 3 side bars, named sidebar.php, sidebar1.php and sidebar2.php - sidebar has full width, sidebar1 is half sized and is formatted to the left hand side, and sidebar2 is formatted to the right hand side. </p>
<p>To get a clearer idea of this, just take a look at the sidebars used on this website, as these follow this convention.</p>
<p><strong>Getting started:</strong></p>
<p>For this tutorial we will just change one sidebar, but the procedure can be used on any sidebar - in this case we will be editing side1.php - which is the 1/2 formatted left hand side sidebar.</p>
<p>*Normally (see note above about theme designers choice of how to implement and position sidebars) the following code will be used to create a &#8216;menu&#8217; block which displays ALL the categories you have, including both root and sub categories.</p>
<pre class="brush: php">
&lt;?php //wp_list_categories(&#039;orderby=name&amp;show_count=0&amp;title_li=&lt;h2&gt;Article Categories&lt;/h2&gt;&#039;); ?&gt;
&lt;?php //endif; ?&gt;
</pre>
<p><strong>Explanation:</strong></p>
<p>As you can see this functionality is achieved by calling the WP API function wp_list_categories(), passing it 3 argument parameters. The first one sets how the returned categories are ordered, the second sets if you want a count to be displayed (0=false, 1=true), with the third set how you want the title to display.</p>
<p><strong>Required design:</strong></p>
<p>Now if you consider what we require, instead of just one category listing with ALL categories - instead what we require is one &#8216;menu block&#8217; per category, name as the root or parent category with all the sub categories below.</p>
<p><strong>Implementation:</strong></p>
<p>The code below implements this functionality via calling the same function above multiple times, but in each case limiting the sub categories being returned (as well as excluding the display of the root or parent category).</p>
<pre class="brush: php">
&lt;?php wp_list_categories(&#039;orderby=name&amp;show_count=0&amp;use_desc_for_title=0&amp;child_of=6&amp;title_li=&lt;h2&gt;Online Tutorials&lt;/h2&gt;&#039;); ?&gt;
&lt;?php wp_list_categories(&#039;orderby=name&amp;show_count=0&amp;use_desc_for_title=0&amp;child_of=3&amp;title_li=&lt;h2&gt;Open Web Designs&lt;/h2&gt;&#039;); ?&gt;
&lt;?php wp_list_categories(&#039;orderby=name&amp;show_count=0&amp;use_desc_for_title=0&amp;child_of=27&amp;title_li=&lt;h2&gt;Open Software&lt;/h2&gt;&#039;); ?&gt;
&lt;?php wp_list_categories(&#039;orderby=name&amp;show_count=0&amp;use_desc_for_title=0&amp;child_of=4&amp;title_li=&lt;h2&gt;Modules Addons&lt;/h2&gt;&#039;); ?&gt;
&lt;?php wp_list_categories(&#039;orderby=name&amp;show_count=0&amp;use_desc_for_title=0&amp;child_of=5&amp;title_li=&lt;h2&gt;Themes Templates&lt;/h2&gt;&#039;); ?&gt;
&lt;?php endif; ?&gt;
</pre>
<p>So if you need to split you master categories into &#8216;menu blocks&#8217; displaying each category and it sub categories - then this is how to do it! simple huh!?</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fserver1.w3server.co.uk%2F%7Ej3e08kg%2F2009%2F05%2Fcreating-wordpress-sidebars-with-submenus%2F&amp;linkname=Creating%20Wordpress%20Sidebars%20with%20Submenus"><img src="http://server1.w3server.co.uk/~j3e08kg/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://server1.w3server.co.uk/~j3e08kg/2009/05/creating-wordpress-sidebars-with-submenus/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Drag n Drop to Google Docs</title>
		<link>http://server1.w3server.co.uk/~j3e08kg/2009/05/drag-n-drop-to-google-docs/</link>
		<comments>http://server1.w3server.co.uk/~j3e08kg/2009/05/drag-n-drop-to-google-docs/#comments</comments>
		<pubDate>Fri, 15 May 2009 11:38:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Google Resources]]></category>

		<category><![CDATA[Web Resources]]></category>

		<guid isPermaLink="false">http://server1.w3server.co.uk/~j3e08kg/?p=545</guid>
		<description><![CDATA[If you use Google docs quite a bit then it can often become frustrating having to login and upload files.
However, Google has put together a very useful desktop application (built with .net) that allows you to drag and drop files straight into you Google docs account; useful huh?
As a sample application it also gives you [...]]]></description>
			<content:encoded><![CDATA[<p>If you use Google docs quite a bit then it can often become frustrating having to login and upload files.</p>
<p>However, Google has put together a very useful desktop application (built with .net) that allows you to drag and drop files straight into you Google docs account; useful huh?</p>
<p>As a sample application it also gives you full access to the source code so that you can modify it and rebuild the application.</p>
<p>You read more about this application as well as download the sourcecode and application from here:</p>
<p> <a href="http://code.google.com/support/bin/answer.py?answer=86805&amp;topic=12022">http://code.google.com/support/bin/answer.py?answer=86805&amp;topic=12022</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fserver1.w3server.co.uk%2F%7Ej3e08kg%2F2009%2F05%2Fdrag-n-drop-to-google-docs%2F&amp;linkname=Drag%20n%20Drop%20to%20Google%20Docs"><img src="http://server1.w3server.co.uk/~j3e08kg/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://server1.w3server.co.uk/~j3e08kg/2009/05/drag-n-drop-to-google-docs/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
