Browser Internals
Rob Sayre: "I wonder why it's considered acceptable for Web engineers to be totally ignorant of browser internals."
Not that I'm doubting, Rob, but can you give an example of something you learned from those browser internals that changed your web development?
Update: Rob replied with some good teasers. Some interesting ones include: "I learned exactly how much each piece of Web content costs the client." and "[C]lient-side storage will bring the wonderful world of data migration and versioning to web pages." My interest is piqued.
Comments
Um, I learned that <img src=""> in the page you return in response to a POST is a really bad idea. And some stuff about why your comment preview page winds up decoding entities, so that someone who carefully previews will then submit something broken.
Posted by: Phil Ringnalda | March 23, 2006 1:28 AM
Posted by: Phil Ringnalda | March 23, 2006 1:39 AM