
This is an effort to make the best out of what Microsoft gave us 'out of the box' with Windows RT as far as on-device scripting and coding.
This is an Internet Explorer based scripting IDE which lets you save programs consisting of HTML and JavaScript and save them into a single .PRG file. So far I have a lot of sample programs such as :
- Geolocation to get your location and give you coordinates or a google map
- Media : play sounds and videos
- Simple RSS parser
- Charting
- Supports fullscreen API for development and user areas
- Simple Crypto.JS demo
There's an interface for you to do your own simple file I/O as well (save text files or serialize json objects as text files and load them later)
It's pretty refined enough that I will probably use it more as a user and develop more complex programs instead of refining the UI.
It comes with some third party javascript libraries which are made available for you to use in your own scripts.... these include jQuery, jQuery-UI, alertify, highcharts, CryptoJS. It's structured into a file system hierarchy so you can add your own libraries and register them with the main webpage if you want to extend the environment.
To install :
- Download and extract the attachment TridentSandbox.zip to an area like your Documents or Downloads folder.
- Go into the newly extracted directory and run TridentSandbox.htm (it will run in either metro or desktop ie, but I prefer desktop ie, you in that case you might need to drag and drop the htm file onto desktop ie program to load (then bookmark).
- You can load samples which are located in the samples subfolder.
- You can save samples into that folder as well anywhere else. (There seems to be an issue with overwriting existing files, you might need to rename or delete old file)
If anyone has any requests for functionality or questions let me know, otherwise I will just make sure it fits my needs.
Aucun commentaire:
Enregistrer un commentaire