Programmer`s Guide to Regular Expressions ver
| Programmer`s Guide to Regular Expressions | ||||||||
| Category : | Javascript Tutorials-tips Development | |||||||
| Platform : | ||||||||
| Price : | ||||||||
| Developer: | ||||||||
| Version : | ||||||||
| 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... |
Username and Email Changer is a powerful online javascript application capable of authenticating new user names for your webservices. Visitors can replace their old user name and mail address with a new one and you can validate and check user name and email address against the specified regular expressions. This program can work efficiently on all platforms and is easy to customize.... Slider Software is one of the javascript enabled webdesigning program through which horizontal and vertical scroll bar can be included with invidual slides to perform various actions such as color changing, text scrolling, etc., Several slides can be included on a single web page. You can customize the attributes of scroll bar width, height, slide size etc., to fit with your site needs.... This script allows you to put a cPanel/WHM login form on your site for easy login. This script also has the capability to log into different servers from the same form.... A random number is useful- if not required- in the creation of many popular JS applications, such as a dice, random image script, or random link generator. Learn how to generate a random number in JavaScript.... In this tutorial, we look at using DHTML to retrieve and display a XML file. This is useful when you need a client side method of including XML files on your webpages.... This useful tutorial shows you how to format numbers for a specific number of decimal places or significant digits in JavaScript.... Explains how to write a very simple slide show script. Clicking the currently displayed image advances to the next image.... Add a leading zero (or zero pad) your numbers to retain your preferred numerical layout when displaying numbers. i.e. `1` becomes `01` or `001` etc etc.... I wanted to see if you could detect caps lock in JavaScript. Why? As a small usability touch, basically alerting users that caps lock is enabled when they are entering passwords for example. Ive wrapped up the logic in a simple function that can help you detect caps lock on a key press.... |