DIR : /home/kozerus/public_html/pn/uize/site-source/js/Uize/Json.todo
/home/kozerus/public_html/pn/uize/site-source/js/Uize
This is a TO DO document for the =Uize.Json= module.
- document Uize.Json.encodingOptionsPresets static property
- perhaps optimize the mini option for higher performance, possibly avoiding recursion?
- rely on new JSON object that's supported in FF3.5 and IE8 for mini mode
- a safe mode that will neutralize </script> and other HTML tags inside string literals by escaping the less than sign as \x3c
- for strict mode, must exclude object properties whose values are undefined, null, function, non-simple object, and possibly more prohibited value types (refer to JSON spec online) - probably easier just to include only sanctioned value types (primitives, and simple objects and arrays)
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer