6
votes
Track when user hits back button on the browser
One of my favorite frameworks for doing this is Yahoo!'s Browser History Manager. You register events and it calls you back whe …
3
votes
Something special about Safari for Windows and AJAX?
Safari is really standards compliant. Unless you're using some really esoteric browser features, in general if something works in Firefox, I've found it works without modification in Windows Safar …
1
vote
When did browsers start supporting multiple classes per tag?
Apparently IE 6 doesn't handle these correctly if you have CSS selectors that contain multiple class names:
http:/ …
