Premium WordPress Themes from Inspect Element
For Designers and Developers
In no particular order (except the first one) here are 7 ways that you can improve your web designs:
This probably belongs at number one as it’s probably the important thing to consider when designing for the web. Having an understanding of how sites are actually rendered in browsers prevents you from going crazy with a design that just will not work for online use. By keeping up to date with what is possible with CSS allows you to implement techniques into your design that may otherwise have not been possible.
Here are some great examples of the use of the most up to date CSS3 techniques:
Atebits uses text-shadow on text, negating the need for the use of images. They also use -webkit-transform and -webkit-transition to add some animation to the three icons, which is currently only supported in webkit based browsers such as Chrome and Safari.
Elliot Jay Stocks uses a CSS3 method known as @font-face to allow the browser to download and use a specific font, in this case Graublau. This also negates the need to use an image.
Good use of detail in a web design can be the difference between a good design and a great one.
Metalab uses a good mix of shading, gradients and shadows to addd extra detail.
We Follow‘s subtle use of gradients and shadows adds effective detail to it’s user interface.
There’s nothing worse that trying to read something but the design has cramped the text right next to other elements on the page in order to fit more detail in a small space. It leads to a frustrating experience. Good use of whitespace can give elements such as text room to breathe, reducing the strain on users’ eyes and making for a pleasurable experience.
Soccernet makes very good use of white space in their articles. As you can seem the text is positioned away from other elements on the page improving readability.
Usability Post uses whitespace similarly to Soccernet.
It’s no good if you have a killer design but use poor quality images. Images should complement the design to help sell a product or convey a meaning or even just to look attractive.
Palm uses a beautiful image as the header of the Palm Pre product page. This does a fantastic job of showing off the product in a bright and vibrant way.
Tomáš Pojeta uses illustrations to really bring his site to life.
Colour is often an underused property of web design. More attention should be applied to colour as it can help guide a user in the direction you want. For example, links on a page should be a different colour from the main text to help distinguish it as a link. If links are are of little contrast to the text then how can you expect users to notice them and click through to where you want them to go?
Sam Brown uses multiple colours on a dark background as well as a coloured background on hover to clearly display links.
MIX Online has colour coded navigation that also changes the appearance of whatever page you are on to the relevant colour.
Footer designs are often neglected due to designer’s perception of the importance of them. They can be more useful than you think as they can contain extra information that doesn’t belong elsewhere on the page. They are also a good way of guiding users to other content on your site.
NOTE: I haven’t forgotten about the footer for Inspect Element! I will be adding to it in the coming weeks.
Jason Santa Maria places plenty extra information in an oversized footer.
Web Designer Wall tries to keep the user on the site by linking to recent posts and recent comments. This can be a particular technique on a blog where the user scrolls to the bottom of the page after reading an article.
Navigation is one of the most important areas of a site as it is the primary way of getting using the site. By using clear easy to use navigation, you are improving the usability of your site and reducing frustration as users try to find the content they are looking for.
Disambiguity uses a tab system to clearly define what section the user is on.
Dabs uses a tab system too but also uses a sidebar on the left to dive deep down into sub-categories which are colour coded for even more definition.
Hopefully you already use these techniques in your designs as they can go a long way to improving a design. If you don’t then take not of it all. Do some research and find out who else uses these methods well so you can learn and try to improve on what’s out there.
Discuss this on Google+
For Designers and Developers