<?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>BetoBates.com &#187; Computing</title>
	<atom:link href="http://betobates.com/wordpress/category/computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://betobates.com/wordpress</link>
	<description>Interesting things I find on the Interweb. Printed on 100% recycled electrons.</description>
	<lastBuildDate>Wed, 26 May 2010 03:06:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Songbird and Rainmeter Working Together</title>
		<link>http://betobates.com/wordpress/2009/07/23/songbird-and-rainmeter-working-together/</link>
		<comments>http://betobates.com/wordpress/2009/07/23/songbird-and-rainmeter-working-together/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 20:43:25 +0000</pubDate>
		<dc:creator>BetoBates</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[livetweeter]]></category>
		<category><![CDATA[MGMT]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[notepad]]></category>
		<category><![CDATA[rainmeter]]></category>
		<category><![CDATA[songbird]]></category>
		<category><![CDATA[winamp]]></category>

		<guid isPermaLink="false">http://betobates.com/wordpress/?p=180</guid>
		<description><![CDATA[Phew&#8230;

&#8230;getting Rainmeter to display the currently playing track from Songbird was a trip!

I just installed Rainmeter, which is great! It doesn&#8217;t support Songbird though&#8230; So I tried to get it to, but getting Rainmeter to display the currently playing track from Songbird was a trip! You see, Rainmeter only supports Winamp natively. So, I had [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Phew&#8230;</strong></em></p>
<blockquote>
<h2 style="padding-left: 60px;"><em>&#8230;getting Rainmeter to display the currently playing track from Songbird was a trip!</em></h2>
</blockquote>
<p>I just installed <a href="http://lifehacker.com/tag/rainmeter/" target="_blank">Rainmeter</a>, which is great! It doesn&#8217;t support <a href="http://getsongbird.com/" target="_blank">Songbird</a> though&#8230; So I tried to get it to, but getting Rainmeter to display the currently playing track from Songbird was a trip! You see, Rainmeter only supports Winamp natively. So, I had to do some detective work and some modifying to get it to work. Here is how I did it&#8230;</p>
<p><span id="more-180"></span></p>
<p><em><strong>First</strong></em>, I assume most of you have tried to figure this out yourself, or not! Anyway, you should have <a href="http://lifehacker.com/tag/rainmeter/" target="_blank">Rainmeter</a>, <a href="http://getsongbird.com/" target="_blank">Songbird</a>, and the Songbird add-on <a href="http://addons.songbirdnest.com/addon/1204" target="_blank">LiveTweeter</a> installed already. If not, do so. The Songbird add-on LiveTweeter can output a text file with the current track&#8217;s info, among other things. Exactly what we need!</p>
<p><em><strong>Now</strong></em>, you have everything you need. Maybe, you jumped ahead or have already tried to write a Rainmeter .ini to display the text that LiveTweeter puts out. If you have or have not, here is what happens. Rainmeter will read the data from the text file just fine as long as something is playing in Songbird. Rainmeter crashes, though, whenever playback is paused or stopped in Songbird. This is because the LiveTweeter add-on empties the text file whenever playback is paused or stopped. Thus, Rainmeter tries to read an empty text file, which crashes it! So, I figured out how to prevent the file from being empty when playback is paused or stopped. I simply modified LiveTweeter&#8217;s output&#8230; its easy when you know how to do it! Let me show you how!</p>
<p><span style="text-decoration: underline;"><strong>What you have to do is:</strong></span></p>
<ol>
<li>Close Songbird and Rainmeter</li>
<li>Open <strong>LiveTweeter.js</strong> in notepad (Its easiest to just search for the file because of the many different places it could be on different Operating Systems)</li>
<li>Search in the text for &#8220;<strong>var data = &#8220;&#8221;;</strong>&#8221; and change to &#8220;<strong>var data = &#8221; &#8220;;</strong>&#8221; (Notice, I added a space.)</li>
<li>Save <strong>LiveTweeter.js</strong></li>
<li>Write your own .ini or use <a href="http://betobates.com/wordpress/wp-content/uploads/2009/07/BetoBates-Rainmeter_SongbirdCurrentTrackInfo_ini.zip">my Rainmeter .ini file</a> below.</li>
<li>Start up Rainmeter and Songbird</li>
<li>Try it out! No more crashes when a Songbird stops playing! (It&#8217;s that simple people!)</li>
</ol>
<p><strong><span style="text-decoration: underline;">Explanation:</span></strong> By adding the space to the text file , it will always have data inside it. So, Rainmeter wont be reading an empty file and will no longer crash!</p>
<p style="text-align: center;"><a title="Rainmeter with Songbird in Action" rel="lightbox" href="http://betobates.com/wordpress/wp-content/uploads/2009/07/Rainmeter-with-Songbird1.jpg"><img class="attachment wp-att-186 centered" src="http://betobates.com/wordpress/wp-content/uploads/2009/07/Rainmeter-with-Songbird1.thumbnail.jpg" alt="Rainmeter-with-Songbird" width="200" height="125" /></a></p>
<p><em><strong>Enjoy!</strong></em></p>
<p><em><strong><br />
</strong></em></p>
<ul> <strong><em>Extras:</em></strong></p>
<li>Here is <a href="http://betobates.com/wordpress/wp-content/uploads/2009/07/BetoBates-Rainmeter_SongbirdCurrentTrackInfo_ini.zip">my Rainmeter .ini file</a> for you. Use it and extend upon it.</li>
<li>To install:
<ol>
<li>Extract the .zip to your Rainmeter Skins folder</li>
<li>Modify the text file path of SongbirdCurrentTrackInfo.ini to match your LiveTweeter output file</li>
<li>remember to restart Rainmeter.</li>
</ol>
</li>
</ul>
<p><em><strong>P.S. -</strong></em> This is a <a href="http://code.google.com/p/songbird-livetweeter/issues/detail?id=48">current issue</a> with LiveTweeter, and will hopefully be changed in a future release. After all, it is just a simple change.</p>
]]></content:encoded>
			<wfw:commentRss>http://betobates.com/wordpress/2009/07/23/songbird-and-rainmeter-working-together/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Interesting Hacking Links</title>
		<link>http://betobates.com/wordpress/2009/06/25/interesting-hacking-links/</link>
		<comments>http://betobates.com/wordpress/2009/06/25/interesting-hacking-links/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 06:15:26 +0000</pubDate>
		<dc:creator>BetoBates</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[atm]]></category>
		<category><![CDATA[awareness]]></category>
		<category><![CDATA[capturing]]></category>
		<category><![CDATA[cracking]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[pin]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[skimming]]></category>

		<guid isPermaLink="false">http://betobates.com/wordpress/?p=168</guid>
		<description><![CDATA[So, I am taking Ethical Hacking at college this summer and have came across a few interesting links to share. They include topics about ATM card skimming and PIN capturing, password cracking, and remotely capturing keystrokes.


ATM Card Skimming and PIN capturing Awareness Guide


View the whole PDF about ATM skimming and Pin capturing, with lots of [...]]]></description>
			<content:encoded><![CDATA[<p>So, I am taking Ethical Hacking at college this summer and have came across a few interesting links to share. They include topics about ATM card skimming and PIN capturing, password cracking, and remotely capturing keystrokes.<br />
<span id="more-168"></span></p>
<p><strong><em><br />
<h3>ATM Card Skimming and PIN capturing Awareness Guide</h3>
<p></em></strong></p>
<p><img src="http://z.about.com/d/urbanlegends/1/0/Q/B/atm001_sm.jpg" alt="ATM Skimming 001" /></p>
<p>View the whole PDF about ATM skimming and Pin capturing, with lots of exmples, <a href="http://cse.spsu.edu/speltsve/lectures/eh/Skimmer.pdf">here</a>.</p>
<p><strong><em><br />
<h3>Compromising Electromagnetic Emanation of Wired and Wireless Keyboards</h3>
<p></em></strong></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="225" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=2008343&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="225" src="http://vimeo.com/moogaloop.swf?clip_id=2008343&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>For more information, videos, and to read their paper visit The Security and Cryptography Laboratory&#8217;s page <a href="http://lasecwww.epfl.ch/keyboard/">here</a>.</p>
<p><strong><em><br />
<h3>Password Recovery Speeds: How long will your password stand up?</h3>
<p></em></strong></p>
<p>How strong are your passwords? Lets see&#8230; I will guess its no longer than 8 characters in length, right?</p>
<ul> Time to Crack / Recover using <a href="http://en.wikipedia.org/wiki/Password_cracking#Brute_force_attack">brute force attack</a></p>
<li>numbers ~ 2 mins max</li>
<li>letters ~ 62 days max</li>
<li>numbers + letters ~ 253 days max</li>
<li>numbers + letters + symbols ~ 23 years max</li>
</ul>
<ul>Examples:</p>
<li>darren ~ 30 seconds</li>
<li>Land3rz ~ 4 days</li>
<li>B33r&#038;Mug ~ 23 years</li>
</ul>
<p>For more information visit the lockdown.co.uk page <a href="http://www.lockdown.co.uk/?pg=combi&#038;s=articles">here</a>.</p>
<p>Remember though, if you a common word(s) you are <a href="http://en.wikipedia.org/wiki/Password_cracking#Dictionary_attacks">instantly cracked</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://betobates.com/wordpress/2009/06/25/interesting-hacking-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop Laughing</title>
		<link>http://betobates.com/wordpress/2009/01/28/stop-laughing/</link>
		<comments>http://betobates.com/wordpress/2009/01/28/stop-laughing/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 23:28:00 +0000</pubDate>
		<dc:creator>BetoBates</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[carlos mencia]]></category>
		<category><![CDATA[elevator]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[xkcd]]></category>

		<guid isPermaLink="false">http://betobates.com/wordpress/?p=118</guid>
		<description><![CDATA[
I totally agree.





Carlos Mencia Sucks!

]]></description>
			<content:encoded><![CDATA[<blockquote>
<h2 style="padding-left: 60px;"><em>I totally agree.</em></h2>
</blockquote>
<p><span id="more-118"></span><br />
<a rel="lightbox" href="http://imgs.xkcd.com/comics/space_elevators.png"><br />
<img src="http://imgs.xkcd.com/comics/space_elevators.png" alt="XKCD - Space Elevators" width="447" height="157" /><br />
</a></p>
<blockquote><h2 style="padding-left: 60px;"><em>Carlos Mencia Sucks!</em></h2>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://betobates.com/wordpress/2009/01/28/stop-laughing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Songbird &#8211; Firefox&#8217;s and iTunes&#8217; Love-Child</title>
		<link>http://betobates.com/wordpress/2009/01/20/songbird-firefoxs-and-itunes-love-child/</link>
		<comments>http://betobates.com/wordpress/2009/01/20/songbird-firefoxs-and-itunes-love-child/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 00:31:44 +0000</pubDate>
		<dc:creator>BetoBates</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[artist]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[bio]]></category>
		<category><![CDATA[concert]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[lyric master]]></category>
		<category><![CDATA[lyricmaster]]></category>
		<category><![CDATA[media flow]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[mediaflow]]></category>
		<category><![CDATA[morning peeps]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[radio]]></category>
		<category><![CDATA[SHOUTcast]]></category>
		<category><![CDATA[songbird]]></category>

		<guid isPermaLink="false">http://betobates.com/wordpress/?p=90</guid>
		<description><![CDATA[Imagine… A web browser like Firefox inside of a media player like iTunes. Really… think about it… Pretty great idea right?  Songbird, finally out of beta, lets you play music and surf the web in the same application.

I am always listening to music while I surf, and I am willing to bet you do too.

Maybe [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><em>Imagine…</em> <strong>A web browser like Firefox inside of a media player like iTunes.</strong> Really… think about it… Pretty great idea right?  Songbird, finally out of beta, lets you play music and surf the web in the same application.</p>
<blockquote>
<h2 style="padding-left: 60px;"><em>I am always listening to music while I surf, and I am willing to bet you do too.</em></h2>
</blockquote>
<p><span id="more-90"></span>Maybe your skeptical about marrying these two application together? You may think that iTunes is good for you, and it does just what you want, Firefox too. This maybe so. In fact, that’s what I thought as well. <strong>But, don’t knock it until you try it!</strong> Just take a look.</p>
<blockquote>
<h2 style="padding-left: 60px;"><em>When you see the life that Songbird brings to your music, you will quickly abandon iTunes.</em></h2>
</blockquote>
<p><strong>What Songbird can do for YOU, straight out of the box:</strong></p>
<ul>
<li>Browse the web with Firefox</li>
<li><a rel="lightbox[songbird-ootb]" href="http://www.getsongbird.com/images/screenshots/100/mashtape.jpg">Fetch artist info</a>
<ul>
<li>Bios</li>
<li>Official and fan website links</li>
<li>News articles</li>
<li>Photos</li>
</ul>
</li>
<li><a rel="lightbox[songbird-ootb]" href="http://www.getsongbird.com/images/screenshots/100/lastfm-scrobbling.jpg">Scrobble your songs to Last.fm</a></li>
<li><a rel="lightbox[songbird-ootb]" href="http://www.getsongbird.com/images/screenshots/100/concert-tickets.jpg">Concert Alerts</a></li>
<li><a rel="lightbox[songbird-ootb]" href="http://www.getsongbird.com/images/screenshots/100/shoutcast.jpg">Listen to SHOUTcast Radio</a></li>
</ul>
<p>So far so good? <a href="http://www.copyblogger.com/one-butt-cheek-blogging/" target="_blank">On the edge of one butt cheek</a> now? You know, we haven’t even got to the juicy goodness center yet, Firefox! <strong>Yea, it is really Firefox in there!</strong> And, since its Firefox, you can use <a href="http://betobates.com/wordpress/2008/08/25/my-favorite-firefox-30-add-ons/">your favorite Firefox add-ons</a>. The feature list only grows further when you find <a href="http://addons.songbirdnest.com/" target="_blank">Songbird add-ons</a> and enhance your experience even more!</p>
<p><strong>Here are a few Songbird add-ons that I love:</strong></p>
<ul>
<li><a href="http://addons.songbirdnest.com/addon/1230">LyricMaster</a> &#8211; Automatically fetch and save song lyrics ( <a rel="lightbox[songbird-ao]" href="http://addons.songbirdnest.com/addon-images/1741/lm_screen01_large.png">Preview</a> )</li>
<li><a href="http://addons.songbirdnest.com/addon/238" target="_blank">MediaFlow</a> &#8211; Cover Flow look-a-like ( <a rel="lightbox[songbird-ao]" href="http://addons.songbirdnest.com/addon-images/2449/mediaflow_medium.jpg?1225828066">Preview</a> )</li>
<li><a href="http://addons.songbirdnest.com/addon/12" target="_blank">iPod Device Support</a> – Sync Songbird and you iPod (<strong>You don’t need iTunes!</strong>)</li>
<li><a href="http://addons.songbirdnest.com/addon/1264" target="_blank">MorningPeeps</a> &#8211; Wake to you music library ( <a rel="lightbox[songbird-ao]" href="http://addons.songbirdnest.com/addon-images/2633/Picture_1_medium.png?1228050387">Preview</a> )</li>
</ul>
<p>Check out <a href="http://betobates.com/wordpress/2008/08/25/my-favorite-firefox-30-add-ons/" target="_self">my other post</a> about Firefox add-ons for an in-depth look at my favorite recommendations.</p>
<p>So, are you convinced that Songbird might be worth a try? <strong>I use it full time now to web browsing and to listen to music.</strong> Head over to their site, <a href="http://www.getsongbird.com/" target="_blank">getSongbird.com</a>, and <strong>grab you free copy for your Windows, Mac, or Linux OS.</strong> If you are still skeptical or you didn’t see a feature you can’t do without, check out their features page for a detailed list of <a href="http://www.getsongbird.com/features/" target="_blank">current features</a>, along with a list of <a href="http://wiki.songbirdnest.com/Roadmap" target="_blank">features in the works</a>.</p>
<p><strong>Try Songbird</strong> and tell me and the <a href="http://getsatisfaction.com/songbird" target="_blank">Songbird team</a> what you think.</p>
<p style="text-align: left;"><a rel="lightbox[songbird-logo]" href="http://www.tuxwatch.com/wp-content/uploads/2006/12/songbird.png"><img src="http://www.tuxwatch.com/wp-content/uploads/2006/12/songbird.png" alt="Songbird-Logo" /></a></p>
<p><em> </em></p>
<p>Happy listening / browsing everyone!</p>
]]></content:encoded>
			<wfw:commentRss>http://betobates.com/wordpress/2009/01/20/songbird-firefoxs-and-itunes-love-child/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Favorite Firefox 3.0 Add-Ons</title>
		<link>http://betobates.com/wordpress/2008/08/25/my-favorite-firefox-30-add-ons/</link>
		<comments>http://betobates.com/wordpress/2008/08/25/my-favorite-firefox-30-add-ons/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 00:46:07 +0000</pubDate>
		<dc:creator>BetoBates</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[accuweather]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[adblocker]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[blocker]]></category>
		<category><![CDATA[brief]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flock]]></category>
		<category><![CDATA[forecastfox]]></category>
		<category><![CDATA[monkey]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[plus]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[sea]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[tab]]></category>
		<category><![CDATA[tree]]></category>
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://betobates.com/wordpress/?p=37</guid>
		<description><![CDATA[Firefox 3.0 is my web browser of choice. Its great! It isn&#8217;t exactly what everyone wants in a browser though. That&#8217;s where add-ons come in! I have complied a list of my favorite Firefox 3.0 add-ons. So, check them out for yourself. I am sure you will use them as much as I do.

Weather, its [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mozilla.com/firefox/">Firefox 3.0</a> is my web browser of choice. Its great! It isn&#8217;t exactly what everyone wants in a browser though. That&#8217;s where <a href="https://addons.mozilla.org/firefox">add-ons</a> come in! I have complied a list of my favorite <a href="http://www.mozilla.com/firefox/">Firefox 3.0</a> <a href="https://addons.mozilla.org/firefox">add-ons</a>. So, check them out for yourself. I am sure you will use them as much as I do.</p>
<p><span id="more-37"></span></p>
<p><strong>Weather</strong>, its important information everyone needs to know to start their day. So, have it inside your browser, at your finger-tips. <a href="http://forecastfox.mozdev.org">Forcastfox™</a>, available for <a href="http://www.mozilla.com/firefox/">Firefox</a> 2.0 &#8211; 3.0, will sit in your browser&#8217;s toolbar showing you weather updates as they occur in your local area. Weather information is pulled from <a href="http://www.accuweather.com/?partner=forecastfox">AccuWeather.com®</a>. It features a customizable display with radar images, forecasts, and customizable icon sets. It has saved me from the weather quite a few times.</p>
<p><a href="http://forecastfox.mozdev.org/images/new_tooltip.png" rel="lightbox[forcastfox]" title="Forecastfox™"><br />
<img src="http://forecastfox.mozdev.org/images/new_tooltip.png" alt="Forecastfox™" width="271" height="113" /></a></p>
<p><strong>News</strong>, stay informed on today&#8217;s important topics of conversation. <a href="http://brief.mozdev.org/">Brief</a> is a light, slick looking RSS reader for <a href="http://www.mozilla.com/firefox/">Firefox 3.0</a>. It allows you to search your feeds and features keyboard shortcuts, automatic background feed updates, and a slick UI. <a href="http://brief.mozdev.org/">Brief</a> has allows me to quickly and easily read through multiple web-site&#8217;s articles and continue on with my day.</p>
<p><a href="http://brief.mozdev.org/images/home-screenshot-big.png" rel="lightbox[brief]" title="Brief"><br />
<img src="http://brief.mozdev.org/images/home-screenshot-big.png" alt="Brief" width="430" height="463" /></a></p>
<p><strong>Web Development</strong>, something most techies do at some point in their careers, whether its as a hobby or a profession. <a href="http://chrispederick.com/work/web-developer/">Web Developer</a>, for <a href="http://www.mozilla.com/firefox/">Firefox 3.0</a>, is one of the few <a href="https://addons.mozilla.org/firefox">add-ons</a> that I can say will be priceless to you after you use it. It&#8217;s features span the areas of CSS, Javascript, cookies, forms, images, browser resizing, page validation, and much, much more! Not only is <a href="http://chrispederick.com/work/web-developer/">Web Developer</a> available for <a href="http://www.mozilla.com/firefox/">Firefox 3.0</a>, it also works with <a href="http://www.flock.com/">Flock </a>and <a href="http://www.mozilla.org/projects/seamonkey/">SeaMonkey</a>. Try <a href="http://chrispederick.com/work/web-developer/">Web Developer</a> it will save you time and headaches on your next web design project.</p>
<p><a href="http://chrispederick.com/images/work/web-developer/toolbar.png" rel="lightbox[webdeveloper]" title="Web Developer"><br />
<img src="http://chrispederick.com/images/work/web-developer/toolbar.png" alt="Web Developer" width="284" height="196" /></a></p>
<p><strong>Ads</strong>, can&#8217;t live with them, can&#8217;t live without them&#8230;  Actually, I would prefer not to see them, but isn&#8217;t that how most web-sites earn their income? We all grew tired of ignoring ads on web-sites many years ago. Recently, I discovered a <a href="http://www.mozilla.com/firefox/">Firefox 3.0</a> <a href="https://addons.mozilla.org/firefox">add-on</a> that will allow you to just not display the adds at all, <a href="http://adblockplus.org/">Adblock Plus</a>! It works great at hiding ads while your browsing. It really makes a difference too. Try <a href="http://adblockplus.org/">Adblock Plus</a> for a few weeks and then try browsing on a friends computer without <a href="http://adblockplus.org/">Adblock Plus</a>, its horrible!</p>
<p><a href="http://adblockplus.org/images/75.png" rel="lightbox[adblockplus]" title="Adblock Plus"><br />
<img src="http://adblockplus.org/images/75.png" alt="Adblock Plus" width="362" height="186" /></a></p>
<p><strong>Finally</strong>, one last <a href="https://addons.mozilla.org/firefox">add-on</a> to <a href="http://www.mozilla.com/firefox/">Firefox</a> that I find useful. <a href="http://piro.sakura.ne.jp/xul/_treestyletab.html.en">Tree Style Tab</a>, your tabs in a column on the left. Not only does it save space, but it also allows parent and child ordering and collapsing of the tabs! Try opening more than 10 tabs and tell me you like the way <a href="http://www.mozilla.com/firefox/">Firefox </a>handles tabs!</p>
<p><a href="hhttp://piro.sakura.ne.jp/xul/_img/treestyletab_overview.png" rel="lightbox[treestyletab]" title="Tree Style Tab"><br />
<img src="http://piro.sakura.ne.jp/xul/_img/treestyletab_overview.png" alt="Tree Style Tab" width="369" height="263" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://betobates.com/wordpress/2008/08/25/my-favorite-firefox-30-add-ons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automatic Lyrics in Winamp and Media Player</title>
		<link>http://betobates.com/wordpress/2008/07/13/automatic-lyrics-in-winamp-and-media-player/</link>
		<comments>http://betobates.com/wordpress/2008/07/13/automatic-lyrics-in-winamp-and-media-player/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 00:26:26 +0000</pubDate>
		<dc:creator>BetoBates</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[lyric]]></category>
		<category><![CDATA[lyrics]]></category>
		<category><![CDATA[plug in]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[song]]></category>
		<category><![CDATA[songs]]></category>
		<category><![CDATA[winamp]]></category>
		<category><![CDATA[windows media player]]></category>

		<guid isPermaLink="false">http://betobates.com/wordpress/?p=35</guid>
		<description><![CDATA[Lyrics Plugin is a piece of software tailored for music fans. To put it simply &#8211; it is an add-on to view lyrics in WinAmp or Windows Media Player. No more searching for lyrics. Just start listening to your favourite songs and lyrics will be displayed automatically.


]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://www.lyricsplugin.com/">Lyrics Plugin</a> is a piece of software tailored for music fans. To put it simply &#8211; it is an add-on to view lyrics in WinAmp or Windows Media Player. No more searching for lyrics. Just start listening to your favourite songs and lyrics will be displayed automatically.</p></blockquote>
<p><span id="more-35"></span><br />
<a href="http://www.lyricsplugin.com/img/winamp.gif" rel="lightbox[groupname]" title="Winamp with Lyrics Plugin"><img src="http://www.lyricsplugin.com/img/winamp.gif" width="435" height="249" alt="Winamp with Lyrics Plugin" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://betobates.com/wordpress/2008/07/13/automatic-lyrics-in-winamp-and-media-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digsby &#8211; IM, Email, Social Networking All-In-One</title>
		<link>http://betobates.com/wordpress/2008/04/29/digsby-im-email-social-networking-all-in-one/</link>
		<comments>http://betobates.com/wordpress/2008/04/29/digsby-im-email-social-networking-all-in-one/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 00:45:13 +0000</pubDate>
		<dc:creator>BetoBates</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[instant message]]></category>
		<category><![CDATA[myspace]]></category>

		<guid isPermaLink="false">http://betobates.com/wordpress/?p=31</guid>
		<description><![CDATA[Check out Digsby. This multi-function application may allow me to check-in on my digital life without ever opening a browser.


Instant Messaging
digsby is a multiprotocol IM client that lets you chat with all your friends on AIM, MSN, Yahoo, ICQ, Google Talk, and Jabber with one simple to manage buddy list.

Email Notifications
digsby is an email notification [...]]]></description>
			<content:encoded><![CDATA[<p>Check out <a href="http://www.digsby.com">Digsby</a>. This multi-function application may allow me to check-in on my digital life without ever opening a browser.</p>
<p><span id="more-31"></span></p>
<p><a href="http://www.digsby.com"><img src="http://img.digsby.com/logos/digsby_with_text_350x100.png" alt="Digsby" /></a></p>
<blockquote><p>Instant Messaging<br />
digsby is a multiprotocol IM client that lets you chat with all your friends on AIM, MSN, Yahoo, ICQ, Google Talk, and Jabber with one simple to manage buddy list.
</p></blockquote>
<blockquote><p>Email Notifications<br />
digsby is an email notification tool that alerts you of new email and lets you perform actions such as &#8216;Delete&#8217; or &#8216;Report Spam&#8217; with just one click.</p></blockquote>
<blockquote><p>Social Networking<br />
digsby is a social networking tool that alerts you of events like new messages and gives you a live Newsfeed of what your friends are up to.</p></blockquote>
<p>Personally, I have been using the multi-purpose application for a day now. It has really simplified my daily life. I use to use <a href="http://terraim.sourceforge.net/">TerraIM</a> for AIM and a <a href="http://www.longfocus.com/firefox/gmanager/">Gmail plugin</a> for firefox to automate my email and of course manually login to facebook and myspace. Now, with <a href="http://www.digsby.com">Digsby</a>, I no longer have to keep my browser open to see if I have new mail or login to myspace or facebook to check for new comments. <a href="http://www.digsby.com">Digsby </a>does it all! </p>
<p>What is even better is that the whole thing is portable. I can use it on another computer. All my preferences are stored server side. So, when I login, its all there just like on my other computer! The only con is that <a href="http://www.digsby.com">Digsby</a> doesn&#8217;t have random instant message colors, which everyone knows I love. I suppose you cannot have it all. Hats off to you over at <a href="http://www.digsby.com">Digsby</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://betobates.com/wordpress/2008/04/29/digsby-im-email-social-networking-all-in-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
