<?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>Jeff Harbert&#039;s Blog &#187; Software</title>
	<atom:link href="http://blog.jeffharbert.com/index.php/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jeffharbert.com</link>
	<description>computers.books.philanthropy.privacy</description>
	<lastBuildDate>Wed, 19 Oct 2011 19:42:24 +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>Turning off User Account Control, or You&#8217;re Damned Right I&#8217;m an Expert</title>
		<link>http://blog.jeffharbert.com/index.php/2009/12/turning-off-user-account-control-or-youre-damned-right-im-an-expert/</link>
		<comments>http://blog.jeffharbert.com/index.php/2009/12/turning-off-user-account-control-or-youre-damned-right-im-an-expert/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 13:30:00 +0000</pubDate>
		<dc:creator>Jeff Harbert</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[How I Do IT]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.jeffharbert.com/index.php/2009/12/turning-off-user-account-control-or-youre-damned-right-im-an-expert/</guid>
		<description><![CDATA[My biggest gripe about Windows 7 is the impact User Account Control has on the command line. Unless you turn UAC completely off, every time you run something on the command line that Microsoft has deemed requiring your password – &#8230; <a href="http://blog.jeffharbert.com/index.php/2009/12/turning-off-user-account-control-or-youre-damned-right-im-an-expert/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.jeffharbert.com%2Findex.php%2F2009%2F12%2Fturning-off-user-account-control-or-youre-damned-right-im-an-expert%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.jeffharbert.com%2Findex.php%2F2009%2F12%2Fturning-off-user-account-control-or-youre-damned-right-im-an-expert%2F&amp;source=JeffHarbert&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>My biggest gripe about Windows 7 is the impact User Account Control has on the command line. Unless you turn UAC completely off, every time you run something on the command line that Microsoft has deemed requiring your password – even if you’re in the local Administrators group – you get an Access Denied error.</p>
<p>Screw. This. Noise.</p>
<p>This is the “ZOMG!!! If you run things as root you’ll destroy the planet!” Linux model.&#160; I don’t like it in Linux, and I definitely don’t like it here. Which mean, yes, when I’m working in Linux I log in as root. Why? One reason is that I want to be able to break things, software-wise.&#160; I want to understand why something has broken, how to avoid breaking it again in the future, and how to fix it. Knowing these things makes me a better admin.</p>
<p>The SU/SUDO model doesn’t really stop admins from breaking things, it just gets in their way.&#160; Ordinary users need the protection of SU/SUDO, not experienced administrators.&#160; It also gets in the way of doing certain things on the command line.</p>
<p>Which brings me back to Windows 7.</p>
<p>Microsoft made UAC much, much better in 7 than it was in Vista.&#160; Still, even on its lowest setting, it’s getting in my way.&#160; For example, I have a batch file on my computer.&#160; Been using it for years.&#160; The name of the file is DC.bat and it contains a single line: “defrag c:”.&#160; That’s it.&#160; In Windows XP, any time I want to defrag the hard drive I hit Windows + R, type “dc” and hit the Enter key.&#160; Boom, done.&#160; UAC prevents me from doing this in Windows 7, along with a lot of other things on the command line.</p>
<p>Forgive me while I repeat myself: Screw. This. Noise.</p>
<p>I completely understand the need to lock things down on a company network to protect the network from users who don’t know how to not break things, but this is a standalone computer with a single user &#8211; me.&#160; Also, to toot my own horn, I’m a freaking expert when it comes to Windows.&#160; I, and people like me, don’t need to be hamstrung by UAC.</p>
<p>So, finally, I turned it off completely.&#160; My computer is now in the undocumented “You’re damned right I’m an expert” mode.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jeffharbert.com/index.php/2009/12/turning-off-user-account-control-or-youre-damned-right-im-an-expert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sometimes Computers Don&#8217;t Make Sense</title>
		<link>http://blog.jeffharbert.com/index.php/2009/09/sometimes-computers-dont-make-sense/</link>
		<comments>http://blog.jeffharbert.com/index.php/2009/09/sometimes-computers-dont-make-sense/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 15:35:00 +0000</pubDate>
		<dc:creator>Jeff Harbert</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://blog.jeffharbert.com/index.php/2009/09/sometimes-computers-dont-make-sense/</guid>
		<description><![CDATA[I use Firefox as my primary web browser.&#160; One of the extensions I use is Gmail Manager, which checks my Gmail accounts) and tells me when I have new emails waiting.&#160; Here’s what it looks like in use: A few &#8230; <a href="http://blog.jeffharbert.com/index.php/2009/09/sometimes-computers-dont-make-sense/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.jeffharbert.com%2Findex.php%2F2009%2F09%2Fsometimes-computers-dont-make-sense%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.jeffharbert.com%2Findex.php%2F2009%2F09%2Fsometimes-computers-dont-make-sense%2F&amp;source=JeffHarbert&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
</p>
<p>I use <a href="http://www.mozilla.com/en-US/firefox/" target="_blank">Firefox</a> as my primary web browser.&#160; One of the extensions I use is Gmail Manager, which checks my Gmail accounts) and tells me when I have new emails waiting.&#160; Here’s what it looks like in use:</p>
<p><a href="http://blog.jeffharbert.com/wp-content/uploads/2009/09/Gmail.jpg"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Gmail" border="0" alt="Gmail" src="http://blog.jeffharbert.com/wp-content/uploads/2009/09/Gmail_thumb.jpg" width="185" height="32" /></a> </p>
</p>
</p>
<p>A few days ago, I noticed that I wasn’t getting any new emails.&#160; I receive a ton of email, so this was unusual.&#160; I logged into my Gmail account to find I had about 25 new emails waiting.&#160; Gmail Manager obviously wasn’t reporting correctly.</p>
<p>I’ll spare you the troubleshooting steps I went through.&#160; Suffice it to say I spent a couple of hours looking into this problem, and I was not the only person experiencing this problem.</p>
</p>
</p>
</p>
<p>My research led to one, and only one, potential solution.&#160; There’s a service that every internet-connected computer uses called DNS – Domain Name Service.&#160; See, computers don’t understand terms like <a href="http://www.gmail.com">www.gmail.com</a>, they understand numbers.&#160; The website <a href="http://www.gmail.com">www.gmail.com</a> resolves to 74.125.47.17.&#160; Now, any DNS server on the planet can resolve this address, and my computer was resolving it just fine.</p>
<p>Every ISP from AOL to Comcast to Mindspring provides DNS servers to their customers.&#160; The internet would not work without DNS.</p>
<p>However, there is also a free third-party DNS system called OpenDNS.&#160; You can manually tell your computer to use their servers rather than your ISPs servers.&#160; When I set my computer to use OpenDNS, Gmail Manager started working again.</p>
<p>This makes no sense at all.&#160; My computer resolved <a href="http://www.gmail.com">www.gmail.com</a> to 74.125.47.17 both with and without OpenDNS. The DNS server I use should have no effect whatsoever on any service that uses it – yet, here it is.</p>
<p>The first rule of troubleshooting is to look for repeatability.&#160; To that end, I went back to my ISP’s DNS servers and sure enough, Gmail Manager broke again.&#160; I checked this on two other computers. Same result.</p>
<p>I can’t come close to explaining this, and I’ve worked with Microsoft Windows for over fifteen years.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jeffharbert.com/index.php/2009/09/sometimes-computers-dont-make-sense/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recommended Software &#8211; DropBox</title>
		<link>http://blog.jeffharbert.com/index.php/2009/08/recommended-software-dropbox/</link>
		<comments>http://blog.jeffharbert.com/index.php/2009/08/recommended-software-dropbox/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 15:30:00 +0000</pubDate>
		<dc:creator>Jeff Harbert</dc:creator>
				<category><![CDATA[Services]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.jeffharbert.com/?p=47</guid>
		<description><![CDATA[I&#8217;ve tried many online file backup solutions and all of them have left me wanting.  Then I found DropBox.  DropBox works a bit differently than other online backups.  Rather than merely telling the software what folders you want to back &#8230; <a href="http://blog.jeffharbert.com/index.php/2009/08/recommended-software-dropbox/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.jeffharbert.com%2Findex.php%2F2009%2F08%2Frecommended-software-dropbox%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.jeffharbert.com%2Findex.php%2F2009%2F08%2Frecommended-software-dropbox%2F&amp;source=JeffHarbert&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;ve tried many online file backup solutions and all of them have left me wanting.  Then I found <a href="https://www.getdropbox.com/link/21.6If93r2PP7" target="_blank">DropBox</a>.  DropBox works a bit differently than other online backups.  Rather than merely telling the software what folders you want to back up, DropBox creates a folder on your computer and it&#8217;s that folder that gets backed up.  I see this as a benefit because it keeps things simple, and it&#8217;s outside of the normal Windows &#8216;My Documents&#8217; structure.  I like software that leaves me in control, and DropBox definitely does that.</p>
<p>Place a file in your DropBox folder and it&#8217;s immediately copied to DropBox&#8217;s servers.  This happens as quickly as the upload bandwidth on your internet connect will allow.  This is not technically real-time, but it&#8217;s fully automatic and doesn&#8217;t require you to manage a backup schedule.</p>
<p>There are two enormous benefits to DropBox.  First, you can install it on as many computers as you like.  Update a file on one computer, it&#8217;s pushed up to DropBox, and then in turn pushed to your other computers.  This keeps the DropBox folder on your computers perfectly synchronized.  I&#8217;m not aware of any other online backup solution that offers this.</p>
<p>Second, your files are available online through DropBox&#8217;s website.  Should you happen to need a file from your DropBox and you&#8217;re using a computer without the DropBox software installed, just login to their website and download your files.</p>
<p>DropBox will backup 2Gb of files for free.  If you sign up through <a href="https://www.getdropbox.com/referrals/NTU2OTMxMDk" target="_blank">this link</a>, you&#8217;ll get an extra 250mb of space.  Higher capacity plans are available for very reasonable rates.</p>
<p>DropBox is available for Windows, Mac, and Linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jeffharbert.com/index.php/2009/08/recommended-software-dropbox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mixero Review</title>
		<link>http://blog.jeffharbert.com/index.php/2009/07/mixero-review/</link>
		<comments>http://blog.jeffharbert.com/index.php/2009/07/mixero-review/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 14:41:42 +0000</pubDate>
		<dc:creator>Jeff Harbert</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.jeffharbert.com/?p=34</guid>
		<description><![CDATA[Mixero is a Twitter client.  It’s the only one I’ve seen so far that has the one killer feature I’ve been waiting for – keyword blocking ability. I can’t tell you how much I’ve wanted and appreciate this feature. Overall, &#8230; <a href="http://blog.jeffharbert.com/index.php/2009/07/mixero-review/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.jeffharbert.com%2Findex.php%2F2009%2F07%2Fmixero-review%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.jeffharbert.com%2Findex.php%2F2009%2F07%2Fmixero-review%2F&amp;source=JeffHarbert&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://mixero.com/" target="_blank">Mixero</a> is a <a href="http://twitter.com/lowmileagefood" target="_blank">Twitter</a> client.  It’s the only one I’ve seen so far that has the one killer feature I’ve been waiting for – keyword blocking ability. I can’t tell you how much I’ve wanted and appreciate this feature.</p>
<p>Overall, Mixero is quite easy to use.  Setting up groups only took a minute to figure out, and is quite easy.  It remembers window positions when you reopen the app. You can turn sounds off, resize windows, etc – all the basic stuff you’d expect. If you hover over a shortened URL it’ll show you where it leads before you click on it. I especially like the “Follow Conversation” feature.</p>
<p>However, I’ve encountered two annoyances in Mixero that might make me go back to <a href="http://tweetdeck.com/" target="_blank">Tweetdeck</a> until they’re resolved.</p>
<p>1 – Usernames cannot be simply left-clicked. You must right-click and select Open Link. This wouldn’t be that big a deal if only it worked. Whenever I choose Open Link I receive an error from <a href="http://www.mozilla.com/en-US/firefox/" target="_blank">Firefox</a> (my default browser): <em>“Firefox doesn&#8217;t know how to open this address, because the protocol (event) isn&#8217;t associated with any program.”</em></p>
<p><a href="http://www.twhirl.org/" target="_blank">Twhirl</a>, <a href="http://seesmic.com/" target="_blank">Seesmic Desktop</a>, and Tweetdeck all work fine in this regard, so I am inclined to think this is an issue with Mixero and not with Firefox.</p>
<p>The Twitter client used to post a tweet appears in the tweet. For example: “NASA, today at 6:20 AM from <a href="http://tweetgrid.com/" target="_blank">TweetGrid</a>.”  If you right-click on TweetGrid (in this example) and select Open Link, it works just fine. Actual links in tweets behave as you would expect, opening a new tab in Firefox. Only when Open Link is chosen from the context menu on a username does this behavior appear. All this tells me it’s a bug in Mixero and should be very easy to fix.</p>
<p>2 – Whenever I click a link in a tweet, that tweet becomes and remains highlighted. New tweets do load, but I have to manually scroll up to see them. It’s as if the highlighted tweet has locked the position of the column of tweets. I have to close and reopen the group to restore normal behavior.</p>
<p>Now, I click on a lot of links in tweets. This workaround, closing and reopening a group, is something I’d have to do several times per hour, and I’m not willing to suffer the inconvenience. Software should not get in your way, ever.</p>
<p>3 – If you have a group open on the immediate left of the main window and then open the Options dialog, the Options dialog box is behind the main and group windows. You have to move either the group or main window aside to get to the Options dialog box.</p>
<p>Those are the only major issues I’ve found.</p>
<p>The list of features I’d like to see is a short one: multiple account support and the ability to customize the color scheme.</p>
<p>Because personal computers are indeed (or at least should be) personal, I encourage you to give Mixero a try. To get the beta, you have to <a href="http://twitter.com/mixero" target="_blank">follow them on Twitter</a> and wait for an invitation.  I had to wait three days to get mine, but of course I cannot guarantee what sort of wait you might have.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jeffharbert.com/index.php/2009/07/mixero-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Minor Blackberry Software Rants</title>
		<link>http://blog.jeffharbert.com/index.php/2009/07/minor-blackberry-software-rants/</link>
		<comments>http://blog.jeffharbert.com/index.php/2009/07/minor-blackberry-software-rants/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 18:55:15 +0000</pubDate>
		<dc:creator>Jeff Harbert</dc:creator>
				<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.jeffharbert.com/?p=32</guid>
		<description><![CDATA[Twitterberry: I’m running the Beta version of TwitterBerry. When I load my Friends Timeline, it shows me the tweets from the last time I loaded my Friends View. I manually have to tell it to refresh. Then, when it does &#8230; <a href="http://blog.jeffharbert.com/index.php/2009/07/minor-blackberry-software-rants/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.jeffharbert.com%2Findex.php%2F2009%2F07%2Fminor-blackberry-software-rants%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.jeffharbert.com%2Findex.php%2F2009%2F07%2Fminor-blackberry-software-rants%2F&amp;source=JeffHarbert&amp;style=normal&amp;service=is.gd&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Twitterberry: I’m running the Beta version of TwitterBerry. When I load my Friends Timeline, it shows me the tweets from the last time I loaded my Friends View. I manually have to tell it to refresh. Then, when it does refresh, I loads the new tweets above the ones I currently see. This is as it should be, but then I have to manually scroll up to get to the newest tweet.</p>
<p>Gmail: The Gmail client behaves somewhat similarly – it shows me the emails I had the last time I refreshed them in the client. I have to manually tell it to refresh.</p>
<p>Facebook: The Facebook app doesn’t show me every post from my friends, nor does it show me every comment I receive. Loading the mobile site doesn’t help, either. The only way I can respond to a comment is via the full (meaning non-mobile) Facebook website. This is downright annoying. Also, choosing Close from the menu should close the app and not just take me back a screen. That’s what the Back button is for.</p>
<p>Typepad: How can a huge and popular blogging service like Typepad NOT be mobile browser friendly? I was reading Seth Godin’s website on my Blackberry earlier. It looked like hell because I had to scroll past Seth’s huge (on a Blackberry screen) sidebar. Come on, Typepad. Get with the program.</p>
<p>Amazon: The Amazon.com app for the Blackberry is pretty darn good, but I do wish it had the &#8220;Customers Who Bought This Item Also Bought&#8221; feature. That would make the app rock.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jeffharbert.com/index.php/2009/07/minor-blackberry-software-rants/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

