<?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/"
	>

<channel>
	<title>Viper007Bond.com &#187; Software</title>
	<atom:link href="http://www.viper007bond.com/category/technology/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.viper007bond.com</link>
	<description></description>
	<pubDate>Wed, 26 Nov 2008 11:50:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-RC1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Automatically Keep Your SVN Checkouts Up To Date In Windows - Rev. 2</title>
		<link>http://www.viper007bond.com/2008/09/29/automatically-keep-your-svn-checkouts-up-to-date-in-windows-rev-2/</link>
		<comments>http://www.viper007bond.com/2008/09/29/automatically-keep-your-svn-checkouts-up-to-date-in-windows-rev-2/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 02:50:06 +0000</pubDate>
		<dc:creator>Viper007Bond</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=764</guid>
		<description><![CDATA[This is an improvement upon my earlier post on how to keep SVN checkouts automatically up to date.
DD32 used his awesome Googling skills to find this page in the TortoiseSVN docs that talks about automation. Turns out you can launch TortoiseSVN via the command line, have it update the folder(s), and then close when done. [...]]]></description>
			<content:encoded><![CDATA[<p>This is an improvement upon my <a href="http://www.viper007bond.com/archives/2008/09/28/automatically-keep-your-svn-checkouts-up-to-date-in-windows/">earlier post</a> on how to keep SVN checkouts automatically up to date.</p>
<p><a href="http://dd32.id.au/">DD32</a> used his awesome Googling skills to find <a href="http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-automation.html">this page</a> in the TortoiseSVN docs that talks about automation. Turns out you can launch TortoiseSVN via the command line, have it update the folder(s), and then close when done. So here&#8217;s an updated guide.</p>
<p>These instructions are for Vista, but they are likely similar for XP.</p>
<ol>
<li>If you don&#8217;t already have <a href="http://tortoisesvn.tigris.org/">TortoiseSVN</a> installed, download and install it.</li>
<li>If you don&#8217;t already have a copy of WordPress checked out to a folder, do it. WordPress&#8217; in-development SVN URL is <code>http://svn.automattic.com/wordpress/trunk/</code></li>
<li>Start -> Control Panel -> Administrative Tools -> Task Scheduler</li>
<li>On the right, click on &#8220;Create Task&#8221; (not the basic one)</li>
<li>Fill out as follows. <strong>Paths will likely be different!</strong> Click for bigger versions and hover over the images (even when the lightbox is up) to display the comment text.</li>
</ol>

<a href='http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/svnguide2-general.png' title='General: Click on &quot;Change User or Group&quot;, type &quot;System&quot; into the box, and then press &quot;Check Names&quot;. This will make it run in the background.'><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/svnguide2-general-200x149.png" width="200" height="149" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/svnguide2-triggers.png' title='Triggers: I opted to update every 15 minutes. Change to your personal preference.'><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/svnguide2-triggers-183x200.png" width="183" height="200" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/svnguide2-actions.png' title='Actions: Here&#039;s the arguments (change the path):  /command:update /path:&quot;D:\Webserver\htdocs\wordpress-trunk\&quot; /closeonend:1'><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/svnguide2-actions-179x200.png" width="179" height="200" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/svnguide2-conditions.png' title='Conditions: When do you want it to run? I want it to run even when I&#039;m on my PC.'><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/svnguide2-conditions-200x149.png" width="200" height="149" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/svnguide2-settings.png' title='Settings'><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/svnguide2-settings-200x149.png" width="200" height="149" class="attachment-thumbnail" alt="" /></a>

<p>Done!</p>
<p>To test it to make sure it&#8217;s working properly, delete a few non-custom files from your SVN&#8217;ed folder. <code>wp-trackback.php</code>, <code>xmlrpc.php</code>, etc. are good test files. Then click on &#8220;Task Scheduler Library&#8221; in Task Scheduler (it&#8217;s on the left), click once on your new task, and then click &#8220;Run&#8221; on the right-hand side. If it&#8217;s working properly, the files your deleted will be restored.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2008/09/29/automatically-keep-your-svn-checkouts-up-to-date-in-windows-rev-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Automatically Keep Your SVN Checkouts Up To Date In Windows</title>
		<link>http://www.viper007bond.com/2008/09/28/automatically-keep-your-svn-checkouts-up-to-date-in-windows/</link>
		<comments>http://www.viper007bond.com/2008/09/28/automatically-keep-your-svn-checkouts-up-to-date-in-windows/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 08:17:53 +0000</pubDate>
		<dc:creator>Viper007Bond</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=751</guid>
		<description><![CDATA[This post has been deprecated as a better method was discovered. Please see this other post for details.

Full credit for figuring this out for me on IRC goes to Ryan McCue.
I have multiple WordPress alpha installs on my computer. I use them for development and it&#8217;s a &#8220;pain&#8221; having to constantly update them manually. So [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong>This post has been deprecated as a better method was discovered. Please see <a href="http://www.viper007bond.com/archives/2008/09/29/automatically-keep-your-svn-checkouts-up-to-date-in-windows-rev-2/">this other post</a> for details.</strong></p></blockquote>
<p></p>
<p>Full credit for figuring this out for me on IRC goes to <a href="http://cubegames.net/">Ryan McCue</a>.</p>
<p>I have multiple WordPress alpha installs on my computer. I use them for development and it&#8217;s a &#8220;pain&#8221; having to constantly update them manually. So here&#8217;s an awesome solution to keep them up to date automatically.</p>
<p>These instructions are for Vista, but they are likely similar for XP.</p>
<ol>
<li>Using <a href="http://tortoisesvn.tigris.org/">TortoiseSVN</a> or whatever your regular SVN client is, check out a copy of WordPress (or whatever) to a folder. WordPress&#8217; in-development SVN URL is <code>http://svn.automattic.com/wordpress/trunk/</code>.</li>
<li>Download and install CollabNet&#8217;s <a href="http://www.collab.net/downloads/subversion/">command line SVN client</a> (no need for the server). You can use it alongside TortoiseSVN with no problems. If you don&#8217;t want to register on their site in order to download, use <a href="http://www.bugmenot.com/view/collab.net">BugMeNot</a>.</li>
<li>Start -> Control Panel -> Administrative Tools -> Task Scheduler</li>
<li>On the right, click on &#8220;Create Task&#8221; (not the basic one)</li>
<li>Fill out as follows. <strong>Paths will likely be different!</strong> Click for bigger versions and hover over the images (even when the lightbox is up) to display the comment text.</li>
</ol>

<a href='http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/general.png' title='General: Click on &quot;Change User or Group&quot;, type &quot;System&quot; into the box, and then press &quot;Check Names&quot;. This will make it run in the background.'><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/general-200x149.png" width="200" height="149" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/triggers.png' title='Triggers: I opted to update every 15 minutes. Change to your personal preference.'><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/triggers-182x200.png" width="182" height="200" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/actions.png' title='Actions: Program path may vary. &quot;Start In&quot; should be set to your checked out SVN folder (the folder with the SVN&#039;ed files).'><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/actions-187x200.png" width="187" height="200" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/conditions.png' title='Conditions: When do you want it to run? I want it to run even when I&#039;m on my PC.'><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/conditions-200x149.png" width="200" height="149" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/settings.png' title='Settings'><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/settings-200x149.png" width="200" height="149" class="attachment-thumbnail" alt="" /></a>

<p>Done!</p>
<p>To test it to make sure it&#8217;s working properly, delete a few non-custom files from your SVN&#8217;ed folder. <code>wp-trackback.php</code>, <code>xmlrpc.php</code>, etc. are good test files. Then click on &#8220;Task Scheduler Library&#8221; in Task Scheduler (it&#8217;s on the left), click once on your new task, and then click &#8220;Run&#8221; on the right-hand side. If it&#8217;s working properly, the files your deleted will be restored.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2008/09/28/automatically-keep-your-svn-checkouts-up-to-date-in-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Man I Hate iTunes</title>
		<link>http://www.viper007bond.com/2008/09/09/man-i-hate-itunes/</link>
		<comments>http://www.viper007bond.com/2008/09/09/man-i-hate-itunes/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 02:17:54 +0000</pubDate>
		<dc:creator>Viper007Bond</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=716</guid>
		<description><![CDATA[More fun experiences with iTunes today. Trying to upgrade my iPod Touch&#8217;s firmware after manually downloading iTunes 8.0 (automatic update kept failing) only to find I need to upgrade to iTunes 8.0 from 8.0 in order to upgrade my firmware.

Clicking on &#8220;Download iTunes&#8221; does nothing. Awesome.
]]></description>
			<content:encoded><![CDATA[<p>More fun experiences with iTunes today. Trying to upgrade my iPod Touch&#8217;s firmware after manually downloading iTunes 8.0 (automatic update kept failing) only to find I need to upgrade to iTunes 8.0 from 8.0 in order to upgrade my firmware.</p>
<p><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/itunesfail.png" alt="" title="iTunes Failure" width="626" height="599" class="aligncenter size-full wp-image-717" /></p>
<p>Clicking on &#8220;Download iTunes&#8221; does nothing. Awesome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2008/09/09/man-i-hate-itunes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress App For iPhone Now Available!</title>
		<link>http://www.viper007bond.com/2008/07/22/wordpress-app-for-iphone-now-available/</link>
		<comments>http://www.viper007bond.com/2008/07/22/wordpress-app-for-iphone-now-available/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 13:42:07 +0000</pubDate>
		<dc:creator>Viper007Bond</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[app]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[ipod touch]]></category>

		<category><![CDATA[itunes]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=539</guid>
		<description><![CDATA[Yep, that official WordPress App for the iPhone and iPod Touch that I mentioned earlier is now available!
You can download it right here. I&#8217;m off to do it myself!
]]></description>
			<content:encoded><![CDATA[<p>Yep, that official WordPress App for the iPhone and iPod Touch that I <a href="http://www.viper007bond.com/archives/2008/07/10/wordpress-coming-to-your-iphone-as-a-native-app/">mentioned earlier</a> is <a href="http://iphone.wordpress.org/2008/07/22/wordpress-for-iphone-available-now/">now available!</a></p>
<p>You can download it <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=285073074&#038;mt=8">right here</a>. I&#8217;m off to do it myself!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2008/07/22/wordpress-app-for-iphone-now-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Translate Any Webpage In One Click</title>
		<link>http://www.viper007bond.com/2008/07/14/translate-any-webpage-in-one-click/</link>
		<comments>http://www.viper007bond.com/2008/07/14/translate-any-webpage-in-one-click/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 23:52:29 +0000</pubDate>
		<dc:creator>Viper007Bond</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[bookmark]]></category>

		<category><![CDATA[favorite]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[translate]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=523</guid>
		<description><![CDATA[Thought I&#8217;d share a little bit of code I use to easily translate any webpage I&#8217;m viewing into English in one click.
Open your Bookmarks and add a new Bookmark to the &#8220;Bookmarks Toolbar&#8221; folder in Firefox (sorry IE users, you&#8217;re on your own). Name it anything (I did &#8220;Translate&#8221;) and for the location, enter this:
javascript:void(location.href=&#039;http://translate.google.com/translate?tl=en&#038;u=&#039;+location.href)
That [...]]]></description>
			<content:encoded><![CDATA[<p>Thought I&#8217;d share a little bit of code I use to easily translate any webpage I&#8217;m viewing into English in one click.</p>
<p>Open your Bookmarks and add a new Bookmark to the &#8220;Bookmarks Toolbar&#8221; folder in Firefox (sorry IE users, you&#8217;re on your own). Name it anything (I did &#8220;Translate&#8221;) and for the location, enter this:</p>
<p><code>javascript:void(location.href=&#039;http://translate.google.com/translate?tl=en&#038;u=&#039;+location.href)</code></p>
<p>That should make a new button show up in your toolbar and when you click it, it will take you to Google and translate the website into English.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2008/07/14/translate-any-webpage-in-one-click/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox 3 Is Out</title>
		<link>http://www.viper007bond.com/2008/06/17/firefox-3-is-out/</link>
		<comments>http://www.viper007bond.com/2008/06/17/firefox-3-is-out/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 19:24:24 +0000</pubDate>
		<dc:creator>Viper007Bond</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=491</guid>
		<description><![CDATA[Firefox 3 came out today. It is entirely awesome and I really suggest you give it a try. I&#8217;ve been using the betas for a week or two and I love it to death.
Oh, and before you complain about the &#8220;awesome bar&#8221; (aka the new address bar), give it a few days to learn your [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mozilla.com/en-US/firefox/">Firefox 3</a> came out today. It is entirely awesome and I really suggest you give it a try. I&#8217;ve been using the betas for a week or two and I love it to death.</p>
<p>Oh, and before you complain about the &#8220;awesome bar&#8221; (aka the new address bar), give it a few days to learn your browsing habits. It&#8217;s sorting order will <strong>greatly</strong> improve as you surf the web.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2008/06/17/firefox-3-is-out/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I Hate iTunes</title>
		<link>http://www.viper007bond.com/2007/12/08/i-hate-itunes/</link>
		<comments>http://www.viper007bond.com/2007/12/08/i-hate-itunes/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 09:46:24 +0000</pubDate>
		<dc:creator>Viper007Bond</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/archives/2007/12/08/i-hate-itunes/</guid>
		<description><![CDATA[I officially hate iTunes and that I am forced to use it to manage my iPod Touch. Okay, so I can tick the manual box and just drag and drop any songs I want to be on it, but the fact that it refuses to fetch album artwork for all my CDs drives me nuts. [...]]]></description>
			<content:encoded><![CDATA[<p>I officially hate iTunes and that I am forced to use it to manage my iPod Touch. Okay, so I can tick the manual box and just drag and drop any songs I want to be on it, but the fact that it refuses to fetch album artwork for all my CDs drives me nuts. A huge part of the thing is displaying the album artwork (you can fly through it, it displays while playing, etc.). Worst of all, even if Winamp has already snagged the album artwork and saved it as a JPEG in the album&#8217;s folder, iTunes won&#8217;t notice it and I&#8217;d have to manually add it to my bazillion albums. Why oh why&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2007/12/08/i-hate-itunes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SuperGenPass</title>
		<link>http://www.viper007bond.com/2007/12/01/supergenpass/</link>
		<comments>http://www.viper007bond.com/2007/12/01/supergenpass/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 04:44:13 +0000</pubDate>
		<dc:creator>Viper007Bond</dc:creator>
		
		<category><![CDATA[Cool Stuff]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/archives/2007/12/01/supergenpass/</guid>
		<description><![CDATA[
Back in the day, I used to just use the same password (well, a couple really, but still) on all sites I had to register on. This made it easy to remember, but the problem is that if one of my accounts was compromised, that password could be used to get into all of my [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.viper007bond.com/wordpress/wp-content/uploads/2007/12/supergenpass.png' alt='SuperGenPass' class="floatright" /></p>
<p>Back in the day, I used to just use the same password (well, a couple really, but still) on all sites I had to register on. This made it easy to remember, but the problem is that if one of my accounts was compromised, that password could be used to get into all of my other accounts.</p>
<p>So, for a while, I used a random password generator extension for Firefox, but it was slow and relied on Firefox remembering all my passwords (what happens if my hard drive died?).</p>
<p>Enter the ingenious <a href="http://supergenpass.com/">SuperGenPass</a>. It combines the two solutions I used previously. From the FAQ:</p>
<blockquote><p>A bookmarklet is a chunk of JavaScript code stored in your Web browser as a bookmark or favorite. There&#8217;s no software to install, so you can use SuperGenPass across all platforms and in any modern Web browser. It also makes it easy to use on public computers where access rights may be restricted.</p>
<p><strong>How it works</strong></p>
<p>SuperGenPass uses your master password and the domain name of the Web site you are visiting as the &#8220;seed&#8221; for a one-way hash algorithm. The output of this algorithm is your generated password. If either your master password or the domain name of the Web site changes, even by one character, the generated password will be drastically different.</p>
<p>For example, let&#8217;s say that your master password is &#8220;cornflakes&#8221;. If you use SuperGenPass at yahoo.com, your generated password will be &#8220;r9AQeOhBgU&#8221;. If you use SuperGenPass at amazon.com, your generated password will be &#8220;zcbEm1t32B&#8221;. SuperGenPass doesn&rsquo;t need to remember this or store it anywhere, because it&#8217;s just a (very complex) math problem: the result is the same every time. And because SuperGenPass uses a one-way hash function, no one will be able to reverse-engineer your master password from your generated passwords.</p></blockquote>
<p>Simply put, you come up with one password and SuperGenPass will generate a unique, <strong>re-creatable</strong> password for any domain name you visit. It even fills in the password fields for you. I&#8217;ve dragged it up onto my top toolbar in Firefox, so I just click it and bam, I&#8217;m done.</p>
<p>No more having to remember more than one password or worry about your password being stolen and used on multiple sites.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2007/12/01/supergenpass/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox v2.0 Final Released</title>
		<link>http://www.viper007bond.com/2006/10/25/firefox-v20-final-released/</link>
		<comments>http://www.viper007bond.com/2006/10/25/firefox-v20-final-released/#comments</comments>
		<pubDate>Wed, 25 Oct 2006 12:02:23 +0000</pubDate>
		<dc:creator>Viper007Bond</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/archives/2006/10/25/firefox-v20-final-released/</guid>
		<description><![CDATA[Been busy, hence the lack of posts lately and this post being a day late. ;)
Firefox v2.0 Final was released yesterday. All you FF users, go upgrade! And to you IE users out there (even IE7 ones), please oh please try out Firefox or at least Opera. Anything but that insecure piece of shit IE.
]]></description>
			<content:encoded><![CDATA[<p>Been busy, hence the lack of posts lately and this post being a day late. ;)</p>
<p><a href="http://www.getfirefox.com/">Firefox v2.0 Final</a> was released yesterday. All you FF users, go upgrade! And to you IE users out there (even IE7 ones), please oh please try out Firefox or at least <a href="http://www.opera.com/">Opera</a>. Anything but that insecure piece of shit IE.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2006/10/25/firefox-v20-final-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Internet Explorer 7 Released</title>
		<link>http://www.viper007bond.com/2006/10/18/internet-explorer-7-released/</link>
		<comments>http://www.viper007bond.com/2006/10/18/internet-explorer-7-released/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 02:03:39 +0000</pubDate>
		<dc:creator>Viper007Bond</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/archives/2006/10/18/internet-explorer-7-released/</guid>
		<description><![CDATA[IE7 is outta beta and available for all users. So, if you just have to use IE, upgrade, but otherwise I really suggest you switch to Firefox or Opera. Both are significantly better than any version of IE.
]]></description>
			<content:encoded><![CDATA[<p>IE7 is outta beta and <a href="http://www.microsoft.com/windows/ie/ie7/about/default.mspx">available for all users</a>. So, if you just have to use IE, upgrade, but otherwise I really suggest you switch to <a href="http://www.getfirefox.com/">Firefox</a> or <a href="http://www.opera.com/">Opera</a>. Both are significantly better than any version of IE.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2006/10/18/internet-explorer-7-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Winamp v5.3 Released</title>
		<link>http://www.viper007bond.com/2006/09/27/winamp-v53-released/</link>
		<comments>http://www.viper007bond.com/2006/09/27/winamp-v53-released/#comments</comments>
		<pubDate>Wed, 27 Sep 2006 15:22:47 +0000</pubDate>
		<dc:creator>Viper007Bond</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/archives/2006/09/27/winamp-v53-released/</guid>
		<description><![CDATA[Winamp v5.3 has been released (what&#8217;s new). If you use Winamp, go update! :)
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.winamp.com/player/free.php">Winamp v5.3</a> has been released (<a href="http://www.winamp.com/player/version_history.php">what&#8217;s new</a>). If you use Winamp, go update! :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2006/09/27/winamp-v53-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox 2.0 Release Candidate 1 Is Out</title>
		<link>http://www.viper007bond.com/2006/09/27/firefox-20-release-candidate-1-is-out/</link>
		<comments>http://www.viper007bond.com/2006/09/27/firefox-20-release-candidate-1-is-out/#comments</comments>
		<pubDate>Wed, 27 Sep 2006 09:25:49 +0000</pubDate>
		<dc:creator>Viper007Bond</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/archives/2006/09/27/firefox-20-release-candidate-1-is-out/</guid>
		<description><![CDATA[Firefox 2.0 Release Candidate 1 is out and it features an even spiffier looking theme than the one that was in the previous build, Firefox 2.0 Beta 2:

You can go read the release notes or download it now.
]]></description>
			<content:encoded><![CDATA[<p>Firefox 2.0 Release Candidate 1 is out and it features an even spiffier looking theme than the one that was in the previous build, Firefox 2.0 Beta 2:</p>
<p><a href="http://www.viper007bond.com/wordpress/wp-content/uploads/ff2rc1.png"><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/thumb-ff2rc1.png" alt="Firefox 2.0 Release Candidate 1" title="Firefox 2.0 Release Candidate 1 [Click for fullsize]" width="674" height="428" /></a></p>
<p>You can go read the <a href="http://en-us.www.mozilla.com/en-US/firefox/2.0/releasenotes/">release notes</a> or <a href="http://www.mozilla.org/projects/bonecho/all-rc.html">download it</a> now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2006/09/27/firefox-20-release-candidate-1-is-out/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows Media Player 11 Beta</title>
		<link>http://www.viper007bond.com/2006/05/17/windows-media-player-11-beta/</link>
		<comments>http://www.viper007bond.com/2006/05/17/windows-media-player-11-beta/#comments</comments>
		<pubDate>Wed, 17 May 2006 10:17:08 +0000</pubDate>
		<dc:creator>Viper007Bond</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/archives/2006/05/17/windows-media-player-11-beta/</guid>
		<description><![CDATA[Windows Media Player 11 Beta was released today. It&#8217;s basically what&#8217;s in Windows Vista, but it&#8217;s been back ported. Go download it now. :)

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/windows/windowsmedia/player/11/default.aspx">Windows Media Player 11 Beta</a> was released today. It&#8217;s basically what&#8217;s in Windows Vista, but it&#8217;s been back ported. Go download it now. :)</p>
<p><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/wmp11.jpg" alt="Windows Media Player 11 Beta" title="Windows Media Player 11 Beta" width="400" height="279" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2006/05/17/windows-media-player-11-beta/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox v1.5.0.2 Released</title>
		<link>http://www.viper007bond.com/2006/04/13/firefox-v1502-released/</link>
		<comments>http://www.viper007bond.com/2006/04/13/firefox-v1502-released/#comments</comments>
		<pubDate>Fri, 14 Apr 2006 02:10:26 +0000</pubDate>
		<dc:creator>Viper007Bond</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/archives/2006/04/13/firefox-v1502-released/</guid>
		<description><![CDATA[Firefox has been updated and is now at version 1.5.0.2. It&#8217;s mostly a security and stability update and it&#8217;s advised that you update. You can do so either via Help -> Check for Updates or via the official site.
]]></description>
			<content:encoded><![CDATA[<p>Firefox has been updated and is now at version 1.5.0.2. It&#8217;s mostly a security and stability update and it&#8217;s advised that you update. You can do so either via Help -> Check for Updates or via <a href="http://www.mozilla.com/firefox/?via=post162">the official site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2006/04/13/firefox-v1502-released/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
