<?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>bcg &#187; Programming</title>
	<atom:link href="http://www.kerrins.co.uk/blog/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrins.co.uk/blog</link>
	<description></description>
	<lastBuildDate>Sat, 08 Oct 2011 13:57:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Simple WYMeditor and WordPress 2.6</title>
		<link>http://www.kerrins.co.uk/blog/2008/08/simply-wymeditor-and-wordpress-26/</link>
		<comments>http://www.kerrins.co.uk/blog/2008/08/simply-wymeditor-and-wordpress-26/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 08:53:48 +0000</pubDate>
		<dc:creator>bcg</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wymeditor]]></category>

		<guid isPermaLink="false">http://www.kerrins.co.uk/blog/?p=201</guid>
		<description><![CDATA[I love WYMeditor, it is by far the best Javascript text editor I have used.&#160; As I have written before, I use the Simple WYMeditor plugin so I can have WYMeditor in my WordPress installation. However, when I upgraded to WordPress 2.6 it stopped working for me.&#160; There is no new version of Simple WYMeditor [...]]]></description>
		<wfw:commentRss>http://www.kerrins.co.uk/blog/2008/08/simply-wymeditor-and-wordpress-26/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Admin SSL</title>
		<link>http://www.kerrins.co.uk/blog/2008/05/new-admin-ssl/</link>
		<comments>http://www.kerrins.co.uk/blog/2008/05/new-admin-ssl/#comments</comments>
		<pubDate>Sat, 03 May 2008 11:05:19 +0000</pubDate>
		<dc:creator>bcg</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[admin-ssl]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.kerrins.co.uk/blog/?p=164</guid>
		<description><![CDATA[I have released a new version of Admin SSL &#8211; version 1.0.&#160; I am very excited about this release, because it represents a lot of hard work, and a complete re-write of the entire plugin since I took over developing it from Haris. It has a lot of new features, a much more stable redirection [...]]]></description>
		<wfw:commentRss>http://www.kerrins.co.uk/blog/2008/05/new-admin-ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website compression</title>
		<link>http://www.kerrins.co.uk/blog/2008/04/website-compression/</link>
		<comments>http://www.kerrins.co.uk/blog/2008/04/website-compression/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 00:31:12 +0000</pubDate>
		<dc:creator>bcg</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.kerrins.co.uk/blog/?p=157</guid>
		<description><![CDATA[I just found a helpful article about compressing website pages automatically using .htaccess here.&#160; This reduced my page size by at least 75%, a big (and safe) help for viewing pages fast. My next search was for a WordPress caching plugin.&#160; I am currently testing WordPress Super Cache, which has been updated to work with [...]]]></description>
		<wfw:commentRss>http://www.kerrins.co.uk/blog/2008/04/website-compression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing posts to pages</title>
		<link>http://www.kerrins.co.uk/blog/2008/04/changing-posts-to-pages/</link>
		<comments>http://www.kerrins.co.uk/blog/2008/04/changing-posts-to-pages/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 08:53:51 +0000</pubDate>
		<dc:creator>bcg</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.kerrins.co.uk/blog/?p=150</guid>
		<description><![CDATA[I have just converted the post on the WordPress plugin Admin SSL into a page &#8211; it can now be accessed here. It is very easy to do this &#8211; simply edit the `post_type` in `wp_posts` in your database from 'post' to 'page'.&#160; Then you need to edit the new page and tell it to [...]]]></description>
		<wfw:commentRss>http://www.kerrins.co.uk/blog/2008/04/changing-posts-to-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using svn:externals</title>
		<link>http://www.kerrins.co.uk/blog/2008/04/using-svnexternals/</link>
		<comments>http://www.kerrins.co.uk/blog/2008/04/using-svnexternals/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 08:13:48 +0000</pubDate>
		<dc:creator>bcg</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.kerrins.co.uk/blog/?p=145</guid>
		<description><![CDATA[After learning most of the basics of subversion, I discovered I had missed one of its most useful features: svn:externals.&#160; This allows you to checkout multiple repositories into one location.&#160; For a more detailed definition, go here.&#160; To access the property, use your subversion program (look for an option called 'Show Properties' or something like [...]]]></description>
		<wfw:commentRss>http://www.kerrins.co.uk/blog/2008/04/using-svnexternals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5 Media</title>
		<link>http://www.kerrins.co.uk/blog/2008/04/wordpress-25-media/</link>
		<comments>http://www.kerrins.co.uk/blog/2008/04/wordpress-25-media/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 06:53:55 +0000</pubDate>
		<dc:creator>bcg</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.kerrins.co.uk/blog/?p=120</guid>
		<description><![CDATA[Well I'm enjoying my experience of WordPress 2.5 already. The admin interface is so much cleaner, and it does so many things better than before! I did however have one small problem. When trying to add media using the new media interface, I kept getting HTTP errors. After a bit of searching around, I discovered [...]]]></description>
		<wfw:commentRss>http://www.kerrins.co.uk/blog/2008/04/wordpress-25-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript hacking</title>
		<link>http://www.kerrins.co.uk/blog/2008/03/javascript-hacking/</link>
		<comments>http://www.kerrins.co.uk/blog/2008/03/javascript-hacking/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 09:31:36 +0000</pubDate>
		<dc:creator>bcg</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.kerrins.co.uk/blog/2008/03/javascript-hacking.html</guid>
		<description><![CDATA[I just read an extremely funny article from the States about 'securing' websites using javascript, with the username, the password, and the 'secure' page URL written in the clear: 'So you hacked our site?!'.]]></description>
		<wfw:commentRss>http://www.kerrins.co.uk/blog/2008/03/javascript-hacking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom SSH port with svnserve</title>
		<link>http://www.kerrins.co.uk/blog/2008/02/custom-ssh-port-with-svnserve/</link>
		<comments>http://www.kerrins.co.uk/blog/2008/02/custom-ssh-port-with-svnserve/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 10:37:38 +0000</pubDate>
		<dc:creator>bcg</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://kerrins.co.uk/blog/2008/02/custom-ssh-port-with-svnserve.html</guid>
		<description><![CDATA[I had some trouble accessing my svn repository on my server.&#160; The people who host my website use a non-standard SSH port, and they force you to access the svn server through SSH &#8211; but without telling svnserve to use the non-standard port! So, after much trawling through the internet, I finally found the solution, [...]]]></description>
		<wfw:commentRss>http://www.kerrins.co.uk/blog/2008/02/custom-ssh-port-with-svnserve/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress and WYMeditor</title>
		<link>http://www.kerrins.co.uk/blog/2008/01/wordpress-and-wymeditor/</link>
		<comments>http://www.kerrins.co.uk/blog/2008/01/wordpress-and-wymeditor/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 08:42:34 +0000</pubDate>
		<dc:creator>bcg</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[admin-ssl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wymeditor]]></category>

		<guid isPermaLink="false">http://kerrins.co.uk/blog/2008/01/wordpress-and-wymeditor.html</guid>
		<description><![CDATA[EDIT 22/04/08:If you use the latest versions of WordPress, Admin SSL and Simple WYMeditor, then this workaround is no longer necessary. I currently use WordPress to publish my blog, and I recently discovered that there is a plugin () that lets you use my favourite online text editor &#8211; WYMeditor &#8211; to write blog posts. [...]]]></description>
		<wfw:commentRss>http://www.kerrins.co.uk/blog/2008/01/wordpress-and-wymeditor/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Top Web Development Tools (Pt. 2)</title>
		<link>http://www.kerrins.co.uk/blog/2007/09/top-web-development-tools-pt-2/</link>
		<comments>http://www.kerrins.co.uk/blog/2007/09/top-web-development-tools-pt-2/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 07:36:00 +0000</pubDate>
		<dc:creator>bcg</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[behaviour]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[packer]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[scriptaculous]]></category>
		<category><![CDATA[smarty]]></category>
		<category><![CDATA[wymeditor]]></category>

		<guid isPermaLink="false">http://www.kerrins.co.uk/blog/2007/09/17/top-web-development-tools-pt-2/</guid>
		<description><![CDATA[Part 1: ApplicationsPart 2: Code Libraries/Resources 6. Smarty Separating form from content is a holy grail in web design &#8211; it allows you to update the user interface of a website without altering how it works. You can even have different colour schemes or skins. Smarty is a template engine for PHP which forces you [...]]]></description>
		<wfw:commentRss>http://www.kerrins.co.uk/blog/2007/09/top-web-development-tools-pt-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

