<?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>Matt Shelton &#187; tools</title>
	<atom:link href="http://www.mattshelton.net/tags/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattshelton.net</link>
	<description>scribbling geekery, things and stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:38:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>iTunes Playlist Export</title>
		<link>http://www.mattshelton.net/2008/05/23/itunes-playlist-export/</link>
		<comments>http://www.mattshelton.net/2008/05/23/itunes-playlist-export/#comments</comments>
		<pubDate>Fri, 23 May 2008 14:30:54 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[geek life]]></category>
		<category><![CDATA[lifehacks]]></category>
		<category><![CDATA[software notes]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[winamp]]></category>

		<guid isPermaLink="false">http://www.mattshelton.net/?p=110</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.mattshelton.net/topics/geek-life/" title="geek life">geek life</a><a href="http://www.mattshelton.net/topics/lifehacks/" title="lifehacks">lifehacks</a><a href="http://www.mattshelton.net/topics/software/" title="software notes">software notes</a></p>One of my long-time gripes with iTunes is that the only ways to export its playlists are to text and xml which aren&#8217;t particularly useful by themselves. I&#8217;ve been doing more processor- and memory-intensive work on my laptop lately, and &#8230; <a href="http://www.mattshelton.net/2008/05/23/itunes-playlist-export/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of my long-time gripes with iTunes is that the only ways to export its playlists are to text and xml which aren&#8217;t particularly useful by themselves. I&#8217;ve been doing more processor- and memory-intensive work on my laptop lately, and wish to augment said work with tunes whilst also not killing my machine. iTunes isn&#8217;t exactly a RAM-lightweight, so in situations like this I tend to fire up the ever-trusty install of <a href="http://www.winamp.com/">WinAmp</a>. Recently, however, I&#8217;ve been listening to the same massive playlist over and over again, and re-creating it in WinAmp would be a bit of a pain.</p>
<p>Lucky for me, someone else thought that automating this would be a good idea. Enter <a href="http://www.ericdaugherty.com/dev/itunesexport/">iTunes Export</a>, which does exactly what it says it does, quickly and to several useful formats. As great single-purpose software does, it just plain works.</p>
<p><a href="http://www.mattshelton.net/wp-content/2008/05/ipe-1.png" rel="lightbox[ipe]"><img src="http://www.mattshelton.net/wp-content/2008/05/ipe-1-150x150.png" style="display:inline;" /></a>&nbsp;<a href="http://www.mattshelton.net/wp-content/2008/05/ipe-2.png" rel="lightbox[ipe]"><img src="http://www.mattshelton.net/wp-content/2008/05/ipe-2-150x150.png" style="display:inline;" /></a>&nbsp;<a href="http://www.mattshelton.net/wp-content/2008/05/ipe-3.png" rel="lightbox[ipe]"><img src="http://www.mattshelton.net/wp-content/2008/05/ipe-3-150x150.png" style="display:inline;" /></a>&nbsp;<a href="http://www.mattshelton.net/wp-content/2008/05/ipe-4.png" rel="lightbox[ipe]"><img src="http://www.mattshelton.net/wp-content/2008/05/ipe-4-150x150.png" style="display:inline;" /></a></p>
<p>There are four screens, each of which are, as you can see, pretty straightforward. Screen 3 is where all of the fun options are. I didn&#8217;t need to re-copy all of my music to a new location, but I can see how that would be useful if you wanted to, say, burn a DVD of a large playlist for someone who doesn&#8217;t have iTunes. For me, the M3U export without copy was perfect, and I haven&#8217;t opened iTunes in days.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattshelton.net/2008/05/23/itunes-playlist-export/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping SSH connections open (in PuTTY)</title>
		<link>http://www.mattshelton.net/2008/02/20/keeping-ssh-connections-open-in-putty/</link>
		<comments>http://www.mattshelton.net/2008/02/20/keeping-ssh-connections-open-in-putty/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 15:50:24 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[software notes]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.mattshelton.net/2008/02/20/keeping-ssh-connections-open-in-putty/</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.mattshelton.net/topics/how-to/" title="how-to">how-to</a><a href="http://www.mattshelton.net/topics/software/" title="software notes">software notes</a></p>Lifehacker posted an article this morning about keeping SSH connections open in Linux (which was just a re-posting of an article on FOSSwire). This is helpful for all of those Linux users out there, but for those of us who &#8230; <a href="http://www.mattshelton.net/2008/02/20/keeping-ssh-connections-open-in-putty/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.mattshelton.net/wp-content/2008/02/putty-keepalive.png' title='putty tcp keepalive' rel='lightbox'><img src='http://www.mattshelton.net/wp-content/2008/02/putty-keepalive.thumbnail.png' alt='putty tcp keepalive' align='right' vspace='10' hspace='10' /></a><a href="http://lifehacker.com/">Lifehacker</a> posted an article this morning about <a href="http://lifehacker.com/358610/keep-ssh-connections-open-in-linux">keeping SSH connections open in Linux</a> (which was just a re-posting of an <a href="http://fosswire.com/2008/02/19/keep-your-ssh-connection-open/">article</a> on <a href="http://fosswire.com/">FOSSwire</a>).</p>
