| Health |
| #GI/GL calculator |
| #BMI calculator |
| Computing |
| Programming |
| #JSDC code generator (simple) |
| General |
| #About/FAQ |
| #News (upd. 2007-04-26) |
|
|
|
| The file/data path - is preferrably relative and the file should reside in the same domain as the webpage, since most browsers do not allow cross-domain html requests by default. Example: "/data/all_cars.csv". | |
| File/data path : | |
Separators - For non-enterable characters, use normal javascript escape characters(like these. This page can also be helpful: www.asciitable.com. | |
| Column separator : | |
| Row separator : | |
Headers - If the first row contains the column names, check this box. If checked, the dataset will automatically name its columns based on the headers. | |
| Has header row : | |
| Data aware object type - What type of dao do you want to use? | |
| DAO type : | |
| Single file : | Should all code reside in the HTML file(not recommended) or put in a separate .js-file (you must specify output file name below)? |
| Output file : | The generated separate JS file, if the above is set to a separate file. |
| Variable suffix : | What to base the variable names on. |
| JSDC path : | The relative path to the JSDC library files. |
| © 2006 Nicklas B - webmaster : nicklasb@gmail.com |
|