AppJet by Example

The pages below will guide you through the basics of AppJet, with lots of example apps along the way. You can read them in order or jump around.

/* You will see boxes like this one with example code.
   Clicking one of the links in the lower-right corner will
   open a new window.  You can run the app or make your own copy. */
print("Hello from an example!");
Printing Text and HTMLOutputting text and HTML to the page
Handling URLsTaking action based on the URL path
FormsProcessing input from HTML forms
HTML DocumentManipulating the head and body of your page
Persistent StorageStoring data permanently
StorableCollectionsStoring collections of objects
Facebook AppsBuilding Facebook Apps with AppJet
Writing LibrariesBuilding your own AppJet libraries
Documenting CodeUsing JSDoc to automatically document your code.
© Copyright 2007-2008 AppJet Inc.