<?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; tips</title>
	<atom:link href="http://www.nutt.net/tag/tips/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>Netbeans with multiple monitors</title>
		<link>http://www.nutt.net/2010/06/30/netbeans-with-multiple-monitors/</link>
		<comments>http://www.nutt.net/2010/06/30/netbeans-with-multiple-monitors/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 20:28:34 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Computers & Internet]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=577</guid>
		<description><![CDATA[How did I not try this before today? My normal method of needing two files open was to have the one I&#8217;m working on in Netbeans and the other in Notepad++ on separate monitors.  Turns out you can drag the &#8230; <a href="http://www.nutt.net/2010/06/30/netbeans-with-multiple-monitors/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2010/06/30/netbeans-with-multiple-monitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grouping MySQL query by date</title>
		<link>http://www.nutt.net/2009/07/07/grouping-mysql-query-by-date/</link>
		<comments>http://www.nutt.net/2009/07/07/grouping-mysql-query-by-date/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 19:12:06 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Computers & Internet]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=397</guid>
		<description><![CDATA[Working on a statistics plugin I needed a way to group records by the day.  Turns out it&#8217;s remarkably easy. If you just want to group by year and month take off the DAY() part.  This would also be a &#8230; <a href="http://www.nutt.net/2009/07/07/grouping-mysql-query-by-date/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2009/07/07/grouping-mysql-query-by-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Remote &#8211; How did I now know about this?</title>
		<link>http://www.nutt.net/2009/06/16/apple-remote-how-did-i-now-know-about-this/</link>
		<comments>http://www.nutt.net/2009/06/16/apple-remote-how-did-i-now-know-about-this/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 15:56:00 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Computers & Internet]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=365</guid>
		<description><![CDATA[As geeky as I am you would think I would have heard about Apple Remote before this week.  Maybe it&#8217;s because I haven&#8217;t been an Apple geek until a few weeks ago. For those of y&#8217;all in my shoes, Remote &#8230; <a href="http://www.nutt.net/2009/06/16/apple-remote-how-did-i-now-know-about-this/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2009/06/16/apple-remote-how-did-i-now-know-about-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get a screen shot from an iPhone</title>
		<link>http://www.nutt.net/2009/06/16/how-to-get-a-screen-shot-from-an-iphone/</link>
		<comments>http://www.nutt.net/2009/06/16/how-to-get-a-screen-shot-from-an-iphone/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 15:41:26 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Computers & Internet]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=357</guid>
		<description><![CDATA[It&#8217;s come up a few times where I&#8217;ve needed to get a screen shot from my iPhone.  Turns out there are two ways to do it, one of which is built into the phone. Easiest way is to hold down &#8230; <a href="http://www.nutt.net/2009/06/16/how-to-get-a-screen-shot-from-an-iphone/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2009/06/16/how-to-get-a-screen-shot-from-an-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

