Active Articles: 2038
Total Categories: 16
Sub Categories:616
JavaScript DOM Window Object | ||||||||
In this JavaScript tutorial, you will learn about closed property and name property, defaultStatus, status, self property of JavaScript Window object ... learn more
| ||||||||
| ||||||||
Select Menu List | ||||||||
You can use two multiple-select menus to make it easy for someone to create a list, by moving items from one menu to the other. This can be down with three line of JavaScript. Find out how. ... learn more
| ||||||||
| ||||||||
JavaScript (And Other) Tips & Tricks | ||||||||
Basic, simple tips and tricks, with code samples, on frequently asked JavaScript questions, like window sizing and positioning, window focus control, calling multiple functions from event handlers, watermarking (making static) background images, detecting JAVA, timed popup windows, variable naming, etc. ... learn more
| ||||||||
| ||||||||
Emulating the PHP foreach(){...} in javascript | ||||||||
Javascript does not provide a foreach construct like that found in VB.NET, C#, or PHP. This code shows how to get the same effect in Javascript. ... learn more
| ||||||||
| ||||||||
Functions in JavaScript | ||||||||
A function is a block of code which can be called from any point in a script after it has been declared. It is good programming practice to use functions to modularize your code and to better provide reuse. This article explains benefits of using functions in JavaScript. ... learn more
| ||||||||
| ||||||||
JavaScript Form object explanation | ||||||||
Complete listing of the Form object of JavaScript and its properties/methods. Also includes additional pages describing objects beneath Form, such as TEXTAREA, SELECT etc. ... learn more
| ||||||||
| ||||||||
Simple ChalkBoard Example | ||||||||
Extremely simple example of turning background colors of the cells of the table on and off with mouse events to simulate a chalkboard. You can add more rows and columns. ... learn more
| ||||||||
| ||||||||
Formatting text (strings) in JavaScript | ||||||||
Learn how to format strings in JavaScript, such as making them bold, changing font size, etc. ... learn more
| ||||||||
| ||||||||
Introduction to the DOM of IE 5/ NS 6 | ||||||||
We demystify the DOM (Document Object Model) of IE5 and NS6 with this tutorial. ... learn more
| ||||||||
| ||||||||
OOP in JavaScript: Introduction | ||||||||
An introduction to Object Oriented Programming in Javascript. This example creates a small user control that can be used repeatedly and independantly on the same web page. ... learn more
| ||||||||
| ||||||||
JavaScript Tips for ASP.NET Developers | ||||||||
ASP.NET server controls make your life easier on the server-side, but you may still need to do some client-side programming to build a powerful UI. JavaScript is the most widely used language on the client-side, and this white paper and the accompanied source code are specifically composed for ASP.NET developers. ... learn more
| ||||||||
| ||||||||
Javascript Date Function | ||||||||
Both the date and time is accessed from the Javascript Date() function. Learn the basics of this functions to add simple date and time information to your website. ... learn more
| ||||||||
| ||||||||
Getting the mouse position | ||||||||
This article shows a simple script to obtain the mouse position from an event. The script will work all modern browsers and most older browsers too. ... learn more
| ||||||||
| ||||||||
External JavaScript and PHP | ||||||||
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. ... learn more
| ||||||||
| ||||||||
JavaScript Form Validation | ||||||||
Any interactive web site has form input. If you run a validation of the user's form input before the form is submitted, there will be no wait time and redundant load on the server. "Bad data" are already filtered out when input is passed to the server-based program. It also allows to simplify server-based program. ... learn more
| ||||||||
| ||||||||
Javascript Trim Ltrim and RTrim Functions | ||||||||
This set of Javascript functions trim or remove whitespace from the ends of strings. These functions can be stand-alone or attached as methods of the String object. They can left trim, right trim, or trim from both sides of the string. Rather than using a clumsy loop, they use simple, elegant regular expressions. The functions ... learn more
| ||||||||
| ||||||||
JavaScript Event Object Properties and Methods | ||||||||
In this JavaScript tutorial, you will learn about event object properties and methods like keycode, layer, offset, modifiers, page, reason, returnValue, screen, srcElement, target, srcFilter and type. ... learn more
| ||||||||
| ||||||||
Introduction to arrays | ||||||||
This tutorial will teach you basics to make you familar with arrays in JavaScript. You will learn how to access array alements, initalize arrays and use them in functions. ... learn more
| ||||||||
| ||||||||
Source Include | ||||||||
Learn how to save time and money by using the javascript src() function to including local or remote document like headers, footers, css, images, and flash files. ... learn more
| ||||||||
| ||||||||
Pop-up Windows | ||||||||
JavaScript allows you to create (open) new windows. In these windows you can place whatever HTML code you wish, and even have actions in one window effect what is happening in another window. This tutorial explains how to create various types of pop-up windows using JavaScript. ... learn more
| ||||||||
| ||||||||
