| Web Links [Tag : Handling] |
|
11. Basic Form Handling
|
A quick tutorial to show you the basics of form submission and handling.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
12. Custom Error Handling with PHP
|
Custom error documents are a valuable tool to have. Using this tutorial youll be able to redirect any user to a specified location on your site if they have reached an error such as Error 404 - Document Not Found or Error 500 - Internal server Error. If youve re-designed your site recently or even moved some files around, this tutorial will show you how to use PHP and Apaches htaccess file to avoid losing traffic.
Hits: 3 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
14. EJB exception handling
|
As J2EE has become the enterprise development platform of choice, more and more J2EE-based applications are going into production. One important component of the J2EE platform is the Enterprise JavaBeans (EJB) API. Together, J2EE and EJB technology offer many advantages, but with these advantages come new challenges. In particular, any problem in an enterprise system must be resolved quickly. In this article, Enterprise Java programming veteran Srikanth Shenoy reveals his best practices in EJB exception handling for faster problem resolution.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
15. Exception Handling in JSP Pages
|
An article on exception handling in JSP pages. Describes how to catch exceptional events and display a useful message to the user. Online demo available.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
16. Using exception handling
|
It is quite common for people using the CoverYourASP source code to get errors when first connecting to the database. This tutorial explains how simple exception handling helps them fix the problems.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
17. Handling Cookies
|
This tutorial discusses the creation and use of cookies in Servlets. Includes an example of a customized search engine interface.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
18. The guide to ColdFusion error handling
|
This tutorial explains what tools ColdFusion offers to help handle errors in your code, and how to use them. This tutorial requires at least a minimum understanding of the Application Framework.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
19. Handling 404 errors with email - and a twist
|
Everyone has seen an HTTP 404 error at some point. You follow a link on a web page, and BOOM - File not found. Perhaps the author spelt it incorrectly, or the page was uploaded to the server by mistake. This tutorialll show you how to handle this 404 error gracefully by displaying your custom error page, and send an email to yourself so the problem gets fixed.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
20. Session Handling with PHP 4
|
Unlike PHP 3, PHP 4.0 has built-in capabilities to handle session management. The session management functionality in PHP 4.0 is easy to use, powerful and open for custom modifications. Creating sessions allows you to keep track of the actions of a particular user over the period of time she is viewing your web site. To associate session data with a user, you need a session identity number, that is, a key that ties the user to his data. This tutorial discusses how to open sessions, track session data, and clear the data when you no longer need it.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
|