CAKE JavaScript multimedia library ver 1
| CAKE JavaScript multimedia library | ||||||||
| Category : | Javascript Tutorials-tips Development | |||||||
| Platform : | Linux, Windows, Unix, Mac OSX | |||||||
| Price : | ||||||||
| Developer: | ||||||||
| Version : | 1 | |||||||
| HomePage Address : | ||||||||
| Demo URL : | ||||||||
| Date added : | ||||||||
| Download Link : | Click to Download | |||||||
|
|
||||||||
|
||||||||
|
This tutorial discusses some essential techniques for scripting and getting your scripts to work in the new NS6.... 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.... 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.... Literal notation is a new way of defining arrays in JavaScript that`s extremely flexible and robust. Learn about literal notation in this tutorial.... Comprehensive tutorial on Regular Expressions written in a gentle, easy to follow style.... 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.... This is for those new to javascripting. This tutorial will show you how to create a javascript array in the internet browser.... Concise, to-the-point tutorial on Regular Expressions with sections on more advanced aspects of the feature.... 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 giv... |
This is an online form generator and is a javascript program that can generate form on the web pages. Some of the form fields available are first name, address, remark, sex, pets etc. All you have to do is just fill data in the required field and press a submit button. The form will be created after submitting process.... This is a java based date and time displaying program. The date can be displayed in a format like, day, month, date and time can be displayed in a format such as hours, minutes and seconds. This program has ability to say good morning, good afternoon or good evening depending on the time of the day. This is a very useful and handy tool for webmasters and users.... This is an article that teaches the users how to make the popup window to close by adding a button which permit them to close window. This tutorial provide info to the users that they can generate the 'close window button' and can edit the window for modifying the button text. This tutorial provide simple code snippet for the users who can handle on their websites. This tutorial is useful for the users to close window on click.... This is a tutorial where the users are taught about the process of scrolling window to the end of the webpage for viewing the last record. This tutorial provide info to the users that they can scroll vertically and horizontally. This tutorial is useful for the users to perform scrolling process for their records on their webpage. This tutorial provides code snippet for the users who can make use of it on their webpages.... This is a simple JavaScript snippet that can display a form in your webpage through which you can specify the questions and answers and generate codes for it. You can mention the trigger button background color, trigger button text color, answer color and button name in this script. You can give five questions and five answers in the script. It is very easy to setup and use the script in your webpage.... The document object has a last modified date property. This specifys the date the file was last modified on. This can be useful for showing when the page was last modified without having to modify any HTML when you make a change. This tutorial shows how to display the last modified date in several different formats using JavaScript.... Validation (Num. or Chars) is a JavaScript that ensures that the user enters only numbers and characters in the fields of the form. If the user enters any other value other than numbers and characters like an exclamation point (!), an ampersand (&), or a dollar sign ($) etc. then the script highlights the incorrect entry field and prompts the user with a warning message.... Here you have an example of how you can display and limit the number of characters an user can insert into an input or a textarea field.... In this JavaScript tutorial, you will learn about Document Object Properties viz. formName, forms, images, lastModified, layers, linkColor, links, plugins, referrer, title, URL and vlinkColor.... |