<?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>Nutt.net &#187; Programming</title>
	<atom:link href="http://www.nutt.net/category/computers-internet/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nutt.net</link>
	<description>Random articles on whatever I feel like...</description>
	<lastBuildDate>Sun, 08 Jan 2012 02:37:00 +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>WordPress recent posts as JSON</title>
		<link>http://www.nutt.net/2011/12/17/wordpress-recent-posts-as-json/</link>
		<comments>http://www.nutt.net/2011/12/17/wordpress-recent-posts-as-json/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 14:50:19 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=958</guid>
		<description><![CDATA[For an update to one of my web projects I went looking for a way to get the recent posts as JSON instead of using the RSS feed. I personally find JSON much easier to deal with than RSS, so &#8230; <a href="http://www.nutt.net/2011/12/17/wordpress-recent-posts-as-json/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2011/12/17/wordpress-recent-posts-as-json/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>days_ago function for PHP</title>
		<link>http://www.nutt.net/2011/12/17/days_ago-function-for-php/</link>
		<comments>http://www.nutt.net/2011/12/17/days_ago-function-for-php/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 14:40:16 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=955</guid>
		<description><![CDATA[Can&#8217;t take credit for all of this, but I also don&#8217;t remember where the code that I started with came from. days_ago is a function that will take two dates and return a more human friendly version of dates. So &#8230; <a href="http://www.nutt.net/2011/12/17/days_ago-function-for-php/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2011/12/17/days_ago-function-for-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP function to get first n words from a string</title>
		<link>http://www.nutt.net/2011/12/17/php-function-to-get-first-n-words-from-a-string/</link>
		<comments>http://www.nutt.net/2011/12/17/php-function-to-get-first-n-words-from-a-string/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 14:34:47 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=951</guid>
		<description><![CDATA[A handy little function for your bag of tricks. This PHP function will return a max number of words out of a string, or the whole string if it&#8217;s already shorter. This probably could be made shorter, but I was &#8230; <a href="http://www.nutt.net/2011/12/17/php-function-to-get-first-n-words-from-a-string/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2011/12/17/php-function-to-get-first-n-words-from-a-string/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>fsockopen / fgets very slow in PHP</title>
		<link>http://www.nutt.net/2011/12/04/fsockopen-fgets-very-slow-in-php/</link>
		<comments>http://www.nutt.net/2011/12/04/fsockopen-fgets-very-slow-in-php/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 20:28:08 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[fgets]]></category>
		<category><![CDATA[fsockopen]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=945</guid>
		<description><![CDATA[I&#8217;ve been using a PHP class in a project that pulls a URL and then caches the result so it doesn&#8217;t have to get loaded again until it&#8217;s considered stale. Works pretty well, but every time it went out to &#8230; <a href="http://www.nutt.net/2011/12/04/fsockopen-fgets-very-slow-in-php/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2011/12/04/fsockopen-fgets-very-slow-in-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Posting to Twitter with PHP and OAuth class</title>
		<link>http://www.nutt.net/2011/10/30/posting-to-twitter-with-php-and-oauth-class/</link>
		<comments>http://www.nutt.net/2011/10/30/posting-to-twitter-with-php-and-oauth-class/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 13:38:15 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=923</guid>
		<description><![CDATA[Needed a bit of an update on a font site I threw up a few years ago. Specifically I wanted to put a script together to tweet a random font each day. Should have been easy since I already had &#8230; <a href="http://www.nutt.net/2011/10/30/posting-to-twitter-with-php-and-oauth-class/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2011/10/30/posting-to-twitter-with-php-and-oauth-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a very simple space game in Flash</title>
		<link>http://www.nutt.net/2011/10/29/how-to-create-a-very-simple-space-game-in-flash/</link>
		<comments>http://www.nutt.net/2011/10/29/how-to-create-a-very-simple-space-game-in-flash/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 21:50:01 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=872</guid>
		<description><![CDATA[Admit it, you&#8217;ve played an online game while at work. And odds are very good it was written in Flash / ActionScript. We&#8217;re going to cook up a very simple Flash project that might serve as the start of a &#8230; <a href="http://www.nutt.net/2011/10/29/how-to-create-a-very-simple-space-game-in-flash/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2011/10/29/how-to-create-a-very-simple-space-game-in-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>trac error &#8211; Unable to get database connection within 0 seconds</title>
		<link>http://www.nutt.net/2011/08/06/trac-error-unable-to-get-database-connection-within-0-seconds/</link>
		<comments>http://www.nutt.net/2011/08/06/trac-error-unable-to-get-database-connection-within-0-seconds/#comments</comments>
		<pubDate>Sat, 06 Aug 2011 19:27:40 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[trac]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=829</guid>
		<description><![CDATA[Spent the better part of today fighting to get trac installed on my server so I can keep track of development tasks. Finally gave up trying to get the RVSkin version installed as it seemed to be a mess and &#8230; <a href="http://www.nutt.net/2011/08/06/trac-error-unable-to-get-database-connection-within-0-seconds/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2011/08/06/trac-error-unable-to-get-database-connection-within-0-seconds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem with SyntaxHighlighter and 2 character strings</title>
		<link>http://www.nutt.net/2011/07/27/problem-with-syntaxhighlighter-and-2-character-strings/</link>
		<comments>http://www.nutt.net/2011/07/27/problem-with-syntaxhighlighter-and-2-character-strings/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 16:12:01 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=811</guid>
		<description><![CDATA[Had a very odd, very frustrating issue come up trying to get SyntaxHighlighter working on a project I&#8217;m working on. When the code to be highlighted was only two characters long it would blank it out and the code would &#8230; <a href="http://www.nutt.net/2011/07/27/problem-with-syntaxhighlighter-and-2-character-strings/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2011/07/27/problem-with-syntaxhighlighter-and-2-character-strings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP function to reset instance variables</title>
		<link>http://www.nutt.net/2011/03/20/php-function-to-reset-instance-variables/</link>
		<comments>http://www.nutt.net/2011/03/20/php-function-to-reset-instance-variables/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 15:22:22 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[reset]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=743</guid>
		<description><![CDATA[Quick snippet to reset all public instance variables inside a PHP class back to their original values. Can&#8217;t take credit for the code though. Found it on a website somewhere and have used it in pretty much every class I &#8230; <a href="http://www.nutt.net/2011/03/20/php-function-to-reset-instance-variables/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2011/03/20/php-function-to-reset-instance-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to close all projects in NetBeans</title>
		<link>http://www.nutt.net/2011/01/22/how-to-close-all-projects-in-netbeans/</link>
		<comments>http://www.nutt.net/2011/01/22/how-to-close-all-projects-in-netbeans/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 23:43:25 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=707</guid>
		<description><![CDATA[File this under &#8220;duh.&#8221; I typically have several projects open in NetBeans and occasionally go through and close them all to clean up a little.  Turns out if you shift click on the projects you want closed there&#8217;s a new item on &#8230; <a href="http://www.nutt.net/2011/01/22/how-to-close-all-projects-in-netbeans/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2011/01/22/how-to-close-all-projects-in-netbeans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

