<?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>CasualGenius.com &#187; widgets</title>
	<atom:link href="http://casualgenius.com/tags/widgets/feed" rel="self" type="application/rss+xml" />
	<link>http://casualgenius.com</link>
	<description>The goings on of Alex Stansfield</description>
	<lastBuildDate>Tue, 27 Jul 2010 23:18:51 +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>Category Subdomains 0.4.5</title>
		<link>http://webdev.casualgenius.com/2008/10/26/category-subdomains-045</link>
		<comments>http://webdev.casualgenius.com/2008/10/26/category-subdomains-045#comments</comments>
		<pubDate>Sun, 26 Oct 2008 13:13:10 +0000</pubDate>
		<dc:creator>Alex Stansfield</dc:creator>
				<category><![CDATA[WP Subdomains]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://casualgenius.com/?p=58</guid>
		<description><![CDATA[Category Subdomains is a WordPress plugin that lets you setup subdomains on your site that point to Categories or Pages on your wordpress install. This site is using the plugin. The main page shows all posts, however my travel subdomain shows only the posts in my Travel category and it&#8217;s children. This plugin was first [...]]]></description>
			<content:encoded><![CDATA[<p>Category Subdomains is a <a title="WordPress.org" href="http://www.wordpress.org" target="_blank">WordPress</a> plugin that lets you setup subdomains on your site that point to Categories or Pages on your wordpress install. This site is using the plugin. The <a title="http://www.casualgenius.com" href="http://www.casualgenius.com" target="_blank">main page</a> shows all posts, however my <a title="http://travel.casualgenius.com" href="http://travel.casualgenius.com" target="_blank">travel subdomain</a> shows only the posts in my Travel category and it&#8217;s children.</p>
<p>This plugin was first written as <a href="http://www.biggnuts.com/wordpress-subdomains-plugin/" target="_blank">Subster Rejunevation</a> by Dax Herrera. It was subsequently updated to work with more recent versions or wordpress by <a href="http://demp.se/y/2008/04/11/category-subdomains-plugin-for-wordpress-25/" target="_blank">Adam Dempsey</a> and <a href="http://blog.youontop.com/wordpress/wordpress-category-as-subdomain-plugin-41.html" target="_blank">Gilad Gafni</a>. I have continued the version numbering on from where the last developer left off.</p>
<p>I originally just wanted to add a few features that I wanted for my site. However it turned out that to do what I wanted it would be easier to pretty much rewrite most of the plugin. I added some classes that store a lot of information about the categories and pages which are to be subdomains. This means a lot of repetitive code code be removed from the main plugin. This has made the code base much easier to look at and navigate.</p>
<p>Now most people wont care about that and just want to know what&#8217;s changed:<br />
<code><br />
1. Added category option to show only pages tied to the category<br />
2. If not in a subdomain only non-tied pages are shown<br />
3. Site widget, sidebar widget which lists the category subdomains, good for navigation<br />
4. Categories widget, sidebar widget with a list of categories in the current subdomain. If not in a subdomain will show like normal categories widget.<br />
Also a few bug fixes where links were pointing to the wrong subdomains.</code></p>
<p>The plugin still automatically turns your categories into subdomains. Next thing I&#8217;ll change is to remove that so that you configure each one you want to be a subdomain. I&#8217;ve also got some other ideas i want to work through and get things like Calendar and Recent Posts only showing the relevant posts when you&#8217;re in a subdomain.</p>
<p>Plugin is available here: <a href="http://casualgenius.com/wp-content/uploads/2008/10/category-subdomains-045.zip">Category Subdomains 0.4.5 </a></p>
<p>If you&#8217;ve used a past version of this plugin and try this one to find things don&#8217;t work quite as you expected then please let me know. Also if you&#8217;re new to this plugin and need help or want to report a bug then also just let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdev.casualgenius.com/2008/10/26/category-subdomains-045/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress, themes and plugins</title>
		<link>http://webdev.casualgenius.com/2008/10/06/wordpress-themes-and-plugins</link>
		<comments>http://webdev.casualgenius.com/2008/10/06/wordpress-themes-and-plugins#comments</comments>
		<pubDate>Mon, 06 Oct 2008 03:39:33 +0000</pubDate>
		<dc:creator>Alex Stansfield</dc:creator>
				<category><![CDATA[WP Subdomains]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://casualgenius.com/?p=28</guid>
		<description><![CDATA[Well if anyone is actually reading this site yet they might notice that it breaks occasionally. I&#8217;ve never been entirely happy with the way wordpress worked until I discovered a plugin called Subster, this lets you configure a wordpress category as a subdomain. Not only that but you can then specify a different theme for [...]]]></description>
			<content:encoded><![CDATA[<p>Well if anyone is actually reading this site yet they might notice that it breaks occasionally.</p>
<p>I&#8217;ve never been entirely happy with the way wordpress worked until I discovered a plugin called Subster, this lets you configure a wordpress category as a subdomain. Not only that but you can then specify a different theme for that subdomain. For instance I have a lot of travel posts that I wanted to appear on travel.casualgenius.com using this plugin I can.</p>
<p>However there were a few problems, the different theme part didn&#8217;t really work, and some things I wanted that it didn&#8217;t provide. So I&#8217;m setting about writing the plugin to do what I want. This includes filtering page lists and providing extra widgets.</p>
<p>It&#8217;s still work in progress, hence the site going a bit funny sometimes, but once it&#8217;s done I&#8217;ll post the latest version here. I&#8217;ll also try and track down the latest author, it seems the plugin is like an unwanted child and has been through about 4 authors so far, and see if he&#8217;s still developing it or not.</p>
<p>If anyone spots this and is interested in the plugin feel free to quiz me about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdev.casualgenius.com/2008/10/06/wordpress-themes-and-plugins/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
