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

Edit this page


Referenced by
Articles
Articles_cn
Articles_de
Articles_pt
Articles_zh




JSPWiki v2.2.33

[RSS]


Hide Menu

DeveloperTips


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 a Microsoft JS Debug tool Javascript Debugging IE

Here is a Mozilla JS debugging tool Javascript Debugging Mozilla

CSS Debugging

This extension allows you to edit the CSS from the browser and see the changes dynamically. Ideal for web developers who want to tune their CSS before updating the CSS on the server.



Go to top   Edit this page   More info...   Attach file...
This page last changed on 06-Nov-2006 13:52:59 MST by BenGill.