<?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; Computers &amp; Internet</title>
	<atom:link href="http://www.nutt.net/category/computers-internet/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>Quick Fix for OpenX Redirect Loop</title>
		<link>http://www.nutt.net/2011/12/22/quick-fix-for-openx-redirect-loop/</link>
		<comments>http://www.nutt.net/2011/12/22/quick-fix-for-openx-redirect-loop/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 18:02:45 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Computers & Internet]]></category>
		<category><![CDATA[openx]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=964</guid>
		<description><![CDATA[Last week I installed OpenX on my server to use for an upcoming project. After getting it installed and setup admin-side, I went and made sure the zones looked right on the project site. Chrome gave me an error that &#8230; <a href="http://www.nutt.net/2011/12/22/quick-fix-for-openx-redirect-loop/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2011/12/22/quick-fix-for-openx-redirect-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Printing a single frame from a Flash project</title>
		<link>http://www.nutt.net/2011/10/29/printing-a-single-frame-from-a-flash-project/</link>
		<comments>http://www.nutt.net/2011/10/29/printing-a-single-frame-from-a-flash-project/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 23:00:38 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Computers & Internet]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=917</guid>
		<description><![CDATA[Bit of a duh moment after finally finding a solution to this. What I needed was a way to print a single frame out of a Flash project. Pretty easy to print the first frame, or all frames, but I &#8230; <a href="http://www.nutt.net/2011/10/29/printing-a-single-frame-from-a-flash-project/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2011/10/29/printing-a-single-frame-from-a-flash-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Set WordPress image to &#8220;none&#8221;</title>
		<link>http://www.nutt.net/2011/10/29/set-wordpress-image-to-none/</link>
		<comments>http://www.nutt.net/2011/10/29/set-wordpress-image-to-none/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 22:56:01 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=912</guid>
		<description><![CDATA[Been using WordPress for a while now. Heck, this blog has been running WP since 2007. So it&#8217;s really sad that it took until today for me to figure this out. Putting an image inline to a post defaults to &#8230; <a href="http://www.nutt.net/2011/10/29/set-wordpress-image-to-none/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2011/10/29/set-wordpress-image-to-none/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a wine glass in Blender</title>
		<link>http://www.nutt.net/2011/10/29/how-to-create-a-wine-glass-in-blender/</link>
		<comments>http://www.nutt.net/2011/10/29/how-to-create-a-wine-glass-in-blender/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 22:47:08 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Computers & Internet]]></category>
		<category><![CDATA[blender]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=885</guid>
		<description><![CDATA[Looking to create a simple wine glass in Blender 2.5/2.6? Yes, there&#8217;s quite a few steps. But it&#8217;s remarkably easy to do. First step is to create the default cube. Right click to select it and press either Delete or &#8230; <a href="http://www.nutt.net/2011/10/29/how-to-create-a-wine-glass-in-blender/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2011/10/29/how-to-create-a-wine-glass-in-blender/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>
	</channel>
</rss>

