<?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>TYPESETT &#187; Web Design</title>
	<atom:link href="http://www.typesett.com/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.typesett.com</link>
	<description>Your AMUSING Resource for Useful Design, Typography and Web Dev Articles</description>
	<lastBuildDate>Thu, 25 Mar 2010 07:05:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTML5: An Introduction From a Designer&#8217;s Perspective</title>
		<link>http://www.typesett.com/2010/03/html5-an-introduction-from-a-designers-perspective/</link>
		<comments>http://www.typesett.com/2010/03/html5-an-introduction-from-a-designers-perspective/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 04:28:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://www.typesett.com/?p=1192</guid>
		<description><![CDATA[I remember shivering in my college dorm room trying to figure out how to get some weird /div to float in some sort of column like structure and silently crying a single tear as my youth slowly withered away. Those days are gone! 
With the birth of Firefox, the step-child banishment of Internet Explorer 6 [...]]]></description>
			<content:encoded><![CDATA[<p>I remember shivering in my college dorm room trying to figure out how to get some weird /div to float in some sort of column like structure and silently crying a single tear as my youth slowly withered away. <strong>Those days are gone! </strong></p>
<p>With the birth of Firefox, the step-child banishment of Internet Explorer 6 and widespread adaptation of standards&#8230; life indeed has become much cheerier for us front-end web developers. <strong>What could be better than that? HTML5 coming to a browser near you! Scratch that, they&#8217;re now playing.</strong></p>
<p><img src="http://www.typesett.com/wp-content/uploads/2010/03/html5-intro.jpg" alt="HTML5: An Introduction From a Designer's Perspective"/><br />
<a href="http://www.flickr.com/photos/lilivc/">CC Photo Source: lilivc</a></p>
<p><strong>This article is a brief introduction to what we can expect in HTML5&#8230; from a designer&#8217;s perspective.</strong></p>
<p><span id="more-1192"></span></p>
<h5>When Is It Coming Out?</h5>
<p>The truth of the matter is that the governing bodies behind HTML take years to deliberate what officially goes into the spec&#8230; or not. They have a committee of Jedi-level developers who recommend additions, deletions and refinements of existing spec. This takes years of submitting, re-working, compromising and blood and sweat and tears and dragons eggs&#8230; <em>you get the point.</em></p>
<p>However, the browser industry comes out with new major versions every year because their market is so competitive. They don&#8217;t wait for the specs to reach final, approved status because they don&#8217;t have to! A lot of the recommendations are good ideas that have been around for years and the browser makers deem it necessary to move forward to bring the best user experiences to the masses. So they proactively insert the new specs for the developers to start using some of the new features for everybody&#8217;s benefit.</p>
<h5>Progressive Enhancement</h5>
<p>No images of old dudes in bath tubs here, we&#8217;re talking about making cutting edge websites. <em>Sorry, couldn&#8217;t help the &#8220;Enhancement&#8221; joke..</em><br />
<strong><br />
There is no need to wait.</strong> If you know what browsers you are programming for, you can start incorporating the new techniques right now. Obviously, pay attention to your target demographic and what browser they will likely use and the target industry. Stay the heck away from HTML5 obviously if you&#8217;re working for an institution that doesn&#8217;t update browser software regularly like at some hospitals or government agencies.</p>
<p>Regardless, I believe that it is up to us web developers to take into our own hands what the future of front-end web design and development should be. Otherwise, we&#8217;re going to be slicing rounded corners and drop shadows until the cows come home or <a href="http://www.flickr.com/photos/zeldman/3813121576/">Eric Meyer gets a haircut&#8230;</a> whichever comes first.</p>
<h5>HTML5 &#8211; New Age Of Semantic Markup</h5>
<h6>Structure</h6>
<p><strong><br />
One of the most glaring deficiencies of HTML4 is the lack of semantics in the basic layout structure of a web page.</strong> It&#8217;s so ambiguous that we had to come up with our own makeshift interpretations. Just think of how your naming system has evolved over time with how you name your &#8220;nav&#8221;, &#8220;header&#8221; and &#8220;sidebars&#8221;.</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2010/03/diagram-1.jpg" alt="HTML4"/><br />
<strong><br />
Enough of that says HTML5!</strong> The block structure we&#8217;ve come to love (or hate) has been acknowledged with the addition of some new elements:</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2010/03/diagram-2.jpg" alt="HTML5"/></p>
<p><strong>header:</strong> can be used to group together items at the head of a web page like a logo and mission statement or can be used again elsewhere to handle the author name and date of an article for instance.</p>
<p><strong>footer:</strong> similar to the header in that it is meant to group together items in a footer capacity but can be used again in articles, blog posts or any content that would require it.</strong> </p>
<p><strong>nav:</strong> is meant to be used to handle all the various types of navigation out there whether it be the main navigation, pagination or even a bread crumb.</strong></p>
<p><strong>aside:</strong> is meant for indirect content sections around your main content. We know them as sidebars but I suppose things like pull quotes count too.</p>
<p><strong>article:</strong> was created to represent independent distributable content. This type of content can best be described as having a beginning and an end to it and can exist by itself because of its self-contained nature. Think a full article, a complete blog post or even a forum post</p>
<p><strong>section:</strong> can be described as a generic element that helps with organization as it is meant to be referred to in a document outline. This is different than a div because this implies it belongs as part of a group in a larger context.</p>
<h6>Inline Semantics</h6>
<p>Depending on who you talk to, inline semantics is the best thing since sliced bread or a horribly constricting device meant to torture web developers. I&#8217;m for the former. The features involved with them are beneficial and I see it as a evolution that will be exploited for everybody&#8217;s benefit once it becomes more commonly used. <strong>Here are some of the most promising:</strong></p>
<p><strong>figure:</strong> should be used for annotating diagrams, photos and illustrations. I have many clients in my studio that can greatly benefit from this feature now.</p>
<p><strong>time:</strong> is a little bit more up in the air as I see it now but the way I am interpreting it is that there will now be a common format we can all get behind that will work across all browsers in all countries. So this may possibly make JavaScript and CMS output more useful&#8230; we&#8217;ll see.</p>
<p><strong>details:</strong> the gist of this element is that it works as meta data on-demand for the user. Like adding more formal descriptions to diagrams if a user activates it via interaction. I&#8217;m always fighting between balancing open layouts where users can scan all the data versus more orderly layouts where users have to click deeper for the details. This addresses what we&#8217;re already doing with jQuery but I wonder if this will lead to bad usability practices.</p>
<h5>Interactive Improvements</h5>
<h6>Video and Audio</h6>
<p>As of late, this is one of the hottest topics surrounding HTML5 because of the recent controversy between Apple and Adobe concerning Flash support. <a href="http://www.infoworld.com/d/developer-world/html-5-could-it-kill-flash-and-silverlight-291">Read more about it&#8230;</a> or <a href="http://www.techradar.com/news/software/applications/why-html5-isn-t-a-flash-killer-674741">read the rebuttal&#8230;</a></p>
<p>For me, video on the web has always been a huge pain in the rear. Video in itself is already a confusing task for web developers and that&#8217;s why we&#8217;ve come to enjoy using outside services like YouTube, Vimeo and etc. to take care of the hosting, playback options and headaches for us.</p>
<p>That may still be the best way to go because as of right now, HTML5 video and audio tags are still not supported across the browsers with any consistency. The big idea behind HTML5 video and audio is that it can be embedded directly into the browser sans plug-ins like Quicktime and further controlled using Javascript.</p>
<p>Another interesting tidbit is that the source is now treated as a child element and be specified multiple times. That means although the browsers have compatibility issues, you can specify two or three sources to cover your bases (<em>which we can all agree is a very unattractive work-around)</em>. </p>
<h6>Canvas</h6>
<p><strong><br />
The canvas tag is also a hot topic &#8211; but for the developers</strong>. It is basically a 2D drawing element that uses it&#8217;s own JavaScript API. The sky&#8217;s the limit and as an example, you can check out <a href="https://bespin.mozillalabs.com/">Bespin</a> &#8211; a Mozilla experiment that uses the canvas tag to create a Web code editor. I&#8217;ve also seen people use the tag as image editor, a mapping app and even a calendar.</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2010/03/bespin.jpg" alt="Mozilla Labs - Bespin"/></p>
<p>You can check out <a href="http://www.canvasdemos.com/">Canvas Demos</a> to see apps, games and tutorials for the canvas tag.</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2010/03/canvas-demos.jpg" alt=" Canvas Demos"/></p>
<h5>Be Excited!</h5>
<p>It&#8217;s a hell of a lot more fun to be a designer/developer now than it was just 5 years ago. With HTML5 and CSS3 already being usable technology right now, it will be even more fun. This is the time to get ahead of the curve and either practicing better semantic techniques in preparation for the future or becoming a HTML5 ninja right now!</p>
<h5>More Resources:</h5>
<ul>
<li><a href="http://dev.w3.org/html5/spec/">W3C: HTML5</a></li>
<li><a href="http://dev.w3.org/html5/html4-differences/">HTML5 differences from HTML4</a></li>
<li><a href="http://www.alistapart.com/articles/previewofhtml5">A List Apart: A Preview of HTML 5</a></li>
<li><a href="http://www.alistapart.com/articles/get-ready-for-html-5/">A List Apart: Get Ready for HTML 5</a></li>
<li><a href="http://www.techradar.com/news/internet/everything-you-need-to-know-about-html5-654828?artc_pg=2">Tech radar: Everything you need to know about HTML5</a></li>
<li><a href="http://diveintohtml5.org/">Dive Into HTML5</a></li>
<li><a href="http://html5gallery.com/">HTML5 gallery</a></li>
<li><a href="http://www.smashingmagazine.com/2009/07/16/html5-and-the-future-of-the-web/">HTML5 and The Future of the Web</a></li>
<li><a href="http://html5demos.com/">HTML 5 Demos and Examples</a></li>
</ul>
<h5>How do you feel about HTML5? Share in the Comments!</h5>
]]></content:encoded>
			<wfw:commentRss>http://www.typesett.com/2010/03/html5-an-introduction-from-a-designers-perspective/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Object Oriented CSS (OOCSS): The Lowdown</title>
		<link>http://www.typesett.com/2010/01/object-oriented-css-oocss-the-lowdown/</link>
		<comments>http://www.typesett.com/2010/01/object-oriented-css-oocss-the-lowdown/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 06:55:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.typesett.com/?p=1136</guid>
		<description><![CDATA[So I recently came across the idea of Object Oriented CSS (OOCSS) at An Event Apart San Francisco this year. The speaker was Nicole Sullivan, who is the leader in evangelizing and developing Object Oriented CSS. She makes a solid argument that best practice CSS techniques should be used and that we can build on [...]]]></description>
			<content:encoded><![CDATA[<p><strong>So I recently came across the idea of Object Oriented CSS</strong> (OOCSS) at <a href="http://aneventapart.com/2009/sanfrancisco/">An Event Apart San Francisco</a> this year. The speaker was <a href="http://www.stubbornella.org">Nicole Sullivan</a>, who is the leader in evangelizing and developing <a href="http://wiki.github.com/stubbornella/oocss">Object Oriented CSS</a>. She makes a solid argument that best practice CSS techniques should be used and that we can build on those techniques to create even more efficient CSS for everyone involved.</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2010/01/oocss.gif" alt="OOCSS" /><br />
<span id="more-1136"></span><br />
<strong>There is a bit of controversy about the nature of calling it &#8220;Object Oriented&#8221; and the specific usage benefits of the techniques.</strong> This article will delve into what it is, how it can be used and link to different resources on the web for you to learn more as these concepts are in their fledgling stages. Don&#8217;t blame me for what it&#8217;s called. I just found it interesting and somewhat useful and wanted to share.</p>
<h5>What are the principles behind &#8220;Object Oriented&#8221; programming?</h5>
<p><em>I&#8217;m going to spare you the geek-speak and tell you straight up</em> — <strong>it&#8217;s basically programming blocks of code that you can use over again. </strong></p>
<p>Those blocks of code are often called &#8220;<strong>objects</strong>&#8221; in other programming languages and with HTML/CSS they are often referred to as &#8220;<strong>modules</strong>&#8220;. So for our purposes, OOCSS is basically a flexible HTML structure that you can apply sets of efficient and flexible CSS to. </p>
<h5>The Dirty Secret of OOCSS</h5>
<p>For those of you who live and die CSS — you already know&#8230; We already do this! It&#8217;s the nature of the cascade. Consider this example:</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2010/01/diagram-1.gif" alt="Diagram 1" /></p>
<p>So we already know of some OOCSS because they are basically best practice CSS techniques that have become more or less common place.</p>
<h5>Advanced CSS Techniques First Please</h5>
<h6>Be Classy</h6>
<p><img src="http://www.typesett.com/wp-content/uploads/2010/01/diagram-2.gif" alt="Diagram 2" /></p>
<p>ID selectors are meant for single use and Class selectors are meant for multiple use. So make sure you&#8217;re not using ID selectors for repeating styles as using Class selectors give you flexibility and of course re-usability.</p>
<h6>No Twins Allowed</h6>
<p><img src="http://www.typesett.com/wp-content/uploads/2010/01/diagram-3.gif" alt="Diagram 3" /></p>
<p>Nicole Sullivan points out that if you have styles that are very similar they should be the same. Learn to design efficiently because OOCSS will do you no good if you&#8217;re essentially re-creating the same modules (but slightly different) over and over again. (The size of the text in the diagram is slightly different.)</p>
<h6>Seperate Stucture (HTML) and Skin (CSS)</h6>
<p><img src="http://www.typesett.com/wp-content/uploads/2010/01/diagram-4.gif" alt="Diagram 4" /></p>
<p>Properties like height and width are hard to use repeatedly (in respect to modules) so it&#8217;s best to use CSS as intended and leave structure to be determined by content and &#8220;learn to love grids&#8221; (to quote OOCSS royalty; Nicole Sullivan).</p>
<h5>Can We Get To The OOCSS Yet?</h5>
<p><strong>As Nicole Sullivan says</strong> — treat the modules like site-wide legos and start to build a component library that your modules will be composed of. First you define the defaults and then you start building classes that build upon the cascade.</p>
<h6>Define Defaults</h6>
<p>Start off with the defaults that you can then alter with a class. For instance, setting the size and font via the default and then use classes to become more and more specific with color, style and etc. </p>
<p><img src="http://www.typesett.com/wp-content/uploads/2010/01/diagram-6.gif" alt="Diagram 6" /><br />
<strong>So you may have an instance where you have a h1 with a classes of h3.</strong> <em>Honestly, this doesn&#8217;t feel great to me but I have come across having to define headers over and over again. So although this feels wrong, I&#8217;m not knocking it untlI try it.</em></p>
<h6>Build On The Defaults With Classes</h6>
<p><img src="http://www.typesett.com/wp-content/uploads/2010/01/diagram-5.gif" alt="Diagram 5" /><br />
<strong>Avoid styling elements and localized ID selectors and try styling classes instead.</strong></p>
<h6>Use The <del>Force,</del>Cascade <del>Luke</del></h6>
<p><img src="http://www.typesett.com/wp-content/uploads/2010/01/diagram-7.gif" alt="Diagram 7" /><br />
<strong>For the class components to work, they need to be the same strength so the cascade will overide the previous rule.</strong> So that means you can&#8217;t have some classes deprecated and expect all your CSS components to work in the way OOCSS was meant for.</p>
<h6>Localizing is Evil in OOCSS</h6>
<p><img src="http://www.typesett.com/wp-content/uploads/2010/01/diagram-8.gif" alt="Diagram 8" /><br />
<strong>There are instances where you can get a little local on websites such as the masthead logo.</strong> However, you don&#8217;t want to paint yourself into a corner by localizing because when you re-use a class it won&#8217;t make sense semantically. Being semantic is a best practice that goes along with OOCSS as it will hopefully be easier to share with co-workers and train n00bs. </p>
<h6>Over Specyfying Is Evil Too</h6>
<p><img src="http://www.typesett.com/wp-content/uploads/2010/01/diagram-9.gif" alt="Diagram 9" /><br />
<strong>The whole point of OOCSS is to make things efficient.</strong> If you over-specify, then I daresay you&#8217;re repeating yourself and although semantically correct&#8230; this is code bloat. If you continue down this path, it will only continue to grow.</p>
<h6>Avoid Code Sequels</h6>
<p><img src="http://www.typesett.com/wp-content/uploads/2010/01/diagram-10.jpg" alt="Diagram 9" /><br />
As you can see from Nicole Sullivan&#8217;s slide — rather than duplicating a class, just extend it for maximum efficiency.</p>
<h5>The Bigger The Website Audience, The More Rewarding</h5>
<p>Let&#8217;s be honest. Localizing is not evil for everybody but it certainly becomes more difficult to work with and is more conducive for code bloat as the website grows. It&#8217;s up to you on whether or not these OOCSS techniques are useful or not, so please I implore you to explore and help the CSS community form an opinion on some of these new ideas. Here are some links I used to bone up on the subject and believe me, there are more tasty nuggets in these resources that  may be helpful to you that I may not have covered.</p>
<p><strong>Nicole Sullivan is the OOCSS project queen over at Guthub:</strong><br />
<a href="http://wiki.github.com/stubbornella/oocss">Object Oriented CSS, Grids on Github</a></p>
<p><strong>Nicole Sullivan Kickin&#8217; It at Yahoo!</strong><br />
<a href="http://developer.yahoo.net/blogs/theater/archives/2009/03/website_and_webapp_performance.html">Object Oriented CSS video on YDN</a></p>
<p><strong>Nicole Sullivan&#8217;s Often Referenced OOCSS Slide Presentation</strong><br />
<a href="http://www.slideshare.net/stubbornella/object-oriented-css?type=powerpoint">SlideShare.net: Object Oriented CSS</a></p>
<p><strong>Net Tuts did a Tutorial. Although a cool &#8220;tut&#8221; by Andrew Burgess, he uses HTML5/CSS3 in his examples which confuses the subject.</strong><br />
<a href="http://net.tutsplus.com/tutorials/html-css-techniques/object-oriented-css-what-how-and-why/">Object-Oriented CSS: What, How, and Why</a></p>
<h5>Let me know if I missed anything!</h5>
]]></content:encoded>
			<wfw:commentRss>http://www.typesett.com/2010/01/object-oriented-css-oocss-the-lowdown/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Practical Tips From An Event Apart SF 2008</title>
		<link>http://www.typesett.com/2009/11/practical-tips-from-an-event-apart-sf-2008/</link>
		<comments>http://www.typesett.com/2009/11/practical-tips-from-an-event-apart-sf-2008/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 07:28:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[An Event Apart]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://www.typesett.com/?p=1095</guid>
		<description><![CDATA[An Event Apart is from our smart friends at A List Apart. Popular web designer/developers such as Eric Meyer, Jeffrey Zeldman, Dan Cederholm, Jason Keith, Jason Santa Maria and others were on hand last year to unleash a can of knowledge whoopass on us eager attendees last year. Now that a year has passed and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.aneventapart.com/">An Event Apart</a> is from our smart friends at <a href="http://www.alistapart.com/">A List Apart</a>. Popular web designer/developers such as Eric Meyer, Jeffrey Zeldman, Dan Cederholm, Jason Keith, Jason Santa Maria and others were on hand last year to unleash a can of knowledge whoopass on us eager attendees last year. Now that a year has passed and I&#8217;m preparing for this year&#8217;s version, I&#8217;ve decided to reflect and share on some of the practical tips I learned from last.</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/11/an-event-apart-sf08.jpg" alt="An Event Apart San Francisco 2008"><br />
<a href="http://www.flickr.com/photos/kurafire/2777638342/in/pool-aeasf08"><em>Photo Courtesy: kurafire</em></a><br />
<span id="more-1095"></span><br />
<strong>Before we begin,</strong> the fine people at <a href="https://store.aneventapart.com/store/add_attendee/38">An Event Apart</a> (AEA) have bestowed upon me a coupon code whereas you can obtain a <strong>$50 discount</strong> during checkout for the upcoming <a href="https://store.aneventapart.com/store/add_attendee/38">San Francisco Conference</a> that has now just finished Early Bird Registration. It works for other events too, so if you&#8217;re not in the Bay — help yourself and help your wallet by using the TypeSett coupon code: <strong>AEATYPE</strong> for the event near you!</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/11/an-event-apart-coupon.gif"></p>
<p><em><strong>Now back to our regularly schedule programming:</strong></em></p>
<h5>From Jeffrey Zeldman &#8211; Understanding Web Design</h5>
<blockquote><p><strong>&#8220;Good Design Is Invisible&#8221;</strong></p></blockquote>
<p>Being a person who designs and develops website as a professional, you&#8217;d think that &#8220;Understanding Web Design&#8221; would amount to nothing more than a cute speech for the project managers in the audience. </p>
<p><strong>Wrong</strong>. Zeldman simplified and broke down the essence of what we do for a living. Sure, we work hard on delivering practical and functional solutions that amaze the eyes &#8211; but in the end why does anybody vist any website? The content. So it&#8217;s about time we realize that it&#8217;s the &#8220;character of the content&#8221; and not the &#8220;character of the designer&#8221;.</p>
<p>Towards the end of his lecture, he goes on to list 12 specific tips. The fourth tip really spoke to me:</p>
<blockquote><p><strong>Sell ideas, not pixels</strong></p></blockquote>
<p>When you&#8217;re in those all important meetings with clients, sell the concept behind your design. Never forget that the people visiting your website are human beings with emotions, ideas, intelligence <em>(hopefully)</em> and a purpose. Use those to your advantage and design web interfaces that can challenge your users in the right way. Sell your client on these ideas and not the pixels.</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/11/a-list-apart.gif"><br />
<a href="http://www.alistapart.com/articles/can-you-say-that-in-english-explaining-ux-research-to-clients/">A List Apart — Can be described as transparent and designed to facilitate the content rather than the website itself.</a></p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/11/web-designer-wall.gif"><br />
<a href="http://www.webdesignerwall.com/">Web Designer Wall — Comes to mind every single time I need an example of a flamboyant website design.</a></p>
<p>Both websites are popular communities that deliver quality content. <strong>Which is the approach that you would take? </strong></p>
<h5>From Eric Meyer &#8211; The Lessons of CSS Frameworks</h5>
<p>Meyer&#8217;s lecture basically consisted of a breakdown of the different CSS frameworks. He looked at popular frameworks such as <a href="http://960.gs/">960</a>, <a href="http://www.blueprintcss.org/">Blueprint</a> and others (9 total). He compared them based on how they handle certain web design aspects such as heading sizes, body sizes and etc. He also took a look at how they handled implementation and extra features such as sketch files, compression and hacks for cross browser compatibility.</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/11/css-frameworks.gif"></a></p>
<p>The main lesson learned at the end of the lecture is no secret. CSS frameworks are not perfect for every job, individual and or technical implementation. They do shed a lot of light on diagnosing what you do and don&#8217;t need in a CSS framework. <strong>So create your own, mix and match, evolve one to your own wants and needs.</strong></p>
<p>Right now, I blend a variation of 960 with a custom Meyer-based CSS reset and some other tweaks. This personal &#8220;framework&#8221; is portable for me and I can use it project after project and evolves over time.</p>
<h5>From Jason Santa Maria &#8211; Storytelling By Design</h5>
<p>For me, Santa Maria&#8217;s lecture was the most inspiring and eye-opening of the entire event. He basically builds on what Zeldman was preaching and basically asks —<strong> If content is King, how come we treat it like a pauper? </strong></p>
<p><a href="http://jasonsantamaria.com/"><img src="http://www.typesett.com/wp-content/uploads/2009/11/jason-santa-maria.gif" alt="Jason Santa Maria Website"></a><br />
<a href="http://jasonsantamaria.com/">Santa Maria practices what he preaches. Visit his website and see how he&#8217;s currently experimenting with web layout.</a></p>
<p>He showed us specific examples of websites that were functional and practical from a usability standpoint but challenged the user in a good way. He quotes the philosopher <strong>Bertrand Russell</strong>:</p>
<blockquote><p><strong>&#8220;The greatest challenge to any thinker is stating the problem in a way that will allow a solution.&#8221;</strong></p></blockquote>
<p><strong>Think of it this way&#8230; </strong>is it possible to distill the entire purpose of your client&#8217;s business in a single sentence? Would you want to? I don&#8217;t know the answer and he clearly states that neither does he. But I think we both would agree that you can&#8217;t template creativity and that it would suit you well to properly explore solutions to telling your client&#8217;s unique story.</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/11/google-11.9.09.gif"></a><br />
Google does a lot of things for us but in the end, doesn&#8217;t the search feature essentially help us learn something new every day? Does this graphic help tell the story of the company and what they offer? </p>
<h5>Luke Wroblewski &#8211; Web Application Hierarchy</h5>
<p>Wroblewski is a principal designer at Yahoo! Inc. and a book writer of such web form design classics such as — <a href="http://www.amazon.com/Web-Form-Design-Filling-Blanks/dp/1933820241">Web Form Design: Filling In The Blanks</a>. It&#8217;s actually a very practical reference book for web design, I highly recommend it.</p>
<p>I admit that going into the conference I was aware of the intense scrutiny of how some companies handle forms &#8211; especially in e-commerce websites &#8211; but I wasn&#8217;t aware of the practical science and metrics Wroblewski offered. In his lecture summary, he writes:</p>
<blockquote><p><strong>Visual Communication</strong> is part <strong>Visual Organization</strong> and part personality. <strong>Visual Hierarchy</strong> is a deliberate prioritization of <strong>Visual Weight</strong> enabled by the manipulation of <strong>Visual Relationships</strong> to create <strong>Meaning</strong> for users.</p></blockquote>
<p>The most important lesson I learned from him is that I should not take the user for granted when designing a web application. Not only should I practice sound design and best practices but I should test and continually learn from my experiences as a developer and a consumer to better serve the users.</p>
<h5>From Heather Champ &#8211; Shepherding Passionate Communities</h5>
<p>Champ is the Director of Community at Flickr and oversees member activities. For most of us, we design and develop websites not meant for critical mass. However, we can learn from somebody who works on a 24 million member website and the unique problems they encounter.<br />
<strong><br />
Specifically, for me — she&#8217;s a master at dealing with fuck-ups.</strong> Here&#8217;s a nice guide from Champ for when the shit hits the fan:</p>
<ul>
<li>Always be nice</li>
<li>Inform them</li>
<li>Keep them updated</li>
<li>Make the best of the situation</li>
</ul>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/11/flickr-fail.jpg" alt="Flickr Fail"><br />
<a href="http://www.flickr.com/photos/thelastminute/193918703/">Photo Courtesy: thelastminute</a><br />
For us long-time Flickr users, we know of those funny and unique &#8220;We&#8217;re Down&#8221; pages where they pull images from user-contributed contests they created for this very reason. When websites give you lemons, make lemonade.</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/11/fail-whale.gif" alt="Twitter's Fail Whale"><br />
 Twitter to a degree has been gracing us with the &#8220;Fail Whale&#8221; for a few years now. It&#8217;s not nearly as interesting as having the creativity of your audience deliver this message for you but at least it has a jovial tone.</p>
<h5>More Than A Conference</h5>
<p>Honestly, I would have to admit that up until I attended last year&#8217;s conference I was unsure of what I wanted in my career. I never shied away from web design and development but I couldn&#8217;t say that I dreamed of doing this since I was a kid. The enthusiasm, inspiration and the community of the people of the event answered those questions for me. I couldn&#8217;t recommend this conference enough if you have any questions of where your career is heading creatively while transitioning away from traditional graphic design.</p>
<p>I have no formal connection with AEA, but my contact over there has decided to offer a coupon code for the viewers of this website: AEATYPE</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/11/an-event-apart-coupon.gif"></p>
<h5>Thank You For Reading, Drop A Note If You&#8217;d Like!</h5>
]]></content:encoded>
			<wfw:commentRss>http://www.typesett.com/2009/11/practical-tips-from-an-event-apart-sf-2008/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CSS Selectors &#8211; A Guide To The Common &amp; The Rare</title>
		<link>http://www.typesett.com/2009/09/css-selectors-a-guide-to-the-common-the-rare/</link>
		<comments>http://www.typesett.com/2009/09/css-selectors-a-guide-to-the-common-the-rare/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 06:51:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://www.typesett.com/?p=1049</guid>
		<description><![CDATA[Most of you will be surprised by some of the CSS selectors that I'm writing about today. For instance, did you know can select a element based on a ending substring such as ".pdf"? BAM, add that selector to your a element and you can make all PDFs on your website italic and purple without any addition HTML! You xan do that with other substrings too! ]]></description>
			<content:encoded><![CDATA[<p>Most of you will be surprised by some of the CSS selectors that I&#8217;m writing about today. For instance, did you know can select a element based on a ending substring such as &#8220;.pdf&#8221;? BAM, add that selector to your a element and you can make all PDFs on your website italic and purple without any addition HTML! You xan do that with other substrings too! </p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/09/css-selectors-main.jpg" alt="Article Teaser Image" /></p>
<p>We&#8217;re also going to go over some of the differences between more common selectors just so you know you&#8217;re efficiently implementing your code.</p>
<p><span id="more-1049"></span></p>
<h5>COMMONLY USED SELECTORS (like squirrels)</h5>
<h6>UNIVERSAL SELECTOR:</h6>
<p><code>* {color:blue;}</code><br />
<strong>This is applied to all elements unless it has a explicit selector already applied.</strong> The most common usage is probably those who are using it to reset values or apply universal values (duh!). For a quick fix — it might come in handy if you were doing a website demo and wanted to adjust all the font-sizes in your website by adding a <em><strong>font-size: 125% </strong></em>temporarily for the people in the back to see better.</p>
<h6>TYPE SELECTOR:</h6>
<p><code>body {background-color:blue;}</code><br />
<strong>This is applied to to all matching elements.</strong> Whether it be a default or a custom Class or ID selector (see next), the match is found and the style is applied.</p>
<h6>CUSTOM CLASS  &#038; ID SELECTORS:</h6>
<p><code>.emergency {color:blue;}<br />
#wrapper {background-color: blue;}<br />
</code><br />
<strong>These are custom selectors that are formed by either using the dot notation or the hash mark preceding the name.</strong> The usage of these are basically Class for multiple instances and ID for single instances.  You can target elements by directly adding them preceding the dot or hash marks.</p>
<p><code>p.sidebar {color:blue;}<br />
p#content {color:blue;}<br />
</code></p>
<h6>DESCENDANT SELECTOR:</h6>
<p><code>body p {color:blue;}</code><br />
<strong>This is applied to to all descended elements of another selector.</strong> So that means all children, grandchildren, great-grandchildren will have the style applied to them.</p>
<h6>CHILD SELECTOR:</h6>
<p><code>ul > li {color:blue;}</code><br />
<strong>This is applied to only the children of the parent selector.</strong> This means you can target a specific depth of the element rather than have styles applied to the entire ancestry.</p>
<h5>LESS COMMONLY USED SELECTORS (like red pandas)</h5>
<h6>ADJACENT SIBLING  SELECTOR:</h6>
<p><code>h2 + p {color:blue;}</code><br />
<strong>This is applied to the adjacent sibling of another element.</strong> In other words, you might want to target an element that you know immediately follows another. For instance, in the middle of your web page content you have a text call-out with a <em><strong>h2</strong></em> header. You can have all the instances of a <em><strong>p</strong></em> be styled differently to indicate that it&#8217;s a call-out with a background value. Also, this only applies to elements — so text in between the elements will be ignored. (This only works according to HTML document tree). <a href="http://meyerweb.com/eric/articles/webrev/200007a.html">See Eric Meyer&#8217;s Website for more on this&#8230;</a></p>
<h6>SIMPLE ATTRIBUTE  SELECTOR:</h6>
<p><code>a[class] {color:blue}</code><br />
<strong>This is applied to any element with a matching attribute.</strong> For instance, you want to apply a style on every link on the page with a class associated with it, even though they belong to different classes.</p>
<h5>RARELY SEEN SELECTORS (like unicorns)</h5>
<h6>EXACT ATTRIBUTE  SELECTOR:</h6>
<p><code>a[rel="next"] {color:blue}</code><br />
<strong>This is applied to only elements with the exact matching attribute.</strong> This could be useful if you&#8217;re trying to style specific attributes or even if you&#8217;re trying to style a group of obscure attributes like a set of <em><strong>rel</strong></em> and <em><strong>rev</strong></em> links. (They&#8217;re obscure to me because I don&#8217;t often use them! ha!)</p>
<h6>PARTIAL ATTRIBUTE  SELECTOR:</h6>
<p><code>a[rel~="party"] {color:blue}</code><br />
<strong>This can be applied to elements with space separated values. </strong> For instance it would work for <em><strong>class=&#8221;party&#8221;</strong></em> and <em><strong>class=&#8221;party august&#8221;</strong></em> but not <em><strong>class=&#8221;party-time&#8221;</strong></em>. So you can see it would be useful if you used these selectors to group a set of targets together by naming them a certain way.</p>
<h6>BEGINNING SUBSTRING SELECTOR:</h6>
<p><code>a[href^="/party"] {color:blue}</code><br />
<strong>You can apply this selector to grab a element based on the beginning substring.</strong> This is useful if you want to style a set of elements that are grouped in a certain way like the beginning of a url for instance.</p>
<h6>ENDING SUBSTRING SELECTOR:</h6>
<p><code>a[href$="/document.pdf"] {color:blue}</code><br />
<strong>You can apply this selector to grab a element based on the ending substring.</strong> This is a showstopper for sure! I think it&#8217;s good usability to alert users what type of file they are clicking on and this is a great way to consistently label files for your users visually (you still might want to include the file name or file type in the text but this helps them scan).</p>
<h6>ARBITRARY SUBSTRING SELECTOR:</h6>
<p><code>a[href*="typesett.com"] {color:blue}</code><br />
<strong>You can apply this selector to grab a element based on any substring in the attribute.</strong> If you can find a pattern with an occurring substring on your page, you can exploit it to target only those same substrings.</p>
<h6>LANGUAGE SUBSTRING SELECTOR:</h6>
<p><code>body[lang|="en"] {color:blue}</code><br />
<strong>This is used for selecting elements with a lang attribute.</strong> This is useful for differentiating content in different languages. </p>
<p>I&#8217;ve actually known this to be the <em>&#8220;match or starts with&#8221;</em> selector. Some people use it like this:<br />
<code>img[src|="party"] {border-color:blue}</code><br />
and what it would do is find <em><strong>party.jpg</strong></em> or <em><strong>party56.jpg</strong></em> but not <em><strong>august/party.jpg</strong></em>.</p>
<p><a href="http://www.flickr.com/photos/minor_incident/"><em>Props to Jake Vance for the image!</em></a></p>
<h5>Comment If You Have Anything To Add Or Correct!</h5>
<h5>Other Articles You Might Like:</h5>
<p><a href="http://www.typesett.com/2009/07/css-rehab-3-step-program-to-getting-clean/">CSS Rehab – 3 Step Program To Getting Clean</a><br />
<a href="http://www.typesett.com/2009/08/5-innovative-css-techniques-you-should-know-about/">5 Innovative CSS Techniques You Should Know About</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.typesett.com/2009/09/css-selectors-a-guide-to-the-common-the-rare/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>The Web Host With The Most (for you)</title>
		<link>http://www.typesett.com/2009/07/the-web-host-with-the-most-for-you/</link>
		<comments>http://www.typesett.com/2009/07/the-web-host-with-the-most-for-you/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 05:20:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Best of Industry]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.typesett.com/?p=982</guid>
		<description><![CDATA[There is more to a website than just designing it – you will also have to get a hosting plan that will support it. To make life a bit easier for you we have gone through the most popular types of web hosting on the market today and what to look for in their respective hosting plans.]]></description>
			<content:encoded><![CDATA[<p><strong>There is more to a website than just designing it – you will also have to get a hosting plan that will support it.</strong> To make life a bit easier for you we have gone through the most popular types of web hosting on the market today and what to look for in their respective hosting plans. </p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/07/web-host-with-the-most.jpg" alt="Web Host with the Most" /><br />
<span id="more-982"></span></p>
<h5>Shared Hosting – For Those on a Small Budget</h5>
<p>People that do not want to spend a fortune on their web hosting and do not need it to be super-strong should start by looking at shared hosting plans. It is the most popular type of web hosting and it is also a perfect match for small online businesses or for personal websites. When we say that shared hosting is not super-strong we do not mean that it lacks in quality. You will still get secure and qualitative hosting, only costing a few dollars per month, but if your site gets a lot of visitors it might become a bit slow or even crash if it is a ton of visitors. That said, it takes a LOT of visitors to slow down a website that is built upon shared hosting so it will most likely not be a problem. Many of the best shared hosting plans are very similar – just make sure that you get plenty of bandwidth, disk space and that their uptime record is good.</p>
<p>Some companies that have generally been well received from their users and critics alike are:<br />
<a href="http://www.hostmonster.com">Host Monster</a><br />
<a href="http://www.justhost.com">Just Host</a><br />
<a href="http://www.webhostingsearch.com/shared-web-hosting.php">Top 10 Shared Web Hosting from <em>Web Hosting Search</em></a></p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/07/host-monster.jpg" alt="Host Monster Screen Shot" /></p>
<p><strong>In this field there are many companies that have a less than respectable reputation and it is important to look into their background before committing.</strong> There are many shared hosting companies that are resellers and may lack the resources to effectively maintain their servers and client bases&#8217; needs.  That is not to say that all resellers are bad as that is far from the truth, but it is necessary to look over their finer points in depth to make sure they will be able to serve your needs in the best possible way.</p>
<h5> Dedicated Hosting – Great for Major Companies</h5>
<p>If you are in charge of a website that attracts a lot of visitors you better have web hosting that can handle all the traffic. Dedicated hosting is the crème de la crème of the web hosting industry and is a perfect match for the more popular websites. The server, which will work solely for you, is stored, protected, and maintained by the hosting provider. There are two forms of dedicated hosting: managed and unmanaged. With managed dedicated hosting it is very easy, all you have to do is take care of the onsite content. Unmanaged dedicated hosting requires more technical knowledge but it also gives more possibilities of optimizing things after your liking. Dedicated server hosting costs range quite a bit based on the plan and the average costs range from $60 and $200 per month, which has to be regarded as affordable when considering the strength and stability of the hosting plan.</p>
<p>The options available with dedicated hosting have a relatively broad range. In mentioning a few  of the companies that are highly thought of, we have mentioned one that is more focused on the higher end of the spectrum and one that is more entry level. <a href="http://www.inmotionhosting.com/">InMotion</a> is well known for their shared services but their dedicated plan is exceptional, although not for everyone with its nearly $200 a month price tag.  For those seeking a dedicated host with less of an investment would be wise to consider <a href="http://www.esecuredata.com">eSecureData</a> . They offer plans that range from $80 and up, but even their “low” level system is very respectable for the price and they have a strong reputation for their customer support.</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/07/inmotion.jpg" alt="InMotion Screen Shot" /><br />
<strong><br />
When looking at plans, compare the differences between the “cheap” and expensive monthly plans.</strong>  Some companies may charge substantially more for only a minor increase in features. It is also important to compare between companies for similar reasoning.</p>
<h5>VPS Hosting – The Middle Alternative</h5>
<p>VPS hosting plans are quickly growing in popularity and this type of web hosting has become the backbone of many web hosting providers of today. It is often referred to as the thing filling the gap between shared hosting and dedicated web hosting. With it you will get a customizable and stable hosting solution. Make sure that your VPS hosting plan contains plenty of disk space, monthly transfer, RAM, an unlimited number of add-on domains and a knowledgeable customer support team.</p>
<p>There are very few companies who offer VPS as their only solution, so the majority of the companies who offer quality VPS are the companies who have nice shared/dedicated offerings. One company of note though is <a href="http://www.hostican.com">HostICan</a> as their VPS solution as they offer a pretty good setup for the price and are well known for their reliability.</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/07/host-i-can.jpg" alt="Host I Can Screen Shot" /></p>
<h5>Green Hosting – For a Healthier Environment</h5>
<p>If you feel as if you want to do something for the environment Green Hosting is the thing for you. It is most often the same as the shared hosting plans but the web host either uses eco-friendly energy sufficient servers or purchase carbon offsets. As green hosting is shared hosting their plans should be equally good as well. This is one of the trendier alternatives of the hosting industry at the moment.</p>
<p>While it is possible to get Green Hosting from a few of the companies who offer standard hosting, if going green is of real importance to you it is good to check out companies who focus only on that. If a green, shared host is what you are looking for <a href="http://www.greengeeks.com/">Green Geeks</a> is definitely worth checking out as they are not only carbon neutral but actually buy three times more energy credit than they use. As Green Hosting is the use of energy credits to counteract carbon dioxide emissions and not actually something different done at the company (outside of energy efficient servers), there is no reason that a green host should have less features than a standard shared or dedicated hosting company. It is definitely possible to find a host that meets your server needs while still having a positive environmental impact.</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/07/green-geeks.jpg" alt="Green Geeks Screen Shot" /></p>
<h5> Cloud Computing – Adaptable Hosting</h5>
<p>Cloud computing is probably the hottest thing on the hosting market for the moment being. It is very flexible hosting as it grows in strength and stability when needed and goes back to its original shape when you do not have that many visitors. As a customer of cloud computing you do not have to pay for more web hosting than your website is using.</p>
<p>At the time of writing this piece, our review team was accessing the options available with cloud hosting and the data had not been finalized. One of the standout companies that was found however was <a href="http://www.gogrid.com/">GoGrid</a> . GoGrid is worth noting for their affordable rates as well as their support services.</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/07/go-grid.jpg" alt="Go Grid Screen Shot" /></p>
<p><strong>Whichever hosting type you choose, it is important to read the fine points of what is involved with your plan.</strong> While a plan may sound incredible on the surface, it could have very low bandwidth, poor support structure, or any number of issues. A hosting plan is a choice that you will have to live with for awhile and should be taken seriously.  Although there are hundreds of great plans out there , some poor providers do exist and it is up to the consumer to make sure they know what they are getting into.</p>
<h5>Author Bio:</h5>
<p><strong>David Walsh is a blogger and editor with Web Hosting Search.</strong> Here he tests and reviews hosting providers and web development tools as well as blogging about current happenings within the hosting industry.  If you are looking for something specific in a hosting provider, check out our advanced search tool to find the appropriate web host: <a href="http://www.webhostingsearch.com/">http://www.webhostingsearch.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.typesett.com/2009/07/the-web-host-with-the-most-for-you/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>3 Fresh Web Design Ideas</title>
		<link>http://www.typesett.com/2009/06/3-fresh-web-design-ideas/</link>
		<comments>http://www.typesett.com/2009/06/3-fresh-web-design-ideas/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 05:27:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.typesett.com/?p=881</guid>
		<description><![CDATA[<strong>We're always on the hunt for new techniques, better solutions and just some good ol' fresh ideas. </strong>Here are a couple of simple concepts I found in use on the web that I think help us look at a standard solution and offer a non-standard answer. ]]></description>
			<content:encoded><![CDATA[<p><strong>We&#8217;re always on the hunt for new techniques, better solutions and just some good ol&#8217; fresh ideas. </strong>Here are a couple of simple concepts I found in use on the web that I think help us look at a standard solution and offer a non-standard answer. </p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/06/egg.jpg" alt="Fresh Eggs" /><br />
<span id="more-881"></span></p>
<h5>#1 — Making the Usual, Unusual.</h5>
<p><strong>Instead of the usual neatly organized drop-down sub menu of options, we have a custom drop-down shelf!</strong> This is a great concept for the young demographic visiting their website who are in interested in the lifestyle aspects of the brand. Beyond that though, it&#8217;s a way for Converse to show how relevant they <em>still</em> are by employing innovative web design techniques.</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/06/converse.jpg" alt="Converse Home" /></p>
<p><a href="http://www.converse.com/">http://www.converse.com/</a></p>
<h5>#2 — Kill a Fly with a Shotgun.</h5>
<p><strong>David Airey is a great designer and a vocal blogger based in Ireland.</strong> Even though I frequent his website, I&#8217;ve never clicked on his explanation of RSS. When I did, I saw he decided to answer that question with a video of all things (linked from commoncraft). He could have accomplished this with a sentence or two and a tidy little diagram but the sheer pomp magnificence of a video makes it monumentally more interesting. </p>
<p>Instead of a standard text/photo &#8220;About Me&#8221; page — why not produce a gangsta rap video to tell your life story? That may be extreme but that&#8217;s the point! Do something normal but in extraordinary ways to shake things up. Usability theories are centered on making something easier to use. However, if you can figure out how to make something more difficult but more interesting it may be worth it to risk connecting with your audience better.</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/06/david-airey.jpg" alt="David Airey Home" /></p>
<p><a href="http://www.davidairey.com/what-is-rss/">http://www.davidairey.com/what-is-rss/</a></p>
<h5>#3 — Nice to Meet You. Again.</h5>
<p><strong>Mature websites may have taken years to get to where they are now, slowly building and growing with every added piece of content.</strong> It only reasons that newer members of your community may not be familiar with your past brilliance. Why leave it up to them to stumble onto your old content in a search or list somewhere? Take the initiative to introduce your content and your website properly to your new viewers. Point them to your most poignant and relevant posts. They&#8217;ll appreciate it and understand the significance of where your website has been and where it&#8217;s going.</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/06/a-list-apart.jpg" alt="A List Apart Home" /></p>
<p><a href="http://www.alistapart.com/articles/ALAprimer/">http://www.alistapart.com/articles/ALAprimer/</a></p>
<h5>Like this article? Comment!</h5>
]]></content:encoded>
			<wfw:commentRss>http://www.typesett.com/2009/06/3-fresh-web-design-ideas/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Dell&#8217;s Della &amp; Designing Websites for Women</title>
		<link>http://www.typesett.com/2009/05/dells-della-designing-websites-for-women/</link>
		<comments>http://www.typesett.com/2009/05/dells-della-designing-websites-for-women/#comments</comments>
		<pubDate>Tue, 26 May 2009 05:11:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Advertising]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.typesett.com/?p=814</guid>
		<description><![CDATA[<strong>Knowing your demographic is crucial to designing an effective website. You can hone in on their unique characteristics and deliver a quality user experience that's effective. </strong><strong><em>However</em></strong>, you never want to pander to them because it can be offensive. That's exactly what has happened with Dell's mini-site for women — <a href="http://content.dell.com/us/en/home/della.aspx">Della</a>.]]></description>
			<content:encoded><![CDATA[<p><strong>Knowing your demographic is crucial to designing an effective website.</strong> You can hone in on the unique characteristics of that demographic and deliver a quality user experience that&#8217;s effective. <strong><em>However</em></strong>, you want to avoid blatant pandering because it can be offensive. That&#8217;s exactly what has happened with Dell&#8217;s mini-site for women — <a href="http://content.dell.com/us/en/home/della.aspx">Della</a>.</p>
<h5>Della Backlash</h5>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/05/della-home.jpg" alt="Della Homepage" /><br />
<span id="more-814"></span></p>
<p><strong>After an initial backlash from the premiere of the mini-site, they toned down some of the design and messaging but even with the updates it still feels borderline offensive.</strong> The most appalling messaging was in the &#8220;tips&#8221; sections where they opted to offer subject matter on calorie counting, recipe management and fitness. Rather than go that route, they could have highlighted useful functionality that women would appreciate such as size, portability and ease-of-use.<br />
<strong><br />
True, everybody looks at those features but you can write messaging that speaks to women specifically without offending them. For example, size and portability</strong> — if you&#8217;re a female looking to replace your heavy laptop, then this ad speaks about how the product helps you instead of pandering to female stereotypes:</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/05/apple-macbook-air.jpg" alt="Apple Macbook Air Home" /><br />
<strong>&#8220;Flat Out Stunning&#8221;. </strong> If the headline was in pink, would women start uncontrollably buying Macbook Airs? </p>
<h5>On Demographics</h5>
<p><strong><br />
Corporations go to great lengths to understand the demographics of their customers so they can develop strategies.</strong> Sometimes, with the help of consultants and or specialized firms they make actual profiles of customers that are remarkably detailed. For instance, a profile may include gender, age, income and location but you may be surprised that they also gather information about <em>offspring, sport team affiliation, television shows, hobbies and amount of disposable time for any given day. </em></p>
<p>The consultants and firms gather that information via paid surveys and the like with full participation of the customers so I&#8217;m not concerned with privacy but with how it&#8217;s used. <strong>My former company of employment (fitness industry) looked at that information and developed special programs that were beneficial to them</strong> such as if they had kids — they looked into child-care related offerings in addition to our core messaging centered around fitness. So our messaging would be; <em>&#8220;We offer fitness and we make it convenient for you and your family&#8221;</em> rather than pandering to women like; <em> &#8220;Since you have children, you&#8217;ll like our fitness center&#8221;</em> — <strong>which can be made more offensive if the visual design was overly skewed towards women. </strong></p>
<h5>Did They Fix It?</h5>
<p><strong><br />
Unfortunately, despite the internet backlash</strong> — <em>Dell still doesn&#8217;t seem to understand the essence of the problem</em>. While it may be okay to target a specific demographic, they have choose to tone down the pandering rather than completely scrap it. <strong>Take a look at the new &#8220;Tips&#8221; section and see how instead of playing female stereotypes they overly simplify:</strong></p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/05/della-tips.jpg" alt="Della Tips" /><br />
Sorry, but I&#8217;d say most females in 2009 are perfectly capable of operating a computer beyond these insultingly basic tasks. <strong>Seriously, #4 is referring to USB key drives right?</strong> IMO, that&#8217;s almost as offensive as the original!<br />
<strong><br />
As for their &#8220;featured artist&#8221; page, I question it&#8217;s entire premise and wonder if they should rename it &#8220;Pander-Land&#8221;.</strong> Dell is not making creative software like Adobe so I don&#8217;t understand the significance of having a &#8220;featured artist&#8221; page and not a &#8220;featured professional&#8221; page highlighting all the great <em>female students, scientists, programmers, artists and other professionals</em> out there: </p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/05/della-featured.jpg" alt="Della Featured" /></p>
<p><strong>In a traditional case study, individuals are featured to highlight their achievements relative to the product you are selling.</strong> It&#8217;s a great tool because it works as a testimonial, success story and highlights the product in ways a fact sheet can&#8217;t. So I find myself wondering why Dell chooses to forgo a traditional case study and instead opts for a simple bio and a video entitled &#8220;Darling Robyn: How to Score at Vintage Stores&#8221;.  <strong>To me, it&#8217;s laziness or extreme pandering. </strong><em>I don&#8217;t understand what a female computer shopper is getting from this page.</em></p>
<h5>Doing it Right</h5>
<p>From Della, we understand what&#8217;s wrong but what can we do so that our future projects don&#8217;t suffer from the same mistakes?</p>
<h6>1 — Research</h6>
<p><strong>It takes thoughtful consideration to bring a useful and effective website to the masses — even more so for one targeted to a specific demographic.</strong> Every industry is unique and different but if you do the leg work in finding out what <strong><em>is</em></strong> and <strong><em>is not</em></strong> acceptable then you just need to stay within those guidelines according to your judgment. <strong>Look at other websites that actually do a good job with design and messaging to women, such as:</strong></p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/05/breast-cancer-website.jpg" alt="Della Featured" /></p>
<p><a href="http://www.breastcancer.org/">Breastcancer.org</a> uses an appealing palette, tasteful art direction in photos, illustrations and graphics as well as non-gender specific usability choices to deliver an effective website.</p>
<h6>2 — Practical Benefits to Women</h6>
<p><strong>Instead of pandering,</strong> find out what women would love about your product and communicate that to them tastefully. In my experience, if you think the worst of your users, you&#8217;re really thinking the worst of yourself. You need to rise to the challenge and find a way to properly communicate your message without having to resort to blaming them for being what they are and using outdated stereotypical design concepts and ideas.</p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/05/apple-macbook.jpg" alt="Apple Macbook Pro Home" /></p>
<p>Although not specifically targeted to women, here&#8217;s another example from Apple that touts a universal benefit that would be well appreciated by women. For technology products, the benefits are usually non-gender specific. Dell perhaps could have done a better job offering answers about concerns females often have about their products that men don&#8217;t.</p>
<h6>3 — Do Testing</h6>
<p><strong>The effort involved in testing will far outweigh the effort involved in trying to quell public outcry for the offense your website will have caused</strong> (as evidenced by Della). The problems with the Della website could have easily been avoided because they were so blatantly distasteful. I believe proper testing could have potentially caught this problem and saved them before they went live.<br />
<strong><br />
Female Dell employees were probably involved at some level</strong> creating the website but my best guess is that they were not in decision-making roles. Also, if they did testing — I don&#8217;t believe they assembled as diverse a group of testers as they should have. Assembling a range of female testers in age, tech savvy and profession should have been a priority for them if they did testing. Other than that, I would have also made sure I did a direct comparison to the normal website so the testers could understand the techniques used in targeting them and offer feedback. <strong>If the Della team did that, I would think the testers would have responded the same way the internet has.</strong></p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/05/dell-home.jpg" alt="Dell Home" /><br />
Some people like <a href="http://news.cnet.com/8301-17938_105-10241299-1.html">Cnet&#8217;s Matt Hickey believe gender neutral</a> is the way to go — like Dell&#8217;s normal home page for example.</p>
<h5>Common Sense</h5>
<p><strong><br />
Most men and women can both stand to be better educated about computers but Dell chose not to innovate by doing something new and perhaps helpful to the community.</strong> For instance — creating a non-gender specific mini-website that offers &#8220;how-to&#8221; advice on a variety of computer issues that would attract the less tech-savvy females (and men) they seem to covet. Another idea is to challenge your female demographic by offering a contest to any female who has bought a Dell notebook to create a video that helps educate people on the environment. <strong>My point is Dell took every shortcut along the way and paid for it at the end.</strong></p>
<p><strong>Around the internet:</strong><br />
<a href="http://bits.blogs.nytimes.com/2009/05/14/what-do-women-want-in-a-laptop/"><br />
<strong>What Do Women Want in a Laptop?</strong> — Jenna Wortham of the New York Times offers a level headed summary.</a></p>
<p><a href="http://www.blogher.com/big-aaargh-dells-della"><strong>Big Aaargh! for Dell&#8217;s Della</strong> — Virginia of BlogHer does a great job rounding up reaction.</a></p>
<p><a href="http://pointlessbanter.net/2009/05/15/dell-unveils-new-site-that-even-my-dumb-vagina-can-understand/"><strong>Dell Unveils New Site That Even My Dumb Vagina Can Understand.</strong> — Slackmistriss goes off on Della in one of the most entertaining posts</a></p>
<p><a href="http://www.forbes.com/2009/05/22/dell-tech-marketing-forbes-woman-time-della.html"><strong>Dell&#8217;s Revamped &#8216;Della&#8217; Site For Women</strong> — Forbes chronicles how Dell is allowing some negative comments about the campaign on the website.</a></p>
<p><a href="http://www.engadget.com/2009/05/11/dell-unveils-della-website-to-help-women-choose-which-totally-cu/2"><strong>Dell unveils Della website to help women choose which totally cute laptop they prefer</strong> — Engadget cracks some good jokes at Della&#8217;s expense.</a></p>
<h5>Other articles you might like:</h5>
<p><a href="http://www.typesett.com/2009/03/tropicana-rebrand-the-aftermath/">Tropicana Rebrand &#8211; THE AFTERMATH</a></p>
<h5>Agree or disagree? Comment!</h5>
]]></content:encoded>
			<wfw:commentRss>http://www.typesett.com/2009/05/dells-della-designing-websites-for-women/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Best &amp; Worst Television Network Websites</title>
		<link>http://www.typesett.com/2009/05/best-worst-television-network-websites/</link>
		<comments>http://www.typesett.com/2009/05/best-worst-television-network-websites/#comments</comments>
		<pubDate>Mon, 18 May 2009 06:28:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Best & Worst]]></category>
		<category><![CDATA[Best of Industry]]></category>
		<category><![CDATA[Comparison]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.typesett.com/?p=798</guid>
		<description><![CDATA[<strong>Television is still one of the most powerful media outlets today despite the increasing popularity of the Internet.</strong> How do the networks represent themselves online? At the best, ESPN and CNN represent the best destination for their type of specialty for both television and the web... and at the worst, MTV and BET are leaders in youth culture yet are not very provocative in their websites. <strong>Here are 20 very popular network websites that I categorized into <em>Best</em>, <em>Average</em> and <em>Worst</em>:</strong>]]></description>
			<content:encoded><![CDATA[<p><strong>Television is still one of the most powerful media outlets today despite the increasing popularity of the Internet.</strong> How do the networks represent themselves online? At the best, ESPN and CNN represent the best destination for their type of specialty for both television and the web&#8230; and at the worst, MTV and BET are leaders in youth culture yet are not very provocative in their websites. <strong>Here are 20 very popular network websites that I categorized into <em>Best</em>, <em>Average</em> and <em>Worst</em>:</strong></p>
<h5>BEST</h5>
<p>The one common factor of all these websites is that they should make you excited about the programming for that network. As usual, the more innovative, usable and aesthetically pleasing along the way the better. <strong>I think these are the best:</strong></p>
<p><a href="http://www.fxnetworks.com/"><strong>FX Network</strong></a><br />
<img src="http://www.typesett.com/wp-content/uploads/2009/05/1-fx.jpg" alt="FX Network" /><br />
FX has a unique layout while clearly highlighting their unique programming.<br />
<span id="more-798"></span><br />
<a href="http://espn.go.com/"><strong>ESPN</strong></a><br />
<img src="http://www.typesett.com/wp-content/uploads/2009/05/2-espn.jpg" alt="ESPN" /><br />
ESPN is one of the rare cases of being equally dominant on air and on the tubes. Their recent redesign keeps them on top.</p>
<p><a href="http://www.fox.com/"><strong>FOX</strong></a><br />
<img src="http://www.typesett.com/wp-content/uploads/2009/05/3-fox.jpg" alt="FOX" /><br />
Say what you want about them but their website is clean, sticks out from the other big 5 networks and highlights their shows well.</p>
<p><a href="http://dsc.discovery.com/"><strong>Discovery Network</strong></a><br />
<img src="http://www.typesett.com/wp-content/uploads/2009/05/4-discovery.jpg" alt="Discovery" /><br />
They manage to make educational programming look&#8230; sexy. At least better than PBS.</p>
<p><a href="http://www.tnt.tv/"><strong>TNT</strong></a><br />
<img src="http://www.typesett.com/wp-content/uploads/2009/05/5-tnt.jpg" alt="TNT" /><br />
Easy to digest and I love the transitions on the sliding hero graphic. They took a tried and true user pattern and made it work well for them.</p>
<p><a href="http://www.foodnetwork.com/"><strong>Food Network</strong></a><br />
<img src="http://www.typesett.com/wp-content/uploads/2009/05/6-food-network.jpg" alt="Food Network" /><br />
Similar to ESPN they are big players in the culinary resources available online.</p>
<p><a href="http://www.cbs.com/"><strong>CBS</strong></a><br />
<img src="http://www.typesett.com/wp-content/uploads/2009/05/7-cbs.jpg" alt="CBS" /><br />
When a channel goes out to promote a popular show&#8230; might as well go all in. I don&#8217;t even watch Survivor but I wanted to after visiting,</p>
<p><a href="http://www.bravotv.com/"><strong>Bravo</strong></a><br />
<img src="http://www.typesett.com/wp-content/uploads/2009/05/8-bravo.jpg" alt="Bravo" /><br />
Bravo did a good job of developing a simple, yet unique look. It went a long way in helping their content look fresh to their target demographics. </p>
<p><a href="http://www.cnn.com/"><strong>CNN</strong></a><br />
<img src="http://www.typesett.com/wp-content/uploads/2009/05/9-cnn.jpg" alt="CNN" /><br />
CNN is one of the cornerstone news websites on the web.</p>
<p><a href="http://www.cinemax.com/"><strong>Cinemax</strong></a><br />
<img src="http://www.typesett.com/wp-content/uploads/2009/05/10-cinemax.jpg" alt="Cinemax" /><br />
Cinemax opted to do a fresh layout with interesting typography choices while highlighting popular features — like highlighting current programming on the homepage.</p>
<h5>AVERAGE</h5>
<p>These networks offer compelling content yet their websites present the programming in a generic way. I&#8217;m not very excited by what I see on the homepage and the actual website features are not very compelling considering the content.</p>
<p><a href="http://www.pbs.org/"><strong>PBS</strong></a><br />
<img src="http://www.typesett.com/wp-content/uploads/2009/05/11-pbs.jpg" alt="PBS" /><br />
A network with so much history and who us so beloved by their viewers has a very unassuming website. Granted, their demographic may skew mature but I think this is a competent if not generic design.</p>
<p><a href="http://www.nbc.com/"><strong>NBC</strong></a><br />
<img src="http://www.typesett.com/wp-content/uploads/2009/05/12-nbc.jpg" alt="NBC" /><br />
I don&#8217;t understand the organic swirl background and what the heck it has to do with NBC. This reminds me of a late 1990s portal search engine website.</p>
<p><a href="http://www.hbo.com/"><strong>HBO</strong></a><br />
<img src="http://www.typesett.com/wp-content/uploads/2009/05/13-hbo.jpg" alt="HBO" /><br />
This is the BMW of TV networks. All I see is text text text. They couldn&#8217;t find a way to bring some of the glitz, glam, guns, sin and sex people love about HBO into the home? </p>
<p><a href="http://www.travelchannel.com/"><strong>Travel Channel</strong></a><br />
<img src="http://www.typesett.com/wp-content/uploads/2009/05/14-travel-channel.jpg" alt="Travel Channel" /><br />
Travel Channel. Not as popular as the rest of the TV channels but they have a built in excuse and unique programming subject matter to go nuts but they don&#8217;t. Let the genie out of the bottle!</p>
<h5>WORST</h5>
<p>What stuck out the most to me as being &#8220;worst&#8221; is that channels who have distinct content that can naturally translate to the web don&#8217;t stand out.</p>
<p><a href="http://www.vh1.com/"><strong>VH1</strong></a><br />
<img src="http://www.typesett.com/wp-content/uploads/2009/05/15-vh1.jpg" alt="VH1" /><br />
VH1 manages to be loud but quiet, bold yet shy&#8230; the design could stand to be &#8220;chunked out&#8221; a little to help visually distinguish sections from each other. All I see is text, text, girl, girl, pink, pink and it feels very chaotic.</p>
<p><a href="http://www.mtv.com/"><strong>MTV</strong></a><br />
<img src="http://www.typesett.com/wp-content/uploads/2009/05/16-mtv.jpg" alt="MTV" /><br />
Their contribution to the internet is a huge form field and a Javascript randomizer for their style sheets?</p>
<p><a href="http://www.bet.com/"><strong>BET</strong></a><br />
<img src="http://www.typesett.com/wp-content/uploads/2009/05/17-bet.jpg" alt="BET" /><br />
It feels like they&#8217;re trying to fill up space. Regardless, very uninspired for a TV network with their cache in youth culture.</p>
<p><a href="http://abc.go.com/"><strong>ABC</strong></a><br />
<img src="http://www.typesett.com/wp-content/uploads/2009/05/18-abc.jpg" alt="ABC" /><br />
This is the best ABC can come up with? I logged on to your website to watch commercials, get a clue. Those little thumbnails and middling hero graphic are very uninspiring compared to what FX does. </p>
<p><a href="http://www.nick.com/"><strong>NICK</strong></a><br />
<img src="http://www.typesett.com/wp-content/uploads/2009/05/19-nick.jpg" alt="NICK" /><br />
Another website that can use some &#8220;chunking&#8221;. It feels like content soup which may not be a great idea considering the demographic for some of the content.</p>
<p><a href="http://www.tbs.com/"><strong>TBS</strong></a><br />
<img src="http://www.typesett.com/wp-content/uploads/2009/05/20-tbs.jpg" alt="TBS" /><br />
Going along with their tagline — &#8220;very funny&#8221;, it looks like a very happy website but the lack of contrast is very glaring. If they had just a bit more white on this website (especially as a background for text) they could be in the &#8220;best&#8221; category.</p>
<h5>Articles you may also like:</h5>
<p><a href="http://www.typesett.com/2009/03/en-fuego-best-worst-nba-websites/">En Fuego! Best &#038; Worst NBA Websites </a><br />
<a href="http://www.typesett.com/2009/03/10-shockingly-beautiful-us-government-websites/">10 Shockingly Beautiful US Government Websites!</a><br />
<a href="http://www.typesett.com/2009/04/comparing-websites-of-rival-companies/">Comparing Websites of Rival Companies</a></p>
<h5>Agree? Disagree? Let me hear it in the comments?</h5>
]]></content:encoded>
			<wfw:commentRss>http://www.typesett.com/2009/05/best-worst-television-network-websites/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>10 Simple Email Marketing Tips</title>
		<link>http://www.typesett.com/2009/04/10-simple-email-marketing-tips/</link>
		<comments>http://www.typesett.com/2009/04/10-simple-email-marketing-tips/#comments</comments>
		<pubDate>Fri, 01 May 2009 06:08:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Print Design]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://www.typesett.com/?p=672</guid>
		<description><![CDATA[Email marketing is as popular as ever in these economically turbulent times. It's inexpensive but when done correctly can yield tremendous results. There are some tricky  pitfalls such as spam filtering but what better way to directly connect your audience to what you're trying to say? Here are ten simple tips that will help you understand the world of email marketing and how to be successful at it. ]]></description>
			<content:encoded><![CDATA[<p><strong>Email marketing is as popular as ever in these economically turbulent times. </strong>It&#8217;s inexpensive but when done correctly can yield tremendous results. There are some tricky  pitfalls such as spam filtering but what better way to directly connect your audience to what you&#8217;re trying to say? <em>Here are <strong>ten simple tips</strong> that will help you understand the world of email marketing and how to hopefully turn out some successful campaigns. </em></p>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/04/send-button.gif" alt="Send Button Illustration" /><br />
<span id="more-672"></span></p>
<h5>Tip #1 — It&#8217;s All in the Timing, Baby</h5>
<p><strong><br />
For those who didn&#8217;t know, Tuesdays have shown to get the best &#8220;open&#8221; rates for email campaigns.</strong> Tuesday is probably just that perfect time of the week where you can catch your potential clients and customers after they&#8217;ve finally got back to speed from the weekend yet still have plenty of time to read your email before the coming weekend. Most report that it usually declines after this point with Wednesday and then Thursday being the next best days to send a email blast out. <em>Keep in mind that everybody&#8217;s business is unique, so it may for your individual industry.</em> Some of my friends who are in the bar/restaurant business send out emails with drink/meal specials on the day of so they can tempt their customers all day hopefully ending with them visiting later on.</p>
<h5>Tip #2 — Add Me to Your Address Book</h5>
<p><strong><br />
Do not ever underestimate the power of the spam filtering that people have.</strong> Spam is so annoying and dangerous to individuals and corporations alike that they use varied methods of just keeping the inane and dangerous garbage out of their lives. Believe it or not, adding a little bit of text — <em>&#8220;Please add example@website.com to your address book to ensure delivery.&#8221;</em> in a prominent area in your sign up area is an incredibly underestimated and often neglected practice that can yield tremendous benefits. I would go as far as adding it to the newsletter/campaign as well somewhere just in case your newsletter has been blocked but has miraculously made it through on rare occasions.</p>
<h5>Tip #3 — Don&#8217;t Underestimate the Importance of the Subject Line</h5>
<p><strong>Not only does the subject line help you make it pass the spam filters and into the mailbox — it is the text that entices the receiver to open the email.</strong> Here are some quickie recommendations:</p>
<ul>
<li>Keep the messaging short and simple and 50 characters or less</li>
<li><em>Read the subject line out loud.</em> Hearing it aloud will allow you to hear the flow of it better. See if your co-workers can comprehend what the email is about just from listening to that</li>
<li>Never use ALL CAPS</li>
<li>Never use the words: Free (Can&#8217;t resist? Just never first in the sentence and be very careful with punctuation), Help, Percent off, Call Now, Discount and Reminder (or anything sexual or &#8220;naughty&#8221; if you want to be sure to clear the spam filtering)</li>
<li>Be very careful with punctuation if you use it. Multiple exclamations is just asking to be filtered</li>
<li>Localization Helps — Mentioning a city or town name can be effective</li>
<li>Don&#8217;t be afraid to test — tweak length, keywords and tone until you hit the sweet spot</li>
</ul>
<h5>Tip #4 — Have a Consistent Sending Schedule</h5>
<p><strong><br />
Generally, bi-weekly or monthly is a good frequency as most people find the time between messages to be just long enough so they are not annoyed. </strong>You want the recipient feel that they might miss something if they don&#8217;t scan it this month. <em>Most people are curious and if you craft a consistently good newsletter — it can become a part of a recipient&#8217;s routine. </em>It&#8217;s worth it to the sender as well because from my experience, it can be cumbersome to generate a ton of emails . It all depends on the type of business but for those who care about sending an email that always has genuine value with quality content — it can be tough.</p>
<h5>Tip #5 — Build Your Lists as Much as You Can</h5>
<p><strong><br />
When you premiere that first newsletter/email campaign&#8230; think if it as the start and not the ending.</strong> Every chance your business affords you should add names to that list. Trade shows, seminars, sign-up forms, events and even social networking should be a chance for you to get some names for the list. After a client meeting — ask them if they&#8217;d be interested in your mailing list which includes your newsletter subscription. If you work at a bar — ask your bartenders to help inquire clients they&#8217;ve newly befriended. <em>There are many many way, but just realize it&#8217;s a never ending process. </em>Be warned that permission is key as your potential client may not like you so much if you &#8220;spam&#8221; them (which it is if you don&#8217;t ask for permission to send). </p>
<h5>Tip #6 — No Video and Flash Allowed</h5>
<p>Sorry , my new media maven buddy — that stuff just doesn&#8217;t work. <strong>However, that shouldn&#8217;t stop you from offering that content elsewhere if that is the goal of the email campaign.</strong> Just design the email blast so the singular goal is to get them to click the link to view the new media as easy as possible. Don&#8217;t deceive them by having a image of a YouTube style graphic and expecting them to play it but entice them with a fetching screen cap (whatever that might be for your purposes). <strong>The point is, new media is revolutionizing the internet and how people communicate and you shouldn&#8217;t let email browsers prohibit your company from offering that type of content.</strong></p>
<h5>Tip #7 — Stop With the Ginormous Image as The HTML Email</h5>
<p><strong><br />
Yes it&#8217;s simple and allows you to design without knowing any code at all and always displays perfectly — but nobody will see it!</strong> This is what spammers do so it will be highly likely it will be damned to spam folder hell! Also, email clients by default don&#8217;t display images. So that means it will become yet another hurdle that you&#8217;ll have to jump over to get your email message to your clients and customers. <em>My advice is to find a quality email campaign service with lots of templates and choose one that floats your boat. Anything is better than sending simple big image emails.</em></p>
<h5>Tip #8 — Take the Time to Test</h5>
<p><strong><br />
Since a lot of businesses are doing email marketing, the propensity for blunders is occurring more frequently.</strong> A simple and effective practice is to make a checklist and turn it into a routine that you build in time for. It can be simple like — spell check, correct list, tested all links in the test email and plain-text is set up. When you click that &#8220;send&#8221; button you want to feel secure that you&#8217;ve done your due diligence in making sure your clients see you in the best possible light. <strong>Here&#8217;s a testing tip: </strong><em>don&#8217;t use dummy text. </em>When you send it to the test list, it&#8217;s not going to be a accurate delivery because dummy text triggers spam infiltrators preventing it from arriving in the inbox (causing confusion and unnecessary headache).</p>
<h5>Tip #9 — Is Your Sign Up Form Perfect?</h5>
<p><strong><br />
Rightfully so, most people and businesses will concentrate their best efforts into their website.</strong> If it&#8217;s built right, it&#8217;s the ultimate go-to for impressing your audience and generating results (whatever that might be). Naturally, you&#8217;ll want to strike while the iron&#8217;s hot and get them to sign up for the newsletter/mailing list to keep the client relationship strong long after they leave the website. It&#8217;s a good idea to make sure the sign up is in a logical and relevant place that they will surely not miss during the browsing session. <em>The sign-up form itself should not be cumbersome to fill out — look at your competitor&#8217;s website and try to only harvest the info you can&#8217;t live without.<br />
</em></p>
<h5>Tip #10 — Design Your Layout Width Between 500 to 600 Pixels </h5>
<p><strong><br />
You have no idea how people are viewing email, whether online or via a dedicated email client. </strong>Even if they have a web mail address they may be forwarding it to a client or using POP and IMAP features. Play it safe, 500 to 600 pixels is not that restrictive — this is the sweet spot for a email preview pane. Furthermore, when you see how people are using the preview panes you should try your best to follow simple user patterns such as logon on the top left and content in proper hierarchy so the viewers can scan. As Steve Krug says — &#8220;Don&#8217;t Make Me Think&#8221;.</p>
<h5>Comment if you have any questions!</h5>
]]></content:encoded>
			<wfw:commentRss>http://www.typesett.com/2009/04/10-simple-email-marketing-tips/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>10 Smashingly Dapper Brewery Websites</title>
		<link>http://www.typesett.com/2009/04/10-smashingly-dapper-brewery-websites/</link>
		<comments>http://www.typesett.com/2009/04/10-smashingly-dapper-brewery-websites/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 04:48:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Best of Industry]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.typesett.com/?p=645</guid>
		<description><![CDATA[Drunk designer that I often am, beer coasters really catch my eye sometimes. Which got me thinking of how effectively breweries are marketing themselves online. To my surprise, virtually all of the beer companies I know of and wandered through in my research are very competent. There are some that offer exceptional examples either aesthetically, being innovative or in its overall presentation.]]></description>
			<content:encoded><![CDATA[<p><strong><em>Drunk designer that I often am</em>, beer coasters really catch my eye sometimes.</strong> Which got me thinking of how effectively breweries are marketing themselves online. To my surprise, virtually all of the beer companies I know of and wandered through in my research are very competent. <strong>There are some that offer exceptional examples either aesthetically, being innovative or in its overall presentation.</strong></p>
<h5><a href="http://www.brooklynbrewery.com/home/">Brooklyn Brewery</a></h5>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/04/brooklyn-brewery.jpg" alt="Brooklyn Brewery Website Screen Shot" /><br />
<em>I admit some favoritism</em>, but the overall experience and energy of the website was executed very well.<br />
<span id="more-645"></span></p>
<h5><a href="http://www.pyramidbrew.com/">Pyramid Brewery</a></h5>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/04/pyramid-brewery.jpg" alt="Pyramid Brewery Website Screen Shot" /><br />
Very simple and not very flashy in terms of technology but it is very well done overall and the ease of use is top notch. VERY un-annoying.</p>
<h5><a href="http://www2.guinness.com/en-GB/Pages/home.aspx">Guinness</a></h5>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/04/guinness-brewery.jpg" alt="Guinness Website Screen Shot" /><br />
Guinness being a huge brewery managed to put together a neat well-crafted website — something the big American breweries couldn&#8217;t do. (Although Budweiser did come closest.)</p>
<h5><a href="http://www.bluemoonbrewingcompany.com/">Blue Moon Brewing Company</a></h5>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/04/blue-moon-brewery.jpg" alt="Blue Moon Website Screen Shot" /><br />
Blue Moon and Rolling Rock both tried to capture the local/small town flavor of their brand. The little &#8220;Easter eggs&#8221; for everyone to find are a fun touch.</p>
<h5><a href="http://www.rollingrock.com/">Rolling Rock</a></h5>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/04/rolling-rock-brewery.jpg" alt="Rolling Rock Website Screen Shot" /><br />
Rolling Rock tried to capture a small town newsletter feel which I felt offered it a unique look.</p>
<h5><a href="http://www.stellaartois.com/site#/en_US/">Stella Artois</a></h5>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/04/stella-artois-brewery.jpg" alt="Stella Artois Website Screen Shot" /><br />
Stella Artois does a good job appearing as a premium brand. </p>
<h5><a href="http://www.pabstblueribbon.com/">Pabst Blue Ribbon</a></h5>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/04/pabst-brewery.jpg" alt="Pabst Blue Ribbon Website Screen Shot" /><br />
&#8220;PBR&#8221; as people call it is essentially a cheap beer but they separate themselves by marketing a reaching out to their &#8220;following&#8221;.</p>
<h5><a href="http://www.peroniitaly.com/us/magazine/index.aspx">Peroni</a></h5>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/04/peroni-brewery.jpg" alt="Peroni Website Screen Shot" /><br />
My former co-worker called this the &#8220;Budweiser of Italy&#8221; — I have no idea if that&#8217;s true or not but the website is pretty unique from all the others. It feels like some design portfolio websites I&#8217;ve been to.</p>
<h5><a href="http://us.redstripebeer.com/vending_home.htm">Red Stripe</a></h5>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/04/red-stripe-brewery.jpg" alt="Red Stripe Website Screen Shot" /><br />
I think of Red Stripe as a hip party beer and I think it does a good job of portraying itself that way. </p>
<h5><a href="http://www.duvelusa.com/beer.php">Duvel</a></h5>
<p><img src="http://www.typesett.com/wp-content/uploads/2009/04/duvel-brewery.jpg" alt="Duvel Website Screen Shot" /><br />
Duvel is a premium beer like some of the others but they really believe in the &#8220;less is more&#8221; approach.</p>
<h5>Like this article? Raise a glass in the comments!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.typesett.com/2009/04/10-smashingly-dapper-brewery-websites/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
