February 28th, 2011
Facebook has changed the way it’s like button for third party websites works over the weekend to post a full feed story rather than just a simple ‘Recent Activity’ one-liner. I’ve been testing that out via implementations on a couple of sites I’ve been working on and from a site owner’s perspective, this change seems [...]
February 2nd, 2011
I reckon some of the best times working as a software designer and programmer are when you manage to make something really quite hideously complex look absolutely trivial to the end user. In this case, some fairly hairy fuzzy-searching, de-duplicating and difference-spotting code for the Help Training Courses Magical Auto Search, running behind a user [...]
June 1st, 2010
After spending a fair bit of time over the past few months developing a search facility that was a bit more ‘human’ in its responses than a simple text-based search would be, I was interested to stumble on this discussion on Applying Turing’s Ideas to Search by John Ferrara. In my case, by working in [...]
April 23rd, 2010
I found a neat summary on Jon Raasch’s blog of a technique for producing rounded corners in IE using a behaviour htc file.
I’d previously been trying out this jquery corner plugin which works well enough but I think Jon’s suggestion is cleaner and allows Firefox, Chrome and Safari to achieve the effect completely natively with [...]
April 19th, 2010
I did some work recently on an interactive mapping interface which included optimising some processor-intensive Javascript for increased performance. Along the way I was surprised to learn just how different the Javascript performance was of various current-generation browsers. I was expecting some difference, and definitely expected older browsers to be slower but the speed difference [...]