CodeCharge Studio

Creating a Simple Hello World Application

Our first venture into the subject of building web applications will involve the creation of a very simple one page application. The purpose of this exercise will be to introduce new users to the CodeCharge Studio environment and get a general orientation of the IDE features that are typically used to create more complex web applications.

In this exercise, we will build a simple application consisting of a dynamic element within a page - a Label control that displays the text "Hello World!".

In most cases, CodeCharge Studio applications will usually have more elements involved than will this simple application. For instance, our simple application will not have a database connection since we don't need database content for the purpose at hand. The Task Management application which will be constructed in the next section will be more comprehensive.

To create the application take the following steps:

  1. Creating a New CodeCharge Studio Project
  2. Specifying Project Properties
  3. Modifying the Page Properties
  4. Adding a Label to the Page
  5. Configuring Label Properties
  6. Adding an Action to the Label
  7. Previewing the Code
  8. Publishing the Project
  9. Testing the Application


On-line, printable versions and updates