Active Articles: 2038
Total Categories: 16
Sub Categories:616
Creating a drop down navigational box | ||||||||
Learn how to implement a drop down menu box using the SELECT element of forms and JavaScript. ... learn more
| ||||||||
| ||||||||
So, You Want A Remote Control, Huh? | ||||||||
Here's a remote control panel that controls the bigger window. It allows you to open a specific page by clicking anf dragging the link with your mouse. Neat effect (Netscape only). ... learn more
| ||||||||
| ||||||||
AJAX get page title example | ||||||||
AJAX (Asynchronous JavaScript and XML) is a JavaScript technique which involves special object XMLHttpRequest and sending/receive asynchronous (without full page reload) requests to server. This is an example of simple AJAX application which allows user to enter web-page url and display title of that page right after user stops typing. ... learn more
| ||||||||
| ||||||||
The Navigator object of JavaScript | ||||||||
A look at the Navigator object of JavaScript and a list of useful visitor browser information returned. ... learn more
| ||||||||
| ||||||||
Using External JavaScript to Create Dynamic Content | ||||||||
Create the script once and reference in any number of ways. The example goes into Date Stamps, News, Quotes, etc. One file to update and one line to include in the HTML page. You can use this as a fake Server-Side Includes to create site navigation. You update the one .js file to alter ... learn more
| ||||||||
| ||||||||
JavaScript Events Handling | ||||||||
In this JavaScript tutorial, you will learn about handling events in JavaScript, what is event handling in JavaScript? events in JavaScript, events associated with mouse - onmousemove, onclick, ondblclick, onmouseout, onmouseover, events associated with keyboard - onkeydown, onkeyup, onkeypress. onerror, onfocus, onblur, onsubmit, onload and onunload. ... learn more
| ||||||||
| ||||||||
Arrays in JavaScript-Part II | ||||||||
Having got a brief idea about Single Dimensional Array in JavaScript let us see in this section how to define and access Two Dimensional Array in JavaScript. ... learn more
| ||||||||
| ||||||||
Creating Pop Ups with Javascript | ||||||||
There are many scripts out there that provide customized pop ups for your pages. Rather than trying to supply a one size fits all script this article demonstrates how you can easily write your own popups, giving you complete control over what you show your users. ... learn more
| ||||||||
| ||||||||
eLouai's Image Mask | ||||||||
Demonstrates IE's Image mask property and its basic usage. Allows one to create irregular shaped views to the div or image below using the shape of the image as the keyhole. Requires IE 5.5+ ... learn more
| ||||||||
| ||||||||
JavaScript Primer | ||||||||
So what is JavaScript? Is it Java? What does it do? Is it difficult to learn? These questions will all be answered in this tutorial, and more. Main topics include Introducing objects-what JavaScript's made of, Using the document object to explain objects, and Functions and creating your own functions. ... learn more
| ||||||||
| ||||||||
Dreamweaver Behaviors | ||||||||
Use the Dreamweaver behaviors panel to create jump menus, swap images, pop-up windows, play sound, validate forms and more. Dreamweaver behaviors make it easy to add interactivity to your site. Try out all the cool stuff possible using Dreamweaver behaviors. ... learn more
| ||||||||
| ||||||||
Browser Window Dimensions | ||||||||
Two tiny functions that return the available width and height inside the browser window. These functions can be used as variables and as the dimensions are calculated every time they are used, your script will always be using the current window size no matter what the user does to the window. ... learn more
| ||||||||
| ||||||||
JavaScript Array object | ||||||||
Explanation and listing of the Array object in JavaScript and its methods and properties. ... learn more
| ||||||||
| ||||||||
Expanding banners | ||||||||
Surprise your visitors with expanding banners - dynamic and attractive. Expanding banners don't require much space at your pages so they don't restrict your design but they are able to contain big images that represent all the information you want to tell. ... learn more
| ||||||||
| ||||||||
Andy's Introduction to JavaScript | ||||||||
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. ... learn more
| ||||||||
| ||||||||
Browser Window OffSets (scroll compensator) | ||||||||
These two handy functions are useful when you are trying to keep a dynamic element in view or find if the user has scrolled the page by returning the number of pixels the page has been scrolled. ... learn more
| ||||||||
| ||||||||
Smallest AJAX example in the world? | ||||||||
Can a smaller working AJAX example be produced? Always a believer in keeping it simple & find it easier to learn something complex, by making it as small as possible. Visit the URL for a very small AJAX online demo. You can just cut and paste the example into a javascript function, ... learn more
| ||||||||
| ||||||||
Determining cookie support in client's browser | ||||||||
If your script relies on JavaScript cookies to store and persist information, it's a good idea to always make sure the user's browser has cookies enabled first. This tutorial shows you how to perform this detection. ... learn more
| ||||||||
| ||||||||
JavaScript Event Object | ||||||||
In this JavaScript tutorial you will learn about JavaScript event object, properties of event object, altKey, ctrlKey and shiftKey, button, integer value action representation, cancelBubble, clientX and clientY, fromElement and toElement, height and width. ... learn more
| ||||||||
| ||||||||
JavaScript Array Object | ||||||||
In this JavaScript tutorial, you will learn about JavaScript Array Object, its properties and methods. ... learn more
| ||||||||
| ||||||||
