Main > Free Download Search >

Free interaction between script

interaction between

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 349
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
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
Temperature Conversion Script 1.0

Temperature Conversion Script 1.0


Insert a temperature conversion box anywhere on your site to let your users convert between celcius, fahrenheit, kelvin and rankin instantly. more>> Insert a temperature conversion box anywhere on your site to let your users convert between celcius, fahrenheit, kelvin and rankin instantly.<<less
Added: 2006-03-20 License: GPL Price: $0.00USD
11 downloads
 
Other version of Temperature Conversion Script
Temperature Conversion Scriptanywhere on your site to let your users convert between celcius, fahrenheit, kelvin and rankin ... anywhere on your site to let your users convert between celcius, fahrenheit, kelvin and rankin
License:GPL
Download
1321 downloads
Added: 2006-03-20
Language Translation Class 1.1

Language Translation Class 1.1


The class embraces curl and the google translation service to translate strings between english, spanish, italian, french and german. more>> The class embraces curl and the google translation service to translate strings between english, spanish, italian, french and german.<<less
Added: 2007-06-28 License: Free Non-Commercial Price: $0.00USD
16 downloads
 
Other version of Language Translation Class
Language Translation ClassThe class embraces curl and the google translation service to translate strings between ... The class embraces curl and the google translation service to translate strings between
License:Free for non-commercial use
Download
612 downloads
Added: 2007-06-28
The Difference Between require() and include()

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

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
minishowcase 0.9.136 beta

minishowcase 0.9.136 beta


minishowcase is a very simple AJAX/JSRS-enabled image gallery written in PHP and with NO NEED of a complex *SQL/XML database. Since all the interaction is based on AJAX/JSRS methods, it is a very fast and responsive gallery, and a very handsome one. more>> minishowcase is a very simple AJAX/JSRS-enabled image gallery written in PHP and with NO NEED of a complex *SQL/XML database. Since all the interaction is based on AJAX/JSRS methods, it is a very fast and responsive gallery, and a very handsome one. Extremely easy to install and configure, it will allow you to have a nice running gallery in a few minutes.<<less
Added: 2004-10-13 License: Other 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
What is the difference between JDK and JRE 1.0.0

What is the difference between JDK and JRE 1.0.0


The "JDK" is the Java Development Kit. i.e., the JDK is bundle of software that you can use to develop Java based software. The "JRE" is the Java Runtime Environment. i.e., the JRE is an implementation of the Java Virtual Machine which actually executes more>> The "JDK" is the Java Development Kit. i.e., the JDK is bundle of software that you can use to develop Java based software. The "JRE" is the Java Runtime Environment. i.e., the JRE is an implementation of the Java Virtual Machine which actually executes Java programs.<<less
Added: 2007-05-24 License: Freeware Price: $0.00USD
13 downloads
Interaction - Free Web 2.0 instant messaging and live chat support

Interaction - Free Web 2.0 instant messaging and live chat support


All versions of Interaction are AJAX-based and benefit from the Web 2.0 characteristics, basically: light-weight server technology and heavy use of Javascript client-side. Interaction is a fast web application that uses sophisticated technology optimized more>> All versions of Interaction are AJAX-based and benefit from the Web 2.0 characteristics, basically: light-weight server technology and heavy use of Javascript client-side. Interaction is a fast web application that uses sophisticated technology optimized to create the minimum number or server queries (no reloads). Interaction currently supports: Opera, Firefox and Internet Explorer, and has been reported to work properly with Konqueror. Interaction is available is 3 different versions: the Standard version for regular users and bloggers, the Professional version for power users or small businesses, and the Enterprise version is more aimed at medium and large companies with call centers.<<less
Added: 2006-08-29 License: Freeware Price: $0.00USD
10 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
Generating Random Number Using RND Function And Randomize Statement

Generating Random Number Using RND Function And Randomize Statement


We will use RDN function to generate a random number. Our first example generates a random number between 1 ~ 10. more>> We will use RDN function to generate a random number. Our first example generates a random number between 1 ~ 10.<<less
Added: 2007-07-12 License: Freeware Price: Free
845 downloads
Pseudo-random PHP functions

Pseudo-random PHP functions


This article introduces PHPs pseudo-random functions to the reader and explains the difference between a pseudo-random and a truly random number. more>> This article introduces PHPs pseudo-random functions to the reader and explains the difference between a pseudo-random and a truly random number.<<less
Added: 2006-03-31 License: GPL Price: Free
1309 downloads
Transcrypt

Transcrypt


You ever wanted to establish an crypted connection between a server and a client? Perhaps we have a free solution for you: Transcrypt. The content gets crypted the the ARC4 (RC4 cmpatible) algorithm a more>> You ever wanted to establish an crypted connection between a server and a client? Perhaps we have a free solution for you: Transcrypt. The content gets crypted the the ARC4 (RC4 cmpatible) algorithm and sent to the client. The client can see the content after entering the password.<<less
Added: 2006-03-02 License: GPL Price: Free
1331 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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5