your query returned 1 results
Cascading Style Sheets (CSS)
A whole language about style! This is where technical meets creative. HTML tables should be used to present tabular data whereas all other parts of a website should contain minimal amounts of markup language and maximum amounts of the message that the site is to convey! This can be achived through the use of CSS. With CSS there are only a few labels inserted in the markup code for your website, the actual style and layout of the page is defined in an external style sheet.
To view our (valid) CSS markup, click the CSS link at the bottom of any page on our site!
DEVELOPER LINKS
Slants Tutorial
Fantastic! Another way to add style without the use of images! Use Stylesheets to draw angles, polygons, triangles and with a lot of work you could even fake a curve!
Dealing with Tomcat's cache on Debian
This can be really annoying. You want to develop 'rapidly': so you use 'apt-get install tomcat'. You can begin working on your applications right away and then... why isn't this changing? Am I in the right directory?? Maybe... I could just be that the Debian configuration of Tomcat is set up for production (not development)!