News (3)

Google crawls into source code search

Google is taking its search expertise to one of its favorite audiences: software developers. Read more »

Step aside, Chrome, for Squirrelfish Extreme

Just about every browser out there now is trying to grab the crown for fastest performance for running JavaScript, the programming language that powers many increasingly sophisticated Web-based applications. Read more »

Safari 3.1 update fixes 13 security flaws

Apple has released Safari 3.1 for users on Mac OS X and Windows. Along with new features are 13 security updates, most of the fixes address cross-site scripting flaws. Read more »

Features (40)

Perl: Matching using regular expressions

A quick run down on how you can use regular expressions in your own programs to give you more power over searching and substituting text. Read more »

Parsing data from the Web in Python

Builder AU's Nick Gibson runs through the development of a quick program to parse data from the Web. Read more »

Unravel the mystery of sed and awk

UNIX utilities sed and awk can make life easier if you often work with regular expressions. Learn the basics and see when to put them to work. Read more »

Tutorial: JavaScript and regular expressions

If you've worked with regular expressions in Perl, you know that they can simplify search and replace tasks. Using them in JavaScript is just as easy. Read more »

.NET delivers regular expressions

Regex has been around for a long time, but is new to many .NET programmers. Check out some cool apps for .NET's Regex functionality. Read more »

Data validation with JavaScript and regular expressions

Discover how regular expressions offer a simple and elegant way to manipulate text within JavaScript. Tony Patton also explores how JavaScript's regular expression simplifies data validation. Read more »

Improve code confidence with these three .NET code review tools

Automated code tools can help developers locate potential problem points in their code before it ever leaves their machines. Here's a look at three tools that can help you with automated code review. Read more »

Avoid bad form data with a little CGI validation code

Validating data from a Web form with a CGI script is a standard practice. Find out how to tweak your form validation code using regular expressions. Read more »

Speculation about Microsoft's mysterious X#

Although mentioned as an afterthought, X# has been the subject of much speculation in the XML community, and justifiably so, because it may change the way you create applications. Read more »

Make your C# code more readable with comments

Application developers enjoy solving problems and churning out line after line of code, but the mere mention of documentation sends them running for the exit. Here are some tips for comments using C#. Read more »

Log in


Sign up | Forgot your password?

What's on?