methods
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 399
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
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.
License:Freeware
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
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
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
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
License:GPL
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
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
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.
Added: 2007-06-07 License: Other Free / Open Source License - Python License Price: OtherFreeOpenSourceLicensePythonLicense
11 downloads
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
Captcha ZDR 1
This is simple, complete and powerfull captcha tool written in PHP for protecting your web FORMS from spammers. "Captcha ZDR" offers several methods of captcha protection, string protection, calculation protection (sum and deduction), noise in more>> This is simple, complete and powerfull captcha tool written in PHP for protecting your web FORMS from spammers. "Captcha ZDR" offers several methods of captcha protection, string protection, calculation protection (sum and deduction), noise in image, string symbols are hard for reading from spamer machines. 8 unique backgrounds for captcha image.<<less
Added: 2007-05-02 License: GPL Price: $0.00USD
16 downloads
Other version of Captcha ZDR
License:GPL
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
Global Weather Info and Forecast 1.1
This is a web flashmovie named Global Weather Info and Forecast. This is an example which shows detailed weather info for all major cities around the world. Forecasting uses the same methods a regular barometer does. more>> This is a web flashmovie named Global Weather Info and Forecast. This is an example which shows detailed weather info for all major cities around the world. Forecasting uses the same methods a regular barometer does.<<less
Added: 2006-05-08 License: Freeware Price: $0.00USD
18 downloads
Other version of Global Weather Info and Forecast
License:Freeware
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
ftp4che 0.6.2
FTP Library using Java 1.4 / 5.0 (2 different builds) methods and java.nio. Features: Implicit SSL / Implicit TLS / AUTH SSL / AUTH TLS / FXP support / PRET support / SSCN support / event model / bandwidth control / unlimitted filesize support / ... more>> FTP Library using Java 1.4 / 5.0 (2 different builds) methods and java.nio. Features: Implicit SSL / Implicit TLS / AUTH SSL / AUTH TLS / FXP support / PRET support / SSCN support / event model / bandwidth control / unlimitted filesize support / ...<<less
Added: 2005-08-24 License: GPL Price: $0.00USD
11 downloads
Other version of ftp4che
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above methods search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed