Asp

Using ASP to Send a Wireless Text Message

Thursday, January 10th, 2008

Wireless devices are red hot. For example, the number of mobile phones is double that of PCs and continues to increase; sales of wireless Web devices are expected to grow from $10 billion in 2000 to $73 billion in 2005, according to consultants Strategy Analytics. While there are many debates ...

Web Application Error Handling and Logging For ASP

Thursday, January 10th, 2008

Up until .NET there was no real error handling in ASP code. Sure, you have your "On Error Resume Next" and "On Error Goto 0", but there was no good structured error handling. I can truly say there has not been one Web application I have come across of decent ...

Writing ISQL In ASP

Thursday, January 10th, 2008

When first testing a database, nothing is more useful than iSql, and to be able to display and modify your data quickly and simply. This software is given with almost all sql databases and is used to execute queries. In this article we will see how to build our own iSql ...