Development
CAKE JavaScript multimedia library
posted byphyxxinDevelopment
Learn how to make your first HTML5 canvas web application with the CAKE JavaScript library. Demo and source code included.
Reviews0
PriceFree
Views418
Cross-browser javascript IsNumeric() method
posted byshawpnenduinDevelopment
To make a Client-side numeric textbox control using javascript is a common task in web development. Numeric checking may varried based on business logic. Like positive int, positive decimal, signed int or signed decimal. In my post i will try to focus on each requirement plus cross-browser compatibility. Here i will try to describe the script for 4 different methods for 4 business cases. Choose what you need.
4 cross-browser supported Client Side javascript IsNumeric() methods are as follows:
Reviews0
PriceFree
Views566
An Introduction to Google's O3D
posted byphyxxinDevelopment
Learn about Googles new O3D plugin, and get started with a simple O3D application.
Reviews0
PriceFree
Views578
Flash and JavaScript 3D Physics with Sandy-HX
posted byphyxxinDevelopment
Learn how to implement 3D physics with your JavaScript or Flash Sandy-HX application.
Reviews0
PriceFree
Views477
Game Development with Javascript and the canvas element - Introduction
posted byphyxxinDevelopment
Get started with JavaScript game development using the new canvas element. This article introduces the canvas element, and goes on to show how to develop a comple game.
Reviews0
PriceFree
Views666
Javascript Input Box.
posted byjawahar_prasadinDevelopment
Tutorial and Code for Javascript Input Box. Can be used to get client side user input for further processing
Reviews0
PriceFree
Views2179
Right() function in Javascript
posted byjawahar_prasadinDevelopment
The Right() function in Javascript is similar to the one available in VB Script, used to find the specfic number of characters in a word from the right.
Reviews0
PriceFree
Views1768
Left() function in Javascript
posted byjawahar_prasadinDevelopment
The tutorial and code of Left() function in JS
Reviews0
PriceFree
Views2285
Using Regular Expressions in JavaScript
posted bythewebcreator.netinDevelopment
Regular expressions are represented as samples for searching set symbols combinations in text lines (this search refers to comparison to the sample).
Reviews0
PriceFree
Views836
JavaScript Operators
posted byadmininDevelopment
Comprehensive listing of available operators in JavaScript, from Arithmetic, Comparison, Assignment, to Logical and more.
Reviews0
PriceFree
Views1113
JavaScript Array object
posted byadmininDevelopment
Explanation and listing of the Array object in JavaScript and its methods and properties.
Reviews0
PriceFree
Views1339
Web Code Optimization
posted bydownloadmanagerinDevelopment
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.
Reviews0
PriceFree
Views1328
Formatting numbers for decimals and significant digits
posted bywsabstractinDevelopment
This useful tutorial shows you how to format numbers for a specific number of decimal places or significant digits in JavaScript.
Reviews0
PriceFree
Views2535
Using named arguments in JavaScript functions
posted bywsabstractinDevelopment
Want to create functions in JavaScript that can accept varying number of parameters, or parameters specified in arbitrary order? This tutorial shows you how.
Reviews0
PriceFree
Views1719
Building a Javascript array
posted bymicrocybinDevelopment
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.
Reviews0
PriceFree
Views2001
Writing Classes in Javascript
posted bymicrocybinDevelopment
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.
Reviews0
PriceFree
Views1941
Programmer's Guide to Regular Expressions
posted bywsabstractinDevelopment
Concise, to-the-point tutorial on Regular Expressions with sections on more advanced aspects of the feature.
Reviews0
PriceFree
Views1652
Introductory Guide to Regular Expressions
posted bywsabstractinDevelopment
Comprehensive tutorial on Regular Expressions written in a gentle, easy to follow style.
Reviews0
PriceFree
Views1378
Basic array building with javascripting
posted bydarreninDevelopment
This is for those new to javascripting. This tutorial will show you how to create a javascript array in the internet browser.
Reviews0
PriceFree
Views1838
Defining arrays using literal notation
posted bywsabstractinDevelopment
Literal notation is a new way of defining arrays in JavaScript that's extremely flexible and robust. Learn about literal notation in this tutorial.
Reviews0
PriceFree
Views2031