<?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>Ryan Morr &#187; JavaScript</title>
	<atom:link href="http://ryanmorr.com/archives/category/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://ryanmorr.com</link>
	<description>JavaScript, CSS, and Web Apps</description>
	<lastBuildDate>Sat, 18 Feb 2012 05:09:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>FX: Lightweight and Standalone Animation</title>
		<link>http://ryanmorr.com/archives/fx-lightweight-and-standalone-animation</link>
		<comments>http://ryanmorr.com/archives/fx-lightweight-and-standalone-animation#comments</comments>
		<pubDate>Mon, 20 Jun 2011 00:57:26 +0000</pubDate>
		<dc:creator>Ryan Morr</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[FX]]></category>

		<guid isPermaLink="false">http://ryanmorr.com/?p=2156</guid>
		<description><![CDATA[It might seem like one of those unnecessary things, but it can help to bridge the gaps, adding that little something extra for the end-user&#8217;s experience. A smooth animation allows a user to fully understand the actions taking place by visually seeing components in transition. Here, I present to you my animation framework appropriately named [...]]]></description>
		<wfw:commentRss>http://ryanmorr.com/archives/fx-lightweight-and-standalone-animation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iterating Enumerable Objects</title>
		<link>http://ryanmorr.com/archives/iterating-enumerable-objects</link>
		<comments>http://ryanmorr.com/archives/iterating-enumerable-objects#comments</comments>
		<pubDate>Thu, 13 Jan 2011 22:50:17 +0000</pubDate>
		<dc:creator>Ryan Morr</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[DOM]]></category>

		<guid isPermaLink="false">http://ryanmorr.com/?p=2083</guid>
		<description><![CDATA[You cannot undervalue the cost-benefit of iteration, despite being such a simple construct, it is a frequently used process fundamental to any framework. For these reasons, we want to maximize the efficiency and effectiveness of the routine by leveraging native implementations where they are available. This is an important concept for all enumerable objects, not [...]]]></description>
		<wfw:commentRss>http://ryanmorr.com/archives/iterating-enumerable-objects/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detecting Browser CSS Style Support</title>
		<link>http://ryanmorr.com/archives/detecting-browser-css-style-support</link>
		<comments>http://ryanmorr.com/archives/detecting-browser-css-style-support#comments</comments>
		<pubDate>Sun, 03 May 2009 18:42:19 +0000</pubDate>
		<dc:creator>Ryan Morr</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Feature Testing]]></category>

		<guid isPermaLink="false">http://ryanmorr.com/?p=1190</guid>
		<description><![CDATA[If you have ever wanted to manipulate those brand spanking new styles such as -moz-transform, -webkit-transition, or even some older ones like opacity in IE and max-width in IE6 but didn&#8217;t because you were reluctant of browser support, than you are not alone. For this article, I will be exploring some unique tactics in an [...]]]></description>
		<wfw:commentRss>http://ryanmorr.com/archives/detecting-browser-css-style-support/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Browser Detection: Necessary or Negligent?</title>
		<link>http://ryanmorr.com/archives/brower-detection-necessary-or-negligent</link>
		<comments>http://ryanmorr.com/archives/brower-detection-necessary-or-negligent#comments</comments>
		<pubDate>Sun, 29 Mar 2009 22:27:28 +0000</pubDate>
		<dc:creator>Ryan Morr</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[Event]]></category>

		<guid isPermaLink="false">http://ryanmorr.com/?p=819</guid>
		<description><![CDATA[It is still a controversial issue today despite the recent evolutions in the industry including new modern browsers and new resources such as jQuery (as of version 1.3) that now entirely base their implementations on feature testing. However, somehow the practice of browser detection seems to still be alive and well, whether it be new [...]]]></description>
		<wfw:commentRss>http://ryanmorr.com/archives/brower-detection-necessary-or-negligent/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Library or no Library, That is the Question!</title>
		<link>http://ryanmorr.com/archives/library-or-no-library-that-is-the-question</link>
		<comments>http://ryanmorr.com/archives/library-or-no-library-that-is-the-question#comments</comments>
		<pubDate>Sun, 08 Mar 2009 08:41:55 +0000</pubDate>
		<dc:creator>Ryan Morr</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[FX]]></category>

		<guid isPermaLink="false">http://ryanmorr.com/?p=720</guid>
		<description><![CDATA[It is rarely even a question anymore; deciding whether to use a JavaScript library on your next project typically goes without saying, the real question developers find themselves asking is which library should it be? However the decision to adopt any framework for a project should not be taken lightly and deserves a proper evaluation [...]]]></description>
		<wfw:commentRss>http://ryanmorr.com/archives/library-or-no-library-that-is-the-question/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Scope/Context in Javascript</title>
		<link>http://ryanmorr.com/archives/scope-context-in-javascript</link>
		<comments>http://ryanmorr.com/archives/scope-context-in-javascript#comments</comments>
		<pubDate>Mon, 09 Feb 2009 03:09:00 +0000</pubDate>
		<dc:creator>Ryan Morr</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[Event]]></category>

		<guid isPermaLink="false">http://ryanmorr.com/?p=464</guid>
		<description><![CDATA[Scope or context as it is often referred to as is one of the fundamental aspects of Javascript, playing a significant role unlike that of any other language. Scope refers to the accessibility of variables and its execution context which belongs to the object or function in which it was defined. However this does not [...]]]></description>
		<wfw:commentRss>http://ryanmorr.com/archives/scope-context-in-javascript/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>onDOMReady: No Browser Sniffing!</title>
		<link>http://ryanmorr.com/archives/ondomready-no-browser-sniffing</link>
		<comments>http://ryanmorr.com/archives/ondomready-no-browser-sniffing#comments</comments>
		<pubDate>Mon, 12 Jan 2009 05:01:09 +0000</pubDate>
		<dc:creator>Ryan Morr</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Feature Testing]]></category>

		<guid isPermaLink="false">http://ryanmorr.com/?p=105</guid>
		<description><![CDATA[For the most part, I&#8217;ve typically relied on window.onload for my various projects; its simple, cross-browser, and the alternative onDOMReady functions were unreliable due to their utilization of browser sniffing in some fashion. However, the problem with window.onload, as I&#8217;m sure you&#8217;re all aware, is that it doesn&#8217;t fire until the entire page has loaded [...]]]></description>
		<wfw:commentRss>http://ryanmorr.com/archives/ondomready-no-browser-sniffing/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Cross-Browser XML and XSLT Processing</title>
		<link>http://ryanmorr.com/archives/cross-browser-xml-and-xslt-processing</link>
		<comments>http://ryanmorr.com/archives/cross-browser-xml-and-xslt-processing#comments</comments>
		<pubDate>Wed, 07 Jan 2009 05:06:16 +0000</pubDate>
		<dc:creator>Ryan Morr</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://ryanmorr.com/?p=69</guid>
		<description><![CDATA[There is something inherently powerful about what direct data interaction and manipulation is capable of and the ease at which it performs. XSLT may be called a stylesheet but it is nothing like CSS, it deals directly in data management and presentation, utilizing advanced functionality typically reserved for a scripting language. Similar to what Smarty [...]]]></description>
		<wfw:commentRss>http://ryanmorr.com/archives/cross-browser-xml-and-xslt-processing/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://ryanmorr.com/archives/welcome</link>
		<comments>http://ryanmorr.com/archives/welcome#comments</comments>
		<pubDate>Wed, 07 Jan 2009 03:05:37 +0000</pubDate>
		<dc:creator>Ryan Morr</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://ryanmorr.com/?p=48</guid>
		<description><![CDATA[Here I will not only be sharing the latest news, resources, tutorials, and tools but it will also serve as a platform. As a long time supporter and beneficiary of the open source community, I figured it was time to give back. The main focus of my projects will be to fill a certain niche [...]]]></description>
		<wfw:commentRss>http://ryanmorr.com/archives/welcome/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

