Author Archives: Peter Wilson

About Peter Wilson

Peter Wilson is a Web developer based in Melbourne, Australia, and started making Websites in 1994.

Peter co-founded web production studio Soupgiant in 2009 and forms opinions on all things web at Big Red Tin.

Quick Notes: Big Red Framework

We’ve updated the base WordPress theme we use at Soupgiant for WordPress 3.1+ and to make more use of the WordPress API. Along with the standard features you would expect in a WordPress framework, it includes templates for the Theme My Login plugin, custom default code for Formidable / Formidable Pro plugins, custom html output [...]

Quick Notes: Guest Post on Digging into WordPress

Jeff and Chris have been kind enough to publish Hosting Client Sites on a WordPress Network as a guest post on Digging into WordPress.

Quick Notes: Caching Google’s WebFont Loader

As with Google’s other hosted libraries, providing a more specific version number of webfont.js will effect browser caching.

Quick Notes: Soupgiant WordPress themes on Github

The Soupgiant base WordPress themes are now available on GitHub. There’s no documentation at this stage, I’ll write up a blog post with details in the coming week.

Behind the Websites: HTML5: I couldn’t (quite) do it

I found it difficult to use pure and semantic HTML5 when dealing with current versions of Internet Explorer. I really tried to adopt the commonly advocated view that it’s okay to require website visitors have JavaScript enabled but settled on a different option I could actually live with.

Behind the Websites: Forms are forms, not lists

I have often seen HTML forms coded as part of a lists, including from some publications and people I highly respect. I believe this to be incorrect.

Behind the Websites: Selectivizr with CSS on a sub-domain

Updating the Soupgiant base WordPress theme recently (among other things we were porting it to HTML5), we needed to decide which shims and/or polyfills to use. We starterd with Remy Sharp’s HTML5 enabling script but another to consider was Selectivizr to improve IE‘s support of CSS3 selectors.

Behind the Websites: A half-baked (CSS) idea

Spritebaker has done the rounds a fair bit in web development circles over the past few weeks. It’s a great idea, done well. The only problem is it has the strange effect of making it seem like the page is actually taking longer to load. I take a look at a possible solution.

Business: Why we host Big Red Tin on US servers

Previously I wrote about sticking with an Australian web hosting provider. Soon after I relocated the Soupgiant sites to an American service provider. Situations change and so I thought I’d explain why.

Behind the Websites: jQuery 1.5 as jQuery 1.5.0

When jQuery 1.4 was released, the Google URL being publicised by the jQuery team was http://…/jquery/1.4/jquery.min.js – while Google had set it up as http://…/jquery/1.4.0/jquery.min.js. I had problems with this seemingly minor difference.