Verifies that a given string is a good password. If it is a good password, the function returns an empty string. If it isn't, it returns a text string describing the flaws. The function is relatively permissive, but was written to take additional...
Implementing drag and drop functionality is not as simple as one would think. Besides having to do a boundary check on all the draggable layers, you also have to make sure that the right layer is selected when overlapping occurs.
Allows you to place a countdown to any future date of your choice on your website. The one on this page is programmed to display the time left for christmas. I have only tested it on internet explorer 6, however, it should work on 5. the format of...
This script is the alpha version of a blogger that I am working on for FullPages.org. It assumes that there is a MySQL table with user information determinning if a user is logged in or not. It also assumes that every user has a folder in the root...
Organise your week with agenda-calendar.asp. All you have to do is initialize the variables at the beginning of the script, and you're set. This is the ASP version of agenda-calendar.php.Agenda Calendar was written to provide a unique look for... |