Note: please read the License Information file for details about licensing and use. By using this software, you are agreeing to the license agreement.

Javascript Projects.



Recently, I have been playing around with javascript mobile web apps and found them to be a surprisingly powerful way to combine a data type viewer with a scripting interface. Obviously, the most difficult aspect of mobile web development is getting access to data. For this, I have implemented dropbox input (DBLoad) and output (DBSave). Hopefully others can utilize these codes to create web apps of their own. The first webapp is a scriptable viewer for my plot window file type: pw_viewer. The second is a simple ImageJ tiff stack reader supporting 8, 16, and 32-bit data types: ijtiffreader.