<?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>SixThings &#187; Firefox</title>
	<atom:link href="http://www.brownbatterystudios.com/sixthings/category/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brownbatterystudios.com/sixthings</link>
	<description>Design wisdom in red and grey.</description>
	<lastBuildDate>Fri, 03 Feb 2012 08:13:03 +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 Rounded Corners: Avoiding Image Clipping Problems</title>
		<link>http://www.brownbatterystudios.com/sixthings/2011/04/25/css3-rounded-corners-avoiding-image-clipping-problems/</link>
		<comments>http://www.brownbatterystudios.com/sixthings/2011/04/25/css3-rounded-corners-avoiding-image-clipping-problems/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 14:33:17 +0000</pubDate>
		<dc:creator>Brownspank</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://www.brownbatterystudios.com/sixthings/?p=200</guid>
		<description><![CDATA[The Scenario Consider the following HTML+CSS setup: an img element wrapped in a div container with rounded corners (and optionally, a drop shadow); the div is sized to match the image&#8217;s dimensions, like so: &#60;!-- HTML --&#62; &#60;div class="rounded"&#62; &#160;&#160;&#160;&#160;&#60;img src="&#8230;" height="50" width="100" /&#62; &#60;/div&#62; /* CSS */ div.rounded { &#160;&#160;&#160;&#160;border-radius: 5px; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;-moz-border-radius: 5px; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;-webkit-border-radius: [...]You might also like:<ol>
<li><a href='http://www.brownbatterystudios.com/sixthings/2006/03/06/rapid-fire-1-photo-realistic/' rel='bookmark' title='Rapid Fire #1: Photo-Realistic'>Rapid Fire #1: Photo-Realistic</a></li>
<li><a href='http://www.brownbatterystudios.com/sixthings/2006/08/10/rapid-fire-5-image-editing-tricks-part-ii/' rel='bookmark' title='Rapid Fire #5: Image Editing Tricks Part II'>Rapid Fire #5: Image Editing Tricks Part II</a></li>
<li><a href='http://www.brownbatterystudios.com/sixthings/2007/09/20/rapid-fire-8-extracting-logos/' rel='bookmark' title='Rapid Fire #8: Extracting Logos'>Rapid Fire #8: Extracting Logos</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.brownbatterystudios.com/sixthings/2011/04/25/css3-rounded-corners-avoiding-image-clipping-problems/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Who The Hell is Samuel Garcia?: The Facebook Redirect Problem</title>
		<link>http://www.brownbatterystudios.com/sixthings/2009/11/18/who-the-hell-is-samuel-garcia-the-facebook-redirect-problem/</link>
		<comments>http://www.brownbatterystudios.com/sixthings/2009/11/18/who-the-hell-is-samuel-garcia-the-facebook-redirect-problem/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 12:48:42 +0000</pubDate>
		<dc:creator>Brownspank</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Fail]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[MySpace]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.brownbatterystudios.com/sixthings/?p=158</guid>
		<description><![CDATA[In a nutshell: The problem has to do with particular models of Linksys Routers (WRT160N v3 and WRT310N). Want the fix already?: manually set the DNS servers on your computer, instead of the router. I recommend Google Public DNS or OpenDNS. If you&#8217;re still interested in the details, continue with the rest of the article, [...]You might also like:<ol>
<li><a href='http://www.brownbatterystudios.com/sixthings/2009/08/22/ping-this-bookmarklet/' rel='bookmark' title='Ping This! Bookmarklet'>Ping This! Bookmarklet</a></li>
<li><a href='http://www.brownbatterystudios.com/sixthings/2010/07/07/graphika-manila-2010/' rel='bookmark' title='Graphika Manila 2010'>Graphika Manila 2010</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.brownbatterystudios.com/sixthings/2009/11/18/who-the-hell-is-samuel-garcia-the-facebook-redirect-problem/feed/</wfw:commentRss>
		<slash:comments>126</slash:comments>
		</item>
		<item>
		<title>Six Essential Firefox Extensions For Web Designers</title>
		<link>http://www.brownbatterystudios.com/sixthings/2006/02/20/six-essential-firefox-extensions-for-web-designers/</link>
		<comments>http://www.brownbatterystudios.com/sixthings/2006/02/20/six-essential-firefox-extensions-for-web-designers/#comments</comments>
		<pubDate>Mon, 20 Feb 2006 15:16:26 +0000</pubDate>
		<dc:creator>Brownspank</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Extensions]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.brownbatterystudios.com/sixthings/2006/02/20/six-essential-firefox-extensions-for-web-designers/</guid>
		<description><![CDATA[Extensions are what make Firefox a truly great browser. Not only do they add extra functionality to its already-great out-of-the-box features, they also help define the role Firefox plays in a computer user&#8217;s life online. Web designers, for example ought to have the following set of extensions installed: ColorZilla Before this extension came along, copying [...]You might also like:<ol>
<li><a href='http://www.brownbatterystudios.com/sixthings/2006/08/10/rapid-fire-4-image-editing-tricks-part-i/' rel='bookmark' title='Rapid Fire #4: Image Editing Tricks Part I'>Rapid Fire #4: Image Editing Tricks Part I</a></li>
<li><a href='http://www.brownbatterystudios.com/sixthings/2007/06/12/safari-gave-me-blurred-vision/' rel='bookmark' title='Safari Gave Me Blurred Vision'>Safari Gave Me Blurred Vision</a></li>
<li><a href='http://www.brownbatterystudios.com/sixthings/2008/04/01/are-vista-fonts-ready-for-the-web/' rel='bookmark' title='Are Vista Fonts Ready for the Web?'>Are Vista Fonts Ready for the Web?</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.brownbatterystudios.com/sixthings/2006/02/20/six-essential-firefox-extensions-for-web-designers/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

