

<?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>kieranbarnes &#187; website</title>
	<atom:link href="http://bloke.org/tag/website/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloke.org</link>
	<description>Independent PHP, WordPress &#38; CubeCart Programmer</description>
	<lastBuildDate>Fri, 18 May 2012 10:20:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>WordPress Opengraph and Microdata Generation without a plugin</title>
		<link>http://bloke.org/php/wordpress-opengraph-and-microdata-generation-without-a-plugin/</link>
		<comments>http://bloke.org/php/wordpress-opengraph-and-microdata-generation-without-a-plugin/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 20:09:51 +0000</pubDate>
		<dc:creator>kieran</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[microdata]]></category>
		<category><![CDATA[opengraph]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=3938</guid>
		<description><![CDATA[Its really useful to have Opengraph (Facebook) and Microdata (Twitter) information in your blog header. The Facebook Opengraph and Schema.org microdata lets you optimize your blog much more better and helps search engines to index your website better to show rich snippet. It also lets Facebook and Twitter users to share your blog with proper title, description, [...]
Related posts:<ol>
<li><a href='http://bloke.org/wordpress/removing-wordpress-plugin-references/' rel='bookmark' title='Removing WordPress plugin references'>Removing WordPress plugin references</a> <small>I'd like remove all references WordPress plugins put into my...</small></li>
<li><a href='http://bloke.org/php/icalendar-generation/' rel='bookmark' title='iCalendar Generation'>iCalendar Generation</a> <small>One of my clients requested that the CRM applicationI wrote...</small></li>
<li><a href='http://bloke.org/php/captcha-generation/' rel='bookmark' title='CAPTCHA Image Generation'>CAPTCHA Image Generation</a> <small>I couldn't find a very good CAPTCHA generation script in...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/php/wordpress-opengraph-and-microdata-generation-without-a-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Salford City Stadium</title>
		<link>http://bloke.org/photography/salford-city-stadium/</link>
		<comments>http://bloke.org/photography/salford-city-stadium/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 21:39:01 +0000</pubDate>
		<dc:creator>kieran</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Barton Bridge]]></category>
		<category><![CDATA[Salford City Stadium]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=3729</guid>
		<description><![CDATA[Taken on a wet and rainy day in Salford, you can see the website for Salford City Stadium advertised from Barton Bridge on the M60. I was lucky enough to work on the WordPress powered website last year (2011) &#160; &#160; Related posts: New Site: Salford City Stadium A fantastic show case site for the [...]
Related posts:<ol>
<li><a href='http://bloke.org/client-sites/new-site-salford-city-stadium/' rel='bookmark' title='New Site: Salford City Stadium'>New Site: Salford City Stadium</a> <small>A fantastic show case site for the new Salford City Stadium...</small></li>
<li><a href='http://bloke.org/reviews/website-law/' rel='bookmark' title='WebSite Law'>WebSite Law</a> <small>A lot of my clients lack certain legal documents that...</small></li>
<li><a href='http://bloke.org/php/city-country-location-finding-with-geoip/' rel='bookmark' title='City &amp; Country Location Finding with GeoIP'>City &#038; Country Location Finding with GeoIP</a> <small>Following on from a previous post, "PHP Geo-IP Location in...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/photography/salford-city-stadium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Snippet] Clearing forms with Javascript</title>
		<link>http://bloke.org/html-css-ajax/1454/</link>
		<comments>http://bloke.org/html-css-ajax/1454/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 16:35:07 +0000</pubDate>
		<dc:creator>kieran</dc:creator>
				<category><![CDATA[HTML, CSS, AJAX]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=1454</guid>
		<description><![CDATA[When creating forms on a website it is helpful to place descriptive text with some of the form fields to help the user understand what they should type in the box. ﻿I can never remember the Javascript to do it Related posts: CubeCart PayPal IPN Hack for multiple stores Heres a nice little hack to [...]
Related posts:<ol>
<li><a href='http://bloke.org/php/cubecart-paypal-ipn-hack-for-multiple-stores/' rel='bookmark' title='CubeCart  PayPal IPN Hack for multiple stores'>CubeCart  PayPal IPN Hack for multiple stores</a> <small>Heres a nice little hack to alter the IPN information...</small></li>
<li><a href='http://bloke.org/linux/snippet-centos-server-firewall-configuration/' rel='bookmark' title='[Snippet] CentOS Server Firewall Configuration'>[Snippet] CentOS Server Firewall Configuration</a> <small>CentOS 5 Server has a nice text interface to configuring...</small></li>
<li><a href='http://bloke.org/wordpress/custom-shopp-gallery-with-fancybox/' rel='bookmark' title='Custom Shopp Gallery with FancyBox'>Custom Shopp Gallery with FancyBox</a> <small>Following on from a previous post Custom Shopp Gallery, here...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/html-css-ajax/1454/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Super Cache &#8211; I&#8217;m impressed</title>
		<link>http://bloke.org/wordpress/wp-super-cache-im-impressed/</link>
		<comments>http://bloke.org/wordpress/wp-super-cache-im-impressed/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 14:48:51 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[performance grade]]></category>
		<category><![CDATA[score]]></category>
		<category><![CDATA[Super]]></category>
		<category><![CDATA[tweaking]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[YSlow]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=316</guid>
		<description><![CDATA[Pictures speak better than words... WP Super Cache has shaved nearly 3 seconds off the i9000 Networks website. Nice! Before After After a bit of tweaking, from my other article, I've managed to get the i9k site to a Performance Grade A with a score of 94 according to YSlow. Even nicer! Related posts: Site [...]
Related posts:<ol>
<li><a href='http://bloke.org/wordpress/site-performance-quick-fixes/' rel='bookmark' title='Site Performance Quick Fixes'>Site Performance Quick Fixes</a> <small>I've been playing around with YSlow for a while now,...</small></li>
<li><a href='http://bloke.org/wordpress/using-persistent-cache-in-wordpress-with-apc/' rel='bookmark' title='Using Persistent Cache in WordPress (with APC)'>Using Persistent Cache in WordPress (with APC)</a> <small>Ever since WordPress 2.5, the WP Cache functions haven't been...</small></li>
<li><a href='http://bloke.org/linux/ubuntu/super-simple-active-directory-with-samba/' rel='bookmark' title='Super simple Active Directory with Samba'>Super simple Active Directory with Samba</a> <small>I needed a super simple, straight forward way of installing...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/wordpress/wp-super-cache-im-impressed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

