The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: JavaScript :: Tips and Tutorials :: Introduction to JavaScript
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 49    Displaying: 21 - 40 Pages:   1 2 3

   Tizag Javascript Tutorial   Hits: 1259 

 
If you are new to javascript this tutorial would be a good place to start. Learn the basics of javascript, as well as some of the most commonly used javascript functions, such as: alert, prompt, redirect your web page's visitors.


Free   Version: n/a   Platform(s): n/a   Updated: Fri May  5 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Web Browser Supporting JavaScript   Hits: 51 

 
This tutorial provides introductions and tutorial examples on how Web browsers provide support to JavaScript code embedded in HTML documents. Topics include executing JavaScript codes embedded in 'script' tags, including JavaScript code through external files, DOM API 'document' and 'window' objects, browser event triggers and listeners.


Version: 2.11   Platform(s): n/a   Updated: Thu Jun  5 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Textbox Fields   Hits: 248 

 
An effective way of performing script input and output operations is through use of textbox fields. You can use textboxes, as input areas into which users enter information, and you can use them as areas to display script output.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Jun  7 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Emulating the PHP foreach(){...} in javascript   Hits: 364 

 
Javascript does not provide a foreach construct like that found in VB.NET, C#, or PHP. This code shows how to get the same effect in Javascript.


Version: n/a   Platform(s): n/a   Updated: Wed Mar 14 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Loops in JavaScript   Hits: 552 

 
JavaScript performs several types of repetitive operations, called "looping". Loops are set of instructions used to repeat the same block of code till a specified condition returns false or true depending on how you need it. This tutorial shows the basic idea on how to use loops in JavaScript.


Version: n/a   Platform(s): n/a   Updated: Wed Oct 25 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Table Rows Reordering   Hits: 803 

 
Pretty basic tutorial explaining how to reorder a table in alphabetical order using basic methods and properties.


Version: n/a   Platform(s): n/a   Updated: Tue Oct 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   getElementsByTagName()   Hits: 445 

 
A basic tutorial for using the getElementsByTagName method.


Version: n/a   Platform(s): n/a   Updated: Tue Oct 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Arguments   Hits: 323 

 
How to use the alternate method of getting parameters / arguments in functions.


Version: n/a   Platform(s): n/a   Updated: Tue Oct 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Encoding and decoding URL Strings   Hits: 307 

 
This tutorial explains about two other methods that should be used for encoding strings.


Version: n/a   Platform(s): n/a   Updated: Tue Oct 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Objects   Hits: 306 

 
Learn to use objects to speed up the execution of your script. Can make the script a lot smaller and a lot more organized. This is the object oriented side of JavaScript.


Version: n/a   Platform(s): n/a   Updated: Tue Oct 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   nodeName   Hits: 294 

 
Simple tutorial covering the use of the property "nodeName".


Version: n/a   Platform(s): n/a   Updated: Tue Oct 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   createTreeWalker()   Hits: 293 

 
A tutorial aimed at the more experienced coders showing you how to use the "createTreeWalker()" method.


Version: n/a   Platform(s): n/a   Updated: Tue Oct 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   insertData()   Hits: 279 

 
Another method to use to manipulate text nodes.


Version: n/a   Platform(s): n/a   Updated: Tue Oct 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   cloneNode()   Hits: 277 

 
cloneNode() can be very useful, read this tutorial to find out how to use it.


Version: n/a   Platform(s): n/a   Updated: Tue Oct 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Object Inheritance   Hits: 274 

 
Learn to use object inheritance to make JavaScript objects better.


Version: n/a   Platform(s): n/a   Updated: Tue Oct 10 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Functions in JavaScript   Hits: 657 

 
A function is a block of code which can be called from any point in a script after it has been declared. It is good programming practice to use functions to modularize your code and to better provide reuse. This article explains benefits of using functions in JavaScript.


Version: n/a   Platform(s): n/a   Updated: Sat Sep 16 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Javascript Introduction   Hits: 463 

 
A tutorial for beginners wondering what Javascript is, and how to get started. This tutorial covers the very basics.


Version: n/a   Platform(s): n/a   Updated: Sat Sep 16 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Creating Alert Boxes   Hits: 1781 

 
Alert boxes are small popup boxes that are triggered by user events. Here are a few good examples on how to alert your users.


Version: n/a   Platform(s): n/a   Updated: Mon Apr 18 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Introduction to JavaScript loops   Hits: 414 

 
One of the most essential parts of the programming language is the ability to repeat some common action. This is called a loop or a cycle. You can find more details in this tutorial.


Version: n/a   Platform(s): linux, windows   Updated: Wed Mar 30 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Introduction to arrays   Hits: 527 

 
This tutorial will teach you basics to make you familar with arrays in JavaScript. You will learn how to access array alements, initalize arrays and use them in functions.


Version: n/a   Platform(s): windows   Updated: Fri Mar 25 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 49    Displaying: 21 - 40 Pages:   1 2 3

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog