<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Liquid Language &#187; How-To</title>
	<atom:link href="http://blog.johnpencola.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.johnpencola.com</link>
	<description>Where streams of thought converge into pools of knowledge.</description>
	<lastBuildDate>Thu, 05 May 2011 05:54:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How-To: Decoupling A WordPress Plugin From Your Theme</title>
		<link>http://blog.johnpencola.com/2011/04/10/how-to-decoupling-a-wordpress-plugin-from-your-theme/</link>
		<comments>http://blog.johnpencola.com/2011/04/10/how-to-decoupling-a-wordpress-plugin-from-your-theme/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 03:43:52 +0000</pubDate>
		<dc:creator>John Pencola</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[child theme]]></category>
		<category><![CDATA[customize plugin rendering]]></category>
		<category><![CDATA[decoupling]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://blog.johnpencola.com/?p=448</guid>
		<description><![CDATA[You may have noticed that I recently added a feature to the Liquid Language theme that displays my latest tweet from Twitter where the standard menu is displayed. Hint: Look directly below the pretty header image above ↑ Once I completed &#8230; <a href="http://blog.johnpencola.com/2011/04/10/how-to-decoupling-a-wordpress-plugin-from-your-theme/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.johnpencola.com/2011/04/10/how-to-decoupling-a-wordpress-plugin-from-your-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	You may have noticed that I recently added a feature to the Liquid Language theme that displays my latest tweet from Twitter where the standard menu is displayed. Hint: Look directly below the pretty header image above ↑ Once I completed &#8230; <a href="http://blog.johnpencola.com/2011/04/10/how-to-decoupling-a-wordpress-plugin-from-your-theme/">Continue reading <span class="meta-nav">&#8594;</span></a>
	</item>
		<item>
		<title>The Truth About Falsy</title>
		<link>http://blog.johnpencola.com/2011/03/13/the-truth-about-falsy/</link>
		<comments>http://blog.johnpencola.com/2011/03/13/the-truth-about-falsy/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 02:53:55 +0000</pubDate>
		<dc:creator>John Pencola</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[truthy falsy]]></category>

		<guid isPermaLink="false">http://blog.johnpencola.com/?p=317</guid>
		<description><![CDATA[Being able to check &#8220;truthy&#8221; and &#8220;falsy&#8221; values in JavaScript certainly are nice features of the language, but remember to always take into consideration the following &#8220;falsy&#8221; values: 0 &#8220;&#8221; Common Gotcha: Defaulting Arguments Say you have a method that &#8230; <a href="http://blog.johnpencola.com/2011/03/13/the-truth-about-falsy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.johnpencola.com/2011/03/13/the-truth-about-falsy/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	Being able to check &#8220;truthy&#8221; and &#8220;falsy&#8221; values in JavaScript certainly are nice features of the language, but remember to always take into consideration the following &#8220;falsy&#8221; values: 0 &#8220;&#8221; Common Gotcha: Defaulting Arguments Say you have a method that &#8230; <a href="http://blog.johnpencola.com/2011/03/13/the-truth-about-falsy/">Continue reading <span class="meta-nav">&#8594;</span></a>
	</item>
		<item>
		<title>Rethinking HTML Drop-Down Menus</title>
		<link>http://blog.johnpencola.com/2011/03/05/rethinking-html-drop-down-menus/</link>
		<comments>http://blog.johnpencola.com/2011/03/05/rethinking-html-drop-down-menus/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 05:31:29 +0000</pubDate>
		<dc:creator>John Pencola</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dropdown]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[menu]]></category>

		<guid isPermaLink="false">http://blog.johnpencola.com/?p=276</guid>
		<description><![CDATA[( Or, the sometimes stubborn persistence of naiveté ) Reflecting This topic has been simmering on my back-burner for quite some time now, I given small taste tests, but I think its due time to reveal it on the menu and &#8230; <a href="http://blog.johnpencola.com/2011/03/05/rethinking-html-drop-down-menus/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.johnpencola.com/2011/03/05/rethinking-html-drop-down-menus/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	( Or, the sometimes stubborn persistence of naiveté ) Reflecting This topic has been simmering on my back-burner for quite some time now, I given small taste tests, but I think its due time to reveal it on the menu and &#8230; <a href="http://blog.johnpencola.com/2011/03/05/rethinking-html-drop-down-menus/">Continue reading <span class="meta-nav">&#8594;</span></a>
	</item>
		<item>
		<title>How To: Communicate Over Serial With Flash and Arduino</title>
		<link>http://blog.johnpencola.com/2010/01/10/how-to-communicate-over-serial-with-flash-and-arduino/</link>
		<comments>http://blog.johnpencola.com/2010/01/10/how-to-communicate-over-serial-with-flash-and-arduino/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 01:54:42 +0000</pubDate>
		<dc:creator>John Pencola</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[firmata]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[serial]]></category>

		<guid isPermaLink="false">http://blog.johnpencola.com/?p=158</guid>
		<description><![CDATA[Hi there! Back from the holidays with an update on getting started with Arduino and serial communication. In this case communication with the Adobe Flash player. For all the details please watch both Flash videos linked below. You can refer &#8230; <a href="http://blog.johnpencola.com/2010/01/10/how-to-communicate-over-serial-with-flash-and-arduino/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.johnpencola.com/2010/01/10/how-to-communicate-over-serial-with-flash-and-arduino/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	Hi there! Back from the holidays with an update on getting started with Arduino and serial communication. In this case communication with the Adobe Flash player. For all the details please watch both Flash videos linked below. You can refer &#8230; <a href="http://blog.johnpencola.com/2010/01/10/how-to-communicate-over-serial-with-flash-and-arduino/">Continue reading <span class="meta-nav">&#8594;</span></a>
	</item>
		<item>
		<title>Simple WordPress Upgrades With SVN</title>
		<link>http://blog.johnpencola.com/2008/08/06/simple-wordpress-upgrades-with-svn/</link>
		<comments>http://blog.johnpencola.com/2008/08/06/simple-wordpress-upgrades-with-svn/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 22:25:29 +0000</pubDate>
		<dc:creator>John Pencola</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[update wordpress]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blog.johnpencola.com/?p=29</guid>
		<description><![CDATA[One of the proposed features of the WordPress 2.7 release is quick-upgrading (maybe one-click?). So, until WP 2.7 hits the streets, which probably wont be long since the WP team seems to version-up every month or so now I figured &#8230; <a href="http://blog.johnpencola.com/2008/08/06/simple-wordpress-upgrades-with-svn/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.johnpencola.com/2008/08/06/simple-wordpress-upgrades-with-svn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	One of the proposed features of the WordPress 2.7 release is quick-upgrading (maybe one-click?). So, until WP 2.7 hits the streets, which probably wont be long since the WP team seems to version-up every month or so now I figured &#8230; <a href="http://blog.johnpencola.com/2008/08/06/simple-wordpress-upgrades-with-svn/">Continue reading <span class="meta-nav">&#8594;</span></a>
	</item>
		<item>
		<title>How-to: Access an Option in a Select List Using jQuery</title>
		<link>http://blog.johnpencola.com/2008/08/03/how-to-access-an-option-in-a-select-list-using-jquery/</link>
		<comments>http://blog.johnpencola.com/2008/08/03/how-to-access-an-option-in-a-select-list-using-jquery/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 03:01:25 +0000</pubDate>
		<dc:creator>John Pencola</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[changing option properties]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[option]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[selected]]></category>

		<guid isPermaLink="false">http://blog.johnpencola.com/?p=34</guid>
		<description><![CDATA[I had to do some documentation-digging to figure this one out. If you want to be able to have access to &#60;option&#62;&#8217;s within an HTML &#60;select&#62; list and fool with their properties, here is one way to do it. Hopefully &#8230; <a href="http://blog.johnpencola.com/2008/08/03/how-to-access-an-option-in-a-select-list-using-jquery/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.johnpencola.com/2008/08/03/how-to-access-an-option-in-a-select-list-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	I had to do some documentation-digging to figure this one out. If you want to be able to have access to &#60;option&#62;&#8217;s within an HTML &#60;select&#62; list and fool with their properties, here is one way to do it. Hopefully &#8230; <a href="http://blog.johnpencola.com/2008/08/03/how-to-access-an-option-in-a-select-list-using-jquery/">Continue reading <span class="meta-nav">&#8594;</span></a>
	</item>
		<item>
		<title>How-To: Pull a Directory With SCP</title>
		<link>http://blog.johnpencola.com/2008/03/06/how-to-pull-a-directory-with-scp/</link>
		<comments>http://blog.johnpencola.com/2008/03/06/how-to-pull-a-directory-with-scp/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 19:23:29 +0000</pubDate>
		<dc:creator>John Pencola</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Copy]]></category>
		<category><![CDATA[PSCP]]></category>
		<category><![CDATA[pull a directory]]></category>
		<category><![CDATA[SCP]]></category>

		<guid isPermaLink="false">http://blog.johnpencola.com/2008/03/06/how-to-pull-a-directory-with-scp/</guid>
		<description><![CDATA[Just a quickie (and the first post in a series of How-To&#8217;s)&#8230; I&#8217;m sure many of you know the syntax for this but since I only ever used SCP and PSCP to push files, pulling them was a bit new &#8230; <a href="http://blog.johnpencola.com/2008/03/06/how-to-pull-a-directory-with-scp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.johnpencola.com/2008/03/06/how-to-pull-a-directory-with-scp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	Just a quickie (and the first post in a series of How-To&#8217;s)&#8230; I&#8217;m sure many of you know the syntax for this but since I only ever used SCP and PSCP to push files, pulling them was a bit new &#8230; <a href="http://blog.johnpencola.com/2008/03/06/how-to-pull-a-directory-with-scp/">Continue reading <span class="meta-nav">&#8594;</span></a>
	</item>
	</channel>
</rss>

