Differences between revisions 1 and 14 (spanning 13 versions)
Revision 1 as of 2003-07-01 19:07:53
Size: 164
Editor: inktomi4-lee
Comment:
Revision 14 as of 2003-12-30 22:29:35
Size: 1139
Editor: dsl-210-15-217-79
Comment: Add Macro Expand page
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
* HelloWorld - as simple as it gets  * HelloWorld - the ''classic'' hello world example
 * ["CGI and mod_python"] in the one script
 * ["alx-tr"] - An extentsion tag to format table rows
 * ["Macro Expand"] - How to expand Albatross macros in custom tags
 * ["Multiple Checkboxes"] - Handling a checkbox for multiple items with one request
 * ["Check All"] - A macro for including Javascript to support a "Check All" button
 * ["Displaying the Context"] - A handy macro for displaying the complete local context for debugging
 * ["Data Presentation"] - displays an address book and provides a sort and filter facility
 * ["Using <al-for>"] - how to use <al-for> with different type of object
 * ["Sending non-HTML content"] - how to define a class/module to send back an image, stylesheet etc
 * ["get_page_from_uri() example"] - implementing your own URL to page mapping scheme
 * SimpleCalendar - demonstrates nested al-for loops, al-if/else, al-exec and al-macro
 * ["Handling Authentication"] - A way to handle user authentication

Example Code

This is a collection of examples of varying complexity to demonstrate a particular aspect of Albatross.

  • HelloWorld - the classic hello world example

  • ["CGI and mod_python"] in the one script
  • ["alx-tr"] - An extentsion tag to format table rows
  • ["Macro Expand"] - How to expand Albatross macros in custom tags
  • ["Multiple Checkboxes"] - Handling a checkbox for multiple items with one request
  • ["Check All"] - A macro for including Javascript to support a "Check All" button
  • ["Displaying the Context"] - A handy macro for displaying the complete local context for debugging
  • ["Data Presentation"] - displays an address book and provides a sort and filter facility
  • ["Using <al-for>"] - how to use <al-for> with different type of object

  • ["Sending non-HTML content"] - how to define a class/module to send back an image, stylesheet etc
  • ["get_page_from_uri() example"] - implementing your own URL to page mapping scheme
  • SimpleCalendar - demonstrates nested al-for loops, al-if/else, al-exec and al-macro

  • ["Handling Authentication"] - A way to handle user authentication

None: ExampleCode (last edited 2011-02-15 06:05:17 by localhost)