JavaScript Tutorials
JavaScript is the client-side scripting language used today on the Web. It's widely used in tasks ranging from the validation of form data to the creation of complex user interfaces. JavaScript is becoming a first class client-side Web technology, ranking alongside (X)HTML, CSS, and XML. Use these tutorials to get the most up to date JavaScript coverage, including the latest features to use to make developing JavaScript easier and more flexible, and understand the JavaScript principles and develop more advanced JavaScript skills.
How to create a Slideshow without jQuery
In this tutorial I will show you how to create a simple but effective Slideshow using only HTML, CSS and Javascript. The concept of this slideshow is simple: to change the image the content of a div will be changed using innerHTML. But, this is far enough for now, because I want to write this tutorial to be understood by everybody, with or without previous experience in Javascript.
How to disable the browser back button
In this javascript tutorial you will learn how to disable the back button on FireFox's browser or how to prevent the user to go back in FireFox's browser. Although I am giving force to FireFox's browser yet this code works for all web browsers such as Google Chrome, Opera, Safari, Internet Explorer etc. The reason why I am giving force over FireFox because it is even hard in FireFox to disable the back button or to prevent user to go back.
Redirection after some time delay
In this javascript tutorial you will learn how to redirect the user to another webpage or website after some time delay. Let's have a look how we can redirect the user after some time delay.
Specify multiple actions to a single form
Some times you may need to post your form to multiple WebPages rather than single webpage depending upon condition you have. You have seen lot of websites that offer you to submit the comments against any article with the option to preview the comments before submission. Actually for the Form Data Submission and Form Data Preview they use two different Webpages and send form data to those Webpages depend upon the button user clicks....
Restrict special characters being entered in textbox
In this javascript tutorial you will learn how to restrict the special characters being entered in textbox. Sometimes you want to restrict some special chracters being entered in textbox of form to prevent the sql injection that can harm your database very badly. So Let's have a look over how to do so.
Simple navigation with CSS3 and jQuery
Create a simple navigation menu built with CSS3 and the jQuery UI.
Select Text inside Div
Div selector script help you to selectPartial text in a div or td element, lets say on click of a button. So that visitor just right click on selected text and copy the text to paste it anywhere else.
Table User Interface
Simple html table can be look more effect in User Interface with some Java Script codes. Here you will learn how to make Simple html table to very advance and professional table design.
Create Smooth Rotatable Images with CSS3 and jQuery
How to use CSS3 and jQuery to create images that can be smoothly rotated using the mouse.
jQuery Transparency Effect: Adding a Lightbox
Learn how to add a lightbox to an existing jQuery image gallery script. Includes demo and code download.
Drag and drop: A Slick Photo Light Table Using CSS3 and jQuery
Learn how to use CSS3 and jQuery to create a nice-looking virtual light table with draggable photos.
Get a Random Number from two Integers
In JavaScript, we can get a Random number; however, this number is between 0 and 1 which is not very useful when we want to work with integers.
Getting Started with jQuery
Find out how to start coding with the jQuery JavaScript library. Shows how to install jQuery, and explores jQuery objects and the jQuery() function. Example code included.
What Is jQuery?
What is jQuery, and what can you do with it? This article provides a gentle introduction to jQuery and its uses.
Random Testimonials using XML and jQuery
This tutorial will demonstrate how to have rotating and random tutorials on webpage using an XML file and jQuery.
Controlling Program Flow
Master the techniques of decision making and looping in JavaScript, with the help of this comprehensive tutorial.
Super-Easy Animated Effects with jQuery
Learn how to create smooth animated effects easily using jQuery and a few lines of code. Full examples included.
A Snazzy Animated Pie Chart with HTML5 and jQuery
Learn how to use the HTML5 canvas element, CSS3 and jQuery to create a gorgeous, interactive animated pie chart. Full code included for your own use.
An AJAX Click to Appreciate Badge
We are implementing such a badge, which you can include in every page of your website with a bit of jQuery magic and PHP. So go ahead and download the zip from the button above (PSD included!) and continue with the tutorial.
Working with Strings
This handy reference covers strings and the String object in JavaScript. Each property and method of the String object is explained, along with examples.
