Our Favorite Web Design Trends of 2011

Last year was yet another huge one on the Web as things continued to move forward at a breakneck pace. The explosive growth of traffic from mobile devices influenced everything and meant huge advances in both technology and new ideas. Here are some of our favorite trends of 2011:

Responsive Design Goes Big Time

boston-globe-responsiveA responsive website uses fluid layouts, flexible images, and media queries to deliver an experience adapted for whatever width browser or device is being used. With the increasing number of mobile and desktop resolutions that must be accounted for, true responsive design solutions use CSS and media queries to flex to handle any width and adjusted layouts for popular breakpoints.

Coined by Ethan Marcotte back in 2010, responsive web design went all the way from unproven concept to misused buzzword in 2011. When the responsively redesigned BostonGlobe.com launched in September it signified loud and clear that responsive design wasn’t just for designer portfolio sites anymore. Responsive concepts can and should be considered for any new site developed in 2012.

Learn more: Responsive Web Design: What It Is and How To Use It, Responsive Web Design: The Book

@font-face Brings Beautiful Type to the Web

typekitWeb typography has been something designers have been forced to struggle with from the earliest days of the Web. As a developer, reminding the design team that they need to choose a web safe font and their options are still just “Arial or Verdana” always results in dropped heads. No more. The ability to embed nearly any font you want using @font-face puts all the power and creativity back into the designer’s hands. Add to it CSS3 properties such as text-shadow and tools such as Lettering.js and FitText, and suddenly the Web is a more beautiful place.

A technology that was around long before 2011, embedding web fonts using @font-face exploded last year and saw some major advances as more type foundries licensed their fonts for web embedding. With more quality fonts available (and many available for free), most projects that MarketNet works on now end up including embedded fonts for headings or navigation elements.

Also in 2011, Typekit, an innovator and leader in hosted web fonts, was acquired by Adobe. The acquisition signifies broad support for @font-face and should mean the inclusion of Typekit capabilities in future releases of Adobe’s Creative Suite tools.

Learn more: Modern Techniques for Web Typography, The Essential Guide to @font-face, @font-face face off

Constant (and Automatic) Browser Updates

firefox-updateInternet Explorer 6 was released over 10 years ago and it’s lack of capabilities and bugs could still end up restricting a web project in 2011. Crazy, right? Fortunately a similar issue shouldn’t be able to occur again. Web browsers are finally updating as quickly as web technology and ideas are, and more importantly they’re doing it automatically without needing users to be savvy enough to know that they need to update their computers.

Google Chrome has been pushing out autoupdates for a while now (and still does it the best), but in 2011 the teams behind both Firefox and Internet Explorer announced they would be doing the same. Now on an aggressive six-week release cycle, Firefox went from version 4.0 to version 9.01 between April and the end of the year. In December, joyous noises were heard from developers across the globe as Microsoft joined the party with the news that Internet Explorer all the way back to Windows XP would now autoupgrade to the latest available version.

Learn more: Mozilla’s Right: Bring on the Browser Updates, IE to Start Automatic Upgrades across Windows XP, Windows Vista, and Windows 7

What Will Be the Trends of 2012?

What new tech will be out in 2012? Will Google TV or the rumored new Apple TV set make an impact? How will Android Ice Cream Sandwich influence mobile design? Mobile will continue to grow and will influence many companies to target mobile first when launching new projects.

Color Thief

From the creator of the original javascript lightbox comes Color Thief, a jQuery plugin that analyzes the colors in a given image and returns the dominant color and the color palette. Has some incredible usage possibilites both from from a design angle and also in improving usability. Definitely looking for an excuse to use this on a project.

Amazon Announces New Kindles, New Cloud-Accelerated Web Browser

amazon-kindle-fireSome huge technology announcements from Amazon today as they introduced three new Kindle devices, a new $79 Kindle, the Kindle Touch, and the Android powered Kindle Fire tablet. As a web agency, the most interesting device is the new 7″ tablet. So far the iPad has largely been the only tablet to capture enough market and mindshare that it is even considered during the design and development of new web sites. With the Kindle Fire’s low price ($199) and Amazon’s ability to slap it front and center everyday on the homepage, the tablet has a strong chance to make a significant impact.

Equally interesting is the announcement that the Kindle Fire will feature a cloud-accelerated web browser called Silk that splits the work of fetching and rendering web sites between the device and Amazon’s cloud services. The browser promises to speed web browsing by reducing DNS requests, caching site data on Amazon Web Services cloud, optimizing site files such as images, and prefetching webpages based on aggregate browsing data.

