Main > Free Download Search >

Free data binding script

data binding

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1427
PHP Multipurpose Forms with data binding and cross table

PHP Multipurpose Forms with data binding and cross table


To administrate data has to be efficient and easy to handle. If you consider for example a publishers company with several authors who have written different books it makes no sense to present the dat more>> To administrate data has to be efficient and easy to handle. If you consider for example a publishers company with several authors who have written different books it makes no sense to present the data on different web pages. Thats not lucid. PHP and MySql programming and a cross table can help you out. The cross table holds the id-data from the author and book table. All the action will take place on one web page. Show data, add data, edit data and delete data: We take the authors from a dropdown list, using arrays and ensure the control is still in the right position, when an author was activated. In this query we ask also for the book data using the cross table in which the author_id is allocated to the book_id. To add or edit author or books data we open new controls. If a new author has been added his data will be presented in the main form. Authors can not be deleted if there is a corresponding book. A new book entry corresponds to the author and adds the data in the books.<<less
Added: 2006-06-07 License: Freeware Price: Free
1249 downloads
PHP Multipurpose Forms with data binding and cross table PHP_MPF_0106

PHP Multipurpose Forms with data binding and cross table PHP_MPF_0106


To administrate data has to be efficient and easy to handle. If you consider for example a publishers company with several authors who have written different books it makes no sense to present the data on different web pages. Thats not lucid. PHP and more>> To administrate data has to be efficient and easy to handle. If you consider for example a publishers company with several authors who have written different books it makes no sense to present the data on different web pages. Thats not lucid. PHP and MySql programming and a cross table can help you out. The cross table holds the id-data from the author and book table. All the action will take place on one web page. Show data, add data, edit data and delete data: We take the authors from a dropdown list, using arrays and ensure the control is still in the right position, when an author was activated. In this query we ask also for the book data using the cross table in which the author_id is allocated to the book_id. To add or edit author or books data we open new controls. If a new author has been added his data will be presented in the main form. Authors can not be deleted if there is a corresponding book. A new book entry corresponds to the author and adds the data in the books.<<less
Added: 2009-02-16 License: Freeware Price: $0.00USD
13 downloads
Data pagination

Data pagination


If youre developing a front end to web applications, sooner or later, youll find you need to paginate data of some sort. It might be search results, image galleries, or tabular data. Youll find that y more>> If youre developing a front end to web applications, sooner or later, youll find you need to paginate data of some sort. It might be search results, image galleries, or tabular data. Youll find that you use the same techniques - perhaps use an old bit of code as a template and change it to suit your needs each time. This quick class handles pagination easily - leaving you only the associated CSS presentation markup to add to make your solution complete. For the sake of completeness, we provide a sample CSS snippet that you can alter to fit your site design.<<less
Added: 2005-06-30 License: LGPL Price: FreeAdditionalInfoFreetouseinanyapplicationsolongasthelicenseandotherheaderinformationiskeptintact.
1594 downloads
Data Dumper

Data Dumper


Data Dumper brings you a convenient and useful program which will show you an objects structure easily and quickly. more>> Data Dumper brings you a convenient and useful program which will show you an object's structure easily and quickly. This is a JavaScript library similar to the Data:Dumper module in PERL and it will print an expanded object structure. If you're building complex data structures or objects, this library can help you debug your code and see exactly what data is where!<<less
Added: 2009-07-27 License: Other Free / Open Source License - MIT License Price: OtherFreeOpenSourceLicenseMITLicense
downloads
PHP data caching class

PHP data caching class


PHP data caching class is considered as an excellent and useful PHP class that can be used to cache arbitrary data in files. more>>

PHP data caching class is considered as an excellent and useful PHP class that can be used to cache arbitrary data in files.

<<less
Added: 2009-07-24 License: BSD - BSD License Price: BSDBSDLicense
1 downloads
MySQL Data Manager

MySQL Data Manager


Mysql Data Manager (current version 1.73) is an award-winning web-based Mysql interface and administration tool. This is a multifunctional and platform independent program written in Perl that can be more>> Mysql Data Manager (current version 1.73) is an award-winning web-based Mysql interface and administration tool. This is a multifunctional and platform independent program written in Perl that can be run on virtually any web server. Mysql Data Manager is built as a CGI script for management, development and support of Mysql databases over the Internet or Intranet using web browser based interface. It provides a complete set of high-level and low-level capabilities. High-level functions allow you to accomplish a lot with a single mouse click while low-level functions let you do precisely what you want. You get a wide range of solutions to meet the needs of almost any Mysql web application.<<less
Added: 2001-04-24 License: Free for non-commercial use Price: $37.00AdditionalInfofreefornoncommercialuse
3142 downloads
A Sortable Data Grid Using Ajax

A Sortable Data Grid Using Ajax


