<?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>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>Random stuff written by Alex Mills</description>
	<lastBuildDate>Fri, 10 Feb 2012 07:25:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
	<atom:link rel='hub' href='http://www.viper007bond.com/?pushpress=hub'/>
		<item>
		<title>Two Handy Sublime Text 2&#160;Plugins</title>
		<link>http://www.viper007bond.com/2011/11/30/two-handy-sublime-text-2-plugins/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=two-handy-sublime-text-2-plugins</link>
		<comments>http://www.viper007bond.com/2011/11/30/two-handy-sublime-text-2-plugins/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 03:57:47 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Sublime Text 2]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=3517</guid>
		<description><![CDATA[After using EditPlus for the better part of a decade, I made the switch to the totally awesome Sublime Text 2 text editor a few weeks back. One of the great things about Sublime is it&#8217;s support for plugins. Two such plugins I&#8217;d like to recommend are SublimeBrackets and SublimeTagmatcher. Both improve how the highlighting [...]]]></description>
			<content:encoded><![CDATA[<p>After using <a href="http://www.editplus.com/">EditPlus</a> for the better part of a decade, I made the switch to the totally awesome <a href="http://www.sublimetext.com/blog/articles/sublime-text-2-beta">Sublime Text 2</a> text editor a few weeks back. One of the great things about Sublime is it&#8217;s support for plugins.</p>
<p>Two such plugins I&#8217;d like to recommend are <a href="https://github.com/pyparadigm/SublimeBrackets">SublimeBrackets</a> and <a href="https://github.com/pyparadigm/SublimeTagmatcher">SublimeTagmatcher</a>. Both improve how the highlighting of opening and closing items are handled.</p>
<p>By default, Sublime just underlines paired brackets. When you have a ton of code, this can be really hard to see. SublimeBrackets changes this to something more apparent:</p>
<p><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2011/11/ssexample.png" alt="" title="SublimeBrackets" width="424" height="320" class="aligncenter size-full wp-image-3518" /></p>
<p>Much better, right? I personally use the solid background green style.</p>
<p>SublimeTagmatcher does something similar but for HTML tags. When you have your cursor inside of an HTML tag, it will highlight both the current tag and it&#8217;s opening or closing counterpart. This is helpful for making sure you have the correct number of opening and closing tags.</p>
<p><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2011/11/ssexample1.png" alt="" title="SublimeTagmatcher" width="512" height="336" class="aligncenter size-full wp-image-3519" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2011/11/30/two-handy-sublime-text-2-plugins/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Restoring &#8220;http://&#8221; To Your Firefox Address&#160;Bar</title>
		<link>http://www.viper007bond.com/2011/10/07/restoring-http-to-your-firefox-address-bar/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=restoring-http-to-your-firefox-address-bar</link>
		<comments>http://www.viper007bond.com/2011/10/07/restoring-http-to-your-firefox-address-bar/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 00:26:53 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=3417</guid>
		<description><![CDATA[Lifehacker has a great article on how to stop Firefox from greying out everything but the domain name in your address bar. While I personally don&#8217;t mind it and infact think it&#8217;s a great anti-phishing feature for the average user, one thing I don&#8217;t like is the removal of the protocol, i.e. http://, from the [...]]]></description>
			<content:encoded><![CDATA[<p>Lifehacker has <a href="http://lifehacker.com/5847846/stop-firefox-from-greying-out-urls-in-the-navigation-bar">a great article</a> on how to stop Firefox from greying out everything but the domain name in your address bar. While I personally don&#8217;t mind it and infact think it&#8217;s a great anti-phishing feature for the average user, one thing I don&#8217;t like is the removal of the protocol, i.e. <code>http://</code>, from the beginning of the address bar. I know they&#8217;re trying to conserve space, but screen real estate is not something that I am lacking.</p>
<p>So here&#8217;s how to once again show the protocol in your Firefox address bar:</p>
<ol>
<li>Type <code>about:config</code> into your address bar to access a list of Firefox configuration options that are not exposed through a normal settings panel.</li>
<li>Paste <code>browser.urlbar.trimURLs</code> into the search box to find the parameter we&#8217;re going to change.</li>
<li>Right-click the row and select &#8220;Toggle&#8221; to change the value from <code>true</code> to <code>false</code>.</li>
<li>Close the tab and go back to a normal tab, such as this blog post. You should now see the protocol in your address bar once again.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2011/10/07/restoring-http-to-your-firefox-address-bar/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Whoever Said Chrome Used Less Memory Than Firefox Was&#160;Lying</title>
		<link>http://www.viper007bond.com/2011/09/20/whoever-said-chrome-used-less-memory-than-firefox-was-lying/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=whoever-said-chrome-used-less-memory-than-firefox-was-lying</link>
		<comments>http://www.viper007bond.com/2011/09/20/whoever-said-chrome-used-less-memory-than-firefox-was-lying/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 19:03:13 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=3383</guid>
		<description><![CDATA[Okay, so it has been open for a week or two but come on. You really need 44MB of RAM to display a single tab that has only ever displayed a single webpage? Not that it really matters since my desktop has 16 gigabytes of RAM (10.5 of which is in use), but still&#8230;]]></description>
			<content:encoded><![CDATA[<p><a class="lightbox" href="http://www.viper007bond.com/wordpress/wp-content/uploads/2011/09/chromememory.png"><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2011/09/chromememory-640x533.png" alt="Chrome Memory" title="Chrome Memory" width="640" height="533" class="aligncenter size-medium wp-image-3384" /></a></p>
<p>Okay, so it has been open for a week or two but come on. You really need 44MB of RAM to display a single tab that has only ever displayed a single webpage?</p>
<p>Not that it really matters since my desktop has 16 gigabytes of RAM (10.5 of which is in use), but still&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2011/09/20/whoever-said-chrome-used-less-memory-than-firefox-was-lying/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What Online Backup Service Do You&#160;Recommend?</title>
		<link>http://www.viper007bond.com/2010/10/09/what-online-backup-service-do-you-recommend/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-online-backup-service-do-you-recommend</link>
		<comments>http://www.viper007bond.com/2010/10/09/what-online-backup-service-do-you-recommend/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 04:16:17 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Mozy]]></category>
		<category><![CDATA[online backup]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=2963</guid>
		<description><![CDATA[About a month ago, I asked on Twitter for suggestions for online backup services as I&#8217;m tired of manually backing up and I never do it often enough. I was suggested Mozy, but I was also suggested a lot of alternatives. However I was leaving on a business trip basically the next day, so I [...]]]></description>
			<content:encoded><![CDATA[<p>About a month ago, I asked on Twitter for suggestions for online backup services as I&#8217;m tired of manually backing up and I never do it often enough. I was suggested <a href="http://mozy.com/">Mozy</a>, but I was also suggested a lot of alternatives. However I was leaving on a business trip basically the next day, so I never got around to reading the Tweets and they eventually slipped off my @mentions list.</p>
<p>So now I&#8217;m asking how I should have done it in the first place &#8212; on my blog. What online service do you use to backup your data? And before anyone suggests it, Dropbox is out of the running as it&#8217;s too expensive for actual backup (it&#8217;s great for sync though!).</p>
<p>Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2010/10/09/what-online-backup-service-do-you-recommend/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Why Can&#8217;t Apple Make A Decent Windows&#160;Program?</title>
		<link>http://www.viper007bond.com/2010/09/02/why-cant-apple-make-a-decent-windows-program/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=why-cant-apple-make-a-decent-windows-program</link>
		<comments>http://www.viper007bond.com/2010/09/02/why-cant-apple-make-a-decent-windows-program/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 00:49:46 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=2940</guid>
		<description><![CDATA[Comon Apple, I get that Windows is a competing platform and you&#8217;d rather spend your time working on your own stuff, but if you&#8217;re going to force me to use iTunes with my iPhone, at least make iTunes not suck. I&#8217;ve ranted about iTunes before and while iTunes 10 seems more stable and less laggy [...]]]></description>
			<content:encoded><![CDATA[<p>Comon Apple, I get that Windows is a competing platform and you&#8217;d rather spend your time working on your own stuff, but if you&#8217;re going to force me to use iTunes with my iPhone, at least make iTunes not suck. I&#8217;ve <a href="http://www.viper007bond.com/2008/09/09/man-i-hate-itunes/">ranted about iTunes before</a> and while iTunes 10 seems more stable and less laggy so far, it&#8217;s still far from perfect.</p>
<p>I mean they can&#8217;t even manage to get the little things right. For example, their new logo has horrible transparency:</p>
<p><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2010/09/itunestaskbar.png" alt="" title="iTunes Taskbar Icon" width="500" height="30" class="aligncenter size-full wp-image-2941" /></p>
<p>A simple thing to fix (look at all of the other icons there doing it just fine), but no, Apple had to not bother.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2010/09/02/why-cant-apple-make-a-decent-windows-program/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Wow, It Sure Is Hot&#160;Here&#8230;</title>
		<link>http://www.viper007bond.com/2010/08/24/wow-it-sure-is-hot-here/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wow-it-sure-is-hot-here</link>
		<comments>http://www.viper007bond.com/2010/08/24/wow-it-sure-is-hot-here/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 04:49:34 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[AniWeather]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[hot]]></category>
		<category><![CDATA[Portland]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=2931</guid>
		<description><![CDATA[According to the AniWeather Firefox extension, it&#8217;s rather hot here right now: Thankfully it refreshed a few minutes later and went down to 75F because I was really hot!]]></description>
			<content:encoded><![CDATA[<p>According to the <a href="https://addons.mozilla.org/en-US/firefox/addon/12331/">AniWeather</a> Firefox extension, it&#8217;s rather hot here right now:</p>
<p><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2010/08/hot.png" alt="" title="Hot" width="550" height="150" class="aligncenter size-full wp-image-2930" /></p>
<p>Thankfully it refreshed a few minutes later and went down to 75F because I was really hot!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2010/08/24/wow-it-sure-is-hot-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking For Firefox Addon: Make Bookmarks&#160;Buttons</title>
		<link>http://www.viper007bond.com/2010/07/11/looking-for-firefox-addon-make-bookmarks-buttons/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=looking-for-firefox-addon-make-bookmarks-buttons</link>
		<comments>http://www.viper007bond.com/2010/07/11/looking-for-firefox-addon-make-bookmarks-buttons/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 02:48:30 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=2812</guid>
		<description><![CDATA[I only have a few items in my bookmarks toolbar and I&#8217;m looking for an addon that will allow me to place those bookmarks (in icon-only form) in my normal toolbar. I already have an addon that makes the bookmarks button toggle the bookmarks toolbar (better than nothing) and I know I can customize my [...]]]></description>
			<content:encoded><![CDATA[<p>I only have a few items in my bookmarks toolbar and I&#8217;m looking for an addon that will allow me to place those bookmarks (in icon-only form) in my normal toolbar. I already have an addon that makes the bookmarks button toggle the bookmarks toolbar (better than nothing) and I know I can customize my menu to get the bookmarks in my normal toolbar, but then they show up with labels, a big &#8220;Bookmarks&#8221; button, and the last bookmark hidden by an expand arrow. Does anyone know of such an addon?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2010/07/11/looking-for-firefox-addon-make-bookmarks-buttons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Opera Is Faster Than A Potato&#160;Too!</title>
		<link>http://www.viper007bond.com/2010/05/29/opera-is-faster-than-a-potato-too/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=opera-is-faster-than-a-potato-too</link>
		<comments>http://www.viper007bond.com/2010/05/29/opera-is-faster-than-a-potato-too/#comments</comments>
		<pubDate>Sun, 30 May 2010 05:46:06 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[potato]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=1773</guid>
		<description><![CDATA[Like Chrome, Opera wants you to know they&#8217;re faster than a potato too: http://www.youtube.com/watch?v=http I&#8217;m sticking to Firefox though. I can&#8217;t live without all my addons and Firefox 4 will be pretty awesome.]]></description>
			<content:encoded><![CDATA[<p>Like <a href="http://www.youtube.com/watch?v=nCgQDjiotG0">Chrome</a>, Opera wants you to know they&#8217;re faster than a potato too:</p>
<p><span class="vvqbox vvqyoutube" style="width:500px;height:300px;"><iframe src="http://www.youtube.com/embed/zaT7thTxyq8?rel=0&#038;autoplay=0&#038;loop=0&#038;border=0&#038;start=0&#038;fs=1&#038;hd=0&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=3&#038;cc_load_policy=0" width="500" height="300" frameborder="0"><a href="http://www.youtube.com/watch?v=http">http://www.youtube.com/watch?v=http</a></iframe></span></p>
<p>I&#8217;m sticking to Firefox though. I can&#8217;t live without all my addons and Firefox 4 will be pretty awesome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2010/05/29/opera-is-faster-than-a-potato-too/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XKCD #743: Open-Source Social&#160;Networking</title>
		<link>http://www.viper007bond.com/2010/05/21/xkcd-743-open-source-social-networking/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=xkcd-743-open-source-social-networking</link>
		<comments>http://www.viper007bond.com/2010/05/21/xkcd-743-open-source-social-networking/#comments</comments>
		<pubDate>Fri, 21 May 2010 10:47:21 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[XKCD]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=1745</guid>
		<description><![CDATA[He should have used BuddyPress:]]></description>
			<content:encoded><![CDATA[<p>He should have used <a href="http://buddypress.org/">BuddyPress</a>:</p>
<p><a class="lightbox" href="http://www.viper007bond.com/wordpress/wp-content/uploads/2010/05/xkcdinfrastructures.png"><img src="http://www.viper007bond.com/wordpress/wp-content/uploads/2010/05/xkcdinfrastructures-600x285.png" alt="" title="Infrastructures" width="600" height="285" class="aligncenter size-medium wp-image-1746" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2010/05/21/xkcd-743-open-source-social-networking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YOURLS + Twitter for iPhone (UPDATE: TweetDeck&#160;Too!)</title>
		<link>http://www.viper007bond.com/2010/05/20/yourls-twitter-for-iphone-and-tweetdeck/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=yourls-twitter-for-iphone-and-tweetdeck</link>
		<comments>http://www.viper007bond.com/2010/05/20/yourls-twitter-for-iphone-and-tweetdeck/#comments</comments>
		<pubDate>Thu, 20 May 2010 07:47:06 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[TweetDeck]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[YOURLS]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=1705</guid>
		<description><![CDATA[UPDATE: These instructions now apply to TweetDeck as well! You can find the field at Settings -> Services and pick &#8220;Other&#8221; for the shortening service. Do you run YOURLS? Do you use Twitter for iPhone (aka Tweetie)? If so, this post will be of interest to you. Twitter for iPhone supports using a custom shortening [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE:</strong> These instructions now apply to <a href="http://www.tweetdeck.com/desktop/">TweetDeck</a> as well! You can find the field at Settings -> Services and pick &#8220;Other&#8221; for the shortening service.</p>
<p>Do you run <a href="http://yourls.org/">YOURLS</a>? Do you use <a href="http://itunes.apple.com/app/twitter/id333903271?mt=8">Twitter for iPhone</a> (aka Tweetie)? If so, this post will be of interest to you.</p>
<p>Twitter for iPhone supports using a <a href="http://developer.atebits.com/tweetie-iphone/custom-shortening/">custom shortening service</a>. Thankfully the <a href="http://yourls.org/#API">YOURLS API</a> will output a format that Twitter for iPhone will accept.</p>
<p>So how do you go about setting it up you ask? Start by going to your YOURLS admin area and clicking the &#8220;Tools&#8221; link at the top. About half way down the page will be your signature (it&#8217;s like a password). It will be a 10 character string. Hang onto this, you&#8217;ll need it soon.</p>
<p>Now open up Twitter for iPhone and go to the &#8220;Accounts &#038; Settings&#8221; screen. You can get there by pressing the three dots in the bottom right and then scrolling to the very bottom of the screen that comes up and pressing the &#8220;Accounts &#038; Settings&#8221; button. There will then be a &#8220;Settings&#8221; button in the bottom left. There in the Settings, select &#8220;Services&#8221; and then &#8220;URL Shortening&#8221;. Lastly pick the &#8220;Custom&#8230;&#8221; option.</p>
<p>Now to enter the URL to your YOURLS API script. I found it easiest to craft this URL on my computer and then e-mail myself the URL which I could then copy/paste on my iPod Touch. It was a lot easier than typing it all out on the little keyboard.</p>
<p>This is the URL you will need to use:</p>
<p><code>http://yourdomain.com/yourls-api.php?action=shorturl&#038;format=simple&#038;signature=<strong>YOURSIGNATURE</strong>&#038;url=%@</code></p>
<p>Replace &#8220;YOURSIGNATURE&#8221; with your signature that you located earlier in this post and leave the rest alone (the &#8220;%@&#8221; is the placeholder that Twitter for iPhone will look for). If you e-mail yourself the URL, make sure that you still have &#8220;%@&#8221; at the end of the URL and not &#8220;%25@&#8221; or something.</p>
<p>Now when writing a tweet, press the character count button and the keyboard will disappear. There in the bottom right will be a button to shorten all URLs in your tweet. They&#8217;ll be shortened using your custom domain!</p>
<p>Cool, huh? <img src='http://www.viper007bond.com/wordpress/wp-content/plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2010/05/20/yourls-twitter-for-iphone-and-tweetdeck/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Posionous&#160;People</title>
		<link>http://www.viper007bond.com/2010/04/01/posionous-people/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=posionous-people</link>
		<comments>http://www.viper007bond.com/2010/04/01/posionous-people/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 23:54:54 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[open-source]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=1614</guid>
		<description><![CDATA[If you&#8217;re involved in the WordPress community (or any open-source community for that matter) and have never sat down and watched (or at least listened to) this presentation by two of the founders of the Subversion project, I strongly recommend you do. It is an hour very, very well spent. http://www.youtube.com/watch?v=http Thanks to Ryan McCue [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re involved in the WordPress community (or any open-source community for that matter) and have never sat down and watched (or at least listened to) this presentation by two of the founders of the <a href="http://en.wikipedia.org/wiki/Subversion_%28software%29">Subversion project</a>, I <strong>strongly</strong> recommend you do. It is an hour very, very well spent.</p>
<p><span class="vvqbox vvqyoutube" style="width:500px;height:394px;"><iframe src="http://www.youtube.com/embed/-F-3E8pyjFo?rel=0&#038;autoplay=0&#038;loop=0&#038;border=0&#038;start=0&#038;fs=1&#038;hd=0&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=3&#038;cc_load_policy=0" width="500" height="394" frameborder="0"><a href="http://www.youtube.com/watch?v=http">http://www.youtube.com/watch?v=http</a></iframe></span></p>
<p>Thanks to <a href="http://ryanmccue.info/">Ryan McCue</a> for sharing the video with me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2010/04/01/posionous-people/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I Need GPL-Compatible Flash Video Player&#160;Suggestions</title>
		<link>http://www.viper007bond.com/2009/12/03/i-need-gpl-compatible-flash-video-player-suggestions/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=i-need-gpl-compatible-flash-video-player-suggestions</link>
		<comments>http://www.viper007bond.com/2009/12/03/i-need-gpl-compatible-flash-video-player-suggestions/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 06:40:15 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Video Quicktags]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[FLV]]></category>
		<category><![CDATA[MP4]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[VVQ]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=1326</guid>
		<description><![CDATA[I am in the early stages on recoding my Viper&#8217;s Video Quicktags plugin from scratch and in the process I will be replacing JW Player with a free and open-source alternative. JW Player is really great, but sadly it&#8217;s released under a non-commercial license which just won&#8217;t do. So please, if you know of any [...]]]></description>
			<content:encoded><![CDATA[<p>I am in the early stages on recoding my <a href="http://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags/">Viper&#8217;s Video Quicktags</a> plugin from scratch and in the process I will be replacing <a href="http://www.longtailvideo.com/players/jw-flv-player/">JW Player</a> with a free and open-source alternative. JW Player is really great, but sadly it&#8217;s released under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">non-commercial license</a> which just won&#8217;t do.</p>
<p>So please, if you know of any good Flash players that will do FLV, MP4, etc. please leave a comment with a link!</p>
<p>Here&#8217;s my list so far of players to compare and pick between: (I&#8217;ll update this list with suggestions)</p>
<ul>
<li><a href="http://flowplayer.org/">Flowplayer</a> (currently leaning towards this one, it seems really badass)</li>
<li><a href="http://www.osflv.com/">OS FLV</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2009/12/03/i-need-gpl-compatible-flash-video-player-suggestions/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Hiding Microsoft SyncToyCmd.exe For Task Scheduler&#160;Purposes</title>
		<link>http://www.viper007bond.com/2009/10/04/hiding-microsoft-synctoycmd-exe-for-task-scheduler-purposes/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hiding-microsoft-synctoycmd-exe-for-task-scheduler-purposes</link>
		<comments>http://www.viper007bond.com/2009/10/04/hiding-microsoft-synctoycmd-exe-for-task-scheduler-purposes/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 10:51:24 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=1086</guid>
		<description><![CDATA[Now that I own a laptop, I needed a way to keep some folders in sync between my two computers (my web development folder for example). While there are plenty of options that use online methods (Dropbox for example), I needed one that was strictly offline. The free accounts only offer a few gigabytes (I&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>Now that I own a laptop, I needed a way to keep some folders in sync between my two computers (my web development folder for example). While there are plenty of options that use online methods (Dropbox for example), I needed one that was strictly offline. The free accounts only offer a few gigabytes (I&#8217;ll eventually be syncing a few hundred gigabytes and am currently syncing around 30,000 files) and I&#8217;m much too cheap to purchase space upgrades (they&#8217;re crazy expensive anyway).</p>
<p>So in comes <a href="http://en.wikipedia.org/wiki/SyncToy">SyncToy 2.0 from Microsoft</a>. I installed it on my desktop (you only need it on one computer), shared the folders with my Homegroup on my laptop that I wanted to sync, and set up some folder pairs. It works awesome and only takes about a minute to check both my desktop and laptop (via wireless) for file modifications and then sync the changes.</p>
<p>However it has no UI for setting up automated syncing. You either have to do it manually or set up a scheduled task using the command line program that comes with SyncToy called SyncToyCmd.exe. The problem with there&#8217;s no way to hide it&#8217;s window. Every time the task runs, a command line window pops up while it&#8217;s syncing. Highly annoying and distracting, even if I&#8217;m only syncing once an hour.</p>
<p>Well thanks to a bit of Googling, I found <a href="http://www.zxian.org/2009/01/08/hiding-microsoft-synctoycmd-for-backups/">a solution</a>. It&#8217;s a little NET application someone wrote that acts as a wrapper for SyncToyCmd.exe and makes it run silently in the background.</p>
<p>Success! <img src='http://www.viper007bond.com/wordpress/wp-content/plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2009/10/04/hiding-microsoft-synctoycmd-exe-for-task-scheduler-purposes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Snow Leopard Is Considered&#160;Fast?</title>
		<link>http://www.viper007bond.com/2009/08/27/snow-leopard-is-considered-fast/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=snow-leopard-is-considered-fast</link>
		<comments>http://www.viper007bond.com/2009/08/27/snow-leopard-is-considered-fast/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 23:24:42 +0000</pubDate>
		<dc:creator>Alex (Viper007Bond)</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.viper007bond.com/?p=1064</guid>
		<description><![CDATA[I was reading the New York Time&#8217;s technology section this morning on my iPod Touch (ironically) and ran across something I found quite humorous in an article about Apple&#8217;s latest version of their operating system, Snow Leopard: In any case, Snow Leopard truly is an optimized version of Leopard. It starts up faster (72 seconds [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading the New York Time&#8217;s technology section this morning on my iPod Touch (ironically) and ran across something I found quite humorous in <a href="http://www.nytimes.com/2009/08/27/technology/personaltech/27pogue.html">an article</a> about Apple&#8217;s latest version of their operating system, Snow Leopard:</p>
<blockquote><p>In any case, Snow Leopard truly is an optimized version of Leopard. It starts up faster (72 seconds on a MacBook Air, versus 100 seconds in Leopard).</p></blockquote>
<p>72 seconds? Really? I don&#8217;t know if it&#8217;s just me or what, but I find that very slow. I realize that is on a laptop so the CPU probably isn&#8217;t great, but comon.</p>
<p>For comparison, I just did a cold boot of my computer and timed it with my iPod&#8217;s stopwatch app. It&#8217;s specs are <a href="http://www.viper007bond.com/about/my-computer/c2d-e6750/">nothing amazing</a> (it&#8217;s over 18 months old) and I&#8217;m running Windows 7 RC1 (build 7100).</p>
<ul>
<li>0 sec &#8212; power button is pressed</li>
<li>10 sec &#8212; BIOS screen pops up</li>
<li>25 sec &#8212; Windows logo appears (i.e. Windows starts loading)</li>
<li>50 sec &#8212; login screen appears (25 seconds after Windows started loading)</li>
</ul>
<p>After I typed in my password, it only took about 5 seconds (10 max) for my desktop, start bar, start menu, etc. to show up. That&#8217;s nearly 15 seconds faster than Leopard, 40 seconds faster if you ignore the 25 seconds that it took my computer to run through it&#8217;s pre-OS checks.</p>
<p>I admit it took another 30 seconds or so before everything else was loaded, but in Windows 7&#8242;s defense I have about two dozen programs set to auto-start (IRC, BitTorrent, twhirl, etc. etc.). When the install was fresh, it loaded the desktop in an instant.</p>
<p>Or is my reverse Apple fanboism clouding my judgment?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viper007bond.com/2009/08/27/snow-leopard-is-considered-fast/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Automatically Keep Your SVN Checkouts Up To Date In Windows &#8211; Rev.&#160;2</title>
		<link>http://www.viper007bond.com/2008/09/29/automatically-keep-your-svn-checkouts-up-to-date-in-windows-rev-2/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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>Alex (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 [...]]]></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.</li>
</ol>

<a href='http://www.viper007bond.com/2008/09/29/automatically-keep-your-svn-checkouts-up-to-date-in-windows-rev-2/svnguide2-general/' 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 width="175" height="131" src="http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/svnguide2-general-175x131.png" class="attachment-thumbnail" alt="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." 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." /></a>
<a href='http://www.viper007bond.com/2008/09/29/automatically-keep-your-svn-checkouts-up-to-date-in-windows-rev-2/svnguide2-triggers/' title='Triggers: I opted to update every 15 minutes. Change to your personal preference.'><img width="160" height="175" src="http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/svnguide2-triggers-160x175.png" class="attachment-thumbnail" alt="Triggers: I opted to update every 15 minutes. Change to your personal preference." title="Triggers: I opted to update every 15 minutes. Change to your personal preference." /></a>
<a href='http://www.viper007bond.com/2008/09/29/automatically-keep-your-svn-checkouts-up-to-date-in-windows-rev-2/svnguide2-actions/' title='Actions: Here&#039;s the arguments (change the path):  /command:update /path:&quot;D:\Webserver\htdocs\wordpress-trunk\&quot; /closeonend:1'><img width="157" height="175" src="http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/svnguide2-actions-157x175.png" class="attachment-thumbnail" alt="Actions: Here&#039;s the arguments (change the path):  /command:update /path:&quot;D:\Webserver\htdocs\wordpress-trunk\&quot; /closeonend:1" title="Actions: Here&#039;s the arguments (change the path):  /command:update /path:&quot;D:\Webserver\htdocs\wordpress-trunk\&quot; /closeonend:1" /></a>
<a href='http://www.viper007bond.com/2008/09/29/automatically-keep-your-svn-checkouts-up-to-date-in-windows-rev-2/svnguide2-conditions/' title='Conditions: When do you want it to run? I want it to run even when I&#039;m on my PC.'><img width="175" height="131" src="http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/svnguide2-conditions-175x131.png" class="attachment-thumbnail" alt="Conditions: When do you want it to run? I want it to run even when I&#039;m on my PC." title="Conditions: When do you want it to run? I want it to run even when I&#039;m on my PC." /></a>
<a href='http://www.viper007bond.com/2008/09/29/automatically-keep-your-svn-checkouts-up-to-date-in-windows-rev-2/svnguide2-settings/' title='Settings'><img width="175" height="131" src="http://www.viper007bond.com/wordpress/wp-content/uploads/2008/09/svnguide2-settings-175x131.png" class="attachment-thumbnail" alt="Settings" title="Settings" /></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>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

