Posts Tagged ‘asp

article

On the Part 1 of this article, I’ve talked about 5 tips to speed up your ASP page. The second part of this article will be much more interesting as I’ll be talking yet another 5 more great tips for your asp needs!

Continue Reading – 5 Tips To Speed Up Your ASP Page – P2

Sending E-Mail with CDOSYS

18 May 2009 in Tutorials by Monie

18May2009

cdosys

Ever wonder how you could send email from your ASP page? Need to create your own contact form but have no clue how to do it? After reading this tutorial, you will find it quiet easy!

Continue Reading – Sending E-Mail with CDOSYS

ASP Active Visitors Counter

29 Apr 2009 in Tutorials by Monie

29Apr2009

visitors

ASP Active Visitors Counter – How many people are accessing your web site at any particular time?

With this script we will be able to know and show in our pages the number of active visitors in a given moment. The script has two parts: a file name global.asa, and a small code you must insert in your pages to show the number of active users.

Continue Reading – ASP Active Visitors Counter

ASP Cache Control

28 Apr 2009 in Tutorials by Monie

28Apr2009

cache

Don’t allow your page to be cached. Why? You might want to prevent users from seeing old content. Another big concern is when someone is filling out forms. You really don’t want the pages cached because if they are, credit card numbers and addresses and all kinds of stuff can be gathered from the cached page.

Here is how ASP do it!

Continue Reading – ASP Cache Control