<?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>chillijam.co.uk &#187; PHP</title>
	<atom:link href="http://chillijam.co.uk/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://chillijam.co.uk</link>
	<description></description>
	<lastBuildDate>Thu, 28 Jan 2021 10:32:11 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>Excuse of the Day in the sidebar</title>
		<link>http://chillijam.co.uk/2006/04/13/excuse-of-the-day-in-the-sidebar/</link>
		<comments>http://chillijam.co.uk/2006/04/13/excuse-of-the-day-in-the-sidebar/#comments</comments>
		<pubDate>Thu, 13 Apr 2006 13:39:20 +0000</pubDate>
		<dc:creator><![CDATA[historical]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Site Design]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://playingwithanimport.wordpress.com/2006/04/13/excuse-of-the-day-in-the-sidebar/</guid>
		<description><![CDATA[You may have spotted the &#8220;Excuse of the Day&#8221; at the top of the left sidebar. This isn&apos;t a WordPress plugin as such, but a small bit of PHP in one of the theme files. If you want to use the same code, there are a couple of things you need to do. 1) In &#8230; <a href="http://chillijam.co.uk/2006/04/13/excuse-of-the-day-in-the-sidebar/" class="more-link">Continue reading <span class="screen-reader-text">Excuse of the Day in the sidebar</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>You may have spotted the &#8220;Excuse of the Day&#8221; at the top of the left sidebar.  This isn&apos;t a WordPress plugin as such, but a small bit of PHP in one of the theme files.  If you want to use the same code, there are a couple of things you need to do.</p>
<p>1) In my case, I am concious of not wanting to abuse <a href="http://www.meyerweb.com">Eric&apos;s</a> bandwidth, so I have set up a shell script via cron to wget the feed file once per day.  I&apos;d recommend this for another reason &#8211; if, due to unforseen circumstances, meyerweb is down, your code will still work on your local copy.<br />
2) Edit your theme file in the appropriate place to include this block.</p>
<pre>
]]></content:encoded>
			<wfw:commentRss>http://chillijam.co.uk/2006/04/13/excuse-of-the-day-in-the-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technorati and Bad Behaviour</title>
		<link>http://chillijam.co.uk/2006/04/10/technorati-and-bad-behaviour/</link>
		<comments>http://chillijam.co.uk/2006/04/10/technorati-and-bad-behaviour/#comments</comments>
		<pubDate>Mon, 10 Apr 2006 20:09:39 +0000</pubDate>
		<dc:creator><![CDATA[historical]]></dc:creator>
				<category><![CDATA[Bad Behaviour]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://playingwithanimport.wordpress.com/2006/04/10/technorati-and-bad-behaviour/</guid>
		<description><![CDATA[This blog is running Bad-Behaviour to try to limit spam and general naughtiness. It does it by header analysis on incoming requests, and it caches the results. I noticed a couple of days ago that my Technorati pings were not updating on this site, and eventually narrowed it down to the fact that the Technorati &#8230; <a href="http://chillijam.co.uk/2006/04/10/technorati-and-bad-behaviour/" class="more-link">Continue reading <span class="screen-reader-text">Technorati and Bad Behaviour</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This blog is running <a href="http://www.ioerror.us/software/bad-behavior/">Bad-Behaviour</a> to try to limit spam and general naughtiness.  It does it by header analysis on incoming requests, and it caches the results.</p>
<p>I noticed a couple of days ago that my Technorati pings were not updating on this site, and eventually narrowed it down to the fact that the Technorati Bot doesn&#8217;t send complete headers, so BB was blocking access to this valid source.  Adding the technorati bot address to the whitelist file (as well as some other fiddling around that I&#8217;m not going to go into) means that the bot can now see the feed, and work with it correctly.</p>
<p>I hope this helps someone out there if they are having similar issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://chillijam.co.uk/2006/04/10/technorati-and-bad-behaviour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technorati tag plugin for WordPress</title>
		<link>http://chillijam.co.uk/2006/04/05/technorati-tag-plugin-for-wordpress/</link>
		<comments>http://chillijam.co.uk/2006/04/05/technorati-tag-plugin-for-wordpress/#comments</comments>
		<pubDate>Wed, 05 Apr 2006 12:39:22 +0000</pubDate>
		<dc:creator><![CDATA[historical]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://playingwithanimport.wordpress.com/2006/04/05/technorati-tag-plugin-for-wordpress/</guid>
		<description><![CDATA[After a bit of searching around, I knocked together a little plugin that will create Technorati tag links based on the category of your post. You can get the source code here]]></description>
				<content:encoded><![CDATA[<p>After a bit of searching around, I knocked together a little plugin that will create Technorati tag links based on the category of your post.</p>
<p>You can <a href="/techtags.php.txt"> get the source code here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chillijam.co.uk/2006/04/05/technorati-tag-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
