Main > Free Download Search >

Free use to script

use to

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 700
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
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
bbStatus v1.75

bbStatus v1.75


bbStatus provides free server status page (static) for you to use to show to your visitors. Easily customisable and editable. more>> bbStatus provides free server status page (static) for you to use to show to your visitors. Easily customisable and editable.<<less
Added: 2007-05-09 License: Freeware Price: $0.00USD
13 downloads
Number to Persian text 1.0.0

Number to Persian text 1.0.0


Number to Persian text is created to be a smart and useful PHP class that can be use to spell numbers using Persian words. more>>

Number to Persian text 1.0.0 is created to be a smart and useful PHP class that can be use to spell numbers using Persian words.

<<less
Added: 2009-07-29 License: Free for non-commercial purposes. Price: Freefornoncommercialpurposes.
downloads
Using AJAX to Post Form Data

Using AJAX to Post Form Data


JAX, short for asynchronous javascript and XML, is one of the in web technologies at the moment. Although it is currently being utilized in a wide variety of ways, its original intended method was s more>> JAX, short for asynchronous javascript and XML, is one of the "in" web technologies at the moment. Although it is currently being utilized in a wide variety of ways, its original intended method was simply sending data and retrieving responses without waiting for a page to reload. Were going to take a step back to the time where that was all it was used for. To start off, were going to write our PHP script that we are POSTing to. Were just going to have it echo our name back to us. Simple, but weve gotta start somewhere!<<less
Added: 2007-07-12 License: Freeware Price: Free
915 downloads
Using mod_rewrite To Your Advantage 1.0

Using mod_rewrite To Your Advantage 1.0


Learn how to use mod_rewrite to your advantage to take some overhead off your PHP script and validate Query Strings faster and more securely than any hard coded PHP script. more>> Learn how to use mod_rewrite to your advantage to take some overhead off your PHP script and validate Query Strings faster and more securely than any hard coded PHP script.<<less
Added: 2006-06-12 License: Other Price: $0.00USD
12 downloads
 
Other version of Using mod_rewrite To Your Advantage
Using mod_rewrite To Your AdvantageLearn how to use mod_rewrite to your advantage to take some . Learn how to use mod_rewrite to your advantage to take some
License:Other Free / Open Source License
Download
1241 downloads
Added: 2006-06-12
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
SEO Rank Checker

SEO Rank Checker


SEO Rank Checker is a free tool you can use to check the rank of any keyowords for any web site on Google, Yahoo and MSN. Its simple to install on your web site, just unzip, upload, and enjoy! more>> SEO Rank Checker is a free tool you can use to check the rank of any keyowords for any web site on Google, Yahoo and MSN. Its simple to install on your web site, just unzip, upload, and enjoy!<<less
Added: 2006-02-01 License: Freeware Price: Free
1376 downloads
AdsenseLogger 1.0

AdsenseLogger 1.0


AdsenseLogger brings you detailed information on your Adsense clicks, information you can use to earn even more with Google Adsense! more>> AdsenseLogger brings you detailed information on your Adsense clicks, information you can use to earn even more with Google Adsense!<<less
Added: 2005-05-11 License: Other Price: $0.00USD
14 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 openssl s_client to show cert expiry 1

Using openssl s_client to show cert expiry 1


This can then be automated into a database, using some of my PHP or Perl Scripts (also on this blog), which can also be used to then report on sites about to expire. Run the code like this: ./openssl_cert_expiry_che ck www.example.com:443 more>> This can then be automated into a database, using some of my PHP or Perl Scripts (also on this blog), which can also be used to then report on sites about to expire. Run the code like this: ./openssl_cert_expiry_che ck www.example.com:443<<less
Added: 2006-06-01 License: Freeware Price: $0.00USD
11 downloads
 
Other version of Using openssl s_client to show cert expiry
Using openssl s_client to show cert expiryinto a database, using some of my PHP or Perl Scripts (also on this blog), which can also be used to ... into a database, using some of my PHP or Perl Scripts (also on this blog), which can also be used to
License:Freeware
Download
1266 downloads
Added: 2006-06-01
Extremely Simple to Use News Script 1.0

Extremely Simple to Use News Script 1.0


This is a Extremely easy to use News Script, It is excellant for first time web designers, as they learn how to code in HTML, Javascript and PHP they can begin to change things within this script, and experiment with it. It may not be the most flashy more>> This is a Extremely easy to use News Script, It is excellant for first time web designers, as they learn how to code in HTML, Javascript and PHP they can begin to change things within this script, and experiment with it. It may not be the most flashy news script around, but it is the easiest to use! You dont need to know a thing about HTML, Javascript or PHP to use this news script it is that simple! The entire script is just 1 PHP file. and their is only a really small amount of coding. and best of all it is Free! and created by me, ACE. Enjoy! =D<<less
Added: 2007-06-19 License: Freeware Price: $0.00USD
11 downloads
 
Other version of Extremely Simple to Use News Script
Extremely Simple to Use News Scriptto use News Script, It is excellant for first time web designers, as they learn how to code in HTML ... to use News Script, It is excellant for first time web designers, as they learn how to code in HTML
Price: FreeAdditionalInfoCompletelyFreetouse
License:Freeware
Download
886 downloads
Added: 2007-06-19
ASP.NET Online Quiz with use of XML 1

ASP.NET Online Quiz with use of XML 1


ASP.NET Online Quiz is one file recursive ASP NET Quiz application, questions are saved in one easy to edit XML file.This example have 10 questions stored in XML file which is easy to edit. more>> ASP.NET Online Quiz is one file recursive ASP NET Quiz application, questions are saved in one easy to edit XML file.This example have 10 questions stored in XML file which is easy to edit.<<less
Added: 2005-12-13 License: Freeware Price: $0.00USD
25 downloads
 
Other version of ASP.NET Online Quiz with use of XML
ASP.NET Online Quiz with use of XML10 questions stored in XML file which is easy to edit. ASP.NET Online Quiz with use of XML - Enrico ... in one easy to edit XML file.This example have 10 questions stored in XML file which is easy to
License:Freeware
Download
1182 downloads
Added: 2005-12-13
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5