Archive for the ‘News’ category

Why buy from an ugly website?

February 3rd, 2010

I have been thinking a great deal recently about the work I do and how much of it is purely functional before someone else goes away and ruins it with their bad design choices. I attended ThinkVisibility 2 last September and it was a real eye opener with regard to the talks I was subjected to. One was to do with eye tracking and we were shown an example of a number of users’ browsing patterns for different sites. I never realised how predictable users can be with the way they look at some sites.

However, one of the sites we were shown was Amazon and it shows the users having trouble getting around. I have to ask myself exactly how on earth Amazon makes money at all when people are obviously struggling to find what they want, or worse, find what they want but can’t work out how to pay for the thing!

I have started looking at websites in a new light now and often refuse to buy anything from a site that I deem to be unworthy of my custom. It sounds a little bit odd for me to say that but I honestly do think twice about getting out my wallet if it takes me longer than I want to spend finding the items in the first place.

I would almost be inclined to start a black list of sites that, in my opinion, were badly designed but before long it would be unmaintainable :)

What, however, I will do is comment on a few sites that I do get along with and tell you why…

#1 Google
I was introduced to Google in 2001 when I was at college and my lecturers suggested they use it because of the distinct lack of advertising. This, of course, has now changed and Google has a colossal advertising network. Let me ask you this though… does it get in the way of your browsing? I say no it doesn’t and the clean cut and fast interface they provide is exactly what I want to see.

#2 eBay & Paypal
I have been using eBay and Paypal for years as I am sure most of Europe and the US have been as well. I find the interface on eBay inkeeping with the ‘fun’ theme of the dutch auction and the clean lines of Paypal when you come to actually hand over your money a refreshing contrast. Would you really want to hand over your card details on a site that looks like a child has written it? eBay offers a good and intuitive search functionality but also excellent browsing and viewing product pages.

#3 Apple
I may be criticised for saying this but I think that apple also have the right idea with regard to their site design. Design, of course, is something that Apple have grown up with and have continued to excel at through the ages. I find the homepage to be a no nonsense view of what they want you to see (which at the moment is the new iPad (a big iPod in my opinion.. not a great deal of product design elaboration there!)). The shop is non contentional but you always manage to find your product and get it into your shopping cart with no problems.

#4 Facebook
To start, I hate facebook… It is one of those sites that just ropes people in to basically live until the shelf life runs out and they move onto something else. They are managing to keep ahead of (or in conjunction with) Twitter quite well at the moment but then the sites have somewhat different core strengths. However, my hatred aside, you really have to give it to them that the design of the site, the navigation and the speed are all pretty good indeed. The use of Ajax and Javascript are a credit to the site and the user experience is a good one indeed.

#5 Bing
I don’t use the search engine at all to be honest as I am firmly a Google man (stubborn really if anything else) however, one has to appreciate the front page of Bing. Instead of going the Google route and showing nothing or the Yahoo route and showing everything they have shown interesting bits of information about random things. The picture in the background changes frequently (much like Googles header image) and the hotspots on the image give interesting information about the scene and it’s contents. I like this method of not being forced to swallow news (or worse, wait for it to load!) that I don’t want to see but providing me with an interesting picture with the opportunity to easily get more information. Well done Microsoft on your first half decent search engine page!

The list could go on and on but I have things to do. Please do feel free to add your own likes and dislikes to my list. The point was to highlight the fact that design and placement of a website is often not as important to some people as it should be. These examples are sites whom I think have done it properly. Copying them is not the best thing to do at all but use them as an inspiration to guide you in making the right decisions for your own homepages.

Think Visibility 2, It’s all over (for now)

September 13th, 2009

Well, although I generally don’t do plugs I stepped out of my norm in my last post to advertise Think Visibility 2 so it seems only fair to let you know how it went.

Firstly a real well done to The Hodge for organising such a fantastic event. The quality of speaker and diversity in the talks made for a really interesting day. My only wish was that there would have been more time and more speakers. Not a criticism really but by the time you have watched one or two talks you realise you could sit there all day and absorb information from the guys that are up there doing their stuff.

I was really only there to help out however the actual delegates all seemed to be getting on well and networking with each other. It was a little sad watching a room full of grown ups (mainly men) sitting ‘playing’ on their iPhones ‘Tweeting’ through the entire thing but that is kind of expected given the nature of the event. This, however, was cleverly exploited when the delegates were asked to ‘Tweet’ in questions for the ‘panel show’ which amused everyone around the half way mark.

My personal favourite talk was on usability studies using eye tracking techniques to record the unconscious interest of the brain. It kind of confirmed that amazons site design is rubbish and that you can design sites to hide content you don’t want the user to red right in the middle of the screen. There were also numerous Wordpress talks which proved interesting indeed. Joost De Valk for one, although not the most inspirational speaker, had some good ideas to talk about and plans for great things to come.

To conclude briefly a great time was had by all, friends were made, business cards exchanged and geeky (and some non geeky) brains were picked. So thanks once again to Dom for organising the event and all the speakers/delegates for making it such a good event. I imagine everyone is now really looking forward (and saving up for) Think Visibility 3 which I beleive is in March 2010 (keep an eye on The Hodges site for more info).

Think Visibility 2

August 21st, 2009

I would like to draw peoples attention to an event occurring in Leeds on the 12th September which I shall be attending. In light of the Extremely successful Think Visibility event earlier this year, Dominic Hodgson (The Hodge) has decided to host another!

Think Visibility describes itself as a series of conferences on “the things that usually get left behind in the web design process. I wasn’t fortunate enough to attend the first event but am very much looking forward to this one.

Speakers include Rob Manuel (The guy that helped found b3ta), Joost de Valk whom I know as a very popular Wordpress Developer, Tim Nash (some bloke), The Hodge himself and many more.

Visit www.thinkvisibility.co.uk to read more about the event and buy your ticket. Use the coupon code TIMNASH to get £20 off the price.

Tim Nash is also hosting a pre-event talk for all those interested on the Friday. Visit his blog here for more information but rest assured that any meetup with Tim is always eventful!

Now go buy a ticket and I shall see you there!

Wordpress PHP Execution from within a Post or Page

April 8th, 2009

I have just written a plugin which allows you to run PHP code from a Wordpress post or page. The story is that I needed to allow a Wordpress user to hook into a bespoke function from the body of a page. There were two obvious ways to do this:

  • Add a new Wordpress Page custom template and put your code in there (no security holes but severely limited in its uses)
  • Add a new plugin to allow PHP code to be embedded into post content

Obviously I have gone with the plugin method for its increased flexibility and portability but I must mention before we go any further that it makes use of the PHP exec command. As you may well know this allows the user two run ANY code they like and this plugin merely facilitates that by adding it to Wordpress. There are, however, so many more plus points for this type of ability so it’s an acceptable risk (to me :) ).

The plugin uses the Wordpress shortcode API (so no horrible regular expressions) to add a new hook into the content of a post or page. Any content encapsulated in the hook is considered to be PHP code and will be executed every time that page or post is shown. The plugin can easily handle smart quotes and HTML so there is no need to use the HTML tab within the post edit page like some other plugins require you to do.

Usage

To use the plugin you simply use [sb_php][/sb_php] and put PHP code between the hooks as follows:

[sb_php]echo 'this is PHP code';[/sb_php]

will output:

this is PHP code

Download: SB Post PHP (408 bytes)