Archive for the ‘Technology’ Category
One thing I really hate about agile front-end dev is the lack of formatting standards between devs. Some developers block their rules, others keep everything on one line. Some indent their rules, others don’t. The list goes on and on. I have a list of formatting rules that my team has adopted and all the [...]
I recently got into a project that was a bit over my head. I had to build out a map that will work on desktop, mobile and tablets the same, but I quickly ran into issues tracking touch events in mobile Safari. All of the testing I was doing in iOS5 (beta) was working the [...]
Too often I look at code where developers aren’t keeping up with standards and browser adoption and compatibility. This tip will save you from writing a bunch of browser prefixes and thus writing extra, redundant code. As of the date of this posting the latest versions of Opera, Firefox, Chrome and Safari all support “border-radius” [...]
There are thousands of WordPress Plugins out there, but it takes a lot of time and trial to find the ones that are truly exceptional. After years of building custom websites, I’ve decided to refine and publish my master list of plugins (for the user, not the dev) that are awesome or essential to nearly [...]