Main > Free Download Search >

Free binding script

binding

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 27
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
ORBit-Python 0.3.1

ORBit-Python 0.3.1


ORBit-Python is a project to develop Python bindings for ORBit. more>>
ORBit-Python 0.3.1 is a utility created to make Python bindings for ORBit. Python is an object-oriented and dynamically typed language. These two features make it quite ideal for seamless CORBA bindings. Following the approach used in CORBA:ORBit (the Perl bindings), ORBit-Python does away with the need for an IDL compiler.

ORBit-Python also takes the dynamic approach one step further by automatically discovering available IDL modules and transparently loading them when the corresponding modules get imported. When the IDL files are loaded, the appropriate objects and classes are created dynamically. This makes rapid prototyping with CORBA a reality.

It supports dynamic loading of IDL (no IDL compiler required), and most of ORBits TypeCodes.

<<less
Added: 2007-06-23 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
11 downloads
AJAX Rating System 1

AJAX Rating System 1


Based on the prototype.js javascript framework, these rating stars are really easy to implement on your website. They feature form field binding, javascript callback function support, and XMLHttpRequest value sending (AJAX). more>> Based on the prototype.js javascript framework, these rating stars are really easy to implement on your website. They feature form field binding, javascript callback function support, and XMLHttpRequest value sending (AJAX).<<less
Added: 2006-08-27 License: Freeware Price: $0.00USD
12 downloads
New features in Data Access in ASP.NET 2.0

New features in Data Access in ASP.NET 2.0


ASP.NET 2.0 Tutorials : New features in Data Access - In this tutorial you will learn about new features in Data Access, Data binding, The XPathBinder, XPathBinder.Eval, Connection Strings, The factor more>> ASP.NET 2.0 Tutorials : New features in Data Access - In this tutorial you will learn about new features in Data Access, Data binding, The XPathBinder, XPathBinder.Eval, Connection Strings, The factory class, Batch operations, Asynchronous Commands, SQL Bulk Copy, ColumnMappings, Enhancements to SQL Server 2005, ADO.NET Class Enhancements, DataTableReader, Serializing a DataTable, The XMLSerializer, RemotingFormat and Managing Views of Data.<<less
Added: 2005-09-23 License: Freeware Price: Free
1496 downloads
obout Advanced Combobox 1.0

obout Advanced Combobox 1.0


Autocomplete feature, data binding, etc. Zip file has lots of ready working examples for C# and VB.NET (both VS2003 and VS2005). Impress your customers with more convenient state selectors and other great features.Compatible with ASP.Net 2.0. ASP.NET more>> Autocomplete feature, data binding, etc. Zip file has lots of ready working examples for C# and VB.NET (both VS2003 and VS2005). Impress your customers with more convenient state selectors and other great features.Compatible with ASP.Net 2.0. ASP.NET AJAX Compatible, Cross-browser: IE, Firefox, Safari, Opera.<<less
Added: 2007-05-05 License: Freeware Price: $0.00USD
14 downloads
 
Other version of obout Advanced Combobox
Price: FreeAdditionalInfoFreeforstudents,unemployedandsmallbudgetprojects,
License:Freeware
Download
927 downloads
Added: 2007-05-05
Ruby-FFI 0.2.0

Ruby-FFI 0.2.0


This is a Ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code more>>
Ruby-FFI 0.2.0 is a powerful for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code.

Using this extension, the developer will not need a compiler to run the functions needed. The FFI extension works without changes on Ruby, JRuby and Rubinius. Because all the code for an FFI extension is written in Ruby, its as easy to read as any other Ruby code. There is no need to switch mental modes from C programming to Ruby programming.

Major Features:

  1. The Best of the JVM
    • High performance
    • Real threading
    • Vast array of libraries
  2. Platform Independent
    • Easy to install
    • Easy migration
    • No hassles.


<<less
Added: 2009-07-07 License: BSD - BSD License Price: BSDBSDLicense
11 downloads
DBIx-Procedure-Oracle 0.2

DBIx-Procedure-Oracle 0.2


DBIx-Procedure-Oracle module allows the calling of Oracle PL/SQL functions and procedures without writing SQL statements. more>> DBIx-Procedure-Oracle 0.2 offers you a powerful tool which allows the calling of Oracle PL/SQL functions and procedures without writing SQL statements to reference them.

