NEW LISTINGS  HOT LISTINGS  TOP RATED  EDITOR PICK  ADD A LISTING  UPDATE A LISTING  GET RATED  UPGRADE A LISTING
  HOME     MY ACCOUNT     POWER SEARCH     REGISTER     MEMBER LIST     SUGGEST CATEGORY  

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes

Visitor Rating

Using Regular Expressions
35324 Using Regular Expressions http://www.thewebcreator.net/2007/05/04/regular-expressions-javascript/ Regular expressions are calculated the same way as other JavaScript expressions, that is to say with account of operations priority: the operations with higher priority are performed first. If the operations have equal priority, they are performed from left to right. In the following table the operations of regular expressions are listed in descending order of their priority. The operations located in one chain have equal priority. JavaScript > Tips and Tutorials > Development May 9, 2007 www.thewebcreator.net send email to www.thewebcreator.net

Write a Review   Add to My Favorite   Refer it to Friend   Report Broken Link  



Other links owned by this user
We have optimized Grestul to be as quick as possible without interfering with security and other features. Before we release any new version of grestul we assure our modifications go through the security and speed optimizer teams. Once they approve of the modifications we than do a stress test to see how Grestul handles heavy load. If it fails, we re-code the modifications to reach the Grestul standards.
Category:

The CCFS is a class written in PHP to manage the access to flat files in a threadsafe way. On top of that, it also allows you to manipulate the data in the files in a much more sophisticated way than the standard PHP filesystem functions.
Category:

BlogBridge Desktop (BlogBridge for short, sometimes) is our flagship, open source blog and feed aggregator. In a way it’s the center of our product line, with which the other products inter-operate, although of course they don’t necessarily depend on BlogBridge.
Category:

Lots of sites have a Tell A Friend script, but how many of them reward visitors for telling a friend? Well, now yours can! Refer Them is a script much like a Tell A Friend script, the main difference is that it requires a certain number of emails to be entered, and once the required number of emails is sent it forwards the visitor to a page to claim a special gift for sharing with others. The gift can be anything from a coupon, to a free song, a custom message, or anything else you can dream up! A great way to say Thanks.
Category:

R-Mail is a family of email recovery utilities for damaged files and deleted messages created by Microsoft Outlook* (later referred to as "Outlook") and Microsoft Outlook Express* (later referred to as "Outlook Express") software.
R-Mail utilities are based on the highly effective IntelligentRebuild Email recovery technology that allows R-Mail software users to repair damaged *.pst and *.dbx files and restore lost e-mail messages just in three steps.
Category:

DOM is one of the unique functions that made JavaScript what it is today: a great RIA language, becoming the core of Ajax. Understanding Ajax is virtually impossible when you do not have faint information about DOM. DOM which stands for Document Object Model, makes it possible for JavaScript to read HTML and transmit them to a webpage just like a JavaScript should be. With the use of DOM, developers should find it easy to create HTML files and get JavaScript to load them as an RIA.
Category:

text2PNG.com provide webmasters with the ability to convert their website headlines and navigations to PNG images automaticlly. The process is very simple and automated, it works by adding a small JavaScript file and selecting which tags to replace. The purpose of this script is to ease editing graphical headlines and navigations. For example, you can change the headline in Photoshop, optimize and save the image and upload it to the server to update a graphical headline, or just change the headline text in your HTML file and the image will automaticlly update
Category:

In this article I will teach you hot to go from a huge header full of styles and js files, a big number of requests that the browser has to do, a massive amount of data that needs to be readed (and this contains white spaces, coding comments and other stuff like that)
Category:

Ovidentia is an open source content management and collaborative platform written with PHP and using a MySQL database.

Ovidentia enables you to integrate simply and easily an environment for publishing content on the world wide web or a groupware portal (internet, intranet, extranet) for your company, organization, community ...
Category:

jQuery, is much more light weight, and unless you are using Prototype to its full potential, jQuery is perfect.
Category:

