<?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; javascript</title>
	<atom:link href="http://www.nutt.net/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nutt.net</link>
	<description>Random articles on whatever I feel like...</description>
	<lastBuildDate>Sun, 05 Sep 2010 21:16:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Dynamically link to CSS with JavaScript</title>
		<link>http://www.nutt.net/2010/08/14/dynamically-link-to-css-with-javascript/</link>
		<comments>http://www.nutt.net/2010/08/14/dynamically-link-to-css-with-javascript/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 21:09:40 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.nutt.net/?p=610</guid>
		<description><![CDATA[Needed a way to add a CSS file with JavaScript, so I went out a-Googling like I normally do.  Problem is everything I found either worked in Internet Explorer and not in FireFox or the other way around.  Nothing I &#8230; <a href="http://www.nutt.net/2010/08/14/dynamically-link-to-css-with-javascript/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nutt.net/2010/08/14/dynamically-link-to-css-with-javascript/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 &#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>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 &#8230; <a href="http://www.nutt.net/2010/04/02/prototype-js-setstyle-and-ie-not-working-together/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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 &#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>
		<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 &#8230; <a href="http://www.nutt.net/2010/03/19/event-tracking-with-javascript/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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>