It queries the Oracle system table ALL_ARGUMENTS to resolve the procedure and determine the correct data types and bindings ( IN, OUT or INOUT ) of the procedure parameters. From this information an anonymous PL/SQL block is built and a database statement handle constructed. At present only positional binding of parameters is supported ( as opposed to named parameters ).

<<less
Added: 2007-06-23 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
13 downloads
Minimum Profit 5.0.0 rc1

Minimum Profit 5.0.0 rc1


Minimum Profit is a text editor for programmers. more>> Minimum Profit 5.0.0 rc1 brings a convenient text editor which is useful for programmers.

Major Features:

  1. Multiple files can be edited at the same time and blocks copied and pasted among them.
  2. Syntax highlighting for many popular languages / file formats: C, C , Perl, Shell Scripts, Ruby, Php, SQL, Python, HTML...
  3. Creative use of tags: tags created by the external utility ctags are used to move instantaneously to functions or variables inside your current source tree. Tags are visually highlighted (underlined), and symbol completion can be triggered to avoid typing your own function names over and over.
  4. Intelligent help system: pressing F1 over any word of a text being edited triggers the underlying system help (calling man when editing C or Shell files, perldoc with Perl, ri on Ruby, winhelp on MS Windows...).
  5. Understandable interface: drop-down menus, reasonable default key bindings.
  6. Configurable keys, menus and colors.
  7. Text templates can be easily defined / accessed.
  8. Multiplatform: Console/curses, GTK (1.2 and 2.0), MS Windows.
  9. Automatic indentation, word wrapping, internal grep, learning / repeating functions.
  10. Search and replace using plain text or regular expressions (including a special function to replace text on all open files).
  11. Small memory footprint.
  12. Spellchecking support (via the ispell package).
  13. Multilingual.
  14. Password-protected, encrypted text files (using the ARCFOUR algorithm).
  15. It helps you abandon vi, emacs and other six-legged freaks definitely.
  16. Awesome easter egg.
<<less
Added: 2007-06-04 License: GPL - GNU Public License Price: GPLGNUPublicLicense
13 downloads
MX Widgets Suite PHP 3.6.0

MX Widgets Suite PHP 3.6.0


Powerful HTML controls for database binding - For the Dreamweaver MX PHP developers who need to implement enhanced dynamic forms, the MX Widgets Suite offers a powerful alternative to the regular HTML controls. Unlike standard MX forms development, that more>> Powerful HTML controls for database binding - For the Dreamweaver MX PHP developers who need to implement enhanced dynamic forms, the MX Widgets Suite offers a powerful alternative to the regular HTML controls. Unlike standard MX forms development, that requires manual coding to implement the application logic, our product relies on the power of the server side language and JavaScript to enforce an accurate and user friendly forms completion. MX Widgets supports: ColdFusion, PHP and ASP VBScript. Features: --Editable Dropdown; --Dependent Dropdown; --Date Picker; --Comma separated Menu; --Comma separated checkbox; --A total of 13 different widgets; --Multiple browser compliance; --PHP, ColdFusion and ASP support; --Compatibility with all Dreamweaver form generators.<<less
Added: 2003-07-24 License: Commercial Price: $0.00USD
12 downloads
PADL

PADL


PLEASE REVIEW AND EDIT CAREFULLY PADL class can used to generate license style keys to control the distribution and functionality of PHP applications. more>> PADL is designed to help you easily render license style keys to manage the allocation and functionality of PHP utilities. It generates license strings that can bind PHP applications to specific domains, specific servers, can only be executed during limited time period, or to restrictions placed on a home server within the license key.

The binding to server process attempts to use the server network card MAC address. This feature was tested on servers are Mac OS X (Darwin), Linux, Windows XP, although it may also work for FreeBSD, NetBSD, Solaris.

PADL also attempts to use information from $_SERVER variable to encode that server name, server IP, server application path and server application url to the license key. Part of the process also binds the IP Address from the $_SERVER variable if found, but it also attempts to parse the server config file (the same used to get the MAC address) for any more IPs.

The server binding can be disabled if required, and it also possible to block the key being generated for the localhost address (127.0.0.1). The time limiting of the license uses a start period (and a given start offset to allow for time discrepancies) and an expiry date if required. If required when validating a key it is also possible to dial home to check the license key on your own PADL License Server, examples are given.

