Steve Workman's Blog

Vendor Prefixes and Evangelism

If you follow any front-end web developers on Twitter today, you'll probably have come across articles on vendor prefixes and the latest CSSWG fight over Mozilla, Microsoft and Opera wanting to implement -webkit- vendor prefixes. Before I delve into why this is happening, I want to make something very clear** - this is wrong and must not happen.**

Read on...

An Evening with Sprintly

Last night, I was lucky enough to meet Joe Stump, former Lead Architect at Digg and founder of SimpleGeo, who sat down with 7 developers near Old Street and showed us his latest creation: Sprintly. Here's my notes from the talk.

Read on...

Improving Javascript XML Node Finding Performance by 2000%

In my work, I'm parsing web services all of the time. Most of the time, they're XML, which does not make the best use of bandwidth/CPU time (compared to JSON), however, if it's all that you're given then you can certainly get by. I've been looking into ways to speed up the XML document traversal in with jQuery after the current best practice method was removed.

Read on...

So, you want an app?

Earlier this year, I was lucky enough to meet Josh Clark at FOWD. I'd been reading his articles about flagship apps and content first, and I was very keen to have a chat with him about a discussion I'd had with a client. I had been discussing which platform they should be targeting, and depending upon who I was talking to at the client (and their opinions on the goals of the project) the decision on a choice of platform was different.

Read on...