<?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; internet</title>
	<atom:link href="http://www.rleecreasy.com/archives/category/internet/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; internet</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>200905051800</title>
		<link>http://www.rleecreasy.com/archives/200905051800/</link>
		<comments>http://www.rleecreasy.com/archives/200905051800/#comments</comments>
		<pubDate>Tue, 05 May 2009 22:00:58 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[community]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[lists]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[webware]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Micro-blogging]]></category>
		<category><![CDATA[Not safe for work]]></category>
		<category><![CDATA[On the Web]]></category>
		<category><![CDATA[Online Communities]]></category>
		<category><![CDATA[Personality test]]></category>
		<category><![CDATA[Social network]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/?p=152</guid>
		<description><![CDATA[Image via CrunchBase Hi all, some banal updates from yours truly. First off &#8211; I&#8217;m on twitter as prodaea. Fun little microblogging piece of software that you can update from anywhere and basically do anything you want with it. Some sites that I like to use with twitter are: twtrfrnd.com - for those times when christi1987 [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin:1em;display:block">
<div>
<dl class="wp-caption alignright" style="width: 220px;">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/product/twitter"><img title="Image representing Twitter as depicted in Crun..." src="http://www.crunchbase.com/assets/images/resized/0000/2755/2755v2-max-450x450.png" alt="Image representing Twitter as depicted in Crun..." width="210" height="49" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size:0.8em">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>Hi all, some banal updates from yours truly.</p>
<p>First off &#8211; I&#8217;m on twitter as <a href="http://twitter.com/prodaea" target="_blank">prodaea</a>. Fun little <a class="zem_slink" title="Micro-blogging" rel="wikipedia" href="http://en.wikipedia.org/wiki/Micro-blogging">microblogging</a> piece of <a class="zem_slink" title="Computer software" rel="wikipedia" href="http://en.wikipedia.org/wiki/Computer_software">software</a> that you can update from anywhere and basically do anything you want with it. Some sites that I like to use with twitter are:</p>
<ul>
<li><a href="http://twtrfrnd.com/" target="_blank">twtrfrnd.com</a> - for those times when christi1987 is following you and has <a class="zem_slink" title="Not safe for work" rel="wikipedia" href="http://en.wikipedia.org/wiki/Not_safe_for_work">NSFW</a> pics.</li>
<li><a href="http://tweetstats.com/" target="_blank">tweet stats</a> - nice graphs etc.  to let you and your friends know just how much you tweet.</li>
<li><a href="http://twanalyst.com" target="_blank">twanalyst.com</a> - brings you one of those <a class="zem_slink" title="Personality test" rel="wikipedia" href="http://en.wikipedia.org/wiki/Personality_test">personality tests</a> &#8211; based on some twitter stats algorithms. is fun.</li>
<li><a href="http://twitpic.com/" target="_blank">twitpics.com</a> - by far the most useful you can email or txt twitpics and it will post a short url for that pic to your twitter account.</li>
<li><a href="http://twitter.grader.com" target="_self">twitter.grader.com</a> - gives you a grade out of 100 based on how you&#8217;re networked and some other stuff that i never really took the time to care about. i got a 70.</li>
<li><a href="http://twibes.com" target="_self">www.twibes.com</a> &#8211; is a system for group management and group tweeting based on the # thing that some genious came up with. i&#8217;m in a twibe, but i&#8217;m hoping twitter just integrates groupings.</li>
</ul>
<p>I&#8217;m sure there&#8217;s a ton more that I&#8217;m not aware of, but I use these fairly regularly. Also you can plug twitter right into your <a class="zem_slink" title="Facebook" rel="homepage" href="http://facebook.com">facebook</a> status. is fun.</p>
<p>Finally get involved in <a class="zem_slink" title="Politics" rel="wikipedia" href="http://en.wikipedia.org/wiki/Politics">politics</a> using twitter. Starting with Mr. Obama, there have been many politicians to get into <a class="zem_slink" title="Twitter" rel="homepage" href="http://twitter.com">Twitter</a>. Some are good and informative &#8211; even responsive, some suck. <a href="http://news.cnet.com/8301-17939_109-10232667-2.html?part=rss&amp;tag=feed&amp;subj=Webware" target="_blank">Here&#8217;s  a great aricle I found that highlights several and let&#8217;s you know how useful they found them to be.</a></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=b996a708-6d11-4463-aac7-9978d2600499" 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/200905051800/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>200805141036</title>
		<link>http://www.rleecreasy.com/archives/200805141036/</link>
		<comments>http://www.rleecreasy.com/archives/200805141036/#comments</comments>
		<pubDate>Wed, 14 May 2008 14:49:48 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[finance]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[midi]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[webware]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/?p=98</guid>
		<description><![CDATA[here&#8217;s a couple neat things and info I&#8217;ve collected this week. First is hobnox. Most of you who know me, know I&#8217;m always rattling on about music I make with ableton live and reason. Here is a audio generation tool that is based off of a similar usability theory as reason: graphically recreate the instruments [...]]]></description>
			<content:encoded><![CDATA[<p>here&#8217;s a couple neat things and info I&#8217;ve collected this week.</p>
<p>First is <a href="http://www.hobnox.com/index.1056.en.html" target="_blank">hobnox</a>. Most of you who know me, know I&#8217;m always rattling on about music I make with <a href="http://www.ableton.com" target="_blank">ableton live</a> and <a href="http://www.propellerheads.de" target="_blank">reason</a>. Here is a audio generation tool that is based off of a similar usability theory as reason: graphically recreate the instruments and their interaction (i.e. cables etc.). The plus side for all of you and myself is that you don&#8217;t have to install anything (until they come out with an adobe air version). Which means that you don&#8217;t have to know a whole ton about music software, just music hardware in general. If you can hook up some guitar pedals and fiddle with a beat machine, you&#8217;re there. It&#8217;s a lot of fun. My cube-mate wasted a couple hours because I introduced him to the site (sorry). So have fun. If you figure out a way to record what you&#8217;ve done (you can&#8217;t save yet) put it on <a href="http://muxtape.com/" target="_blank">muxtape</a> and let me know about it.</p>
<p>Second, is just a <a href="http://www.cardratings.com/moneysavingstips/2005/10/calculate-interest-on-savings-account.html" target="_blank">little article</a> for all my friends looking to get their money into the money making business. High yield savings is the first step, and this article shows you how you can figure out just how much interest your savings account is bringing in. Very helpful. Also, you&#8217;ll want a calculator. I recommend and use <a href="http://www.instacalc.com" target="_blank">instacalc</a> on a daily basis.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rleecreasy.com/archives/200805141036/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>200805061541</title>
		<link>http://www.rleecreasy.com/archives/200805061541/</link>
		<comments>http://www.rleecreasy.com/archives/200805061541/#comments</comments>
		<pubDate>Tue, 06 May 2008 19:31:30 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[webware]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/?p=97</guid>
		<description><![CDATA[Well, this will be short and sweet, but here goes. I just ran into a really interesting and great way to do web2.0 politics. Its called Govit. For all the political mumbo jumbo I rant on about, this program forces me to vote on the very same issues that I rant and rave about. Not [...]]]></description>
			<content:encoded><![CDATA[<p>Well, this will be short and sweet, but here goes. I just ran into a really interesting and great way to do web2.0 politics. Its called <a href="http://www.govit.com/" target="_blank">Govit</a>. For all the political mumbo jumbo I rant on about, this program forces me to vote on the very same issues that I rant and rave about. Not only that but it is a social network that compares your ideas to your party, your representatives, your friends and everyone else on the govit site. Like I said, this is SOCIAL people. I want all my faithful readers to get on this and sign up and friend me. I want to see how we all stack up. You can find me by searching for prodaea or my FULL name.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rleecreasy.com/archives/200805061541/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>200804181105</title>
		<link>http://www.rleecreasy.com/archives/200804181105/</link>
		<comments>http://www.rleecreasy.com/archives/200804181105/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 14:57:16 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[webware]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/?p=94</guid>
		<description><![CDATA[So after that little foray into the deeply political or the deeply disturbing (totally interchangeable), I&#8217;ve got some light hearted techie interests for you all. The site Muxtape lets you upload and manage a playlist, for your friends to check out. Its outrageously simple and a fun way to spread what your listening to. Also [...]]]></description>
			<content:encoded><![CDATA[<p>So after that little foray into the deeply political or the deeply disturbing (totally interchangeable), I&#8217;ve got some light hearted techie interests for you all.</p>
<p>The site <a href="http://muxtape.com/" target="_blank">Muxtape</a> lets you upload and manage a playlist, for your friends to check out. Its outrageously simple and a fun way to spread what your listening to.</p>
<p>Also for those of you who love <a href="http://www.facebook.com" target="_blank">Facebook</a> (I&#8217;m not thrilled about it), and have a million and one feeds that you update like a fiend (that&#8217;s me!), there&#8217;s <a href="http://www.readwriteweb.com/archives/sixapart_ties_it_all_together.php" target="_blank">BlogIt</a>. Its a new Facebook app that will let you update your million and one blogs/feeds from one place. Its new and is lacking on the features, but it has a lot of promise.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rleecreasy.com/archives/200804181105/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>200709211126</title>
		<link>http://www.rleecreasy.com/archives/200709211126/</link>
		<comments>http://www.rleecreasy.com/archives/200709211126/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 15:47:26 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[abusables]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[factoids]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[webware]]></category>
		<category><![CDATA[weird]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/2007/09/21/200709211126/</guid>
		<description><![CDATA[some interesting surfing for you today. though not very exciting. I was listening to my music this morning with my awesome sony headphones when i noticed some earwax. eww. well, i was curious, so here&#8217;s some random, probably useless info on earwax via wikipedia. also via wikipedia, by way of my brother. Fernet-Branca, a liqueur [...]]]></description>
			<content:encoded><![CDATA[<p>some interesting surfing for you today.  though not very exciting. I was listening to my music this morning with my awesome sony headphones when i noticed some earwax. eww. well, i was curious, so here&#8217;s some random, probably useless info on <a href="http://en.wikipedia.org/wiki/Earwax" target="_blank">earwax</a> via wikipedia.</p>
<p>also via wikipedia, by way of my brother. <a href="http://en.wikipedia.org/wiki/Fernet-Branca" target="_blank">Fernet-Branca</a>, a liqueur we had last night that tasted like someone mixed whiskey and gin together. I enjoyed, he enjoyed it, and come to find out, its base is a grape, with a lot of herbs and spices (not unlike gin). So good, i think i&#8217;ll be getting a bottle in the not-to-distant future.</p>
<p>i have been toying with idea of getting rid of this blog as a link sharing method. my commentaries, while enlightening and witty (i&#8217;m sure), can be time consuming and tedious. plus in my social web surfing way of life, i&#8217;ve come to be the generator of several social feeds (<a href="http://del.icio.us/prodaea" target="_blank">del.icio.us</a>, <a href="http://www.etherealnation.net" target="_blank">etherealnation.net</a>, <a href="http://flickr.com/photos/etherealnation">flickr</a>,  <a href="http://digg.com/users/prodaea/history/diggs" target="_blank">digg</a>, <a href="http://www.google.com/reader/shared/14666224262914074865" target="_blank">google reader</a>, and several others). a while back i found tumblr, made an account, didn&#8217;t figure out what it could be useful for, and just gave up. well, in my quest to minimize my data output (more accurately, simplify) i went back to tumblr, and added in a ton of my data feeds. here is what has happened: <a href="http://etherealnation.tumblr.com/" target="_blank">my tumblr</a>. sorry to say it doesn&#8217;t look like it backfills anything, so there isn&#8217;t anything posted there. but don&#8217;t worry, it will soon be waaaay too full of stuff for most normal people. so eat your hearts out (on glaring lack of privacy). similar, quicker, but not quite as nice is <a href="http://www.soup.io/" target="_blank">soup.io</a>.</p>
<p>i do a lot of work with people who work with a lot of other people. do you know what this means for me? MAJOR SCHEDULING ISSUES. so i found <a href="http://www.timebridge.com/home.php" target="_blank">timebridge</a>. i&#8217;ve recommended it to the people in my life who swear that it would take a full day just trying to schedule 30 minutes with 5 busy people. and the good news is they&#8217;ve actually started using it, and so far, it&#8217;s really nice. simplified, it&#8217;s almost like a business version of <a href="http://www.evite.com/" target="_blank">evite</a>. but, it allows for alternative date suggestions and it can put the agreed upon meeting time into your google, msoffice, or ical calendars.</p>
<p>and finally for a bit of science, check out nasa&#8217;s page for a neat article about a <a href="http://science.nasa.gov/headlines/y2007/18sep_trilobite.htm" target="_blank">sun spot</a> taking on the shape of the <a href="http://en.wikipedia.org/wiki/Trilobite" target="_blank">trilobite</a>. also, here&#8217;s the <a href="http://science.nasa.gov/headlines/y2007/images/trilobite/Hinode_lower.mov" target="_blank">video</a>. it&#8217;s pretty intense. i mean for one thing, you&#8217;re watching the magnetic waves emanating from the surface of the sun. and for another thing, according to the article you&#8217;re actually seeing <em>into</em> the sun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rleecreasy.com/archives/200709211126/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
			<enclosure url="http://science.nasa.gov/headlines/y2007/images/trilobite/Hinode_lower.mov" length="19644640" type="video/quicktime" />
	</item>
		<item>
		<title>200708141019</title>
		<link>http://www.rleecreasy.com/archives/200708141019/</link>
		<comments>http://www.rleecreasy.com/archives/200708141019/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 14:30:25 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[community]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[weird]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/2007/08/14/200708141019/</guid>
		<description><![CDATA[This is a long time coming and a really late post. I apologize. I got so busy surfing, I forgot why I was surfing &#8211; to editorialize my little slice of the web. So here&#8217;s three gems from this morning&#8217;s surf. CNET has a decent article about search engine privacy. There&#8217;s plenty of interesting survey [...]]]></description>
			<content:encoded><![CDATA[<p>This is a long time coming and a really late post. I apologize. I got so busy surfing, I forgot why I was surfing &#8211; to editorialize my little slice of the web. So here&#8217;s three gems from this morning&#8217;s surf.</p>
<p>CNET has a decent article about <a href="http://news.com.com/2100-1029_3-6202068.html">search engine privacy</a>. There&#8217;s plenty of interesting survey data linked to in the article. Search engines are basically reacting to the insane security breach AOL had last year when users could pull up all the search terms that went through AOL at a certain point in time. These privacy issues are also being addressed because, as the article points out, search histories are beginning to be used for criminal convictions.</p>
<p>Have you ever sealed a bacon and an egg in a sealed environment and <a href="http://warehouse.carlh.com/article_149/">let them rot</a>? I haven&#8217;t. That&#8217;s why I like the internet. I can learn from other people&#8217;s experiences in a fraction of the time. Great pictures included.</p>
<p>Companies like FOX have <a href="http://radar.oreilly.com/archives/2007/08/wikipedia_is_on.html">equal access to wikis</a>. Surprise? Not really. Changing articles to reflect their company in a more flattering light? Priceless. It wouldn&#8217;t surprise me if there were entire PR armies bent specifically to monitor and edit wiki articles to serve a corporation&#8217;s pleasure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rleecreasy.com/archives/200708141019/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>200707101124</title>
		<link>http://www.rleecreasy.com/archives/200707101124/</link>
		<comments>http://www.rleecreasy.com/archives/200707101124/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 15:54:23 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[community]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[factoids]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[international]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[webware]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/2007/07/10/200707101124/</guid>
		<description><![CDATA[i just found this blog/zine/whatever site that keeps track of web-based apps. it is now both in my reader and in my del.icio.us and i plan on reading it frequently to learn of new and awesome apps to use on the web. another site worthy of a del.icio.us tag, bust-a-name helps you find the domain [...]]]></description>
			<content:encoded><![CDATA[<p>i just found this <a href="http://www.webware.com/">blog/zine/whatever</a> site that keeps track of web-based apps. it is now both in my reader and in my del.icio.us and i plan on reading it frequently to learn of new and awesome apps to use on the web.</p>
<p>another site worthy of a del.icio.us tag, <a href="http://www.bustaname.com/">bust-a-name</a> helps you find the domain name that you want and that is available.</p>
<p>i don&#8217;t usually link to lew because i typically find the articles interesting enough for myself, but rarely enamoring (or MOtR) enough to post here. this particular article addresses the quagmire that is <a href="http://www.lewrockwell.com/gregory/gregory139.html">US involvement with nuclear weapons</a>.
<p><a href="http://hosted.ap.org/dynamic/stories/A/ARGENTINA_HISTORIC_SNOW?SITE=NCAGW&#038;SECTION=HOME&#038;TEMPLATE=DEFAULT&#038;CTIME=2007-07-09-19-21-00">Snow in Buenos Aires</a>. I&#8217;m not too good with international weather patterns, but apparently this only happens every hundred years or so. For those who are geographically challenged: <a href="http://maps.google.com/maps?f=q&#038;hl=en&#038;geocode=&#038;q=buenos+aires&#038;ie=UTF8&#038;ll=-21.289374,-58.535156&#038;spn=106.721785,164.53125&#038;z=3&#038;iwloc=addr&#038;om=1">google maps</a>.</p>
<p>Apparently not an uncommon thing to do, but the guy who is Harry Potter <a href="http://www.wafflebox.com/how-daniel-radcliffe-harry-potter-messes-with-the-paparazzi/">wears the same clothes</a> everyday to fool the Paparazzi. I&#8217;m not sure how effective it is, but it at least sounds pretty clever.</p>
<p>GOP conspiracy theories are in the thick these days. My ole buddy santorum has been <a href="http://www.informationliberation.com/?id=22845">hinting about attacks on the us</a>. now if <em>i</em> hinted that there would be attacks on the US in the upcoming months you can be sure as hell i&#8217;d be sent to Gitmo. I&#8217;m just sayin&#8217;s all.</p>
<p>and to continue my hegemony against the us, this Irish economist points out that the international community is pretty fed up with our <a href="http://www.davidmcwilliams.ie/2007/07/08/world%E2%80%99s-financial-community-gives-two-fingers-to-the-us">economically retarded policies</a> of borrowing more, spending more, and saving nothing. somebody needs to be saying it. bread and circus??? and in case you&#8217;re wondering, here&#8217;s what he means by <a href="http://en.wikipedia.org/wiki/V_sign#The_V_sign_as_an_insult">two fingers</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rleecreasy.com/archives/200707101124/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

