One of these little tasks we all need to do every once in a while is signing documents. As usual, many traditional institutions don't (yet) support digital fingerprint signing, so they require a "real" handwritten signature. Filling in the form can be done online, everybody has the Acrobat plugin to make that happen, but attaching a signature?
There are a few quick and free ways to accomplish this, without printing out your document, signing it with a pen, and rescanning it. Of course you just attach an image of sufficient quality. One PDF-reader that does this is NitroPDF. It is free to try, and you can actually sign your documents with the free version by inserting a scanned (or photographed) image of your signature. The pro version offers batch processing, word integration and full control.
If...
Friday, August 17, 2012
Wednesday, August 15, 2012
Wordpress vs. Drupal

Two of the most prominent tools to create websites are Wordpress and Drupal. Both of them are well developed PHP-based open source content management systems. When people start websites these days, they need to pick an appropriate framework first. I'll try to explain when Wordpress is more suitable, and when Drupal would be advisible.
The common preconception can be summarized in two prejudices:
(1) Wordpress is just for blogging
(2) Drupal is a complicated CMS with a very steep learning curve
This is not true. Wordpress can be, and has been, used for full-blown websites, and vice-versa, you can do amazing things drupal without in-depth knowledge.
Wordpress...
Tuesday, August 7, 2012
Dlvr.it

Most of us have used some platforms built on top of social networks like facebook and twitter. Services like Hootsuite, Tweetdeck, and Socialoomph come to mind (they are actually the top three). I've used them for a bit, but found them too bulky, especially if you are not working in a fixed office, but often on the road, relying on the small screen of a netbook or even more portable device. What I wanted was a service that simply published my content to a selection of targets.
I recently discovered such a service: dlvr.it. This is indeed very simple to use and manageable on a portable device. I've set up several "routes", which connect sources...
Thursday, August 2, 2012
Scripting with autohotkey

Here's a tool that is easy to use yet extremely powerful. If you're an average computer user who just reads emails and edits an occasional word document, you can benefit from autohotkey. If you're a heavy user and it's not uncommon that you've more than 20 windows open, you can benefit even more from this scripting program.
Experts agree that Autohotkey is one of the best automation tools around. Perhaps you haven't heard of it before, because you've never seen any ads? Well, that's because it is open-source freeware! The benevolent geek who created this over the course of many years has made the source code as well as installer packages...