Die, Fly! Die! Demo
This demo was built to demonstrate how to build a complex web application with IntraWeb. Die, Fly! Die! is a web store that sells pest control products. It is a clone of the well-known I Buy Spy ASP.NET demo. One of the main goals of this demo is to demonstrate how IntraWeb differs from ASP.net development. Users can register, log in, log out, maintain a history of shopping orders etc. It makes heavy use of databases and for this purpose.
Some of the features implemented in this demo are:
- using DataModule component
- using UserSession for storing various information about an user
- creating controls at run-time
- handling events for run-time created controls
- using style sheets for overriding the default appearance of the controls
- using IntraWeb frames
/ user controls
- embedding images in IntraWeb forms using the TIWImageFile control
- passing data between different forms
- show user specific data in the forms
Notes
- Visual Studio - You will need MSDE or SQL server and the database to be created. Instructions are in the demo.
- Delphi - You will need DBISAM evaluation version.
Download
DFD is available in Visual Studio.net and Borland editions. DFD can be found in the demos directory.
|