Building A JavaScript Debug Console
 Even though there are plenty of tools to debug JavaScript in your browser. There are still some cases where good old alert boxes are necessary. However, sometimes data becomes overwhelming and those alerts become impractical.
|
|
|
Publish Your Email Address (Mostly) Protected From Spammers
 These days, publishing your e-mail address is a serious decision. On the one hand, you need to have a way for people to contact you. On the other hand, most of the people that contact you will be spammers.
|
|
|
Binary Strings: A Different Way To Score Quizzes
 This time we're going to take a look at an alternative to arrays when storing
quiz answers. I use this method often but have never found any tutorials
on it. So, here we go.
|
|
|
Building a Reusable Form Mailer in ASP .Net
 One of the more common things I do with ASP scripts is send e-mail. So I was pretty stoked to find out that ASP .Net finally included built in e-mail functionality.
|
|
|
Building a Reusable Form Mailer in ASP .Net
 Using the power of ASP you can easily create custom form mailing scripts. With ASP .Net that task has become even easier. In the previous tutorial we explored the Mail_Send function of the inc_mail.aspx script, which utilized the built in e-mail functionality of ASP.Net. This time, we will revisit the inc_mail.aspx file to further explore its functionality.
|