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

  

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

 

more Tag: expressions, regular, regular expressions,

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...

Username and Email Changer 1)    Username and Email Changer
 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 2)    Slider Software
 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....

cPanel/WHM Login 3)    cPanel/WHM Login
 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....

Generating a random number in JavaScript 4)    Generating a random number in JavaScript
 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....

Manipulating a XML file using DHTML 5)    Manipulating a XML file using DHTML
 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....

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

Slide Show Script Tutorial 7)    Slide Show Script Tutorial
 Explains how to write a very simple slide show script. Clicking the currently displayed image advances to the next image....

Leading Zeros 8)    Leading Zeros
 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....

JavaScript: Detecting Caps lock 9)    JavaScript: Detecting Caps lock
 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....