|
Tuesday, 30 January 2007
Many websites, ours included, use a lightweight markup language to dynamically serve structurally valid XHTML to the visitors browser.
Read more >>
Thursday, 25 January 2007
By popular demand, the original list of 140 HTML colours, grouped by category: red, pink, orange, yellow, purple, green, blue, brown, white and gray.
Read more >>
Friday, 19 January 2007
Adobe have been promoting Kuler as their “first web-hosted application” whose reason for existing is to “create, and share color themes online”. But try actually getting Kuler to work on their website, if you use Firefox.
Read more >>
Monday, 15 January 2007
A good way to improve the security of your website administration login is to restrict the input field length for the username and password to something reasonable. This is commonly done with the “maxlength” attribute in HTML:
<input type="text" name="username" value="" size="30" maxlength="30" />
<input type="password" name="password" value="" size="30" maxlength="30" />
Read more >>
Wednesday, 10 January 2007
Is this the future of web debugging? I think so.
|