May, 2009

Setting up Emacs on Windows

Today I decided to give Emacs another go. I was quite decided to stick with Vim, until I ran into a few XML formatting issues. The XML support is a bit limited and unfortunately it's not the only one on the list. I still think it's a great editor and knowing a few shortcuts always saves the day - and it's also deployed by default on all Unix like machines.

Perl: Automated Browsing or Testing Web Applications

While working with web applications, there are two cases when the ability to browse pragmatically web pages can be very useful: testing and screen scraping. This Perl script provides the ground basis for both - all you need is to insert the specific code for processing a page.

ruby: batch link checking

While testing a web application, sometimes it's useful to batch test a number of URLs. Even more, some applications might not be too friendly towards free browsing, thus when testing something like this, it might be a good idea to keep some sort of state on the client (cookies for example).

GreaseMonkey: Link videos from Last.fm to YouTube

Last.fm has one small feature that I miss a lot: a direct link on the video page to the original YouTube page. Of course, this only applies to videos from YouTube, but I'm amazed they didn't introduce this yet (or maybe I'm just too blind to see it).