Main > Free Download Search >

Free handling script

handling

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 176
Perl File Handling

Perl File Handling


This article describes the facilities provided for file handling in Perl. Learn how to operate on files including how to open, read, write and close both binary and text files. more>> This article describes the facilities provided for file handling in Perl. Learn how to operate on files including how to open, read, write and close both binary and text files.<<less
Added: 2007-05-24 License: Freeware Price: Free
917 downloads
Handling Unhandled Exceptions

Handling Unhandled Exceptions


Java Server Pages (JSP) could handle any erros that might be arised in scriptlets, expressions, or other JSP elements. You could use try/cacth blocks to handle any known erros. In this technic we coul more>> Java Server Pages (JSP) could handle any erros that might be arised in scriptlets, expressions, or other JSP elements. You could use try/cacth blocks to handle any known erros. In this technic we could use to display a custom error on our file where unhandled exception is thrown.<<less
Added: 2006-03-22 License: Freeware Price: Free
1315 downloads
Advanced Form Handling with PHP

Advanced Form Handling with PHP


This script offers the possibility not only to validate the users input, but also his input concerning personalizing his web part. He can make his choice from background color, font color, font face, more>> This script offers the possibility not only to validate the users input, but also his input concerning personalizing his web part. He can make his choice from background color, font color, font face, font size - in total four different types of web skins grouped by season themes. The choice controls to personalize his web part are enabled or hidden as long as the form is not correctly filled in. Depending on the users action the personalize-choice table and the related web skin example will be shown or not. After the user has chosen his preferred web skin a message with the related skin id is shown. The script is made from pure PHP - no JavaScript needed and is easy to modify and to extend. For example the delivered data can be transfered into to a database for further processing, besides you can add more skin ids or use script for other purposes. The downloadable Zip file contains also a small CSS file which delivers the design data for the offered web skins.<<less
Added: 2006-04-14 License: Freeware Price: FreeAdditionalInfoFreefromCopyright
1298 downloads
Java file handling tutorial 1.0

Java file handling tutorial 1.0


This tutorial demonstrates you the basic Java file handling concepts with code examples. more>> This tutorial demonstrates you the basic Java file handling concepts with code examples.<<less
Added: 2009-04-29 License: Freeware Price: $0.00USD
23 downloads
Proper Handling of Onerror Event

Proper Handling of Onerror Event


Onerror event is one of the many functions developers have to exhaustively use if they are building highly interactive Ajax or JavaScript based application. This form of error handling in JavaScript aids developers in properly handling unexpected errors more>> Onerror event is one of the many functions developers have to exhaustively use if they are building highly interactive Ajax or JavaScript based application. This form of error handling in JavaScript aids developers in properly handling unexpected errors on events or when an expected form of data has not been received. Aside from instructing the browser on the options available when error happens; onerror could be used by developers to know more about the application. This could be used to detect bugs in the application so that a remedy could be proposed as soon as possible. The basic coding for onerror event goes this way:<<less
Added: 2009-05-20 License: Freeware Price: $0.00USD
15 downloads
Menu Handling Class with SimpleXML and PHP

Menu Handling Class with SimpleXML and PHP


The big part of programming web applications is writing a lot of code - time-consuming. Classes are usefull to save time. This class is taking care of the menu handling. The XML file is easy to create more>> The big part of programming web applications is writing a lot of code - time-consuming. Classes are usefull to save time. This class is taking care of the menu handling. The XML file is easy to create: Main navigation and sub navigation differ only from the name of the node, the id of main and sub node must be the same to assign to each other. The menu class handles how and when to open and close the navigation elements. The script controls nine variables you deliver according to your environment and XML file by adapting the PHP code in the HTML file. The script is made of two parts: In the first part the class loops through the XML file counting all the values from the main nodes and sets text, Url and Id to access the corresponding sub elements. In part 2 there are three parts: First we read the id and set the corresponding main elements (if id is 2 we show only 2 main elements), second we show all sub elements with the same id and third we show the rest of the elements.<<less
Added: 2006-08-22 License: Freeware Price: Free
1168 downloads
C Programming - Handling of Character String

C Programming - Handling of Character String


In this tutorial you will learn about Initializing Strings, Reading Strings from the terminal, Writing strings to screen, Arithmetic operations on characters, String operations (string.h), Strlen() fu more>> In this tutorial you will learn about Initializing Strings, Reading Strings from the terminal, Writing strings to screen, Arithmetic operations on characters, String operations (string.h), Strlen() function, strcat() function, strcmp function, strcmpi() function, strcpy() function, strlwr () function, strrev() function and strupr() function.<<less
Added: 2006-06-01 License: Freeware Price: Free
1266 downloads
Error Handling techniques in ASP.NET 2.0 2.0

Error Handling techniques in ASP.NET 2.0 2.0


In this article, I would like to explain about Error Handling in ASP.NET. How to handle the error in ASP.NET 2.0 when an error happens in your website, how to handle unhandled error, tips and tricks for better error handling and also I would give some more>> In this article, I would like to explain about Error Handling in ASP.NET. How to handle the error in ASP.NET 2.0 when an error happens in your website, how to handle unhandled error, tips and tricks for better error handling and also I would give some sample code on how to do Error notifications to you as website owner if there is an error happen in your site. By doing a proper error handling on your website, you can avoid any unprofessional .NET Error to your user and in the other hand, you know what is happening to your website so you can prevent the error from happening again. In the code sample above,you can see that we are using Email notifications when the error happens. For better error logging, you can actually store all the details in your database,so that you can have the history and easier for you to manage code error on your site.<<less
Added: 2007-11-14 License: Other Price: $0.00USD
16 downloads
Application Level Error Handling in ASP.NET 1

