Updated Articles and Resources
Sign Up for Our Free Newsletters
Thanks, You're in!
JavaScript Categories
- Javascript Tutorials
- Problem Solving
- JavaScript Testing
- Controls and Widgets
- Validate Form Content
- Regular Expressions
- Animation and Special Effects
- Creating and Modifying Browser Windows and Frames
- Image Manipulation
- Asynchronous Javascript and XML
- Bookmarklets and User Scripts
- Online JavaScript References
- JavaScript Fundamentals
- Add Pre-written JavaScripts to Your Web Pages
- Learn to Write Your Own JavaScript
- Updated Articles and Resources
Recent Articles in: JavaScript
JavaScript By Example - Object Oriented
JavaScript is a prototyping language rather than an object oriented one. It doesn't have classes, just objects and new objects are created from existing ones. While you can write your JavaScript in a standard object oriented way, there are often more effective ways to make use of the prototyping basis of the language.Decision Making
For those who are completely new to JavaScript rather than just trying to upgrade their JavaScript to use more modern coding methods, this series of tutorials will serve to introduce the concepts of boolean variables, logic, and the if and switch statements that allow JavaScript to make decisions.Other Javascript Libraries
There are a number of Javascript libraries on the web where you can go to obtain scripts written by others. These libraries contain hundreds (if not thousands) of pre-built Javascripts that you are free to use on your site. I am gradually reviewing them so that you will know what to watch out for when you visit them.Javascript Libraries
Javascript Libraries provide pre-written add-on functionality that makes writing your scripts easier in return for the overhead of having what could be a large library that always needs to be downloaded along with your web page. How practical they are depends on how much of the functionality that you use.
View More