Categories
Tags → Script Example

Open Window

The open window script is often used and this is another example of the window.open function. Online demo available.
DETAILS

Examples of the preg_match function

The preg_match function of Php is often used and the online script here includes few examples which can be implemented in any code. There is an online demo. The code will be updated regularly. - just added a preg_match_all example
DETAILS

Micro Mailer

Micro Mailer is a small PHP class which allows you to send emails from your PHP script more simple. It contains an example file as well to learn how to use the class.
DETAILS

Reading && Updating Content of a file

This script shows an example of a counter being incremented every time the page is loaded. This is achieved by reading a file line by line using the fgets function and exctracting the 2 fields (one for the date one for the counter). The file is the...
DETAILS

Proxy Link Indexing Script

Proxy Sites have taken the internet by storm, with literally thousands of web-based proxies now available online. Privacy is a really big issue on the internet, resulting in web-based proxies becoming increasingly popular. Our script helps you cash ...
DETAILS

ASP Form Image Code Verification Script (using ASPJpeg)

What follows is a very simple asp code verification system using the excellent ASPJpeg component to create the imag. It is designed to prevent automatic submission of forms by automated baddies / spammers. A working example of this can be see on my c...
DETAILS

Unobtrusive Javascript Validation

Just add these files to your webpage header, and the script will automatically validate your web forms for incorrect user input. Just specify some specific classes and a title for each element, and when the user clicks submit all the checking i...
DETAILS

Basic Drag && Drop

This script features an example of a simple drag and drop which can be customized and implemented on several system. It detects the browser and retrieves the mouse coordinates. There is a demo.
DETAILS

Document Object Model Manipulation

This script introduces few functions (appendChild, nodeValues...) commonly use for DOM navigation. It features a live example which has been tested on IE && Mozilla/Firefox.
DETAILS

The Generator Generator

Scripting GD images is easy. Creating the site layout and backend for your script usually takes much longer. Not any more! The Generator Generator Generates an almost complete ajax powered image generator application in seconds. All that&apos...
DETAILS

Page:
©2019 A--9.com