I wrote this game after My Little Word Puzzles, which due to its complexity contained quite a few bugs. After downloading the scripts, you'll have...
Sponsored Links:
|
|
Freeware |
Web Hosting Client Manager allows you to see the clients that signed up on a month by month basis. Say goodbye to renewing domains for no reason,...
|
|
Freeware |
Verifies that a string looks like a real email address. It may return false for some valid exotic email addresses. To correct this you may want to...
|
|
Freeware |
Verifies that a string looks like a real email address. It may return false for some valid exotic email addresses. To correct this you may want to...
|
|
Freeware |
I wrote this function to intercept strings that would not make good user names due to the presence of invalid url characters. If the string...
|
|
Freeware |
Make PHP generated web content available only to your users! I derived this function from some PHP code that I used on the administrative portion...
|
|
Freeware |
Include this script in the PHP pages of your web site in order to display the number of people that are viewing them. Before using this script...
|
|
Freeware |
The Users Counter is a PHP based counter script that can be used to count and display the number of users who are browsing through your websites...
|
|
Freeware |
I find this little script very useful for web applications that need to automatically generate tables. I wrote it because I felt it was wrong to...
|
|
Freeware |
Add Spam Arrest affiliate banners to your website with ease. Randomly selects a banner of the appropriate size. Dont forget to assign values to...
|
|
Freeware |
The ASP version of server-side-clock.php, this recursive function tells the date on the server that it is being served from. On loading, it...
|
|
Freeware |
Just like countdown-clock.js, this script allows you to place countdown clocks on your web site. Unlike that one, whose computed time period...
|
|
Freeware |
This JavaScript function allows you to set the value of a select tag without having to know its position in the list. In the sample above, type in...
|
|
Freeware |
I find that when developing input forms, adding select tags is one of the most tedious tasks. This is especially true if they have to remember the...
|
|
Freeware |
I wrote this for a web hosting client who was in the real-estate business. It allows you to put listings up for sale and for rent. Installing this...
|
|
Freeware |
This is the ASP version of params.php. The function is not as necessary in ASP as it is in PHP, but it makes translating my scripts an easier task.
|
|
Freeware |
This script provides the date of any upcoming week day, it's perfect for sites that announce weekly activites. It takes one argument, a number...
|
|
Freeware |
This is the photo gallery that I personally use. I always post 800 by 600 high to medium quality jpegs that I optimise for the web using photoshop....
|
|
Freeware |
Mouse-events.html is a template for handling three basic mouse events: Moving, pressing down on a button, and releasing the button. It works in IE...
|
|
Freeware |
Drag your photos directly from your digital camera, to your online gallery. jpg-dump-photo-gallery.php?b will take the jpegs in the source folder...
|
|
Freeware |
I quickly wrote this script to help out a web hosting client whose developer was insisting I install ImageMagik on our server. It allows you to put...
|
|
Freeware |
This function allows you to read form variables from static HTML. Combined with the document.write() method, you can actually add dynamic content...
|
|
Freeware |
This is the JavaScript version of Directory Navigation Links, for those who wish to implement the solution on static html. Directories() returns an...
|
|
Freeware |
4 javascript cookie functions that I wrote for various website projects. I put them together in this script and used the above form to debug them....
|
|
Freeware |
Items shopping cart is a database driven PayPal cart. It was written to be easily modified and integrated into an existing e-commerce site. It...
|
|
Freeware |
This is a PHP based shopping cart which uses MySQL database as backend for storing data. This program is easy to use on any website. If this...
|
|
Freeware |
Although it is possible to use include files in ASP, I found that it was not possible to do so during runtime. VBScript seems to be lacking an...
|
|
Freeware |
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...
|
|
Freeware |
I wrote these functions to keep my GD generated images from being hotlinked. This was based on the idea that both the php script calling the image,...
|
|
Freeware |
ShowThread() is the only function of interest, all the others are just helper functions. To create a new Thread, use ReplyToMessage(null, 0). In...
|
|
Freeware |
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,...
|
|
Freeware |
dhtml layers
|
|
Freeware |
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...
|
|
Freeware |
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...
|
|
Freeware |
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...
|
|
Freeware |