Screen shots
These are screenshots taken directly from wizzyweb.com
With WizzyWeb, as with any good rapid application development (RAD) tool, there are Objects, Properties, Methods and Events.
The objects are the things which make up an application. The properties are how the objects look. The methods are how the objects work. The Events are when the methods happen. Usually when you create an application, you have to write every little part to make up the objects, how they look, how, and when they work. With WizzyWeb, almost all of this is done for you automatically to save you time and make the code bug-free!
However, if you are a programmer, you can, of course, add your own custom code.
Datasource Properties. This is the default database you see when you select
New Data Entry Application from the File menu. This example uses PHP PEAR:DB, native PHP MySQL is similar.
--------------------------------------------------
Objects. Once you enter the Location, Table and click the "Refresh" button, the fields
from your database will show up as objects, which you can then set properties for.
--------------------------------------------------
Textbox Properties. As you can see, you have complete
control over how your controls (HTML Form elements) look and behave.
In WizzyWeb, you can click on any property name to learn exactly what each property does.
The form is displayed below the Properties so you can see exactly how it will look on
your Web site as you create it. You can also click the "Run" button (not shown here)
anytime to run your application live over the Web!
--------------------------------------------------
Radio Button Properties. Again, you have complete control over everything. Check boxes work the same way.
--------------------------------------------------
Submit Button Properties. Here you define everything that "happens" when the "Submit" (event) button is clicked (the Methods).
In this example, the form data is entered into the database via the SQL Property, email is sent, and the user is redirected to the WizzyWeb home page.