retrieving
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 211
Setting & Retrieving Cookies 1.0
This script can display a form or the data stored inside cookies depending on whether cookies has been set or not. The online form is used to send data and store them inside cookies. The script contains an online example. more>> This script can display a form or the data stored inside cookies depending on whether cookies has been set or not. The online form is used to send data and store them inside cookies. The script contains an online example.<<less
Added: 2007-01-05 License: Other Price: $0.00USD
11 downloads
Other version of Setting & Retrieving Cookies
License:Other Free / Open Source License
Retrieving Column Names with values
This tutorials based on a bit of knowledge on SQL. Sample code displays us how to get and show name of columns with values. more>> This tutorials based on a bit of knowledge on SQL. Sample code displays us how to get and show name of columns with values.<<less
Added: 2007-03-28 License: Freeware Price: Free
941 downloads
Storing Images to Database and Retrieving to GridView 1
Explains how to store images to database and retrieve it later in some server control, like GridView. more>> Explains how to store images to database and retrieve it later in some server control, like GridView.<<less
Added: 2006-09-03 License: Freeware Price: $0.00USD
27 downloads
Other version of Storing Images to Database and Retrieving to GridView
License:Freeware
Storing and retrieving variables from application object
In this tutorial, we will take a look at Application Object. When youve used Application Object, all ASP pages can store and retrieve information. The information in Application Object stored in serve more>> In this tutorial, we will take a look at Application Object. When youve used Application Object, all ASP pages can store and retrieve information. The information in Application Object stored in server and all ASP pages can access the information. The main diffrences between Session Object and Application Object is Application Object stores information in server memory.<<less
Added: 2007-03-28 License: Freeware Price: Free
943 downloads
Weather Thing 1.0
This is a simple cURL application to quickly and easily get detailed weather information. It retrieves a simple XML feed containing weather data from Weather.com and parses it. It can retrieve temperatures, conditions, wind chill, wind speed/direction, more>> This is a simple cURL application to quickly and easily get detailed weather information. It retrieves a simple XML feed containing weather data from Weather.com and parses it. It can retrieve temperatures, conditions, wind chill, wind speed/direction, atmospheric pressure, visibility, and the time of dawn/dusk for any United States zip code.<<less
Added: 2007-08-30 License: Freeware Price: $0.00USD
12 downloads
eprintsFetch 1.00.00
This class can be used to retrieve and parse eprints metadata from a repository that supports OAI standard (Open Archive Initiative). The class retrieves one or more eprint metadata documents in OAI 2.0 XML format, given the respective eprints more>> This class can be used to retrieve and parse eprints metadata from a repository that supports OAI standard (Open Archive Initiative). The class retrieves one or more eprint metadata documents in OAI 2.0 XML format, given the respective eprints identifiers. Then it parses the documents to extract the metadata into a class array variable.<<less
Added: 2006-04-19 License: LGPL Price: $0.00USD
12 downloads
Other version of eprintsFetch
Price: FreeAdditionalInfoIonlyrequestthatyouemailmeifyouuseitThisisnoarequirementjustforpersonelinterest
License:LGPL
License:LGPL
Flatfile 2008-06-30
The Flatfile package is a simple, light method of storing and retrieving data in tables with SQL-like features. All data is stored in tab-delimited text flat files. It supports a very powerful and extensible WHERE clause mechanism, which can be more>> The Flatfile package is a simple, light method of storing and retrieving data in tables with SQL-like features. All data is stored in tab-delimited text flat files. It supports a very powerful and extensible WHERE clause mechanism, which can be used with SELECT, UPDATE or DELETE statements. It can do ORDER BY on any number of fields, and includes full documentation with examples that should have you up and running in a couple of minutes.<<less
Added: 2005-02-28 License: BSD Price: $0.00USD
11 downloads
Other version of Flatfile
Simpler item retrieval using tupled subscripting 1.1
Simpler item retrieval using tupled subscripting script shows a small addition to the tuple, list, and dictionary classes to allow for a simpler way to retrieve a number of independent items. more>> <<less
Added: 2007-06-07 License: Other Free / Open Source License - Python License Price: OtherFreeOpenSourceLicensePythonLicense
13 downloads
Client info 1.0
This PHP class can be used to retrieve information about the user browser more>>
Client info 1.0 is a useful tool which can be used to retrieve information about the user browser. The operating system and the browser type are determined by parsing the user agent string. It also returns the file name of an icon associated to the detected browser and operating system.
Requirements: PHP 3.0 or higher
Added: 2009-07-06 License: Free for non-commercial purposes. Price: Freefornoncommercialpurposes.
17 downloads
Protector
This package can be used to make it more difficult to get images in Web pages. It provides several protection methods: - Serve the image with several headers to tell browses to not cache the images - more>> This package can be used to make it more difficult to get images in Web pages. It provides several protection methods: - Serve the image with several headers to tell browses to not cache the images - Avoid hot linking to prevent saving the images when menu mouse button is clicked by the user over the image on the browser, prevent retrieving the with a Web mirroring utility program, display the images typing the URL directly in the browser - Serve the images with a watermark logo rendered over the image When an invalid attempt to access the protected images is performed, the class can execute exception actions like redirecting the browser to a given URL or displaying a given alternative image.<<less
Added: 2006-09-27 License: Freeware Price: Free
1123 downloads
POST/GET Form Variables
Using PHP array functions to view all of your POST/GET Variables make it easy for retrieving data from online forms. Its also great for debugging your codes. more>> Using PHP array functions to view all of your POST/GET Variables make it easy for retrieving data from online forms. Its also great for debugging your codes.<<less
Added: 2004-01-27 License: Not Specified Price: Free
2123 downloads
ASP Speed Tricks
This article describes practical methods of optimizing the performance of ASP pages which retrieve and display tabular data from a database. Test results of each coding technique show the potential fo more>> This article describes practical methods of optimizing the performance of ASP pages which retrieve and display tabular data from a database. Test results of each coding technique show the potential for dramatic speedups of dynamic web pages.<<less
Added: 2003-07-23 License: Freeware Price: Free
2284 downloads
synDirectory 0.1
synDirectory is used to retrieve and sort the current work directory list of of files. It opens the current directory and retrieves the list of files and sub-directories into separate arrays. Since it may be listing the directory where this package more>> synDirectory is used to retrieve and sort the current work directory list of of files. It opens the current directory and retrieves the list of files and sub-directories into separate arrays. Since it may be listing the directory where this package was installed, the package files are excluded from the listing. The arrays with the files and directories may be sorted by name, file size, file type, or last modified date. The package comes with a configuration file to help the user customize the output further. It is also possible to skin the output via CSS.<<less
Added: 2007-08-31 License: GPL Price: $0.00USD
35 downloads
Retrieve and display title information from combo 1.0.0
This script retrieves the title from option tags included in a form and display the title inside a div box at the bottom of the multiple combo. It uses the getElementById() function. more>> This script retrieves the title from option tags included in a form and display the title inside a div box at the bottom of the multiple combo. It uses the getElementById() function.<<less
Added: 2007-01-18 License: Other Price: $0.00USD
13 downloads
Simple xml parsing 1.0.1
This simple script retrieves elements from a remote xml file encoded in ISO and displays the wanted content within a table using UTF-8 encoding. There is a live demo. more>> This simple script retrieves elements from a remote xml file encoded in ISO and displays the wanted content within a table using UTF-8 encoding. There is a live demo.<<less
Added: 2007-08-30 License: Other Price: $0.00USD
18 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above retrieving search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed