Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
Articles
Articles_cn
Articles_de
Articles_pt
Articles_zh




JSPWiki v2.2.33

[RSS]


Hide Menu

DeveloperTips


This is version 7. It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]


This is work in progress - but the idea behind this section is to add in any usefull tips that come from the mailing list.

XHTML

  • Why is my td bgcolor=red not working?

You may be using XHTML strict which ignores the bgcolor attribute. You can either:

    <td style="background-color: red">
or define a stylesheet class and reference that..

This line in your JSP page will enforce XHTML strict:

Here is an excellent link to a some docs on XHTML

Javascript Debugging

  • What are the best tools around for debugging javascript?

Here is an excellent link to Javascript Debugging IE

Here is an excellent link to Javascript Debugging Mozilla



Go to top   More info...   Attach file...
This particular version was published on 06-Nov-2006 13:52:47 MST by BenGill.