Development Projects

WordPress Plugins

Categories

Blogroll

Buy Me a Beer

Have you found these plugins or this site useful? Programmers need fuel.
$

Howto

How to Setup VMWare Server 1.0.4 on Debian (etch)

Monday, February 25th, 2008

How to setup VMWare server 1.0.4 on debian stable (etch) system. Once complete we will have a VMWare server system that can be access from anywhere on the local network and authenticated via LDAP.

Debugging Javascript in IE Without Visual Studios

Sunday, February 24th, 2008

Go figure that Firefox, with the help of Firebug would make it easy to debug javascript for your web applications. However, if you are writing production caliber web applications you MUST ensure it works with Internet Explorer as well. Whether we like it or not, IE still has the numbers.
Unfortunately, debugging Javascript issues on IE […]