between us
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 359
Recommend Us
Visitors to your website can recommend your page using this script. Increase traffic to your site by having your current visitors send in new visitors. more>> Visitors to your website can recommend your page using this script. Increase traffic to your site by having your current visitors send in new visitors.<<less
Added: 2006-01-12 License: Freeware Price: Free
1380 downloads
Next Week 1.0
This script provides the date of any upcoming week day, its perfect for sites that announce weekly activites. It takes one argument, a number between 0 and 6, representing sunday to saturday. more>> This script provides the date of any upcoming week day, its perfect for sites that announce weekly activites. It takes one argument, a number between 0 and 6, representing sunday to saturday.<<less
Added: 2004-09-03 License: Freeware Price: 0.00
12 downloads
Other version of Next Week
Contact Us
Contact Us is a site contact system written in PHP. Features * Easy to install. * No database required. * Spam protection. * valid XHTML 1.0 and CSS. * Validation code to make sure its a real person c more>> Contact Us is a site contact system written in PHP. Features * Easy to install. * No database required. * Spam protection. * valid XHTML 1.0 and CSS. * Validation code to make sure its a real person contacting you and not a bot. * Fake email address on thanks for contact email, This helps to stop spammers getting your email address. * Full error checking so the script sends the right info. * Anti email injection attempts system. Requirements * A webserver that supports PHP. So if you looking for a simple and safe way to let your web site visitors contact you this is a really good script for doing just that and its also safe from spammers.<<less
Added: 2007-01-23 License: Free for non-commercial use Price: Free
1026 downloads
Finding the difference between date
This code will find the difference between two dates, either in months, quarters, or days. more>> This code will find the difference between two dates, either in months, quarters, or days.<<less
Added: 2007-07-13 License: Other Free / Open Source License Price: Free
847 downloads
How to Make AJAX Read between the Lines
The method for getting information through an implicit request can be applied not only for technical dictionary. Have you ever wondered about the double underlined links in such projects as hotscripts more>> The method for getting information through an implicit request can be applied not only for technical dictionary. Have you ever wondered about the double underlined links in such projects as hotscripts.com and devarticles.com? This is context-dependent advertising based on IntelliTXT engine from Vibrant Media (www.vibrantmedia.com). When the mouse cursor points to such a link an advertisement window appears. This technology is referred to as in-text advertising. This method is also increasingly used on news portals. The main page contains only the news headings. Yet when the user puts a mouse cursor over the heading a short description appears. Thus the main page can hold a lot more news. The visitor sees the headings and all he/she has to do to get a short summary is to browse through the items with a mouse cursor. Let us now look into how contextual help can be implemented with AJAX.<<less
Added: 2007-01-18 License: Freeware Price: Free
1012 downloads
Freelance IT Pros
Freelance IT Pros bridges the gap between buyers/webmasters and service providers. Buyers, use our intuitive online interface for posting projects and receiving bids and quotes from qualified provider more>> Freelance IT Pros bridges the gap between buyers/webmasters and service providers. Buyers, use our intuitive online interface for posting projects and receiving bids and quotes from qualified providers. Service Providers, use our site to bid and acquire new projects and work from a worldwide user base of buyers. Signup for FREE! and receive $5.00 account credit just for signing up!<<less
Added: 2006-10-09 License: Freeware Price: Free
1118 downloads
date_difference 1.0
It is free and simple php class to get the difference between 2 date in format: # days # hours # minutes # seconds. more>> It is free and simple php class to get the difference between 2 date in format: # days # hours # minutes # seconds.<<less
Added: 2007-09-26 License: Freeware Price: $0.00USD
11 downloads
openSite v0.2.2
openSite is the premier open source website management software for making and operating powerful PHP/MySQL based websites. The advantage in using the system is that all it requires is building a site layout and then adding your content. Then the manager more>> openSite is the premier open source website management software for making and operating powerful PHP/MySQL based websites. The advantage in using the system is that all it requires is building a site layout and then adding your content. Then the manager takes your data and builds it into an easy to view package using the powerful speed of a MySQL database and the security of well written PHP applications to take care of various features that are common among many websites. The major difference between us and other portal scripts is that we offer a much more powerful feature base with more options. Many other portal scripts place ads all over your site and require you to use premade content systems with very rigid and generic structuring. With ContentOne, you can create an entire site as if it was professionally built using custom scripts! openSite is under the GNU Public License and is fully open source software. If a feature feels to rigid or something to that extent, feel free to modify it to make it better for youre needs. Initially the entire package was written to the exact specifications that this site needed. The next few steps will be to make it more dynamic with more options. If you feel like not waiting for the next release, theres even a module option that allows you to write an entire script within the manager that uses the various variables already set in place as well as the user security system to keep your pages safe and free of prying eyes.<<less
Added: 2005-01-10 License: GPL Price: $0.00USD
11 downloads
Other version of openSite
PHP Contact Us
This is a one page script that allows your visitors a means to contact you with out posting your email on your webpage for others to grab and abuse. Instructions are on the page in the code and there more>> This is a one page script that allows your visitors a means to contact you with out posting your email on your webpage for others to grab and abuse. Instructions are on the page in the code and there is only one varable to change. Requires site membership (one time $1.00) to this and all scripts.<<less
Added: 2004-10-25 License: Other Free / Open Source License Price: $1.00
1828 downloads
Change Web Site Mode 1.0
This class can be used to switch the access to sites between test and production versions. Each Web site must have copy of all files in the production server and in a test server. This class allows the user to switch between the two copies of the more>> This class can be used to switch the access to sites between test and production versions. Each Web site must have copy of all files in the production server and in a test server. This class allows the user to switch between the two copies of the site without having to change the URL. It provides a GUI interface for switching between the test mode and production site. The test version may be run in the local machine or in another machine.<<less
Added: 2007-07-22 License: GPL Price: $0.00USD
12 downloads
Other version of Change Web Site Mode
License:GPL
The Difference Between require() and include()
Did you know that require() and include() work differently? Both are used for including code in another file into your program, but there is a crucial difference in how they operate when that file can more>> Did you know that require() and include() work differently? Both are used for including code in another file into your program, but there is a crucial difference in how they operate when that file cannot be read which any PHP programmer needs to know about. Theres also a slight difference with require() between new and older versions of PHP which this tutorial discusses too.<<less
Added: 2006-01-04 License: Other Free / Open Source License Price: Free
1393 downloads
Difference between HashMap and HashTable 1.0.0
Both provide key-value access to data. The Hashtable is one of the original collection classes in Java. HashMap is part of the new Collections Framework, added with Java 2, v1.2. The key difference between the two is that access to the Hashtable is more>> Both provide key-value access to data. The Hashtable is one of the original collection classes in Java. HashMap is part of the new Collections Framework, added with Java 2, v1.2. The key difference between the two is that access to the Hashtable is synchronized on the table while access to the HashMap isnt. You can add it, but it isnt there by default.<<less
Added: 2007-05-24 License: Freeware Price: $0.00USD
12 downloads
Project Ncaster
NCasterCMS is content management system that features high customizability and flexibility. It supports limitless custom fields, relational links between articles, caching, user levels, a WYSWYG HTML more>> NCasterCMS is content management system that features high customizability and flexibility. It supports limitless custom fields, relational links between articles, caching, user levels, a WYSWYG HTML editor, XML feeds, article authentication, a plugin-based scripting language, and more.<<less
Added: 2002-09-17 License: Freeware Price: Free
2597 downloads
sabros.us 1.75
sabros.us is a CMS to put your bookmarks online with folksonomy support; just like del.icio.us, but the big diference is you will have the complete control of the source code and written on PHP with MySQL as backend we make it cross platform. more>> sabros.us is a CMS to put your bookmarks online with folksonomy support; just like del.icio.us, but the big diference is you will have the complete control of the source code and written on PHP with MySQL as backend we make it cross platform.<<less
Added: 2005-12-16 License: GPL Price: $0.00USD
13 downloads
Other version of sabros.us
Moving items between listboxes in PHP example 1.0
Someone wanted the exact same thing on codeproject.com a while ago but I didnt give much thought to it, until someone at work asked me how to do it - since he wasnt able to find a viable solution on the internet. more>> Someone wanted the exact same thing on codeproject.com a while ago but I didnt give much thought to it, until someone at work asked me how to do it - since he wasnt able to find a viable solution on the internet.<<less
Added: 2008-06-18 License: Freeware Price: $0.00USD
13 downloads
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 between us 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