QuarX Suite for .NET includes advanced products with over 150 features each, such as the award-winning Grid Component, best-selling ASP.NET ComboBox and more. The ultimate suite for creating unique and powerful data presentation applications with spectacular data visualization capabilities. It features the most advanced Charting, Diagramming and User Interface components for .NET
Category:

Keeping up with the latest Web technologies is tough nowadays. Every week it seems new sites are launched that push the envelope further and further in terms of what can be accomplished using just a Web browser.
Category:

Support: Master card, Visa, Diner's Club /Carte Blanche, Discover
Category:

My Project Dev gives you the flexibility to offer your customers an interface in which to submit development projects to you and gives you the opportunity to bid on and invoice your customers. With this flexible software you can manage both customer projects AND your developers all from one location. With our project store, you can also sell developed projects already in your inventory; Great for up selling or to show off a sample of what you have to offer.
Category:

topsites list ranks a group of related sites by popularity. Webmasters join the topsites list and are given a button to put on their site and link back to the topsites list.
Stats
Counts pageviews, hits in, and hits out
Stats for individual members and overall stats for the entire list are easily accessible
Security
Category:

Models is a solution which helps you to create your own model service.

Models register on the site and can add their bio with their best photo. They also can add a portfolio with best photos inside. Process is fully automated and can be done for free or for a fee. Admin can choose it.

Admin panel allows to manage users, categories inside of the site and send newsletter to each member.
Category:

Advanced Quality Web Designing , Development and Extensive experience is now within reach for Online Businesses.Rayice, â„¢ is now brings the development expertise needed to discover, create and implement online business solutions - and all at an outstanding value. Our main services thats Included Quality Web Designing , Web Development , Multimedia , Ecommerce , 3D Modeling , 3D Animation , Game Creation , Search Engine Optimization , Custom Programming , Scripting , High Quality Logos Quality designing , Flash Intros Animations , Own Poplularity System and more.
Category:

The Flex File Uploader is a component that enables multiple website file uploading. It has similar functionality to the MySpace picture file uploader. The component will be useful for Flex Developers wishing to purchase a quick and easy to implement File uploader into their applications but it it also built to work stand alone as a module within a website page so can also be used by non-programmers or designers.
Category:

The Grid allows you to display a variety of media in a grid pattern with any number of rows, columns and pages. It can be used as a slide show, navigation, or interactive element in your project.
Category:

Other links at JavaScript > Tips and Tutorials > Development
FileUpload represents an element that allows a user to specify a file to be uploaded or submitted along with the form. The FileUpload object is a Browser object and is used to access the above FileUpload element of a form. Thus, the FileUpload object allows the user to give any file as input. If a user wants to access the FileUpload object then he or she can using the indexing concept on the elements array. The user can make use of each element inside the form that is stored as an array element within the array named elements [].
Category:

The below copy-paste code can be used to create an input box using Javascript.
Category:

Building a Javascript array
Category:

Wrtting classes in Javascript doesn't give full functionality of an object oriented language, but it atleast 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 namespace resolution to the variables so that you can avoid using global variables and still use variables across procedures.
Category:

Regular expressions are calculated the same way as other JavaScript expressions, that is to say with account of operations priority: the operations with higher priority are performed first. If the operations have equal priority, they are performed from left to right. In the following table the operations of regular expressions are listed in descending order of their priority. The operations located in one chain have equal priority.
Category:




Main Category
165
2028
756
275
169
1801
1074
892
1127
7088
70
874
58
2145
170

Join Mailing List
Joining mailing list will entitle you to receive occasional emails informing you of news and updates to the site and any special offers that may be of interest to you.



Top 10
Directory Statistics

Links: 18673
Categories: 1275
Registered Users: 537
Mailing List Subscribers: 2031
Unique Outgoing Hits: 192740

Pagerank Statistics
PR 10
2 site(s)
PR 9
9 site(s)
PR 8
28 site(s)
PR 7
243 site(s)
PR 6
772 site(s)
PR 5
1845 site(s)

PHP News