February 2010
8 posts
2 tags
Feb 15th
3 notes
2 tags
Feb 15th
4 notes
3 tags
Feb 15th
8 notes
3 tags
Feb 15th
3 notes
Feb 10th
7 tags
Feb 8th
Feb 3rd
1 note
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: ...
Feb 1st
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...
Jan 31st
11 notes