Intersoft WebDesktop Documentation
WebForm Design Guidelines
Send Feedback
Intersoft WebDesktop > Essential Concepts > WebForm Design Guidelines

Glossary Item Box

This section discusses the recommended WebForm design guidelines for developing applications that hosted inside DesktopManager.

  1. Use HTML 4.0 DTD

    By default, new WebForm in Visual Studio 2005 will automatically include the XHTML 1.1 DTD type. Please remove it and change to HTML 4.0 DTD as shown in the following syntax:

    <!

    DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >

    Although Intersoft's components are generating XHTML compliant output, the layout rendering and behaviors in XHTML 1.1 are slightly different with expected result. The difference includes the way XHTML treats on dimension and boxes, as well as its inability to support 100% width for certain tags in more advanced scenarios. XHTML Strict is recommended for building basic, static website which needs to be viewable on mobile devices. It is however not recommended for dynamic, rich and advanced interactions website.
     
  2. Use IFrame content mode when applicable

    For greater reusability of a module in your web application, it's recommended that you use IFrame content mode whenever applicable so that the Form can be reused in the entire application.

    All container controls in WebDesktop.NET, such as WebDesktopManager, WebPaneManager, WebTab and WebNavPane supports both InlineContent and IFrame mode. To use IFrame mode, simply set the ContentMode to UseIFrame.
     
  3. WebForm style guideline

    Unlike developing traditional style web form, there are several points and techniques that need to be taken care while developing using WebDesktop.NET especially when you are developing WebForms that hosted inside DesktopManager. Since DesktopManager is using the desktop-style of User Interface concepts, you would need to put attention on some of the form design aspects such as the body's spacing and margin, the scrollbars, width and height of the page, and more.

    In this section, provided are several style and design guidelines for designing WebForm targetted for DesktopManager.
© 2012 Intersoft Solutions Corp. All Rights Reserved.