<?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>Rather Curious &#187; Plugins</title>
	<atom:link href="https://rathercurious.no3.co.uk/category/plugins/feed" rel="self" type="application/rss+xml" />
	<link>https://rathercurious.no3.co.uk</link>
	<description>A home for my coding projects</description>
	<lastBuildDate>Thu, 04 Mar 2010 12:18:12 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.16</generator>
	<item>
		<title>Plugin to change the WP Email sender details and fix html entities</title>
		<link>https://rathercurious.no3.co.uk/archives/287</link>
		<comments>https://rathercurious.no3.co.uk/archives/287#comments</comments>
		<pubDate>Wed, 08 Jul 2009 10:54:34 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Sample Classes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://rathercurious.net/?p=287</guid>
		<description><![CDATA[if you want to change the default sender in the WP core this can be easily plugged.
Equally it’s easy to fix html entitites being transmitted as their encoded literals in the email subjects.

This code shows you how]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/287/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Plugin to fix 10px addition in WP image captions</title>
		<link>https://rathercurious.no3.co.uk/archives/268</link>
		<comments>https://rathercurious.no3.co.uk/archives/268#comments</comments>
		<pubDate>Sat, 06 Jun 2009 15:28:58 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://rathercurious.net/?p=268</guid>
		<description><![CDATA[WP Core Devs made a design choice a while ago to impose an arbitrary 10px &#8216;padding&#8217; on the div that holds images and their captions. This plugin fixes that and the code for the plugin is here (as well as hosted on wp.org) &#60;?php /** * @package FixImageMargins * @author Justin Adie * @version 0.1.0 [&#8230;]]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/268/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>WordPress Write Panels</title>
		<link>https://rathercurious.no3.co.uk/archives/270</link>
		<comments>https://rathercurious.no3.co.uk/archives/270#comments</comments>
		<pubDate>Sat, 06 Jun 2009 12:49:05 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://rathercurious.net/?p=270</guid>
		<description><![CDATA[I have long wanted to be able to remove some of the meta-boxes in the WordPress post/page screens.  To declutter a bit. Oddly enough there is no plugin available to do this. So I have written one and you can find it here: Remove Admin Meta Boxes. Comments and bug reports in this thread please.  One [&#8230;]]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/270/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Removing meta-boxes from the post/page admin screens</title>
		<link>https://rathercurious.no3.co.uk/archives/261</link>
		<comments>https://rathercurious.no3.co.uk/archives/261#comments</comments>
		<pubDate>Mon, 01 Jun 2009 12:25:21 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://rathercurious.net/?p=261</guid>
		<description><![CDATA[I use WP as a framework for CMS applications. i have long wanted to be able to remove some of the more obscure meta boxes from the post/page admin screens, for certain installations. Prompted by an immediate need, I came up with the following. Currently there is no admin screen, the user will have to [&#8230;]]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/261/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PDO For WordPress &#8211; update</title>
		<link>https://rathercurious.no3.co.uk/archives/256</link>
		<comments>https://rathercurious.no3.co.uk/archives/256#comments</comments>
		<pubDate>Fri, 03 Apr 2009 11:38:34 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[PDO For Wordpress]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Sqlite]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://rathercurious.net/?p=256</guid>
		<description><![CDATA[after nearly a year of absence i have updated PDO for WordPress to function with WP 2.7.1. In the same breath i have also changed many of the regex calls in the sqlite driver to use sqlite UDF&#8217;s (user defined functions) instead. there should be a measurable performance gain over previous versions. the latest version [&#8230;]]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/256/feed</wfw:commentRss>
		<slash:comments>141</slash:comments>
		</item>
	</channel>
</rss>
