CodeCharge Studio

Creating a New Project

To create a new project:

  1. Select the New project option in the dialog that appears when CodeCharge Studio is launched.
  2. If CodeCharge Studio is open, you can create a new project using the menu option File | New | Project. This brings up the Create a New Project dialog where you can configure project  properties.
    Property Description
    Name Name of your project, similarly to creating a title of a document.
    Location Location/folder where the project should be saved on the disk.
    Language Programming language (or technology) for your web applications.
    Standards Web standards to be used in your web applications.

    There are four options available for selection:

    • HTML - Choose this option to create projects that utilize HTML specification standards.
    • HTML Section 508 compliant - Choose this option to implement web accessibility requirements covered by Section 508 of the Rehabilitation Act.
    • XHTML Transitional - Choose this option for XHTML Transitional compliance.
    • XHTML Transitional Section 508 compliant - Choose this option to use XHTML Transitional standard with the implementation of Section 508 guidelines.


    Notes:
    - XHTML and Section 508 compliant Web pages usually contain additional HTML attributes, such as ID and ALT.  Other differences relate to utilizing more style features in XHTML vs. HTML, for example for configuring fonts and borders.
    - Implementing Section 508 compliancy will result in much larger HTML files than simplified HTML generated otherwise.

    Click OK. CodeCharge Studio will create and save the new project on the disk within the specified folder. The project file name will be the same as the project name with the extension .ccs. For example, if your project name is My Project then the file name will be named My Project.ccs. The .ccs file stores the global project settings in XML format, which can be viewed or edited with any XML editor.

See next

Adding New Pages


On-line, printable versions and updates