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
Java comparable explained
Having trouble finding good examples of Java Comparable or Compare_to? O'Reilly's on-java website has a great explanation and examples on how to compare instances of arbitrary objects.
Regular Expressions Lesson
This is a programmers lesson on Regular Expressions. The language appears to be C, but it provides a helpful overview.