The PHP_OS and PHP_VERSION of the php that the key was generated for is also encrypted into the key. It is also possible to encrypt additional information into the license key to enable you to place restrictive features in your application to allow the creation of trialware or demoware.

<<less
Added: 2008-03-27 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
1 downloads
ComponentSecurityManager 1.0

ComponentSecurityManager 1.0


ComponentSecurityManager brings you a powerful tool which uses the principle of least privilege to restrict access to or visibility of controls, containers, more>>

ComponentSecurityManager 1.0 brings you a powerful tool which uses the principle of least privilege to restrict access to or visibility of controls, containers, and non-graphical application elements using a variety of techniques including preserved metadata and loose binding. The library is intended for use in Adobe Flex and AIR applications.

<<less
Added: 2009-08-04 License: Other Free / Open Source License - MIT License Price: OtherFreeOpenSourceLicenseMITLicense
downloads
PADL - PHP Application Distribution License System 0.5.2

PADL - PHP Application Distribution License System 0.5.2


This class can used to generate keys to control the distribution PHP applications that are enable according to a license. It generates license strings that can bind PHP applications to specific servers or can only be executed during limited time more>> This class can used to generate keys to control the distribution PHP applications that are enable according to a license. It generates license strings that can bind PHP applications to specific servers or can only be executed during limited time period or to restrictions placed on a home server. The binding to server process attempts to use the server network card MAC address. This feature was tested on servers are Mac OS X (Darwin), Linux, Windows XP, although it may also work for FreeBSD, NetBSD, Solaris. The class also attempts to use information from $_SERVER variable to encode that server name, server IP, server user path and server url to the application folder. This server binding can be disabled if required, and it also possible to block the key being generated for the localhost address (127.0.0.1) The time limiting of the license uses a start period (and a given start offset to allow for time discrepancies) and an expiry date if required. If required when validating a key it is possible to dial home to check the license key on your own server. (see demo2.license.php file) The PHP_OS and PHP_VERSION of the php that the key was generated for is also encrypted into the key. It is also possible to encrypt additional information into the license key. This class is still in development however it is stable.<<less
Added: 2005-05-20 License: GPL Price: $0.00USD
13 downloads
 
Other version of PADL - PHP Application Distribution License System
PADL - PHP Application Distribution License SystemThe binding to server process attempts to use the server network card MAC address. This feature was tested on servers are Mac OS X (Darwin), Linux, Windows XP, although it may also work for FreeBSD
License:GPL
Download
1635 downloads
Added: 2005-05-20
Menu for ASP.NET

Menu for ASP.NET


ComponentUs Menu is a powerful component for ASP.NET 2.0. All popular browsers supported. Menu is keyboard friendly. Use the arrow keys to navigate menu items, use shortcut keys to activate menu items more>> ComponentUs Menu is a powerful component for ASP.NET 2.0. All popular browsers supported. Menu is keyboard friendly. Use the arrow keys to navigate menu items, use shortcut keys to activate menu items. Keyboard scrolling mode is also supported. Menu can be configured as context menu. Enhance your web application with custom element or page context menu. Easy customization via templates. Menu can contain nested content - a set of HTML elements and controls that make up the layout for a particular menu item. Advanced databinding feature allows the developer to bind almost every valid datasource. Databinding inside templates, custom binding definitions are also supported. Built-in editor is available. Menu provides feature of smooth movement floating menu. It also provides dragging behavior feature.<<less
Added: 2007-02-26 License: Commercial License Price: $299.00AdditionalInfoTheUNLIMITEDLICENSEprovidesrightsforunlimitednumberofdeveloperstodistributetheSoftwareroyaltyfreeasapartofcustomprojectsonanynumberofinternetintran
1021 downloads
ADO.NET - Working with Disconnected Data 1

ADO.NET - Working with Disconnected Data 1


Explains how to use ADO.NET to manipulate data without database connection. Disconnected data can be used to communicate between distributed applications or web services. Like connected data, disconnected data supports multiple tables and data binding. more>> Explains how to use ADO.NET to manipulate data without database connection. Disconnected data can be used to communicate between distributed applications or web services. Like connected data, disconnected data supports multiple tables and data binding.<<less
Added: 2008-08-26 License: Freeware Price: $0.00USD
14 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2