Main > Free Download Search >

Free in touch script

in touch

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 533
Claros inTouch 2.2Beta

Claros inTouch 2.2Beta


Claros In Touch is a full Ajax webmail, instant messenger, calendar, todo list, webdisk, address book and a note taking software. The main features are: multi-protocol(POP3+IMAP) built in spam protection, folder support for the POP3 protocol, drag & more>> Claros In Touch is a full Ajax webmail, instant messenger, calendar, todo list, webdisk, address book and a note taking software. The main features are: multi-protocol(POP3+IMAP) built in spam protection, folder support for the POP3 protocol, drag & drop support, nice and clean user interface, compatibility with any standards-compliant POP3/IMAP and SMTP server, operating system independence, support for sending HTML email, and full MIME compatibility. Besides it features an instant messenger which can talk with a Jabber Server.<<less
Added: 2006-03-20 License: Other Price: $0.00USD
13 downloads
Introduction to PHP 1

Introduction to PHP 1


This is a welcome to PHP, Contains information on the history of the scripting language, it gives you details on what you can make with PHP including forums and chat software. Test PHP using the phpinfo() function, It will bring up all your php more>> This is a welcome to PHP, Contains information on the history of the scripting language, it gives you details on what you can make with PHP including forums and chat software. Test PHP using the phpinfo() function, It will bring up all your php configuration and vital php info and information about your system were PHP is installed. The next chapter will show you how to make your first PHP script. Explores PHP Variables in some detail. Perfect of PHP beginners. We touch on PHP functions in the last chapter.<<less
Added: 2005-08-16 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Introduction to PHP
Introduction to PHPExplores PHP Variables in some detail. Perfect of PHP beginners. We touch on PHP functions in
License:Freeware
Download
859 downloads
Added: 2005-08-16
Chat in RetroStyle (ChatRS)

Chat in RetroStyle (ChatRS)


ChatRS is a highly customizable pull based chat script. Users can post with their own font/colors -- which can be saved in a cookie or URL encoded (either as a bookmark or in the optional sidebar). Ch more>> ChatRS is a highly customizable pull based chat script. Users can post with their own font/colors -- which can be saved in a cookie or URL encoded (either as a bookmark or in the optional sidebar). ChatRS uses an installer for setup, making it a breeze to install. The many options can be managed easily via an administrative interface.<<less
Added: 2004-10-12 License: Not Specified Price: Free
1838 downloads
Session in PHP

Session in PHP


Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use. more>> Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use.<<less
Added: 2008-08-27 License: Freeware Price: $0.00USD
16 downloads
Timer in Flash

Timer in Flash


Learn how to create a timer in flash 8 using action script. You can use it for picture presentation, slide show or something. more>> Learn how to create a timer in flash 8 using action script. You can use it for picture presentation, slide show or something.<<less
Added: 2006-08-29 License: Freeware Price: Free
1193 downloads
Cookies in PHP

Cookies in PHP


For those new to web development and how things work, cookies can be a very confusing matter. In this tutorial, Timothy gives you an overview of cookies to help you understand how they work. more>> For those new to web development and how things work, cookies can be a very confusing matter. In this tutorial, Timothy gives you an overview of cookies to help you understand how they work.<<less
Added: 2004-01-27 License: Not Specified Price: Free
2114 downloads
Tears in Flash

Tears in Flash


This tutorial will teach you how to create a tear using Color Mixer Panel. This tutorial is also introduction for following tutorial, in which I will show you how to create a Human cry animation. Lets more>> This tutorial will teach you how to create a tear using Color Mixer Panel. This tutorial is also introduction for following tutorial, in which I will show you how to create a Human cry animation. Lets go!<<less
Added: 2006-10-03 License: Freeware Price: Free
1128 downloads
New HTC Touch HD animation in flash

New HTC Touch HD animation in flash


In this easy lesson, I will explain to you how to create new HTC Touch HD presentation in flash. more>> In this easy lesson, I will explain to you how to create new HTC Touch HD presentation in flash.<<less
Added: 2008-10-09 License: Freeware Price: $0.00USD
11 downloads
Checkers in C++

