good bad attitude
Posted in Tech on October 19th, 2004 No Comments »
good bad attitiude, another great essay on programming and hacking. Discussion includes hacking, creativity, and the impact of our waning civil liberties.
Posted in Tech on October 19th, 2004 No Comments »
good bad attitiude, another great essay on programming and hacking. Discussion includes hacking, creativity, and the impact of our waning civil liberties.
Posted in Dojo, JavaScript, Tech on October 15th, 2004 No Comments »
I am currently contributing code and effort to the Dojo Toolkit project. The site was updated today to reveal a little about what we’re doing.
Posted in JavaScript, Tech on October 13th, 2004 No Comments »
Numerous sites capture the onload event handler to move focus to a specific form field, usually for logging in (for example, My Yahoo!). Other sites will even clear the current text in the field in addition to providing focus (for example, American Express). However, they both exhibit a really annoying behavior: when the [...]
Posted in Tech on October 8th, 2004 No Comments »
The press has been speculating since the google ipo that there will now be a mass exodus of talent due to the new found wealth of google’s employees. So the press, in wanting to prove their point, believe they have their first data point with the departure of Evan Williams. However, anyone who [...]
Posted in CSS, JavaScript, Tech on October 8th, 2004 2 Comments »
Quirksmode.org has a great article on how to create the illusion of a styled input type=”file” element. This is a problem I tried to solve years ago, before the options presented here were really viable. This trick will probably put Michael McGrady on the map if he wasn’t already.