JavaScript Tutorials



Featured Tutorial
Feature your own tutorial here! Find out more.
A Very Simple Way to Add Google Maps to Your Website
Submitted by Easy Kiss 123 » This is an incredibly easy way to add a Google Map to your website. * It’s free * It keeps the look of your site * Easy to set up This includes a Video Tutorial and the files to get you set up in minutes
Rating: 2.3/5 | 209 clicks | 0 comments | 0 saves | share | report
Drag and Drop Made Easy: Video Tutorial - Using Ajax and PHP
Submitted by Easy Kiss 123 » This tutorial will walk you through setting up a drag and drop script using Ajax and PHP We’ll be doing two things. * PART ONE: We’ll setup a sortable drag and drop task list that is integrated with your mysql database * PART TWO: We’ll modify our code to make this a mini CMS that allows us to drag and drop to sort things and have those changes reflected on other pages.
Rating: 3.3/5 | 134 clicks | 0 comments | 2 saves | share | report
Javascript Image Library Using Mootools (Part 2)
Submitted by Tutorial Dog » Last time, I provided a reasonably decent solution for creating a HTML friendly Javascript image gallery using mootools. After taking in some of its faults, and learning more about javascript, I’ve rewritten the whole code, and have came up with a new version.
Rating: 3.5/5 | 134 clicks | 0 comments | 2 saves | share | report
How To Create A ‘Mootools Homepage’ Inspired Navigation Effect Using jQuery
Submitted by PSDTuts » As you know there are a host of competing javascript libraries around these days. Though I prefer jQuery, I've always liked the way the menu on MooTools worked. So in this tutorial we'll recreate that same effect ... but we'll do it in jQuery!
Rating: 4.5/5 | 444 clicks | 0 comments | 1 save | share | report
Use the Request Object to POST Data to the Server
Submitted by steelsabre » This hack uses the POST HTTP request method to send data, communicating with the server without disrupting the user's interaction with the application. It then displays the server's response to the user.
Rating: 3.3/5 | 121 clicks | 0 comments | 0 saves | share | report
Collapsible page objects
Submitted by CodingTuts » Create collapsible objects which on the click of a link or button will hide/show its contents. Perfect to keep some elements hidden unless the user specifically clicks to show them.
Rating: 3.0/5 | 350 clicks | 0 comments | 0 saves | share | report
Custom Twitter Feeds
Submitted by www.clickpopmedia.com » The Twitter feed options provided by Twitter are severely lacking, either an ugly flash feed, or an ugly xhtml feed. So I’m going to show you how to create your own custom twitter feed.
Rating: 3.2/5 | 152 clicks | 0 comments | 0 saves | share | report
Creating, controlling and manipulating an Iframe through JavaScript
Submitted by Mabaloo » Iframe can be very well called the most interesting new concept that has emerged in HTML in recent year. With the advent of Iframe and now that most browsers are supporting it many and much more interesting and complex functionality and user experience can be implemented, taking websites within touch of a complete computer application.
Rating: 2.7/5 | 153 clicks | 0 comments | 0 saves | share | report
Accessing GET parameters with Javascript
Submitted by Mabaloo » Since the URL of any webpage is fully accessible to a JavaScript, it is possible to extract get parameters with the help string manipulation function. This article explains how to access GET parameters with JavaScript and how to use them in your website.
Rating: 2.5/5 | 136 clicks | 0 comments | 0 saves | share | report
Cross Domain Message Passing using Iframe
Submitted by Mabaloo » Due to security restrictions of a web browser, passing messages in a cross domain environment is not that straightforward as it is in a uni-domain environment. A browser will not let any AJAX requests to pass through between two different domains, similarly two frames, open on two different domains cannot communicate with each other, and cannot access the DOM, or the JavaScript or the Cookies. How then can you pass information between two different domains ?
Rating: 3.0/5 | 116 clicks | 0 comments | 0 saves | share | report