wiki:DeveloperGuidelines/Tips

Version 128 (modified by Pat Tressel, 11 years ago) ( diff )

--

DeveloperGuidelines

Tips

Python debugging

Reserved Keywords

Web2Py

HTML, CSS, and Javascript debugging

Each of the major browsers has tools available for viewing HTML page structure and form data, Javascript code, CSS. Some also support Javascript debugging, including setting breakpoints and viewing values in variables.

  • Firefox: Install the Firebug plugin. Start Firebug by clicking the bug icon in the upper right. After the tools open in the lower half of the page, load the page you want to debug.
  • Internet Explorer: Open the IE developer tools with F12, or Tools (gear icon) -> F12 Developer Tools. Note that you can test behavior of pages under earlier versions of IE by setting your current IE to behave as earlier versions. In the developer tools menu bar, click Browser Mode and select the desired version.

Other tools that may be of interest:

JavaScript

jQuery

Ext

HTML/CSS

SQL

Test queries on multiple databases:

Basics of Design:

Language:

More Advanced:

XSLT

Visualization

Misc


DeveloperGuidelines

Note: See TracWiki for help on using the wiki.