February 2010
8 posts
2 tags
2 tags
3 tags
3 tags
7 tags
Standards/W3 Question:
Nearly everyone (except maybe my coworkers) knows that web standards dictate that lower case HTML tags must always be used. But the question is, why does the JavaScript method .tagName return the objects tag in UPPERCASE?
Good Code:
<div id=”welcome”>Hello</div>
Bad Code:
<DIV ID=”welcome”>Hello</DIV>
JavaScript:
...
January 2010
13 posts
7 tags
10 Great Twitter Designers' vCard/Identity Sites
vCard and mini identity websites are an increasingly popular way of creating a facade for your web identity. These websites are characterised by their single page structure, where such little information is contained it is simply rendered to the page and hidden. If AJAX is ever used, it is more often than not to handle the contact form interaction.
The UI generally contains tabs and content is...