<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Design Shack &#187; Tom Walker</title>
	<atom:link href="http://designshack.net/author/tom/feed" rel="self" type="application/rss+xml" />
	<link>http://designshack.net</link>
	<description>Inspiration, CSS Gallery &#38; Community News</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>12 Tips for a More Accessible Website</title>
		<link>http://designshack.net/articles/accessibility/12-tips-for-a-more-accessible-website/</link>
		<comments>http://designshack.net/articles/accessibility/12-tips-for-a-more-accessible-website/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 16:40:01 +0000</pubDate>
		<dc:creator>Tom Walker</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://designshack.co.uk/?p=6708</guid>
		<description><![CDATA[Making your website accessible to everyone is not only a moral duty, it&#8217;s a legal obligation. Many organizations, including the International Olympic Committee, have been sued for not making their websites accessible enough. With 50 million Americans suffering from some disability or other, improving your site&#8217;s accessibility makes clear commercial sense too. It&#8217;s not just [...]]]></description>
			<content:encoded><![CDATA[<div class="tutorialimage"><a href="http://www.flickr.com/photos/stephenjohnbryde/3323718703/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/leader.jpg" alt="screenshot" width="510"/></a></div>
<p>Making your website accessible to everyone is not only a moral duty, it&#8217;s a legal obligation. Many organizations, including the International Olympic Committee, have been sued for not making their websites accessible enough. With 50 million Americans suffering from some disability or other, improving your site&#8217;s accessibility makes clear commercial sense too.</p>
<p><span id="more-6708"></span></p>
<p>It&#8217;s not just those labeled as &#8216;disabled&#8217; who stand to gain either. Research suggests that 57% of adult computer users will benefit from enhanced accessibility of some kind. Only 19% of websites currently meet the most basic accessibility requirements, so you can really stand out from the competition by making a few changes to your site.</p>
<p>In this article, we explore 12 ways in which you can make your site more accessible. Some methods are very cheap and quick to implement, others require a little more time and financial investment, but you should think of them as business opportunities. With the internet so central to all of our lives these days, it&#8217;s unfair that some people are being left behind.</p>
<h3>1. <a href="http://www.w3.org/WAI/intro/aria">WAI-ARIA</a></h3>
<div class="tutorialimage"><a href="http://www.w3.org/WAI/intro/aria"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/1-wai-aria.jpg" alt="screenshot" width="510"/></a></div>
<p>When improving your site&#8217;s accessibility, your first port of call should be a set of documents, published by the Worldwide Web Consortium, called WAI-ARIA. These documents basically set out the ways in which developers should add metadata to HTML for improved accessibility.</p>
<h3>2. <a href="http://www.smashingmagazine.com/2009/04/22/progressive-enhancement-what-it-is-and-how-to-use-it/">Progressive Enhancement</a></h3>
<div class="tutorialimage"><a href="http://www.smashingmagazine.com/2009/04/22/progressive-enhancement-what-it-is-and-how-to-use-it/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/2-progresive-enhancement.jpg" alt="screenshot" width="510"/></a></div>
<p>Progressive enhancement means designing a website in a layered fashion so that everyone can access the most basic functions and users with better bandwidth and advanced browsers can see an enhanced version. Sites built using a strategy of progressive enhancement can be read much more easily by screen reading software, used by people with a range of disabilities.</p>
<h3>3. <a href="http://jimthatcher.com/webcourse2.htm">Alternate Content</a></h3>
<div class="tutorialimage"><a href="http://jimthatcher.com/webcourse2.htm"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/3-alternative-images.jpg" alt="screenshot" width="510"/></a></div>
<p>It&#8217;s absolutely vital that you provide a text equivalent for non-text content in your site. Images and videos need alt tags, so that people using screen reading software can find out exactly what&#8217;s on a page. Links need relevant title tags too.</p>
<h3>4. <a href="http://www.w3.org/TR/WCAG10-HTML-TECHS/">Captions</a></h3>
<div class="tutorialimage"><a href="http://www.w3.org/TR/WCAG10-HTML-TECHS/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/4-captions.jpg" alt="screenshot" width="510"/></a></div>
<p>As well as alt tags, images, audio and video clips need captions, so that the visually impaired know exactly what they&#8217;re looking at. If you&#8217;re uploading videos or podcasts, provide a paragraph of text summarizing its contents, or even better, provide a full transcript. Don&#8217;t forget, captions really help with SEO too.</p>
<h3>5. <a href="http://atto.buffalo.edu/registered/ATBasics/Curriculum/Reading/textScreen.php">Screen Reading Software</a></h3>
<div class="tutorialimage"><a href="http://atto.buffalo.edu/registered/ATBasics/Curriculum/Reading/textScreen.php"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/5-screen-reading-software.jpg" alt="screenshot" width="510"/></a></div>
<p>Most blind and partially sighted people use screen reading software when browsing websites. One of the best ways to make sure that your website is accessible to them is to try using the same software yourself. Turn off your monitor and run the software to find out exactly what your site&#8217;s saying to these valuable readers and potential customers. If the software starts spouting gibberish, you know you need to make some changes!</p>
<h3>6. <a href="http://www.userfocus.co.uk/consultancy/accessibility.html">Audit</a></h3>
<div class="tutorialimage"><a href="http://www.userfocus.co.uk/consultancy/accessibility.html"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/6-audit.jpg" alt="screenshot" width="510"/></a></div>
<p>No amount of accessibility testing you do yourself can compare to having a real specialist cast their expert eye over your site. There are a number of companies and individuals who will carry out an accessibility audit for you, telling you exactly which changes you need to make.</p>
<h3>7. <a href="http://www.webcredible.co.uk/user-friendly-resources/web-usability/usability-testing.shtml">Usability Testing</a></h3>
<p><a href="http://www.webcredible.co.uk/user-friendly-resources/web-usability/usability-testing.shtml">
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/7-usability-testing.jpg" alt="screenshot" width="510"/></a></div>
<p>Usability testing is another valuable way to identify potential accessibility problems with your site. Get a group of people with a range of different needs to try your site out for real, navigating around and performing tasks. They&#8217;ll be able to tell you in detail about any problems they encounter, lots of which, you&#8217;re bound to find, will not be included in WAI-ARIA guidelines.</p>
<h3>8. <a href="http://articles.sitepoint.com/article/sheets-greater-accessibility">Stylesheets</a></h3>
<div class="tutorialimage"><a href="http://articles.sitepoint.com/article/sheets-greater-accessibility"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/8-stylesheets.jpg" alt="screenshot" width="510"/></a></div>
<p>When you&#8217;re building or redesigning your site, make sure that your stylesheets permit variable font sizes and never use fixed fonts. You&#8217;d be amazed by how many users, from old people to those with slightly poor eyesight, resize their fonts on a regular basis.</p>
<h3>9. <a href="http://kb.mozillazine.org/Accessibility_features_of_Firefox">Font Controls</a></h3>
<div class="tutorialimage"><a href="http://kb.mozillazine.org/Accessibility_features_of_Firefox"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/9-font-controls.jpg" alt="screenshot" width="510"/></a></div>
<p>Firefox and Internet Explorer users can enlarge fonts but lots of people are not aware of this and others still are using older browsers that do not have this capability. For them, consider embedding font resizing controls into your site.</p>
<h3>10. <a href="http://www.skillsforaccess.org.uk/howto.php?id=105">Consistency</a></h3>
<div class="tutorialimage"><a href="http://www.skillsforaccess.org.uk/howto.php?id=105"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/10-consistency.jpg" alt="screenshot" width="510"/></a></div>
<p>Consistency in design from page to page is really important for people who can&#8217;t take in a whole page at a glance, and those using screen readers. If you&#8217;re site&#8217;s consistent, with the same things in the same place on each page, they&#8217;ll be able to get to navigate around much more easily. Sighted users often find consistency beneficial too.</p>
<h3>11. <a href="http://www.usability.com.au/resources/menus-links.cfm">Text for Navigation</a></h3>
<div class="tutorialimage"><a href="http://www.usability.com.au/resources/menus-links.cfm"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/11-text-navigation.jpg" alt="screenshot" width="510"/></a></div>
<p>Avoid using images for navigation on your site, at all costs. Use text instead. Screen readers can understand it and it&#8217;s much easier to resize. If your navigation controls can&#8217;t be enlarged, make sure they&#8217;re written in a clear font, at least 16 point in size.</p>
<h3>12. <a href="http://evolt.org/Understanding_Color_and_Accessibility">Colors</a></h3>
<div class="tutorialimage"><a href="http://evolt.org/Understanding_Color_and_Accessibility"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/12-colors.jpg" alt="screenshot" width="510"/></a></div>
<p>Using different colors in websites is great, but you have to consider how they work together to create a clear image. Foreground and background colors must contrast sufficiently and you can forget about using light-grey text it&#8217;s difficult enough for people with 20-20 vision to read. Links must be a different color from the rest of the text on your site, preferably blue and always underlined.</p>
<h2>Conclusion</h2>
<p>Accessibility is an often overlooked aspect of web design, but it&#8217;s something that should be at the core of your design process right from the start when you&#8217;re wireframing a layout. Without sounding too self-serving, ensuring that your website meets the standard for accessibility means one thing: more happy customers. And you know what that means!</p>
<p>Use the comments below to tell us if you agree with the tips above and how you&#8217;ve made your site more accessible.</p>
]]></content:encoded>
			<wfw:commentRss>http://designshack.net/articles/accessibility/12-tips-for-a-more-accessible-website/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>25 Examples of Convincing Call-to-Action Buttons</title>
		<link>http://designshack.net/articles/inspiration/25-examples-of-convincing-call-to-action-buttons/</link>
		<comments>http://designshack.net/articles/inspiration/25-examples-of-convincing-call-to-action-buttons/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 14:54:47 +0000</pubDate>
		<dc:creator>Tom Walker</dc:creator>
				<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://designshack.co.uk/?p=5996</guid>
		<description><![CDATA[Despite what many people will tell you, there are no hard-and-fast rules when it comes to call-to-action buttons. Yes, it’s true that large, colorful buttons, surrounded by plenty of space are usually the most successful, but it’s important that you tailor each button to the primary task of the web page in question, whether it’s [...]]]></description>
			<content:encoded><![CDATA[<p>Despite what many people will tell you, there are no hard-and-fast rules when it comes to call-to-action buttons. Yes, it’s true that large, colorful buttons, surrounded by plenty of space are usually the most successful, but it’s important that you tailor each button to the primary task of the web page in question, whether it’s to Signup, Checkout, Register or anything else. As a designer, it’s your job to make it as easy as possible for visitors to achieve these tasks and call-to-action buttons are the most powerful tools at your disposal, so use them wisely.</p>
<p><span id="more-5996"></span></p>
<p>Generally speaking, call-to-action buttons should be simple and clear. They must stand out and grab a user’s attention. Everything must be carefully considered, from the trigger words used to colors, sizes, shapes and positioning. These buttons must be highly visible, but not so garish that they render your site ugly or unbalanced. </p>
<p>Below, we take a closer look at 25 of the most convincing call-to-action buttons found on the web. We examine why each individual button is so successful. Hopefully, they’ll give you an idea of some basic does and don’ts and help inspire your own designs.</p>
<h3>1. <a href="http://www.instinct.co.nz/e-commerce/">WordPress e-Commerce</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/1-wordpress-ecommerce.jpg" alt="screenshot" width="510"/></div>
<p>It’s important to let your button stand out by using color. If you can choose a color which ties in with your site’s palette, like this one, the results are all the more attractive.</p>
<h3>2. <a href="http://www.skype.com/intl/en-gb/">Skype</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/2-skype.jpg" alt="screenshot" width="510"/></div>
<p>This “Download now” button is pretty simple. It’s not particularly large or brightly colored. It is, however, surrounded by plenty of white space, which makes it even more noticeable to users. </p>
<h3>3. <a href="http://www.picsengine.com/">Picsengine</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/3-picsengine.jpg" alt="screenshot" width="510"/></div>
<p>Picsengine relies on placement for the success of its “See in action” button. The button’s stuck right in the middle of the page, with no other distracting text, links or buttons surrounding it.</p>
<h3>4. <a href="http://www.mozilla.com/en-US/firefox/ie.html">Mozilla Firefox</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/4-mozilla-firefox.jpg" alt="screenshot" width="510"/></div>
<p>The Mozilla Firefox “Free Download” button has stimulated much debate. Most people, myself included, believe that its large, irregularly shaped, vividly colored design is truly revolutionary in terms of call-to-action graphics. A small minority, however, argue that it’s confusing and doesn’t resemble a button at all. </p>
<h3>5. <a href="http://cakephp.org/">CakePHP</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/5-cakephp.jpg" alt="screenshot" width="510"/></div>
<p>CakePHP’s “Download” button has been created with large size and unusual shape in mind. Its clarity, however, has not come at the expense of overall site aesthetic. It sits comfortably into the background thanks to its matching color scheme. </p>
<h3>6. <a href="http://crazyegg.com/">Crazyegg</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/6-craazyegg.jpg" alt="screenshot" width="510"/></div>
<p>Crazyegg has designed its site around its call-to-action button, which sits proudly in the middle of the homepage, surrounded by plenty of white space. Its bright yellow color is mirrored only by the other call-to-action button on the page &#8211; the much smaller “Sign In” button in the top right.</p>
<h3>7. <a href="http://litmusapp.com/">Litmus</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/7-litmuss.jpg" alt="screenshot" width="510"/></div>
<p>Litmus hasn’t gone overboard with its call-to-action button; nevertheless it’s very clear, thanks in large part to the empty space surrounding it and its rounded shape, which isn’t echoed anywhere else on the page.</p>
<h3>8. <a href="http://www.stumbleupon.com/">StumbleUpon</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/8-stumbleupon.jpg" alt="screenshot" width="510"/></div>
<p>Having one primary function objective per page makes it easier for users to locate call-to-action buttons, but sometimes this just isn’t possible. There’s loads to click on the StumbleUpon homepage, but the “Start Stumbling” button really stands out, thanks to its use of color in an otherwise monotone setting</p>
<h3>9. <a href="http://www.rememberthemilk.com/">Remember the Milk</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/9-rememberthemilk.jpg" alt="screenshot" width="510"/></div>
<p>Remember the Milk offers visitors several options on its homepage, but the most important one- “Signup Now!”- is by far the clearest, positioned in the middle of the page, surrounded by a colored box and capitalized. No need for gaudy, bright colors here.</p>
<h3>10. <a href="http://www.lifetreecreative.com/">Lifetree Creative</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/10-lifetree.jpg" alt="screenshot" width="510"/></div>
<p>Lifetree Creative has managed to make its call-to-action button really big, even bigger than the company logo, without making the page appear unbalanced. Color, shape, size and space have been used to great effect here.</p>
<h3>11. <a href="http://www.dailymile.com/">Dailymile</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/11-dailymile.jpg" alt="screenshot" width="510"/></div>
<p>Dailymile has done something rather unusual with its call-to-action button. It’s laid out on top of everything else on the page, with a subtle drop-shadow behind it. Helped also by the fact that it’s green, the button really sticks out.</p>
<h3>12. <a href="http://carsonified.com/">Carsonified</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/12-carsonified.jpg" alt="screenshot" width="510"/></div>
<p>Carsonified’s homepage contains lots of information, nevertheless, the “Buy Your Tickets” button shines through, thanks to its use of capitals and color. The white letters stand out really well against the red. </p>
<h3>13. <a href="http://www.planhq.com/">planHQ</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/13-planhq.jpg" alt="screenshot" width="510"/></div>
<p>PlanHQ has used the power of white space to accentuate its call-to-action buttons. Neither brightly colored nor oversized, these buttons are clear thanks to the blocks of white they sit in.</p>
<h3>14. <a href="http://www.culturedcode.com/things/">Things</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/14-things.jpg" alt="screenshot" width="510"/></div>
<p>Things has two call-to-action buttons on its homepage, both of which are of similar importance to the company. For this reason, they are an identical shape, size and color, but both stand out well against the light blue and grey.</p>
<h3>15. <a href="http://www.livestream.com/platform/livetvbroadcasts">Livestream</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/15-livestream.jpg" alt="screenshot" width="510"/></div>
<p>Red is an excellent color to use when you want to draw attention to something. It stands out best against a black and white background, like the one used on Livestream’s homepage. The arrow shape of the “Broadcast Now” button, in the top right corner, urges users to click forward.</p>
<h3>16. <a href="http://www.ncover.com/">Ncover</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/16-ncover.jpg" alt="screenshot" width="510"/></div>
<p>Ncover is yet another site with two call-to-action buttons on its homepage. By using the color green against a blue background, Ncover has managed to prioritize one more important button over the other.</p>
<h3>17. <a href="http://www.getdashboard.com/">Dashboard</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/17-dashboard.jpg" alt="screenshot" width="510"/></div>
<p>Red against a black and white background features again here. Besides its color, Dashboard’s “Try it Free!” button is highly visible thanks to its size, which offers enough room for the logo and “Sign up in 60 secs” to be included.</p>
<h3>18. <a href="http://www.freepeople.com/whats-new-accessories/trio-of-roses-hb/">Free People</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/18-free-people.jpg" alt="screenshot" width="510"/></div>
<p>This page might look rather standard, but you’d be surprised at how many e-commerce sites get it wrong when it comes to their “add to cart/basket” buttons. Free People’s button is obvious without being ungainly, thanks to its color and large but modest size.</p>
<h3>19. <a href="http://www.clickformant.com/">ClickFormant</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/19-clickformant.jpg" alt="screenshot" width="510"/></div>
<p>Usually, it’s best to use industry-standard trigger words for call-to-action buttons. For a mailing list, the button should normally read “Signup” or “Join”. Occasionally, however, varying these words can really add to a company’s brand image. This is what ClickFormant has done by using the word “Inform”.</p>
<h3>20. <a href="http://koombea.com/kalculator">Kalculator</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/20-koombea.jpg" alt="screenshot" width="510"/></div>
<p>Large, over-sized call-to-action buttons are often very successful, but can look ugly and, at times, a bit desperate. Aware of this, Koombea has used positioning, color, space and shape, rather than size, to make its button shine.</p>
<h3>21. <a href="http://basecamphq.com/">Basecamp</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/21-basecamp.jpg" alt="screenshot" width="510"/></div>
<p>Basecamp is run by a very intelligent bunch, so it comes as no surprise that its call-to-action button is every bit as clever. Many sites make the mistake of positioning a button at the top of the page, which is great, until the user scrolls down and it’s obscured. Basecamp’s button appears twice: once at the top and again at the bottom.</p>
<h3>22. <a href="http://www.spotify.com/en/">Spotify</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/22-spotify.jpg" alt="screenshot" width="510"/></div>
<p>Spotify’s “Buy now” button is a prime example of how best to use color and space. Bright-green and surrounded by whiteness, the button is evident to all.</p>
<h3>23. <a href="https://www.dropbox.com/">Dropbox</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/23-dropbox.jpg" alt="screenshot" width="510"/></div>
<p>Dropbox’s homepage layout is every bit as logical and simple as Dropbox itself (a fantastic tool, which you really should try if you haven’t already!) Visitors are under no illusions as to what they should be doing here. They can either “Watch a Video” or “Download Dropbox”- it’s as simple as that.</p>
<h3>24. <a href="http://280slides.com/">280 Slides</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/24-280slides.jpg" alt="screenshot" width="510"/></div>
<p>The “Try it now…” button at 280 Slides is big…really big! There’s no way that a visitor can miss it. It is blue, the same color as the background, so doesn’t look as unsightly as it easily could. </p>
<h3>25. <a href="http://flockdraw.com/">FlockDraw</a></h3>
<div class="tutorialimage"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/25-flockdraw.jpg" alt="screenshot" width="510"/></div>
<p>FlockDraw’s “Start Drawing” button is one of the most attractive in this list. Besides its great color, which marks it out from the muted background, it’s subtly illuminated and underlined with multicolored brushstrokes.</p>
<h2>Conclusion</h2>
<p>If one type of call-to-action button was more successful than any other, you can be sure that every website would be using it. While it’s possible to identify similarities between the buttons above, there are clearly lots of differences too. It’s vital that you test different combinations of call-to-action buttons on your site, to see how each one affects conversion rates. You can do this easily using Google Website Optimizer. Whatever your call-to-action buttons look like, however, make sure that they fit your overall website design.</p>
]]></content:encoded>
			<wfw:commentRss>http://designshack.net/articles/inspiration/25-examples-of-convincing-call-to-action-buttons/feed/</wfw:commentRss>
		<slash:comments>87</slash:comments>
		</item>
		<item>
		<title>25 Beautifully Designed Web Agency Sites</title>
		<link>http://designshack.net/articles/inspiration/25-beautifully-designed-web-agency-sites/</link>
		<comments>http://designshack.net/articles/inspiration/25-beautifully-designed-web-agency-sites/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 14:33:10 +0000</pubDate>
		<dc:creator>Tom Walker</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://designshack.co.uk/?p=5234</guid>
		<description><![CDATA[Getting noticed in an industry as competitive and overcrowded as web design is no mean feat. In order to stand out, first impressions need to be both targeted and executed to perfection. To provide an insight into how it should be done, we’ve compiled a list of 25 of the most beautifully designed web agency [...]]]></description>
			<content:encoded><![CDATA[<p>Getting noticed in an industry as competitive and overcrowded as web design is no mean feat. In order to stand out, first impressions need to be both targeted and executed to perfection.</p>
<p>To provide an insight into how it should be done, we’ve compiled a list of 25 of the most beautifully designed web agency sites. These amazing sites all have that “wow factor”, displaying cutting edge design alongside marketing savoir-faire. They are conscious of their target clientele, whether it’s large corporations or personal clients, presenting an understanding of their needs.</p>
<p><span id="more-5234"></span></p>
<h3><a href="http://www.lovecreative.com/">Love Creative</a></h3>
<div class="tutorialimage"><a href="http://www.lovecreative.com/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/1-lovecreative.jpg" alt="screenshot" width="510"/></a></div>
<p>Love Creative has struck a perfect balance between visual impact, user-friendly layout, and interactive features on their site. Using so much flash and audio can often be distracting, but the simplicity of their navigation page helps to introduce it in both a fresh and bite-sized manner.</p>
<h3><a href="http://www.grafikonstruct.com.br/teaser/">Grafikonstruct</a></h3>
<div class="tutorialimage"><a href="http://www.grafikonstruct.com.br/teaser/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/2-grafikonstruct.jpg" alt="screenshot" width="510"/></a></div>
<p>As one of the top developers of flash sites in Brazil, Grafikonstruct are a valuable addition to this list. Specialising in sites for the fashion industry, they are the go to designers if you’re looking for sophisticated graphics to engage your audience.</p>
<h3><a href="http://www.sapient.com/en-us/">Sapient</a></h3>
<div class="tutorialimage"><a href="http://www.sapient.com/en-us/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/3-sapient.jpg" alt="screenshot" width="510"/></a></div>
<p>As you would expect from one of the big boys in innovative and interactive marketing, Sapient’s website is an example of absolutely beautiful web design. Their site had to be included in this list because of it’s faultless targeting of their clientele.</p>
<h3><a href="http://www.designme.sk/">Marek Levak (Designme)</a></h3>
<div class="tutorialimage"><a href="http://www.designme.sk/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/4-designme.jpg" alt="screenshot" width="510"/></a></div>
<p>Marek Levak, a freelance web designer from the Slovak Republic, has produced a simple and very usable site to display his portfolio of work. Though arguably not the most creative of pages, “it does what it says on the tin” so to speak, and from the look of his past clients, the functional approach has won him lots of work.</p>
<h3><a href="http://www.fat-man-collective.com/hello.php">Fat Man Collective</a></h3>
<div class="tutorialimage"><a href="http://www.fat-man-collective.com/hello.php"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/5-fatmancollective.jpg" alt="screenshot" width="510"/></a></div>
<p>The popular minimal approach has been implemented with a touch of class by the Barcelona and London based Fat Man Collective. Included in the ‘The Creative Agency Awards’ list of the top 99 creative agencies of 2009, they are a great example of innovation in the industry.</p>
<h3><a href="http://www.ab-c.com.au/">AB+C</a></h3>
<div class="tutorialimage"><a href="http://www.ab-c.com.au/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/6-AB+C.jpg" alt="screenshot" width="510"/></a></div>
<p>Inventive, intelligent and bold are just three ways you could describe Australian agency AB+C’s site. The minimal use of colour makes navigation a breeze whilst maintaining the visual impact so important for new visitors.</p>
<h3><a href="http://www.worldofmerix.com/">The World of Merix</a></h3>
<div class="tutorialimage"><a href="http://www.worldofmerix.com/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/7-theworldofmerix.jpg" alt="screenshot" width="510"/></a></div>
<p>Waiting for complicated flash sites to load can often be a deterrent when browsing the web, but this site developed by The World of Merix makes the short wait worthwhile. Their unique navigation system is not only pleasure to use, but also a great display of their programming muscle.</p>
<h3><a href="http://www.hillmancurtis.com/index.php">hillmancurtis</a></h3>
<div class="tutorialimage"><a href="http://www.hillmancurtis.com/index.php"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/8-hillmancurtis.jpg" alt="screenshot" width="510"/></a></div>
<p>Founded in 1998, Hillmancurtis emphasizes the combination of simplicity with elegance to create sophisticated and intuitive designs. Nominated for the Cooper Hewitt National Design award in 2009, and with a client list including Yahoo, Adobe, Hewlett-Packard and eMusic, their inclusion in this list is a given.</p>
<h3><a href="http://madebyfudge.com/">Fudge</a></h3>
<div class="tutorialimage"><a href="http://madebyfudge.com/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/9-fudge.jpg" alt="screenshot" width="510"/></a></div>
<p>Fudge has taken an original approach to its homepage that most web designers will be able to relate to. They’ve used a layout which simulates the Photoshop workspace. Nice touches include the flashing cursor and transparency grid background.</p>
<h3><a href="http://www.hugeinc.com/">Huge</a></h3>
<div class="tutorialimage"><a href="http://www.hugeinc.com/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/10-hugeinc.jpg" alt="screenshot" width="510"/></a></div>
<p>Huge boasts an impressive 150 million monthly visitors to sites they have developed. Add to that annual revenue of $8.3 billion taken by online businesses they created and you start to understand why they are called Huge.</p>
<h3><a href="http://www.orangelabel.com/">Orange Label</a></h3>
<div class="tutorialimage"><a href="http://www.orangelabel.com/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/11-orangelabel.jpg" alt="screenshot" width="510"/></a></div>
<p>The Czech Republic based Orange Label has been designing web sites since 2001. As with all successful web design agencies, they have a number of strings to their bow, from logo design to iPhone apps. Their site has been chosen as a great example of a simple and understated portfolio page.</p>
<h3><a href="http://www.toyny.com/">TOY</a></h3>
<div class="tutorialimage"><a href="http://www.toyny.com/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/12-TOY.jpg" alt="screenshot" width="510"/></a></div>
<p>Bold, simple, and perfectly executed, the TOY website is a prime example of minimal web design. Operating since 2005, it has quickly become one of the top 10 most award-winning agencies in the world.</p>
<h3><a href="http://www.gravicadesign.com/gravicadesign.html">Gravica Design</a></h3>
<div class="tutorialimage"><a href="http://www.gravicadesign.com/gravicadesign.html"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/13-gravicadesign.jpg" alt="screenshot" width="510"/></a></div>
<p>Michael McDonald at Gravica Design has presented another excellent example of the minimal approach on his website. The site displays a masterful use of Flash combined with a simplistic layout.</p>
<h3><a href="http://www.studionumber-one.com/">Studio No. 1</a></h3>
<div class="tutorialimage"><a href="http://www.studionumber-one.com/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/14-studiono1.jpg" alt="screenshot" width="510"/></a></div>
<p>Studio No.1 in Los Angeles has created an excellent holding page in anticipation of their new site. Examples of past work, an easily downloadable PDF portfolio and clear contact information make this a truly functional page.</p>
<h3><a href="http://www.cobracreative.com/">Cobra Creative</a></h3>
<div class="tutorialimage"><a href="http://www.cobracreative.com/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/15-cobracreative.jpg" alt="screenshot" width="510"/></a></div>
<p>The San Francisco based Cobra Creative is a husband and wife team that has a unique ability to complete projects like a larger agency, with high end professional solutions, complemented with perfectly conceived branding. Their portfolio presents work so amazing; it’s hard to believe that it was created by a boutique agency. Oh, and their site isn’t too bad either!</p>
<h3><a href="http://www.studioweber.com/">StudioWEBER</a></h3>
<div class="tutorialimage"><a href="http://www.studioweber.com/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/16-studioWEBER.jpg" alt="screenshot" width="510"/></a></div>
<p>Romanian design agency StudioWEBER has used a classic layout which displays past work in a clear and effective way. This operates perfectly in drawing potential clients through the portfolio and straight down to the contact area.</p>
<h3><a href="http://analog.coop/">Analog</a></h3>
<div class="tutorialimage"><a href="http://analog.coop/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/17-analog.jpg" alt="screenshot" width="510"/></a></div>
<p>Analog is a company made up of a group of friends who make websites. Using a classic grid based approach, their site is simple, well-planned, and oozes experience. Click Alt+G to see their grid, a very nice touch.</p>
<h3><a href="http://yugop.com">Yugo Nakamura</a></h3>
<div class="tutorialimage"><a href="http://yugop.com"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/18-yugonakamura.jpg" alt="screenshot" width="510"/></a></div>
<p>Yugo Nakamura is a creative director, designer and engineer, who explores various forms of interactive systems in digital and networked environments. Works viewable on his site were recently displayed at the Center Pompidou in Paris and the Design Museum in London. Creativity is key.</p>
<h3><a href="http://www.schematic.com/">Schematic</a></h3>
<div class="tutorialimage"><a href="http://www.schematic.com/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/19-schematic.jpg" alt="screenshot" width="510"/></a></div>
<p>Schematic values the ability to excel across various fields within the new media industry. Specializing in everything from copywriting to technology and user experience, this enables it to stay ahead of its rivals.</p>
<h3><a href="http://criticalmass.com/">Critical Mass</a></h3>
<div class="tutorialimage"><a href="http://criticalmass.com/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/20-criticalmass.jpg" alt="screenshot" width="510"/></a></div>
<p>This list wouldn’t be complete without a mention of Critical Mass’s animated portfolio, which caused some serious shockwaves in the industry back in 2008. A slick, Flash-injected redesign of their old site, made this firm cool and desirable in an instant.</p>
<h3><a href="http://www.ricardolandim.com/">Ricardo Landim</a></h3>
<div class="tutorialimage"><a href="http://www.ricardolandim.com/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/21-ricardolandim.jpg" alt="screenshot" width="510"/></a></div>
<p>Working across several different mini sites, games, and flash sites, Ricardo Landim creates conceptual designs that involve and immerse the user through expert use of color. His online portfolio is so thorough; you needn’t leave his site to view his work in all its glory.</p>
<h3><a href="http://www.ultravioletdesign.co.uk/">Ultraviolet Design</a></h3>
<div class="tutorialimage"><a href="http://www.ultravioletdesign.co.uk/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/22-ultravioletdesign.jpg" alt="screenshot" width="510"/></a></div>
<p>Ultraviolet Design has been bold in its choice of colour, but pulled it off extremely well. Purple, normally associated with frustration, somehow becomes quite relaxing. The addition of an interactive banner at the top of the page is subtle, but works as a great example of programming prowess.</p>
<h3><a href="http://www.tolleson.com/">Tolleson</a></h3>
<div class="tutorialimage"><a href="http://www.tolleson.com/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/23-tolleson.jpg" alt="screenshot" width="510"/></a></div>
<p>While Tolleson may be better known for its identity systems and work to push the boundaries of print manufacturing, they also produce clean and interactive websites. Their homepage is a perfect example of their first-rate work.</p>
<h3><a href="http://www.deletelondon.com/">Delete London</a></h3>
<div class="tutorialimage"><a href="http://www.deletelondon.com/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/24-deletelondon.jpg" alt="screenshot" width="510"/></a></div>
<p>Delete London crafts powerful and fresh digital user experiences. An agency that is aware of the kinetic nature of the new media industry, they have an enviable top-level client list which reflects their ability as designers.</p>
<h3><a href="http://ultra16.com/">Ultra16</a></h3>
<div class="tutorialimage"><a href="http://ultra16.com/"><img class="alignNone size-full wp-image-1611" src="http://designshack.net/wp-content/uploads/25-ulra16.jpg" alt="screenshot" width="510"/></a></div>
<p>Ultra16 uses a layout that can be seen in several of the sites in this list, but it does so with real finesse. Specialising in web design for the entertainment and fashion industries, its high profile clients will undoubtedly set them up to become one of the future major players in the industry.</p>
<h3>Conclusion</h3>
<p>From the minimal to the complex, aesthetically focused to functional; our list of 25 of the most beautifully designed web agency sites has come to an end. If there are any that you think we’ve missed, please use the comments below to share your suggestions.</p>
]]></content:encoded>
			<wfw:commentRss>http://designshack.net/articles/inspiration/25-beautifully-designed-web-agency-sites/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 287/322 objects using disk: basic

Served from: designshack.net @ 2012-02-09 19:33:26 -->
