Archive for September, 2007

How To Insert JavaScript in Blogsome

from StandAlone

Form Validation

Regular Expression (Wiki)
JavaScript RegExp Object
Extendable Javascript Validation Routines
JavaScript validate ‘as you type’
Email Address Validation
CodeToad - Javascript Email Validation function
validForm.html

PHP: number_format

Manual

eg:

$usd_total = $total * 0.2857;
$tmp_total = number_format($usd_total, 2, ‘.’, ‘’);

Installing Programs on a U3 Smart Drive Launcher

Elite News

 

Email Attahment (1)

Attempting to create a form which which enables user to attach a file and send as email attachments. Below are some site which i googled. Havent do indepth looking at those coding yet. 

1
2
3
4
5
6
7