array elements
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 460
Ajax form elements.
Place linked select boxes on to your page that dynamicaly load items from database using Ajax. Like Category-Subcategory selections. You can chain as many select boxes as you like. Extra filtering par more>> Place linked select boxes on to your page that dynamicaly load items from database using Ajax. Like Category-Subcategory selections. You can chain as many select boxes as you like. Extra filtering parameter for roor select box so all data can be stored in one db table. Tested on FF and IE for windows and now on FF and Safari for mac. In the same file sc_classes.php there is an other class. Called sc_form_elements. Used partialy from sc_ajax_select_boxes. It is a nice form helper class. Adds select boxes, radio groups and check box groups. It is usual to have options on db and have to populate with them select boxes, or show a list of radio buttons or a list of checkboxes. The routine is to query the database and loop throu the selected rows and add elements to the form. sc_form_elements class comes to save time rewriting that peace of code again and again, but still have control over the form.<<less
Added: 2006-11-28 License: GPL Price: Free
1061 downloads
Ajax form elements 0.4
Place linked select boxes or radio button groups on to your page that dynamicaly load items from database using Ajax. Like Category-Subcategory selections. You can chain as many select boxes as you like. Extra filtering parameter for roor select box more>> Place linked select boxes or radio button groups on to your page that dynamicaly load items from database using Ajax. Like Category-Subcategory selections. You can chain as many select boxes as you like. Extra filtering parameter for roor select box so all data can be stored in one db table. Tested on FF and IE for windows and now on FF and Safari for mac. In the same file sc_classes.php there is an other class. Called sc_form_elements. Used partialy from sc_ajax_select_boxes. It is a nice form helper class. Adds select boxes, radio groups and check box groups. It is usual to have options on db and have to populate with them select boxes, or show a list of radio buttons or a list of checkboxes. The routine is to query the database and loop throu the selected rows and add elements to the form. sc_form_elements class comes to save time rewriting that peace of code again and again, but still have control over the form.<<less
Added: 2006-11-28 License: GPL Price: $0.00USD
13 downloads
Array to List 1
This class can be used to display an HTML list of entries from nested array. It traverses the array and display its entries and items of an unordered HTML list. Entries that have array values are displayed as nested lists. Entries with other types of more>> This class can be used to display an HTML list of entries from nested array. It traverses the array and display its entries and items of an unordered HTML list. Entries that have array values are displayed as nested lists. Entries with other types of values can be displayed optionally with the values followed by the entry indexes. The type of list and list item can also be configurable.<<less
Added: 2007-02-04 License: GPL Price: $0.00USD
11 downloads
Other version of Array to List
Price: FreeAdditionalInfoYoucanuseitforanyperpose
License:GPL
License:GPL
Dragable elements Script
Dragable elements Script offers you an all-in-one and very useful script which allows any DIVs, image(s) or text on a page to be dragable. more>> <<less
Added: 2007-05-25 License: Freeware Price: Freeware
1 downloads
Gradual Element Fader
This is a generic fader script that can be applied to element(s) on the page, such as images, to make them gradually fade into view when the mouse rolls over them, and fade out when out. Just give the desired elements on the page a "class=gradualfader" more>> This is a generic fader script that can be applied to element(s) on the page, such as images, to make them gradually fade into view when the mouse rolls over them, and fade out when out. Just give the desired elements on the page a "class=gradualfader" to kick start the effect.<<less
Added: 2007-12-14 License: Freeware Price: $0.00USD
13 downloads
Drag and drop elements 1.1
This script let you drag elements to a set of predefined boxes. A useful script for web applications. more>> This script let you drag elements to a set of predefined boxes. A useful script for web applications.<<less
Added: 2005-11-14 License: Freeware Price: $0.00USD
16 downloads
Array Handler 1.0
This script can convert array to a string separated by special characters and vice versa. You can save the string to a file and restore it. It can be usefull if you want to store some data structure but dont want to setup a database for that. more>> This script can convert array to a string separated by special characters and vice versa. You can save the string to a file and restore it. It can be usefull if you want to store some data structure but dont want to setup a database for that.<<less
Added: 2007-05-23 License: Freeware Price: $0.00USD
13 downloads
Array Navigation 1
This javascript puts all the menus, menu items and their urls in array. Using a function it writes the navigation bar on webpage spliting the multi-dimensional array. Menus and it items can easily added or edited by just editing the .js file and the more>> This javascript puts all the menus, menu items and their urls in array. Using a function it writes the navigation bar on webpage spliting the multi-dimensional array. Menus and it items can easily added or edited by just editing the .js file and the navigation bar on webpage will be changed autometically. It can easily added to multiple pages by adding one line javascript code.<<less
Added: 2007-01-14 License: Freeware Price: $0.00USD
14 downloads
PHP Array: Lesson Part 1
Learn PHP array() and how easy it is to store and organize complex data structures. This is one of the thing you must know in order to create dynamic web sites and on-line applications. more>> Learn PHP array() and how easy it is to store and organize complex data structures. This is one of the thing you must know in order to create dynamic web sites and on-line applications.<<less
Added: 2004-01-27 License: Not Specified Price: Free
2104 downloads
Compute style of element
A method to get the styles on an element that arent set in-line or with JavaScript. more>> A method to get the styles on an element that arent set in-line or with JavaScript.<<less
Added: 2007-02-20 License: Freeware Price: $0.00USD
13 downloads
Dropdown HTML Element(s) 1.01
Unlike JavaScript dropdown menus, this script can be used to dropdown any HTML block. For example, you can use it to create dropdown search forms or hint boxes. Certainly, you can use the script to create dropdown menus as well. The script is very easy more>> Unlike JavaScript dropdown menus, this script can be used to dropdown any HTML block. For example, you can use it to create dropdown search forms or hint boxes. Certainly, you can use the script to create dropdown menus as well. The script is very easy to edit and to use. All you need is to add id attributes to HTML elements and write one line of JavaScript code. Online samples are available on the homepage.<<less
Added: 2006-01-04 License: Freeware Price: $0.00USD
13 downloads
Cascading selects 1.1
The script creates dynamically a set of select elements: the range in each following is related to the selected option in the previous one. An example of array generation from a database is now included. A new version with flexibly expandable input more>> The script creates dynamically a set of select elements: the range in each following is related to the selected option in the previous one. An example of array generation from a database is now included. A new version with flexibly expandable input data in JSON form has been added.<<less
Added: 2005-03-19 License: Freeware Price: $0.00USD
10 downloads
Working with Array : Remove An Item
Working with arrays could be painful if you could not remove any item after adding them in an array. Arrays are very helpful in programming languages, but in ASP it is not so easy. VBScript does not c more>> Working with arrays could be painful if you could not remove any item after adding them in an array. Arrays are very helpful in programming languages, but in ASP it is not so easy. VBScript does not contains strong functions to remove any item form your array list. Here there is a good ASP code block will be helpfull for your to remove and re-organized your array.<<less
Added: 2006-09-06 License: Freeware Price: Free
1148 downloads
PHP Array Pagination 1
If you are looking for a solution to displaying page numbers from an array of items then this is the solution, all you need to do is include the small class file and then parse your array through the class and then handle the data like you would handle a more>> If you are looking for a solution to displaying page numbers from an array of items then this is the solution, all you need to do is include the small class file and then parse your array through the class and then handle the data like you would handle a normal php array and you can generate the page numbers with a single line of code, it really is that simple.<<less
Added: 2007-11-20 License: GPL Price: $0.00USD
19 downloads
2D Array in Classic ASP
This tutoial will put you into right direction on how to create a simple Asp classic 2D array. more>> This tutoial will put you into right direction on how to create a simple Asp classic 2D array.<<less
Added: 2008-10-09 License: Freeware Price: $0.00USD
14 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 array elements 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