<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>53R1A75 &#187; downloads</title>
	<atom:link href="http://www.rleecreasy.com/archives/category/downloads/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rleecreasy.com</link>
	<description>Serial surfing.</description>
	<lastBuildDate>Fri, 01 Oct 2010 18:12:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<!-- podcast_generator="podPress/8.8.9.2" -->
	<copyright>2006-2007 </copyright>
	<managingEditor>rlee@etherealnation.net (53R1A75)</managingEditor>
	<webMaster>rlee@etherealnation.net (53R1A75)</webMaster>
	<image>
		<url>http://www.rleecreasy.com/wordpress/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>53R1A75 &#187; downloads</title>
		<link>http://www.rleecreasy.com/wordpress</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Serial surfing.</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &amp; Culture" />
	<itunes:author>53R1A75</itunes:author>
	<itunes:owner>
		<itunes:name>53R1A75</itunes:name>
		<itunes:email>rlee@etherealnation.net</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.rleecreasy.com/wordpress/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>201010011335</title>
		<link>http://www.rleecreasy.com/archives/201010011335/</link>
		<comments>http://www.rleecreasy.com/archives/201010011335/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 18:12:02 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[webware]]></category>
		<category><![CDATA[Add-ons]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Clients]]></category>
		<category><![CDATA[Firebug]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/?p=201</guid>
		<description><![CDATA[I&#8217;m a browser snob. I run Chrome. I ran Firefox until it go popular. But besides popularity, here&#8217;s three tiny things that make Chrome my favorite browser for client-side development. element inspection: right click and there it is. Then the element you&#8217;re inspecting is clearly identified and it&#8217;s dimensions (margin, padding too) are easy to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a browser snob. I run <a class="zem_slink" title="Google Chrome" rel="homepage" href="http://www.google.com/chrome">Chrome</a>. I ran <a class="zem_slink" title="Firefox" rel="homepage" href="http://www.mozilla.com/firefox/">Firefox</a> until it go popular. But besides popularity, here&#8217;s three tiny things that make Chrome my favorite browser for client-side development.</p>
<div id="attachment_202" class="wp-caption alignright" style="width: 310px"><a href="http://www.rleecreasy.com/wordpress/wp-content/uploads/chrome_1.png"><img class="size-medium wp-image-202" title="Inspecting an element" src="http://www.rleecreasy.com/wordpress/wp-content/uploads/chrome_1-300x118.png" alt="" width="300" height="118" /></a><p class="wp-caption-text">Just right click that element.</p></div>
<ol>
<li>element inspection: right click and there it is. Then the element you&#8217;re inspecting is clearly identified and it&#8217;s dimensions (margin, padding too) are easy to see.</li>
<li>easily view style inheritance and edit styles: when you inspect an element, its styles are at your fingertips. No more pixel pushing &#8211; if I need to fix a style, just make it look right and copy the new values to my style sheets.</li>
<li><a class="zem_slink" title="JavaScript" rel="wikipedia" href="http://en.wikipedia.org/wiki/JavaScript">javascript</a> <a class="zem_slink" title="Debugging" rel="wikipedia" href="http://en.wikipedia.org/wiki/Debugging">debugging</a>: yeah FF and IE8 do that. Chrome does it best. I&#8217;ll get into the head to heads in a second. But I can javascript the <a class="zem_slink" title="Document Object Model" rel="wikipedia" href="http://en.wikipedia.org/wiki/Document_Object_Model">DOM</a> the same way I edit the styles using the console. And I can easily explore variable contents in the same place I call them up.<span id="more-201"></span></li>
</ol>
<div id="attachment_204" class="wp-caption alignright" style="width: 327px"><a href="http://www.rleecreasy.com/wordpress/wp-content/uploads/chrome_3.png"><img class="size-full wp-image-204" title="The Javascript Console" src="http://www.rleecreasy.com/wordpress/wp-content/uploads/chrome_3.png" alt="" width="317" height="159" /></a><p class="wp-caption-text">And the winner is...</p></div>
<p>So what about Firefox? Actually Firefox is a close second in this race. With plugins like <a class="zem_slink" title="Web Developer" rel="homepage" href="http://chrispederick.com/work/web-developer/">Web Developer</a> and <a class="zem_slink" title="Firebug" rel="homepage" href="http://getfirebug.com">Firebug</a> it really isn&#8217;t bad. For me it just comes down to usability. Inspect Element opens Firebug in window so +1 click to <a class="zem_slink" title="Pop music" rel="wikipedia" href="http://en.wikipedia.org/wiki/Pop_music">pop</a> it out (maybe I could change a setting here?). And the real killer for me in Firebug is the dedicated console tab. It kills me, if I&#8217;m playing with document or if I&#8217;m debugging the js, I HAVE TO GO TO ANOTHER TAB TO RUN JS? No thanks.</p>
<p>Then there&#8217;s IE. For IE7- I use <a class="zem_slink" title="IETester" rel="homepage" href="http://www.my-debugbar.com/wiki/IETester/HomePage">IETester</a>. It&#8217;s awesome for compatibility testing. But the debug bar doesn&#8217;t allow breakpoints. At least it shows computed styles and has a console when I&#8217;m looking at the available js functions. In IE8, MS finally got with it and provided the Developer Tools plugin (and I don&#8217;t know if this was/is available for previous IE versions).</p>
<div id="attachment_203" class="wp-caption alignright" style="width: 266px"><a href="http://www.rleecreasy.com/wordpress/wp-content/uploads/chrome_2.png"><img class="size-full wp-image-203 " title="Edit that style." src="http://www.rleecreasy.com/wordpress/wp-content/uploads/chrome_2.png" alt="" width="256" height="205" /></a><p class="wp-caption-text">I love borders! More borders!</p></div>
<p>First, there&#8217;s no Inspect Element <a class="zem_slink" title="Context menu" rel="wikipedia" href="http://en.wikipedia.org/wiki/Context_menu">context menu</a> option. That&#8217;s the real killer for me. It edits the document and styles quite nicely and debugging isn&#8217;t too bad either. But the console doesn&#8217;t allow for navigating complex values like objects. They just appear as {&#8230;}. That means nothing to me, unless it&#8217;s an emoticon I don&#8217;t know about.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=9637dbd3-511d-4579-8abb-d5b49bb59bfe" alt="" /><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rleecreasy.com/archives/201010011335/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>200903261121</title>
		<link>http://www.rleecreasy.com/archives/200903261121/</link>
		<comments>http://www.rleecreasy.com/archives/200903261121/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 15:30:12 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[downloads]]></category>
		<category><![CDATA[foss]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[webware]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[ITunes]]></category>
		<category><![CDATA[Lala]]></category>
		<category><![CDATA[Online Communities]]></category>
		<category><![CDATA[Pandora]]></category>
		<category><![CDATA[Social network]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/?p=150</guid>
		<description><![CDATA[Image by Getty Images via Daylife Ok, I&#8217;ve been a blog slacker, but since my wife is making me post at our new family site : Talk Is Sheep, I&#8217;ve been more apt to write interesting things. I&#8217;ve started using some new fun software that I thought I&#8217;d fill you in on. Digsby &#8211; Multi [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 160px;">
<dt class="wp-caption-dt"><a href="http://www.daylife.com/image/0aQw9640N0aus?utm_source=zemanta&amp;utm_medium=p&amp;utm_content=0aQw9640N0aus&amp;utm_campaign=z1"><img title="LONDON, ENGLAND - MARCH 25: In this photo illu..." src="http://cache.daylife.com/imageserve/0aQw9640N0aus/150x95.jpg" alt="LONDON, ENGLAND - MARCH 25: In this photo illu..." width="150" height="95" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.daylife.com/source/Getty_Images">Getty Images</a> via <a href="http://www.daylife.com">Daylife</a></dd>
</dl>
</div>
</div>
<p>Ok, I&#8217;ve been a blog <a class="zem_slink" title="Slacker" rel="wikipedia" href="http://en.wikipedia.org/wiki/Slacker">slacker</a>, but since my wife is making me post at our new <a class="zem_slink" title="Family (biology)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Family_%28biology%29">family</a> site : Talk Is Sheep, I&#8217;ve been more <a class="zem_slink" title="Advanced Packaging Tool" rel="homepage" href="http://wiki.debian.org/Apt">apt</a> to write interesting things.</p>
<p>I&#8217;ve started using some new fun <a class="zem_slink" title="Computer software" rel="wikipedia" href="http://en.wikipedia.org/wiki/Computer_software">software</a> that I thought I&#8217;d fill you in on.</p>
<p><a href="http://www.digsby.com/" target="_blank">Digsby</a> &#8211; Multi chat <a class="zem_slink" title="Client (computing)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Client_%28computing%29">client</a> that also logs into <a class="zem_slink" title="Social work" rel="wikipedia" href="http://en.wikipedia.org/wiki/Social_work">social services</a> like <a class="zem_slink" title="Facebook" rel="homepage" href="http://facebook.com">facebook</a> and twitter, putting all that stuff in one fun place. Also has a nice proxy and account setup system which makes it great for going from my work computer to my <a class="zem_slink" title="Home computer" rel="wikipedia" href="http://en.wikipedia.org/wiki/Home_computer">home computer</a>.</p>
<p><a class="zem_slink" title="Songbird" rel="homepage" href="http://getsongbird.com/">Songbird</a> &#8211; they say it&#8217;s an <a class="zem_slink" title="ITunes" rel="homepage" href="http://www.apple.com/itunes/">iTunes</a> killer, but I&#8217;m holding my breath. Mostly because I&#8217;ve moved my media to the cloud using <a class="zem_slink" title="Lala" rel="wikipedia" href="http://en.wikipedia.org/wiki/Lala">Lala</a>, and I get my music recommendations from <a class="zem_slink" title="Pandora" rel="homepage" href="http://Pandora.com">Pandora</a> (despite the ads, its still my favorite for music discovery).</p>
<p><a class="zem_slink" title="Dropbox" rel="homepage" href="http://www.getdropbox.com">Dropbox</a> &#8211; this thing is a life saver. Its software that syncs a file on your computer (up to 2GB) over the web. You can install it on multiple computers and if you can&#8217;t install it, you can grab your files over the web. I&#8217;ve also heard rumor of a portable version that would allow you to have a thumb drive that synced with dropbox. I need to get a big enough thumb drive, but don&#8217;t worry, I&#8217;ll get there. Currently, I&#8217;m using it to keep my working files in a convenient location.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif" alt="" /><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rleecreasy.com/archives/200903261121/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>200805020923</title>
		<link>http://www.rleecreasy.com/archives/200805020923/</link>
		<comments>http://www.rleecreasy.com/archives/200805020923/#comments</comments>
		<pubDate>Fri, 02 May 2008 13:34:46 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[downloads]]></category>
		<category><![CDATA[foss]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[webware]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/?p=96</guid>
		<description><![CDATA[Some neat software and games stuff today. Politics are stupid and boring. Wired has a great article about what really makes GTA IV a great game. I have been staving off my temptations to get the game because of the many freelance jobs I picked up earlier in the year that I must focus on [...]]]></description>
			<content:encoded><![CDATA[<p>Some neat software and games stuff today. Politics are stupid and boring.</p>
<p>Wired has a great article about what really makes <a href="http://www.wired.com/gaming/gamingreviews/commentary/games/2008/05/gamesfrontiers_0502" target="_blank">GTA IV a great game</a>. I have been staving off my temptations to get the game because of the many freelance jobs I picked up earlier in the year that I must focus on and finish by the summer. Also, I&#8217;m planning a wedding, and that always trumps video games. Besides, Bully is still really entertaining to me. Nevertheless, I&#8217;m looking forward to the day that I can play GTA IV uninterrupted and explore the sprawling landscape of Liberty City. &#8230;sigh&#8230; Though I&#8217;m not sure how long sandbox genre games can survive without being MMO in scope. Just a predictive tidbit.</p>
<p>Freeware genius just put out a little ditty on a piece of software I&#8217;m planning on trying out called <a href="http://www.freewaregenius.com/2008/05/01/xneat-power-charge-xp-or-vista-with-this-nifty-windows-manager/" target="_blank">Xneat</a>. I&#8217;ll let you, my faithful reader know how it goes. Its supposed to help manage your windows. We&#8217;ll see about that.</p>
<p>Finally, a <span style="text-decoration: line-through;">web2.0</span> grammar checking site called <a href="https://www.gramlee.com/index.html" target="_blank">gramlee</a>. I&#8217;m gonna put this post through its engine to see what kind of filth it spits out. I&#8217;ll get back to you on that as well.</p>
<p>*edit* BUT WHOA! for gramlee it appears that you have to pay per word. Apparently <em>real</em> people are editing these. To that I say:</p>
<ol>
<li>That&#8217;s not web2.0</li>
<li>People are so out, computer programs are so in. Get with it.</li>
<li>Also, pay-for services are lame.</li>
</ol>
<p>***Here&#8217;s what gramlee thinks of my first 100 words***</p>
<p>There&#8217;s some news about neat software and games today. Politics are stupid<br />
and boring.</p>
<p>Wired Magazine has a great article about what really makes GTA IV a great<br />
game. I have been staving off my temptations to get the game because of the<br />
many freelance jobs I picked up earlier in the year. My deadline for the<br />
deliverables for these various jobs is this summer. Also, I&#8217;m planning a<br />
wedding, and that always trumps video games. Besides, Bully still entertains<br />
me. Nevertheless, I&#8217;m looking forward to the day I can play GTA IV<br />
uninterrupted and explore the sprawling landscape of Liberty City.</p>
<p>***Funny right? I think so***</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rleecreasy.com/archives/200805020923/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>200802110942</title>
		<link>http://www.rleecreasy.com/archives/200802110942/</link>
		<comments>http://www.rleecreasy.com/archives/200802110942/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 16:28:09 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[downloads]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[fashion]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/archives/200802110942/</guid>
		<description><![CDATA[a little mixed bag of loving for everyone. England is now going to include a clause in their athlete contract that prohibit any political speech or negative discussion of conditions or &#8220;situations&#8221; while in Beijing. Failure to comply will get them on a plane home, pronto. Just look at the ridiculous picture of the Football [...]]]></description>
			<content:encoded><![CDATA[<p>a little mixed bag of loving for everyone.</p>
<p>England is now going to include a clause in their athlete contract that <a href="http://www.dailymail.co.uk/pages/live/articles/news/news.html?in_article_id=513362&amp;in_page_id=1770&amp;ct=5" target="_blank">prohibit any political speech or negative discussion of conditions or &#8220;situations&#8221; while in Beijing</a>. Failure to comply will get them on a plane home, pronto. Just look at the ridiculous picture of the Football team &#8220;Heil Hitler-ing&#8221; and you get the idea of how ridiculous it is to put those kind of restrictions on people.</p>
<p>Also my personal friend Hugo Chavez is <a href="http://news.yahoo.com/s/ap/20080210/ap_on_re_la_am_ca/venezuela_us_exxon" target="_blank">threatening to stop exporting oil</a>. I would normally see this as a good thing since it would continue to put pressure on the automotive industry to become oil independent. I say normally because I then read an article in wired about how there are several new studies showing that the biofuels movement <a href="http://blog.wired.com/wiredscience/2008/02/studies-say-bio.html" target="_blank">may not be so green after all</a>. Add that to the really environmentally bad chemicals in batteries and you&#8217;re left with&#8230; oil!</p>
<p>Which then brings me to a recently formed, unvented gripe: <a href="http://en.wikipedia.org/wiki/Compact_fluorescent_lamp" target="_blank">Compact Fluorescent Bulbs</a>. Now it seems like the fashionable thing to these days is to FORCE your subjects to use these environmental wonders. But I would like to ask, &#8220;at what expense?&#8221; They contain mercury which among other things is POISONOUS. So while you on the one hand save a lot of money on energy and also a lot of carbon output by power plants, you really aren&#8217;t doing anyone a favor by having mercury hang out with your children, just like you go totally insane when there&#8217;s lead in childrens&#8217; toys (no pun intended). On the other hand there was a <a href="http://en.wikipedia.org/wiki/Compact_fluorescent_lamp#Energy_savings" target="_blank">comparison graph of mercury output</a> by CFL&#8217;s compared to regular bulbs powered by a coal plant. The CFL&#8217;S won. So all I can say is: if you want to save some coin, be a little easier on the environment, don&#8217;t mind some poison in your house, and don&#8217;t mind the nagging buzz sound from cheaper cfl&#8217;s, by all means, fill your house with the buggers. But mostly I don&#8217;t want some socialist enviro-fascist bureaucratic junky telling me that these are so awesome that they are the only light bulb I&#8217;m allowed to buy or sell.</p>
<p>Speaking about  lead paint in kids toys, this <a href="http://news.yahoo.com/s/ap/20080210/ap_on_hi_te/toy_rental" target="_blank">netflix for kids toys startup</a> does test their toys for lead. Making life easier for you Type A&#8217;s (what in the world does that mean anyways?).</p>
<p><a href="http://fathersez.wordpress.com/2008/01/31/what-should-i-tell-my-children-if-they-were-to-ask-me-%e2%80%9chow-to-choose-the-right-spouse%e2%80%9d/" target="_blank">a: check, b: check, c: check</a>. houston, we&#8217;re ready for take off. <img src='http://www.rleecreasy.com/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' />  good article on choosing a spouse. very concise and to the point, but still a very good read.</p>
<p>We never made a real kilt, just an improvised skirt pattern that I wear (and it looks really awesome). But this was a neat (albeit hard-to-read) article on <a href="http://www.theweebsite.com/greatkilt/index.html" target="_blank">how to fold a kilt</a>. Now if I could just find a pattern for a real kilt.</p>
<p>And finally to wrap things up, some software to download! Now I know most of my loyal readers don&#8217;t do this, but anyways, if you&#8217;re playing warcraft and you need to launch firefox, but it hogs memory, you could switch to a less memory intensive browser like ie or opera. But i&#8217;m hardcore firefox so I found a little <a href="https://sourceforge.net/projects/ffpreloader/" target="_blank">preloader program</a> that keeps some of the settings and things loaded in memory so it talks a lot less time to boot up when i&#8217;m hardpressed for good info from thottbot. W00t.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rleecreasy.com/archives/200802110942/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>200704231528</title>
		<link>http://www.rleecreasy.com/archives/200704231528/</link>
		<comments>http://www.rleecreasy.com/archives/200704231528/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 19:45:41 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[downloads]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/?p=21</guid>
		<description><![CDATA[The first actual news story I&#8217;ve read on the mass deaths of bees around the world. Particularly significant for farmers who rely heavily on bees to pollinate crops at crucial points in their development. Useful firefox add-on: FishEyeTabs. This add-on makes your tab bar kind of like the task bar for osx. I think it [...]]]></description>
			<content:encoded><![CDATA[<p>The first actual news story I&#8217;ve read on the <a href="http://www.cnn.com/2007/WORLD/americas/04/22/vanishing.bees.reut/index.html">mass deaths of bees around the world</a>. Particularly significant for farmers who rely heavily on bees to pollinate crops at crucial points in their development.</p>
<p>Useful <a href="http://www.mozilla.com">firefox</a> add-on: <a href="http://www.lkozma.net/fisheyetabs/">FishEyeTabs</a>. This add-on makes your tab bar kind of like the task bar for osx. I think it inadvertently removes my tab close buttons though. I&#8217;ll have to look into it. Otherwise, I highly recommend this. Via <a href="http://www.lifehacker.com/software/firefox-extension/download-of-the-day-fisheyetabs-firefox-254512.php">Lifehacker</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rleecreasy.com/archives/200704231528/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

