<?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>Matt Wilcox</title>
	<atom:link href="http://mattwilcox.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattwilcox.info</link>
	<description>The Personal Website of the Web Developer Matt Wilcox from the United States</description>
	<lastBuildDate>Wed, 30 Mar 2011 16:05:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Soholaunch getNav() / showNav()</title>
		<link>http://mattwilcox.info/2011/03/soholaunch-navigation/</link>
		<comments>http://mattwilcox.info/2011/03/soholaunch-navigation/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 22:43:40 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News Feed]]></category>
		<category><![CDATA[Soholaunch]]></category>
		<category><![CDATA[Soholaunch Functions]]></category>
		<category><![CDATA[Soholaunch PHP Class]]></category>
		<category><![CDATA[Soholaunch Class]]></category>
		<category><![CDATA[Soholaunch Function]]></category>

		<guid isPermaLink="false">http://mattwilcox.info/?p=264</guid>
		<description><![CDATA[<h2>Description</h2>
<p>Creates an HTML unordered list of menu items set in the Menu Navigation tab of the Soholaunch back-end.</p>
<h2>Usage</h2>
<pre class="jcexpander">
<code class="php">
&#60;?php $navigation = $mytemplate->getNav($args); ?&#62;
</code>
</pre>
<p>or</p>
<pre class="jcexpander">
<code class="php">
&#60;?php $mytemplate->showNav($args); ?&#62;
</code></pre><p>&#8230; <a href="http://mattwilcox.info/2011/03/soholaunch-navigation/" class="read_more"><p>Read More &#187;</p></a></p>]]></description>
		<wfw:commentRss>http://mattwilcox.info/2011/03/soholaunch-navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soholaunch getTemplatePath() / showTemplatePath()</title>
		<link>http://mattwilcox.info/2011/03/soholaunch-templatepath/</link>
		<comments>http://mattwilcox.info/2011/03/soholaunch-templatepath/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 22:36:13 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News Feed]]></category>
		<category><![CDATA[Soholaunch]]></category>
		<category><![CDATA[Soholaunch Functions]]></category>
		<category><![CDATA[Soholaunch PHP Class]]></category>
		<category><![CDATA[Soholaunch Class]]></category>
		<category><![CDATA[Soholaunch Function]]></category>

		<guid isPermaLink="false">http://mattwilcox.info/?p=261</guid>
		<description><![CDATA[<h2>Description</h2>
<p>The absolute path to the current template directory, from the parent web directory either echoed or returned.</p>
<h2>Usage</h2>
<pre class="jcexpander">
<code class="php">
&#60;?php $templatePath = $mytemplate->getTemplatePath(); ?&#62;
</code>
</pre>
<p>or</p>
<pre class="jcexpander">
<code class="php">
&#60;?php $mytemplate->showTemplatePath(); ?&#62;
</code>
</pre><p>&#8230; <a href="http://mattwilcox.info/2011/03/soholaunch-templatepath/" class="read_more"><p>Read More &#187;</p></a></p>]]></description>
		<wfw:commentRss>http://mattwilcox.info/2011/03/soholaunch-templatepath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soholaunch getThisPage() / showThisPage()</title>
		<link>http://mattwilcox.info/2011/03/soholaunch-thispage/</link>
		<comments>http://mattwilcox.info/2011/03/soholaunch-thispage/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 22:30:12 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News Feed]]></category>
		<category><![CDATA[Soholaunch]]></category>
		<category><![CDATA[Soholaunch Functions]]></category>
		<category><![CDATA[Soholaunch PHP Class]]></category>
		<category><![CDATA[Soholaunch Class]]></category>
		<category><![CDATA[Soholaunch Function]]></category>

		<guid isPermaLink="false">http://mattwilcox.info/?p=258</guid>
		<description><![CDATA[<h2>Description</h2>
<p>The current page the user is on, either echoed or returned.</p>
<h2>Usage</h2>
<pre class="jcexpander">
<code class="php">
&#60;?php $thisPage = $mytemplate->getThisPage(); ?&#62;
</code>
</pre>
<p>or</p>
<pre class="jcexpander">
<code class="php">
&#60;?php $mytemplate->showThisPage(); ?&#62;
</code>
</pre>
<h2>Return Value</h2>
<p>If using getThisPage(), a&#8230; <a href="http://mattwilcox.info/2011/03/soholaunch-thispage/" class="read_more"><p>Read More &#187;</p></a></p>]]></description>
		<wfw:commentRss>http://mattwilcox.info/2011/03/soholaunch-thispage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soholaunch Template PHP Class</title>
		<link>http://mattwilcox.info/2011/03/soholaunch-template-php-class/</link>
		<comments>http://mattwilcox.info/2011/03/soholaunch-template-php-class/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 22:19:30 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News Feed]]></category>
		<category><![CDATA[Soholaunch]]></category>
		<category><![CDATA[Soholaunch Functions]]></category>
		<category><![CDATA[Soholaunch PHP Class]]></category>
		<category><![CDATA[Soholaunch Class]]></category>
		<category><![CDATA[Soholaunch Function]]></category>

		<guid isPermaLink="false">http://mattwilcox.info/?p=253</guid>
		<description><![CDATA[<p>After building many custom templates for use with Soholaunch and becoming fed up with the limitations of template pound variables, I&#8217;ve decided to standardize some simple functions.  The result is my <strong>Soholaunch Template Class</strong>, something I will continue to add&#8230; <a href="http://mattwilcox.info/2011/03/soholaunch-template-php-class/" class="read_more"><p>Read More &#187;</p></a></p>]]></description>
		<wfw:commentRss>http://mattwilcox.info/2011/03/soholaunch-template-php-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soholaunch Path to Install Function</title>
		<link>http://mattwilcox.info/2011/02/soholaunch-path-to-install/</link>
		<comments>http://mattwilcox.info/2011/02/soholaunch-path-to-install/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 02:11:41 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News Feed]]></category>
		<category><![CDATA[Soholaunch]]></category>
		<category><![CDATA[Soholaunch Functions]]></category>
		<category><![CDATA[Soholaunch Function]]></category>

		<guid isPermaLink="false">http://mattwilcox.info/?p=238</guid>
		<description><![CDATA[<p>If you need an automated way to figure out the installation path and directory to the Soholaunch install, you can use this function.  The function relies on the use of my currentPage function for some string manipulation.  It&#8217;s especially helpful&#8230; <a href="http://mattwilcox.info/2011/02/soholaunch-path-to-install/" class="read_more"><p>Read More &#187;</p></a></p>]]></description>
		<wfw:commentRss>http://mattwilcox.info/2011/02/soholaunch-path-to-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soholaunch Current Page Function</title>
		<link>http://mattwilcox.info/2011/02/soholaunch-current-page/</link>
		<comments>http://mattwilcox.info/2011/02/soholaunch-current-page/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 02:48:04 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News Feed]]></category>
		<category><![CDATA[Soholaunch]]></category>
		<category><![CDATA[Soholaunch Functions]]></category>
		<category><![CDATA[Soholaunch Function]]></category>

		<guid isPermaLink="false">http://mattwilcox.info/?p=225</guid>
		<description><![CDATA[<p>Unfortunately, Soholaunch doesn&#8217;t store the current page the user is on in any of it&#8217;s many session variables.  I use this function in pretty much every template I create for Soholaunch.  It basically just tells you what page is being&#8230; <a href="http://mattwilcox.info/2011/02/soholaunch-current-page/" class="read_more"><p>Read More &#187;</p></a></p>]]></description>
		<wfw:commentRss>http://mattwilcox.info/2011/02/soholaunch-current-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instagram Hashtag Atom Feed Parser</title>
		<link>http://mattwilcox.info/2011/02/instagram-parser/</link>
		<comments>http://mattwilcox.info/2011/02/instagram-parser/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 00:52:43 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Instagram]]></category>
		<category><![CDATA[News Feed]]></category>
		<category><![CDATA[PHP Tutorial]]></category>
		<category><![CDATA[Web Application]]></category>

		<guid isPermaLink="false">http://mattwilcox.info/?p=92</guid>
		<description><![CDATA[<p> Instagram recently released some new features in their latest iPhone App build.</p>
<p>While there are a few unofficial Instagram API&#8217;s floating around out there, I thought I&#8217;d spend a little time playing with the feed until an official API&#8230; <a href="http://mattwilcox.info/2011/02/instagram-parser/" class="read_more"><p>Read More &#187;</p></a></p>]]></description>
		<wfw:commentRss>http://mattwilcox.info/2011/02/instagram-parser/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Instagram Atom Parser</title>
		<link>http://mattwilcox.info/2011/01/instagram-atom-parser/</link>
		<comments>http://mattwilcox.info/2011/01/instagram-atom-parser/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 04:27:56 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Instagram]]></category>
		<category><![CDATA[News Feed]]></category>
		<category><![CDATA[Web Application]]></category>

		<guid isPermaLink="false">http://mattwilcox.info/?p=143</guid>
		<description><![CDATA[<h5 class="nomargin">Features:</h5>
<ul>
<li>Default hashtag feed</li>
<li>Linked hashtags for each picture, to easily jump to a new feed</li>
<li>Hashtag feed search function</li>
</ul>
<p>This PHP application is easy to implement into your own site.  Simply download the source code and&#8230; <a href="http://mattwilcox.info/2011/01/instagram-atom-parser/" class="read_more"><p>Read More &#187;</p></a></p>]]></description>
		<wfw:commentRss>http://mattwilcox.info/2011/01/instagram-atom-parser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

