JavaScript Tutorials Basics



Featured Tutorial
Feature your own tutorial here! Find out more.
Force IE6 to Display Alpha Transparency
Submitted by envato » We're running short on quick tips! That means we need your expertise! For tonight's evening tip, I'll simply refer you to the "2 Minute Video Tip" that I created on my personal site, Detached Designs, this morning. We'll be back to the normal format tomorrow. Keep reading if you have some ideas.
Rating: 2.2/5 | 69 clicks | 0 comments | 0 saves | share | report
Create a "Click and Drag" Function with Javascript
Submitted by envato » In many modern web applications, developers look for ways to make it easier and more intuitive for users to interact. A drag and select function can help your users select multiple objects quickly.
Rating: 4.7/5 | 189 clicks | 0 comments | 0 saves | share | report
Create A Tabbed Interface Using jQuery
Submitted by envato » Creating tabbed interfaces suddenly becomes a piece-of-cake when using the Tabs function in the jQuery UI library. It can be utilized to create completely unique interfaces without having to be a coding God - using only one line of code!
Rating: 5.0/5 | 193 clicks | 0 comments | 0 saves | share | report
Multiple onload functions
Submitted by PHPwned » A short tutorial on adding multiple onload functions to a webpage using addEventHandler/attachEvent.
Rating: 3.2/5 | 239 clicks | 0 comments | 0 saves | share | report
Making an Image Viewer with Javascript and PHP
Submitted by noobic » How to create a simple image viewer using javascript and PHP
Rating: 2.3/5 | 766 clicks | 0 comments | 1 save | share | report
How to Create a Useful Random Number in Javascript
Submitted by Web Cash » Javascript's built in randomizer returns a probability - a random value between 0 and 1. You need to do a little extra work to get a random number that's use-able for picking a random item from a list or working into a game design. This tutorial will show you the standard formula for creating a useful random number from that original randm value.
Rating: 3.3/5 | 414 clicks | 0 comments | 0 saves | share | report
How to do String Replacement in Javascript
Submitted by Web Cash » String replacement is simple enough in PHP - use the str_replace function. Is there an equivalent function we can use in Javascript?
Rating: 3.0/5 | 247 clicks | 0 comments | 0 saves | share | report
Striped Tables Using JavaScript
Submitted by DeveloperTutorials.com » JavaScript can be incredibly useful when you need to automate repetitive tasks. In this article we'll implement a simple JavaScript function that will apply alternate striped rows to a table. We'll implement this technique using unobtrusive JavaScript.
Rating: 3.5/5 | 443 clicks | 0 comments | 0 saves | share | report
The JavaScript Programming Language, By Douglas Crockford | Part 1 of 4
Submitted by Amelie » Do you want to learn javascript right now? As easy as spending four hours watching these smart guys talk. Let me know how it was to you.
Rating: 3.4/5 | 433 clicks | 0 comments | 1 save | share | report
Javascript timeout usage
Submitted by PHP F1 » In this tutorial I will show you how to use timeouts in your JavaScript code. With this information you will be able to create a usefull timer.
Rating: 2.3/5 | 263 clicks | 0 comments | 0 saves | share | report