Back in March I started looking for a new mail user agent, commonly referred to as email client. During the last few days I had a little time at my hands and I tried Claws Mail, eM Client, Postbox and Sylpheed. Regarding Postbox I went for the 30-days trial of the full version after I’ve compared the two editions (Postbox and Postbox Express). I set up a few IMAP and POP3 accounts and then I just used each client for a short time.
Once again, I’ll stay true to Thunderbird. To be honest, I liked Postbox a lot but it’s not that much superior to Thunderbird especially if you consider the add-ons situation. What I liked best about Postbox was the way they organized the accounts. That’s where Postbox really shines. So, instead of wasting more time with other clients I just went ahead and did what I wanted to do for a few years – I finally created a nice User.js to store some helpful preferences. I thought I’d share a few of the most important settings that I found with you:
// Thunderbird 3 adds a disk cache. Activate it to cache any remote content.
// Messages and attachments are now cached for IMAP accounts as well.
user_pref("browser.cache.disk.enable", true);
// Grant 50 megabytes of storage
user_pref("browser.cache.disk.capacity", 51200);
Now, let’s move on to the IMAP settings. Read more…
With the debut of a short Mortal Kombat film titled Rebirth speculation has run rampant on the internet yesterday. The nearly eight-minute clip featured a very interesting and dark and gritty take on the fighting franchise. The short is directed by Kevin Tancharoen and features a cast that includes Ian Anthony Dale (Scorpion), Lateef Crowder (Baraka), Mat Mullins (Johnny Cage), Jeri Ryan (Sonya Blade) and Michael jai White (Jax). According to Jeri Ryan’s twitteringRebirth isn’t a live-action trailer for the next Mortal Kombat game and it’s not a trailer for a new MK movie. Looks like an independent production to sell Warner Brothers Tancharoen’s reimagining of the franchise.
So, there’s no guarantee that there will be a reimagining or if there is that the same actors will play the characters in a feature film version. Despite all that, the ‘teaser’ looks like a huge success online. Lots of talk here and there and I have to admit, I like Tancharoen’s vision more than the first two films and I definitely like it more than that sorry excuse for a series titled Mortal Kombat: Conquest. Anyway, enjoy the trailer:
Performance results for the tested URL shorteners
The guys over at WatchMouse did a really interesting comparison: The set a bunch of URL shorteners against each other to see how good they really are. WatchMouse monitored 14 popular URL shorteners for a month and took a long, hard look at availability and speed. Interestingly enough, only goo.gl and twt.tl were always available during the testing period. In terms of speed, Facebook’s fb.me ist by far the slowest of them all and goo.gl reigns supreme.
Also, it seems that only a few of the shortening services optimized their DNS servers for international use. If you’re in the same country as some of the services have their servers stashed, you can look up the IP address half a second faster than an international visitor. In addition to these findings, WatchMouse figured out that bit.ly’s pro service – a paid version offering more options – is slower on average than the free counterpart.
Personally, I don’t use URL shorteners because I like to see where a link gets me. There are a few add-ons and/or userscripts for Firefox to keep you on the safe side though, by expanding shortened URLs. Anyway, if you can’t avoid the use of such a service check out the new website the guys from WatchMouse have set up: the site provides real-time status reports for URL shorteners.
A few minutes ago I stumbled over an interesting article over at Lifehacker. The new beta at Bubbl.us allows users to do some productive brainstorming by offering a free, web-based and simple to use software. You can start to produce good-looking mind maps without registering. If you want to save your mind map though, you should register. It’s free and they don’t want your e-mail address.
Bubbl.us is very easy to use and you will intuitively grasp its options. Most options are very streamlined and can be accomplished without ever needing your mouse. Best of all, apart from printing your mind map, you can export it to JPG or PNG. If you did register, you are able to share your mind maps with others. It’s very speedy although it took me a while to properly save a mind map I created.
It’s good to know that there is a free, web-based solution out there that’s easy to use. If you are not into web-based products, take a look at FreeMind which is a mind-mapping software written in Java. FreeMind offers some attractive features licensed under GPL. Let’s get to work and sketch out your ideas for world domination!
I don’t really have time to fix my userscript Tweak Gametrailers but I just did anyway. The latest changes over at Gametrailers.com introduced a new flash player and banished QuickTime and Windows Media Player. In addition with few moderate changes in the naming scheme my script didn’t work anymore. Now it’ll work again and it’s even smaller than before.
Ah, just to let you all now: Obviously, the guys over at Gametrailers made some bigger changes. Effective immediately you only need to register to completely bypass the age verification. Of course, my script still will take care of that annoyance. Have fun!
So, during the last few weeks I’ve been looking for a password manager. I recently stumbled over RoboForm which is a quite interesting product if you’re looking for a password manager that runs in your browser and acts as a form filler. I tested it for a few days but I didn’t really like it all that much. RoboForm is convenient but it only works within your browser. I’d like to have my password manager available to me all the time, though. Plus, you absolutely have to pay for RoboForm after a trial period of 30 days or it will become seriously crippled in its functionality.
That’s why I once again turned to KeePass which I’ve used for a short while a few years ago. So, I installed KeePass on my systems and dropped the heavily encrypted database in my Dropbox account. After configuration I immediately discovered the awesome potential of a feature called AutoType: Just set the focus on the control accepting your username, press your defined shortcut and the magic happens. KeePass logs you in with the credentials you provided. Nice, you might think. Well, it didn’t work all too well in the browser. I discovered a few scripts on Userscripts.org but not one of them worked as I wanted them too.
No problem, I thought. Just create one yourself … and here it is: KeePass AutoType Enhancer. This script sets the focus on any username field it detects on a web page. You can configure the script to even focus controls that are outside the viewport so that the browser scroll as necessary. If you don’t, it will ignore controls outside the viewport. I’ve implemented the shortcutCTRL+ALT+S to manually focus on the username field. The shortcut will always set the focus on the appropriate field even if it isn’t inside the viewport, thus ignoring the switch provided in the script. Enjoy!