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 :: Development
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 39    Displaying: 21 - 39 Pages:   1 2   

   JavaScript Events Handling   Hits: 487 

 
In this JavaScript tutorial, you will learn about handling events in JavaScript, what is event handling in JavaScript? events in JavaScript, events associated with mouse - onmousemove, onclick, ondblclick, onmouseout, onmouseover, events associated with keyboard - onkeydown, onkeyup, onkeypress. onerror, onfocus, onblur, onsubmit, onload and onunload.


Version: n/a   Platform(s): n/a   Updated: Mon May 28 2007

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

   JavaScript Event Object   Hits: 348 

 
In this JavaScript tutorial you will learn about JavaScript event object, properties of event object, altKey, ctrlKey and shiftKey, button, integer value action representation, cancelBubble, clientX and clientY, fromElement and toElement, height and width.


Version: n/a   Platform(s): n/a   Updated: Mon May 28 2007

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

   JavaScript Object Oriented Features   Hits: 293 

 
In this JavaScript tutorial you will learn about JavaScript Object Oriented Features, object type, object instantiation, using object properties, using object methods and achieving object instantiation.


Version: n/a   Platform(s): n/a   Updated: Mon May 28 2007

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

   JavaScript FileUpload object   Hits: 967 

 
In this JavaScript tutorial, you will learn about FileUpload object, FileUpload properties, accessKey, disabled, form, name, type, value, FileUpload methods - blur(), focus(), select(), handleEvent(), click() and event handlers - onblur, onchange and onfocus.


Version: n/a   Platform(s): n/a   Updated: Tue May 22 2007

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

   JavaScript Array object   Hits: 746 

 
Explanation and listing of the Array object in JavaScript and its methods and properties.


Version: n/a   Platform(s): linux, windows   Updated: Wed Dec 22 2004

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

   JavaScript Operators   Hits: 545 

 
Comprehensive listing of available operators in JavaScript, from Arithmetic, Comparison, Assignment, to Logical and more.


Version: n/a   Platform(s): linux, windows   Updated: Wed Dec 22 2004

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

   Web Code Optimization   Hits: 550 

 
Google and Yahoo! know that speeding pages to their users is crucial. Both companies have invested millions of dollars in the server capacity and software enhancements that it takes to quickly serve search results to millions of users everyday. However, the optimizations that these companies perform do not stop at infrastructure investments. They optimize the delivery of their data right down to the data itself. In the case of Google and Yahoo!, these smart coding practices were most likely designed into the development of their applications. Unfortunately, many Web authors and developers are forced with the task of applying smart optimization practices to an already complete Web site. There are ways that you can easily perform the same types of optimizations on your existing Web site code. Using a good Web site optimization tool is the best way and it can lead to substantial savings on any Web site. The following article is an illustration of how much can be saved on a typical Web page using a Web site optimization tool like w3compiler to apply some of these techniques.


Version: n/a   Platform(s): windows   Updated: Thu Dec  2 2004

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

   Formatting numbers for decimals and significant digits   Hits: 1729 

 
This useful tutorial shows you how to format numbers for a specific number of decimal places or significant digits in JavaScript.


Version: n/a   Platform(s): n/a   Updated: Mon Mar 22 2004

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

   Writing Classes in Javascript   Hits: 1428 

 
Writing classes in JavaScript doesn't give full functionality of an object oriented language, but it at least gives data hiding and encapsulation which are very useful specially when JavaScript is not a strongly typed language. It is very useful in cases when you need to handle multiple objects , instead of having arrays for all kinds of variables and then managing those arrays in methods you can just write a class to handle one object and then make many instances of that class. This also gives the name space resolution to the variables so that you can avoid using global variables and still use variables across procedures.


Version: n/a   Platform(s): n/a   Updated: Sun Feb  1 2004

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

   Using named arguments in JavaScript functions   Hits: 957 

 
Want to create functions in JavaScript that can accept varying number of parameters, or parameters specified in arbitrary order? This tutorial shows you how.


Version: n/a   Platform(s): n/a   Updated: Thu Jan  8 2004

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

   Building a Javascript array   Hits: 1503 

 
Here are the basics of how to make a simple javascript array for your HTML page. To get you started, first you have to call the scripting method you are going to use. In this case we will call javascripting method.


Version: 1.0   Platform(s): Internet Explorer   Updated: Mon Aug 18 2003

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

   Programmer's Guide to Regular Expressions   Hits: 1165 

 
Concise, to-the-point tutorial on Regular Expressions with sections on more advanced aspects of the feature.


Version: n/a   Platform(s): n/a   Updated: Mon Mar  3 2003

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

   Introductory Guide to Regular Expressions   Hits: 892 

 
Comprehensive tutorial on Regular Expressions written in a gentle, easy to follow style.


Version: n/a   Platform(s): n/a   Updated: Mon Feb 17 2003

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

   Basic array building with javascripting   Hits: 1317 

 
This is for those new to javascripting. This tutorial will show you how to create a javascript array in the internet browser.


Version: n/a   Platform(s): n/a   Updated: Wed Jul 31 2002

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

   Defining arrays using literal notation   Hits: 1278 

 
Literal notation is a new way of defining arrays in JavaScript that's extremely flexible and robust. Learn about literal notation in this tutorial.


Version: n/a   Platform(s): n/a   Updated: Mon Apr 15 2002

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

   An Object Lesson in Javascript   Hits: 1411 

 
This is a new article on Devshed.com that may be of interest. It's called "An Object Lesson in Javascript," and it's all about using Object Oriented Programming techniques to enhance JavaScript coding.


Version: n/a   Platform(s): n/a   Updated: Mon Apr  2 2001

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

   Overview of scripting in NS6   Hits: 1292 

 
This tutorial discusses some essential techniques for scripting and getting your scripts to work in the new NS6.


Version: n/a   Platform(s): n/a   Updated: Wed Dec 13 2000

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

   Javascript Event Handlers   Hits: 3488 

 
An event handler executes a segment of a code based on certain events occurring within the application, such as onLoad or onClick. This tutorial along with an example explains each of all the event handlers in JavaScript.


Version: n/a   Platform(s): n/a   Updated: Tue Oct 31 2000

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

   Events in JavaScript: An Inside Look   Hits: 1825 

 
Events are the glue which hold together the word inter-active. In learning to control and handle events you bridge the gap between a two-dimensional web page and a three-dimensional one. In this article we look closely at events, what they are, how to handle them with JavaScript, and how they differ -- in some cases significantly -- between the fourth generation versions of Netscape Navigator and Microsoft Internet Explorer.


Version: n/a   Platform(s): n/a   Updated: Wed Oct 11 2000

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

  Total: 39    Displaying: 21 - 39 Pages:   1 2   

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