About | Download | Examples | Tutorials |
Dev Update (October)Upcoming Events (Sep, Oct)Search in referenceIntroduction to Ample SDKFebruary in Ample SDKNovember in Ample SDKSet to go Open-SourceSandbox to try code onlineNew Tutorials sectionSVG in Internet ExplorerDrag&Drop and ResizeSMIL 3.0 in Ample SDKSwitching to HTML5 doctypeUsing Resize ManagerJSON object supportUpcoming changes to CSSAmple SDK plugin for AptanaDefault namespaces in DOMAmple SDK in Adobe AirObjects signatures changedSVG 1.2 Tiny in Ample SDK |
|
JSON object: almost native support for older browsersIn the upcoming release of Ample SDK there will be JSON object support with an API as it is specified on http://www.json.org/js.html. Some browsers (IE8 and Firefox 3.1) have already that support natively, so the implementation in Ample SDK will rely on that and will only fill in the implementation for browsers missing it. var sDate = new Date().toJSON(); |