Archive for November, 2011

Pagination with jQuery, MySQL and PHP.

Tuesday, November 29th, 2011 Posted in JavaScript & AJAX Tutorials, PHP & MySQL | No Comments »

I received lot of requests from my readers that asked to me how to implement Pagination with jQuery, PHP and MySQL. so I had developed a simple tutorial. It's looks ... Read more..

C# Code Snippet - Extract Emails

Wednesday, November 2nd, 2011 Posted in ASP & .NET Tutorials | No Comments »

(C-Sharp) C# code snippet to extracts all the Emails from a string. ExtractEmails returns string array of Emails successful matches by iteratively applying a regular expression pattern to ... Read more..