<?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>Helloewy: A blog from Loewy Design &#187; Design</title>
	<atom:link href="http://www.loewy.com/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.loewy.com</link>
	<description>The blog of Loewy Design</description>
	<lastBuildDate>Thu, 03 Nov 2011 20:36:01 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Future of Web Design is Now</title>
		<link>http://www.loewy.com/the-future-of-web-design-is-now/</link>
		<comments>http://www.loewy.com/the-future-of-web-design-is-now/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 17:38:03 +0000</pubDate>
		<dc:creator>Ryan Barresi</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Online Strategy]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.loewy.com/?p=1055</guid>
		<description><![CDATA[So what does that mean?
In order to stay relevant, designers, developers, and clients need to start thinking about the Web in a whole new way.
There are three specific catchphrases that are going to help usher in this new era: HTML5, Progressive Enhancement, and Responsive Design. These are the foundations upon which Web design and Web [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1073" title="Screens" src="http://www.loewy.com/wp-content/uploads/2010/10/screens1.png" alt="Screens" width="519" height="330" />So what does that mean?</p>
<p>In order to stay relevant, designers, developers, and clients need to start thinking about the Web in a whole new way.</p>
<p>There are three specific catchphrases that are going to help usher in this new era: <a href="http://en.wikipedia.org/wiki/HTML5" target="_blank">HTML5</a>, <a href="http://en.wikipedia.org/wiki/Progressive_Enhancement">Progressive Enhancement</a>, and <a href="http://www.alistapart.com/articles/responsive-web-design/">Responsive Design</a>. These are the foundations upon which Web design and Web applications will build their future. Bold statement? Sure is. Keep reading—I’m full of them. And on that note, feel free to contradict me; I’m willing to learn.<span id="more-1055"></span></p>
<p><strong>So Let’s Get Started with HTML 5—or HTML5&#8230;.Huh?</strong></p>
<p>Most of the time when you hear “HTML 5” it is being used as an umbrella term, which includes <a href="http://en.wikipedia.org/wiki/HTML5">HTML5</a>, <a href="http://www.w3.org/TR/css3-roadmap/">CSS3</a>, <a href="http://en.wikipedia.org/wiki/Javascript">JavaScript</a>, and a handful of other powerful Web technologies.</p>
<p><a href="http://www.w3.org/TR/html5/">HTML5</a> (the specification) is about making things simpler through standardization, though the attention it has received may make it seem daunting or confusing to some. Fear not. <a href="http://www.w3.org/TR/html5/">HTML5</a> has set out to take what we’ve learned over the past decade and implement it in a standard semantic fashion. In other words, the goal is to take commonly used <a href="http://en.wikipedia.org/wiki/API">APIs</a> (application programming interfaces) and structural elements and bring them in line across all browsers.</p>
<p>For instance, take form validation—sliders and calendar pickers. It used to be that you would use one of many JavaScript solutions to implement these actions and then hack a bit to make sure users of various browsers would have a consistent experience.<a href="http://www.w3.org/TR/html5/"> HTML5</a> has taken that out of the markup level and added it to the browser level. This is extremely important for several reasons: It allows mobile devices to initiate the correct keyboard for the specified fields, and it frees developers from the constraints of simple validation issues, allowing them to focus on concerns specific to their sites and content. Ultimately, it benefits the users because we are able to dedicate more time to creating great apps and experiences instead of being bogged down with browser compatibility.</p>
<p><strong>Controversy&#8230;.No, It’s Not about Flash This Time</strong></p>
<p>Just recently an official of the <a href="http://www.w3.org/">World Wide Web Consortium </a>(W3C) said that developers should hold off from developing <a href="http://www.w3.org/TR/html5/">HTML5</a>, explaining that it was a bit too early to let it loose on the general public because the spec is in various stages of approval. W3C might have missed the memo, but Apple’s CEO Steve Jobs, Google’s CEO Eric Schmidt, and other industry heavyweights at RIM, Microsoft, and HP all acknowledge this as the direction the industry is headed. In other words, it’s coming whether W3C is ready or not.</p>
<p>It’s just like the advent of <a href="http://www.w3.org/TR/CSS2/">CSS2</a>/<a href="http://www.w3.org/TR/css3-roadmap/">CSS3.</a> Developers, Web designers, and browser vendors did not wait for W3C approval; they cherry-picked parts of the spec that were already agreed upon and implemented them. The benefits that <a href="http://en.wikipedia.org/wiki/HTML5">HTML5 </a>provides have been well documented, so I’ll offer just a few of the most essential links. (I promise to cover this in depth in a future post.)</p>
<p>Check out these amazing links on HTML5 <img src='http://www.loewy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.apple.com/html5/">http://www.apple.com/html5/</a></p>
<p><a href="http://www.html5rocks.com/">http://www.html5rocks.com/</a></p>
<p><a href="http://www.beautyoftheweb.com/?fbid=9Ive9fIKCfJ#/experience">http://www.beautyoftheweb.com/?fbid=9Ive9fIKCfJ#/experience</a></p>
<p><a href="http://www.alistapart.com/articles/semanticsinhtml5/">http://www.alistapart.com/articles/semanticsinhtml5/</a></p>
<p><strong>Progressive Enhancement and Responsive Design&#8230;It’s Time to Get Your Learning On</strong></p>
<p>This is where we have to change our perspective. As designers we can no longer depend on the pretty snapshots we create in Photoshop and Fireworks alone. We need to start thinking about the necessary dynamics that enable a site to be shrunken to the size of a handheld or magnified to fill the real estate of a 60&#8243; TV. (It’s coming sooner than you think.) That means that in the future, a lot of our designing will be implemented in the browser itself. So dust off those books, Web designers, we are going to have to start coding again!</p>
<p>As developers we need to get down to the level of thinking of the user. “Is that <a href="http://en.wikipedia.org/wiki/JQuery">jQuery</a> slider necessary for the person with a handheld?” “Does the device support location functionality?” If developers can start building at this level, then users are going to be in for a real treat! And providing the best possible user experience is the whole premise of <a href="http://adactio.com/journal/1700/">Responsive Design</a>.</p>
<p><strong>Make Your Site Respond to the Context in Which It Is Being Viewed</strong></p>
<p>Have you ever gone to a site on your mobile device and just said “Forget it!” because it was illegible or downright unresponsive? The old Web wasn’t built for the type of user environment we live in today. Sure, we’ve made do with various scripts and hacks, but why continue down that road when what we want is to make everything work as well as the native apps on our devices? This new generation of design is successful because it gives us such a seamless and rich experience. I can go into an app and it will already know where I am. All I have to do is say “I want sushi” and BAM! Twenty places in the surrounding area are viewable, at my fingertips, with directions! Exciting, I know!</p>
<p>Currently, some of the best examples of this type of design can be found in the new Twitter, Gmail, Yahoo Mail, MobileMe, and of course Facebook on almost any platform. This is what <a href="http://www.w3.org/TR/html5/">HTML5</a> provides us with: a platform to develop apps and sites free of browser inconsistencies and restrictions.</p>
<p>FREEDOM!</p>
<p>A lot of this is possible due to <a href="http://www.w3.org/TR/css3-roadmap/">CSS3</a> &amp; <a href="http://en.wikipedia.org/wiki/JQuery">jQuery</a>. But one extremely popular browser still doesn’t support all these new tricks and doodads. Internet Explorer <img src='http://www.loewy.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I promise it’s okay&#8230;that’s precisely where <a href="http://en.wikipedia.org/wiki/Progressive_Enhancement">Progressive Enhancement</a> comes in. Like <a href="http://adactio.com/journal/1700/">Responsive Design</a>, it’s all about adaptability. The forward-thinking browsers that support these advanced features will have some nice bells and whistles that enhance the users’ experience; those that don’t will still get the content, but the experience will not be so rich. This is okay because with the variety of devices coming to our sites these days, a site doesn’t have to look the same across all browsers (and it shouldn’t). Which brings me to the conclusion of this brief glimpse into the future.</p>
<p><strong>Content and Context</strong></p>
<p>In the future we won’t be able just to request info and slap it in the code editor. We will need to strategize, plan, and design our markups in a whole new way. With <a href="http://en.wikipedia.org/wiki/HTML5">HTML5</a>,<a href="http://en.wikipedia.org/wiki/Microformats"> Microformats</a>, and <a href="http://en.wikipedia.org/wiki/WAI-ARIA">WAI-ARIA</a> we are now able to make beautifully semantic, accessible websites that have no need for plug-ins and high-speed Internet connections. With <a href="http://adactio.com/journal/1700/">Responsive Design</a> we can create experiences based on the users’ contexts, whether they’re on the go or sitting on the couch. <a href="http://en.wikipedia.org/wiki/Progressive_Enhancement">Progressive Enhancement</a> will allow sites to provide rich experiences and designs that degrade gracefully in older browsers.</p>
<p>There’s a lot to be said about each one of these subjects, and in future posts I will cover each one in detail as I experiment and navigate my way through the future of Web design.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.loewy.com/the-future-of-web-design-is-now/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>New Faces at Loewy Design</title>
		<link>http://www.loewy.com/new-faces-at-loewy-design/</link>
		<comments>http://www.loewy.com/new-faces-at-loewy-design/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 16:49:45 +0000</pubDate>
		<dc:creator>David Loewy</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.loewy.com/?p=1008</guid>
		<description><![CDATA[
If you&#8217;re like me, the week after Labor Day feels like the start of a new year. We&#8217;re done with vacations, the kids are back in school and a new season is just around the corner. September&#8217;s all about new beginnings – it&#8217;s a launch pad for fresh ventures and adventures, and Loewy Design is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1009" title="loewynewfaces" src="http://www.loewy.com/wp-content/uploads/2010/09/loewynewfaces.jpg" alt="loewynewfaces" width="519" height="162" /></p>
<p>If you&#8217;re like me, the week after Labor Day feels like the start of a new year. We&#8217;re done with vacations, the kids are back in school and a new season is just around the corner. September&#8217;s all about new beginnings – it&#8217;s a launch pad for fresh ventures and adventures, and Loewy Design is ready with <a href="http://loewydesign.com/company/team/">key additions</a> to our ground crew.</p>
<p>In the past few months we&#8217;ve grown our lineup to reinforce our talents in technology, design, strategy and account management. Our core team – David, Donald, Marc, Selina and LeAnna – is proud to welcome new faces and assets on board.</p>
<p>On the technology side we&#8217;ve added Senior Developer <strong>Nitin Menon</strong> as our tech lead. Nitin&#8217;s expertise and skill sets include application development, e-commerce and content management systems. He specializes in PHP, MySql Databases and Cold Fusion. Nitin brings with him over 8 years of experience from interactive agency Big Buzz.</p>
<p>We&#8217;ve tapped Executive Producer <strong>Angela Florie</strong> to manage our internal and external growth as our client roster continues to expand. Angela hails from TMP Worldwide, an interactive agency specializing in online marketing and communications. Angela provides strategy, marketing and account management and helps us stay on track and on budget.</p>
<p>We&#8217;ve strengthened our design team with Senior Designers <strong>Casey Bartholomew</strong> from Big Buzz and <strong>Ryan Barresi</strong> from NBTY. Both top web designers with diverse talents, they provide strategy, information architecture, design and front-end development. We&#8217;ve also hired new programmer<strong> Ellie Roepken</strong>, who specializes in PHP, content management systems and front-end development, and designer/front-end developer<strong> Jason Friedberg</strong>.</p>
<p>We&#8217;ve been working hard this summer on many exciting startups, redesigns and online marketing campaigns – and also on building our group and fine-tuning our process. Now, we&#8217;re thrilled to kick off fall with the right team for what&#8217;s next, fully powered up to do what we do best – offer complete online branding and marketing solutions.</p>
<p><a href="http://loewydesign.com/company/team/">Meet our new teammates.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.loewy.com/new-faces-at-loewy-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Easy Way to Track Down a Stock Image</title>
		<link>http://www.loewy.com/the-easy-way-to-track-down-a-stock-image/</link>
		<comments>http://www.loewy.com/the-easy-way-to-track-down-a-stock-image/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 14:27:37 +0000</pubDate>
		<dc:creator>Casey Bartholomew</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.loewy.com/?p=972</guid>
		<description><![CDATA[
Your flaky freelance designer has abruptly closed up shop to go backpacking across Europe, leaving you without any assets or files from your business collateral or website.
After partnering with a new, reliable agency, you need to track down your favorite stock photos used in all of your business collateral–but how?

Instead of wasting hours doing aimless [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-971" title="mainimage" src="http://www.loewy.com/wp-content/uploads/2010/08/mainimage.jpg" alt="mainimage" width="519" height="305" /></p>
<p>Your <span style="text-decoration: line-through;">flaky</span> freelance designer has abruptly closed up shop to go backpacking across Europe, leaving you without any assets or files from your business collateral or website.</p>
<p>After partnering with a new, reliable agency, you need to track down your favorite stock photos used in all of your business collateral–but how?</p>
<p><span id="more-972"></span></p>
<p>Instead of wasting hours doing aimless searches for your favorite image among dozens of stock photo websites, you can find what you’re looking for in seconds by using a handy little site called <a href="http://www.tineye.com" target="_blank">TinEye</a>.</p>
<p><a href="http://www.tineye.com" target="_blank"><img class="alignnone size-full wp-image-973" title="tineye" src="http://www.loewy.com/wp-content/uploads/2010/08/tineye.jpg" alt="tineye" width="519" height="226" /></a></p>
<p>TinEye is a robust reverse-image search engine that will locate your long-lost image and point you to the stock photo website from which it was purchased.</p>
<p>While TinEye can locate almost any image you upload or provide a URL for, there are some instances when even the most clever search engine fails.</p>
<p style="color:#e6e520;">When it works:</p>
<table style="border:none;" border="0" cellspacing="10" cellpadding="10" align="center">
<tbody>
<tr>
<td style="border:none;">
<p><img class="alignnone size-full wp-image-980" title="Exampleimage_1" src="http://www.loewy.com/wp-content/uploads/2010/08/Exampleimage_11.jpg" alt="Exampleimage_1" width="200" height="300" /></p>
<p style="text-align: center;">Image matches stock photo exactly</p>
</td>
<td style="border:none;">
<p><img class="alignnone size-full wp-image-981" title="blackandwhite_1" src="http://www.loewy.com/wp-content/uploads/2010/08/blackandwhite_1.jpg" alt="blackandwhite_1" width="200" height="300" /></p>
<p style="text-align: center;">Black and white</p>
</td>
</tr>
<tr>
<td style="border:none;">
<p><img class="alignnone size-full wp-image-988" title="crop_1" src="http://www.loewy.com/wp-content/uploads/2010/08/crop_1.jpg" alt="crop_1" width="200" height="300" /></p>
<p style="text-align: center;">Image crop</p>
</td>
<td style="border:none;">
<p><img class="alignnone size-full wp-image-989" title="clippingpath_1" src="http://www.loewy.com/wp-content/uploads/2010/08/clippingpath_1.jpg" alt="clippingpath_1" width="200" height="300" /></p>
<p style="text-align: center;">Clipping path</p>
</td>
</tr>
<tr>
<td style="border:none;">
<p><img class="alignnone size-full wp-image-990" title="watermark_1" src="http://www.loewy.com/wp-content/uploads/2010/08/watermark_1.jpg" alt="watermark_1" width="200" height="300" /></p>
<p style="text-align: center;">Watermark</p>
</td>
<td style="border:none;">
<p><img class="alignnone size-full wp-image-991" title="vignette" src="http://www.loewy.com/wp-content/uploads/2010/08/vignette.png" alt="vignette" width="200" height="300" /></p>
<p style="text-align: center;">Vignette</p>
</td>
</tr>
<tr>
<td style="border:none;">
<p><img class="alignnone size-full wp-image-992" title="type_1" src="http://www.loewy.com/wp-content/uploads/2010/08/type_1.jpg" alt="type_1" width="200" height="300" /></p>
<p style="text-align: center;">Type overlay</p>
</td>
<td style="border:none;">
<p><img class="alignnone size-full wp-image-993" title="Filter_1" src="http://www.loewy.com/wp-content/uploads/2010/08/Filter_1.jpg" alt="Filter_1" width="200" height="300" /></p>
<p style="text-align: center;">Photoshop filter</p>
</td>
</tr>
</tbody>
</table>
<p style="color:#e6e520;">When it doesn&#8217;t work:</p>
<table style="border:none;" border="0" cellspacing="10" cellpadding="10" align="center">
<tbody>
<tr>
<td style="border:none;">
<p><img class="alignnone size-full wp-image-996" title="additionalelements_1" src="http://www.loewy.com/wp-content/uploads/2010/08/additionalelements_1.jpg" alt="additionalelements_1" width="200" height="300" /></p>
<p style="text-align: center;">Additional elements</p>
<p style="text-align: center;"> </p>
</td>
<td style="border:none;" valign="top">
<p style="text-align: center;"><img class="alignnone size-full wp-image-997" title="pattern_1" src="http://www.loewy.com/wp-content/uploads/2010/08/pattern_1.jpg" alt="pattern_1" width="200" height="300" /></p>
<p style="text-align: center;">Pattern<br />
 <em>Try cropping this to the original <br />
 image and you&#8217;ll find your match!</em></p>
</td>
</tr>
<tr>
<td style="border:none;">
<p><br class="spacer_" /></p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-998" title="website_1" src="http://www.loewy.com/wp-content/uploads/2010/08/website_1.jpg" alt="website_1" width="200" height="178" /></p>
<p style="text-align: center;">Website screenshot</p>
</td>
<td style="border:none;">
<p><br class="spacer_" /></p>
<p style="text-align: center;"> </p>
</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<p>TinEye is a handy tool that anyone can use. It saves everyone time and money. Be sure to bookmark this post or you’ll be kicking yourself the next time you need to find the original source for a stock photo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.loewy.com/the-easy-way-to-track-down-a-stock-image/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Success can be designed</title>
		<link>http://www.loewy.com/success-can-be-designed/</link>
		<comments>http://www.loewy.com/success-can-be-designed/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 20:42:28 +0000</pubDate>
		<dc:creator>Donald May</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[business strategy]]></category>
		<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://www.loewy.com/?p=876</guid>
		<description><![CDATA[
I have always had the belief that design was a utopian endeavor to be undertaken by the smartest people in the world to solve problems. That designers were by nature helping the world evolve toward better, more beautiful, more sustainable, and more useful artifacts and services. I believe in my soul that this is true, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-879" title="blogpilot" src="http://www.loewy.com/wp-content/uploads/2010/06/blogpilot.jpg" alt="blogpilot" width="519" height="345" /></p>
<p>I have always had the belief that design was a utopian endeavor to be undertaken by the smartest people in the world to solve problems. That designers were by nature helping the world evolve toward better, more beautiful, more sustainable, and more useful artifacts and services. I believe in my soul that this is true, but I also know it&#8217;s not enough.<span id="more-876"></span></p>
<p>What also needs to happen is this: business leaders need to see how designers can be innovators for them. Designers can make businesses more efficient, make products more usable, help speed communications, minimize damage to the environment, foresee the need for innovation, and be the catalyst for it.</p>
<p>When you think about companies such as Apple you can&#8217;t help but see the contribution that design has made to their market value. The problem is that many companies can&#8217;t see how design will affect them. I&#8217;m not sure if this is because they fear innovation or just misunderstand what design is.</p>
<p>Design is not:</p>
<p>1. Only a noun. It&#8217;s also a verb. It&#8217;s a process and a way of thinking. It&#8217;s the act of recognizing a problem, researching to find the causes, conceptualizing solutions, communicating to create awareness of these solutions, and directing their implementation.</p>
<p>2. Just pretty pictures or fancy words or shiny materials. In short, it&#8217;s not the end product, it is the means to get to the end. (Design can lead to end products as varied as the companies they are made for. They could be pretty pictures or shiny new materials but they could just as easily be a new business plan, a product launch strategy, a client communication tool, or an information display.)</p>
<p>3. Necessarily the answer to all your problems. Many companies hire designers to help innovate but then fall short on manufacturing, shipping, delivery, customer service, and a host of other requirements of a successful business. They look at design as a way to best the competition but then forget about the most important factors in the process: consumer desire, consumer need, and consumer satisfaction.</p>
<p>Design is:</p>
<p>1. A strategic imperative. As more and more businesses see the value of a design-centered approach to problem solving and innovation, they will realize they need to do the same to stay competitive. Design can&#8217;t be an afterthought; it needs to be an integral part of the company.</p>
<p>2. A way to create true innovation. The research and development inherent in the design process are really the only ways to mitigate risk in the search for the new. There have been examples of success by accident, but these are rare and often short-lived. Success, in other words, is also something that can be designed.</p>
<p>3. A process to create greater efficiency in an organization. Sometimes making your products or services better is not the issue. The challenge lies in making them with greater profit baked into the process. Designers can look at an organization&#8217;s processes and design them to be more efficient, thus reducing overall costs.</p>
<p>4. A method for communicating. Like language, design is a way to communicate. Designers have the ability to streamline communications so that the impact of the messages is clear and concise.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.loewy.com/success-can-be-designed/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>In e-commerce we trust</title>
		<link>http://www.loewy.com/in-e-commerce-we-trust/</link>
		<comments>http://www.loewy.com/in-e-commerce-we-trust/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 19:37:18 +0000</pubDate>
		<dc:creator>David Loewy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[Information Architecture]]></category>
		<category><![CDATA[Online Strategy]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.loewy.com/?p=853</guid>
		<description><![CDATA[
If you own a successful brick-and-mortar store, you’ve built it by providing high-quality products or services to your customers. You’ve earned their trust for a variety of reasons: they found what they needed, they like your prices, their friends shop with you, you’ve been around for years…and so on. So how do you build the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-856" title="ecommerce_photo" src="http://www.loewy.com/wp-content/uploads/2010/04/ecommerce_photo.jpg" alt="ecommerce_photo" width="519" height="345" /></p>
<p>If you own a successful brick-and-mortar store, you’ve built it by providing high-quality products or services to your customers. You’ve earned their trust for a variety of reasons: they found what they needed, they like your prices, their friends shop with you, you’ve been around for years…and so on. So how do you build the same trust and confidence with an online store? <span id="more-853"></span></p>
<p>Trust can be lost quickly, especially online. We ask a lot from online customers, and their suspicions are already on high alert for fraud, identity theft, hacking, spam and other risks. Not only do we want them to buy our product, but we also require their email, street address, credit card and any other info we can squeeze out of them – which is very different than walking into a store, dropping a few bills and leaving. So here are a few best practices that will put your online shoppers at ease, build customer loyalty and, most importantly, increase conversion rates.</p>
<p><strong>Define your brand</strong></p>
<p><strong> </strong></p>
<p>Customers want to interact with distinctive and professional brands that they can believe in and be proud to shop.  Having a strong store name and domain is a great start. Try to avoid hyphens and cute misspellings when choosing a domain name – those can work well for content-driven or social media sites, but can be negative factors for selling products.</p>
<p>Your store’s visual design should be unique, and your messaging needs to be well written. Users can smell a purchased design template from a mile away and will suspect something fishy if they’ve seen stores similar to yours. Your store should be clean but not sterile, so look for ways to infuse your brand personality into your design and copywriting.</p>
<p><strong>Seamless user experience</strong></p>
<p><strong> </strong></p>
<p>Your user interface design shouldn’t stray from what consumers have learned to expect from online shopping. As e-commerce has matured over the last decade, it’s established standards that shoppers rely on and demand. Don’t create funky new ways of browsing for products or checking out – continue to build trust with an experience that feels familiar and natural to your customers. There’s nothing wrong with taking cues from the best online stores and emulating their shopping process.</p>
<p>Pay close attention to every point where visitors interact with you. From product browsing through checkout, to email communications, packaging, reliable delivery and confirmation – consistency is essential for building trust. Detail the steps for completing a purchase and aim to under-promise and over-deliver.</p>
<p><strong>That’s what they said</strong></p>
<p><strong> </strong></p>
<p>Spotlight your awards, success stories and security measures. Testimonials are great, but people are often suspicious of praise from unknown customers with no last name, so establish your success and reliability in other ways as well. Don’t be afraid to publicize your increase in sales, registered members or traffic. Back up your stats by linking them to reports provided by third-party tools like <a href="http://www.alex.com">Alexa</a> or <a href="http://www.compete.com/">Compete.com</a>. Tout your privacy policies, seals of approval and security certificates.  All of this will help allay customers’ concerns, make them comfortable, and help them feel more secure about your business.</p>
<p>Doing press releases, thought leadership pieces and blogging can position your store as authoritative and sophisticated. You’d be surprised how many shoppers want to get the backstory on your store before they’re willing to enter their digits.</p>
<p><strong>Community</strong></p>
<p><strong> </strong></p>
<p>Depending on your store and demographic, building Facebook, Twitter and other social media communities can ease doubt and enable customers to share stories about your shop and products. Be careful to keep a close eye on these communities and monitor the conversations. It’s likely you’ll get some negative comments that you’ll want to respond to quickly. You should always be open to criticism, fess up to your mistakes and explain what steps you’re taking to address them, and inform your customers about your plans for improvement.</p>
<p>Convey, build, and keep trust with your consumers, and they’ll return to your store again and again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.loewy.com/in-e-commerce-we-trust/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social brand continuity</title>
		<link>http://www.loewy.com/social-brand-continuity/</link>
		<comments>http://www.loewy.com/social-brand-continuity/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 20:57:50 +0000</pubDate>
		<dc:creator>David Loewy</dc:creator>
				<category><![CDATA[Branding]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Online Strategy]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[business strategy]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.loewy.com/?p=698</guid>
		<description><![CDATA[
Earlier this month I attended the Society of Digital Agencies (SoDA) conference in New York. The mission of SoDA is to advance the profession of digital marketing through education, discussions of best practices, and advocacy. The conference was billed as an “un”conference, which made the event conversational, collaborative—and at times a little too “un”structured. Still, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-699" title="social_blog_art1" src="http://www.loewy.com/wp-content/uploads/2009/11/social_blog_art1.jpg" alt="social_blog_art1" width="519" height="305" /></p>
<p>Earlier this month I attended the <a href="http://www.sodaspeaks.com/">Society of Digital Agencies</a> (SoDA) conference in New York. The mission of SoDA is to advance the profession of digital marketing through education, discussions of best practices, and advocacy. The conference was billed as an “un”conference, which made the event conversational, collaborative—and at times a little too “un”structured. Still, it was a good experience.<span id="more-698"></span></p>
<p>We broke up into groups to discuss hot topics: Challenges of the Modern Agency, Metrics for Success, Engaging Social Media. I had hoped to gain insight into how large companies and agencies are managing their brands within their social-media initiatives. It’s clear that social media should be part of a brand’s marketing strategy, but how are companies controlling their brands’ voices? To my surprise, other attendees from top agencies and brands had similar questions—but few answers.</p>
<p>Some sound ideas popped up, such as the development of branding guidelines for social media, and the hiring of brand editors who can provide a checkpoint before tweets, blogs, and comments are published. These two methods can work fine for blogs themselves, but they can kill the spontaneity and immediacy of a tweet or a comment on a blog. Moreover, what do you do if your entire company is enthusiastic about speaking out and joining in on all the conversations?</p>
<p>If it’s your company’s policy to allow many social-media voices, it’s imperative to set up rules and guidelines and hold your employees accountable. Amber Naslund of the blog <a href="http://altitudebranding.com/" target="_blank">Altitude</a> provides great examples of <a href="http://altitudebranding.com/wp-content/uploads/2008/10/corporatebloggingpolicies.pdf" target="_blank">blogging policies from large corporations</a> that can be used as an excellent starting point for developing your company’s guidelines.</p>
<p>If your social-media voice is monitored by a specifically designated department or by an outside agency, it’s easier to stay in control and keep your brand’s message inline. Your social-media captains should plan how they will uphold your brand’s promise in their conversations with customers, employees, and partners. They should meet weekly or monthly with the marketing or brand teams to ensure that all efforts are aligned with your brand’s strategy and corporate culture.</p>
<p>For a Twitter campaign for one of our clients, we create a monthly bag of “evergreen” tweets that are mixed in with spontaneous ones. That client is accustomed to having its copy and creative approved by its legal department and brand managers, which is not an ideal situation for quick tweets about what’s going on at the moment. To overcome this we develop 20 tweets that can be preapproved, and then mix those in with 10 spontaneous tweets that follow our defined social-media strategy. With this method and ongoing monitoring we’re able to lower the risks of tainting the brand, while still appearing spontaneous and continuing to build one-to-one relationships with the company’s customers.</p>
<p>This is new territory, and the best tactics have yet to be determined.  We encourage you to share your experiences and thoughts on how you manage brand continuity in social media for your company and your clients.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.loewy.com/social-brand-continuity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>By the book</title>
		<link>http://www.loewy.com/by-the-book/</link>
		<comments>http://www.loewy.com/by-the-book/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 21:19:45 +0000</pubDate>
		<dc:creator>David Loewy</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Information Architecture]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Online Strategy]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[business strategy]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.loewy.com/?p=563</guid>
		<description><![CDATA[
I recently gave a lecture to the advanced web design class at Farmingdale College. When I met up with professor Jack Harris, he informed me that the kids, mostly juniors and seniors,  saw Loewy Design’s page in the Flash/Dreamweaver Genius Guide, and they were looking forward to meeting with me. A bit embarrassed and very [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.loewy.com/by-the-book/"><img class="alignnone size-full wp-image-569" title="book_art2" src="http://www.loewy.com/wp-content/uploads/2009/10/book_art2.png" alt="book_art2" width="518" height="336" /></a></p>
<p>I recently gave a lecture to the advanced web design class at Farmingdale College. When I met up with professor Jack Harris, he informed me that the kids, mostly juniors and seniors,  saw Loewy Design’s page in the <a href="http://www.imagineshop.co.uk/item_show.php?itemID=1227" target="_blank">Flash/Dreamweaver Genius Guide</a>, and they were looking forward to meeting with me. A bit embarrassed and very flattered, I asked Jack what book was he talking about and where could I get one. <span id="more-563"></span></p>
<p>I later found out that the book is published by Imagine Publishing and promises to be the essential guide to dynamic design and development. We were recognized for our website’s approach to animation and design using purely CSS and Javascript, a technological accomplishment but not exactly what I wanted to talk about in my little seminar. My talk was about the real world lessons that you can’t get from a textbook. I wanted to focus on the process of solving business and branding problems with the online medium.</p>
<p>I tried to push their tech questions aside but they kept coming. I eventually got my point across that the technology we’re using today will be completely different when the students immerse themselves in the job market. They’ll need to educate themselves on the latest versions of Flash and Dreamweaver and keep up with always evolving programming languages throughout their careers.</p>
<p>The most valuable information I could share with them was to describe our thought processes, not only about making a website look great but about creating one that will actually help your clients solve their business challenges. I gave them our secret sauce on how we deliver positive results to our clients and improve their bottom lines.  As a take-away, I provided them, and now you, with a <a href="http://www.loewydesign.com/farmingdale/">list of reference tools</a> organized by each phase of our process.</p>
<p>By no means is this the complete list, since it too is always evolving, but it could serve as a nice resource and good starting point for students, clients and peers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.loewy.com/by-the-book/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introducing&#8230; Verdana?</title>
		<link>http://www.loewy.com/introducing-verdana/</link>
		<comments>http://www.loewy.com/introducing-verdana/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 17:11:32 +0000</pubDate>
		<dc:creator>Marc Acosta</dc:creator>
				<category><![CDATA[Branding]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://www.loewy.com/?p=433</guid>
		<description><![CDATA[
The outrage has been amusing to say the least and the vehicles for protest are the usual suspects: blog postings, twitter updates – even petitions … no we&#8217;re not talking about health care… we&#8217;re talking about something much more serious – typefaces! Specifically, Ikea&#8217;s recent decision to switch from using Futura, a classic typeface that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.loewy.com/introducing-verdana/"><img src="http://www.loewy.com/wp-content/uploads/2009/09/blog_ikea_0909.jpg" alt="Introducing... Verdana?" title="Introducing... Verdana?" width="519" height="305" class="aligncenter size-full wp-image-435" border="0" /></a></p>
<p>The outrage has been amusing to say the least and the vehicles for protest are the usual suspects: <a href="http://www.idsgn.org/posts/ikea-says-goodbye-to-futura/">blog postings</a>, <a href="http://search.twitter.com/search?q=ikea+verdana">twitter updates</a> – even <a href="http://www.petitiononline.com/IKEAVERD/petition.html">petitions</a> … no we&rsquo;re not talking about health care… we&rsquo;re talking about something much more serious – typefaces! Specifically, Ikea&rsquo;s recent decision to switch from using Futura, a classic typeface that they have successfully used for 50 years, to Verdana, a font designed for Microsoft back in 1996. <span id="more-433"></span></p>
<p>While I understand the reaction and where it originates from (Verdana was originally designed for on screen viewing, improving readability at small sizes) for me, seeing Verdana in print is just… weird. It&rsquo;s as if the real font wasn&rsquo;t present when the catalog went to press and we wound up with a system default in its place. </p>
<p>What ultimately matters though isn&rsquo;t designer opinions, but customer reaction and any changes in brand perception. Currently, the public&rsquo;s perception of the Ikea brand is a half-empty, half-full kind of thing. Some see it as a refined brand that understands and values design. Others see it as cheap utilitarian furniture that you use to furnish a dorm room or first apartment. It&rsquo;s this contradiction that contributes to Ikea&rsquo;s wide appeal. </p>
<p>With this almost perfect balance of form and function, the choice of Verdana can be seen as tipping the scales too much into the utilitarian camp. The <a href="http://www.google.com/hostednews/ap/article/ALeqM5geYlBYTlLIO5k6bVAzQxh7CHbcxQD9ADD4480">official word</a> from Ikea spokeswoman Camilla Meiby seems to indicate that this was the reasoning behind the decision, <em>&ldquo;Verdana is a simple, cost-effective font which works well in all media and languages&rdquo;</em>.  This is definitely understandable considering that the Ikea catalogue is produced in in 27 languages for 35 countries (55 editions total).</p>
<p>This will be interesting to watch as it unfolds. Will Ikea <a href="http://www.nytimes.com/2009/02/23/business/media/23adcol.html">pull a Tropicana</a> and revert to Futura or will they stick it out? One thing&rsquo;s for certain, it will not be decided by designers, it&rsquo;s all up to Ikea&rsquo;s customers. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.loewy.com/introducing-verdana/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Those digi-page-flipping-magazine things</title>
		<link>http://www.loewy.com/those-digi-page-flipping-magazine-things/</link>
		<comments>http://www.loewy.com/those-digi-page-flipping-magazine-things/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 13:47:43 +0000</pubDate>
		<dc:creator>David Loewy</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Online Strategy]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[business strategy]]></category>
		<category><![CDATA[monetization]]></category>
		<category><![CDATA[online publishing]]></category>
		<category><![CDATA[Website Optimization]]></category>

		<guid isPermaLink="false">http://www.loewy.com/?p=394</guid>
		<description><![CDATA[
Recently a client asked us for our opinion on a Digimag (or whatever-you-call-it) service called Ceros. I’ve seen this technology grow in popularity over the years, and I have to admit Ceros has taken it to a higher plane. Their product and experience is rich with video, animation and interactivity – but so what. 
I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-396" title="digi_blog" src="http://www.loewy.com/wp-content/uploads/2009/09/digi_blog.jpg" alt="digi_blog" width="519" height="305" /></p>
<p>Recently a client asked us for our opinion on a Digimag (or whatever-you-call-it) service called <a href="http://www.ceros.com" target="_blank">Ceros</a>. I’ve seen this technology grow in popularity over the years, and I have to admit Ceros has taken it to a higher plane. Their product and experience is rich with <a href="http://electric.virginmedia.com/latest/ELT">video</a>, animation and interactivity – but so what. <span id="more-394"></span></p>
<p>I can see how print publishers would really love for this page-flipping technology to take off. Their print advertising windows are closing quickly, yet their online advertising windows are not opening fast enough. With Digimags, they are offering an online add-on, attempting to close the deal with the advertiser on that expensive print inside cover or center spread.  In my opinion, this is just another way of putting off the inevitable transition from print to true online publishing – publishing that is centered around knowledge exchange, content that takes place on a variety of platforms and advertising programs based on audience relevance and brand engagement.</p>
<p>Furthermore, is there really a mass audience for Digimags? <a href="http://www.nxtbookmedia.com/index.php">Nxtbook Media</a>, another digital magazine service, has an interesting <a href="http://www.nxtbookmedia.com/map/">real-time map</a> illustrating how often Digimags are read across the globe.  While this is a cool use of Google’s API, showing a reader or two per second – this map is an insult to a publisher’s intelligence.  According to their site, 1.3 million people read a Digimag per month.  That sounds like a lot – but it pales in comparison to the number of people who read online magazines every day.</p>
<p>Digimags are not the panacea for publishers’ woes.  They sacrifice the standards and best practices of web publishing. The content has poor search visibility; there is no room for user-generated content; you need to click and enlarge to read; and you have to drag your electronic paper around to navigate.  Perhaps their future is better suited to a different device, such as the Kindle, as stated in <a href="http://www.foliomag.com/2009/pop-sci-we-are-not-abandoning-genius-guide-s-pay-model">this article</a>.</p>
<p>Finally, producing an issue of a Digimag can cost as much as $100 per page.  Why not put that towards building a sustainable online magazine for your audience and your advertisers?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.loewy.com/those-digi-page-flipping-magazine-things/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Designing with CSS3</title>
		<link>http://www.loewy.com/designing-with-css3/</link>
		<comments>http://www.loewy.com/designing-with-css3/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 16:17:49 +0000</pubDate>
		<dc:creator>Marc Acosta</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://www.loewy.com/?p=322</guid>
		<description><![CDATA[
Although CSS3 is still officially in the works, the recent releases of Safari and Firefox have given us a few new CSS tools to experiment with. Designers may specifically be interested in the following features that accomplish with a few lines of code, things that we would normally do with graphics. 
Custom Typefaces
Being able to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-310" title="Designing With CSS3" src="http://www.loewy.com/wp-content/uploads/2009/08/blog_css_0809.jpg" alt="Designing With CSS3" width="519" height="305" /></p>
<p>Although CSS3 is still officially in the works, the recent releases of Safari and Firefox have given us a few new CSS tools to experiment with. Designers may specifically be interested in the following features that accomplish with a few lines of code, things that we would normally do with graphics. <span id="more-322"></span></p>
<h2>Custom Typefaces</h2>
<p>Being able to use whatever font we feel like using in a web layout is a pretty much a designer’s dream come true. In the past the only way to do that and make sure that users see it was to create graphics for the pieces of text that you wanted rendered in a particular font. As more browsers include the @font-face property, that should hopefully change. Luckily the inclusion of the <code>@font-face</code> property in Firefox 3.5 now opens up font embedding to a much larger audience.</p>
<p>Using it is pretty simple. First you  define the name of the font family and point it to the location of the font file. At this time <em>.ttf</em> and <em>.otf</em> are supported:</p>
<p><code>@font-face {<br />
font-family: PrettyFont;<br />
src: url(fonts/PrettyFont.ttf);<br />
}</code></p>
<p>Then you just use the above font-family name in your document as you normally would:</p>
<p><code>p {<br />
 font-family: PrettyFont, Arial, sans-serif;<br />
 }</code></p>
<p><!--start example 1--></p>
<style>
@font-face {  
font-family: Wendy; 
src: url(/blog/wp-content/themes/helloewy/fonts/WendyLPStd-Bold.otf);  
} 
.fontembed { 
font-family: Wendy, Arial, sans-serif; 
font-size: 35px; 
} 
</style>
<div align="center">
<div class="fontembed">This is a test.</div>
<p><em>Live example &#8211; will only be visible on browsers that support @font-face</em></p>
<p><img title="Font embed example" src="http://www.loewy.com/wp-content/uploads/2009/08/fontembed.png" alt="This is a test." width="136" height="27" /></p>
<p><em>Reference image &#8211; This is what the above should look like</em></p>
</div>
<p><!-- end example 1--></p>
<p>As always, plan on a fallback incase your users are on an older browser. In this case if the user is using an older browser they will see paragraph text in Arial.</p>
<h2>Drop Shadows</h2>
<p>I’m pretty sure a book can be written on the history of the drop shadow. Back in the day, designers used to create drop shadows on objects and type by adding a separate layer behind an object and adding some blur. Later versions of PhotoShop made this easier with some built in tools, but all this meant to your site designs was more graphic files and longer download times. The <code>box-shadow</code> and <code>text-shadow</code> properties now allow you to do this all with a line of code to either a box or a piece of text.</p>
<p><code>div {<br />
 box-shadow: 2px 2px 3px #CCC;<br />
 }</code></p>
<p><code>h1 {<br />
 text-shadow: 2px 2px 3px #CCC;<br />
 }</code></p>
<p>What this does is place a  2px to the right, 2px down, add 3px of blur and color it a light gray (#CCC). The best part is that your text stays selectable and can be increased or decreased in size using your browsers built in text sizing function.</p>
<p><!--start example 2--></p>
<style>
.boxtextshadow {
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	text-shadow: 2px 2px 5px #000;
	border: 2px solid #FFF;
	background-color: #12294e;
	width: 200px;
	padding: 10px;
	color: #fff;
	font-size: 20px; 
 }
</style>
<div align="center">
<div class="boxtextshadow">This is a test.</div>
<p><br class="spacer_" /></p>
<p><em>Live example &#8211; will only be visible on browsers that support box and text shadows</em></p>
<p><img title="Box &#038; text shadow example" src="http://www.loewy.com/wp-content/uploads/2009/08/boxtextshadow.png" alt="This is a test." width="239" height="70" /></p>
<p><br class="spacer_" /></p>
<p><em>Reference image &#8211; This is what the above should look like</em></p>
</div>
<p><!-- end example 2--></p>
<h2>Rounded Corners</h2>
<p>Another feature that is sure to be useful (web apps come to mind) is the border-radius property. What this does is round the corners on boxes – a feature that previously required a lot of markup and graphics to create. Now you can do it easily with:</p>
<p><code>div {<br />
 border-radius: 8px;<br />
 }</code></p>
<p>This will round the corners of a box with 8px radius.</p>
<p><!--start example 3--></p>
<style>
.roundedcornerbox {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #FFF;
	background-color: #12294e;
	width: 200px;
	padding: 10px;
	color: #fff;
	font-size: 20px; 
 }
</style>
<div align="center">
<div class="roundedcornerbox">This is a test.</div>
<p><br class="spacer_" /></p>
<p><em>Live example &#8211; will only be visible on browsers that support border radius</em></p>
<p><img title="border-radius example" src="http://www.loewy.com/wp-content/uploads/2009/08/borderradius.png" alt="This is a test." width="225" height="49" /></p>
<p><br class="spacer_" /></p>
<p><em>Reference image &#8211; This is what the above should look like</em></p>
</div>
<p><!-- end example 3--></p>
<p>The nice thing about using these new features is the savings on extra graphics and code and simplifying your stylesheets and preserving the underlying text. All of these features degrade nicely on older browsers too.  That being said, remember that CSS3 is still not fully supported on all browsers so be sure to test thoroughly. But Remember… with great power comes great responsibility! There may be a temptation to go over the top so please&#8230; use these sparingly <img src='http://www.loewy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.loewy.com/designing-with-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
