<?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>Nerdaphernalia &#187; quick links</title>
	<atom:link href="http://striderweb.com/nerdaphernalia/tag/quick-links/feed/" rel="self" type="application/rss+xml" />
	<link>http://striderweb.com/nerdaphernalia</link>
	<description>"It's All Geek To Me"</description>
	<lastBuildDate>Wed, 21 Dec 2011 18:51:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>More than a mere WordPress plugin &#8212; Automatic Timezone</title>
		<link>http://striderweb.com/nerdaphernalia/2008/08/more-than-a-mere-wordpress-plugin-automatic-timezone/</link>
		<comments>http://striderweb.com/nerdaphernalia/2008/08/more-than-a-mere-wordpress-plugin-automatic-timezone/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 14:08:14 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Codecraft]]></category>
		<category><![CDATA[Webcraft]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[quick links]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2008/08/more-than-a-mere-wordpress-plugin-automatic-timezone/</guid>
		<description><![CDATA[Otto has released his Automatic Timezone Plugin as part of the current WordPress plugin competition. In addition to being a handy plugin, it comes with a significant bonus for plugin authors. In addition to its basic function, the code is designed to serve as a tutorial of sorts, showing authors how to use some very [...]]]></description>
			<content:encoded><![CDATA[<p>Otto has released his <a href="http://weblogtoolscollection.com/pluginblog/2008/06/19/automatic-timezone/">Automatic Timezone Plugin</a> as part of the current WordPress plugin competition.  In addition to being a handy plugin, <span class="pullquote">it comes with a significant bonus for plugin authors</span>.</p>
<p>In addition to its basic function, the code is designed to serve as a tutorial of sorts, showing authors how to use some very interesting plugin techniques, such as modifying <em>any</em> option on the fly as it is pulled from the options table, or how to modify sections of the core admin pages.</p>
<p>It&#8217;s worth a look, and thanks to Otto for sharing.</p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2008
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2008/08/more-than-a-mere-wordpress-plugin-automatic-timezone/">Permalink to More than a mere WordPress plugin &#8212; Automatic Timezone</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2008/08/more-than-a-mere-wordpress-plugin-automatic-timezone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to write a solid and stable WordPress plugin</title>
		<link>http://striderweb.com/nerdaphernalia/2008/07/how-to-write-a-solid-and-stable-wordpress-plugin/</link>
		<comments>http://striderweb.com/nerdaphernalia/2008/07/how-to-write-a-solid-and-stable-wordpress-plugin/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 15:09:18 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Codecraft]]></category>
		<category><![CDATA[On the Front Lines]]></category>
		<category><![CDATA[Webcraft]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[quick links]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2008/07/how-to-write-a-solid-and-stable-wordpress-plugin/</guid>
		<description><![CDATA[Mark Jaquith has put up a nice article on &#8220;How to write a solid and stable WordPress plugin&#8220;. It&#8217;s more of a rough overview than a detail piece, but he promises more details down the line in separate articles. This is worth looking at if you write WP plugins, even if you&#8217;re pretty experienced &#8212; [...]]]></description>
			<content:encoded><![CDATA[<p>Mark Jaquith has put up a nice article on &#8220;<a href="http://markjaquith.wordpress.com/2008/07/23/how-to-write-a-solid-and-stable-wordpress-plugin/">How to write a solid and stable WordPress plugin</a>&#8220;.  It&#8217;s more of a rough overview than a detail piece, but he promises more details down the line in separate articles.</p>
<p>This is worth looking at if you write WP plugins, even if you&#8217;re pretty experienced &#8212; if for nothing more than to check that you&#8217;re not missing something&#8230;. <img src='http://striderweb.com/nerdaphernalia/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2008
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2008/07/how-to-write-a-solid-and-stable-wordpress-plugin/">Permalink to How to write a solid and stable WordPress plugin</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2008/07/how-to-write-a-solid-and-stable-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

