I learned two valuable lessons about Safari:
window.console.log()
is a nifty way to trace your code's progress, and it works with both FireBug and Safari . . . sort of. Pass it anything more than a simple string, such as objects that FireBug will cheerfully use to augment your console log, and Safari will fall over dead.- If your web site has only one frame in its frameset, don't put "noresize" on that frame. Safari apparently takes that to mean "for every page after the first that I load in this frame, don't show it until the user clicks somewhere." Who knew?
No comments:
Post a Comment