<?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>Red Yellow &#187; WordPress</title>
	<atom:link href="http://redyellow.co.uk/category/development/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://redyellow.co.uk</link>
	<description>Sport, Mobiles, Development and did I mention Sport?</description>
	<lastBuildDate>Thu, 29 Jul 2010 12:57:45 +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>WordPress on Load Balanced Servers</title>
		<link>http://redyellow.co.uk/wordpress-on-load-balanced-servers/</link>
		<comments>http://redyellow.co.uk/wordpress-on-load-balanced-servers/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 17:49:06 +0000</pubDate>
		<dc:creator>Rich Gubby</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[capistrano]]></category>
		<category><![CDATA[load balanced]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[wordpress plugin on NFS]]></category>

		<guid isPermaLink="false">http://redyellow.co.uk/?p=614</guid>
		<description><![CDATA[Picture the scene, you&#8217;ve had a great idea for a blog and have decided to use WordPress as your blogging software of choice. And as you&#8217;re going to be getting an insane amount of visitors (after all, you&#8217;ve got a great idea, right?) you&#8217;ve decided to buy some decent hardware to cope with the traffic. [...]


Related posts:<ol><li><a href='http://redyellow.co.uk/top-5-wordpress-plugins/' rel='bookmark' title='Permanent Link: Top 5 WordPress Plugins'>Top 5 WordPress Plugins</a></li>
<li><a href='http://redyellow.co.uk/wordpress-mobile-plugin-1-2-1/' rel='bookmark' title='Permanent Link: WordPress Mobile Plugin 1.2.1'>WordPress Mobile Plugin 1.2.1</a></li>
<li><a href='http://redyellow.co.uk/wordpress-mobile-plugin-version-1-2-is-here/' rel='bookmark' title='Permanent Link: WordPress Mobile Plugin Version 1.2 is here'>WordPress Mobile Plugin Version 1.2 is here</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-thumbnail wp-image-616" title="light-bulb-thumb5246229" src="http://redyellow.co.uk/wp-content/uploads/2009/09/light-bulb-thumb5246229-150x150.jpg" alt="light-bulb-thumb5246229" width="90" height="90" />Picture the scene, you&#8217;ve had a great idea for a blog and have decided to use WordPress as your blogging software of choice. And as you&#8217;re going to be getting an insane amount of visitors (after all, you&#8217;ve got a great idea, right?) you&#8217;ve decided to buy some decent hardware to cope with the traffic.<br />
<span id="more-614"></span></p>
<p>The setup you&#8217;d probably go for is some sort of load balanced setup, with multiple web servers and possibly a couple of database servers behind the scenes. You should also be thinking about the wonders of virtualization and all the benefits that brings but that&#8217;s for another day.</p>
<p>Having multiple web servers brings about its own set of issues. Your blog code needs to be deployed to all web servers (preferably at the same time) so that if you get visitors that happen to hit different machines, you give them the same experience.</p>
<h3>Deployments and Uploads</h3>
<p>But that&#8217;s not so much of a problem &#8211; you could deploy code to all servers with <a href="http://ant.apache.org/">Ant </a>or <a href="http://www.capify.org/index.php/Capistrano">Capistrano</a>, or even write your own system to do it exactly to your requirements.</p>
<p><img class="alignleft size-thumbnail wp-image-618" title="wordpress-plugin" src="http://redyellow.co.uk/wp-content/uploads/2009/09/wordpress-plugin-150x150.jpg" alt="wordpress-plugin" width="90" height="90" />However, in this kind of setup, you&#8217;re going to come unstuck with plugins, themes and uploads. WordPress has an awesome upload utility, but the file you select from your local computer will get uploaded to a location on a single machine in your server farm. When a visitor lands on a different machine, they won&#8217;t see the upload. If you&#8217;re using the automatic add plugin or theme wizard built into the newer version of WordPress then it&#8217;s the same situation.</p>
<h3>Link to NFS locations</h3>
<p>But the situation is not nearly as dire as you may think though. There are loads of ways to combat it &#8211; and it&#8217;s a piece of cake if you&#8217;re using Linux! The easiest way is to create an NFS share on web server 1 and link to it on web server 2 so that the &#8220;/plugins&#8221; directory on 2 actually points to the location on 1. Easy!</p>
<p>If you&#8217;ve got a file server, even better &#8211; create your NFS on there and link to that location instead so that content really is separate from your code!</p>
<p>With windows it&#8217;s just as easy with shared directories &#8211; same principle, just a different terminology.</p>
<p>The only issue you&#8217;ve got left is that some plugins may have the paths to their files built slightly oddly so that they load the wrong files. But then, if you&#8217;ve got errors with the plugins, it may be time to look for alternatives!</p>
<p>Have you had any problems with WordPress on load balanced servers? How did you solve it or did you choose another setup?</p>
<img src="http://redyellow.co.uk/?ak_action=api_record_view&id=614&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://redyellow.co.uk/top-5-wordpress-plugins/' rel='bookmark' title='Permanent Link: Top 5 WordPress Plugins'>Top 5 WordPress Plugins</a></li>
<li><a href='http://redyellow.co.uk/wordpress-mobile-plugin-1-2-1/' rel='bookmark' title='Permanent Link: WordPress Mobile Plugin 1.2.1'>WordPress Mobile Plugin 1.2.1</a></li>
<li><a href='http://redyellow.co.uk/wordpress-mobile-plugin-version-1-2-is-here/' rel='bookmark' title='Permanent Link: WordPress Mobile Plugin Version 1.2 is here'>WordPress Mobile Plugin Version 1.2 is here</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://redyellow.co.uk/wordpress-on-load-balanced-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<custom_fields><aktt_notify_twitter>no</aktt_notify_twitter></custom_fields>	</item>
		<item>
		<title>REST or SOAP? Or don&#8217;t care?</title>
		<link>http://redyellow.co.uk/rest-or-soap-or-dont-care/</link>
		<comments>http://redyellow.co.uk/rest-or-soap-or-dont-care/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 20:05:01 +0000</pubDate>
		<dc:creator>Rich Gubby</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[Wapple]]></category>
		<category><![CDATA[wordpress mobile plugin]]></category>
		<category><![CDATA[XMLRPC]]></category>

		<guid isPermaLink="false">http://redyellow.co.uk/?p=581</guid>
		<description><![CDATA[I think we&#8217;ve realised at Wapple that when it comes to web services, not everyone always has the same level of technology that we have at our finger tips and completely take for granted. Take my Wapple Architect Mobile Plugin for WordPress for example, and the way it used to communicate with Wapple&#8217;s web services. [...]


Related posts:<ol><li><a href='http://redyellow.co.uk/wordpress-mobile-plugin-1-2-1/' rel='bookmark' title='Permanent Link: WordPress Mobile Plugin 1.2.1'>WordPress Mobile Plugin 1.2.1</a></li>
<li><a href='http://redyellow.co.uk/mobile-cakephp-apps/' rel='bookmark' title='Permanent Link: Mobile CakePHP Apps'>Mobile CakePHP Apps</a></li>
<li><a href='http://redyellow.co.uk/top-5-wordpress-plugins/' rel='bookmark' title='Permanent Link: Top 5 WordPress Plugins'>Top 5 WordPress Plugins</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I think we&#8217;ve realised at <a href="http://wapple.net">Wapple</a> that when it comes to web services, not everyone always has the same level of technology that we have at our finger tips and completely take for granted.</p>
<p>Take my <a href="http://wordpress.org/extend/plugins/wapple-architect">Wapple Architect Mobile Plugin for WordPress</a> for example, and the way it used to communicate with Wapple&#8217;s web services. It used to use SOAP simply because that was the protocol we chose to employ as our means for delivering web services.</p>
<p><span id="more-581"></span></p>
<h3>SOAP is not always available!</h3>
<p><img class="alignright size-thumbnail wp-image-582" title="Server" src="http://redyellow.co.uk/wp-content/uploads/2009/08/Server-150x150.jpg" alt="Server" width="90" height="90" />Now don&#8217;t get me wrong, what we&#8217;ve got is a really smart, well-designed and developed web service that&#8217;s both extensible and easy to use. But the fact was that if you hadn&#8217;t got SOAP, you wouldn&#8217;t be able to use it. And if you&#8217;d only got a shared host available, you might not be lucky enough to have a decent one like me (<a href="http://evohosting.co.uk">Evohosting</a>) who allow you to install SOAP on your server.</p>
<p>So what we&#8217;ve done is to create corresponding REST web services so you can use Wapple Architect and your dev key, but either request data through a URL by modifying a query string, or through a POST request with something like curl.</p>
<h3>Nothing can stop you now!</h3>
<p>This is fantastic news all round. For developers who are experimenting with Architect, it&#8217;s even easier to develop. And as we&#8217;ve already incorporated this new technology into our plugins for WordPress and Joomla, you can use it even if you don&#8217;t want to delve into code!</p>
<p>The latest release of the WordPress mobile plugin is out now (version 1.4) &#8211; have a read of the full feature list and the new REST web service support in an article over at <a href="http://mobilewebjunkie.com/wapple-architect-mobile-plugin-for-wordpress-version-14-released/">Mobile Web Junkie</a>.</p>
<p>On a more general note, what do you prefer to use, SOAP or REST? Or maybe XMLRPC? If you haven&#8217;t got a clue about any of this but would still like to have a go at leaving a suitably technical comment, here&#8217;s a few words you may want to include: &#8220;combobulating&#8221;, &#8220;aerodynamics&#8221; and &#8220;flux capacitor&#8221;.</p>
<img src="http://redyellow.co.uk/?ak_action=api_record_view&id=581&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://redyellow.co.uk/wordpress-mobile-plugin-1-2-1/' rel='bookmark' title='Permanent Link: WordPress Mobile Plugin 1.2.1'>WordPress Mobile Plugin 1.2.1</a></li>
<li><a href='http://redyellow.co.uk/mobile-cakephp-apps/' rel='bookmark' title='Permanent Link: Mobile CakePHP Apps'>Mobile CakePHP Apps</a></li>
<li><a href='http://redyellow.co.uk/top-5-wordpress-plugins/' rel='bookmark' title='Permanent Link: Top 5 WordPress Plugins'>Top 5 WordPress Plugins</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://redyellow.co.uk/rest-or-soap-or-dont-care/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<custom_fields><aktt_notify_twitter>no</aktt_notify_twitter></custom_fields>	</item>
		<item>
		<title>Clouds.. thousands of em..</title>
		<link>http://redyellow.co.uk/clouds-thousands-of-em/</link>
		<comments>http://redyellow.co.uk/clouds-thousands-of-em/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 19:47:11 +0000</pubDate>
		<dc:creator>Rich Gubby</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Clouds]]></category>
		<category><![CDATA[fluffy clouds]]></category>
		<category><![CDATA[hot air balloon]]></category>
		<category><![CDATA[UFO]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://redyellow.co.uk/?p=506</guid>
		<description><![CDATA[Not so long ago, the Wapple website had clouds. Unfortuntely, the powers that be decided that the new version didn&#8217;t need them, so rather than sulk about it (ok I did sulk a bit) I&#8217;ve turned those hand crafted cumulo nimbii into a WordPress plugin! All that work designing the clouds, making sure they appear [...]


Related posts:<ol><li><a href='http://redyellow.co.uk/wordpress-mobile-plugin-version-1-2-is-here/' rel='bookmark' title='Permanent Link: WordPress Mobile Plugin Version 1.2 is here'>WordPress Mobile Plugin Version 1.2 is here</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Not so long ago, the <a href="http://wapple.net">Wapple</a> website had clouds.</p>
<p>Unfortuntely, the powers that be decided that the new version didn&#8217;t need them, so rather than sulk about it (ok I did sulk a bit) I&#8217;ve turned those hand crafted cumulo nimbii into a WordPress plugin!</p>
<p><span id="more-506"></span><img class="alignleft size-thumbnail wp-image-508" title="cloud-6" src="http://redyellow.co.uk/wp-content/uploads/2009/08/cloud-6-150x150.jpg" alt="cloud-6" width="105" height="105" />All that work designing the clouds, making sure they appear at random locations and animating them so they move across the screen as if blown by a category 5 hurricane. None of it has gone to waste now it&#8217;s available for everyone!</p>
<p>Best of all, there&#8217;s a hot air balloon that appears at a random time and moves across your site from bottom-right to top-left!</p>
<h3>Clouds on WordPress</h3>
<p>Any day now, WordPress will approve my plugin (and lets face it &#8211; who wouldn&#8217;t want clouds on their site!) and you&#8217;ll be able to search for clouds when installing a plugin! But in the mean time, all of that cloud goodness is available for all to see on here! (They&#8217;re the white fluffy things at the top of the page incase you missed them).</p>
<p>By the way, keep your eyes peeled for any other flying objects appearing (other than the balloon) &#8211; if you spot them feel very privileged as they only appear to a chosen few!</p>
<p><img class="alignright size-thumbnail wp-image-507" title="et" src="http://redyellow.co.uk/wp-content/uploads/2009/08/et-150x150.jpg" alt="et" width="90" height="90" />If you&#8217;ve got any suggestions for other things that fly &#8211; <a href="http://www.imdb.com/title/tt0083866/">Elliot on his bicycle with ET</a> in the basket or a bi-plane are 2 that spring to mind &#8211; let me know and I&#8217;ll try and include it!</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 178px; width: 1px; height: 1px;">There are a couple that will appear and some other suggestions for new ones would be more than welcome. A bicycling Elliot with an ET in the basket? Easy! Maybe a bi-plane or something more exotic. If you&#8217;ve got any suggestions let me know!</div>
<img src="http://redyellow.co.uk/?ak_action=api_record_view&id=506&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://redyellow.co.uk/wordpress-mobile-plugin-version-1-2-is-here/' rel='bookmark' title='Permanent Link: WordPress Mobile Plugin Version 1.2 is here'>WordPress Mobile Plugin Version 1.2 is here</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://redyellow.co.uk/clouds-thousands-of-em/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<custom_fields><aktt_notify_twitter>no</aktt_notify_twitter></custom_fields>	</item>
		<item>
		<title>Top 5 WordPress Plugins</title>
		<link>http://redyellow.co.uk/top-5-wordpress-plugins/</link>
		<comments>http://redyellow.co.uk/top-5-wordpress-plugins/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 16:49:56 +0000</pubDate>
		<dc:creator>Rich Gubby</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress plugins]]></category>
		<category><![CDATA[wordpress top 5 plugins]]></category>

		<guid isPermaLink="false">http://redyellow.co.uk/?p=460</guid>
		<description><![CDATA[It seems as if every man and his dog is writing a &#8220;top 5 plugins for wordpress&#8221; &#8211; the problem is they all sound the same and there&#8217;s never anything new. So as I&#8217;m a bit late to WP party, my list will be all about plugins that have got me up and running in [...]


Related posts:<ol><li><a href='http://redyellow.co.uk/wordpress-mobile-plugin-1-2-1/' rel='bookmark' title='Permanent Link: WordPress Mobile Plugin 1.2.1'>WordPress Mobile Plugin 1.2.1</a></li>
<li><a href='http://redyellow.co.uk/wordpress-on-load-balanced-servers/' rel='bookmark' title='Permanent Link: WordPress on Load Balanced Servers'>WordPress on Load Balanced Servers</a></li>
<li><a href='http://redyellow.co.uk/rest-or-soap-or-dont-care/' rel='bookmark' title='Permanent Link: REST or SOAP? Or don&#8217;t care?'>REST or SOAP? Or don&#8217;t care?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-462" title="wordpress" src="http://redyellow.co.uk/wp-content/uploads/2009/07/wordpress.jpg" alt="wordpress" width="104" height="104" />It seems as if every man and his dog is writing a &#8220;top 5 plugins for wordpress&#8221; &#8211; the problem is they all sound the same and there&#8217;s never anything new.  So as I&#8217;m a bit late to WP party, my list will be all about plugins that have got me up and running in my early days as a blogger.</p>
<div style="clear:left;"></div>
<p><span id="more-460"></span></p>
<h3>YARPP</h3>
<p>&#8220;Returns a list of related entries based on a unique algorithm for display on your blog and RSS feeds.&#8221;</p>
<p>Does exactly what it says on the tin &#8211; great for keeping readers on your site with links they might be interested in.<br />
<a href="http://mitcho.com/code/yarpp/">Read more&#8230;</a></p>
<h3>Wapple Architect Mobile Plugin for WordPress</h3>
<p>&#8220;Mobilizing your wordpress site using Wapple Architect and WAPL.&#8221;</p>
<p>I&#8217;m a little biased on this one as I wrote it, but I&#8217;ve used other mobile plugins for WordPress and not wishing to blow ones own trumpet, mine is way better. Its got more features, doesn&#8217;t forward you off to another URL, retains the look and feel of your web theme and much more.<br />
<a href="http://mobilewebjunkie.com/wordpress-mobile-plugin-install-guide-and-faq/">Read more</a></p>
<h3>Developer Formatter</h3>
<p>&#8220;Developer Formatter system to WordPress&#8221;</p>
<p>If you want to quote some code in your post, I&#8217;ve not found a plugin better than the Developer Formatter to do it. Others tend to chop things off and have a bit of a flid when switching from Visual to HTML mode but not this one. Top Marks.<br />
<a href="http://wordpress.org/extend/plugins/devformatter/">Read more</a></p>
<h3>Google Analyticator</h3>
<p>&#8220;Adds the necessary JavaScript code to enable Google&#8217;s Analytics&#8221;</p>
<p>Who doesn&#8217;t like looking at stats? Ok, it might be just me then. But still, it&#8217;s always good to know who&#8217;s been visiting your blog and this plugin integrates with the best Analytics software out there.<br />
<a href="http://plugins.spiralwebconsulting.com/analyticator.html">Read more</a></p>
<h3>Twitter Tools</h3>
<p>&#8220;A complete integration between your WordPress blog and Twitter&#8221;</p>
<p>Finally, Twitter tools &#8211; easily put your latest tweets on your sidebar. Dead easy to setup and works a treat &#8211; great stuff!<br />
<a href="http://alexking.org/projects/wordpress">Read more</a></p>
<p>That&#8217;s it &#8211; 5 great tools that once setup, keep your visitors on your site, make sure any mobile visitors get a great experience, show nice looking code to them, let your readers know what you&#8217;re  up to and finally track where they&#8217;re coming from!</p>
<p>Let me know what you think of my list and if there&#8217;s any you feel should be on there!</p>
<img src="http://redyellow.co.uk/?ak_action=api_record_view&id=460&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://redyellow.co.uk/wordpress-mobile-plugin-1-2-1/' rel='bookmark' title='Permanent Link: WordPress Mobile Plugin 1.2.1'>WordPress Mobile Plugin 1.2.1</a></li>
<li><a href='http://redyellow.co.uk/wordpress-on-load-balanced-servers/' rel='bookmark' title='Permanent Link: WordPress on Load Balanced Servers'>WordPress on Load Balanced Servers</a></li>
<li><a href='http://redyellow.co.uk/rest-or-soap-or-dont-care/' rel='bookmark' title='Permanent Link: REST or SOAP? Or don&#8217;t care?'>REST or SOAP? Or don&#8217;t care?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://redyellow.co.uk/top-5-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<custom_fields><aktt_notify_twitter>no</aktt_notify_twitter></custom_fields>	</item>
		<item>
		<title>WordPress Mobile Plugin 1.2.1</title>
		<link>http://redyellow.co.uk/wordpress-mobile-plugin-1-2-1/</link>
		<comments>http://redyellow.co.uk/wordpress-mobile-plugin-1-2-1/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 18:13:19 +0000</pubDate>
		<dc:creator>Rich Gubby</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[mobile friendly websites]]></category>
		<category><![CDATA[mobile web development]]></category>
		<category><![CDATA[wapple architect mobile plugin for wordpress]]></category>

		<guid isPermaLink="false">http://redyellow.co.uk/?p=448</guid>
		<description><![CDATA[So it turns out that there&#8217;s a little bug with script tags on certain blogs using my Wapple Architect Mobile plugin for WordPress. Not a problem as WordPress allows you to release new versions that actually prompt an admin to upgrade, groovy! So without further ado, version 1.2.1 is released. Here&#8217;s a link to the [...]


Related posts:<ol><li><a href='http://redyellow.co.uk/wordpress-mobile-plugin-version-1-2-is-here/' rel='bookmark' title='Permanent Link: WordPress Mobile Plugin Version 1.2 is here'>WordPress Mobile Plugin Version 1.2 is here</a></li>
<li><a href='http://redyellow.co.uk/wordpress-on-load-balanced-servers/' rel='bookmark' title='Permanent Link: WordPress on Load Balanced Servers'>WordPress on Load Balanced Servers</a></li>
<li><a href='http://redyellow.co.uk/top-5-wordpress-plugins/' rel='bookmark' title='Permanent Link: Top 5 WordPress Plugins'>Top 5 WordPress Plugins</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>So it turns out that there&#8217;s a little bug with script tags on certain blogs using my <a href="http://wordpress.org/extend/plugins/wapple-architect/stats/">Wapple Architect Mobile plugin for WordPress</a>.</p>
<p>Not a problem as WordPress allows you to release new versions that actually prompt an admin to upgrade, groovy!</p>
<p>So without further ado, version 1.2.1 is released. Here&#8217;s a <a href="http://wordpress.org/extend/plugins/wapple-architect/installation/">link to the install guide</a> so you can get cracking with your upgrade to make sure your blog is in tip top condition!</p>
<p>Your blog probably already works, it&#8217;s only when combined with an exceptional set of circumstances rarer than a Honey Badger that it&#8217;ll look a bit screwy!</p>
<img src="http://redyellow.co.uk/?ak_action=api_record_view&id=448&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://redyellow.co.uk/wordpress-mobile-plugin-version-1-2-is-here/' rel='bookmark' title='Permanent Link: WordPress Mobile Plugin Version 1.2 is here'>WordPress Mobile Plugin Version 1.2 is here</a></li>
<li><a href='http://redyellow.co.uk/wordpress-on-load-balanced-servers/' rel='bookmark' title='Permanent Link: WordPress on Load Balanced Servers'>WordPress on Load Balanced Servers</a></li>
<li><a href='http://redyellow.co.uk/top-5-wordpress-plugins/' rel='bookmark' title='Permanent Link: Top 5 WordPress Plugins'>Top 5 WordPress Plugins</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://redyellow.co.uk/wordpress-mobile-plugin-1-2-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<custom_fields><aktt_notify_twitter>no</aktt_notify_twitter></custom_fields>	</item>
		<item>
		<title>WordPress Mobile Plugin Version 1.2 is here</title>
		<link>http://redyellow.co.uk/wordpress-mobile-plugin-version-1-2-is-here/</link>
		<comments>http://redyellow.co.uk/wordpress-mobile-plugin-version-1-2-is-here/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 18:23:43 +0000</pubDate>
		<dc:creator>Rich Gubby</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cactus]]></category>
		<category><![CDATA[wapple architect mobile plugin]]></category>
		<category><![CDATA[wordpress mobile]]></category>

		<guid isPermaLink="false">http://redyellow.co.uk/?p=369</guid>
		<description><![CDATA[Cue the drum rolls and roll out the red carpet as yesterday heralded the arrival of version 1.2 of the Wapple Architect mobile plugin for WordPress. It&#8217;s got all of the bells and whistles that you&#8217;d ever need to create stunning looking mobile blogs and you&#8217;ve now got unprecedented levels of customization at your disposal! [...]


Related posts:<ol><li><a href='http://redyellow.co.uk/wordpress-mobile-plugin-1-2-1/' rel='bookmark' title='Permanent Link: WordPress Mobile Plugin 1.2.1'>WordPress Mobile Plugin 1.2.1</a></li>
<li><a href='http://redyellow.co.uk/rest-or-soap-or-dont-care/' rel='bookmark' title='Permanent Link: REST or SOAP? Or don&#8217;t care?'>REST or SOAP? Or don&#8217;t care?</a></li>
<li><a href='http://redyellow.co.uk/mobile-cakephp-apps/' rel='bookmark' title='Permanent Link: Mobile CakePHP Apps'>Mobile CakePHP Apps</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Cue the drum rolls and roll out the red carpet as yesterday heralded the arrival of version 1.2 of the Wapple Architect mobile plugin for WordPress.</p>
<p>It&#8217;s got all of the bells and whistles that you&#8217;d ever need to create stunning looking mobile blogs and you&#8217;ve now got unprecedented levels of customization at your disposal!</p>
<p><span id="more-369"></span><img class="alignright size-full wp-image-410" title="redyellowqrcode" src="http://redyellow.co.uk/wp-content/uploads/2009/07/redyellowqrcode.png" alt="redyellowqrcode" width="155" height="155" />If you want an example of it in action, check out this blog on your phone &#8211; I&#8217;ve even provided you with a handy QR code for you to scan with your mobile phone! If you haven&#8217;t got a data matrix reader on your phone, get one from <a href="http://reader.kaywa.com/">Kaywa</a>.</p>
<p>If you want to read all about it and get the full low down on what&#8217;s been included and what hasn&#8217;t, check out the release article at Mobile Web Junkie &#8211; here&#8217;s the <a href="http://mobilewebjunkie.com/wordpress-mobile-plugin-version-1-2/">link</a>.</p>
<p>Let me know what you think of Red Yellow on mobile &#8211; I&#8217;m always looking for suggestions to improve it (and yes, putting <span style="text-decoration: line-through;">Cactuses</span>, Cactii in the footer is in the pipeline!)</p>
<img src="http://redyellow.co.uk/?ak_action=api_record_view&id=369&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://redyellow.co.uk/wordpress-mobile-plugin-1-2-1/' rel='bookmark' title='Permanent Link: WordPress Mobile Plugin 1.2.1'>WordPress Mobile Plugin 1.2.1</a></li>
<li><a href='http://redyellow.co.uk/rest-or-soap-or-dont-care/' rel='bookmark' title='Permanent Link: REST or SOAP? Or don&#8217;t care?'>REST or SOAP? Or don&#8217;t care?</a></li>
<li><a href='http://redyellow.co.uk/mobile-cakephp-apps/' rel='bookmark' title='Permanent Link: Mobile CakePHP Apps'>Mobile CakePHP Apps</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://redyellow.co.uk/wordpress-mobile-plugin-version-1-2-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<custom_fields><aktt_notify_twitter>no</aktt_notify_twitter></custom_fields>	</item>
		<item>
		<title>new look for summer!</title>
		<link>http://redyellow.co.uk/new-look-for-summer/</link>
		<comments>http://redyellow.co.uk/new-look-for-summer/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 17:50:14 +0000</pubDate>
		<dc:creator>Rich Gubby</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cactus]]></category>
		<category><![CDATA[DIY SOS]]></category>
		<category><![CDATA[mexican]]></category>
		<category><![CDATA[nick knowles]]></category>
		<category><![CDATA[red]]></category>
		<category><![CDATA[wordpress theme]]></category>
		<category><![CDATA[yellow]]></category>

		<guid isPermaLink="false">http://redyellow.co.uk/?p=190</guid>
		<description><![CDATA[If you&#8217;re looking at this and have read any of my other posts, you&#8217;ll notice that the site has had a makeover that would make Nick Knowles and his DIY SOS team proud! Gone are the default WordPress colours and images &#8211; there are so many bright colours now you need a pair of sunglasses [...]


Related posts:<ol><li><a href='http://redyellow.co.uk/the-2-minute-guide-to-creating-a-wordpress-theme/' rel='bookmark' title='Permanent Link: The 2 minute guide to creating a WordPress theme'>The 2 minute guide to creating a WordPress theme</a></li>
<li><a href='http://redyellow.co.uk/wordpress-mobile-plugin-version-1-2-is-here/' rel='bookmark' title='Permanent Link: WordPress Mobile Plugin Version 1.2 is here'>WordPress Mobile Plugin Version 1.2 is here</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re looking at this and have read any of my other posts, you&#8217;ll notice that the site has had a makeover that would make Nick Knowles and his DIY SOS team proud!</p>
<p><img class="alignleft size-medium wp-image-191" title="supreme-oakley-sunglasses-1" src="http://redyellow.co.uk/wp-content/uploads/2009/07/supreme-oakley-sunglasses-1-300x150.jpg" alt="supreme-oakley-sunglasses-1" width="86" height="43" />Gone are the default WordPress colours and images &#8211; there are so many bright colours now you need a pair of sunglasses to view it!</p>
<p><span id="more-190"></span>I used the same idea as I described in my <a href="/2009/07/the-2-minute-guide-to-creating-a-wordpress-theme/">2 minute guide to creating a WordPress theme</a>, only this time I had to do the design myself.</p>
<p>I started off with a Russian style font, added a few rounded boxes and finally a sun. After a bit of helpful advice from <a href="http://ryandc.co.uk">Ryan DC</a>, I ditched the font, chose a new sunnier mexican style and added a bit of colour to my post boxes. Sounds easy and something that you can do in a couple of hours, but as I don&#8217;t know my Airbrush from my Elliptical Marquee it took me a little bit longer.</p>
<p>It&#8217;s certainly not complete and there&#8217;s a few improvements to make but one thing is for sure &#8211; it&#8217;s better than what was there before!</p>
<p>Let me know what you think and if you&#8217;ve got any suggestions for things to add (cactus silohoette at the bottom maybe?) leave a comment.</p>
<img src="http://redyellow.co.uk/?ak_action=api_record_view&id=190&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://redyellow.co.uk/the-2-minute-guide-to-creating-a-wordpress-theme/' rel='bookmark' title='Permanent Link: The 2 minute guide to creating a WordPress theme'>The 2 minute guide to creating a WordPress theme</a></li>
<li><a href='http://redyellow.co.uk/wordpress-mobile-plugin-version-1-2-is-here/' rel='bookmark' title='Permanent Link: WordPress Mobile Plugin Version 1.2 is here'>WordPress Mobile Plugin Version 1.2 is here</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://redyellow.co.uk/new-look-for-summer/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	<custom_fields><aktt_notify_twitter>no</aktt_notify_twitter></custom_fields>	</item>
		<item>
		<title>The 2 minute guide to creating a WordPress theme</title>
		<link>http://redyellow.co.uk/the-2-minute-guide-to-creating-a-wordpress-theme/</link>
		<comments>http://redyellow.co.uk/the-2-minute-guide-to-creating-a-wordpress-theme/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 20:45:18 +0000</pubDate>
		<dc:creator>Rich Gubby</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[johnny ball]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[tony hart]]></category>

		<guid isPermaLink="false">http://redyellow.co.uk/?p=45</guid>
		<description><![CDATA[How hard is it to create a WordPress theme? Armed with a ready supply of tea, a well stocked iTunes library and a kick-ass design from Ryan DC, my mission, if I chose to accept it, was to find out &#8230; I&#8217;ve already written a plugin about how to mobilize your WordPress blog, (you can [...]


Related posts:<ol><li><a href='http://redyellow.co.uk/wordpress-on-load-balanced-servers/' rel='bookmark' title='Permanent Link: WordPress on Load Balanced Servers'>WordPress on Load Balanced Servers</a></li>
<li><a href='http://redyellow.co.uk/new-look-for-summer/' rel='bookmark' title='Permanent Link: new look for summer!'>new look for summer!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How hard is it to create a WordPress theme?</p>
<p>Armed with a ready supply of tea, a well stocked iTunes library and a kick-ass design from <a href="http://ryandc.co.uk">Ryan DC</a>, my mission, if I chose to accept it, was to find out &#8230;</p>
<p><span id="more-45"></span><img class="size-full wp-image-167 alignright" title="tonyhart" src="http://redyellow.co.uk/wp-content/uploads/2009/06/tonyhart.jpg" alt="tonyhart" width="53" height="70" />I&#8217;ve already written a plugin about how to mobilize your WordPress blog, (you can find the homepage <a href="http://wordpress.org/extend/plugins/wapple-architect/">here</a>), but this is all about making it look pretty on web. No serious coding here, it&#8217;s all about the design, complete with crayons and colouring-in books &#8211; a bit more <a href="http://www.tonyhart.co.uk/">Tony Hart</a> than <a href="http://www.w3.org/People/Berners-Lee/">Tim Berners-Lee</a>.</p>
<h3>So what&#8217;s the first step?</h3>
<p>Copy and paste. No, seriously -  copy the default theme and paste it into a new folder. Then make a few changes to the stylesheet comments at the top and you&#8217;re ready to begin. Activate it in the &#8220;Appearance&#8221; tab and you can start to work on it.</p>
<p>If you stick to the conventions in your new theme and don&#8217;t change the names you won&#8217;t go far wrong. Infact, if you do change the names of the files, I&#8217;m not even sure if things will work. Anyway, the main files you&#8217;ll be wanting to change are style.css, header.php (your header) and maybe a few of index.php (main home page), single.php (post pages) and archives.php (archives and search results).</p>
<p>Change some CSS, create new images and delete old ones. Amend class names if you want, add ID&#8217;s, take them away. It&#8217;s up to you. I tried to stick to what was already there but you can do whatever you like. Use <a href="http://www.firefox.com">Firefox</a> to look at your theme and install <a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a>, you&#8217;ll be glad you did.</p>
<p>And that&#8217;s pretty much it. The CSS in my new template is not a million miles away from the default but references all the imagery and colours that were in the new design.</p>
<p><img class="alignleft size-full wp-image-166" title="johnnyball" src="http://redyellow.co.uk/wp-content/uploads/2009/06/johnnyball.jpg" alt="johnnyball" width="93" height="68" />You don&#8217;t have to be a rocket scientist to create a new theme. You don&#8217;t even have to be <a href="http://www.johnnyball.co.uk/html/AboutJBpage.htm">Johnny Ball</a> -  you just need a couple of hours and a little bit of CSS wizardry at your disposal. I&#8217;m now thinking that I could put a few more dynamic elements into the theme &#8211; maybe have a sun appear in the mornings and a moon at night. That would be cooler than robots.</p>
<p>If you want to see what my first attempt looks like, head over to <a href="http://richholdsworth.com">http://richholdsworth.com</a> and let me know what you think. And if you&#8217;ve got any interesting ideas for templates and making them a bit more fun, get in touch and I&#8217;ll see what I can do.</p>
<img src="http://redyellow.co.uk/?ak_action=api_record_view&id=45&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://redyellow.co.uk/wordpress-on-load-balanced-servers/' rel='bookmark' title='Permanent Link: WordPress on Load Balanced Servers'>WordPress on Load Balanced Servers</a></li>
<li><a href='http://redyellow.co.uk/new-look-for-summer/' rel='bookmark' title='Permanent Link: new look for summer!'>new look for summer!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://redyellow.co.uk/the-2-minute-guide-to-creating-a-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<custom_fields><aktt_notify_twitter>no</aktt_notify_twitter></custom_fields>	</item>
	</channel>
</rss>
