Category: android
Introductory PhoneGap Tutorial for Android
Category: apache-httpd
Configuring Apache Server Load Balancing for Multiple Virtual Hosts
Compiling Apache httpd from Sources
Apache HTTP server (SSL) + Tomcat 6.x on Ubuntu and CentOS
Category: architecture
Improving Architecture with Structure 101
Category: books
Free technical books and resources
Category: browsers
Quick Tip: Fun with JavaScript Console in Browsers
Google Chrome Integrated PDF Support
Firefox extension compatibility
Firefox add-ons
Profiling Firefox
Firefox 3 Download Day
Safari popups in new tab
Category: experiments
Experimenting with WebGL
SSH tunneling simplified (I think)
Mouse click experiment
After writing about keyboard oriented software I’ve been doing a little experiment for a few weeks now and I thought I’d share the results. I’ve been using a little program called Click Counter, well actually it’s a compiled AutoHotKey script which I found on this forum. Source for the script is available if you don’t like the idea of using an executable found on some forum. My idea was to track all my mouse clicks throughout the day and see how much I can reduce the amount of times I reach for the roddent. The Click Counter tool only produces data as a text file, but it’s way more fun to see some graphical representation of my clicking habits, so I threw together a simple Java program that reads the produced log file from the Click Counter and outputs a nice graph with monthly mean average. It’s done with maven and contains .bat files to further simplify the building and running process. So without further ado here are my results