Main > Free Download Search >

Free use than script

use than

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 262
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
Using SOAP with PHP

Using SOAP with PHP


SOAP is a wonderful technology that can help you in developing great applications. In this tutorial, we will investigate the use of SOAP in PHP. more>> SOAP is a wonderful technology that can help you in developing great applications. In this tutorial, we will investigate the use of SOAP in PHP.<<less
Added: 2004-06-22 License: Not Specified Price: Free
1103 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
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 PHP with MySQL 1

Using PHP with MySQL 1


Quick and easy script on how to create a DB link and execute an sql statement more>> Quick and easy script on how to create a DB link and execute an sql statement<<less
Added: 2007-11-13 License: GPL Price: $0.00USD
13 downloads
How to use the PEAR ITX templating system

How to use the PEAR ITX templating system


This tutorial will explain and demonstrate how to use the ITX templating system from the PEAR collection of useful classes for PHP. As we go along, itll show you some of the competitors, why the autho more>> This tutorial will explain and demonstrate how to use the ITX templating system from the PEAR collection of useful classes for PHP. As we go along, itll show you some of the competitors, why the author didnt like them and why in the end he chooses to work with ITX in his own scripts. We will build a simple example script that will load and fill out the data out of a database. This script will use another PEAR component, a database abstraction layer. This tutorial assumes that you are familiar with PEARs DB abstraction layer.<<less
Added: 2003-01-09 License: Not Specified Price: Free
2499 downloads
Use PHP on pages without a .php extension

Use PHP on pages without a .php extension


This guide will tell you how you can use .htaccess to use PHP code on pages that dont have a .php extension, for example on a page called index.htm. more>> This guide will tell you how you can use .htaccess to use PHP code on pages that dont have a .php extension, for example on a page called index.htm.<<less
Added: 2005-11-01 License: Other Free / Open Source License Price: Free
1491 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
Hello World using JOptionPane

Hello World using JOptionPane


This tutorial introduces the Hello World program to new Java programmers using the JOptionPane interface. more>> This tutorial introduces the Hello World program to new Java programmers using the JOptionPane interface.<<less
Added: 2004-12-20 License: Price: 0.00 Price: 0.00
12 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
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
PHP4 Session Handler using ADODB

PHP4 Session Handler using ADODB


PHP4 is packed with good features. One of the most popular is session variables. These are variables that persist throughout a session, as the user moves from page to page. Session variables are great more>> PHP4 is packed with good features. One of the most popular is session variables. These are variables that persist throughout a session, as the user moves from page to page. Session variables are great holders of state information and other useful stuff. PHP4s session variables are stored in files by default. However for true scalability, it is better to store this data in a database using a database wrapper library like ADODB. ADODB supports Oracle, MySQL, PostgreSQL, Interbase, MSSQL, VFP, Access, ADO.<<less
Added: 2000-12-12 License: BSD Style Price: Free
3252 downloads
PHPBirthday an easy to use birthday reminder 1.0

PHPBirthday an easy to use birthday reminder 1.0


A quick and easy to use Birthday reminder. Get automated email reminders using PHP, MySQL and Perl. With PHPBirthday you can add, delete and modify a database of users with an easy to use web control panel. more>> A quick and easy to use Birthday reminder. Get automated email reminders using PHP, MySQL and Perl. With PHPBirthday you can add, delete and modify a database of users with an easy to use web control panel.<<less
Added: 2008-01-21 License: GPL Price: $0.00USD
12 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5