www.gutterbucket.com | |||||||
Home | Software | Java | JS/HTML | General | Perl/CGI | Links | Sitemap |
This demo shows how a simple online shop can be created without the need for server-side support. All of the work normally done on an over priced server is instead done by the users JavaScript enabled browser. This cuts down on traffic and makes the shop run fast on a very basic web server. Hope you like it.
Version | Comments | View | Download |
---|---|---|---|
v2.0 | Product data is only loaded once (in the frameset);
Order submission bugs fixed; Unnecessarily exposed variables hidden; Buttons changed to form-submits (Error in Netscape 3); Real images added. |
Open | shop-20.zip |
v1.1 | Product look-up improved (binary search);
Improved order submission; Real test data. |
||
v1.0 | Incomplete (no example data) |