Cookies with JavaScript by Ahmad Permessur 10/08/06
In this tutorial we will be able to handle cookies using JavaScript. We will implement both script and HTML page. more...
Ajax & PHP without using the XmlHttpRequest Object by Dennis Pallett 1/20/06
In this tutorial Dennis Pallett shows you how to do Ajax, also known as remote scripting, without having to use the XmlHttpRequest object, using some clever PHP and JavaScript more...
Object Oriented Javascript by George Jempty 3/27/05
A demonstration of data hiding in Javascript to prove that it is indeed a bona fide object-oriented language more...
Embedding JavaScript by Robert Flake 1/29/05
JavaScript code is typically embedded into an HTML document using the SCRIPT tag. more...
OOP in JavaScript by Sergey Zavadski 9/18/04
The article by Sergey Zavadski introduces the object model of the JavaScript programming language and demonstrates common practices in the OOP (object oriented programming) with the JavaScript. more...
Client-side text field validation with Javascript by Steve Adcock 4/30/04
Javascript is as powerful as any client-side language comes, and text field validation is a tremendously desired capability many webmasters want for their forms. Let's take a look at a little javascript for the purpose of validating feedback forms. more...