user data persistence
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3975
User Manager
User Manager 1.0 register users live on your website from a simple registration form and manage them from an simple easy to use web interface from anywhere in the world. Scripted using ASP 3.0 and MS more>> User Manager 1.0 register users live on your website from a simple registration form and manage them from an simple easy to use web interface from anywhere in the world. Scripted using ASP 3.0 and MS Access.<<less
Added: 2006-10-02 License: Freeware Price: Free
1146 downloads
User authentication
Step by step tutorial to login,register and logout a user securely using sessions. MD5 hashing is used for password encryption but is easily substituted for stronger hashing algorithms if required. more>> Step by step tutorial to login,register and logout a user securely using sessions. MD5 hashing is used for password encryption but is easily substituted for stronger hashing algorithms if required.<<less
Added: 2007-03-22 License: Freeware Price: Free
968 downloads
Accessing Private Data Members in Classes 1.0
This code shows you how to access private data members in classes without using the friend keyword. more>> This code shows you how to access private data members in classes without using the friend keyword.<<less
Added: 2005-03-29 License: Price: 0.00 Price: 0.00
12 downloads
Other version of Accessing Private Data Members in Classes
License:Not Specified

Pure CSS Data Chart
This script provides a useful way of creating data charts only from HTML and CSS code more>>
Pure CSS Data Chart is a simple and effective script which provides a useful way of creating data charts only from HTML and CSS code
By simply modifying options in a CSS and HTML file, the user can customize the script to his needs.
<<less Added: 2009-07-06 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
12 downloads
C Programming - Data Types
In this tutorial you will learn about C language data types, Primary data type, Integer Type, Floating Point Types, Void Type, Character Type, Size and Range of Data Types on 16 bit machine, derived d more>> In this tutorial you will learn about C language data types, Primary data type, Integer Type, Floating Point Types, Void Type, Character Type, Size and Range of Data Types on 16 bit machine, derived data type, Declaration of Variables, User defined type declaration, Declaration of Storage Class, auto, static, extern, register, Defining Symbolic Constants, Declaring Variable as Constant and Volatile Variable.<<less
Added: 2006-05-30 License: Freeware Price: Free
1261 downloads
Eyesis Data Grid Control 1.0
Create dynamic-easy-to-use data grid controls for your web site in seconds more>> Create dynamic-easy-to-use data grid controls for your web site in seconds<<less
Added: 2008-11-10 License: BSD Price: $0.00USD
17 downloads
Ajax Extensible Page 1.0
A.E.P. is an Ajax framework that is very easy to use with an interface of six functions and these functions allow to build Web pages that are extended at user request from data hidden into the page or taken from external files. Once you have experienced more>> A.E.P. is an Ajax framework that is very easy to use with an interface of six functions and these functions allow to build Web pages that are extended at user request from data hidden into the page or taken from external files. Once you have experienced the library you feel obliged to build all your web page in this way, as I do. A short tutorial is provided in HTML and PDF forms. Demos included.<<less
Added: 2007-01-21 License: GPL Price: $0.00USD
11 downloads
Other version of Ajax Extensible Page
License:GPL
XP Data Recovery 3.7
This utility is a boot disk that allows you to recover files from Windows XP and more. Easy to use. more>> This utility is a boot disk that allows you to recover files from Windows XP and more. Easy to use.<<less
Added: 2004-10-04 License: Other Price: $0.00USD
14 downloads
Insert MySQL PHP data
In thie tutorial you will learn how to insert information in to a PHP MySQL database. more>> In thie tutorial you will learn how to insert information in to a PHP MySQL database.<<less
Added: 2008-04-17 License: Freeware Price: $0.00USD
15 downloads
Datagrid Zend Framework 0.2
This package can be used to display and edit data from a database in a grid using the Zend Framework. It features: * Simplified grid data presentation just by specifying the source database table, array, XMl, CSV, JSON file. * User interface more>> This package can be used to display and edit data from a database in a grid using the Zend Framework. It features: * Simplified grid data presentation just by specifying the source database table, array, XMl, CSV, JSON file. * User interface controls to perform operations to insert, update and delete table records with support for data validation and filtering * Template based presentation * Support for joining tables * Filter data by user selected fields * Data validation (when performing CRUD operations) * Automatic pagination of results * Support for extra listing column fields * List sorting by field * Configurable field titles * Support for SQL aggregation expressions (MAX, COUNT, MIN, AVG, etc?) * Internationalization support * Export results in multiple formats: XML, HTML table, PDF, Excel, Word, etc.. * Zend Framework Route support * Cache support * Plug-ins to format content: date, bool, etc..<<less
Added: 2008-11-10 License: GPL Price: $0.00USD
27 downloads
UA Tracker Project 1.0
The UA Tracker Project was developed to analyze unique user-agent strings from everyday web traffic. User-agent data is collected from any website displaying the UA Tracker icon. User-agents are logged in a database, counted, and displayed in a table. more>> The UA Tracker Project was developed to analyze unique user-agent strings from everyday web traffic. User-agent data is collected from any website displaying the UA Tracker icon. User-agents are logged in a database, counted, and displayed in a table. Unique strings are saved to a simple plain-text file, with the most common strings located at the top. Since the data is updated in real-time, the file is always up-to-date with the most common user-agents. The text file is available for download, and the database can be searched and viewed by the public.<<less
Added: 2007-07-06 License: Freeware Price: $0.00USD
14 downloads
Capturing Click Data 1
Easy tutorial on how to implement a php click stream engine on your website that will capture useful click data. more>> Easy tutorial on how to implement a php click stream engine on your website that will capture useful click data.<<less
Added: 2007-11-06 License: Freeware Price: $0.00USD
14 downloads
Paypal Payment Data Transfers 1.0
This class can be used to retrieve and process Paypal payment details with PDT. The class can process the request arguments when an user is redirected from Paypal back to the seller site. It picks the transaction details for further validation. more>> This class can be used to retrieve and process Paypal payment details with PDT. The class can process the request arguments when an user is redirected from Paypal back to the seller site. It picks the transaction details for further validation. The transaction finalization should be customized by a sub-class provided by the seller site developers to implement seller site specific actions.<<less
Added: 2006-03-28 License: Other Price: $0.00USD
13 downloads
Data Visualization Using ASP.NET 1
Data Visualization is of immense importance these days. In this tutorial we will graphically visualize a data set (iris) uploaded by user. We will build an ASP.NET application that will allow a user to upload iris data file on the server. Server will more>> Data Visualization is of immense importance these days. In this tutorial we will graphically visualize a data set (iris) uploaded by user. We will build an ASP.NET application that will allow a user to upload iris data file on the server. Server will then read the file and calculate its summary. Summary will include average, minimum, maximum, and Pearsons correlation etc. Using the ASP.NET drawing libraries the application will draw the correlation matrix as a bipartite graph and adjacency matrix form (using some pixel oriented technique). At the end we will compare both the diagrams.<<less
Added: 2008-06-05 License: Freeware Price: $0.00USD
14 downloads
Data Normalization using ASP.NET 1
Data Normalization uses different techniques to narrow down values to a certain range. Min-Max and z-Score are most common normalization techniques. In this tutorial we will use ASP.NET to solve the data normalization problem. A web-based application more>> Data Normalization uses different techniques to narrow down values to a certain range. Min-Max and z-Score are most common normalization techniques. In this tutorial we will use ASP.NET to solve the data normalization problem. A web-based application will a read dataset, normalize it, and store it in a Microsoft Access database. The normalized dataset will be displayed to the user in an ASP.NET data grid control.<<less
Added: 2008-06-05 License: Freeware Price: $0.00USD
15 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 user data persistence 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