Checkers in C++


Fully working game including double and triple jumping, kings and colourful graphics. Designed for 2 human players. more>> Fully working game including double and triple jumping, kings and colourful graphics. Designed for 2 human players.<<less
Added: 2003-11-05 License: Free for non-commercial use Price: FreeAdditionalInfoFreetodownloadanduseforpersonaluse.Donotsellasifyourownwork,norpretenditisyourworkforeducationalgainplaigarism.Contactmeforanyspecialuses.
2231 downloads
Thinking in C++

Thinking in C++


Bruce Eckel has kindly provided his book Thinking in C++, Second Edition free of charge to on-line readers. The text first sets the stage for using C++ with a tour of what object-oriented programmin more>> Bruce Eckel has kindly provided his book "Thinking in C++, Second Edition" free of charge to on-line readers. The text first sets the stage for using C++ with a tour of what object-oriented programming is all about, as well as the software design life cycle. The author then delves into every aspect of C++, from basic keywords and programming principles to more advanced topics, like function and operator overloading, virtual inheritance, exception handling, namespaces, and templates. C++ is a complex language, and the author covers a lot of ground using todays Standard C++, but without getting bogged down in excessive detail.<<less
Added: 2005-05-03 License: Free for non-commercial use Price: Free
1670 downloads
In Memoriam 1.0

In Memoriam 1.0


Light a candle in the memory of all of those unforgotten heroes who have died from acts of terrorism over many years, as well as to all the common people or personalities that we remember with love. more>> Light a candle in the memory of all of those unforgotten heroes who have died from acts of terrorism over many years, as well as to all the common people or personalities that we remember with love.<<less
Added: 2006-08-19 License: GPL Price: $0.00USD
12 downloads
Fairy Dust

Fairy Dust


This script makes fairy dust drift from your mouse each time you move it around the screen. Its great for kids web-sites and adds a touch of magic. The effect is similar to the magic sparkles that appear when most cartoon fairies (such as more>> This script makes fairy dust drift from your mouse each time you move it around the screen. Its great for kids web-sites and adds a touch of magic. The effect is similar to the magic sparkles that appear when most cartoon fairies (such as Tinkerbell in Peter Pan) move around.<<less
Added: 2005-10-05 License: Freeware Price: $0.00USD
20 downloads
Variables in PHP

Variables in PHP


Variables are nothing but identifiers to the memory location to store data. We can create any number of varibles. In PHP all the variables begin with a dollar sign $ and the value can be assignes us more>> Variables are nothing but identifiers to the memory location to store data. We can create any number of varibles. In PHP all the variables begin with a dollar sign "$" and the value can be assignes using the "=" operator as shown below: Another important thing in PHP is that all the statements must end with a semicolon ";". In PHP we neednt have to specify the variable type, as it takes the data type of the assigned value. From the above example we understand that $Name is of Data type String and $Age is of type Numeric.<<less
Added: 2005-07-14 License: Freeware Price: Free
1562 downloads
Functions in C++

Functions in C++


In this tutorial we will be studying a bit of Functions in C++ Language. more>> Functions in C++ is a convenient application which helps you be dealing with how to define, declare, pass and return values in a C++ Function. Functions forms the most important part of computer programming. Also be dealing a bit with the Friend Function.<<less
Added: 2009-07-04 License: Freeware Price: $0.00USD
15 downloads
cyn.in 2.1

cyn.in 2.1


Open source collaboration software for Enterprise. Cyn.in helps teams to build collaborative knowledge by sharing & discussing various forms of digital content within a secure, unified application that is accessible using a web based interface or a more>> Open source collaboration software for Enterprise. Cyn.in helps teams to build collaborative knowledge by sharing & discussing various forms of digital content within a secure, unified application that is accessible using a web based interface or a rich desktop client. cyn.in combines the capabilities of collaboration tools like wikis, blogs, file repositories, micrologs instant discussions & other social applications into a seamless platform.<<less
Added: 2008-12-18 License: GPL Price: $6,250.00USD
12 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5