Tag Archives: WordPress

Load JQuery from Google’s CDN with local fallback in WordPress

by

The advantages of loading scripts from Google’s CDN are fairly obvious – for a common script such as jQuery, we’re on to a better-than-even chance that the user will already have the script in their browser’s cache from other sites, reducing the total download weight of your site. Even if they don’t, the file will…

Posted in WordPress | Tagged , , , | Leave a comment

On Interfaces, Plugins and the finer points of Application Design

by

I’ve been thinking a lot about interface design recently. Around client projects, I’ve been working on a premium WordPress theme called Bauhaus, which I’ll shortly be releasing on ThemeForest. I’ve spent a lot of time wrangling options in the WordPress admin interface, done a lot of research across the web and I’ve come to a startling conclusion, a lot of people are doing interface design wrong. Continue reading…

Posted in Design | Tagged , , , | Leave a comment