<?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>EvilBobby &#187; geek</title>
	<atom:link href="http://evilbobby.com/tag/geek/feed/" rel="self" type="application/rss+xml" />
	<link>http://evilbobby.com</link>
	<description>finally migrated over to Wordpress</description>
	<lastBuildDate>Fri, 13 Nov 2009 16:36:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Twitter Backup 101</title>
		<link>http://evilbobby.com/twitter-backup-101/</link>
		<comments>http://evilbobby.com/twitter-backup-101/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 20:56:01 +0000</pubDate>
		<dc:creator>Bobby</dc:creator>
				<category><![CDATA[Project]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">/post/2009/09/16/Twitter-Backup-101.aspx</guid>
		<description><![CDATA[judging by the scroll bar in the upper left I would say this is only 300+- of the whole 3200 tweets that I now have backed up. Thanks to backupmytweets.com I can now access my last 3200 tweets but the 2800+ before them I guess are gone forever  
enjoy!   Picture [2500 x 1600] &#60;—it’s [...]]]></description>
			<content:encoded><![CDATA[<p>judging by the scroll bar in the upper left I would say this is only 300+- of the whole 3200 tweets that I now have backed up. Thanks to <a href="http://backupmytweets.com/" target="_blank">backupmytweets.com</a> I can now access my last 3200 tweets but the 2800+ before them I guess are gone forever <img src='http://evilbobby.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>enjoy!   Picture [2500 x 1600] &lt;—it’s big</p>
<p><span id="more-4"></span></p>
<p><a href="http://evil.mymx.biz/wp-content/uploads/2009/09/twitterbackup.jpg" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="twitterbackup" src="http://evil.mymx.biz/wp-content/uploads/2009/09/twitterbackup_thumb.jpg" border="0" alt="twitterbackup" width="244" height="154" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://evilbobby.com/twitter-backup-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which Web Browser is the Best</title>
		<link>http://evilbobby.com/which-web-browser-is-the-best/</link>
		<comments>http://evilbobby.com/which-web-browser-is-the-best/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 23:53:00 +0000</pubDate>
		<dc:creator>Bobby</dc:creator>
				<category><![CDATA[comparison]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">/post/2009/06/15/Which-Web-Browser-is-the-Best.aspx</guid>
		<description><![CDATA[This is more involved than just picking one for me. I converted to using Firefox exclusively years ago. And this had been a perfect solution for me up until last year.
Firefox has a couple of plug-ins that I just can&#8217;t live without. Firebug and IE Tab. Many times I will use Firebug to dig into [...]]]></description>
			<content:encoded><![CDATA[<p>This is more involved than just picking one for me. I converted to using Firefox exclusively years ago. And this had been a perfect solution for me up until last year.</p>
<p>Firefox has a couple of plug-ins that I just can&#8217;t live without. Firebug and IE Tab. Many times I will use Firebug to dig into other websites to see how they are building their pages or what technology it is based on. IE tab is a great way to verify cross browser compatibility when developing a site.&#160; I have found if I just build my UI in Firefox it is usually only a few steps away in IE, however the reverse is almost never true. IE tab also allows me to run my Windows Home Server <a href="/windows-home-server-it-is-">(WHS)</a> in several tabs. This results in running multiple Remote Desktop Sessions (RDP) some physical some virtual.</p>
<p> <span id="more-8"></span>
</p>
<p>I found that as I became more involved with good front end web site construction that without firebug you are just wasting your time. Another power feature for Firefox was the ability to clear private data quickly. You can set this up under options -&gt; privacy -&gt; clear private data. A couple of hints: I turn off confirmation and pre-select what items to clear when using the quick keys ctrl+shift+del.</p>
<p>When monkeying with css and JavaScript I just need to clear the cache. Everything else I leave intact.</p>
<p>When working with session data or login credentials I clear cookies.</p>
<p>Big downfall of this was that I would always get logged out of any of the accounts I was logged into, including the remote desktop sessions in my Firefox IE Tabs. Yes I know you can clear cookies per domain in Firefox but it is not as quick when you are making rapid changes to a site.</p>
<p>Enter <a href="http://www.google.com/chrome" target="_blank">chrome</a>: I installed it when it first came out but without plug-ins and the simple interface I didn&#8217;t see the point. However now I found a purpose, I could use chrome to stay logged into all of my accounts when doing web development with Firefox. Over time I have really started to like chrome, it is fast, clean and simple. Further as I have added a second monitor at both home and work I now see a perfect use for removable tabs in chrome. Sometime I need to look at Gmail and my Google calendar or a Google doc at the same time&#8230;simple drag a tab out to the second monitor. When I am done I can either just close it or shove it back into chrome on the original monitor.</p>
<p>Now if you paid attention you will notice one hitch in this solution&#8230;WHS and RDP sessions. There are no IE tabs in chrome and you can not install active x controls in chrome (thankfully). Re-enter Internet Explorer. If I left these in Firefox I would drop all of my sessions when clearing cookies (sometimes I have 3 going at the same time).&#160; As usual IE is painfully slow just opening new tabs and I just can&#8217;t use it for regular use but great for WHS/RDP.</p>
<p>So now to complete my trilogy I use Chrome for login accounts like Twitter, Facebook, Gmail, Tr.im, Stackoverflow, Pandora to name a few. Firefox to work on web UI (css/JavaScript) and to lookup anything I am researching. And begrudgingly I use IE8 to run my WHS/RPD sessions; occasionally I will view my pages to make sure they are ok in IE 7/8.</p>
<p>So which browser is the best, as usual it depends.&#160; But I have given you some solid info on my strategy so maybe it will help you make an informed decision.</p>
]]></content:encoded>
			<wfw:commentRss>http://evilbobby.com/which-web-browser-is-the-best/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I Love My Digital World</title>
		<link>http://evilbobby.com/i-love-my-digital-world/</link>
		<comments>http://evilbobby.com/i-love-my-digital-world/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 10:06:00 +0000</pubDate>
		<dc:creator>Bobby</dc:creator>
				<category><![CDATA[Recreation]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">/post/2009/04/22/I-Love-My-Digital-World.aspx</guid>
		<description><![CDATA[I have been exploring new things with the new BlackBerry App World on my Bold. One that keeps reappearing is Pandora. This service has been on my radar for a long time just like Last.fm. Unfortunately I haven&#8217;t had time to check them out. That is until this morning. I was doing my usual checking [...]]]></description>
			<content:encoded><![CDATA[<p>I have been exploring new things with the new <a href="http://na.blackberry.com/eng/services/appworld/?CPID=KNC-SEMD_rimggl99100000050789s&amp;HBX_PK=rimggl99100000050789s&amp;" target="_blank">BlackBerry App World</a> on my <a href="http://www.blackberry.com/blackberrybold/" target="_blank">Bold</a>. One that keeps reappearing is <a href="http://pandora.com/" target="_blank">Pandora</a>. This service has been on my radar for a long time just like Last.fm. Unfortunately I haven&#8217;t had time to check them out. That is until this morning. I was doing my usual checking emails,</p>
<p> <span id="more-11"></span>
<p> calendar and such on my handheld when I decided to check the App World. First up was Pandora. I decided to install it real quickly, thanks to the App Store and Vendors making custom mobile apps, this went very fast.Further I was able to create a new account right on the handheld. I have yet to be to Pandora&#8217;s website.</p>
<p>After creating a few stations I remembered that my <a href="http://www.sonos.com/howitworks/music/partners/pandora/default.aspx" target="_blank">Sonos </a>system has some tie-in with Pandora. Took me about 1 minute on the laptop to add the Pandora service to my Sonos system, and Viola &#8211; I was listening to a custom playlist that I created on my BlackBerry. This is so cool!!</p>
<p>The Music that was coming from the BlackBerry was actually really good considering the size of the device (and hence speakers), but one thing I remembered was that at home my Bold was connected via Wi-Fi. I decided to do a little test when I left for work. I plugged my BlackBerry into my car stereo, very simple since the BlackBerry uses a standard headphone jack. This was awesome I was listening to a custom station, which was Dave Matthews, in my car and it sounded good. Even better when I drove away from the house the music never skipped, stuttered or dropped as my device simply switched from Wi-Fi to3G. </p>
<p>Score for techies and music lovers all over. I can think of endless possibilities for my new Pandora addiction. </p>
<p>Only downside&#8230;30 minute drive to work and my Bold was getting hot.</p>
]]></content:encoded>
			<wfw:commentRss>http://evilbobby.com/i-love-my-digital-world/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
