Category: Blog

‘Skip to Content’ Links

Josh and I were discussing the positioning of Skip to Content links on a website. In the past I’ve placed these in the first menu on the page, usually positioned under the header.

Code

Blog Post: This Tweet Looks Unloved

We had Twitterfeed set up at this blog’s old location and took the opportunity to compare click-throughs from manual tweets versus automated tweets. Manual tweets had a substantially higher click-through rate than the automated tweets.

Opinion

Surprise. It’s all about honesty

We were unable to help a potential client with the task they had in mind. We may have been able to fudge it but we don’t think ‘fudging it’ is the way to keep clients happy.

Opinion

Web 1.5

The brief for Big Red Tin and its redesigned sister site, Soupgiant, included the note “We haven’t got an exact style in mind, but something relaxed and modern without going over the top – Web 1.5 if you like

Design

Valid Isn’t Best Practice

Not long ago, on the @soupgiant account, I tweeted “Vaild html / css doesn’t indicate your code is best practice; it may even indicate the opposite. #css3”. Neither the xHTML nor the CSS on this site validates, we consider it to observe best practices.

Code

JavaScript the WordPress Way / Part 2

In Part 1 we introduced the wp_register_script and wp_enqueue_script functions developed to avoid JavaScript conflicts.

In this section we’ll deal with a more complicated example. We’ll also take what we’ve learnt about including JavaScript and apply it to our CSS.

Code

JavaScript the WordPress Way / Part 1

Problems arise when your theme or plugin both use the same JavaScript library or if Prototype and jQuery are both used on the same site.

Two of the most important WordPress functions are often ignored by WordPress theme and plugin developers. Introducing: wp_register_script and wp_enqueue_script.

Code

Rounded Corners Everywhere

Similar support of rgba and border-radius in modern browsers allows us to use both the old graphical and new css3 methods for rounded corners. This gives us the same look in almost all browsers.

Code

Confirming a caller’s identity

The ATO called me last week and asked for my middle name and date of birth to confirm my identity. I told the operator that I wasn’t in the habit of giving out my personal details to incoming callers.

Opinion

10 Ways to Draw Traffic to Your Site

Once you’ve started your site, your blog, or real time web app, there’s no point publishing and just hoping people will come.

Opinion