This previous hint on using AppleScript with spaces got me to thinking about ways to get two (or more) different sets of spaces. So, for instance, you could have a 'work' Spaces set with Terminal, Safari, Mail, and an RSS Reader, and a 'home' Spaces set with Safari, Mail, GarageBand, and iPhoto.The easieset way I've found to do this is with a couple of AppleScripts that basically look like the following:set spaces_bindings to {|com.apple.terminal|:7, |com.apple.mail|:1, |com.ranchero.netnewswire|:4, |com.apple.iTunes|:65544}tell application 'System Eve...