CSS, JavaScript and XHTML Explained

Quirks, random thoughts and funky finds discovered in day-to-day coding.

 

Overview of Topics July 4, 2007

Filed under: Web Development — Estelle @ 10:30 pm

Tutorials & How Tos:

JavaScript

Javascript: Things you should know

These entries are articles about javascript quirks which may lead to logic errors that aren’t covered in most books or tutorials. Over the years I have come across logic errors: no errors are thrown, but the results of my scripts are not what I anticipated. These entries are definitely not my most popular, but I think they are the most important.

  1. Javascript Switch Statement Quirks: Covers three things you may or may not know about the switch statement, including no datatype conversion, the importance of break, and multiple cases for one block of code
  2. Browser Detection versus Object Detection: Explains the reasons object detection works and how browser detection fails.
  3. Including Javascript in XHTML: external, DOM created, CDATA & comments: How to include script in XHTML and validate.
  4. JavaScript Objects: Really simple examples, simple explanations and comparisons for those confused by objects and JavaScript Object Notation.
  5. Javascript Date object:We all know how to capture the current time. This entry explains how to create any other specified date.

Also in JavaScript, Javascript, CSS, and (X)HTML entities in numeric order shows how to include character entities in javascript and CSS, in addition to XHTML.

CSS

Browser Specific Filters and Hacks

XHTML

Other Resources

Finding a Job/ Hiring

Mobile Web Development

 

Leave a Reply

You must be logged in to post a comment.