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  
Script Description:
 

  

Learn how to make your first HTML5 canvas web application with the CAKE JavaScript library. Demo and source code included.

 

more Tag: library, javascript, cake javascript, javascript multimedia library, cake javascript multimedia,

Also see ...


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

An Object Lesson in Javascript 2)    An Object Lesson in Javascript
 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....

Javascript Event Handlers 3)    Javascript Event Handlers
 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....

Defining arrays using literal notation 4)    Defining arrays using literal notation
 Literal notation is a new way of defining arrays in JavaScript that`s extremely flexible and robust. Learn about literal notation in this tutorial....

Introductory Guide to Regular Expressions 5)    Introductory Guide to Regular Expressions
 Comprehensive tutorial on Regular Expressions written in a gentle, easy to follow style....

Events in JavaScript: An Inside Look 6)    Events in JavaScript: An Inside Look
 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....

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

Programmer`s Guide to Regular Expressions 8)    Programmer`s Guide to Regular Expressions
 Concise, to-the-point tutorial on Regular Expressions with sections on more advanced aspects of the feature....

Writing Classes in Javascript 9)    Writing Classes in Javascript
 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...

JustQuick Form 1)    JustQuick Form
 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....

Greet the user, date and time 2)    Greet the user, date and time
 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....

Popup Closer - Button 3)    Popup Closer - Button
 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....

Window scrolling 4)    Window scrolling
 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....

Question and Answer Generator 5)    Question and Answer Generator
 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....

Date Functions 6)    Date Functions
 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) 7)    Validation (Num. or Chars)
 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....

Javascript Text Box Characters Counter 8)    Javascript Text Box Characters Counter
 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....

JavaScript Document Object Properties 9)    JavaScript Document Object Properties
 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....