Tag: console
TIP: How to Play a Sound Whenever You Commit to Git
Writing code alone at home can be an isolating experience. There you are, day in day out, quietly making magic with your mind (sarcasm, obv.) only to silently commit the fruits of your labor into the void of your source control repository, appreciated by no one. If only a crowd of children could be retained […]
TIP: How to get “anonymous” class functions to show up in Safari’s JavaScript Profiler
I’ve been developing a JavaScript module for some graphing work I’m doing. I’ve been using Safari’s built in profiler to figure out which functions are wasting the most CPU. It’s a great tool: For the longest time, I was running up against this one problem: some of my member functions were being listed simply as “(anonymous […]
TIP: Need a JavaScript console for Internet Explorer?
CompanionJS is just that. Â Check it out:Â http://www.my-debugbar.com/wiki/CompanionJS/ConsoleAPI