18 | | * use [http://www.pythonware.com/products/pil PIL]? |
19 | | * jquery used to populate the fields or else populate via hidden fields |
20 | | * jquery to populate the name field from the filename |
| 18 | * do this client-side using !JavaScript's {{{Image()}}} class methods: {{{img.width}}}/{{{img.height}}} |
| 19 | * Saves database calls |
| 20 | * Slow to compute? |
| 21 | * Do this server-side when marker added to database? |
| 22 | * Requires 2 extra DB calls when producing the page |
| 23 | * use [http://www.pythonware.com/products/pil PIL]? |
| 24 | * jQuery used to populate the fields or else populate via hidden fields |
| 25 | * jQuery to populate the name field from the filename |