You are here: Home / Javascript Tutorials
Javascript Tutorials - Learn Javascript For Free

JavaScript is a scripting language mainly used for client side web development. The object oriented language lets you make your web pages interact with your visitors. JavScript is a good language to learn if you want to make your web pages more dynamic.

    JavaScript and regular expressions make a powerful duo
    This tutorial walks you through the process of using regular expressions in JavaScript, including sample code you can use for...
    Simulate a Windows-like Button Using JavaScript
    Peter shows how you can use the HTML <img> tag - along with a little JavaScript - to create interactive...
    Speed Up Your Site: Optimizing Loops in JavaScript
    Looping through variables, while critical to the success of most programs, can be a significant performance drain if not handled...
    JavaScript and Object Oriented Programming
    JavaScript may not be known for its object oriented properties, but it does support most of the features required to...
    Understanding The JavaScript Event Model INSERT INTO `sites` VALUES (part 1)
    This may be news to you, but JavaScript comes with a powerful and flexible event model, one which provides developers...