JavaScript is your behavior layer; the way to add interactivity to your sites, to provide a slick and delightful user experience, to make everything fast and easy and clean. But at some point everything changed: the tail started to wag the dog instead and development became JavaScript-first.
Stuart Langridge – Member of the Web Standards Project’s DOM Scripting Task Force, Podcaster, Developer and Author.
Category Archives: Tips and Tricks
Brainstorming + Focusing + Reducing Anxiety
Like you, there’s probably a ton swirling through your head on a professional and daily basis. I’ve gravitated towards some of these concepts from Tim Ferris and I’ve found it absolutely helpful. I hope it helps you as well when you’re in the period of brain vomit.
Hide Desktop in OSX
To hide desktop finder (to show use TRUE) open Terminal and run:
$ defaults write com.apple.finder CreateDesktop -bool false
$ killall Finder
Thanks to Stack Exchange