School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
Welcome to Dream.In.Code
Become an Expert!

Join 307,148 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,715 people online right now. Registration is fast and FREE... Join Now!



's Contributions
Below are the tutorials, code snippets, and resources has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
Code Snippets
Alphabetic Characters Only in Regular Expressions by Winstinology
Submitted: April 3, 2009        Views: 956
Well since it's the first.. Why not make it a simple one. This snippet will test to make sure that a said variable contains only alphabetic characters.
Submitted: June 11, 2008        Views: 1534
This is a sure-fire way you can beat those pesky positioning and header size differences between IE, FireFox and Safari.
Valid Phone Number in Regular Expressions by Winstinology
Submitted: April 8, 2009        Views: 340
This JavaScript regular expression tests for a valid, 10-digit phone number. (555-555-5555)