Description:
Ample SDK is an Open-Source JavaScript GUI Framework with standard APIs. It enables building complex cross-browser client-side applications naturally.
|
|
|
Beta release Ample SDK 0.9.4
|
| |
Hi, There is Ample SDK 0.9.4 beta build available for download at [link] No new significant changes are expected to happen before 0.9.4 final release. *A number of changes happened that require your attention:* 1) *Names of some important SDK files changed*. runtime.js renamed to... more »
|
|
Alpha release Ample SDK 0.9.4
|
| |
Hi all, I am happy to announce Ample SDK 0.9.4 alpha release! The list of some significant changes includes (full list will come with the final release): - implementation of overlays in XUL (thanks, Tudor!) - localStorage/sessionStorage shims - declarative content localization mechanism with aml:content and... more »
|
|
Coding Style First Draft
|
| |
Hey, I've put an initial coding style document on the wiki here based on my reading of the coding style of existing files: [link] There's a link on there to an Eclipse Coding Style file for automated styling, too. It's an initial draft, so please be careful that it doesn't reformat... more »
|
|
Wiki down
|
| |
Apparently wikidot doesn't like all the "external links" on the front page so they unceremoniously deleted it. I've raised a support request and am attempting to get it back now. Cheers, Tudor.
|
|
AmpleSDK wiki
|
| |
Hey all, I've set up a wiki at [link] Feel free to modify at will. Also, add your project to the list of projects using AmpleSDK. If you just have time to brain dump and don't have time to format it, don't worry. I'll get an email for each change and will be sure to check it and make it all pretty.... more »
|
|
XMLSerializer, serializeToString, and IE9
|
| |
Hi Sergey,
We often use an instance of the XMLSerializer and its
serializeToString method to POST a modified record back to the server.
This has worked fine across all browsers.
IE9 has an XMLSerializer object but it does not implement the
serializeToString method. Neverthless, this should be no problem... more »
|
|
100 watchers+ so need more collaborative tools for devs
|
| |
Hello amplers, We now have more than 100 watchers! Yay! While this is great news. It's also causing a small headache for bug reporting and triage in particular. One of the things that has been happening is that people have been putting in bug reports with examples full of rookie mistakes. We can't... more »
|
|
xul:deck element bug
|
| |
Hello! XUL deck element doesn't work properly with selectedIndex attribute as it is described at [link]. I use Mozilla Firefox 8.0 in Ubuntu 11.10 and Ample SDK 0.9.3. For example, this code <xul:deck selectedIndex="0"> <xul:description>Descr1</xul:d escription>... more »
|
|
|