Auto-Scrobbling bookmarklet
I’ve recently got back into the habit of using Last.Fm (again!) and scrobbling whatever I’m listening to, to it. This has been fine for the most part, I use either Spotify or iTunes to listen to my...
View ArticleJavascript: Selecting a range of checkboxes
A quick post about a small snippet of code that I’ve quickly written up, just to see how easily it could be done. It’s a feature that I feel should be on every web app (there are exceptions though)....
View ArticleList Scrobbling bookmarklet
A few weeks ago, I introduced a bookmarklet that I’d created for Auto-scrobbling BBC Radio using the brilliant web app, Universal Scrobbler. Since then, I’ve been using the bookmarklet myself pretty...
View ArticleRefactoring Code in to an Object-Oriented Paradigm
A lot of people will probably know how to refactor code, and many probably know about Object-Oriented programming too. But this doesn’t apply to everyone, and some people may not even know where to...
View ArticleRefactoring Code in to an Object-Oriented Paradigm #2: Objects
This is article number 2 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 ArticleRefactoring Code in to an Object-Oriented Paradigm #3: Moving to...
This is article number 3 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 ArticleRefactoring Code in to an Object-Oriented Paradigm #4: Extendible, Readable,...
This is article number 4 of a series of article, which simply document my refactoring of some code I originally wrote (pretty poorly) last year. To get the jist of what’s going on. Check the original...
View ArticleRefactoring Code in to an Object-Oriented Paradigm #5: Cleaning Up Our Messy...
This is article number 5 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 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 ArticleLessons learnt today: Double quotes, redirection and rubbish routers
I haven’t posted here in a long while, and no doubt that will continue unfortunately. However, tonight I’ve learnt (or in some cases re-learnt) a few, albeit simple, lessons and it felt sensible to...
View Article