Hacks

Cross-domain, cross-frame Javascript

Because of the cross domain security restrictions in most Javascript implementations, it’s normally impossible for one HTML document to communicate with another frame, popup, or iframe unless the two pages are served from the same domain. James Burke came up with a clever solution to this problem, allowing bidirectional communication between a parent window and […]

Get Rid of the Glass Dock in Leopard

Get Rid of the Glass Dock in Leopard

Jackilyn Hoxworth figured out how to revert the dock in Leopard back to something more familiar: Type this into terminal to get the no glass dock. defaults write com.apple.dock no-glass -boolean YES killall Dock I haven’t yet upgraded, but the new design elements seem to be pretty attractive. When you spend all day in front […]