to check
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1063
Javascript Function to Check or Uncheck all Checkboxes
Use this Javascript function to check or uncheck all the checkboxes in a form. This function is specially designed for dynamic pages with varying numbers of checkboxes. Unlike other functions out there, it will work without error even if there are no more>> Use this Javascript function to check or uncheck all the checkboxes in a form. This function is specially designed for dynamic pages with varying numbers of checkboxes. Unlike other functions out there, it will work without error even if there are no checkboxes or there is only one checkbox. It is also significantly faster for long lists, because it saves the length of the checkbox in a variable, instead of recalculating it in the loop. Finally, the function is granted to the public domain--use it as you wish.<<less
Added: 2004-12-14 License: Freeware Price: $0.00USD
12 downloads
TLD Check 2.1
TLD Check allows you to check the availability of .com, .net, and .org domain names with a simple script which loads results in under 5 seconds. The script provides in-depth error checking and uses the whois.networksolutions.co m script to grab results. more>> TLD Check allows you to check the availability of .com, .net, and .org domain names with a simple script which loads results in under 5 seconds. The script provides in-depth error checking and uses the whois.networksolutions.co m script to grab results. You can easily connect this script to an order form, and provide domain name registration services for your visitors.<<less
Added: 2006-09-21 License: GPL Price: $0.00USD
18 downloads
PHP Site Check 1.0
With a little configuration and easy to install PHP Site Check Script will give your website visitors the ability to check the availability of http, ftp, smtp and pop3 ports right from your website. Download the script at our website. more>> With a little configuration and easy to install PHP Site Check Script will give your website visitors the ability to check the availability of http, ftp, smtp and pop3 ports right from your website. Download the script at our website.<<less
Added: 2005-11-11 License: Freeware Price: $0.00USD
13 downloads
Other version of PHP Site Check
License:Freeware
XML Check 1.0
XML Check class implements methods to check if a URL or file is well-formed XML. more>> XML Check 1.0 is created as class implements methods to check if a URL or file is well-formed XML. This class implements methods to check if a URL or file is well-formed XML.If not the class supplies methods to return the error message, line number and column number. If the source is well-formed the class provides methods to return the number of elements, attributes, text_sections, size of text sections and size of the XML document. It's based on SAX so it can check huge documents without a problem.
This class can validate if a document is well-formed XML, it uses a fast parsing strategy reporting error message, error line and column number if an error is found.
Added: 2007-09-11 License: GPL - GNU Public License Price: GPLGNUPublicLicense
17 downloads
Micro Link Checker 1.0
The Micro Link Checker is a small and basic PHP script to check link validity on a given site. The script loads the requested page and collects all URL on it and at least check whether the links are accessible or not. more>> The Micro Link Checker is a small and basic PHP script to check link validity on a given site. The script loads the requested page and collects all URL on it and at least check whether the links are accessible or not.<<less
Added: 2007-07-06 License: Freeware Price: $0.00USD
10 downloads
Other version of Micro Link Checker
Check Links 1
Free Perl/CGI program that can check all text and picture links on your entire site. With this free script you can open your own link checking service for your site visitors. more>> Free Perl/CGI program that can check all text and picture links on your entire site. With this free script you can open your own link checking service for your site visitors.<<less
Added: 2005-12-06 License: Freeware Price: $0.00USD
10 downloads
Other version of Check Links
License:Freeware
Page Rank Check
There is a lot of demand for people to know your page rank is nowadays especially when trying to exchange links etc, so knowing what your page rank is vital, use this tool to do just that. more>> There is a lot of demand for people to know your page rank is nowadays especially when trying to exchange links etc, so knowing what your page rank is vital, use this tool to do just that.<<less
Added: 2006-03-30 License: Freeware Price: $0.00USD
12 downloads
Create a PHP Checkbox
How to check, uncheck, display and have fun with HTML checkbox objects using PHP and Super Globals. more>> How to check, uncheck, display and have fun with HTML checkbox objects using PHP and Super Globals.<<less
Added: 2002-09-04 License: Free for non-commercial use Price: Free
2710 downloads
Server Status Checker
This small script will allow you to check if the servers on a website are online or offline. more>> This small script will allow you to check if the servers on a website are online or offline.<<less
Added: 2007-02-26 License: Free for non-commercial use Price: Free
726 downloads
PHP link checker
This is a simple PHP website link checker to help get rid of any broken links on your web pages. Just type in the page you want to check and it crawls the page and checks the links on it. Then returns more>> This is a simple PHP website link checker to help get rid of any broken links on your web pages. Just type in the page you want to check and it crawls the page and checks the links on it. Then returns the status code i.e. 404 Not Found, 200 OK, ect.<<less
Added: 2005-05-23 License: Freeware Price: Free
1649 downloads
Creating a domain checker 1.0
In this tutorial I will show you how to create a PHP script to check whether the actual domain name is available or not. more>> In this tutorial I will show you how to create a PHP script to check whether the actual domain name is available or not.<<less
Added: 2007-03-23 License: Freeware Price: $0.00USD
15 downloads
Other version of Creating a domain checker
License:Freeware
Google Banned Checker
Google bot didnt visit your web page for a while? Are you affraid that your web page got banned on Google? This is the right tool to check it. more>> Google bot didnt visit your web page for a while? Are you affraid that your web page got banned on Google? This is the right tool to check it.<<less
Added: 2007-10-09 License: Freeware Price: $0.00USD
12 downloads
Site download Speeds Check
This tools lets you find out how long it takes for users to view your website. Dont forget a slow loading time can mean visitors will leave your site. more>> This tools lets you find out how long it takes for users to view your website. Dont forget a slow loading time can mean visitors will leave your site.<<less
Added: 2006-04-03 License: Freeware Price: $0.00USD
13 downloads
MD5 File Check 1.00
MD5 File Check is a simple Windows app that will output the MD5 string of a inputted file. This is useful if you are downloading a file from a MD5-supported site, and you want to check to see if it is corrupt. All you need to do to use it is drag more>> MD5 File Check is a simple Windows app that will output the MD5 string of a inputted file. This is useful if you are downloading a file from a MD5-supported site, and you want to check to see if it is corrupt. All you need to do to use it is drag your file onto the icon, and it will tell you immediately what the MD5 of the file is.<<less
Added: 2007-07-12 License: Freeware Price: $0.00USD
14 downloads
Check Password 1.0
Verifies that a given string is a good password. If it is a good password, the function returns an empty string. If it isnt, it returns a text string describing the flaws. The function is relatively permissive, but was written to take additional more>> Verifies that a given string is a good password. If it is a good password, the function returns an empty string. If it isnt, it returns a text string describing the flaws. The function is relatively permissive, but was written to take additional constraints.<<less
Added: 2004-06-16 License: Freeware Price: 0.00
15 downloads
Other version of Check Password
License:Freeware
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 to check 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