<?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>Allen Day's Blog &#187; PHP</title>
	<atom:link href="http://www.spicylogic.com/allenday/blog/category/computing/software/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spicylogic.com/allenday/blog</link>
	<description>♥data♥</description>
	<lastBuildDate>Mon, 21 Jun 2010 23:28:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Some Kickass Wordpress Plugins</title>
		<link>http://www.spicylogic.com/allenday/blog/2008/09/21/some-kickass-wordpress-plugins/</link>
		<comments>http://www.spicylogic.com/allenday/blog/2008/09/21/some-kickass-wordpress-plugins/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 01:50:01 +0000</pubDate>
		<dc:creator>allenday</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Random musings]]></category>

		<guid isPermaLink="false">http://www.spicylogic.com/allenday/blog/2008/09/21/some-kickass-wordpress-plugins/</guid>
		<description><![CDATA[I was looking for a plugin to count unique views per post and found Lester Chan&#8217;s bunch of Wordpress plugins.  I&#8217;ll be adding some of these shortly.
One of the most viewed posts on this blog is one of my first: A review of Costco stainless steel cookware.  Would you have guessed that?  [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for a plugin to count unique views per post and found <a href="http://lesterchan.net/portfolio/programming/php/">Lester Chan&#8217;s</a> bunch of Wordpress plugins.  I&#8217;ll be adding some of these shortly.</p>
<p>One of the most viewed posts on this blog is one of my first: <a href="http://www.spicylogic.com/allenday/blog/2008/05/06/costco-stainless-steel-cookware-review/">A review of Costco stainless steel cookware</a>.  Would you have guessed that?  I wonder if it&#8217;s highly rated&#8230; we&#8217;ll find out.</p>
<p>I&#8217;m still surprised it&#8217;s my #1 post.  Perhaps it&#8217;s more evidence that I should be posting more non-technical stuff, and some kind of argument against making a super-niche blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spicylogic.com/allenday/blog/2008/09/21/some-kickass-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure Wordpress Ping</title>
		<link>http://www.spicylogic.com/allenday/blog/2008/05/19/configure-wordpress-ping/</link>
		<comments>http://www.spicylogic.com/allenday/blog/2008/05/19/configure-wordpress-ping/#comments</comments>
		<pubDate>Mon, 19 May 2008 19:23:14 +0000</pubDate>
		<dc:creator>allenday</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Random musings]]></category>

		<guid isPermaLink="false">http://www.spicylogic.com/allenday/blog/2008/05/19/configure-wordpress-ping/</guid>
		<description><![CDATA[I wanted to configure Wordpress pinging for the Facebook Flog Blog application.  For some reason the feed on my profile page isn&#8217;t updating, and I thought maybe this would do the trick.
Took a bit of digging, but I found a guide at Technorati.  Hint: &#8220;options&#8221; has been (moved and) renamed as &#8220;settings&#8221; as [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to configure Wordpress pinging for the Facebook <a href="http://apps.facebook.com/flogblog">Flog Blog</a> application.  For some reason the feed on my profile page isn&#8217;t updating, and I thought maybe this would do the trick.</p>
<p>Took a bit of digging, but I found a guide at <a href="http://technorati.com/developers/ping/wordpress.html">Technorati</a>.  Hint: &#8220;options&#8221; has been (moved and) renamed as &#8220;settings&#8221; as late as Wordpress 5.2.1.</p>
<p>Let&#8217;s see if it works!</p>
<p><strong>Update</strong>: just by visiting the Flog Blog settings page, I have somehow managed to get Flog Blog to update.  Hmm&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spicylogic.com/allenday/blog/2008/05/19/configure-wordpress-ping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Disable Autosave</title>
		<link>http://www.spicylogic.com/allenday/blog/2008/05/06/wordpress-disable-autosave/</link>
		<comments>http://www.spicylogic.com/allenday/blog/2008/05/06/wordpress-disable-autosave/#comments</comments>
		<pubDate>Wed, 07 May 2008 06:24:46 +0000</pubDate>
		<dc:creator>allenday</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.spicylogic.com/allenday/blog/2008/05/06/wordpress-disable-autosave/</guid>
		<description><![CDATA[The autosave feature has been giving me a lot of trouble since upgrading to Wordpress 2.5.1.  I found this post on the topic of disabling autosave.  Moonlight gets it mostly right, having identified the causal line

wp_enqueue_script&#40;'autosave'&#41;

.  I just had to comment that out in all the files under wp-admin and everything works [...]]]></description>
			<content:encoded><![CDATA[<p>The autosave feature has been giving me a lot of trouble since upgrading to Wordpress 2.5.1.  I found <a href="http://www.moon-blog.com/2007/12/how-to-turning-off-wordpress-autosave.html">this post</a> on the topic of disabling autosave.  Moonlight gets it mostly right, having identified the causal line</p>

<div class="wp_syntax"><div class="code"><pre class="php">wp_enqueue_script<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'autosave'</span><span style="color: #66cc66;">&#41;</span></pre></div></div>

<p>.  I just had to comment that out in all the files under wp-admin and everything works again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spicylogic.com/allenday/blog/2008/05/06/wordpress-disable-autosave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
