Create a menu using batch commands
Month: July 2008
Ajax Autocomplete Tutorial
This a solution i used in many autocomplete input fields. I have implemented it to php and C# web application.…
IIS Server Error
Every developer likes to take certain things for granted – like ASP.Net being configured correctly with IIS. However sometimes there…
Javascript commands for the most common actions
Some of the most common javascript commands that i quickly managed to collect. This list is going to grow quickly.…
Retain scroll position after browser refresh
Retain scroll position after browser refresh As Joel Spolsky points out, updating web pages by getting just the bits of…
Css trick – Preload images
[sourcecode lang=”CSS”] #preloadedimages { width: 0px; height: 0px; background-image: url(‘path/to/image1.png’); background-image: url(‘path/to/image2.png’); background-image: url(‘path/to/image3.png’); } [/sourcecode] You dont even have…
Button Submit Once!
In a web application where the users are real dum the ussualy double click in buttons so the filled forms…
PHP and Microsoft MSSQL SERVER
This is a solution that took me about 1 year to make it work. I proudly present the way to…
NOD32 blocking WampServer
WampServer 2 seemed to work ok with Vista but suddendly stop working. Something block the browser from opening the pages.…
A textarea with maximum characters allowed
Add this script Add the TextArea Add this to display the remaining chars