<p>This is helpful for all of those Linux users out there, but for those of us who have a Windows desktop with the same needs, the solution is a bit different. If you use <a href="http://www.putty.org/">PuTTY</a> (or <a href="http://www.xs4all.nl/~whaa/putty/">PuTTY Tray</a>, like me), there&#8217;s a field for <em>Seconds between keepalives</em> on the <em>Connection</em> configuration pane. Check out the image at right for the rockin&#8217; detail.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattshelton.net/2008/02/20/keeping-ssh-connections-open-in-putty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Tools</title>
		<link>http://www.mattshelton.net/2007/12/07/useful-tools/</link>
		<comments>http://www.mattshelton.net/2007/12/07/useful-tools/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 18:15:19 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[geek habits]]></category>
		<category><![CDATA[lifehacks]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[software notes]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.mattshelton.net/2007/12/07/useful-tools/</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.mattshelton.net/topics/geek-habits/" title="geek habits">geek habits</a><a href="http://www.mattshelton.net/topics/lifehacks/" title="lifehacks">lifehacks</a><a href="http://www.mattshelton.net/topics/productivity/" title="productivity">productivity</a><a href="http://www.mattshelton.net/topics/software/" title="software notes">software notes</a><a href="http://www.mattshelton.net/topics/windows/" title="windows">windows</a></p>I&#8217;m somewhat of a tools guy when it comes to my computing environment. I like apps that make my life easier and extend my operating environment beyond what was originally intended. In my previous job, I was one of the &#8230; <a href="http://www.mattshelton.net/2007/12/07/useful-tools/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m somewhat of a tools guy when it comes to my computing environment. I like apps that make my life easier and extend my operating environment beyond what was originally intended. In my previous job, I was one of the guys writing little scripts to automate annoying tasks. It&#8217;s &#8220;my thing&#8221;. The first time I read <a href="http://www.hanselman.com/blog/">Scott Hanselman&#8217;s</a> <a href="http://www.hanselman.com/tools">Tools</a> page, I think I may have salivated just a little. I immediately downloaded about 60% of the list just to see what they each did in greater detail. His <a href="http://www.hanselman.com/blog/ScottHanselmans2007UltimateDeveloperAndPowerUsersToolListForWindows.aspx">list for 2007</a> included &#8220;The Big Ten Life and Work-Changing Utlities&#8221;, of which with I mostly agree.</p>
<p>I spent a few minutes the other day going through my c:tools directory to see what was actually there. Over the last few years I&#8217;ve just dumped every standalone app that looks interesting into this one directory, added it to my SVN repository so that I can easily populate it onto any workstation, and ignored just how ginormous it was becoming. As a result, I ended up deleting more than half of the apps, a great deal of which I hadn&#8217;t used since they were downloaded. In the end, I kept only the tools that I use on a regular basis:
<ul>
<li><a href="http://www.deepburner.com/">Deep Burner</a></li>
<li><a href="http://they.misled.us/dark-room">DarkRoom</a> &#8211; DarkRoom is fantastic for distraction-free writing, but it&#8217;s not much of an editor, so I tend to only use it in network-free meetings or when I need to have a little mind-dump onto the keyboard.</li>
<li><a href="http://notepad-plus.sourceforge.net/">Notepad++</a> &#8211; Almost took over as my go-to text editor for a while. It&#8217;s a pretty powerful little thing!</li>
<li><a href="http://www.flos-freeware.ch/notepad2.html">Notepad2</a> &#8211; Used mostly when I need a quick editor that&#8217;s better than Notepad.exe.</li>
<li>ntouch/dtouch, which I&#8217;d link to if I could find their original site. They&#8217;re GUI file timestamp modifiers</li>
<li>All of the <a href="http://www.microsoft.com/technet/sysinternals/">SysInternals Tools</a> (I use about 50% of them on a weekly basis, especially ZoomIt)</li>
<li>Various <a href="http://www.nirsoft.net/">NirSoft</a> Tools</li>
<li><a href="http://www.gpwilliams.ca/~gwilliams/software.shtml">Random Tools</a> by GP Williams, mostly Kill.exe</li>
<li><a href="http://www.angusj.com/resourcehacker/">ResHacker</a></li>
<li>Some ISO creation utilities from <a href="http://www.terabyteunlimited.com/utilities.html">Terabyte Unlimited</a></li>
<li><a href="http://www.sentex.net/~mwandel/jhead/">jHead</a></li>
<li><a href="http://download.microsoft.com/download/7/b/6/7b6abd84-7841-4978-96f5-bd58df02efa2/winxpvirtualcdcontrolpanel_21.exe">Microsoft&#8217;s Virtual CD Control Panel</a> (this is a direct exe link.. it has no homepage!)</li>
<li>Various Other cmd-line apps (unrar.exe, par2.exe, diskuse.exe, vnc viewer, etc.)</li>
</ul>
<p>Of note, I don&#8217;t actually use Notepad++ or Notepad2 all that often. I&#8217;ve tried many text editors, (perhaps they deserve their own post), and I only keep either of the enhanced notepads and DarkRoom around as once-in-a-while editors. I fell in love with <a href="http://www.ultraedit.com/">UltraEdit32</a> about eight versions ago, and have used it ever since as my primary text editor. I like TextMate on my Mac, so I thought I&#8217;d enjoy <a href="http://www.e-texteditor.com/">E-TextEditor</a> about as much. For some reason it didn&#8217;t quite stick, but I may have to give it another shot at some point.</p>
<p>Beyond that, however, I do have some other non-standalone applications that have made my me more productive or equally easy in the past year or so:
<ul>
<li><a href="http://awc.smurphy.co.uk/">Automatic Wallpaper Changer</a> &#8211; Yeah, I just like pretty backgrounds. What can I say. And, like on my mac, they should cycle constantly. Carry on.</li>
<li><a href="http://www.cygwin.com/">Cygwin</a> &#8211; We use this at work on our production systems, so I thought it was worth a shot. I&#8217;ve honestly given up using cmd.exe since I really don&#8217;t need it anymore. Running tcsh on my Dell WinXP laptop feels dirty, but <em>so good</em>.</li>
<li><a href="http://www.getfirebug.com/">FireBug </a>- I have to agree with Scott, it is arguably the most powerful in-broswer IDE available. I&#8217;ve abandoned every other web debug extension for Firefox&#8230; there&#8217;s simply no need.</li>
<li><a href="http://www.foxitsoftware.com/pdf/rd_intro.php">Foxit Reader</a> &#8211; I uninstall Acrobat reader on any machine I can and install Foxit. It&#8217;s so fast it makes me seriously question what Adobe is thinking making a bloated PDF reader. I&#8217;m trying to get the systems folks at work to adopt it as the default PDF reader for new hire machines.</li>
<li><a href="http://www.newsgator.com/NGOLProduct.aspx?ProdID=FeedDemon">FeedDemon</a> &#8211; Still my favorite feed reader. I use <a href="http://www.newsgator.com/">NewsGator</a>&#8216;s Online reader from home.</li>
<li><a href="http://pdfforge.org/products/pdfcreator">PDFCreator</a> &#8211; Useful not only for creating PDFs but also for being a poor man&#8217;s PDF slicer and dicer. </li>
<li><a href="http://www.claritude.com/">SpeedFiler</a> &#8211; I save bunches of time every day using SpeedFiler to quickly move email from my Inbox to a more appropriate location. Version 2 learns from your habits and quickly suggests destinations. Love. It. (It&#8217;s one of only two !free applications on this list, and it&#8217;s worth every penny.)</li>
<li><a href="http://www.codesector.com/teracopy.asp">TeraCopy</a> &#8211; It&#8217;s overkill as a default copy/move handler, but for big moves to external drives or other machines, it&#8217;s perfect and fast. It&#8217;s also very fast.</li>
<li><a href="http://ccollomb.free.fr/unlocker/">Unlocker</a> &#8211; How many times has that silly &#8220;It is being used by another person or program&#8221; message come up? Too many. Unlocker handles this like a hot knife through.. well, something that doesn&#8217;t actually require a hot knife, but is even more easily cut with said knife.</li>
<li><a href="http://www.videolan.org/vlc/">VLC Media Player</a> &#8211; It&#8217;s the one media player I can always count on to work. How can you go wrong? I pimp this to friends and family on a regular basis.</li>
<li><a href="http://www.ntwind.com/software/winsnap.html">WinSnap</a> &#8211; It takes screenshots. Very well.</li>
</ul>
<p>I wouldn&#8217;t say any of these (except maybe FireBug or SpeedFiler) are actually life changing applications. They each get a fair amount of use, however, and I&#8217;d either be doing something by hand or using a less-functional application in each of their respective places should they not exist.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattshelton.net/2007/12/07/useful-tools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fiddling With UpRight</title>
		<link>http://www.mattshelton.net/2007/12/05/fiddling-with-upright/</link>
		<comments>http://www.mattshelton.net/2007/12/05/fiddling-with-upright/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 20:24:36 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[productivity]]></category>
		<category><![CDATA[software notes]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.mattshelton.net/2007/12/05/fiddling-with-upright/</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.mattshelton.net/topics/productivity/" title="productivity">productivity</a><a href="http://www.mattshelton.net/topics/software/" title="software notes">software notes</a><a href="http://www.mattshelton.net/topics/windows/" title="windows">windows</a></p>UpRight, by Otaku Software, is a One-Click file transfer utility, aimed at web developers and anyone else who might need to quickly upload a file to an ftp server without going through the normal upload motions. I browse the Otaku &#8230; <a href="http://www.mattshelton.net/2007/12/05/fiddling-with-upright/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.otakusoftware.com/upright/">UpRight</a>, by <a href="http://www.otakusoftware.com/">Otaku Software</a>, is a One-Click file transfer utility, aimed at web developers and anyone else who might need to quickly upload a file to an ftp server without going through the normal upload motions. I browse the Otaku site every few months because their software is, for lack of a better word, nifty. UpRight isn&#8217;t brand new &#8211; I passed it over once or twice thinking it was just one more app to install, but after a couple of weeks of serious toying, I&#8217;m pretty happy with it.</p>
<p><img src='http://www.mattshelton.net/wp-content/2007/11/upright_menu.JPG' alt='upright_menu.JPG' /><br />
I have basically three uses for UpRight:
<ol>
<li>Uploading files to my web site for various reasons</li>
<li>Uploading podcast audio for my chuch&#8217;s web site</li>
<li>Quickly moving data to my &#8220;general crap&#8221; S3 bucket</li>
</ol>
<p>For each, I&#8217;d always had a different workflow which involved an AJAX web form, ncftp in cygwin and <a href="http://www.bucketexplorer.com/">Bucket Explorer</a>, respectively. With UpRight, it&#8217;s <span style="text-decoration:line-through;">one</span> two clicks, and data begins to move. (Note: It would be one click, but I have more than one upload location, and UpRight nicely nests these for me rather than create multiple context menu items.)</p>
<p>Really, the S3 access is my favorite. It&#8217;s rare that I actually need to access my bucket(s) from work &#8211; generally all of my usage is <a href="http://www.mattshelton.net/2007/10/25/home-backup-project-part-5-evaluating-incremental-backup-options/">from home</a> &#8211; however, Bucket Explorer doesn&#8217;t live up to my expecatations. Nothing big, really&#8230; it just randomly forgets my S3 credentials and sometimes thinks that I don&#8217;t have an internet connection. Other than those &#8220;features&#8221;, it works &#8220;fine&#8221;.</p>
<p>UpRight, however, works perfectly for this purpose. It is no more and no less than as it advertises itself. It moves selected files/folders, and it does it very well.</p>
<p>Of course UpRight is, like any software application, not perfect. There are a couple of things I&#8217;d like to see Otaku improve or add:</p>
<ul>
<li>Handle file overwriting. Right now, it just overwrites without asking. I&#8217;d like to see at least the option for a prompt which I can choose to turn off as needed. Per-location prompt preference would be great.</li>
<li>SCP support. UpRight would be <strong>perfect</strong> for the quick uploading I do from work to home, currnelty using WinSCP (which I do really like).</li>
</ul>
<p>One feature I don&#8217;t have much use for is the ability to take an action after the upload completes. In its current form, this allows you to customize the &#8220;completed&#8221; dialog, send an email or copy some text to the clipboard. I can very easily envision strong use cases for each of these options, but for me.. meh. I&#8217;d love to see an option to &#8220;run this command&#8221; as well so that I could have the upload trigger a script of some kind.</p>
<p>Overall, I&#8217;ve saved some time with UpRight. It&#8217;s not a killer app, but it saves a couple of minutes throughout the week, and I really like that.</p>
<p>Otaku also makes a few other nifty utilities such as <a href="http://www.otakusoftware.com/topdesk/">TopDesk</a> (Expose and 3D task switching for Windows) and <a href="http://www.otakusoftware.com/deskspace/">DeskSpace</a> (think Compiz Fusion for Windows). I&#8217;ve been using TopDesk for a few years, and have had varying degrees of use for it since, I think, version 1.2ish. At the moment, I&#8217;m using it to quickly move my windows out of the way when I need to see my desktop, tile my app windows when I have too much going on, and display the pretty 3D task switcher when my laptop&#8217;s memory isn&#8217;t <em>completely</em> used up.</p>
<p>Were I to score products, I&#8217;d give this one a 7/10 &#8211; <em>Not awesome, but certainly very useful. I&#8217;ll install it next time I reload my system.</em> I don&#8217;t, however, so you should ignore this and the previous sentence!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattshelton.net/2007/12/05/fiddling-with-upright/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

