2702Application variables were under-usedhttp://www.coveryourasp.com/Application.aspApplication variables were under-used on my site, but not for long! I realized recently that a list box that I was populating with data from my database changed very rarely.ASP > Tips and Tutorials > DevelopmentOct 10, 2006
When it comes to debugging ASP, you often want to keep track of the variable values throughout the script. This article introduces a procedure that, when invoked, displays all variables in a script along with their values and internal types.
A function that calls itself repeatedly, satisfying some condition is called a Recursive Function. Using recursion, we split a complex problem into its single simplest case. The recursive function only knows how to solve that simplest case. You'll see the difference between solving a problem iteratively and recursively later.
Show that you can send email with something other than ASP
Show how to consume a COM server
Send email when your email server is down (thanks to all the f%*&@g spammers!)
Frame that bastard in the office ;-)
A lot of VBScript programmers have little experience with events as there are not a whole lot of them available in the ASP environment. This tutorial will show a VBScript programmer how to access all 8 events made available by ASP.
So what's an event? An event is a procedure that is called when certain criteria has been met or only at a specified time. A programmer cannot trigger an event directly using ASP or VBScript but can plan for the event and schedule code to execute during that specific event by including special procedure blocks into their run-time code.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.