Web Links [Tag : Handling]
Sort By :
11. Basic Form Handling
A quick tutorial to show you the basics of form submission and handling.
Category:   ASP > Tutorials > Form Processing

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.
Category:   PHP > Tutorials > Error Handling

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

13. String handling (dissecting, splitting, and searching) in JavaScript
Comprehensive tutorial on string manipulation in JavaScript, such as dissecting, searching etc.
Category:   JavaScript > Tutorials > Text Effects

Hits: 2    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.
Category:   Java > Tutorials > EJB

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.
Category:   Java > Tutorials > JSP and Servlets

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.
Category:   ASP > Tutorials > Error Handling

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.
Category:   Java > Tutorials > JSP and Servlets

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.
Category:   CFML > Tutorials > Error Handling

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.
Category:   ASP > Tutorials > Error Handling

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.
Category:   PHP > Tutorials > Development

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

Pages: [< Previous] 1 2 3 [Next >]