<?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; web design</title>
	<atom:link href="http://www.nutt.net/tag/web-design/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>JavaScript version of PHP __FILE__ or __DIR__</title>
		<link>http://www.nutt.net/2011/01/16/javascript-version-of-php-__file__-or-__dir__/</link>
		<comments>http://www.nutt.net/2011/01/16/javascript-version-of-php-__file__-or-__dir__/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 06:26:56 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=696</guid>
		<description><![CDATA[This is one of those issues I keep coming back to.  I need a way to get the path of the current JavaScript file.  Something analogous to the PHP __DIR__ constant or dirname(__FILE__). Found something close on Stack Overflow.  The &#8230; <a href="http://www.nutt.net/2011/01/16/javascript-version-of-php-__file__-or-__dir__/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2011/01/16/javascript-version-of-php-__file__-or-__dir__/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>When in doubt, restart</title>
		<link>http://www.nutt.net/2010/12/28/when-in-doubt-restart/</link>
		<comments>http://www.nutt.net/2010/12/28/when-in-doubt-restart/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 20:39:29 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Computers & Internet]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=678</guid>
		<description><![CDATA[Sure, it&#8217;s a cliche.  Computer not working?  Restart the sucker.  This time though, it paid off. I just spent the better part of this afternoon working on a JavaScript issue.  I&#8217;m using SWFUploader to handle image uploads for a web &#8230; <a href="http://www.nutt.net/2010/12/28/when-in-doubt-restart/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2010/12/28/when-in-doubt-restart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpMailer &#8211; Could not instantiate mail function</title>
		<link>http://www.nutt.net/2010/07/27/phpmailer-could-not-instantiate-mail-function/</link>
		<comments>http://www.nutt.net/2010/07/27/phpmailer-could-not-instantiate-mail-function/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 18:03:36 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=605</guid>
		<description><![CDATA[Had a client getting this error when trying to send emails last week and have now spent several hours on Google trying to find a solution. Biggest catch is that other scripts were able to send mail, so it seemed &#8230; <a href="http://www.nutt.net/2010/07/27/phpmailer-could-not-instantiate-mail-function/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2010/07/27/phpmailer-could-not-instantiate-mail-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safari, scriptaculous, and non-clickable links</title>
		<link>http://www.nutt.net/2010/06/07/safari-scriptaculous-and-non-clickable-links/</link>
		<comments>http://www.nutt.net/2010/06/07/safari-scriptaculous-and-non-clickable-links/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 00:58:49 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[scriptaculous]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=559</guid>
		<description><![CDATA[For the better part of the last couple of days I&#8217;ve been trying to figure out why Safari was not allowing me to click on links. Aside from an annoyance, it&#8217;s not good to have clients complaining&#8230; The non-clickable links &#8230; <a href="http://www.nutt.net/2010/06/07/safari-scriptaculous-and-non-clickable-links/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2010/06/07/safari-scriptaculous-and-non-clickable-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Curved corners script for Photoshop</title>
		<link>http://www.nutt.net/2010/03/20/curved-corners-script-for-photoshop/</link>
		<comments>http://www.nutt.net/2010/03/20/curved-corners-script-for-photoshop/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 03:30:40 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=531</guid>
		<description><![CDATA[I&#8217;ve been looking for an excuse to play around with scripting in Photoshop. Today I found one. I came across a series of actions that rounded off the corners of an image to get it ready for uploading to a &#8230; <a href="http://www.nutt.net/2010/03/20/curved-corners-script-for-photoshop/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2010/03/20/curved-corners-script-for-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

