Author Archives: Peter Wilson
Quick Notes: Faux Columns Revistited
October 15, 2011
It’s time to update Dan Cederholm’s faux columns to take advantage of CSS3 gradients and reduce http requests.
Behind the Websites: WordPress Theme Elements
September 26, 2011
When producing a theme, we try not to limit the website owner’s options within the WordPress Dashboard. The owner may wish to enable an option down the track and be disappointed to find they can’t.
Quick Notes: How we do IE Hacks
September 14, 2011
We’ve recently changed the way we do IE hacks at Soupgiant. For years we were using conditional comments to load separate CSS files.
Tags: coding, CSS, ie6, ie7, internet explorer
Quick Notes: Big Red Framework on WordPress.org
August 26, 2011
Big Red, the Soupgiant WordPress framework, has been added to the WordPress.org theme repository.
Behind the Websites: Maintaining Link Focus
August 23, 2011
Anyone who has attempted to navigate a web page using the keyboard will have experienced sites that remove the default a:focus style without adding in a replacement.
Tags: Accessibility, CSS, Eric Meyer, reset, usability
Behind the Websites: Minimum Page, A CSS Base
August 17, 2011
We decided to release Soupgiant‘s CSS base to the world at large, you’ll find it at minimumpage.com.
Tags: CSS
Business: Euthenasing Internet Explorer 6
July 7, 2011
Much of the time website owners & developers decide to drop IE6 support and they forget a key tenet of customer service: it has to be focused on the customer!
Tags: e-commerce, ie6, internet explorer
Quick Notes: Putting the “distributed” in CDN
June 8, 2011
I wrote yesterday that Google appeared to have taken the distributed out of their public CDN hosting a variety of JavaScript libraries. I even provided some trace routes comparing their CDN to Microsoft’s. I was wrong.
Quick Notes: Taking the “distributed” out of CDN
June 7, 2011
Over on Twitter @bobearth prompted me to do run some trace routes against the Google CDN and compare it to the Microsoft CDN. It appears Google have taken the distributed network out of their CDN.
Behind the Websites: !important is Important
June 2, 2011
The !important
declaration has really bad reputation, and deservedly so. As is often the way, this reputation results from abuse rather an inherent problem with the property itself.
Tags: CSS, Design, Responsive Web, web design