Read on to learn more about the Amazon Silk web browser.

No Flash Support in Internet Explorer 10 Metro

ie10-screenshot-300x167
The touch friendly, Metro-style version if IE10 will not support Flash or other plug-ins. (Image: Favbrowser.com)

Microsoft’s Internet Explorer 10 will not support any browser plug-ins when running in the new slick Metro mode. Most notably, that means no Flash support and a reliance on HTML5, JavaScript, and other standards-based technologies for video and other interactivity. When running in standard desktop mode, IE10 will support both plug-ins and extensions.

Metro is the touch-friendly, full screen interface that will run on top of Windows 8 and be the main mode for touch devices such as tablets. According to Microsoft, “running Metro style IE plug-in free improves battery life as well as security, reliability, and privacy for consumers.”

This is another big blow for Flash, which is already not supported on many mobile devices including iPhones and iPads. While there are still things Flash does better (or more consistently across browsers) than HTML5 and JavaScript, developing in Flash is making less and less business sense as mobile web usage continues to explode.

Source: Metro style browsing and plug-in free HTML5

PhoneGap 1.0 Released

The PhoneGap open source mobile development platform released their 1.0 version on Friday at the first ever PhoneGap Day in Portland. The platform originally launched in 2009 and after some iPhone App Store hiccups, they have steadily improved by fixing bugs, adding features, and extending platform support as they approached their 1.0 release. Seven mobile platforms are currently supported including iOS, Android, Blackberry, WebOS, and Windows Phone 7.

PhoneGap is a development platform that allows our developers to leverage standard web technologies to build native, cross platform mobile applications. HTML5, CSS3, and JavaScript (along with server-side databases and code) are used to build the base of the mobile web application and then we can wrap that code with PhoneGap in order to leverage native APIs to access a mobile device’s camera or GPS functionality. That standards-based app can then be deployed to the various platforms and app stores.

Content Choreography – Content Strategy in a Responsive World

Content Choreograpny

Trent Walton has written (and designed) a great (and beautiful) article on dealing with content in responsive web designs that adapt to the width of visitors’ browsers. Content Choreography is a good discussion of content organization, changing designs too much between various widths, and the workflow needed when creating responsive web sites. Definitely a must read for any designer or developer.

Screen Resolution != Browser Window

Something I’ve been preaching for years, but just because your web analytics say everyone visiting your site has as screen resolution of 4,000 pixels by 4,000 pixels doesn’t actually mean their browser is that size. Screen resolution size is not the same as browser window size. Most users, including myself, surf the web with their browser window at only a fraction of their screen resolution.

Using Modern Techniques for Great Web Typography

Great typography use is one of the most important factors in creating beautiful design. Unfortunately, at the same time web typography has been the most limiting and frustrating technology in web design and development for some time. Not too long ago, nearly every creative brief or brand conversation with clients would include the topic of which fonts we could use on their website. The answer would always lead to the depressing answer of choosing between Arial, Verdana, or a half dozen other typically supported fonts. Modern browsers and modern techniques are finally changing that.

There have been many different font replacement techniques over the years but each has had critical limitations that made them only practical for certain uses with certain designs. Image replacement using CSS looks and works great and is great for SEO but it could only be used sparingly because it requires creation of a new image and CSS changes to implement. sIFR was an ingenious workaround using Flash to replace text on the fly with beautifully rendered text, but alas it had many performance and occasional display issues and was difficult to maintain as new browser updates were released.

So, are we just stuck with Georgia headings until the end of time? Thankfully, no…

CSS3 and @font-face to the Rescue.

There are finally new tools at our disposal (and more importantly browsers that actually support them) that are helping create a more beautiful web. Newly supported CSS3 properties and some clever web services give us the ability to easily and securely embed thousands of different fonts that we were never able to use before. And using the @font-face rule these fonts are treated no differently* by the browser from the websafe fonts we’ve been using for so long.

Check out this example using CSS (rendered in your browser):

The quick brown fox jumps over the lazy dog.

As you can see from the example, there is a lot of power in using regular HTML text and CSS for the typography. And almost all of it works in every modern browser. The cool Lobster font is embedded from Google and then just like any other text we’re able add a link with a hover effect, a CSS3 text-shadow, and a dotted underline with a tooltip to define the word. And of course it’s as easy to change as any other text on the website using a CMS.

Continue reading “Using Modern Techniques for Great Web Typography”