Archive for July 10th, 2008

Retain scroll position after browser refresh As Joel Spolsky points out, updating web pages by getting just the bits of information that have changed instead of refreshing the whole page is the wave of the future. Whether we’re calling web services within a client-side page or using a gmail-like JavaScript technique (darn cool), it’s going […]


#preloadedimages { width: 0px; height: 0px; background-image: url(path/to/image1.png); background-image: url(path/to/image1.png); background-image: url(path/to/image1.png); background-image: url(); } You dont even have to put this in a html element.  Just in your stylesheet!!! pretty simple, isnt it?


In a web application where the users are real dum the ussualy double click in buttons so the filled forms are submitting more than 1 time. Here is the script to prevent that.


This is a solution that took me about 1 year to make it work. I proudly present the way to make php connect to an Microsoft SQL Server 2005 or SQL Server Express in all major Win OS (XP, VISTA , Widows Server). Quick tip: use # to make MsSQL dates work!! So here it […]