<?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>More Than Scratch The Surface &#187; WordPress</title>
	<atom:link href="http://scratch99.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://scratch99.com</link>
	<description>A Journey In Web Development</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:07:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress Optimization Myth: Saving Database Calls</title>
		<link>http://scratch99.com/wordpress/development/optimization-myth/</link>
		<comments>http://scratch99.com/wordpress/development/optimization-myth/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 14:04:56 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[WordPress Development]]></category>
		<category><![CDATA[optimisation]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://scratch99.com/?p=346</guid>
		<description><![CDATA[Tonight I read an article on WPTuts+ titled 10 Quick Tips: Optimizing &#038; Speeding Up Your WordPress Site. For the most part it&#8217;s a good article with lots of great tips, but there is one tip which is just plain incorrect: Using a constant instead of get_option(&#039;home&#039;); saves a database call. &#8230; [visit site to [...]]]></description>
			<content:encoded><![CDATA[<p>Tonight I read an article on WPTuts+ titled <a href="http://wp.tutsplus.com/tutorials/10-quick-tips-optimizing-speeding-up-your-wordpress-site/" target="_blank">10 Quick Tips: Optimizing &#038; Speeding Up Your WordPress Site</a>. For the most part it&#8217;s a good article with lots of great tips, but there is one tip which is just plain incorrect:</p>
<p><strong>Using a constant instead of <code>get_option(&#039;home&#039;);</code> saves a database call.</strong><br />
 &#8230; [<a href="http://scratch99.com/wordpress/development/optimization-myth/">visit site to read more</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://scratch99.com/wordpress/development/optimization-myth/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Fetch_feed Not Working With URLs Containing &amp; Symbol</title>
		<link>http://scratch99.com/wordpress/development/fetch_feed-url-problem/</link>
		<comments>http://scratch99.com/wordpress/development/fetch_feed-url-problem/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 12:06:22 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[WordPress Development]]></category>
		<category><![CDATA[Feeds]]></category>
		<category><![CDATA[shortcodes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://scratch99.com/?p=345</guid>
		<description><![CDATA[I recently came across a strange problem with the fetch_feed function in WordPress not working with URLs containing the &#38; symbol. The URL was being passed to fetch_feed via a shortcode parameter, but fetch_feed couldn&#8217;t find the feed. &#8230; [visit site to read more]]]></description>
			<content:encoded><![CDATA[<p>I recently came across a strange problem with the fetch_feed function in WordPress not working with URLs containing the &amp; symbol. The URL was being passed to fetch_feed via a shortcode parameter, but fetch_feed couldn&#8217;t find the feed.<br />
 &#8230; [<a href="http://scratch99.com/wordpress/development/fetch_feed-url-problem/">visit site to read more</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://scratch99.com/wordpress/development/fetch_feed-url-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clearing The Cache When A Widget Is Saved</title>
		<link>http://scratch99.com/wordpress/development/clearing-cache-when-widget-saved/</link>
		<comments>http://scratch99.com/wordpress/development/clearing-cache-when-widget-saved/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 08:14:22 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[WordPress Development]]></category>
		<category><![CDATA[caching plugins]]></category>
		<category><![CDATA[hooks]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://scratch99.com/?p=344</guid>
		<description><![CDATA[WP Super Cache has a setting which allows the cache to be cleared when a post is saved. I needed to clear the cache when a widget is saved. It turned out to be surprisingly easy. &#8230; [visit site to read more]]]></description>
			<content:encoded><![CDATA[<p>WP Super Cache has a setting which allows the cache to be cleared when a post is saved. I needed to clear the cache when a widget is saved. It turned out to be surprisingly easy.<br />
 &#8230; [<a href="http://scratch99.com/wordpress/development/clearing-cache-when-widget-saved/">visit site to read more</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://scratch99.com/wordpress/development/clearing-cache-when-widget-saved/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>wordpress.tv Download Link Script</title>
		<link>http://scratch99.com/web-development/greasemonkey/scripts/wordpress-tv-download-link/</link>
		<comments>http://scratch99.com/web-development/greasemonkey/scripts/wordpress-tv-download-link/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 13:44:58 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://scratch99.com/?p=336</guid>
		<description><![CDATA[I&#8217;ve been watching a lot of videos from WordPress TV lately. There is some absolutely cracking content on there! However, I really wanted to be able to download videos. There wasn&#8217;t a download link, so I wrote this Greasemonkey script to add one. Download This script can be downloaded from Userscripts.org Why Download Vidoes From [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been watching a lot of videos from <a href="http://wordpress.tv/" target="_blank">WordPress TV</a> lately. There is some absolutely cracking content on there! However, I really wanted to be able to download videos. There wasn&#8217;t a download link, so I wrote this Greasemonkey script to add one.</p>
<h2>Download</h2>
<p>This script can be <a href="http://userscripts.org/scripts/show/113756" target="_blank">downloaded from Userscripts.org</a></p>
<h2>Why Download Vidoes From WordPress.tv?</h2>
<p>I mostly consume WordPress.tv content from my Android phone. </p>
<p>I don&#8217;t want to watch it over my &#8230; [<a href="http://scratch99.com/web-development/greasemonkey/scripts/wordpress-tv-download-link/">visit site to read more</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://scratch99.com/web-development/greasemonkey/scripts/wordpress-tv-download-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Change The WordPress Post Template Via URL Parameter</title>
		<link>http://scratch99.com/wordpress/development/how-to-change-post-template-via-url-parameter/</link>
		<comments>http://scratch99.com/wordpress/development/how-to-change-post-template-via-url-parameter/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 09:06:00 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[WordPress Development]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[post templates]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://scratch99.com/?p=322</guid>
		<description><![CDATA[Have you ever wanted to be able to serve up an alternative version of your posts, perhaps tweaking the layout or even the content of the posts? Not all the time, just in certain circumstances? I&#8217;ve had two cases recently where I&#8217;ve needed to do this. My solution: to change the post template when a [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted to be able to serve up an alternative version of your posts, perhaps tweaking the layout or even the content of the posts? Not all the time, just in certain circumstances?</p>
<p>I&#8217;ve had two cases recently where I&#8217;ve needed to do this. My solution: to change the post template when a certain URL parameter is added to the URL. &#8230; [<a href="http://scratch99.com/wordpress/development/how-to-change-post-template-via-url-parameter/">visit site to read more</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://scratch99.com/wordpress/development/how-to-change-post-template-via-url-parameter/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How To Add Site Speed For Google Analytics In WordPress</title>
		<link>http://scratch99.com/wordpress/hacks/how-to-set-up-site-speed-for-google-analytics-in-wordpress/</link>
		<comments>http://scratch99.com/wordpress/hacks/how-to-set-up-site-speed-for-google-analytics-in-wordpress/#comments</comments>
		<pubDate>Thu, 05 May 2011 07:28:07 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[WordPress Hacks]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/?p=303</guid>
		<description><![CDATA[Yesterday, Google announced the addition of Site Speed to Google Analytics, which adds a page load time dimension across a range of reports. Great! Lets get it working with our WordPress sites. &#8230; [visit site to read more]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, <a target="_blank" href="http://analytics.blogspot.com/2011/05/measure-page-load-time-with-site-speed.html">Google announced</a> the <a target="_blank" href="http://searchengineland.com/new-google-analytics-feature-load-time-measurement-75837">addition of Site Speed to Google Analytics</a>, which adds a page load time dimension across a range of reports. Great! Lets get it working with our WordPress sites.<br />
 &#8230; [<a href="http://scratch99.com/wordpress/hacks/how-to-set-up-site-speed-for-google-analytics-in-wordpress/">visit site to read more</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://scratch99.com/wordpress/hacks/how-to-set-up-site-speed-for-google-analytics-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Thoughts On The New WordPress Podcast &#8211; daWPshow</title>
		<link>http://scratch99.com/wordpress/opinion/challenges-for-new-podcasts/</link>
		<comments>http://scratch99.com/wordpress/opinion/challenges-for-new-podcasts/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 11:51:00 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[WordPress Opinion]]></category>
		<category><![CDATA[content strategy]]></category>
		<category><![CDATA[podcasts]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/?p=300</guid>
		<description><![CDATA[In case you missed it, there&#8217;s a new WordPress podcast in town: daWPshow. Fantastic! I think it&#8217;s great that people are willing to put their time into creating content about WordPress! Now, with that out of the way, I&#8217;m going to lay down some tough love for the show. &#8230; [visit site to read more]]]></description>
			<content:encoded><![CDATA[<p>In case you missed it, there&#8217;s a new WordPress podcast in town: <a href="http://dawpshow.com/" target="_blank">daWPshow</a>. Fantastic! I think it&#8217;s great that people are willing to put their time into creating content about WordPress! Now, with that out of the way, I&#8217;m going to lay down some tough love for the show. </p>
<p> &#8230; [<a href="http://scratch99.com/wordpress/opinion/challenges-for-new-podcasts/">visit site to read more</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://scratch99.com/wordpress/opinion/challenges-for-new-podcasts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Shorter Shortlinks &#8211; If You Have WWW In Your Domain</title>
		<link>http://scratch99.com/wordpress/hacks/shorter-shortlinks-if-you-have-www-in-your-domain/</link>
		<comments>http://scratch99.com/wordpress/hacks/shorter-shortlinks-if-you-have-www-in-your-domain/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 14:08:59 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[WordPress Hacks]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[url shorteners]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress 3.0]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/?p=292</guid>
		<description><![CDATA[Earlier today, I read a post by Stephanie Leary about the shortlink functionality introduced in WordPress 3.0. Afterwards, I felt I should share the code snippet that I use to make my shortlinks even shorter. &#8230; [visit site to read more]]]></description>
			<content:encoded><![CDATA[<p>Earlier today, I read a <a href="http://sillybean.net/2010/09/wordpress-hidden-gems-the_shortlink-and-the-default-permalink-structure/" target="_blank">post by Stephanie Leary</a> about the <a href="http://codex.wordpress.org/Function_Reference/the_shortlink" target="_blank">shortlink functionality</a> introduced in WordPress 3.0. Afterwards, I felt I should share the code snippet that I use to make my shortlinks even shorter.</p>
<p> &#8230; [<a href="http://scratch99.com/wordpress/hacks/shorter-shortlinks-if-you-have-www-in-your-domain/">visit site to read more</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://scratch99.com/wordpress/hacks/shorter-shortlinks-if-you-have-www-in-your-domain/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Practical Theme Support For WordPress 3.0 Menus</title>
		<link>http://scratch99.com/wordpress/development/practical-theme-support-for-wordpress-3-0-menus/</link>
		<comments>http://scratch99.com/wordpress/development/practical-theme-support-for-wordpress-3-0-menus/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 06:50:51 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[WordPress Development]]></category>
		<category><![CDATA[menus]]></category>
		<category><![CDATA[theme development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress 3.0]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/?p=277</guid>
		<description><![CDATA[I&#8217;ve read quite a few articles on theme support for the new Menu functionality introduced in WordPress 3.0. However, these have all been theoretical rather than practical. I wanted a real life, working example, including support for users on older versions of WordPress. In the end, I wrote it myself. WordPress Theme developers, listen up! [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve read quite a few articles on theme support for the new Menu functionality introduced in WordPress 3.0. However, <strong>these have all been theoretical rather than practical</strong>. I wanted a real life, working example, including support for users on older versions of WordPress. In the end, I wrote it myself.</p>
<div class="csstextbox1"><strong>WordPress Theme developers, listen up! When updating your themes to work with the new menu functionality, you need to make sure that it still works with older versions of WordPress.</strong></div>
<p> &#8230; [<a href="http://scratch99.com/wordpress/development/practical-theme-support-for-wordpress-3-0-menus/">visit site to read more</a>]</p>
<script type="text/javascript">Nifty("div.csstextbox1","bgcolor-#FFFFFF");</script>]]></content:encoded>
			<wfw:commentRss>http://scratch99.com/wordpress/development/practical-theme-support-for-wordpress-3-0-menus/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>The Solution To The Lack Of WordPress Beta Testing</title>
		<link>http://scratch99.com/wordpress/opinion/wordpress-beta-testing/</link>
		<comments>http://scratch99.com/wordpress/opinion/wordpress-beta-testing/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 03:23:24 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[WordPress Opinion]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/?p=250</guid>
		<description><![CDATA[While catching up on some old podcasts, specifically Episode 82 of WordPress Weekly, I came across a discussion about WordPress beta testing. The discussion centers around the problem of bugs not being caught during beta testing because there just aren&#8217;t enough beta testers. To me, the solution seems straightforward &#8211; but that may be because [...]]]></description>
			<content:encoded><![CDATA[<p>While catching up on some old podcasts, specifically <a href="http://www.wptavern.com/wpweekly-episode-82-%E2%80%93-the-tinfoil-hat-brigade" target="_blank">Episode 82 of WordPress Weekly</a>, I came across a discussion about <a href="http://wordpress.org/" target="_blank">WordPress</a> beta testing. The discussion centers around the problem of <strong>bugs not being caught</strong> during beta testing because there just <strong>aren&#8217;t enough beta testers</strong>.</p>
<p>To me, the solution seems straightforward &#8211; but that may be because I worked in the software industry for 10 years and have experience in <strong>software release management</strong>, so I&#8217;ll take the long path and set the scene properly. </p>
<p> &#8230; [<a href="http://scratch99.com/wordpress/opinion/wordpress-beta-testing/">visit site to read more</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://scratch99.com/wordpress/opinion/wordpress-beta-testing/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: scratch99.com @ 2012-02-09 13:57:18 -->
