| Code Language |
Title / Description |
|
| JAVA |
Disable / Enable Form Fields |
| |
This script shows you how to enable & disable form fields! |
|
| JAVA |
Dynamic Drop down lists |
| |
This small script shows you how you can add dynamic entries to drop down lists. You can also delete them as well. This works in IE 6+. If it works in anything else, great! |
|
| JAVA |
Show / Hide Menus |
| |
I needed a way to have multiple forms on one page. Kind of like how most property windows are on a Windows Systems. This allows you to do just that. When you click on "menu2", it hides "menu1", etc. It is pretty easy to understand how to add more. Great if you want lots of properties, but divided into sections |
|
| PHP |
GD - Copyright your images, with text |
| |
This will allow you to add text, center on the image. This way you can copyright your images. Great if you use E-Bay and do not want people to steal the images you took |
|
| PHP |
GD - Resize Image |
| |
This function will resize a JPEG,GIF or TIFF using the built in GD functions of PHP. |
|
| PHP |
Outputting Buffer to screen. |
| |
A small example on how to output to the screen when waiting for a task to complete. |
|
| PHP |
Password Protect your Pages |
| |
Just a small piece of code that can be used to password protect pages on your web site. It is good if you want to run some type of management application, but do no want to go through the hassles of setting up a complexed authentication scheme. |
|