Application Level Error Handling in ASP.NET 1


This tutorial explains how to handle ASP.NET errors on application level with Global.asax or by using a custom http module. Includes writing and reading errors to Windows EventLog, logging errors to text file or database and sending notification more>> This tutorial explains how to handle ASP.NET errors on application level with Global.asax or by using a custom http module. Includes writing and reading errors to Windows EventLog, logging errors to text file or database and sending notification e-mails to administrator.<<less
Added: 2009-03-12 License: Freeware Price: $0.00USD
12 downloads
Advanced Form Handling with PHP PHP_CB_FH_1.0

Advanced Form Handling with PHP PHP_CB_FH_1.0


This script offers the possibility not only to validate the users input, but also his input concerning personalizing his web part. He can make his choice from background color, font color, font face, font size - in total four different types of web skins more>> This script offers the possibility not only to validate the users input, but also his input concerning personalizing his web part. He can make his choice from background color, font color, font face, font size - in total four different types of web skins grouped by season themes. The choice controls to personalize his web part are enabled or hidden as long as the form is not correctly filled in. Depending on the users action the personalize-choice table and the related web skin example will be shown or not. After the user has chosen his preferred web skin a message with the related skin id is shown. The script is made from pure PHP - no JavaScript needed and is easy to modify and to extend. For example the delivered data can be transfered into to a database for further processing, besides you can add more skin ids or use script for other purposes. The downloadable Zip file contains also a small CSS file which delivers the design data for the offered web skins.<<less
Added: 2009-02-11 License: Freeware Price: $0.00USD
16 downloads
Handling Non ASCII Characters in PHP String Literals

Handling Non ASCII Characters in PHP String Literals


This PHP tutorial helps you understand: Basic rules of handling non ASCII characters; Example PHP scripts of French/Chinese strings in UTF-8/GB2312 encoding. more>> This PHP tutorial helps you understand: Basic rules of handling non ASCII characters; Example PHP scripts of French/Chinese strings in UTF-8/GB2312 encoding.<<less
Added: 2006-10-30 License: Free for non-commercial use Price: Free
1123 downloads
Handling hashed links for web applications using AJAX

Handling hashed links for web applications using AJAX


Web page visitors may want to bookmark certain state or pass it along to others. In pre-AJAX days it was a matter of simply passing a page URL. With AJAX, however, theres no standard way of conveying page state when some content have been pulled thru an more>> Web page visitors may want to bookmark certain state or pass it along to others. In pre-AJAX days it was a matter of simply passing a page URL. With AJAX, however, theres no standard way of conveying page state when some content have been pulled thru an AJAX call. One solution is to pass a "hash" parameter as if it was a request to move to an anchor within the page. That hash parameter can then be fetched processed by Javascript.<<less
Added: 2008-10-09 License: Free Non-Commercial Price: $0.00USD
10 downloads
Menu Handling Class with SimpleXML and PHP 1.0_XML_MenuClass_CB

Menu Handling Class with SimpleXML and PHP 1.0_XML_MenuClass_CB


The big part of programming web applications is writing a lot of code - time-consuming. Classes are usefull to save time. This class is taking care of the menu handling. The XML file is easy to create: Main navigation and sub navigation differ only from more>> The big part of programming web applications is writing a lot of code - time-consuming. Classes are usefull to save time. This class is taking care of the menu handling. The XML file is easy to create: Main navigation and sub navigation differ only from the name of the node, the id of main and sub node must be the same to assign to each other. The menu class handles how and when to open and close the navigation elements. The script controls nine variables you deliver according to your environment and XML file by adapting the PHP code in the HTML file. The script is made of two parts: In the first part the class loops through the XML file counting all the values from the main nodes and sets text, Url and Id to access the corresponding sub elements. In part 2 there are three parts: First we read the id and set the corresponding main elements (if id is 2 we show only 2 main elements), second we show all sub elements with the same id and third we show the rest of the elements.<<less
Added: 2009-02-10 License: Freeware Price: $0.00USD
10 downloads
MarkupString

MarkupString


MarkupString provides you with a script including a subclass of String which allows simple handling of pango markup or other simple XML markup. more>>

MarkupString provides you with a script including a subclass of String which allows simple handling of pango markup or other simple XML markup. The goal here is to allow a slice of a python markup string to "do the right thing" and preserve formatting correctly. In other word, MarkupString(Hello World)[6:] = "World".

Note: that len(s) will give you the length of the full marked up string. However, string indices refer to the non-marked up content. To get the length of the non marked up content, use len(s.raw) (you could also add a __len__ method that returned len(s.raw).

<<less
Added: 2007-03-02 License: Other Free / Open Source License - Python License Price: OtherFreeOpenSourceLicensePythonLicense
1 downloads
BankCard

BankCard


BankCard Central provides secure high speed credit card processing and handling of merchant funds for businesses that are new or well established, large or small, traditional or Internet based merchant accounts for credit card processing. BankCard more>> BankCard Central provides secure high speed credit card processing and handling of merchant funds for businesses that are new or well established, large or small, traditional or Internet based merchant accounts for credit card processing. BankCard Central is a Visa and MasterCard registered Internet Payment Service Provider with worldwide merchant processing capability. CISP & PCI Certified.<<less
Added: 2005-09-29 License: Commercial Price: $0.00USD
11 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5