Best Tutorials website
Latest tutorials

Advertisment

Get key press event using JavaScript

Get key press event using JavaScript

This tutorial will show you how to get the pressed key in the browser window, whether it's Ctrl, Alt, Shift, Page Up, Arrow Up or any other...


Views: 825 | Rating star | by Jason
Javascript - Introduction to Javascript

OOP in JavaScript: Introduction

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...


Views: 688 | Rating star | by Daniel
Javascript - Introduction to Javascript

Submit a Form Conditionally with JavaScript

Submit a Form Conditionally with JavaScript

Learn how to conditionally submit a form to different web pages based upon a value specified in a form.


Views: 784 | Rating star | by Mathew
Javascript - Forms

Beginning To Manipulate the Document Object Model

Beginning To Manipulate the Document Object Model

A beginning perspective into how to use the Document Object Model using Javascript to manipulate page elements on the fly. Covers getElementById,...


Views: 793 | Rating star | by Simon
Javascript - Introduction to Javascript

Beginning Document Object Model Manipulation Part 2

Beginning Document Object Model Manipulation Part 2

Part two of how to begin manipulating elements on a page on-the-fly using the Document Object Model with Javascript. Covers getting and setting...


Views: 810 | Rating star | by Colin
Javascript - Introduction to Javascript

Beginning Document Object Model Manipulation Part 3

Beginning Document Object Model Manipulation Part 3

The third and final part to starting to manipulate the Document Object Model with Javascript. This covers using the innerHTML property, creating...


Views: 813 | Rating star | by Brad
Javascript - Introduction to Javascript

Show hide menu

Show hide menu

Learn how to create a show/hide menu using javascript.


Views: 723 | Rating star | by Jarry
Javascript - Menus

Add Falling Snow using Java Script

Add Falling Snow using Java Script

The New Year is almost here, so its your last chance to add some New Year chemistry to your site. Use it up guided by the last New Year themed...


Views: 887 | Rating star | by David
Javascript - Miscellaneous

Including the contents of an external page using Ajax

Including the contents of an external page using Ajax

This tutorial looks at how to use Ajax to dynamically include the contents of an external page onto the current one automatically each time the...


Views: 1031 | Rating star | by Jason
Javascript - AJAX

Dynamic Ajax content

Dynamic Ajax content

See how to load and display external pages inside a DIV without reloading the page by using Ajax. Also see how to load external .css or .js files...


Views: 1051 | Rating star | by Stephen
Javascript - AJAX

Creating a fade-in slideshow using the Fade Filter

Creating a fade-in slideshow using the Fade Filter

Learn about IE's improved 'Fade' filter, and see how to use it to easily create a cross browser image slideshow with an added...


Views: 827 | Rating star | by Colin
Javascript - Image Display

Changing Select element content on the fly

Changing Select element content on the fly

This tutorial explains how to change a select element's content using JavaScript, from adding new options to modifying and deleting them. It...


Views: 811 | Rating star | by Mark
Javascript - Forms

External JavaScript and PHP

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...


Views: 825 | Rating star | by Sean
Javascript - Development

Creating an RSS JavaScript ticker

Creating an RSS JavaScript ticker

This tutorial shows you how to combine a simple PHP script with Ajax and JavaScript to create a live RSS ticker!


Views: 1065 | Rating star | by Source
Javascript - AJAX

Fading RSS Ticker (Ajax invocation)

Fading RSS Ticker (Ajax invocation)

This powerful RSS ticker script lets you easily display any RSS content on your site in a ticker fashion! It uses a common PHP based RSS parser...


Views: 959 | Rating star | by Simon
Javascript - AJAX

Fading in text using the DOM

Fading in text using the DOM

Here we'll learn to do with JavaScript what Java and Flash have 'been there done that' with- fade text gradually into view from...


Views: 826 | Rating star | by Sean
Javascript - Text Effects

Local Time script

Local Time script

Want to display the current local time of a specific place in the world? This JavaScript uses your server's time to calculate and display the...


Views: 854 | Rating star | by Isac
Javascript - Date and Time

Ultimate Fade-in slide show

Ultimate Fade-in slide show

This is a robust, cross browser fade in slideshow script to display and rotate images. It comes with the ability to display multiple slideshows on...


Views: 795 | Rating star | by Mark
Javascript - Image Display

AnyLink Drop Down Menu

AnyLink Drop Down Menu

This is an extremely versatile drop down menu script for ordinary links on your page, including image links. It can be activated either onMouseover...


Views: 920 | Rating star | by Nick
Javascript - Navigation

AnyLink Vertical Menu

AnyLink Vertical Menu

A drop down menu that can be associated with any link on your page. The menu drops to the right of the link.


Views: 838 | Rating star | by Sean
Javascript - Navigation