Main > Free Download Search >

Free method script

method

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 398
Method Mail PHP 1.1.3

Method Mail PHP 1.1.3


find to install on the web. This application is can be fully customized for use on your site. New features to eliminate spam bots have been included in the latest version of methodmailphp. This script was created to aid web designers in creating fast and more>> find to install on the web. This application is can be fully customized for use on your site. New features to eliminate spam bots have been included in the latest version of methodmailphp. This script was created to aid web designers in creating fast and effective form to email pages. The designer only needs to know how to create simple html forms and direct the action to one php file to do all of the work. Create your own headers and footers and configure the application to run how you want it to run.<<less
Added: 2004-02-10 License: GPL Price: $0.00USD
14 downloads
 
Other version of Method Mail PHP
Price: FreeAdditionalInfoFreeaslongascopyrightinformationisnotremoved.Copyrightmayberemovedifpaidfor.
License:GPL
Download
2088 downloads
Added: 2004-02-10
Decorator for main method 1.0

Decorator for main method 1.0


Decorator for main method 1.0 is yet another extremely useful script for programmers. It is actually a generic main method for most Python programs which now can be applied with a decorator to make more>>

Decorator for main method 1.0 is yet another extremely useful script for programmers. It is actually a generic main method for most Python programs which now can be applied with a decorator to make cleaner codes.
This allows option and argument parsing to be hidden from the main code in your program. The user simply passes an optional getopt string and the number of required arguments. Then the actual main function get passed a dictionary of options and a list of arguments.
One possible improvement would be to add an optional error handling routine passed to the decorator. As it is all exceptions are caught in the decorator function and printed to the screen.

<<less
Added: 2007-06-07 License: Other Free / Open Source License - Python License Price: OtherFreeOpenSourceLicensePythonLicense
11 downloads
Regular Expression Methods

Regular Expression Methods


Regular expression or RegEx may look like a simple function in an Ajax or JavaScript based application but itâ??s presence in these forms of applications is very importance since they help in screening the forms of data coming into the application. The more>> <<less
Added: 2009-05-11 License: Freeware Price: $0.00USD
14 downloads
Applets and Native Methods. 1.0

Applets and Native Methods. 1.0


A guide to calling native methods from with in java applets. Explains how to overcome the sandbox restrictions and how to load native libraries when the applet starts. Also includes a brief introduction to the JNI. more>> A guide to calling native methods from with in java applets. Explains how to overcome the sandbox restrictions and how to load native libraries when the applet starts. Also includes a brief introduction to the JNI.<<less
Added: 2005-12-10 License: Freeware Price: $0.00USD
10 downloads
 
Other version of Applets and Native Methods.
Applets and Native Methods.Applets and Native Methods.Applets and Native Methods. A guide to calling native methods from with in java applets. Explains how to overcome the sandbox restrictions and how to load native libraries
License:Freeware
Download
800 downloads
Added: 2005-12-10
JScript Examples : setDate Method 1

JScript Examples : setDate Method 1


Following example displays usage of setDate method in JScript. setDate methods sets the numeric date of the Date object using local time. more>> Following example displays usage of setDate method in JScript. setDate methods sets the numeric date of the Date object using local time.<<less
Added: 2004-04-20 License: Freeware Price: $0.00USD
14 downloads
Dom Element methods reference

Dom Element methods reference


One page reference on the various DOM methods available on an HTML element. more>> One page reference on the various DOM methods available on an HTML element.<<less
Added: 2006-09-06 License: Freeware Price: $0.00USD
14 downloads
An Useful Method : RecordSet.Filter

An Useful Method : RecordSet.Filter


Filter method is very useful working with large datasets. You might need to put only some records from your database but you should select all data from database. Fileter method is advantage working o more>> Filter method is very useful working with large datasets. You might need to put only some records from your database but you should select all data from database. Fileter method is advantage working on recordsets after querying on SQL command.<<less
Added: 2006-08-09 License: Freeware Price: Free
1183 downloads
Calling Flash Method from Javascript

Calling Flash Method from Javascript


A few examples on calling Flash Methods from javascript. There is also a previous section about passing parameters from javascript to flash. Example flash fla are available for download. more>> A few examples on calling Flash Methods from javascript. There is also a previous section about passing parameters from javascript to flash. Example flash fla are available for download.<<less
Added: 2003-08-06 License: Freeware Price: Free
2308 downloads
PHP __set and __get Magic methods

