How to Create a Collapsible DIV
This tutorial explains how to create a collapsible DIV with JavaScript and CSS. A simple trick that needs to be used more often. Just as I thought I’d publish a …
How to Create a Collapsible DIV Read MoreThe personal pages
This tutorial explains how to create a collapsible DIV with JavaScript and CSS. A simple trick that needs to be used more often. Just as I thought I’d publish a …
How to Create a Collapsible DIV Read MoreThis article explains how to configure and run multiple MySQL installations under Microsoft Windows. I’ve now MySQL 5.0.37 and MySQL 5.2.3-falcon-alpha set up on my PC. I could easily add …
Multiple MySQL installations Read MoreWhile looking for something completely different I stumbled across this article by Jeffrey Zeldman. It explains in detail some issues related to the DOCTYPE which I’ve never thought of. You’ve …
Fix your site with the right DocType Read MoreThe Flash driven line and area chart from amCharts is a great way to display data dynamically on your site. All the data needed are stored in a separate XML …
Dynamic Flash Charts Read MoreI’ve just added the comic strip “Help Desk” from ubersoft.net to my sidebar by including a few functions to the main functions.php file (actually just by doing an include() to …
“Help Desk” added in sidebar Read MoreHave you ever tried to include special characters like e.g. é, ê, è, ‘ or “ as a string into a JavaScript (like in an alert message when someone forgot …
JavaScript and special characters Read MoreUp until IE7 Microsoft haven’t provided support for PNG images which in turn makes it difficult to apply transparent page effects. In CSS you can set the transparency in different …
Validate CSS style “opacity” Read MoreLightbox is a simple javascript/CSS plugin that allows loading fullsize images as an overlay when clicking the thumbs. Click the picture below to get the basic idea. To get this …
Lightbox image plugin Read MoreComprehensive list of every major – and some minor – programming languages that have developed from 1954 to today, starting with Fortran! Read more | Digg story
History of Computer Programming! Read MoreA great guide for converting your Perl scripts to PHP and vice-versa. Read more | Digg story
Convert your Perl scripts to PHP Read More