Archive

Archive for November, 2008

.net framework 4 poster

November 27th, 2008

Indian Mobile number regular expression

November 25th, 2008

I am currently working on site named vpay. I am not going to write about vpay here as vpay does not have anything to do with Programming.

One of the requirement was to validate a mobile number and that too it has to be a vlid indian mobile number. A quick google search led me to this

^([9]{1})([234789]{1})([0-9]{8})$

If you are still searching for a regular expression to validate indian mobile number, now you know where to come! :)

[Post to Twitter]   [Post to Plurk]   [Post to Digg]   [Post to ping.fm]

Related posts

Shoban Uncategorized

Get started with ASP.net Ajax control tool kit

November 23rd, 2008

Here is a very useful ASP.net video tutorial. Joe explains very neatly about using Ajax control tool kit in your ASP.net applications.

Here is the link to the video.

[Post to Twitter]   [Post to Plurk]   [Post to Digg]   [Post to ping.fm]

Related posts

Shoban ASP.net

BugTracker.NET free bug tracker

November 20th, 2008

I was searching for a bug tracker for a project and I wanted something simple, easy to install and last but not least FREE.

I stumbled upon this wonderful free bug tracker called BugTracker.NET. More details about this tool is available here.

Dont expect this to be very flashy, beautiful bug tracker. :-) but it does the job.

[Post to Twitter]   [Post to Plurk]   [Post to Digg]   [Post to ping.fm]

Related posts

Shoban ASP.net, vb.net

SQL injection cheat sheet

November 20th, 2008

Here is an interesting post about SQL injection. The best part is there are lot of useful links in comments as well. Check it out here

http://ferruh.mavituna.com/sql-injection-cheatsheet-oku/#AboutMySQLandPHP

[Post to Twitter]   [Post to Plurk]   [Post to Digg]   [Post to ping.fm]

Related posts

Shoban links

Links for Sunday #4

November 16th, 2008

Contact Grabber

November 12th, 2008

If you are a social media website developer , sometimes you might search for grabbing contacts from a particular email account if the password is given. I also did the same. In most of the cases it did not work properly. But recently i got a contact grabber from phpclasses.org which works perfectly on Gmail, Hotmail, Rediff, Yahoo, Orkut, MySpace, Indiatimes, Linkedin , AOL and lycos.

Read the rest here

[Post to Twitter]   [Post to Plurk]   [Post to Digg]   [Post to ping.fm]

Related posts

Shoban php