You are hereWeb Development / PHP, Web Development
PHP, Web Development
Fixing Drupal's Taxonomy Menu Modules's Tooltip / Title Clutter
Drupal's Taxonomy Menu is very useful for organizing your site, but its developers have added a real nuisance in the form of the title attribute to the "a" tags it generates when paired with a suckerfish menu in a theme or "nice menus" module.
Here's a patch to dismiss that problem, run it from the "modules" folder in your Drupal installation.
XFCE4 review: After Over 10 Years with KDE, I'm Moving to XFCE, and Xubuntu!
In choosing a Linux desktop, I want something both highly stable and great looking. I stare at these monitors for 10-14 hours a day! Speed and ease of configuration/use are also important. This post is about my journey from KDE4 to XFCE4, and is also a review of sorts.
jQuery Ajax Requests on IE6 Need Extra Help To Parse
Using jQuery's .get .post or .ajax features to parse xml results, you may find that only Internet Explorer 6 fails to parse your xml result in the callback function. You can always count on your friend IE6 to crush productivity!
A PHP Discovery: perltidy, meet phptidy
It seems that the many people who have been looking for a php beautifier now have a very nicely done perltidy work-alike in Magnus Rosenbaum’s new phptidy program.