AppStudio Documentation: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
Line 17: Line 17:


== JavaScript Language ==
== JavaScript Language ==
JavaScript is the standard language of the Web.  
JavaScript is the standard language of the Web. AppStudio uses full standard JavaScript in its apps.
* [http://www.w3schools.com/js/default.asp JavaScript Tutorial at W3Schools]
* [http://www.w3schools.com/js/default.asp JavaScript Tutorial at W3Schools]
* [http://www.referencedesigner.com/tutorials/js/js_1.php JavaScript Tutorial at Reference Designer]
* [http://www.referencedesigner.com/tutorials/js/js_1.php JavaScript Tutorial at Reference Designer]

Revision as of 21:08, 20 December 2012

AppStudio

BASIC Language

One of the most popular programming languages of all time, BASIC is easy to learn. AppStudio's BASIC is a subset of VB, with extensions for web apps.

JavaScript Language

JavaScript is the standard language of the Web. AppStudio uses full standard JavaScript in its apps.

Frameworks

Frameworks provide the controls (also called widgets) that the user interacts with. AppStudio makes it easy to use them in your app.

Other Resources