 |
Recent ASP Articles  |
|
|
|
 |
Working with Dates in ASP / VBScript
by David Sabine 5/01/06
Working with dates in ASP/VBScript makes me want to bludgeon my skull with a blunt object. I've read all the articles and searched the internet for wisdom, but most documentation stops short of providing any real answer. more...
|
 |
ASP: The Beauty of a Dead Language
by David Sabine 4/30/06
I am an advocate of ASP and VBScript -- not to diminish other technologies but instead because there is beauty in this programming environment which is still vibrant, powerful and complete. By "complete" I mean that it's finished - done - it's evolution has stopped and for better or worse (I think for the better) all of its greatness and all of its faults are forever static. more...
|
 |
CDOSYS, the new CDONTs!
by Drew Gauderman 1/24/06
In Windows 2003 and above CDONTS is no longer supported and has been replaced with CDOSYS. more...
|
 |
Exclusive Interview with Karl Moore
by Ahmad Permessur 5/18/05
To many, the words “Karl Moore” and “.NET” are one and the same. In this exclusive interview, Ahmad Permessur gets to put Moore in the hot seat and quiz him on everything: from whether .NET is really worth the hassle, to how you can become an author yourself. more...
|
 |
Checking for ASP
by Ahmad Permessur 4/29/04
A lot of people have been wondering about what ASP is and whether their server supports it. Me too! And I just couldn't rest until I found out. more...
|
 |
Using the ASP QueryString
by Andrew Schools 4/13/04
In this tutorial, we will discuss the benefits of using the QueryString and how to use the QueryString. more...
|
 |
Simple ASP database techniques
by Andrew Schools 4/13/04
When you start using ASP, you will begin working with databases. Interacting with databases can be very important. In this tutorial, we will be using a Microsoft Access Database along with technologies like ADO and the Connection and Recordset objects. more...
|
 |
Retrieving Values from a CheckBox
by Andrew Schools 4/06/04
When you need to retrieve values from a checkbox that come in a array. This tutorials demonstrates how to retrieve those values as individual values. more...
|
 |
Counting how many users you have online
by Andrew Schools 4/06/04
Counting how many users you currently have viewing your website is a neat thing to add to your site and it's simple. In order to create this script, you must learn about session, application objects and the global.asa file. more...
|
 |
Using built-in functions in ASP
by Andrew Schools 4/06/04
There are a lot of functions in ASP. Some are for type checking, typecasting, formatting, math, date and string manipulation. One of the greatest thing I love about vbscript, is they are easy to learn and use. more...
|
 |
|
 |