↧
Javascript: addEventListener and element.event
A quick post on the differences between addEventListener and element.event. addEventListener and element.event, on first appearances, do the same thing. They allow a custom function or action to be...
View ArticleRefactoring Code in to an Object-Oriented Paradigm #6: Compatibility
This is article number 6 of a series of article, which simply documents my refactoring of some code I originally wrote (pretty poorly) last year. To get the gist of what’s going on. Check the original...
View ArticleMaking IE play nice…still
I came across an issue with IE9 yesterday, while using Twitter Bootstrap. I almost couldn’t believe it, having copied the template from the Bootstrap website, I thought it would be issue free. To add...
View Article