Javascript grids with sortable columns have always been popular. Now, using Ajax techniques, we can sort our data by making real-time server calls in the background, without having to download all our data at pageload time, or have our users wait for a more>> Javascript grids with sortable columns have always been popular. Now, using Ajax techniques, we can sort our data by making real-time server calls in the background, without having to download all our data at pageload time, or have our users wait for a page reload. Full instructions including source code and demo.<<less
Added: 2005-11-24 License: Freeware Price: $0.00USD
16 downloads
Data Paging in ASP.NET 1

Data Paging in ASP.NET 1


This tutorial explains what is and why we need data paging and how to implement it in ASP.NET web application with simple GridView paging, custom GridView paging or paging by using DataPager class. more>> This tutorial explains what is and why we need data paging and how to implement it in ASP.NET web application with simple GridView paging, custom GridView paging or paging by using DataPager class.<<less
Added: 2008-12-06 License: Freeware Price: $0.00USD
11 downloads
AJAX data listings engine 1.0

AJAX data listings engine 1.0


The system is written in PHP and can be used to list data in any mySQL table, all you do is specify the mySQL database details and the engine will automatically generate a data listings table as per the configuration. The system supports AJAX column more>> The system is written in PHP and can be used to list data in any mySQL table, all you do is specify the mySQL database details and the engine will automatically generate a data listings table as per the configuration. The system supports AJAX column sorting and page listings and offers a search facility. The engine generates both AJAX and non-JavaScript versions of the data listings so older web browsers will still be able to use the column sorting, page listing and search facilities.<<less
Added: 2008-05-23 License: GPL Price: $0.00USD
15 downloads
Data Structures in C++ 1.0

Data Structures in C++ 1.0


This tutorial teaches how to implement Data Structures as classes using C++. Stacks,Queues,Circular Queues,Linked Lists,Stacked Linked List,Queued Linked List,Circular Linked List,Double Linked List and Binary Trees are explained. more>> This tutorial teaches how to implement Data Structures as classes using C++. Stacks,Queues,Circular Queues,Linked Lists,Stacked Linked List,Queued Linked List,Circular Linked List,Double Linked List and Binary Trees are explained.<<less
Added: 2005-03-28 License: Freeware Price: $0.00USD
39 downloads
 
Other version of Data Structures in C++
Data Structures in C++This tutorial teaches how to implement Data Structures as classes using C++. Stacks,Queues ... Data Structures in C++ This tutorial teaches how to implement Data Structures as classes using
License:Freeware
Download
1142 downloads
Added: 2005-03-28
Data Source Management

Data Source Management


This is simple script to change the server of one or many data sources. This comes in handy when moving a large number of databases from one server to another. Ive only tested the script on CF 7 but i more>> This is simple script to change the server of one or many data sources. This comes in handy when moving a large number of databases from one server to another. Ive only tested the script on CF 7 but it should also work on CF 6. So far it only works with MSSQL datasources but it could easily be modified to work with other types.<<less
Added: 2007-05-01 License: Freeware Price: Free
907 downloads
ASP.NET 2.0: Data Bound Controls

ASP.NET 2.0: Data Bound Controls


In this tutorial you will learn about Data Bound Controls - The Hierarchy of Data Bound Controls, Simple Data Bound Controls, Composite DataBound Controls and Hierarchical Data Bound Controls. more>> In this tutorial you will learn about Data Bound Controls - The Hierarchy of Data Bound Controls, Simple Data Bound Controls, Composite DataBound Controls and Hierarchical Data Bound Controls.<<less
Added: 2006-06-04 License: Freeware Price: Free
1237 downloads
Data Generator 2.0

Data Generator 2.0


Ever needed custom formatted data for testing or populating databases? Well, thats the idea of the Data Generator. Its a free, open source script written in JavaScript, PHP and MySQL that lets you quickly generate large volumes of custom data in a more>> Ever needed custom formatted data for testing or populating databases? Well, thats the idea of the Data Generator. Its a free, open source script written in JavaScript, PHP and MySQL that lets you quickly generate large volumes of custom data in a variety of formats for use in testing software, populating databases, and scoring with girls. This site includes an online demo where youre welcome to tinker around to get a sense of what the script does, what features it offers and how it works. Then, once youve whet your appetite, theres a free, fully functional, GNU-licensed version available for download. If you have any questions at any point, feel free to pop by our forums.<<less
Added: 2007-05-22 License: GPL Price: $0.00USD
14 downloads
Herongs Tutorial Notes on Data Encoding

Herongs Tutorial Notes on Data Encoding


This free book is a collection of notes and sample codes related to varies data encoding algorithms and programs, including UUEnccode and Base64 encoding algorithm and their Java implementations. more>> This free book is a collection of notes and sample codes related to varies data encoding algorithms and programs, including UUEnccode and Base64 encoding algorithm and their Java implementations.<<less
Added: 2005-08-26 License: Free for non-commercial use Price: Free
1531 downloads
Filling Data into Select List

Filling Data into Select List


In this short ASP source code, we will pull some data from a database and fill it into a select list. We will create a custom and dynamic output. more>> In this short ASP source code, we will pull some data from a database and fill it into a select list. We will create a custom and dynamic output.<<less
Added: 2006-03-22 License: Freeware Price: Free
1317 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5