Still Using Firebug?

As a web developer, I hadn’t decided to focus on front-end work until another developer told me about Firebug. When I started targeting mobile, I switched to the Developer Tools suite (DevTools) built in to Google’s Chrome browser. Two years later and I’m just beginning to realize what I’ve been missing. I was on the /r/javascript forum on RedditContinue reading “Still Using Firebug?”

Fix for IE Choking on __flash__removeCallback

I’ve been getting a Flash issue in IE. The problem only appeared in IE (all versions) and not in any of the other browsers. I’m not sure if this is because Microsoft’s jScript engine is super-compliant or super-buggy. But we figured out what the problem was. The issue we were having dealt with the HTMLContinue reading “Fix for IE Choking on __flash__removeCallback”