<?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>Tue, 27 Jul 2010 18:03:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 unlikely that it was the host.  So I took the phpMailer class and uploaded it [...]]]></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>bit.ly and PHP</title>
		<link>http://www.nutt.net/2010/07/24/bit-ly-and-php/</link>
		<comments>http://www.nutt.net/2010/07/24/bit-ly-and-php/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 22:02:46 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[bit.ly]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=595</guid>
		<description><![CDATA[Needed a quick and easy way to create a bit.ly URL for another site of mine.  Google came through for me.
David Walsh posted a short PHP function on his site that takes your bit.ly login, API key, and the URL to shorten and returns a nice, short bit.ly link.  
Link: http://davidwalsh.name/bitly-php
Just put the [...]]]></description>
		<wfw:commentRss>http://www.nutt.net/2010/07/24/bit-ly-and-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Missing httpd.conf in WHM / cPanel</title>
		<link>http://www.nutt.net/2010/07/24/missing-httpd-conf-in-whm-cpanel/</link>
		<comments>http://www.nutt.net/2010/07/24/missing-httpd-conf-in-whm-cpanel/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 14:32:00 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[whm]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=590</guid>
		<description><![CDATA[Came across an error after mistakenly clicking a link in my hosting control panel.
PLAIN TEXT
CODE:




Unable to locate httpd.conf at /usr/local/cpanel/Cpanel/ConfigFiles.pm line 27.


Cpanel::ConfigFiles::find_httpconf&#40;undef&#41; called at /usr/local/cpanel/Cpanel/ApacheConf.pm line 206


Cpanel::ApacheConf::loadhttpdconf&#40;&#41; called at whostmgr/bin/whostmgr4 line 197


main::listaccts&#40;&#41; called at whostmgr/bin/whostmgr4 line 157 






At the time, WHM was working but none of the sites on the server would load.  Trying [...]]]></description>
		<wfw:commentRss>http://www.nutt.net/2010/07/24/missing-httpd-conf-in-whm-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick PHP wrapper for print_r</title>
		<link>http://www.nutt.net/2010/07/23/quick-php-wrapper-for-print_r/</link>
		<comments>http://www.nutt.net/2010/07/23/quick-php-wrapper-for-print_r/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 15:42:40 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=587</guid>
		<description><![CDATA[Working on web apps I find myself using the print_r command a lot, and I mean a lot.  It helps trace out what data is going where, and more often what's not going where it's supposed to.
A few months ago I realized that I type this same bit of code way too often.
PLAIN TEXT
PHP:




echo [...]]]></description>
		<wfw:commentRss>http://www.nutt.net/2010/07/23/quick-php-wrapper-for-print_r/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'm working on in Netbeans and the other in Notepad++ on separate monitors.  Turns out you can drag the tab of an open file outside of Netbeans and it becomes its own window.
We're going to [...]]]></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>Java vs. .Net &#8211; Movie Trailer</title>
		<link>http://www.nutt.net/2010/06/30/java-vs-net-movie-trailer/</link>
		<comments>http://www.nutt.net/2010/06/30/java-vs-net-movie-trailer/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 14:44:39 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Computers & Internet]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=570</guid>
		<description><![CDATA[
]]></description>
		<wfw:commentRss>http://www.nutt.net/2010/06/30/java-vs-net-movie-trailer/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've been trying to figure out why Safari was not allowing me to click on links.  Aside from an annoyance, it's not good to have clients complaining...  
The non-clickable links were inside a Scriptaculous sortable div.  So best guess was that it [...]]]></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>Prototype.js, setStyle, and IE not working together</title>
		<link>http://www.nutt.net/2010/04/02/prototype-js-setstyle-and-ie-not-working-together/</link>
		<comments>http://www.nutt.net/2010/04/02/prototype-js-setstyle-and-ie-not-working-together/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 19:01:09 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=543</guid>
		<description><![CDATA[Sometimes IE just irritates me.  Ok, pretty much anytime I'm working on a web site.  Especially when it involves Javascript or DOM.  
For the past couple of hours I've been scouring the internet looking for a solution to the prototype method setStyle not working in IE8.  I was getting an 'Object [...]]]></description>
		<wfw:commentRss>http://www.nutt.net/2010/04/02/prototype-js-setstyle-and-ie-not-working-together/feed/</wfw:commentRss>
		<slash:comments>1</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'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 web site.  The problem is that it was a series of actions. [...]]]></description>
		<wfw:commentRss>http://www.nutt.net/2010/03/20/curved-corners-script-for-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Event tracking with JavaScript</title>
		<link>http://www.nutt.net/2010/03/19/event-tracking-with-javascript/</link>
		<comments>http://www.nutt.net/2010/03/19/event-tracking-with-javascript/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 19:32:20 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=518</guid>
		<description><![CDATA[A while back Google added event tracking to Analytics so you could keep track of Javascript and Flash events.  Pretty cool feature.
Being the stat junkie that I wanted to use this to keep track of outgoing clicks on a photography forum of mine.  But I didn't want to have to go through every link prior [...]]]></description>
		<wfw:commentRss>http://www.nutt.net/2010/03/19/event-tracking-with-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
