Main > Free Download Search >

Free between them script

between them

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 322
Send Them! 1.0

Send Them! 1.0


This free script is basic redirect script that allows you to place redirect forms on your pages without using java script. You can put forms on each page, or if you can use SSI on your site, simply make one text file containing the form, and then any more>> This free script is basic redirect script that allows you to place redirect forms on your pages without using java script. You can put forms on each page, or if you can use SSI on your site, simply make one text file containing the form, and then any time you want to add URLs you just have to edit the single text file.<<less
Added: 2000-10-09 License: Commercial Price: $0.00USD
10 downloads
Refer Them! V3 2

Refer Them! V3 2


With this script you will allow visitors to your site to refer their friends to visit, and choose where they should be redirected when they do. The script requires that they refer 5 friends, and if they do you can redirect to a link with a special gift more>> With this script you will allow visitors to your site to refer their friends to visit, and choose where they should be redirected when they do. The script requires that they refer 5 friends, and if they do you can redirect to a link with a special gift for spreading the word. The features include: Email Checking (Make sure all the emails are valid), Email Guessing (Help your visitors get it done quickly by guessing their email domain as they type), Custom Message (Choose what you want to say, as well as allow visitors to customize), and so much more!<<less
Added: 2008-03-16 License: Freeware Price: $0.00USD
10 downloads
Next Week 1.0

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
Next WeekIt takes one argument, a number between 0 and 6, representing sunday to saturday. It takes one argument, a number between 0 and 6, representing sunday to saturday
License:Freeware
Download
1879 downloads
Added: 2004-09-03
Email Them 1.0

Email Them 1.0


This program is a unique formless email sending and logging program. It uses a list of "sponsors" and email addresses that you maintain via the administration area. It creates a log entry when someone clicks a link to send email to one of these sponsors, more>> This program is a unique formless email sending and logging program. It uses a list of "sponsors" and email addresses that you maintain via the administration area. It creates a log entry when someone clicks a link to send email to one of these sponsors, but does not use a form - the visitors own email client opens to send the email directly. It also incorperates methods to help foil email address stealing robots, and can be used as a simple replacement for mailto: links.<<less
Added: 2004-03-28 License: Commercial Price: $0.00USD
13 downloads
Finding the difference between date

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
Change Web Site Mode 1.0

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
Change Web Site Modeto switch the access to sites between test and production versions. Each Web site must have copy ... to switch the access to sites between test and production versions. Each Web site must have copy
License:GPL
Download
827 downloads
Added: 2007-07-22
How to Make AJAX Read between the Lines

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
Project Ncaster

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
Moving items between listboxes in PHP example 1.0

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
Creating a file manager 1.0

Creating a file manager 1.0


In this tutorial I will show you how to create a PHP application to display directory content (filename, file size, modification date) and navigate between them. more>> In this tutorial I will show you how to create a PHP application to display directory content (filename, file size, modification date) and navigate between them.<<less
Added: 2007-02-12 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Creating a file manager
Creating a file managerPhpToys - directory content (filename, filesize, modification date) and navigate between them. In this tutorial I will show you how to create a
License:Freeware
Download
988 downloads
Added: 2007-02-12
Difference between HashMap and HashTable 1.0.0

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
Moving items between listboxes in ASP.net example 1.0

Moving items between listboxes in ASP.net 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
12 downloads
Differences between .Net Framework 2.0 and 3.5 1

Differences between .Net Framework 2.0 and 3.5 1


This tutorial reviews new features in .Net Framework 2.0, 3.0 and 3.5. Microsoft is always been stepping ahead of its competitors by bringing great new features and products in the market. The new development environment comes with tons of new more>> This tutorial reviews new features in .Net Framework 2.0, 3.0 and 3.5. Microsoft is always been stepping ahead of its competitors by bringing great new features and products in the market. The new development environment comes with tons of new features and design differences. .Net Framework 3.5 is ready to make futuristic websites with its extremely easy to use interface, rich accessibility features and new design that allows to reduce the time and efforts in website development.<<less
Added: 2009-03-12 License: Freeware Price: $0.00USD
11 downloads
Currency X-Changer 1.0

Currency X-Changer 1.0


This class can be used to convert money amounts between 210 currencies. It uses the Web services of XE and OANDA to convert given amounts between 210 types of currency. If one of the Web services is not available, the class tries the other. The more>> This class can be used to convert money amounts between 210 currencies. It uses the Web services of XE and OANDA to convert given amounts between 210 types of currency. If one of the Web services is not available, the class tries the other. The class can return the list of the supported currencies by each of these Web services. The conversion process takes as parameters the amount to be converted and the origin and target currency identifiers. The converted value is stored in a class variable.<<less
Added: 2006-06-01 License: LGPL Price: $0.00USD
13 downloads
 
Other version of Currency X-Changer
Currency X-ChangerThis class can be used to convert money amounts between 210 currencies. It uses the Web services ... of XE and OANDA to convert given amounts between 210 types of currency. If one of the Web services
License:LGPL
Download
1259 downloads
Added: 2006-06-01
date_difference 1.0

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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5