Links for Sunday #4
If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!
ASP.NET AJAX Control Toolkit
10 Essential Principles of the Javascript Masters
Useful Cheat Sheets for Web Designers
33 Most Beautiful Javascript and Flash Galleries
My Top 10 Source Code Search Engines
RSS Tutorial for Content Publishers and Webmasters
50+ Gorgeous Navigation Menus
MessageBox
Ten Web Development [...]
Captcha Using Asp.Net
Here is a simple code to create a captcha image. This ASP.net code creates a bitmap image of a randomly selected string. I think this code is self explanatory. If you have any queries please post it as a comment I will reply.Below are some of the images generated by this code
Imports System
Imports System.Collections
Imports System.ComponentModel
Imports [...]