PHP __set and __get Magic methods


Object oriented programming principles encourage encapsulation, i.e. containing all the functionality inside a class. Usually this means member variables should be private or protected, one of the common ways to do this is with various set and get more>> Object oriented programming principles encourage encapsulation, i.e. containing all the functionality inside a class. Usually this means member variables should be private or protected, one of the common ways to do this is with various set and get methods. In the case of a user class it may have setName, getName, setAge, getAge and so on. This can be time consuming to set up, change and maintain. The magic methods __set and __get provide a quick way to implement generic set and get methods.<<less
Added: 2008-08-08 License: Other Price: $0.00USD
15 downloads
Method signature checking decorators 2.1

Method signature checking decorators 2.1


This adds parameter type checking to each method or function invocation. It is not a replacement for static typing. more>> <<less
Added: 2007-06-07 License: Other Free / Open Source License - Python License Price: OtherFreeOpenSourceLicensePythonLicense
1 downloads
JavaScript PHP Remote Method Library 0.9.1

JavaScript PHP Remote Method Library 0.9.1


This PHP5 class allows your Prototype JavaScript AJAX applications to natively call PHP methods and get data back as if the methods were written in JavaScript. I modeled this somewhat after AMFPHP for Flash remoting. I wanted to be able to simply write more>> This PHP5 class allows your Prototype JavaScript AJAX applications to natively call PHP methods and get data back as if the methods were written in JavaScript. I modeled this somewhat after AMFPHP for Flash remoting. I wanted to be able to simply write methods in a PHP class and then call them in JavaScript and not write any more code than that. This pretty much does that. You can see it in action at my website: http://onesandzeros.biz/j sphpremoting/<<less
Added: 2008-02-22 License: GPL Price: $0.00USD
10 downloads
Simple method for indexing MS Word documents

Simple method for indexing MS Word documents


Building indexers/spiders that can read binary MS Word (.doc) documents can be difficult, expecially on *nix servers, which dont support PHPs COM abilities. Solutions usually involve installing binari more>> Building indexers/spiders that can read binary MS Word (.doc) documents can be difficult, expecially on *nix servers, which dont support PHPs COM abilities. Solutions usually involve installing binaries on the server (often impossible or disallowed). This simple PHP snippet makes a pretty good job of extracting text from an MS Word document for use in a search index. While not pretending to be perfect, it has proved itself useful on thousands of test documents.<<less
Added: 2006-04-12 License: Freeware Price: Free
782 downloads
PHP __call and __callStatic Magic methods

PHP __call and __callStatic Magic methods


This is just a quick post to show the use of the magic methods __call and __callStatic. It?s following on in my Magic Method series. more>> This is just a quick post to show the use of the magic methods __call and __callStatic. It?s following on in my Magic Method series.<<less
Added: 2008-08-31 License: Other Price: $0.00USD
11 downloads
Gzip vs Deflate: Which is the faster HTTP compression method?

Gzip vs Deflate: Which is the faster HTTP compression method?


Gzip and Deflate are two popular HTTP compression methods. I ran a test in C# to figure out which one is faster and by how much. Read this article to see which won the speed test and how to implement Gzip and Deflate HTTP compression in your website. more>> Gzip and Deflate are two popular HTTP compression methods. I ran a test in C# to figure out which one is faster and by how much. Read this article to see which won the speed test and how to implement Gzip and Deflate HTTP compression in your website.<<less
Added: 2008-12-05 License: Free Non-Commercial Price: $0.00USD
14 downloads
zipcreator

zipcreator


A free cross-platform utility for working with zip files. Use it to prepare and organise your zip files precisely as you wish, with control over entry paths, modified dates and storage method. It prov more>> A free cross-platform utility for working with zip files. Use it to prepare and organise your zip files precisely as you wish, with control over entry paths, modified dates and storage method. It provides an intuitive interface with drag and drop support. Additionally you can use the console mode to automate zip file management. zipcreator runs on Windows, Linux and Mac OS X platforms and requires a Java Runtime Environment (version 1.3 or higher).<<less
Added: 2004-10-13 License: Freeware Price: Free
1836 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5