<?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; WP Subdomains</title>
	<atom:link href="http://casualgenius.com/category/wp-subdomains/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>More bugs fixed, more testing</title>
		<link>http://webdev.casualgenius.com/2010/07/28/more-bugs-fixed-more-testing</link>
		<comments>http://webdev.casualgenius.com/2010/07/28/more-bugs-fixed-more-testing#comments</comments>
		<pubDate>Tue, 27 Jul 2010 23:18:51 +0000</pubDate>
		<dc:creator>Alex Stansfield</dc:creator>
				<category><![CDATA[WP Subdomains]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Wordpress 3.0]]></category>

		<guid isPermaLink="false">http://webdev.casualgenius.com/2010/07/28/more-bugs-fixed-more-testing</guid>
		<description><![CDATA[Thanks to Sergey for sending me his database for me to test with. Noticed a few issues: The required database table wasn&#8217;t being created Category subdomain options weren&#8217;t being saved Permalink &#8216;/%postname/&#8217; doesn&#8217;t work, it causes subdomain page to display all posts I&#8217;ve fixed the first two issues. The plugin directory now has to be [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to Sergey for sending me his database for me to test with.</p>
<p>Noticed a few issues:
<ul>
<li>The required database table wasn&#8217;t being created</li>
<li>Category subdomain options weren&#8217;t being saved</li>
<li>Permalink &#8216;/%postname/&#8217; doesn&#8217;t work, it causes subdomain page to display all posts</li>
</ul>
<p>I&#8217;ve fixed the first two issues.</p>
<p>The plugin directory now has to be in the wp-content/plugins directory, before a symlink from wordpress-subdomains would work, not now. Now when you update the plugin and deactivate/reactivate it any upgrades and table changes should be done properly.</p>
<p>The issue with the options not being saved was down to me doing something in a poor way that got broken when WordPress changed. I&#8217;m now doing it the correct way.</p>
<p>The final one is a mystery and it&#8217;s too late for me to investigate tonight. I seem to remember spending a lot of time last year trying to get all combinations of permalinks to work but it seems /%postname/ stopped working at some point. I will investigate further tomorrow.</p>
<p>I&#8217;ve commited all the fixes to the development trunk so if you wish to try it out download <a href="http://downloads.wordpress.org/plugin/wordpress-subdomains.zip">here</a>. Remember to deactivate and reactivate the plugin after you upgrade. This may fix a number of issues straight away.</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://webdev.casualgenius.com/2010/07/28/more-bugs-fixed-more-testing/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Almost there&#8230; Stay on target&#8230;</title>
		<link>http://webdev.casualgenius.com/2010/07/27/almost-there-stay-on-target</link>
		<comments>http://webdev.casualgenius.com/2010/07/27/almost-there-stay-on-target#comments</comments>
		<pubDate>Tue, 27 Jul 2010 00:12:37 +0000</pubDate>
		<dc:creator>Alex Stansfield</dc:creator>
				<category><![CDATA[WP Subdomains]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[Wordpress 3.0]]></category>

		<guid isPermaLink="false">http://webdev.casualgenius.com/2010/07/27/almost-there-stay-on-target</guid>
		<description><![CDATA[Didn&#8217;t get latest release out the door this weekend as planned, but I now have it to a point where I think it&#8217;s ready but just needs some testing. This version is the one that&#8217;s currently running this site under WP 3.0. I can&#8217;t test for every type of wordpress setup, so I&#8217;m hoping that [...]]]></description>
			<content:encoded><![CDATA[<p>Didn&#8217;t get latest release out the door this weekend as planned, but I now have it to a point where I think it&#8217;s ready but just needs some testing. This version is the one that&#8217;s currently running this site under WP 3.0.</p>
<p>I can&#8217;t test for every type of wordpress setup, so I&#8217;m hoping that some of you might be able to give me a hand. If you wish to help test you can download the latest version <a href="http://downloads.wordpress.org/plugin/wordpress-subdomains.zip">here</a>. If you wish to report a bug it&#8217;s better to contact me <a href="http://contact.casualgenius.com/">here</a>, or just email me if you already have my address.</p>
<p>Overall there has been quite a lot of code change in this since the last release. Most of it was just rewriting code to behave better. One major change is you no longer have to configure the Pages with custom variables but with proper input elements which should make it a lot nicer.</p>
<p>One thing this version wont fix is multisite. Once this one is out the door I will start working on that.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdev.casualgenius.com/2010/07/27/almost-there-stay-on-target/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Testing on WP 3.0 and other issues</title>
		<link>http://webdev.casualgenius.com/2010/07/23/testing-on-wp-3-0-and-other-issues</link>
		<comments>http://webdev.casualgenius.com/2010/07/23/testing-on-wp-3-0-and-other-issues#comments</comments>
		<pubDate>Fri, 23 Jul 2010 11:24:46 +0000</pubDate>
		<dc:creator>Alex Stansfield</dc:creator>
				<category><![CDATA[WP Subdomains]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[Wordpress 3.0]]></category>

		<guid isPermaLink="false">http://webdev.casualgenius.com/2010/07/23/testing-on-wp-3-0-and-other-issues</guid>
		<description><![CDATA[I finally found some time to load up my development environment and try out WP 3.0 I found that the development version of the plugin seems to work with WP 3.0. As this site is using the same version I decided to upgrade to WP 3.0 and see what happened. Well it all still works [...]]]></description>
			<content:encoded><![CDATA[<p>I finally found some time to load up my development environment and try out WP 3.0</p>
<p>I found that the development version of the plugin seems to work with WP 3.0. As this site is using the same version I decided to upgrade to WP 3.0 and see what happened. Well it all still works which is a good sign, so this weekend I&#8217;m going to go over the last few bugs I have in that version and release it.</p>
<p>If you&#8217;re having issues with the plugin where it seems to work, but shows all the posts when on a category subdomain rather than just that category&#8217;s posts then please can you contact me. I&#8217;m not sure, but I think the issue may be theme related, so wouldn&#8217;t mind getting a copy of your theme to test with.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdev.casualgenius.com/2010/07/23/testing-on-wp-3-0-and-other-issues/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>All Apologies</title>
		<link>http://webdev.casualgenius.com/2010/06/29/all-apologies</link>
		<comments>http://webdev.casualgenius.com/2010/06/29/all-apologies#comments</comments>
		<pubDate>Tue, 29 Jun 2010 14:15:21 +0000</pubDate>
		<dc:creator>Alex Stansfield</dc:creator>
				<category><![CDATA[WP Subdomains]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://webdev.casualgenius.com/2010/06/29/all-apologies</guid>
		<description><![CDATA[I&#8217;ve just found that Google has been sticking all the mail from my site into the spam folder. Sorry for those who I&#8217;ve not replied to, I wasn&#8217;t ignoring you. Here&#8217;s the low down. As many of you guessed I&#8217;m not actively supporting this project anymore. When I was teaching in China I had plenty [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just found that Google has been sticking all the mail from my site into the spam folder.</p>
<p>Sorry for those who I&#8217;ve not replied to, I wasn&#8217;t ignoring you. </p>
<p>Here&#8217;s the low down. As many of you guessed I&#8217;m not actively supporting this project anymore. When I was teaching in China I had plenty of time for PHP in my spare time but now I&#8217;m working PHP 8 hours a day I find it hard to bring myself to do it in my spare moments. For me functionality of the plugin reached what I wanted many versions back which didn&#8217;t help with giving me incentive to continue.</p>
<p>However it seems from the emails I&#8217;ve checked through in my spam bin that the plugin does not work with WordPress 3.0. So I am going to try and resolve this problem this week. Hopefully this will give me a reason to dust off the code that&#8217;s in development as it has many code improvements over the most recent release.</p>
<p>If you are currently experiencing bugs with the plugin please attach them as comments to this post and I&#8217;ll do what I can to fix them.</p>
<p>If anyone is interest in taking over this plugin then get in touch.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdev.casualgenius.com/2010/06/29/all-apologies/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WordPress Subdomains and Google Sitemaps</title>
		<link>http://webdev.casualgenius.com/2009/12/31/wordpress-subdomains-and-google-sitemaps</link>
		<comments>http://webdev.casualgenius.com/2009/12/31/wordpress-subdomains-and-google-sitemaps#comments</comments>
		<pubDate>Thu, 31 Dec 2009 15:48:46 +0000</pubDate>
		<dc:creator>Alex Stansfield</dc:creator>
				<category><![CDATA[WP Subdomains]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[google sitemaps]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://webdev.casualgenius.com/2009/12/31/wordpress-subdomains-and-google-sitemaps</guid>
		<description><![CDATA[Thanks to a post from Arnee over on the wordpress forums it seems you can now have one sitemap to cover multiple sites. This makes using the Google XML Sitemaps plugin work properly with WordPress Subdomains. Here&#8217;s the steps I took. Install and configure the Google XML Sitemaps plugin Login to the Google Webmaster Tools [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to a <a target="_blank" href="http://wordpress.org/support/topic/322321?replies=6#post-1332697">post from Arnee</a> over on the wordpress forums it seems you can now have <a target="_blank" href="http://www.google.com/support/webmasters/bin/answer.py?answer=75712">one sitemap to cover multiple sites</a>. This makes using the <a target="_blank" href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Google XML Sitemaps plugin</a> work properly with WordPress Subdomains.</p>
<p>Here&#8217;s the steps I took.
<ol>
<li>Install and configure the Google XML Sitemaps plugin</li>
<li>Login to the Google Webmaster Tools site</li>
<li>Add your main blog site</li>
<li>Choose to verify using the &#8220;Upload an HTML file&#8221;</li>
<li>Upload the file google give you to your document root</li>
<li>Click &#8220;Verify&#8221;</li>
<li>Add all your subdomains using the same method, it uses the same html file so there is no need to upload anything just click &#8220;Verify&#8221; each time</li>
<li>Go back into your main blog site configuration and pick Sitemaps</li>
<li>Click &#8220;Submit a Sitemap&#8221; and give it the address of the file created by the plugin</li>
<li>Google should now index all the urls in the sitemap</li>
</ol>
<p>Hope this helps.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=d4ef7a7a-5934-89d5-a6a0-f54dbd382c6c" /></div>
]]></content:encoded>
			<wfw:commentRss>http://webdev.casualgenius.com/2009/12/31/wordpress-subdomains-and-google-sitemaps/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WP Subdomains 0.6.9 Released</title>
		<link>http://webdev.casualgenius.com/2009/12/30/wp-subdomains-0-6-9-released</link>
		<comments>http://webdev.casualgenius.com/2009/12/30/wp-subdomains-0-6-9-released#comments</comments>
		<pubDate>Wed, 30 Dec 2009 10:58:39 +0000</pubDate>
		<dc:creator>Alex Stansfield</dc:creator>
				<category><![CDATA[WP Subdomains]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[0.6.9]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://webdev.casualgenius.com/2009/12/30/wp-subdomains-0-6-9-released</guid>
		<description><![CDATA[I have just released WP Subdomains 0.6.9. There is only a minor update over 0.6.8, but it also fixes the problem there seemed to be on the WordPress Plugins page where it still thought that 0.6.6 was the newest version. I&#8217;m working towards version 1.0.0 which has a number of improvements and fixes. You can [...]]]></description>
			<content:encoded><![CDATA[<p>I have just released WP Subdomains 0.6.9.</p>
<p>There is only a minor update over 0.6.8, but it also fixes the problem there seemed to be on the WordPress Plugins page where it still thought that 0.6.6 was the newest version.</p>
<p>I&#8217;m working towards version 1.0.0 which has a number of improvements and fixes.</p>
<p>You can download from <a target="_blank" href="http://wordpress.org/extend/plugins/wordpress-subdomains/">here</a> or from the WordPress Admin section of your site.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=f7060dda-dd58-86d0-9b19-1d62065ea896" /></div>
]]></content:encoded>
			<wfw:commentRss>http://webdev.casualgenius.com/2009/12/30/wp-subdomains-0-6-9-released/feed</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>WP Subdomains 0.6.8 Released &#8211; WordPress 2.9 fixed</title>
		<link>http://webdev.casualgenius.com/2009/12/30/wp-subdomains-0-6-8-released-wordpress-2-9-fixed</link>
		<comments>http://webdev.casualgenius.com/2009/12/30/wp-subdomains-0-6-8-released-wordpress-2-9-fixed#comments</comments>
		<pubDate>Wed, 30 Dec 2009 01:15:22 +0000</pubDate>
		<dc:creator>Alex Stansfield</dc:creator>
				<category><![CDATA[WP Subdomains]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[0.6.8]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Wordpress 2.9]]></category>

		<guid isPermaLink="false">http://casualgenius.com/?p=491</guid>
		<description><![CDATA[Happy to say that I&#8217;ve just released 0.6.8 with working WordPress 2.9 compatibility. You can get it from the wordpress plugins site. Release 0.6.8 is just 0.6.6 with 3 main fixes: WordPress 2.9 support WordPress MU support Empty Subdomain Categories now shown For those who want to try the current development version with more fixes [...]]]></description>
			<content:encoded><![CDATA[<p>Happy to say that I&#8217;ve just released 0.6.8 with working WordPress 2.9 compatibility. You can get it from the <a href="http://wordpress.org/extend/plugins/wordpress-subdomains/" target="_blank">wordpress plugins site</a>.</p>
<p>Release 0.6.8 is just 0.6.6 with 3 main fixes:</p>
<ul>
<li>WordPress 2.9 support</li>
<li>WordPress MU support</li>
<li>Empty Subdomain Categories now shown</li>
</ul>
<p>For those who want to try the current development version with more fixes then download the development version from the wordpress plugins website.</p>
<p>Now I have my development environments up and running again I hope to get back into fixing up any issues people have.</p>
<p>If you have any bugs or requests please send them via the contact page.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdev.casualgenius.com/2009/12/30/wp-subdomains-0-6-8-released-wordpress-2-9-fixed/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Apparently broken in WordPress 2.9</title>
		<link>http://webdev.casualgenius.com/2009/12/21/apparently-broken-in-wordpress-2-9</link>
		<comments>http://webdev.casualgenius.com/2009/12/21/apparently-broken-in-wordpress-2-9#comments</comments>
		<pubDate>Mon, 21 Dec 2009 17:40:50 +0000</pubDate>
		<dc:creator>Alex Stansfield</dc:creator>
				<category><![CDATA[WP Subdomains]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://webdev.casualgenius.com/2009/12/21/apparently-broken-in-wordpress-2-9</guid>
		<description><![CDATA[I&#8217;ve had reports that WP Subdomains is broken in WordPress 2.9 I will try my best to find time this week to get to the bottom of it, but if anyone in the mean time figures out the problem please let me know.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had reports that WP Subdomains is broken in WordPress 2.9</p>
<p>I will try my best to find time this week to get to the bottom of it, but if anyone in the mean time figures out the problem please let me know.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=1fe5e6b3-1382-86ac-9149-8047e4cd9697" /></div>
]]></content:encoded>
			<wfw:commentRss>http://webdev.casualgenius.com/2009/12/21/apparently-broken-in-wordpress-2-9/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Delays and bugs</title>
		<link>http://webdev.casualgenius.com/2009/12/10/delays-and-bugs</link>
		<comments>http://webdev.casualgenius.com/2009/12/10/delays-and-bugs#comments</comments>
		<pubDate>Thu, 10 Dec 2009 23:30:33 +0000</pubDate>
		<dc:creator>Alex Stansfield</dc:creator>
				<category><![CDATA[WP Subdomains]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://casualgenius.com/2009/12/10/delays-and-bugs</guid>
		<description><![CDATA[The bugs have been mounting and my spare time has been shrinking. I was hoping to do a new release a few weeks back but found a bug at the last moment that stopped me. I&#8217;m really hoping that this weekend i can get a couple of hours spare to try and fix it. If [...]]]></description>
			<content:encoded><![CDATA[<p>The bugs have been mounting and my spare time has been shrinking. I was hoping to do a new release a few weeks back but found a bug at the last moment that stopped me. I&#8217;m really hoping that this weekend i can get a couple of hours spare to try and fix it. If you are having issues with the current release then feel free to try the version in the svn trunk.</p>
<p>I did get a fairly worrying email not long back from someone who said that the plugin screwed up their database. The plugin shouldn&#8217;t even touch exisiting tables other than setting options. However i will look into it and if anyone else has had similar issues please let me know. If unsure backup your database before you install the plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdev.casualgenius.com/2009/12/10/delays-and-bugs/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Subdomains Timeout</title>
		<link>http://webdev.casualgenius.com/2009/11/04/subdomains-timeout</link>
		<comments>http://webdev.casualgenius.com/2009/11/04/subdomains-timeout#comments</comments>
		<pubDate>Wed, 04 Nov 2009 09:48:24 +0000</pubDate>
		<dc:creator>Alex Stansfield</dc:creator>
				<category><![CDATA[WP Subdomains]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[0.7]]></category>

		<guid isPermaLink="false">http://webdev.casualgenius.com/2009/11/04/subdomains-timeout</guid>
		<description><![CDATA[The last few months have been quite hectic as a lot has been going on for me. As a result my work on WordPress Subdomains has suffered. I know a lot of people have been contacting me, but I&#8217;ve just not had the time to reply. This weekend I will be replying to those who [...]]]></description>
			<content:encoded><![CDATA[<p>The last few months have been quite hectic as a lot has been going on for me. As a result my work on WordPress Subdomains has suffered. I know a lot of people have been contacting me, but I&#8217;ve just not had the time to reply.</p>
<p>This weekend I will be replying to those who asked for help and will be releasing the next version of WordPress Subdomains (0.7) in the next week. The code has been ready for 2 months now, but I&#8217;ve just not had a chance to test it.</p>
<p>Sorry for the delays folks.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=f19241b9-9898-8ece-9898-dde08b224bf4" /></div>
]]></content:encoded>
			<wfw:commentRss>http://webdev.casualgenius.com/2009/11/04/subdomains-timeout/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
