1750 days ago · javascript
Generally I avoid unload event handlers because their behavior is poorly defined. However, I found myself working on a project that necessitated their use. Despite my best efforts, Safari 1.3 (312) and 2.0 (412) appear to ignore my unload event handlers. PPK has made mention of the problem. I’ve found one technique that gets the unload to fire in Safari.
More...
1750 days ago · php
I’m tired of the display delay, however slight, that is caused by a server side interpreter like PHP. I want the browser to display the page as quickly as possible, even if it has been interpreted by PHP. I had the opportunity when RD2 launched its new website to try out some new ideas.
More...
1750 days ago · php
When building a web application sometimes I need to dynamically generate the image. For example, when using application based security rather than web server security I have to wrap some kind of authentication check around the images. I want those images cached so I can lighten the load on the server, and improve the browsing experience.
More...