<?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/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>Remove Widget Titles</title>
		<link>http://scratch99.com/wordpress/plugins/remove-widget-titles/</link>
		<comments>http://scratch99.com/wordpress/plugins/remove-widget-titles/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 11:14:00 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://scratch99.com/?p=341</guid>
		<description><![CDATA[Current version: 1.0 (November 23, 2011) Download: Download (downloaded 323 times) Requires: WordPress v2.6.0 or higher Compatible up to: WordPress v3.2.1 WordPress Plugin Directory Subscribe To Plugin News Remove Widget Titles is a simple WordPress plugin, which removes the title from any widget that has a title starting with the &#8220;!&#8221; character. Why Use It [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Current version</strong>: 1.0 (November 23, 2011)<br/>
<strong>Download</strong>: <a href="http://downloads.wordpress.org/plugin/remove-widget-titles.1.0.zip">Download</a> (downloaded 323 times)<br/>
<strong>Requires</strong>: WordPress v2.6.0 or higher<br/>
<strong>Compatible up to</strong>: WordPress v3.2.1<br/>
<a target="_blank" href="http://wordpress.org/extend/plugins/remove-widget-titles/">WordPress Plugin Directory</a><br/>
<a href="http://www.scratch99.com/wordpress/plugins/feed/"><img src="http://www.scratch99.com/images/feed-icon16.gif" alt="RSS feed icon" style="vertical-align:middle"/></a> <a href="http://www.scratch99.com/wordpress/plugins/feed/">Subscribe To Plugin News</a></p>
<p><a href="http://wordpress.org/extend/plugins/remove-widget-titles/" target="_blank">Remove Widget Titles</a> is a simple WordPress plugin, which removes the title from any widget that has a title starting with the &#8220;!&#8221; character.</p>
<h2>Why Use It</h2>
<p>This allows you to give widgets a title in the backend for convenience &#8211; so you can quickly see which widget is which, rather than having to open them to work out what they are for &#8211; without having to show the title on the front end.</p>
<h2>How To Use (once plugin is installed)</h2>
<p>If you have a widget for which you do not want the title to appear &#8230; [<a href="http://scratch99.com/wordpress/plugins/remove-widget-titles/">visit site to read more</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://scratch99.com/wordpress/plugins/remove-widget-titles/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>WordPress Caching Plugins For Shared Hosting: W3 Total Cache vs WP Super Cache vs Hyper Cache</title>
		<link>http://scratch99.com/wordpress/reviews/wordpress-caching-plugins-for-shared-hosting/</link>
		<comments>http://scratch99.com/wordpress/reviews/wordpress-caching-plugins-for-shared-hosting/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 12:56:53 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[WordPress Reviews]]></category>
		<category><![CDATA[caching plugins]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/?p=287</guid>
		<description><![CDATA[I recently was faced with a decision: which WordPress caching plugin to use on my shared hosting account. The choice was between WP Super Cache, W3 Total Cache and Hyper Cache. This article documents my admittedly limited testing of these plugins and the decision I made as a result. &#8230; [visit site to read more]]]></description>
			<content:encoded><![CDATA[<p>I recently was faced with a decision: <strong>which WordPress caching plugin to use on my shared hosting account</strong>. The choice was between WP Super Cache, W3 Total Cache and Hyper Cache. This article documents my admittedly limited testing of these plugins and the decision I made as a result.</p>
<p> &#8230; [<a href="http://scratch99.com/wordpress/reviews/wordpress-caching-plugins-for-shared-hosting/">visit site to read more</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://scratch99.com/wordpress/reviews/wordpress-caching-plugins-for-shared-hosting/feed/</wfw:commentRss>
		<slash:comments>17</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>
	</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 15:44:59 -->
