value
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 372
Auto Form Value
This simple script can automatically clear the default value of a field upon mouse click and also can restore the default value if user lefts the field without entering any data. This is helpful to show "Search here" inside the search field. When user more>> This simple script can automatically clear the default value of a field upon mouse click and also can restore the default value if user lefts the field without entering any data. This is helpful to show "Search here" inside the search field. When user clicks on the field it is erased and if used dont input any keyword and left the field then the default value automatically returns.<<less
Added: 2007-01-14 License: Freeware Price: $0.00USD
14 downloads
Remember Form values script
Using cookies, this script remembers the value entered into your forms inputs by your visitor, and upon his/her return, preloads the textbox with that value. more>> Using cookies, this script remembers the value entered into your forms inputs by your visitor, and upon his/her return, preloads the textbox with that value.<<less
Added: 2005-06-17 License: Freeware Price: $0.00USD
11 downloads
Remember Text field values
Certain form fields always contain the same values, such as your users name, email address fields etc. This script will remember the values entered into these fields, and automatically fill out these fields the next time the user returns. more>> Certain form fields always contain the same values, such as your users name, email address fields etc. This script will remember the values entered into these fields, and automatically fill out these fields the next time the user returns.<<less
Added: 2006-09-06 License: Freeware Price: $0.00USD
10 downloads
Recall Form values script II
This script uses cookies to add a checkbox to your forms, enabling users to remember the values of certain text fields theyve entered and recall them later. more>> This script uses cookies to add a checkbox to your forms, enabling users to remember the values of certain text fields theyve entered and recall them later.<<less
Added: 2006-04-24 License: Freeware Price: $0.00USD
12 downloads
Nutrition Values of Foods 1.0
A very simple and short script that you could search, review or list interactively through more than 7400 food item. no mysql, no php skill need. You could simply change the code in order to adapt your page. more>> A very simple and short script that you could search, review or list interactively through more than 7400 food item. no mysql, no php skill need. You could simply change the code in order to adapt your page.<<less
Added: 2009-04-22 License: Freeware Price: $0.00USD
15 downloads
Investment Club/Portfolio Current Value 3.01
"Value" automatically updates real-time information about your investment club or portfolio. "Value" will get quotes and determine a current NAV for your club. "Value" also displays gain/loss for each security and member in the club. This program is not more>> "Value" automatically updates real-time information about your investment club or portfolio. "Value" will get quotes and determine a current NAV for your club. "Value" also displays gain/loss for each security and member in the club. This program is not accounting software but uses your information to display a snapshot of your club or portfolios status using quotes automatically retrieved from the internet. "Value" displays each stock, shares owned, basis, last, change, current value and percentage change. It displays the balance in cash accounts. "Value" displays each member, the percentage of club ownership, shares owned, cost, todays value and average cost per share. Version 2.01 of "Value" uses flat files. V3.0 Utilizes MySql for large portfolios and member database.<<less
Added: 2002-02-25 License: Freeware Price: 0.00
10 downloads
Other version of Investment Club/Portfolio Current Value
License:Freeware
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
Javascript Get or Set Checked Radio Value
This pair of Javascript function can get or set the checked value of a group of radio buttons. These functions are specially designed for dynamic pages, and work without error with zero, one, or more radio buttons. Also, because the radio length is more>> This pair of Javascript function can get or set the checked value of a group of radio buttons. These functions are specially designed for dynamic pages, and work without error with zero, one, or more radio buttons. Also, because the radio length is saved before looping, this function is much faster. Finally, the functions are granted to the public domain.<<less
Added: 2005-03-27 License: Freeware Price: $0.00USD
13 downloads
Export data to CSV (Comma Separated Value)
Ever needed export data to a CSV file (Comma Separated Value)? If you don?t know what a CSV is it is a bunch of values that are separated by a , . This code will show you how to achieve this even when more>> Ever needed export data to a CSV file (Comma Separated Value)? If you don?t know what a CSV is it is a bunch of values that are separated by a , . This code will show you how to achieve this even when there are new lines and commas in the values. You can then open this file up in Excel.<<less
Added: 2007-02-06 License: Freeware Price: Free
621 downloads
Advanced JavaScript Cascading Form Values
Attached is an example of how to cascade form values from one row to another. Previously I showed how to apply JavaScript cascades to check boxes, in this example we add the same functionality to drop downs and to text boxes. more>> Attached is an example of how to cascade form values from one row to another. Previously I showed how to apply JavaScript cascades to check boxes, in this example we add the same functionality to drop downs and to text boxes.<<less
Added: 2008-01-21 License: BSD Price: $0.00USD
13 downloads
Auto-clear default values in all form input fields
Automatically searches for all text boxes with values and converts their values into grayed text that disappears when the input receives focus. If the user has not typed anything and switches the focus to another input, the default value will re-appear. more>> Automatically searches for all text boxes with values and converts their values into grayed text that disappears when the input receives focus. If the user has not typed anything and switches the focus to another input, the default value will re-appear.<<less
Added: 2006-12-20 License: Freeware Price: $0.00USD
14 downloads
Converting RGB values from/to HTML hex representation.
This article provides two functions for converting HTML color (like #AAED43) to three RGB values ($r = 170, $g = 237, $b = 67) and converting RGB values to HTML color. more>> This article provides two functions for converting HTML color (like #AAED43) to three RGB values ($r = 170, $g = 237, $b = 67) and converting RGB values to HTML color.<<less
Added: 2006-11-06 License: Other Free / Open Source License Price: Free
1087 downloads
Calculate Net Present Value (NPV) & Internal Rate of Return (IRR) 1
An application that users can use to calculate the Net Present Value (NPV) and Internal Rate of Return (IRR). This application has been developed using Microsoft Visual Basic 6.0 and it is FREE. more>> An application that users can use to calculate the Net Present Value (NPV) and Internal Rate of Return (IRR). This application has been developed using Microsoft Visual Basic 6.0 and it is FREE.<<less
Added: 2005-07-17 License: Freeware Price: $0.00USD
16 downloads
Variables in PHP
Variables are nothing but identifiers to the memory location to store data. We can create any number of varibles. In PHP all the variables begin with a dollar sign $ and the value can be assignes us more>> Variables are nothing but identifiers to the memory location to store data. We can create any number of varibles. In PHP all the variables begin with a dollar sign "$" and the value can be assignes using the "=" operator as shown below: Another important thing in PHP is that all the statements must end with a semicolon ";". In PHP we neednt have to specify the variable type, as it takes the data type of the assigned value. From the above example we understand that $Name is of Data type String and $Age is of type Numeric.<<less
Added: 2005-07-14 License: Freeware Price: Free
1562 downloads
Java Script Variables
Just like any programming language the variables in Java Script are also used to store values. The value of the variable can be edited as required by the programmer.Some of the rules for forming variable names are as follows: Variable names are case more>> Just like any programming language the variables in Java Script are also used to store values. The value of the variable can be edited as required by the programmer.Some of the rules for forming variable names are as follows: Variable names are case sensitive.They must begin with a letter or the underscore character.Having seen about the simple rules for framing variables names now let us see how to declare a variable name.<<less
Added: 2006-11-23 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 value 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