Kaoz-tutorials
Filters (New!) | RSS feed RSS feed | Our Tutorials | Submit Tutorials | Contact

JavaScript > Basics

 
Photoshop
Flash
HTML and CSS
JavaScript
Advanced
Ajax
Basics
Dynamic HTML
PHP programming

Event Handlers February 5th, 2008

Now we're going to get onto the dynamic parts of JavaScript. Events are occurrences triggered by a user interacting with your page, whether it be clicking on something or just moving their mouse around. By the end of this tutorial you'll have things responding to all sorts of user interactions.

JavaScript >> Basics >> yourhtmlsource.com
Broken Link | 16 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Form Validation February 5th, 2008

One of the primary reasons JavaScript was assembled was to check whether the values entered into forms by readers were correct, thereby bypassing the lengthy trip to a CGI program to do the check. Here we'll learn the methods used to validate form input, using the onSubmit event handler.

JavaScript >> Basics >> yourhtmlsource.com
Broken Link | 8 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Programmer's Guide to Regular Expressions February 5th, 2008

Regular expressions are, in short, a way to effectively handle data, search and replace strings, and provide extended string handling. Often a regular expression can in itself provide string handling that other functionalities such as the built-in string methods and properties can only do if you use them in a complicated function or loop.

JavaScript >> Basics >> javascriptkit.com
Broken Link | 5 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Flashing Text using JavaScript December 13th, 2007

Create a flashing text effect

JavaScript >> Basics >> drquincy.com
Broken Link | 13 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Basic JavaScript Rollovers December 11th, 2007

A simple JavaScript tutorial showing how to replace an image when the cursor rolls over it.

JavaScript >> Basics >> joemaller.com
Broken Link | 15 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Popups September 1st, 2007

Sometimes it's useful to add a popup to your pages. When the user clicks on a link, a new window opens and displays a page.

JavaScript >> Basics >> quirksmode.org
Broken Link | 32 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

JavaScript isNaN() Function August 31st, 2007

The isNaN() function is used to check if a value is not a number.

JavaScript >> Basics >> w3schools.com
Broken Link | 8 clicks |
  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Javascript Date and Time Object August 30th, 2007

The Date object is useful when you want to display a date or use a timestamp in some sort of calculation. In java you can either make a Date object by supplying the date of your choice, or you can let Javascript create a Date object based on your visitor's system clock. It is usually best to let Javascript simply use the system clock.

JavaScript >> Basics >> tizag.com
Broken Link | 13 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Strings August 30th, 2007

On this page I explain what strings are and then give an overview of some useful things you can do with them.

JavaScript >> Basics >> quirksmode.org
Broken Link | 14 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5