Web applications tutorial
copy linkIntroduction
In this section we'll see how to create a web application with Instant Developer Foundation.
A complete tutorial for developing web applications, split up into individual videos, topic by topic.
The tutorial was created using the RD3 graphics engine in Instant Developer Foundation, so the examples and explanations always refer to that graphics engine.
This note is only valid for the behavior of fields within forms and not for the operation of the framework in its ORM part.
To learn about how to customize the RD3 graphics engine, please refer to the following article: Webinar: graphic customization of web applications.
As of version 22.5, Instant Developer Foundation provides a new graphics engine called FLUID that has been completely rewritten, and which is described in this article: The FLUID graphics engine.
Getting started | This chapter describes the first steps when getting started working with Instant Developer Foundation. |
Getting to know the environment | This chapter describes the main functionalities of the Instant Developer Foundation IDE. |
Working with databases | This chapter describes the operations that can be run on databases: creating tables, fields, foreign keys, etc. |
Object-oriented model | This chapter describes the use of the object-oriented model (ORM) in Instant Developer Foundation. |
User interface | This chapter shows how to work on the user interface, creating forms and fields. |
Compile, execute, and control | This chapter shows how to create sources for the web application, compile them, and send them for execution in the browser. |
Interface controls | This chapter will explain how to use the various types of fields in the video interface. |
Themes and visual styles | This chapter will demonstrate how to edit visual styles and customize the appearance of the video interface. |
Document events and methods | This chapter shows how to create methods and use events in documents. |
Interface procedures and events | This chapter explains how to use the video interface global procedures and events. |
Form types | This chapter explains the various types of forms that can be used with Instant Developer Foundation. |
Let's write some code | This chapter shows how to use the code editor in Instant Developer Foundation and its main functionalities. |
Accessing the application | This chapter shows how to manage the login and profiling process for a web application. |
Installing on the server | This chapter will explain how to install a web application on a server. |
Changed on: 17/11/2023 / From version: 20.0.7800