<?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>ANDY STRATTON&#187; Tools</title>
	<atom:link href="http://theandystratton.com/category/tools/feed" rel="self" type="application/rss+xml" />
	<link>http://theandystratton.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 09 Sep 2010 15:23:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>jQuery Populate Plugin &#8211; Accessibly auto-populate text inputs with&#160;ease.</title>
		<link>http://theandystratton.com/2009/jquery-populate-plugin-accessibly-auto-populate-text-inputs-with-ease</link>
		<comments>http://theandystratton.com/2009/jquery-populate-plugin-accessibly-auto-populate-text-inputs-with-ease#comments</comments>
		<pubDate>Wed, 29 Apr 2009 02:44:41 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://theandystratton.com/?p=105</guid>
		<description><![CDATA[As a follow up to my original post, I decided to take a stab at a jQuery plugin that people can use with ease. It&#8217;s very simple, simple send a selector string to the jQuery function and call the populate() method: Let&#8217;s assume the following markup in the body: &#38;lt;form method=&#38;quot;post&#38;quot; action=&#38;quot;process_form.php&#38;quot;&#38;gt; &#38;lt;p&#38;gt; &#38;lt;label for=&#38;quot;name&#38;quot;&#38;gt;Enter [...]]]></description>
			<content:encoded><![CDATA[<p>As a follow up to my original post, I decided to take a stab at a jQuery plugin that people can use with ease.</p>
<p>It&#8217;s very simple, simple send a selector string to the jQuery function and call the <code>populate()</code> method:</p>
<p>Let&#8217;s assume the following markup in the body:</p>
<pre class="brush: xml;">
&amp;lt;form method=&amp;quot;post&amp;quot; action=&amp;quot;process_form.php&amp;quot;&amp;gt;
&amp;lt;p&amp;gt;
    &amp;lt;label for=&amp;quot;name&amp;quot;&amp;gt;Enter your name:&amp;lt;/label&amp;gt;
    &amp;lt;input type=&amp;quot;text&amp;quot; name=&amp;quot;name&amp;quot; id=&amp;quot;name&amp;quot; class=&amp;quot;autopop&amp;quot; title=&amp;quot;Enter your name...&amp;quot; value=&amp;quot;&amp;quot; /&amp;gt;
&amp;lt;/p&amp;gt;
&amp;lt;/form&amp;gt;
</pre>
<pre class="brush: xml;">
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.j&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;jquery.populate.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
$(function(){
    $(&amp;quot;form input.autopop&amp;quot;).populate({color: &amp;quot;#999&amp;quot;});
});
&amp;lt;/script&amp;gt;
</pre>
<p>It&#8217;s that simple. It&#8217;s fast, elegant, and accessible. You can even send an optional settings object with a <code>color</code> property. This will be used for the auto-populated text&#8217;s color.</p>
<p><a href="http://theandystratton.com/examples/jquery/populate/" rel="external">See the demo</a>, or <a href="http://theandystratton.com/examples/jquery/populate/populate.zip">download the zip</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://theandystratton.com/2009/jquery-populate-plugin-accessibly-auto-populate-text-inputs-with-ease/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WPLookup version 2.0&#160;Launched!</title>
		<link>http://theandystratton.com/2009/wplookup-version-20-launched</link>
		<comments>http://theandystratton.com/2009/wplookup-version-20-launched#comments</comments>
		<pubDate>Tue, 07 Apr 2009 07:11:51 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wplookup]]></category>

		<guid isPermaLink="false">http://theandystratton.com/?p=85</guid>
		<description><![CDATA[Today, I launched the next version of WPLookup a WordPress documentation search engine. Aisde from a new visual design, this version features: Search results including: The Codex reference page for function/template tag if it exists The Codex documentation search for the query entered The PHPXref page at phpxref.yoast.com The phpDoc page hosted at http://phpdoc.wordpress.org The [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I launched the next version of <a href="http://wplookup.com" rel="external nofollow">WPLookup</a> a <a href="http://wplookup.com" rel="external">WordPress documentation search engine</a>.</p>
<p>Aisde from a new visual design, this version features:</p>
<ul>
<li>Search results including:
<ol>
<li>The Codex reference page for function/template tag if it exists</li>
<li>The Codex documentation search for the query entered</li>
<li>The PHPXref page at <a href="http://phpxref.yoast.com" rel="external">phpxref.yoast.com</a></li>
<li>The phpDoc page hosted at http://phpdoc.wordpress.org</li>
<li>The custom Google search for WordPress developers</li>
</ol>
</li>
<li>List of additional developer resources for quick access</li>
<li>Safari/Chrome Bookmarklets included on Add to Browser page</li>
<li>Legacy browser tool bar support</li>
</ul>
<p>I hope you all find it even more useful and it helps speed up your coding. Take it easy!</p>
]]></content:encoded>
			<wfw:commentRss>http://theandystratton.com/2009/wplookup-version-20-launched/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>HTTP Status and Server Header Checker &#8211;&#160;CheckMyHeaders.com</title>
		<link>http://theandystratton.com/2009/http-status-and-server-header-checker-checkheadercom</link>
		<comments>http://theandystratton.com/2009/http-status-and-server-header-checker-checkheadercom#comments</comments>
		<pubDate>Fri, 13 Mar 2009 01:45:03 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://theandystratton.com/?p=77</guid>
		<description><![CDATA[I released a new tool tonight. You&#8217;ve seen it a million times, an HTTP Status Checker; I just wanted a better experience for myself &#8212; so why not share it with you? Just visit CheckMyHeaders.com and enjoy. What&#8217;s so great? Well, I&#8217;m sure I&#8217;m partial because I built it, but here are a few of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://checkmyheaders.com" rel="external nofollow"><img src="http://theandystratton.com/wp-content/uploads/2009/03/opensearch-ch.jpg" alt="CheckHeader.com OpenSearch Firefox Mac" style="float:left;margin: 0 1em 1em 0;border:1px solid #ccc;" /></a> I released a new tool tonight. You&#8217;ve seen it a million times, an <a href="http://checkheader.com" rel="external">HTTP Status Checker</a>; I just wanted a better experience for myself &#8212; so why not share it with you?</p>
<p>Just visit <a href="http://checkmyheaders.com" rel="external nofollow">CheckMyHeaders.com</a> and enjoy.</p>
<p><strong>What&#8217;s so great?</strong></p>
<p>Well, I&#8217;m sure I&#8217;m partial because I built it, but here are a few of the perks:</p>
<ul>
<li>Clean, simple interface</li>
<li>Easy to remember URL: <a href="http://checkmyheaders.com" rel="external nofollow">http://checkmyheaders.com</a> &#8211; no more search or bookmark clicks</li>
<li>OpenSearch support for Firefox and IE 7 toolbars</li>
<li>Bookmarklet support for Safari/Chrome</li>
<li>Support for SSL links</li>
</ul>
<p>Let me know what you think, if you like it, link it up!</p>
]]></content:encoded>
			<wfw:commentRss>http://theandystratton.com/2009/http-status-and-server-header-checker-checkheadercom/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New WPLookup Features &#8211; Set WPLookup as a browser search&#160;engine</title>
		<link>http://theandystratton.com/2009/new-wplookup-features-set-browser-search</link>
		<comments>http://theandystratton.com/2009/new-wplookup-features-set-browser-search#comments</comments>
		<pubDate>Wed, 18 Feb 2009 01:04:31 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[free stuff]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://www.andystratton.com/?p=50</guid>
		<description><![CDATA[A few quick updates to WPLookup&#8217;s functionality: WPLookup now accepts the function parameter in a get or post request, allowing some fun browser plugins and the ability to direct link to queries if you so desire. Instead of a notice and link to the function reference when documentation is not found, WPLookup will send you [...]]]></description>
			<content:encoded><![CDATA[<p>A few quick updates to WPLookup&#8217;s functionality:</p>
<ul>
<li>WPLookup now accepts the <code>function</code> parameter in a <code>get</code> or <code>post</code> request, allowing some <a href="#custom-search">fun browser plugins</a> and the ability to <a href="http://wplookup.com/?function=get_pages" rel="external">direct link</a> to queries if you so desire.</li>
<li>Instead of a notice and link to the function reference when documentation is not found, WPLookup will send you to the documentation search results for your query. This makes WPLookup both get you to documentation and search the Codex itself. <em>Note: WPLookup will exchange spaces for your underscores in this scenario to create real search terms.</em></li>
</ul>
<h3 id="custom-search">Adding a custom search engine to Firefox and Opera</h3>
<p>Thanks to @<a href="https://twitter.com/aaronwaggs" rel="external">aaronwaggs</a> for the idea to create a custom search engine for <a href="http://wplookup.com" rel="external">WPLookup</a>.</p>
<p>Here&#8217;s how <em>you</em> can <a href="http://wplookup.com/add-to-browser" rel="external">add WPLookup to your web browser&#8217;s search toolbar</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://theandystratton.com/2009/new-wplookup-features-set-browser-search/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
