Main > Free Download Search >

Free we use script

we use

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 271
eQuotes 1.0

eQuotes 1.0


This script will manage and display categorized quotes on your website. Posting positive customer feedback on your site is proven to encourage new purchases, eQuotes will make it easy for your customers to submit comments and even easier for you to more>> This script will manage and display categorized quotes on your website. Posting positive customer feedback on your site is proven to encourage new purchases, eQuotes will make it easy for your customers to submit comments and even easier for you to manage and display these comments. You could also use this script to display quotes by famous people on your site. We use eQuotes on our own sites to display quotes by satisfied customers.<<less
Added: 2005-08-15 License: Freeware Price: $0.00USD
13 downloads
 
Other version of eQuotes
eQuotesYou could also use this script to display quotes by famous people on your site. We use eQuotes on our own sites to display quotes by satisfied customers
License:Freeware
Download
1539 downloads
Added: 2005-08-15
PHP Include uses

PHP Include uses


Utilise PHP includes on your website to make changes in design and navigation much easier. Also features a cool way to make your own image viewer. more>> Utilise PHP includes on your website to make changes in design and navigation much easier. Also features a cool way to make your own image viewer.<<less
Added: 2007-01-31 License: Freeware Price: Free
1004 downloads
Using PCREs

Using PCREs


A introduction to using Regular Expressions in PHP. more>> A introduction to using Regular Expressions in PHP.<<less
Added: 2002-11-18 License: Not Specified Price: Free
2532 downloads
Using PCRE's

Using PCRE's


A introduction to using Regular Expressions in PHP. more>> A introduction to using Regular Expressions in PHP.<<less
Added: 2002-11-18 License: Price: 0.00 Price: $0.00USD
10 downloads
Using Cookies

Using Cookies


Learn how to read and write cookies with Asp. more>> Learn how to read and write cookies with Asp.<<less
Added: 2006-01-04 License: Freeware Price: Free
1393 downloads
How to use ImageMap Control 1

How to use ImageMap Control 1


Explains how to turn an image to navigation menu with ImageMap Control. In the past, developers would break an image into multiple pieces and put it together again in a table, reassembling the pieces into one image. With the new ImageMap control, more>> Explains how to turn an image to navigation menu with ImageMap Control. In the past, developers would break an image into multiple pieces and put it together again in a table, reassembling the pieces into one image. With the new ImageMap control, you can define images with distinct regions called hot spots which are identified using coordinates.<<less
Added: 2008-02-22 License: Freeware Price: $0.00USD
11 downloads
How to use Repeater Control 1

How to use Repeater Control 1


One of important goals of any application development process is making data presentation richer. ASP.NET 2.0 provides many server controls which render data in different rich formats and styles. Repeater control is one of most popular controls for more>> One of important goals of any application development process is making data presentation richer. ASP.NET 2.0 provides many server controls which render data in different rich formats and styles. Repeater control is one of most popular controls for displaying data in different layouts.<<less
Added: 2007-11-20 License: Freeware Price: $0.00USD
13 downloads
How To Use AdRotator Control 1

How To Use AdRotator Control 1


AdRotator is one of the Rich Web Controls available in ASP.NET. AdRotator control is available in ASP.Net to make the task of rotating the advertisement images in a web form quickly and easily. It displays banner advertisements randomly. This more>> AdRotator is one of the Rich Web Controls available in ASP.NET. AdRotator control is available in ASP.Net to make the task of rotating the advertisement images in a web form quickly and easily. It displays banner advertisements randomly. This tutorial explains how to rotate advertisement images on web form by using AdRotator Control.<<less
Added: 2008-06-12 License: Freeware Price: $0.00USD
12 downloads
Use a hash table

Use a hash table


Use a hash table is considered to be a versatile MATLAb function that wraps the Java hash table class. more>>

Use a hash table is considered to be a versatile MATLAb function that wraps the Java hash table class. Class Hashtable provides ways for Matlab users to access hash tables data structures.

<<less
Added: 2009-11-10 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
downloads
When and How to use Cookies and Sessions

When and How to use Cookies and Sessions


In this article, you will find out the reasons to use cookies and the reasons to use sessions. It also tells you the way hide important data from cookies. more>> In this article, you will find out the reasons to use cookies and the reasons to use sessions. It also tells you the way hide important data from cookies.<<less
Added: 2007-05-31 License: Freeware Price: Free
878 downloads
Feedback Form using JMAIL

Feedback Form using JMAIL


Let your visitors contact you with this colorful form that uses ASP and JMAIL. Included with this form is a Header and Footer file. more>> Let your visitors contact you with this colorful form that uses ASP and JMAIL. Included with this form is a Header and Footer file.<<less
Added: 2003-01-27 License: Freeware Price: Free
2490 downloads
How to use the QueryString in ASP

How to use the QueryString in ASP


This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page. more>> This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page.<<less
Added: 2005-04-20 License: Other Free / Open Source License Price: Free
1664 downloads
docpile:we

docpile:we


docpile:we is a web-based document management system that allows multiple people to share documents and keep track of revisions. Users can upload and download documents, grant per-file, -user, or -fol more>> docpile:we is a web-based document management system that allows multiple people to share documents and keep track of revisions. Users can upload and download documents, grant per-file, -user, or -folder access privileges, and send notification emails when documents are being updated. Administrators can create access groups, each responsible for a different set of folders and users. There is also a logging function. docpile:we based on the development of Rusis docpile and Cafuegos smds.<<less
Added: 2006-01-31 License: GPL Price: Free
1362 downloads
How to use the query string in PHP

How to use the query string in PHP


This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Have you ever seen a URL which looked like www.example.com/pag e.php?mode=1&s more>> This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Have you ever seen a URL which looked like "www.example.com/pag e.php?mode=1&style=red"? Well, this page is being passed variables and their values through the query string, here the variables "mode" and "style" are being passed, with values "1" and "red" respectively. The question mark indicates the start of the query string and the ampersand, &, symbol seperates variable=value assignments.<<less
Added: 2005-07-10 License: Other Free / Open Source License Price: Free
1621 downloads
Using Object in ASP

Using Object in ASP


To use an object in ASP, you should create an instance of an object. We use CreateObject method creating object. Lets see it on an real application. . more>> To use an object in ASP, you should create an instance of an object. We use CreateObject method creating object. Lets see it on an real application. .<<less
Added: 2006-09-18 License: Freeware Price: Free
1132 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5