April 20th, 2007
I just completed the easiest operating system upgrade I've ever experienced: Ubuntu Edgy Eft to Feisty Fawn. I directed the entire process over VNC, and did not have to leave the GUI at any time. Only a single restart was required, I did not have to edit any config files, and there does not seem to be anything left to clean up.
Read full entry »
4 comments | Posted in Recommendation, Software
April 2nd, 2007
WordPress is nice, but some of the plugins I've installed really boost the user experience (and mine!) I thought I'd share what I've gathered.
Read full entry »
7 comments | Posted in Recommendation, Software
March 22nd, 2007
One of the problems with AJAX-style hash-based permalinks (as in use at WikiMapia) is that the browser's history becomes cluttered, and the user has to hit Back a large number of times to escape the page. By using location.replace, I've devised a way to keep the history pristine yet allow DOM-state permalinks.
Check out the demo. (Should be working now, thanks wioota.)
3 comments | Posted in Software
February 6th, 2007
Combining the power of hot buzzwords such as "closures", "private and privileged scoping", "anonymous functions", and "object namespacing", I present a framework for future Javascript libraries.
Read full entry »
No comments | Posted in Software
January 12th, 2007
A while back I wrote a very simple plugin for WordPress that would automatically insert Dublin Core metadata into the header of my blog posts. I released it under a free license (as version 0.2) with the hope that someone more proficient in WordPress than I would come along and build on my work. And someone did!
Read full entry »
8 comments | Posted in Personal, Software