<?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>Jonathan Bullock</title>
	<atom:link href="http://jonathanbullock.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanbullock.com</link>
	<description>My corner of the Internet.</description>
	<lastBuildDate>Sun, 29 Aug 2010 19:07:38 +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>Baku</title>
		<link>http://jonathanbullock.com/2010/08/baku/</link>
		<comments>http://jonathanbullock.com/2010/08/baku/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 19:07:38 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[azerbaijan]]></category>
		<category><![CDATA[baku]]></category>

		<guid isPermaLink="false">http://jonathanbullock.com/?p=321</guid>
		<description><![CDATA[Been offline recently as I've been over in Baku, Azerbaijan with work.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve not been able to get online properly at all the past week as I&#8217;ve been over in <a title="Baku" href="http://en.wikipedia.org/wiki/Baku">Baku</a> (Azerbaijan) due to work, although I&#8217;ve got access to a pretty decent connection line now I&#8217;m staying at a co-workers&#8221;s place. Got another week to do before I fly back to the UK.</p>
<p>Baku is an interesting city to say the least, it&#8217;s helped a lot having a few co-workers who have been living here for the past few months and have shown me about the place. Although I&#8217;ve already been struck down with what the expats call Baku Belly!</p>
<p>Better start sorting through last week&#8217;s e-mail and feeds now, may try to upload some of the photos I&#8217;ve taken this weekend.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanbullock.com/2010/08/baku/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MWUG &#8211; Meeting 18th August</title>
		<link>http://jonathanbullock.com/2010/08/mwug-meeting-18th-august/</link>
		<comments>http://jonathanbullock.com/2010/08/mwug-meeting-18th-august/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 20:45:29 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[manchester]]></category>
		<category><![CDATA[mwug]]></category>
		<category><![CDATA[phpnw]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://jonathanbullock.com/?p=319</guid>
		<description><![CDATA[MWUG &#8211; Meeting 18th August. Recently found this WordPress user group. Can&#8217;t make this meeting but I need to make time to get to some of these events including PHPNW meetings.]]></description>
			<content:encoded><![CDATA[<p><a href="http://mwug.info/2010/07/august-meeting-wednesday-18th/">MWUG &#8211; Meeting 18th August</a>. Recently found this <a href="http://groups.google.com/group/manchester-wordpress-user-group">WordPress user group</a>. Can&#8217;t make this meeting but I need to make time to get to some of these events including <a href="http://www.phpnw.org.uk/">PHPNW</a> meetings.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanbullock.com/2010/08/mwug-meeting-18th-august/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress plugin development links</title>
		<link>http://jonathanbullock.com/2010/08/wordpress-plugin-development-links/</link>
		<comments>http://jonathanbullock.com/2010/08/wordpress-plugin-development-links/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 22:45:34 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[basic-seo]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://jonathanbullock.com/?p=258</guid>
		<description><![CDATA[Some very useful links I've used while developing my first WordPress plugin - Basic-SEO.]]></description>
			<content:encoded><![CDATA[<p>While developing <a href="http://jonathanbullock.com/projects/basic-seo">Basic-SEO</a> I&#8217;ve found the following sites very useful for reference purposes:</p>
<p><strong>WordPress Plugin Repository</strong> &#8211; <a href="http://wp-plugins.org">http://wp-plugins.org</a></p>
<p>You can&#8217;t beat learning by example, here you can browse the source code of all the plugins WordPress.org hosts.</p>
<p><strong>WordPress PHP Documentation</strong> &#8211; <a href="http://phpdoc.wordpress.org/">http://phpdoc.wordpress.org/</a></p>
<p>All the comments from the WordPress source code extracted in HTML format  and correctly linked, very useful for looking up functions.</p>
<p><strong>WordPress Hooks Database</strong> &#8211; <a href="http://adambrown.info/p/wp_hooks">http://adambrown.info/p/wp_hooks</a></p>
<p>Database of all the action &amp; filter hooks that have ever been available in any WordPress release and where it occurs in the source code.</p>
<p><strong>WordPress Codex</strong> &#8211; <a href="http://codex.wordpress.org">http://codex.wordpress.org/</a></p>
<p>The official documentation for WordPress, has a very useful developer documentation section.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanbullock.com/2010/08/wordpress-plugin-development-links/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Journalism Warning Labels</title>
		<link>http://jonathanbullock.com/2010/08/journalism-warning-labels/</link>
		<comments>http://jonathanbullock.com/2010/08/journalism-warning-labels/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 12:52:49 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[journalism]]></category>
		<category><![CDATA[labels]]></category>
		<category><![CDATA[media]]></category>

		<guid isPermaLink="false">http://jonathanbullock.com/?p=305</guid>
		<description><![CDATA[Journalism Warning Labels (via) - bloody brilliant! I love the &#8220;Journalist does not understand the subject they are writing about&#8221; label. My eyes were opened to this kind of thing when the national media got a story about someone I know horribly wrong.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tomscott.com/warnings/">Journalism Warning Labels</a> (<a href="http://simonwillison.net/2010/Aug/14/journalism/">via</a>) - bloody brilliant! I love the &#8220;Journalist does not understand the subject they are writing about&#8221; label. My eyes were opened to this kind of thing when the national media got a story about someone I know horribly wrong.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanbullock.com/2010/08/journalism-warning-labels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Pac-Man Dossier</title>
		<link>http://jonathanbullock.com/2010/08/the-pac-man-dossier/</link>
		<comments>http://jonathanbullock.com/2010/08/the-pac-man-dossier/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 10:57:26 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[pac-man]]></category>

		<guid isPermaLink="false">http://jonathanbullock.com/?p=303</guid>
		<description><![CDATA[The Pac-Man Dossier. (via) Excellent study of the classic game, even if your not a big fan of it it&#8217;s an interesting read.]]></description>
			<content:encoded><![CDATA[<p><a href="http://home.comcast.net/~jpittman2/pacman/pacmandossier.html">The Pac-Man Dossier</a>. (<a href="http://simonwillison.net/2010/Aug/11/pacman/">via</a>) Excellent study of the classic game, even if your not a big fan of it it&#8217;s an interesting read.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanbullock.com/2010/08/the-pac-man-dossier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Initial Thoughts on Oracle vs Google Patent Lawsuit &#8211; Miguel de Icaza</title>
		<link>http://jonathanbullock.com/2010/08/initial-thoughts-on-oracle-vs-google-patent-lawsuit-miguel-de-icaza/</link>
		<comments>http://jonathanbullock.com/2010/08/initial-thoughts-on-oracle-vs-google-patent-lawsuit-miguel-de-icaza/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 00:22:29 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[patent]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false">http://jonathanbullock.com/?p=300</guid>
		<description><![CDATA[Initial Thoughts on Oracle vs Google Patent Lawsuit &#8211; Miguel de Icaza. Includes some interesting background information. I do hope this gets resolved quickly as I&#8217;m a big fan of both Java and Android.]]></description>
			<content:encoded><![CDATA[<p><a href="http://tirania.org/blog/archive/2010/Aug-13.html">Initial Thoughts on Oracle vs Google Patent Lawsuit &#8211; Miguel de Icaza</a>. Includes some interesting background information. I do hope this gets resolved quickly as I&#8217;m a big fan of both Java and Android.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanbullock.com/2010/08/initial-thoughts-on-oracle-vs-google-patent-lawsuit-miguel-de-icaza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress plugin: Basic-SEO</title>
		<link>http://jonathanbullock.com/2010/08/wordpress-plugin-basic-seo/</link>
		<comments>http://jonathanbullock.com/2010/08/wordpress-plugin-basic-seo/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 22:20:44 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[basic-seo]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://jonathanbullock.com/?p=281</guid>
		<description><![CDATA[Basic-SEO is a plugin for WordPress that applies some basic search engine optimisations to your WordPress powered web site.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s time to unveil my first WordPress plugin: <a href="http://jonathanbullock.com/projects/basic-seo">Basic-SEO</a>. It&#8217;s a very, very simple plugin really, it applies a pre-defined set of search engine optimisations to your active theme. It has no configuration options at all at the moment it just achieves the goal I had in mind for it. I thought I&#8217;d release it as it is now in case anyone else finds it useful. I&#8217;ve already got a list of features I&#8217;d like to add to it but my next step is to get it listed on <a href="http://wordpress.org/extend/plugins/">WordPress Plugins</a>.</p>
<p>If you find the plugin useful or have an feedback then please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanbullock.com/2010/08/wordpress-plugin-basic-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First WordPress plugin</title>
		<link>http://jonathanbullock.com/2010/07/first-wordpress-plugin/</link>
		<comments>http://jonathanbullock.com/2010/07/first-wordpress-plugin/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 17:15:35 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://jonathanbullock.com/?p=240</guid>
		<description><![CDATA[My first Wordpress plugin will be one that provides basic SEO tweaks to a theme.]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;ve recently changed the theme I use in WordPress I&#8217;ve lost all the basic SEO <a href="http://jonathanbullock.com/2008/06/seo-update/">tweaks</a> I&#8217;d made. Rather than make the tweaks again to this theme I&#8217;ve decided to convert them into a simple WordPress plugin, should allow me to get my hands dirty with the inner workings of WordPress and plugins as well as save a bit of time in the long run. I&#8217;m also planning on documenting the development of the plugin here.</p>
<p>While Java is my preferred language of choice I&#8217;m sure it won&#8217;t hurt to stay involved in PHP.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanbullock.com/2010/07/first-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to generate stats for IIS log files using Webalizer</title>
		<link>http://jonathanbullock.com/2010/07/how-to-generate-stats-for-iis-log-files-using-webalizer/</link>
		<comments>http://jonathanbullock.com/2010/07/how-to-generate-stats-for-iis-log-files-using-webalizer/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 16:13:58 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[logfiles]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[webalizer]]></category>
		<category><![CDATA[windowsxp]]></category>

		<guid isPermaLink="false">http://jonathanbullock.com/?p=232</guid>
		<description><![CDATA[How to guide on using Webalizer to generate statistics for log files created by Internet Information Services (IIS).]]></description>
			<content:encoded><![CDATA[<p>While sorting through some of my many backups of old machines I came across a whole load of IIS log files for an old site of mine so I thought I&#8217;d process them and generate some statistics. I&#8217;ve used <a href="http://www.webalizer.org/">Webalizer</a> quite a few times before for generating stats on Apache log files and as v2.01 is available via Synaptic Package Manager in Ubuntu I thought I&#8217;d use this.</p>
<p>Unfortunately v2.01 doesn&#8217;t support support the W3C format that IIS uses, looks like it does now in v2.20 though. However IIS includes a utility called &#8216;<em>convlog</em>&#8216; for converting it&#8217;s logs files to the NCSA common log file format that Webalizer does support. So I fired up my old Windows XP box, installed IIS and used the following command to convert the log files:</p>
<pre class="brush: plain;">
convlog -ie ex*.log
</pre>
<p>Once that had processed all the log files (by default it creates a copy of each log file) I copied them back to my Ubuntu laptop and used &#8216;<em>cat</em>&#8216; to combine all the files into one big log file:</p>
<pre class="brush: plain;">
cat ex*.nsca &gt; master.log
</pre>
<p>All that was left to do was create a config file to tell Webalizer what it should do, so I copied the default config file and customised the options to my needs. Then ran &#8216;<em>webalizer</em>&#8216; using the customised config file:</p>
<pre class="brush: plain;">
./webalizer -c master.conf
</pre>
<p>Once it&#8217;s performed it&#8217;s magic you should have a bunch of detailed reports in the location you specified in the config file!</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanbullock.com/2010/07/how-to-generate-stats-for-iis-log-files-using-webalizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Tack</title>
		<link>http://jonathanbullock.com/2010/07/changing-tack/</link>
		<comments>http://jonathanbullock.com/2010/07/changing-tack/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 21:49:24 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Site]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://jonathanbullock.com/?p=228</guid>
		<description><![CDATA[From now on I'll be posting more technical content on this blog.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to start posting more technical content on this blog from now on. Ranging from details on any personal development projects I happen to be working on, links to various technologies and frameworks I find interesting to guides on setting up or configuring various systems etc.</p>
<p>I&#8217;m hoping this change of tack will help me blog more often here.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanbullock.com/2010/07/changing-tack/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
