String object JavaScript / Getting Started
The String object of JavaScript allows you to perform manipulations on a stored piece of text, such as extracting a substring, searching for the occurrence of a certain character within it etc.
Built-In Functions JavaScript / Getting Started
To help with script programming, the JavaScript language provides many functions already built-in the browser. These functions are readily available and you can use them as you see fit. Learn the following builtin functions: the message box function and its options, conversion functions like: integer conversion, converting a string to an integer, conversion to a string, decimal conversion, precision conversion, conversion to fixed decimal and more.
Javascript Image Gallery Using Mootools JavaScript / Miscellaneous
This free image gallery based on javascript is a quick & easy solution. Implementing the demo doesn’t requre knowledge of any javascript. In this article, I’ll explain and breakdown the javascript that runs the image gallery using the javascript framework Mootools.
Javascript Essentials JavaScript / Getting Started
Let's face it, not everyone wants to know everything there is about javascript. Some people just want to know enough to apply others javascript scripts to their own page. If you are that kind of person then this article is for you.
Andy's Introduction to JavaScript JavaScript / Getting Started
This is an introductory, easy to follow tutorials on JavaScript. It also includes several advanced JavaScripts such as JavaScript live clock, Image flip, and Drop down menu box.
Functions JavaScript / Getting Started
Sometimes instead of just adding your javascript to the page and having the browser perform the tasks as soon as the script is read, you might want your javascript to be performed only upon the detection of a certain event. A function is a block of code which can be called from any point in a script after it has been declared. It is basically a compartmentalized JavaScript designed to accomplish a single task.
Tutorial: Introduction to JavaScript JavaScript / Getting Started
JavaScript is an easy-to-learn programming language which can be built into Web pages, so that it executes from within the browser rather than on the web server. Intranets especially can leverage the power of JavaScript to create "smart" Web pages which can process data and interact with the user. In this introduction we concisely look at the main programming points of the JavaScript language.
Writing Your Own JavaScript Functions JavaScript / Getting Started
In this article we're going to focus on a programming concept--writing your own functions. Knowing how to write your own functions will improve almost any JavaScript you create. In fact, you'll see how custom-made functions can enhance several of the JavaScript tricks you've already learned.
External JavaScript and PHP JavaScript / General Development
External JavaScript can reference not just .js files, but PHP scripts as well. See how this is done, and the wonderful possibilities linking PHP to JavaScript bring.