This is a PHP, Sessions and MySQL based system to protect Your site from unwanted visitors. It uses Javascript and MD5 to encript the password send from the browser. A password manager is included. The system is special because of the access method uses hash to send the password encripted to the server. The server sends only a cookie containing a SessionID back to the client. All other information is stored in a sessionfile on the server. So, no authetification information but the session id is send over Internet. Version 1.1 has an easer way to protect the files You want to protect with a password
Quiz Maker makes it possible for a person with no coding ability to create an awesome HTML quiz. It allows you to pick your background color and text size, color, and font for the header, questions, and answers (all seperately). It automatically includes a copyright. Quiz Maker 1.0 is quick to download and allows you to begin making your own multiple choice quizzes in a breeze!
JS-Changer - JavaScript Changer Application This program will dynamically change image inside your website. Each time website is visited, a new image from a defined image pool will be displayed. Apply a new look to your website with each new visit.
The file type will be checked before uploading the file to the server from the client it self. if there is any suggestions or doubts about this script you can mail me.
A simple JavaScript calculator sometimes may have some unwanted reactions when its user press some buttons unexpected by the design. This calculator has some better controls to avoid these unwanted reactions to the unusual button pressing. It works in the way like a practical product.
Let your visitors see a status bar and information as they wait for your images to preload into there browser cache. Tested on MSIE6 and NS6 but should work on all versions of MSIE and Netscape - NOT Netscape 2-4 (document.layers). This is the improved version of "Image loading message". Easily customisable to work with other scripts.
You've probably seen it somewhere, a cool looking fade in/out effect. It is done with some JavaScript and the filter CSS attribute which only works in the latest versions of MSIE. But what if you want some more control? Or want to make it work in Mozilla? This script will do just that, if you want to, you can modify it to do even more.
This script automatically replaces all checkboxes with your own cool checkbox-image without the need to change any HTML. Your forms will keep working exactly like they did before.
Just created the most wonderful XML/XSL website, but people complain that it doesn't work, simply because their browser is outdated? This script check if client-side XML/XSL transformations are supported and allow you to specifiy an action after that, tell them to upgrade, or just send them to another page.
At my place of employment, we are beginning to plug in international support to our websites. Our clients have gotten used to dynamic number formatting in applications such as Excel. Naturally, we need to duplicate this functionality in our web pages. In many areas, we'll be using the globalization features of Microsoft.NET. Unfortunately, many of our pages have client side functionality that isn't well suited for server controls. So, I was left to come up with a way to format numbers 100% client side in JavaScript. The code sample below is the result of my work.