20. January 2012
xhinker
Web
A useful article on Javascript Regular expression usagehttp://www.learn-javascript-tutorial.com/RegularExpressions.cfm
---------------------------------
Getting Started
Regular expressions are used to do sophisticated pattern matching, which can often be helpful in form validation. For ex...
[More]
19. January 2012
xhinker
Web
JQuery Parse JSON
var obj = $.parseJSON(data);
C# creates JSON string:
public static class JSONHelper
{
pu...
[More]