<?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>Frank's Musings&#187; Javascript</title>
	<atom:link href="http://staff.washington.edu/fmf/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://staff.washington.edu/fmf</link>
	<description></description>
	<lastBuildDate>Wed, 23 Sep 2009 21:26:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS and jQuery animation</title>
		<link>http://staff.washington.edu/fmf/2009/07/15/css-and-jquery-animation/</link>
		<comments>http://staff.washington.edu/fmf/2009/07/15/css-and-jquery-animation/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 23:17:05 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=551</guid>
		<description><![CDATA[
Animation in web applications can do more than add pizazz to a page, it can give good visual cues to the user as to what is happening.
For example, consider an image carousel, where you have one largish image and smaller ones in the background.
Having images animate to get larger and move into place (in addition [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/07/15/css-and-jquery-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coloring odd/even rows of lists</title>
		<link>http://staff.washington.edu/fmf/2009/06/23/coloring-oddeven-rows-of-lists/</link>
		<comments>http://staff.washington.edu/fmf/2009/06/23/coloring-oddeven-rows-of-lists/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 22:32:41 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=478</guid>
		<description><![CDATA[There are several methods you can use to create odd/even stripes for lists to make them easier to scan. A List Apart had an article about creating stripes, but being over five years old, it understandably doesn&#8217;t cover some newer techniques which are available. Then again, the need to support legacy browsers makes the article [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/06/23/coloring-oddeven-rows-of-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Web Application Gestures</title>
		<link>http://staff.washington.edu/fmf/2008/12/19/iphone-web-application-gestures/</link>
		<comments>http://staff.washington.edu/fmf/2008/12/19/iphone-web-application-gestures/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 01:18:28 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=231</guid>
		<description><![CDATA[Web applications for Mobile Safari (used on the iPhone and iPod touch) can take advantage of multiple touches and gestures. The simplest gestures to implement are scaling and rotating an object, since support for them is built-in.
Below is an example which allows you to use the pinch gesture to resize the box and rotating your [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2008/12/19/iphone-web-application-gestures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Engines</title>
		<link>http://staff.washington.edu/fmf/2008/09/19/javascript-engines/</link>
		<comments>http://staff.washington.edu/fmf/2008/09/19/javascript-engines/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 23:31:51 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">https://staff.washington.edu/fmf/wordpress/?p=8</guid>
		<description><![CDATA[With many web applications becoming more dependent on JavaScript, much work is being put into improving JavaScript performance. Even though Google&#8217;s Chrome uses WebKit (the same engine as Safari), they&#8217;re using a different JavaScript engine named V8. Mozilla will be using TraceMonkey in Firefox 3.1, and Safari will be using SquirrelFish Extreme.
All these engines compile down to [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2008/09/19/javascript-engines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
