francium's Xanga Tracker

User Registration Form
Visitor Log
Create IP-User Mapping

Written and usable since January 2006, francium's Xanga Tracker is one of the oldest application demos of WT Toolkit. It shows off the AJAX forms, AJAX RPC and some basic UI widgets in WT Toolkit.

It uses the AJAX form system to implement the login window, the new user registration and the change password functionalities. Raw AJAX RPC is used when the user is logging out and when new Xanga visitor log entries are added from the user's Xanga site.

Some interesting UI widgets shown in the Xanga Tracker application include the following: sortable table displays, tabbed pages and modal windows.

UML Editor

A UML Class
A UML Composition
Modifying a UML Class

Written and usable since April 2007, the UML Editor demo shows off a few regular UI widgets in WT Toolkit, as well as the G=(V,E) graph engine which is based on inline SVG and VML. Regular UI widgets used in the demo includes popup text boxes, trees, and transparent PNG images (which works under Internet Explroer 6 and 7).

The UML edges in our UML Editor demo is not limited to be simple straight lines, they can be modified into broken lines by dragging on the edge. Dragging on an UML edge adds an anchor point to the edge. Doubling clicking on an anchor point removes it.

The context menus for adding and deleting edges, classes, instances, operations and attributes can be accessed by right clicking on the appropriate places.

Interactive Charting

Data Entry Interface
3D Stacked Bar Chart
3D Pie Chart

Written and usable since April 2007, the interactive charting demo shows off some of the charting classes in WT Toolkit. The interactive charting demo is able to draw a number of types of bar charts in 3D, line charts with curves or broken lines, scatter charts, and 3D pie charts. The charts are user interactive (e.g. draggable, bar chaging translucency) to show that they are not rendered by the web server. Browser plugins are not needed to view the charts.

Apart from bar charts, broken/curve line charts, scatter charts and pie charts, WT Toolkit can be used to construct a wide variety of statistical charts on the browser window. Such as radar charts and stacked line charts.

For more information about the built-in charting capabilities of WT Toolkit, see the "Features" section.