<?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>Perplexed Labs &#187; firefox</title>
	<atom:link href="http://blog.perplexedlabs.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.perplexedlabs.com</link>
	<description>web development war stories from the frontlines to the backend</description>
	<lastBuildDate>Mon, 16 May 2011 14:19:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>PHP 5.3.0 Released and Firefox 3.5</title>
		<link>http://blog.perplexedlabs.com/2009/06/30/php-5-3-0-released-and-firefox-3-5/</link>
		<comments>http://blog.perplexedlabs.com/2009/06/30/php-5-3-0-released-and-firefox-3-5/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 17:00:32 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.perplexedlabs.com/?p=304</guid>
		<description><![CDATA[Pretty major day in the world of the web, eh? The PHP development team announced the release of version 5.3.0. This is a major milestone. Here's what I'm most excited about: Lambda Functions and Closures ternary short cut "?:" Optional garbage collection for cyclic references I'm excited about support for namespaces, but not the particular [...]


Related posts:<ol><li><a href='http://blog.perplexedlabs.com/2010/07/24/tornado-1-0-released/' rel='bookmark' title='Permanent Link: Tornado 1.0 Released'>Tornado 1.0 Released</a></li>
<li><a href='http://blog.perplexedlabs.com/2008/11/11/remove-firefox-link-outline/' rel='bookmark' title='Permanent Link: Remove Firefox Link Outline'>Remove Firefox Link Outline</a></li>
<li><a href='http://blog.perplexedlabs.com/2009/07/29/django-1-1-released/' rel='bookmark' title='Permanent Link: Django 1.1 Released'>Django 1.1 Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Pretty major day in the world of the web, eh?</p>
<p>The PHP development team announced the <a href="http://php.net/releases/5_3_0.php">release of version 5.3.0</a>.  This is a <strong>major</strong> milestone.  Here's what I'm most excited about:</p>
<ul>
<li>Lambda Functions and Closures</li>
<li>ternary short cut "?:"</li>
<li>Optional garbage collection for cyclic references</li>
</ul>
<p>I'm excited about support for namespaces, but not the particular syntactical implementation chosen.</p>
<p>Also, the Mozilla team announced the official release of <a href="http://download.mozilla.org/?product=firefox-3.5&#038;os=win&#038;lang=en-US">Firefox 3.5</a>.  Firefox is my browser of choice thanks to the great web development plugins available for it such as:</p>
<ul>
<li><a href="http://getfirebug.com/">Firebug</a></li>
<li><a href="http://code.google.com/p/httpfox/">HttpFox</a></li>
<li><a href="http://chrispederick.com/work/web-developer/">Web Developer Toolbar</a>
</ul>
<p>Version 3.5 looks to make an already excellent browser even faster.</p>


<p>Related posts:<ol><li><a href='http://blog.perplexedlabs.com/2010/07/24/tornado-1-0-released/' rel='bookmark' title='Permanent Link: Tornado 1.0 Released'>Tornado 1.0 Released</a></li>
<li><a href='http://blog.perplexedlabs.com/2008/11/11/remove-firefox-link-outline/' rel='bookmark' title='Permanent Link: Remove Firefox Link Outline'>Remove Firefox Link Outline</a></li>
<li><a href='http://blog.perplexedlabs.com/2009/07/29/django-1-1-released/' rel='bookmark' title='Permanent Link: Django 1.1 Released'>Django 1.1 Released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.perplexedlabs.com/2009/06/30/php-5-3-0-released-and-firefox-3-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Firefox Link Outline</title>
		<link>http://blog.perplexedlabs.com/2008/11/11/remove-firefox-link-outline/</link>
		<comments>http://blog.perplexedlabs.com/2008/11/11/remove-firefox-link-outline/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 18:15:06 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.perplexedlabs.com/?p=62</guid>
		<description><![CDATA[Add these rules to your stylesheet to remove the dotted border that firefox places around (active) links. /* remove firefox link outline */ a { outline: none; } :-moz-any-link:focus { outline: none; } Related posts:PHP 5.3.0 Released and Firefox 3.5 The Clickable SPAN Flickr, RSS, and Ruby


Related posts:<ol><li><a href='http://blog.perplexedlabs.com/2009/06/30/php-5-3-0-released-and-firefox-3-5/' rel='bookmark' title='Permanent Link: PHP 5.3.0 Released and Firefox 3.5'>PHP 5.3.0 Released and Firefox 3.5</a></li>
<li><a href='http://blog.perplexedlabs.com/2008/02/05/the-clickable-span/' rel='bookmark' title='Permanent Link: The Clickable SPAN'>The Clickable SPAN</a></li>
<li><a href='http://blog.perplexedlabs.com/2008/02/26/flickr-rss-and-ruby/' rel='bookmark' title='Permanent Link: Flickr, RSS, and Ruby'>Flickr, RSS, and Ruby</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Add these rules to your stylesheet to remove the dotted border that firefox places around (active) links.</p>
<pre class="brush: css; title: ;">
/* remove firefox link outline */
a { outline: none; }
:-moz-any-link:focus { outline: none; }
</pre>


<p>Related posts:<ol><li><a href='http://blog.perplexedlabs.com/2009/06/30/php-5-3-0-released-and-firefox-3-5/' rel='bookmark' title='Permanent Link: PHP 5.3.0 Released and Firefox 3.5'>PHP 5.3.0 Released and Firefox 3.5</a></li>
<li><a href='http://blog.perplexedlabs.com/2008/02/05/the-clickable-span/' rel='bookmark' title='Permanent Link: The Clickable SPAN'>The Clickable SPAN</a></li>
<li><a href='http://blog.perplexedlabs.com/2008/02/26/flickr-rss-and-ruby/' rel='bookmark' title='Permanent Link: Flickr, RSS, and Ruby'>Flickr, RSS, and Ruby</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.perplexedlabs.com/2008/11/11/remove-firefox-link-outline/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

