<?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&#039;s Musings</title>
	<atom:link href="http://staff.washington.edu/fmf/feed/" rel="self" type="application/rss+xml" />
	<link>http://staff.washington.edu/fmf</link>
	<description></description>
	<lastBuildDate>Sat, 16 Jul 2011 00:17:37 +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>CSS3 trasform attribute order</title>
		<link>http://staff.washington.edu/fmf/2011/07/15/css3-trasform-attribute-order/</link>
		<comments>http://staff.washington.edu/fmf/2011/07/15/css3-trasform-attribute-order/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 00:01:56 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=709</guid>
		<description><![CDATA[CSS3 transforms are powerful and are relatively straightforward to use. However, care must be taken when you apply more than one transform. This post isn&#8217;t a tutorial on using transforms, but concentrates on how transforms behave when combined. More information is available in the 2D Transforms Working Draft. These examples consist of a solid red [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2011/07/15/css3-trasform-attribute-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Underlining with CSS</title>
		<link>http://staff.washington.edu/fmf/2010/09/13/underlining-with-css/</link>
		<comments>http://staff.washington.edu/fmf/2010/09/13/underlining-with-css/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 21:37:00 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=683</guid>
		<description><![CDATA[Using the text-decoration: underline CSS property is pretty straightforward, as long as you pay attention to how you do so. This post will cover various reasons why underlining may not work as you would think at first. Basics of using underlines To briefly go over the basics of underlines, here&#8217;s a simple example: Simple underline [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2010/09/13/underlining-with-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Centering with CSS</title>
		<link>http://staff.washington.edu/fmf/2010/03/25/centering-with-css/</link>
		<comments>http://staff.washington.edu/fmf/2010/03/25/centering-with-css/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 23:41:09 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=620</guid>
		<description><![CDATA[Many designs call for centering content, either vertically or horizontally. It&#8217;s pretty straightforward to center horizontally, but if you wish to support Internet Explorer 7 and earlier, it takes a bit more work to center vertically. Other than older versions of IE, this page only targets the recent versions of Safari (4.0), Firefox (3.6), and [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2010/03/25/centering-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Tabs Basic Styling</title>
		<link>http://staff.washington.edu/fmf/2010/03/05/jquery-tabs-basic-styling/</link>
		<comments>http://staff.washington.edu/fmf/2010/03/05/jquery-tabs-basic-styling/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 01:47:40 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=606</guid>
		<description><![CDATA[jQuery&#8217;s tab widget makes it easy to create a set of tabbed sections which can be swapped for one another. At the same time, they can be configured to gracefully fall back if Javascript is disabled. While you can create very complex pages with jQuery Tabs, this post will cover the basics and some CSS [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2010/03/05/jquery-tabs-basic-styling/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What is visibility: collapse?</title>
		<link>http://staff.washington.edu/fmf/2010/02/19/what-is-visibility-collapse/</link>
		<comments>http://staff.washington.edu/fmf/2010/02/19/what-is-visibility-collapse/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 00:28:33 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=587</guid>
		<description><![CDATA[CSS2 says that the visibility property can take one of three values: visible, hidden, and collapse. There are many examples of the first two, but I don&#8217;t see visibility: collapse very often. Not surprisingly, support for it is spotty and not consistent across the various browsers. This post compares visibility: hidden, visibility: collapse, and display: [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2010/02/19/what-is-visibility-collapse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding CSS and Floats</title>
		<link>http://staff.washington.edu/fmf/2009/09/01/understanding-css-and-floats/</link>
		<comments>http://staff.washington.edu/fmf/2009/09/01/understanding-css-and-floats/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 22:29:49 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=576</guid>
		<description><![CDATA[Floats are a powerful feature of CSS and for the most part are pretty straightforward to use. However, there are many subtleties about them which can cause people to wonder why, for example, images aren&#8217;t correctly positioned. Usually the quickest solution is to throw a bunch of clear: both CSS rules either onto objects or [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/09/01/understanding-css-and-floats/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>Thu, 16 Jul 2009 00:17:05 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></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 [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/07/15/css-and-jquery-animation/feed/</wfw:commentRss>
		<slash:comments>2</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 23:32:41 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></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>Setting Cookies</title>
		<link>http://staff.washington.edu/fmf/2009/06/19/setting-cookies/</link>
		<comments>http://staff.washington.edu/fmf/2009/06/19/setting-cookies/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 00:39:47 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=190</guid>
		<description><![CDATA[A co-worker mentioned one day that he was having problems with setting multiple cookies in the same Set-Cookie HTTP header, but things were fine if they were set with separate headers. He noted that it was not consistent across browsers, and that the specs seem to indicate that you can set multiple cookies with a [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/06/19/setting-cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress and comments</title>
		<link>http://staff.washington.edu/fmf/2009/06/15/wordpress-and-comments/</link>
		<comments>http://staff.washington.edu/fmf/2009/06/15/wordpress-and-comments/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 05:52:51 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=456</guid>
		<description><![CDATA[Imagine my surprise when I finally got around to testing comments on this live site and found they weren&#8217;t working at all. Then imagine my confusion of them working on my test site just fine, with all the same settings. My apologies for anyone who has tried to submit a comment. For what it&#8217;s worth, [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/06/15/wordpress-and-comments/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.964 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-03-06 20:06:30 -->

