PicNet Website Design

Recently we’ve been updating the visual style of the PicNet website. While it’s not a complete redesign, there are significant changes that we predict will affect user behaviour. Naturally, we’ll be watching Mouse Eye Tracking’s output over the coming weeks as more and more people find their way around the new style.

Here’s a rundown on some of the external and under the hood changes.

Style

Our target audience consists mainly of white collar IT professionals, particularly those in managerial or senior roles. As such the new design is very pragmatic, corporate, and information oriented. With fewer fancy banner graphics or cheesy taglines and more focus on simple lists, blocks of text and a clear heading heirarchy. Finally, to keep a smoother, polished finish to the site, a jQuery page fader was implemented.

Layout

Using the 960 Grid System has enabled us to prototype and build faster, whilst maintaining consistency and neatness in both CSS code and visual layout.

Secondary and Tertiary Navigation Menus

Usability

The site now has an understandable information architecture, with primary menu, secondary menu and tertiary menu items. This enhances navigability and indicates heirarchy, bringing a clearer view of how PicNet’s services and products fit within the overall business. For example, it’s now easy to understand that our new service offerring, “The PicNet Service Desk” is a related branch of our larger, more well established IT Support Services. In addition, breadcrumb navigation at the bottom of each page help the user understand where they are in the site’s structure.

Technical

Refactored HTML – What does that mean? Lighter, more efficient code that is more extensible for future updates. For a more comprehensive understanding, read about it on wikipedia. A major change was moving to the new html5 doctype declaration and shortened script tags, which reduces the complexity and clutter in the head section. Any reductions in code (particularly in the head section) are beneficial for SEO purposes making the site quicker to load and easier for Google to crawl to the content rich body section.

Server Side includes – Using SSI brings better maintainability to a website, allowing you to place a simple reference to an external HTML page in place of a commonly repeating element on your web pages (for example, the footer or header). This allows you to simply update the one HTML page and that change will be reflected in every page of your website that has an SSI reference. In our case, the secondary and tertiary menu items can be a hassle to update as they are reproduced on multiple pages. Using server side includes means we don’t have to update every single page when a menu item is changed.
Finally, we made the change to Google Analytics Asynchronous Script for faster loading and more accurate tracking.
—–
That’s about it for now. Check back soon for new posts where I take a detailed look at the Mouse Eye Tracking data gathered from the new design.

One thought on “PicNet Website Design

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>