This is a simple error manager that has the basics 400, 401, 403, 404, 500 and if any of these would accure it would redirrect you to the right page for the error for ex. 404 File Not Found would be error.php?error=404 and it will display the right e
This article deals with debugging of production code in ASP explains how to implement the debug process from the initial step. Checking for bugs using Performance Monitor is explained with the steps required to be done to count and track the total er
PHP machine Error handler is multi-platform compatible. This code snippet can be used to trap errors in your PHP scripts. The main function is GetErrorDescription, it takes five arguments, the error type, the error message, the file the error occurre
Count N' Log is a Unix compatible script that is written in PERL (CGI) and requires Server Side Includes (SSI) in order to run properly. Also, this script keeps count and track of all the people who vist your page. You have the option to display your
Mr. Bob's Error Page Generator is a PHP based error handling tool that displays error name using htaccess system. You can give an email address or your website name with the error display page to report the type of errors or to redirect to the homepa
ASP.NET and VB.NET Error Handling is a tutorial which deals with the error handing methods in ASP.NET and VB.NET. The author explains about how to use the structured way of error handling with the help of Try & Catch statement in VB.NET. In...
Ababa Error Logger is a perl driven script that provides functions to manage the error handling module. It logs the error information with their status and path with a specified file. Errors including 401 Unauthorized Error, 403 Forbidden Error, 404
A Global Error Handler is an article in which author describes about global error handling, which passes error messages to a particular email address wih complete details like when the error occured in web application etc., The author describes about
This Java Applet is a count down applet. This can take a specific date as parameter and implement a count down and display it for you in your web page. You can choose the format the result has to be displayed and also the foreground and background, f
Getting a row count from a DataTable is an easy to learn tutorial through which programmers can collect information about method of utilizing DataRowCollection Class from System.Data namespace to get a row count from the database table. The author ex |