<?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; Browsers</title>
	<atom:link href="http://staff.washington.edu/fmf/category/browsers/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 Tables, part 2</title>
		<link>http://staff.washington.edu/fmf/2009/04/24/css-and-tables-part-2/</link>
		<comments>http://staff.washington.edu/fmf/2009/04/24/css-and-tables-part-2/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 22:29:51 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=417</guid>
		<description><![CDATA[In a previous post about using CSS to style HTML tables, I covered collapsing borders, empty cells, and the inline-table display type. In this post I&#8217;ll cover headers and footers, captions, and columns, as well as other points which are good to know when using CSS with tables.
As with the previous post, the information in [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/04/24/css-and-tables-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS and Tables, part 1</title>
		<link>http://staff.washington.edu/fmf/2009/04/17/css-and-tables-part-1/</link>
		<comments>http://staff.washington.edu/fmf/2009/04/17/css-and-tables-part-1/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 22:02:52 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=375</guid>
		<description><![CDATA[
Modern browsers have the ability to display very complex HTML tables when using CSS to style them. While there are people who frown upon using tables for page layout, there&#8217;s no better nor no more flexible way to display tabular data than using tables. While this post is not a tutorial on HTML tables, it [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/04/17/css-and-tables-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grouping with fieldset</title>
		<link>http://staff.washington.edu/fmf/2009/02/06/grouping-with-fieldset/</link>
		<comments>http://staff.washington.edu/fmf/2009/02/06/grouping-with-fieldset/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 01:45:06 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=262</guid>
		<description><![CDATA[If you have a form that has items which should be grouped together, using &#60;fieldset&#62; is a good way to go. It&#8217;s essentially a &#60;div&#62; with a predefined border, but what makes it work well is the ability to label the box with a legend. If you want to change its look, however, you must [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/02/06/grouping-with-fieldset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser CSS tools</title>
		<link>http://staff.washington.edu/fmf/2008/10/09/browser-css-tools/</link>
		<comments>http://staff.washington.edu/fmf/2008/10/09/browser-css-tools/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 23:59:35 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">https://staff.washington.edu/fmf/?p=101</guid>
		<description><![CDATA[A friend was asking about a Firebug-like plugin for Internet Explorer, and that got me thinking about the importance of being able to see how a particular browser is interpreting one&#8217;s CSS. While there are many good tools for developing CSS, there&#8217;s nothing better than actually trying things on multiple browsers. Fortunately, at least some [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2008/10/09/browser-css-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boxes around links</title>
		<link>http://staff.washington.edu/fmf/2008/09/29/boxes-around-links/</link>
		<comments>http://staff.washington.edu/fmf/2008/09/29/boxes-around-links/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 00:19:42 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">https://staff.washington.edu/fmf/?p=25</guid>
		<description><![CDATA[My wife brought up a question she was asked about the dotted-line box that shows up around a link when you use the back button to return to a page, like the picture at the right. Is it possible to remove the box? Yes it is, but there are a few things to consider before [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2008/09/29/boxes-around-links/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>
