1.
ASP.NET Cafe | ASP.NET Cafe - is better in 2009
Small articles about site development and deployment is ASP.NET. Sample sources.
2.
ASP.NET Cafe | ASP.NET Cafe - is better in 2009
Small articles about site development and deployment is ASP.NET. Sample sources.
3.
ASP.NET Cafe | How to remove IE 6 background flicker
Jan 26, 2009 ... How to get of flicker effect for CSS image background in IE.
4.
ASP.NET Cafe | ASP.NET Cafe - Gadgets
Google Gadget for you site to show geographic location of visitors. ... We Recommend. ASP.NET Cafe Hosted On IX Web Hosting. 99.9% Uptime and high speed ...
5.
ASP.NET Cafe | H.264 vs VP 6 in hd online video
Mar 2, 2009 ... But my Core2duo is good with h.264. Another problem of h264 is ... Advantages of H.264. You can encode it with FFMPEG ( linux or windows ). ...
6.
ASP.NET Cafe | Credit Card number validation in C#. Visa and MC.
May 12, 2008 ... Credit Card number validator in C#. ... http://www.merriampark.com/anatomycc.htm and http://www.beachnet.com/~hstiles/cardtype.html . And what now ? I just finished small helper class to validate Credit Cards. ... Performs mod 10 che
7.
ASP.NET Cafe | Credit Card number validation in C#. Visa and MC.
Monday, 12 May 2008 12:25 by dmitriy. Credit card numbers are full of magic. ... and http://www.beachnet.com/~hstiles/cardtype.html . And what now ? ... It is best not to take a 1-char substring though and just use str[i] as a char. ...
8.
ASP.NET Cafe | Credit Card number validation in C#. Visa and MC.
May 12, 2008 ... Credit Card number validator in C#. ... Very neat. It is best not to take a 1-char substring though and just use str[i] as a char. ...
9.
ASP.NET Cafe | Credit Card number validation in C#. Visa and MC.
May 12, 2008 ... Credit Card number validator in C#. ... and http://www.beachnet.com/~hstiles/cardtype.html . ... <firstone>\d)\d)\d{11,14}"); Match m = RegExNumber. ... It is best not to take a 1-char substring though and just use ...
10.
ASP.NET Cafe | Credit Card number validation in C#. Visa and MC.
May 12, 2008 ... Credit Card number validator in C#. ... and http://www.beachnet.com/~hstiles/cardtype.html . And what now ? I just finished small helper class to validate Credit Cards. Here is the source. .... March 15. 2009 07:43 ...