Posts

Showing posts from 2017

Are Design Patterns Destroying Web Design?

Image
Design patterns are common solutions to common problems. When you add a slider to a homepage you're employing a design pattern. When someone asks: "Why reinvent the wheel?" they're advocating the adoption of a design pattern. On the Web, the term "design patterns" most often refers to programming techniques, however design patterns also exist within visual design. And whilst solving a recurrent coding problem with the same solution is an efficient approach, reusing a visual design is not as desirable. WHY DO WE USE DESIGN PATTERNS? Design patterns are far less common in print design than on the Web, despite the fact that print design has had much longer in which to devise them. The reason for this is that web design is heavily influenced by disciplines such as information architecture, coding, and usability; all of which embrace the use of design patterns. Programmers don't value originality, they value effective, elegant solutions....

How to Design the Perfect Single Page Website

Image
Single page designs can be an excellent technique for tackling smaller websites, even those that you might not think could ever be done without multiple pages. There are tons of great reasons for using a single page site, from ease of maintenance to reduced bandwidth needs. If you're tackling a shorter site, one that would normally have a handful of pages, consider using a single page, and see if it will make the project easier and more user friendly. Read on for more information on the benefits, when (and when not) to use them, and some best practices you should follow. THE BENEFITS OF SINGLE PAGE DESIGN Obviously, single page designs are not ideal for every project. But there are a host of reasons to use them if they're a possible fit. THEY'RE INTUITIVE TO USE By default, all a user needs to know to navigate a single page site is how to scroll. You might include arrows or other navigational clues, but with rare exception, simply scrolling will bri...

10 Days to a Better Bounce Rate

Image
This time of year people begin to think about bettering themselves by making positive changes in their lives or business. There seems to be no shortage of great advice to make yourself better in just a few short days with a little focus. If you run a website the ways you can improve its overall function may be on your mind. The good news is that just like any other area of your life you can take a few days to really look at your site and make small adjustments that will lead to a big payoff.  One of the most effective ways to do this is to actually keep your visitors on your site. The bounce rate is a percentage of visitors who leave your page immediately after landing on your website without clicking onto other pages. The main aim of most site owners is to develop loyal followers, but it can be very difficult to build a following when people leave your website without looking around and understanding exactly what you have to offer. This makes reducing a high bounce rate v...

Is The Grid a better web designer than you?

Image
Unless you've developed the enviable skill of ignoring adverts on Twitter, you can't have failed to notice The Grid, a new service promising "AI websites that design themselves." The Grid "is not another do-it-yourself website builder," the difference according their site, is that The Grid boasts an advanced AI (artificial intelligence) that can build custom solutions for its clients in mere seconds. I've often heard WYSIWYGs, and more recently website builders, likened to robots replacing human workers on factory production lines; I've yet to hear of a robot making it into the design department. Certainly, there is scope for automation in web design: When once you spent an hour setting up basic stylesheets, now you import a framework; when once you spent a day considering design options, now you choose a design pattern; when once you spent a week coding specific functionality, now you download a plugin. We all want to think of our s...