<?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>Purpleurbia.com &#187; Design</title>
	<atom:link href="http://purpleurbia.com/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://purpleurbia.com</link>
	<description></description>
	<lastBuildDate>Wed, 26 May 2010 13:17:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Finish your SilverStripe portfolio</title>
		<link>http://purpleurbia.com/finish-your-silverstripe-portfolio/</link>
		<comments>http://purpleurbia.com/finish-your-silverstripe-portfolio/#comments</comments>
		<pubDate>Wed, 26 May 2010 13:17:25 +0000</pubDate>
		<dc:creator>mary fran</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[SilverStripe]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://purpleurbia.com/?p=580</guid>
		<description><![CDATA[We already finished the PHP and have a design, now let&#8217;s finish!

We need to create our templates in a special format, but it can be edited in any HTML editor. If you want Dreamweaver to recognize the .ss file extension as HTML you need to follow these instructions.
If putting together the HTML is not really [...]]]></description>
			<content:encoded><![CDATA[<p>We already <a href="http://purpleurbia.com/building-a-web-portfolio-using-silverstripe/">finished</a> the PHP and have <a href="http://originalmoxie.net">a design</a>, now let&#8217;s finish!</p>
<p><span id="more-580"></span></p>
<p>We need to create our templates in a special format, but it can be edited in any HTML editor. If you want Dreamweaver to recognize the .ss file extension as HTML you need to follow <a href="http://kb2.adobe.com/cps/164/tn_16410.html">these</a> instructions.</p>
<p>If putting together the HTML is not really your thing, I would suggest heading over to SmashingMagazine&#8217;s list of <a title="Free HTML templates from Smashing Magazine" href="http://www.smashingmagazine.com/2008/12/01/100-free-high-quality-xhtmlcss-templates/">free HTML templates</a>.</p>
<p>Also, I am not posting my CSS files. You can take this raw HTML and use CSS to do your own layout (or you can even just use the loops in the .SS file and use different HTML markup).</p>
<p>The .ss file is basically just an HTML file. There is one .ss file that holds the header and footer, and then various other files that handle the middle of the page. You can find better explanations of the templating language <a title="SilverStripe Documentation" href="http://doc.silverstripe.org/">here</a>.</p>
<p>We need to create only one page-specific template &#8211; the PortfolioHolder.ss template. We do not need a PortfolioPage template, as we are displaying all portfolio items on one page.</p>
<p>The PortfolioHolder.ss template is as follows:</p>
<pre class="brush: xml;">&lt;div class=&quot;hr grid_12 clearfix&quot;&gt;&amp;nbsp;&lt;/div&gt;

		&lt;!-- Catch Line and Link --&gt;
			&lt;h2 class=&quot;grid_12 caption clearfix&quot;&gt;My &lt;span&gt;portfolio&lt;/span&gt; is pretty darn awesome, don't you think?&lt;/h2&gt;

		&lt;div class=&quot;pr grid_12 clearfix&quot;&gt;&amp;nbsp;&lt;/div&gt;
        &lt;% control Children %&gt;
        	&lt;div class=&quot;grid_3 textright&quot; &gt;
				&lt;span class=&quot;meta&quot;&gt;$NavSubTitle&lt;/span&gt;
				&lt;h4 class=&quot;title &quot;&gt;$Title&lt;/h4&gt;
				&lt;div class=&quot;hr clearfix dotted&quot;&gt;&amp;nbsp;&lt;/div&gt;
				&lt;p&gt;$Content&lt;/p&gt;
			&lt;/div&gt;
            &lt;div class=&quot;grid_9&quot;&gt;
				&lt;% control PortfolioProjects %&gt;
				&lt;a class=&quot;portfolio_item float thickbox&quot; href=&quot;$Fullsize.URL&quot; title=&quot;$Caption&quot;&gt;
				&lt;em&gt;$Title&lt;/em&gt;
                &lt;img src=&quot;$Thumbnail.URL&quot; /&gt;
				&lt;/a&gt;
				&lt;% end_control %&gt; &lt;!--end PortfolioProjects --&gt;
            &lt;/div&gt;
            &lt;% end_control %&gt;&lt;!--end Children--&gt;
		&lt;/div&gt;</pre>
<p>What we are doing here is looping through the page&#8217;s children (the PortfolioPages), displaying their info and then looping through the dataobjects (PortfolioProjects) that we have associated with each of those pages. We use the $FullSize.URL method of retrieving the images, so that we can add alt text to our images.</p>
<p>This file goes in the Templates/Layout folder. I am leaving the rest of the theming to you, but now you know how to set up all the crucial bits for your portfolio.</p>
]]></content:encoded>
			<wfw:commentRss>http://purpleurbia.com/finish-your-silverstripe-portfolio/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Well, hello friends!</title>
		<link>http://purpleurbia.com/well-hello-friends/</link>
		<comments>http://purpleurbia.com/well-hello-friends/#comments</comments>
		<pubDate>Mon, 17 May 2010 13:39:28 +0000</pubDate>
		<dc:creator>mary fran</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://purpleurbia.com/?p=560</guid>
		<description><![CDATA[Hi! I have been absent from here for quite a while. Between running the company (Purple Crayon) and going back to school, there hasn&#8217;t been much time to write. 
I now am an award winning designer. I now have a design degree (before I was making things happen with a French/Marketing degree and my awesomely [...]]]></description>
			<content:encoded><![CDATA[<p>Hi! I have been absent from here for quite a while. Between running the company (Purple Crayon) and going back to school, there hasn&#8217;t been much time to write. <span id="more-560"></span></p>
<p>I now am an award winning designer. I now have a design degree (before I was making things happen with a French/Marketing degree and my awesomely good looks).</p>
<p>I now have time to write tutorials. And thoughts on design. And that my friends, is awesome sauce.</p>
<p>This week, I will show you how to use SilverStripe to build a clone of my new personal portfolio site (originalmoxie). I might even have a Drupal article or two up my sleeves.</p>
]]></content:encoded>
			<wfw:commentRss>http://purpleurbia.com/well-hello-friends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve seen it all before.</title>
		<link>http://purpleurbia.com/ive-seen-it-all-before/</link>
		<comments>http://purpleurbia.com/ive-seen-it-all-before/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 21:23:53 +0000</pubDate>
		<dc:creator>mary fran</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://purpleurbia.com/?p=531</guid>
		<description><![CDATA[Web design galleries are starting to all look the same. Web sites featured for their &#8220;design&#8221; simply look like the &#8220;designer&#8221; followed a tutorial. I am starting to see a decrease in original ideas and an increase in copied design.

Please don&#8217;t hate me for calling these folks out. There is nothing inherently bad about their [...]]]></description>
			<content:encoded><![CDATA[<p>Web design galleries are starting to all look the same. Web sites featured for their &#8220;design&#8221; simply look like the &#8220;designer&#8221; followed a tutorial. I am starting to see a decrease in original ideas and an increase in copied design.</p>
<p><span id="more-531"></span></p>
<p>Please don&#8217;t hate me for calling these folks out. There is nothing inherently <em>bad</em> about their sites. However, the layots &amp; graphic elements are becoming all too common from one site to the next. These are all well put together examples, and to someone who doesn&#8217;t read 30 design blogs everyday, they look pretty darn good. But are they worthy of being showcased for their individuality? Probably not.</p>
<h3>&#8220;3 bar&#8221; layout</h3>
<p>Here are 5 sites with the &#8220;3 bar&#8221; layout &#8211; a top nav with a logo, a middle bar with headline content and main content below that. Usually the top nav is in a dark grey, the middle is a bright blue or green and the bottom is a light color.</p>
<p><a href="http://www.solidshops.com/"><img class="aligncenter size-full wp-image-533" title="solidshops" src="http://purpleurbia.com/wp-content/uploads/2010/01/solidshops.jpg" alt="Solid Shops" width="550" height="314" /></a></p>
<p><a href="http://www.solidshops.com/">http://www.solidshops.com/</a> &#8211; This layout has become ubiquitous with web apps. I could have filled 5 blog posts with web apps that use this style and layout. It looks clean and professional, but gets an F for layout originality.</p>
<p><a href="http://niagakit.com/"><img class="aligncenter size-full wp-image-532" title="nigakit" src="http://purpleurbia.com/wp-content/uploads/2010/01/nigakit.jpg" alt="nigakit" width="550" height="314" /></a></p>
<p><a href="http://niagakit.com/">http://niagakit.com/</a> &#8211; Same as above.</p>
<p><a href="?http://www.proudcloud.net/"><img class="aligncenter size-full wp-image-534" title="proudcloud" src="http://purpleurbia.com/wp-content/uploads/2010/01/proudcloud.jpg" alt="Proud Cloud" width="550" height="314" /></a></p>
<p>?<a href="http://www.proudcloud.net/">http://www.proudcloud.net/</a></p>
<p><a href="http://www.yaronschoen.com/"><img class="aligncenter size-full wp-image-536" title="yaron" src="http://purpleurbia.com/wp-content/uploads/2010/01/yaron.jpg" alt="Yaron Schoen" width="550" height="314" /></a></p>
<p><a href="http://www.yaronschoen.com/">http://www.yaronschoen.com/</a> &#8211; At least the illustrations and breaking of the grid make up for the standard layout used.</p>
<p><a href="http://www.nabru.co.uk/"><img class="aligncenter size-full wp-image-537" title="nabru" src="http://purpleurbia.com/wp-content/uploads/2010/01/nabru.jpg" alt="Nabru" width="550" height="314" /></a></p>
<p><a href="http://www.nabru.co.uk/">http://www.nabru.co.uk/</a> &#8211; Again, it looks clean and professional and the elements add a more organic feel, but the layout is still too out-of-the-box for me.</p>
<p>Here is where to go to learn how to do this effect:</p>
<p><a title="Tutorial at PSD tuts +" href="http://psd.tutsplus.com/news/new-plus-tutorial-designing-a-family-of-websites/">PSD Tuts+ &#8211; How to design a family of websites</a></p>
<p>And, here is how to do it right:</p>
<p><a href="http://madebygiant.com/"><img class="aligncenter size-full wp-image-541" title="giantcreative" src="http://purpleurbia.com/wp-content/uploads/2010/01/giantcreative.jpg" alt="Giant Creative" width="550" height="314" /></a></p>
<p><a href="http://madebygiant.com/">http://madebygiant.com/</a> &#8211; Giant Creative has taken this layot and made it their own simply by making their navigation &#8220;talk&#8221;. The bright colors contrast with the neutral background. The superb typography makes the design shine.</p>
<p><a href="http://www.stanleysolutions.in/"><img class="aligncenter size-full wp-image-542" title="stanleysolutions" src="http://purpleurbia.com/wp-content/uploads/2010/01/stanleysolutions.jpg" alt="Stanley Solutions" width="550" height="314" /></a></p>
<p><a href="http://www.stanleysolutions.in/">http://www.stanleysolutions.in/</a> &#8211; This site is broken into those same 3 visual sections, but the diagonal lines on the center text box as well as the lack of line dividing the nav and the feature area make this site own its design.</p>
<h3>The pinking shear effect.</h3>
<p>I like textured edges as much as the next guy. Heck, I probably like sewing and handmade edges more than the next guy. But it has become an over-used design trend. Evidence below:</p>
<p><a href="https://epicevent.com.au/"><img class="aligncenter size-full wp-image-540" title="epicevent" src="http://purpleurbia.com/wp-content/uploads/2010/01/epicevent.jpg" alt="Epic Event" width="550" height="314" /></a></p>
<p><a href="https://epicevent.com.au/">https://epicevent.com.au/</a> &#8211; To me this site is overdone and Photoshop heavy. The overall effect is nice, but there is just one too many effects here.</p>
<p><a href="http://www.stthomasartgallery.org/"><img class="aligncenter size-full wp-image-539" title="stthomas" src="http://purpleurbia.com/wp-content/uploads/2010/01/stthomas.jpg" alt="St. Thomas Art Gallery" width="550" height="314" /></a></p>
<p><a href="http://www.stthomasartgallery.org/">http://www.stthomasartgallery.org/</a> &#8211; You cannot take pinking shears to wood. The zig-zag line makes little to no sense here. No background behind the nav and darker text would have made more sense.</p>
<div id="attachment_543" class="wp-caption aligncenter" style="width: 560px"><a href="http://www.culinaryculture.com/"><img class="size-full wp-image-543" title="culinaryculture" src="http://purpleurbia.com/wp-content/uploads/2010/01/culinaryculture.jpg" alt="" width="550" height="314" /></a><p class="wp-caption-text">Culinary Culture</p></div>
<p><a href="http://www.culinaryculture.com/">http://www.culinaryculture.com/</a>- This one has me on cute overload. This is another case where someone needed to turn off 30% of the Photoshop effects. It isn&#8217;t bad, but it isn&#8217;t terribly awesome either.</p>
<p>Here is where to go to learn how to do this effect:</p>
<p><a title="Tutorial on Grafpedia" href="http://www.grafpedia.com/tutorials/create-unique-wordpress-theme">Grafpedia &#8211; Design a unique WordPress theme</a></p>
<p><a title="Tutorial at Grafpedia" href="http://www.grafpedia.com/tutorials/create-gritty-website-layout">Grafpedia &#8211; Gritty website design</a></p>
<p>And here is how to do it right:</p>
<p><a href="http://analog.coop/"><img class="aligncenter size-full wp-image-538" title="analog" src="http://purpleurbia.com/wp-content/uploads/2010/01/analog.jpg" alt="Analog" width="550" height="314" /></a></p>
<p><a href="http://analog.coop/">http://analog.coop/</a> &#8211; The effect is used sparingly. And tastefully. It adds to the design without being an over-powering element.</p>
<p>In conclusion, the web design world is slowly being over taken by what is &#8220;trendy&#8221;. And, yes, it can still be good design even if it is &#8220;trendy&#8221;. What you want is a site that acknowledges the trends in the industry and then takes them and makes them their own, instead of letting the trends take control.</p>
<p>That being said, all of the websites here are designed well (I don&#8217;t like ugly websites, and don&#8217;t want to call out people for having terrible skills, just doing what is &#8220;trendy&#8221; or &#8220;typical&#8221;), some are just more original than others. These sites were all put together by designers with tremendous skill. Some are just a little too attached to the bandwagon.</p>
]]></content:encoded>
			<wfw:commentRss>http://purpleurbia.com/ive-seen-it-all-before/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>2010: Design Manifesto</title>
		<link>http://purpleurbia.com/2010-design-manifesto/</link>
		<comments>http://purpleurbia.com/2010-design-manifesto/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 15:36:23 +0000</pubDate>
		<dc:creator>mary fran</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://purpleurbia.com/?p=526</guid>
		<description><![CDATA[In 2010 I am going to be a better designer and developer. I am going to outperform 2009 like nobody&#8217;s business, and I have written my manifesto on how I am going to get there.

Listen. Listen more. Question. Understand.
Exercise the creative muscle. Be creative every day. And not by doing client work. Create something daily [...]]]></description>
			<content:encoded><![CDATA[<p>In 2010 I am going to be a better designer and developer. I am going to outperform 2009 like nobody&#8217;s business, and I have written my manifesto on how I am going to get there.<span id="more-526"></span></p>
<ol>
<li>Listen. Listen more. Question. Understand.</li>
<li>Exercise the creative muscle. Be creative every day. And not by doing client work. Create something daily that has no restrictions.</li>
<li>Get away from the computer. It can be for a date with my oft neglected sketchbook or something of the New York Times best seller list, but even the computer needs a rest every now and then.</li>
<li>Learn new coding techniques. The more ways there are to solve a problem, the better the final solution will be.</li>
<li>Revel in accidents. Sometimes they are even happy.</li>
<li>Have a connection. Both with the creation and the audience.</li>
<li>Ignore convention. The masses are rarely right.</li>
<li>Take field trips. Change the scenery.</li>
<li>Collect inspiration. Harvest ideas. Grow creativity.</li>
<li>Stretch. Adapt. Bend.</li>
</ol>
<p>This list is meant to guide my way through 2010 and beyond. To make it better than 2009. To aid my choices. I know that being creative takes effort and growth. I know I need to listen better to clients and myself in order to understand their needs and my ability to fulfill those needs. I know I need to create outside of the confines of client work and grad school portfolio pieces to become truly creative. I need to step away from my computer, even though it is my main tool, it should not be my only tool or my only connection to the outside world.</p>
<p>Development techniques are always changing, it would be stupid not to learn new techniques. I have grand plans for my skills. This year is the year that it all happens. And we all know that accidents happen. Make them happy and learn something. Or maybe they are happy and you already have something useful for them. All creation should be personal and bear a personal creation. It should never be about the money.</p>
<p>The masses are frequently wrong. And my friends, with websites looking so much alike in this age of infinite possibility, that is not a good thing. Grids are for breaking, trends are for ignoring.</p>
<p>I am going to get out of the office more this year. I am going to enjoy the view both in Chicago and around the world. The more I see, the more inspiration I can collect. I can have more ideas from which to pluck the good ones. I can grow as a designer, or &#8220;creative&#8221;.</p>
<p>I will adapt to the changing landscape of design and make this world my own. I will bend my designs to the limits of today&#8217;s technologies.</p>
<p>I will be better.</p>
<p>Have you written your own manifesto? Do you have professional resolutions for the new year?</p>
]]></content:encoded>
			<wfw:commentRss>http://purpleurbia.com/2010-design-manifesto/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>10 Holiday Design Freebies</title>
		<link>http://purpleurbia.com/10-holiday-design-freebies/</link>
		<comments>http://purpleurbia.com/10-holiday-design-freebies/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 16:38:14 +0000</pubDate>
		<dc:creator>mary fran</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[freebies]]></category>
		<category><![CDATA[holidays]]></category>

		<guid isPermaLink="false">http://purpleurbia.com/?p=500</guid>
		<description><![CDATA[Did you finish your Christmas cards yet? Yesterday was the busiest day of the year for the Post Office, however I missed it because I am so swamped with work these days! So, since I am hoping you either need to make cards or want to make a fun new seasonal wallpaper for your computer. [...]]]></description>
			<content:encoded><![CDATA[<p>Did you finish your Christmas cards yet? Yesterday was the busiest day of the year for the Post Office, however I missed it because I am so swamped with work these days! So, since I am hoping you either need to make cards or want to make a fun new seasonal wallpaper for your computer. Or even add a little Christmas spirit to your site.</p>
<h3><span id="more-500"></span>Icons</h3>
<p><a href="http://www.smashingmagazine.com/2009/12/08/free-smashing-christmas-icon-set/"><img class="aligncenter size-full wp-image-513" title="smashing-christmas" src="http://purpleurbia.com/wp-content/uploads/2009/12/smashing-christmas.jpg" alt="smashing-christmas" width="550" height="100" /></a>Lovely icons in 3 styles from Smashing Magazine.</p>
<p><a href="http://purpleurbia.com/wp-content/uploads/2009/12/holiday-rss.jpg"><img class="aligncenter size-full wp-image-514" title="holiday-rss" src="http://purpleurbia.com/wp-content/uploads/2009/12/holiday-rss.jpg" alt="holiday-rss" width="550" height="100" /></a>Holiday RSS icons to add a little flair to your site/blog for the remainder of the month.</p>
<h3>Brushes</h3>
<p><a href="http://purpleurbia.com/wp-content/uploads/2009/12/ars-snowflakes.jpg"><img class="aligncenter size-full wp-image-505" title="ars-snowflakes" src="http://purpleurbia.com/wp-content/uploads/2009/12/ars-snowflakes.jpg" alt="ars-snowflakes" width="550" height="100" /></a>Elegant snowflake brushes from Arsgrafik.</p>
<p><a href="http://sbdigitalarts.com/hi-res-photoshop-brushesanimals-1-bigbucks/"><img class="aligncenter size-full wp-image-510" title="reindeer" src="http://purpleurbia.com/wp-content/uploads/2009/12/reindeer.jpg" alt="reindeer" width="550" height="100" /></a></p>
<p>Reindeer (ok, bucks, but they look like reindeer!) from Steven Bourelle.</p>
<h3>Vectors</h3>
<p><a href="http://www.vecteezy.com/vf/297-Big-Red-Bow"><img class="aligncenter size-full wp-image-380" title="bow" src="http://purpleurbia.com/wp-content/uploads/2009/10/bow.jpg" alt="bow" width="550" height="100" /></a>An awesome use of the gradient mesh tool to create a bow. Via Vecteezy.</p>
<p><a href="http://www.claricegomes.ca/freebies.html"><img class="aligncenter size-full wp-image-506" title="wrappingpaper" src="http://purpleurbia.com/wp-content/uploads/2009/12/wrappingpaper.jpg" alt="wrappingpaper" width="550" height="100" /></a>A lovely background pattern from Clarice Gomez.</p>
<p><a href="http://purpleurbia.com/wp-content/uploads/2009/12/ornaments.jpg"><img class="aligncenter size-full wp-image-508" title="ornaments" src="http://purpleurbia.com/wp-content/uploads/2009/12/ornaments.jpg" alt="ornaments" width="550" height="100" /></a>Lovely vector ornaments from Pehaa.com</p>
<p><a href="http://graphicriver.net/free-illustrations"><img class="aligncenter size-full wp-image-509" title="envato-xmas" src="http://purpleurbia.com/wp-content/uploads/2009/12/envato-xmas.jpg" alt="envato-xmas" width="550" height="100" /></a>A set of Christmas / winter illustrations from Envato</p>
<p><a href="http://www.blog.spoongraphics.co.uk/freebies/vector-resources-part-7-snow-flakes"><img class="aligncenter size-full wp-image-378" title="spoon-snowflakes" src="http://purpleurbia.com/wp-content/uploads/2009/10/spoon-snowflakes.jpg" alt="spoon-snowflakes" width="550" height="100" /></a>Some snowflake vectors from Spoon Graphics.</p>
<h3>WordPress Theme</h3>
<p><a href="http://abduzeedo.com/user-news/wordpress-christmas-blue-web20-theme"><img class="aligncenter size-full wp-image-512" title="christmas-wp" src="http://purpleurbia.com/wp-content/uploads/2009/12/christmas-wp.jpg" alt="christmas-wp" width="550" height="100" /></a>A holiday WordPress theme to decorate your site.</p>
]]></content:encoded>
			<wfw:commentRss>http://purpleurbia.com/10-holiday-design-freebies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Presents for designers (and another freebie!)</title>
		<link>http://purpleurbia.com/presents-for-designers-and-another-freebie/</link>
		<comments>http://purpleurbia.com/presents-for-designers-and-another-freebie/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 22:35:18 +0000</pubDate>
		<dc:creator>mary fran</dc:creator>
				<category><![CDATA[Contest]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://purpleurbia.com/?p=465</guid>
		<description><![CDATA[The holidays are coming, and this year I want to let everyone who will be sending me a gift, where to find delightful, designer gifts that are not tacky. And, we have a poster giveaway from our friends at Largeformatposters.com, so you can even win your gift!
The free stuff first:

Largeformatposters.com does some fantastic custom posters [...]]]></description>
			<content:encoded><![CDATA[<p>The holidays are coming, and this year I want to let everyone who will be sending me a gift, where to find delightful, designer gifts that are not tacky. And, we have a poster giveaway from our friends at <a href="http://www.largeformatposters.com/canvas-printing.html">Largeformatposters.com</a>, so you can even win your gift!</p>
<h3><span id="more-465"></span>The free stuff first:</h3>
<p><a href="http://largeformatposters.com"><img class="aligncenter size-full wp-image-483" title="largeformat" src="http://purpleurbia.com/wp-content/uploads/2009/11/largeformat.jpg" alt="largeformat" width="550" height="314" /></a></p>
<p>Largeformatposters.com does some fantastic <a href="http://www.largeformatposters.com/">custom posters</a> that make excellent gifts. I got a poster I designed delivered, and when my mom came over for dinner, she left with it! They decided to be kind enough to send me one to give away. (And they gave us one for our office!) You can read some reviews of their sister company <a href="http://www.yelp.com/biz/u-printing-los-angeles  ">UPrinting on Yelp.</a></p>
<p><strong>Giveaway Prize: </strong>(1) Rolled Canvas for One Lucky Winner</p>
<p><strong>Shipping: </strong>FREE UPS Ground Shipping in the US</p>
<p><strong>Eligibility: </strong>Limited to US Residents due to shipping costs.</p>
<p>To win: Simply comment with who you would give the canvas print to.</p>
<h3>If you don&#8217;t win, these are great gifts too. If you would like to send me any of these, I can give you my address</h3>
<p><a href="http://www.pixelblocks.com/">Pixel Blocks<img class="aligncenter size-full wp-image-467" title="pixelblocks" src="http://purpleurbia.com/wp-content/uploads/2009/11/pixelblocks.jpg" alt="pixelblocks" width="550" height="314" /></a><br />
Build in pixels! A super fun gift for aspiring creatives &#8211; or for your desk</p>
<p><a href="http://notepod.net/">NotePod</a><a href="http://notepod.net/"><img class="aligncenter size-full wp-image-468" title="notepod" src="http://purpleurbia.com/wp-content/uploads/2009/11/notepod.jpg" alt="notepod" width="550" height="314" /></a><br />
Perfect for the designer who designs mobile sites and apps, or just someone who is obsessed with their iPhone.</p>
<p><a href="http://www.orkposters.com/chicago.html">Chicago Neighborhoods Poster</a><a href="http://www.orkposters.com/chicago.html"><img class="aligncenter size-full wp-image-469" title="chicago" src="http://purpleurbia.com/wp-content/uploads/2009/11/chicago.jpg" alt="chicago" width="550" height="314" /></a><br />
They have other cities too, but Chicago is my home, and therefore the best <img src='http://purpleurbia.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The Typographic treatment on this neighborhood map is simply fantastic.</p>
<p><a href="http://www.vinnylou.com/product/stashes">Swine Fun Stashes</a><a href="http://www.vinnylou.com/product/stashes"><img class="aligncenter size-full wp-image-470" title="stashes" src="http://purpleurbia.com/wp-content/uploads/2009/11/stashes.jpg" alt="stashes" width="550" height="314" /></a><br />
Have a little fun with the swine flu fear, get yourself and your friends some nice &#8217;stshed masks!</p>
<p><a href="http://www.happywebbies.com/store/detail/eric-meyer/">Happy Webbies Tees</a><a href="http://www.happywebbies.com/store/detail/eric-meyer/"><img class="aligncenter size-full wp-image-471" title="webbie" src="http://purpleurbia.com/wp-content/uploads/2009/11/webbie.jpg" alt="webbie" width="550" height="314" /></a><br />
Simply the funniest tees for web designers.</p>
<p><a href="http://www.veer.com/products/merchdetail.aspx?image=VPR0001504#detail">Veer FPO tshirt</a><a href="http://www.veer.com/products/merchdetail.aspx?image=VPR0001504#detail"><img class="aligncenter size-full wp-image-472" title="fpo" src="http://purpleurbia.com/wp-content/uploads/2009/11/fpo.jpg" alt="fpo" width="550" height="314" /></a><br />
Any one who has ever had to use boxes FPO will love this shirt.</p>
<p><a href="http://www.worldwidefred.com/foodface.htm">Fred Food Face</a><a href="http://www.worldwidefred.com/foodface.htm"><img class="aligncenter size-full wp-image-473" title="food" src="http://purpleurbia.com/wp-content/uploads/2009/11/food.jpg" alt="food" width="550" height="314" /></a><br />
Play with your food! Even meal time can be play time.</p>
<p><a href="http://www.5inch.com/cdrs/printed/23/cassette">Custom Blank CDRs</a><a href="http://www.5inch.com/cdrs/printed/23/cassette"><img class="aligncenter size-full wp-image-474" title="cd" src="http://purpleurbia.com/wp-content/uploads/2009/11/cd.jpg" alt="cd" width="550" height="314" /></a><br />
These make great gifts, because boring plain CDs are so 2008.</p>
<p><a href="http://www.popandshorty.bigcartel.com/product/you-are-the-css-to-my-html-t-shirt">Pop + Shorty HTML tee</a></p>
<p><a href="http://www.popandshorty.bigcartel.com/product/you-are-the-css-to-my-html-t-shirt"><img class="aligncenter size-full wp-image-479" title="css" src="http://purpleurbia.com/wp-content/uploads/2009/11/css.jpg" alt="css" width="550" height="314" /></a><br />
You really are the HTML to my CSS.</p>
<p>Hopefully you get some ideas from this post, or some Christmas / Hanukkah gift ideas. (I think it is obvious that I have been shopping lately, don&#8217;t you?)</p>
]]></content:encoded>
			<wfw:commentRss>http://purpleurbia.com/presents-for-designers-and-another-freebie/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Vintage Destroyed Type</title>
		<link>http://purpleurbia.com/vintage-destroyed-type/</link>
		<comments>http://purpleurbia.com/vintage-destroyed-type/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 15:30:18 +0000</pubDate>
		<dc:creator>mary fran</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Retro]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Type]]></category>
		<category><![CDATA[Vintage]]></category>

		<guid isPermaLink="false">http://purpleurbia.com/?p=358</guid>
		<description><![CDATA[Because we need a creative break, today I am going to show you how to make some vintage destroyed type, but with some flair. Anyone can take a grunge brush to text and call it a day. I am going to show you a few additional techniques that will make your grunge text stand out.
First [...]]]></description>
			<content:encoded><![CDATA[<p><span id="more-358"></span>Because we need a creative break, today I am going to show you how to make some vintage destroyed type, but with some flair. Anyone can take a grunge brush to text and call it a day. I am going to show you a few additional techniques that will make your grunge text stand out.</p>
<p>First you will need some grungy tools. I will be using these:<br />
<a title="BittBox Free Texture Tuesday" href="http://www.bittbox.com/freebies/free-texture-tuesday-light-grunge-ii">BittBox Light Grunge II Free Texture Tuesday</a> (#212 from the download site) (free for commercial use with attribution)<br />
<a href="http://www.brusheezy.com/brush/171-Botched-Ornaments-01">Botched Ornaments Brushes</a><br />
<a href="http://www.brusheezy.com/brush/75-Grunge-Brushes-8">Grunge Brushes</a><br />
<a href="http://www.fontsquirrel.com/fonts/firsttest">Forque Font</a> (Free for commercial use and @font-face approved)</p>
<p>We will start with a new file (mine is 600px x 300px, but any size will do). Place your newly downloaded grunge texture in the background.</p>
<p>Add a Levels and Hue/saturation adjustment layer to lighten and desaturate your background.</p>
<p><a href="http://purpleurbia.com/wp-content/uploads/2009/10/levels.jpg"><img class="aligncenter size-full wp-image-359" title="levels" src="http://purpleurbia.com/wp-content/uploads/2009/10/levels.jpg" alt="levels" width="550" height="300" /></a></p>
<p>Next, pick a big fat vintage-y font and type your headline.</p>
<p><a href="http://purpleurbia.com/wp-content/uploads/2009/10/type.jpg"><img class="aligncenter size-full wp-image-362" title="type" src="http://purpleurbia.com/wp-content/uploads/2009/10/type.jpg" alt="type" width="550" height="300" /></a></p>
<p>Rasterize your type layer and change the blending mode to multiply and the opacity to 80%.</p>
<p><a href="http://purpleurbia.com/wp-content/uploads/2009/10/blending.jpg"><img class="aligncenter size-full wp-image-363" title="blending" src="http://purpleurbia.com/wp-content/uploads/2009/10/blending.jpg" alt="blending" width="550" height="300" /></a></p>
<p>Duplicate the layer and turn off the duplicate layer.</p>
<p>Create a new layer behind your type and with a grunge brush create some grunge in the same color and some similar colors as your type.</p>
<p><a href="http://purpleurbia.com/wp-content/uploads/2009/10/finishgrunge.jpg"><img class="aligncenter size-full wp-image-364" title="finishgrunge" src="http://purpleurbia.com/wp-content/uploads/2009/10/finishgrunge.jpg" alt="finishgrunge" width="550" height="300" /></a></p>
<p>Using a different grunge brush, erase the splats and add more until you are happy with the grunge.</p>
<p>Set eraser opacity to 60% and pick a general grunge brush. Make your text a little destroyed.</p>
<p><a href="http://purpleurbia.com/wp-content/uploads/2009/10/text1.jpg"><img class="aligncenter size-full wp-image-361" title="text1" src="http://purpleurbia.com/wp-content/uploads/2009/10/text1.jpg" alt="text1" width="550" height="300" /></a></p>
<p>Turn on your duplicated text and pick one of your fancy grunge brushes.</p>
<p><a href="http://purpleurbia.com/wp-content/uploads/2009/10/final.jpg"><img class="aligncenter size-full wp-image-365" title="final" src="http://purpleurbia.com/wp-content/uploads/2009/10/final.jpg" alt="final" width="550" height="300" /></a></p>
<p>Voila! Cooler than most grunge text because the texture is more than just destroyed. You added flair, the flair is what makes you stand out as a designer.</p>
]]></content:encoded>
			<wfw:commentRss>http://purpleurbia.com/vintage-destroyed-type/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Thirsty Thursday: A roundup of beautiful brewery sites</title>
		<link>http://purpleurbia.com/a-roundup-of-beautiful-brewery-sites/</link>
		<comments>http://purpleurbia.com/a-roundup-of-beautiful-brewery-sites/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 07:46:58 +0000</pubDate>
		<dc:creator>mary fran</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Inspiration. Design]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://purpleurbia.com/?p=297</guid>
		<description><![CDATA[Since I feel like Thursday is the hardest day of the week to go to work, I would love to buy you all a round.And since that really isn&#8217;t feasible, I thought I would bring you a round of well designed brewery websites for some design inspiration.
Brooklyn Brewery
This site is just like walking into my [...]]]></description>
			<content:encoded><![CDATA[<p><span id="more-297"></span>Since I feel like Thursday is the hardest day of the week to go to work, I would love to buy you all a round.And since that really isn&#8217;t feasible, I thought I would bring you a round of well designed brewery websites for some design inspiration.</p>
<p style="text-align: left;"><a href="http://www.brooklynbrewery.com/">Brooklyn Brewery</a></p>
<div id="attachment_298" class="wp-caption aligncenter" style="width: 560px"><a href="http://www.brooklynbrewery.com/"><img class="size-full wp-image-298  " title="brooklyn" src="http://purpleurbia.com/wp-content/uploads/2009/10/brooklyn.jpg" alt="Brooklyn Brewery" width="550" height="314" /></a><p class="wp-caption-text">Brooklyn Brewery</p></div>
<p>This site is just like walking into my favorite pub, dark and green. The logo is even in the form of a neon sign. Well done.<br />
<a href="http://www.bridgeportbrew.com/">Bridgeport Brewing Co.</a></p>
<div id="attachment_299" class="wp-caption aligncenter" style="width: 560px"><a href="http://www.bridgeportbrew.com/"><img class="size-full wp-image-299" title="bridgeport" src="http://purpleurbia.com/wp-content/uploads/2009/10/bridgeport.jpg" alt="Bridgeport Brewing Co" width="550" height="314" /></a><p class="wp-caption-text">Bridgeport Brewing Co</p></div>
<p>This site is gritty and collage-y with out being over-done or un-done. The animation flows seamlessly and the look is cohesive from top to bottom.<br />
<a href="http://www.bardsbeer.com/">Bard&#8217;s Beer</a></p>
<div id="attachment_300" class="wp-caption aligncenter" style="width: 560px"><a href="http://www.bardsbeer.com/"><img class="size-full wp-image-300" title="bards" src="http://purpleurbia.com/wp-content/uploads/2009/10/bards.jpg" alt="Bard's Beer" width="550" height="314" /></a><p class="wp-caption-text">Bard&#39;s Beer</p></div>
<p style="text-align: left;">Here the look is completely different from the first two. Light and bright the site showcases the beer in the middle. The beer bottles act as navigation (some would call this mystery meat navigation, but the navigation is duplicated on the right of the screen so you can easily navigate if you don&#8217;t catch on to the bottles).<br />
<a href="http://www.macsbeer.com/">MacTarnahan&#8217;s</a></p>
<div id="attachment_301" class="wp-caption aligncenter" style="width: 560px"><a href="http://www.macsbeer.com/"><img class="size-full wp-image-301" title="macs" src="http://purpleurbia.com/wp-content/uploads/2009/10/macs.jpg" alt="MacTarnahan's" width="550" height="314" /></a><p class="wp-caption-text">MacTarnahan&#39;s</p></div>
<p>Lovely, vintage-y and my second favorite color, green! The site has a retro feel and is just grungy enough to satisfy my need for web trends.<br />
<a href="http://www.motherearthbrewing.com/">Mother Earth Brewing</a></p>
<div id="attachment_302" class="wp-caption aligncenter" style="width: 560px"><a href="http://www.motherearthbrewing.com/"><img class="size-full wp-image-302 " title="motherearth" src="http://purpleurbia.com/wp-content/uploads/2009/10/motherearth.jpg" alt="Mother Earth Brewing" width="550" height="314" /></a><p class="wp-caption-text">Mother Earth Brewing</p></div>
<p>If life were as easy as peace love &amp; beer, the world would definitely be a better place. The site has a wonderfully clean layout, but the textured background and wheat make it feel natural, which is what I assume they were going for.</p>
<p>Hopefully the sites were inspirational. I know in researching this article, beers I know to have great labels have surprisingly terrible websites. It took a lot of digging to find these gems, mainly because I was looking for ones that were not big name sites.</p>
<p>(header image credit <a href="http://www.flickr.com/photos/tico24/16066110/sizes/l/in/photostream/">tico24</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://purpleurbia.com/a-roundup-of-beautiful-brewery-sites/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Webucation: text replacement and the web</title>
		<link>http://purpleurbia.com/webucation-text-replacement-and-the-web/</link>
		<comments>http://purpleurbia.com/webucation-text-replacement-and-the-web/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 03:15:57 +0000</pubDate>
		<dc:creator>mary fran</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[facelift]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[sifr]]></category>
		<category><![CDATA[web techniques]]></category>
		<category><![CDATA[webucation]]></category>

		<guid isPermaLink="false">http://purpleurbia.com/?p=286</guid>
		<description><![CDATA[Webucation Wednesdays is our new weekly column.In it we will discuss a popular web techniques and tools, however it will not be a tutorial. It is going to be more about educating you about the tools and techniques that are out there than showing you how to use them.
This week we will be discussing some popular [...]]]></description>
			<content:encoded><![CDATA[<p>Webucation Wednesdays is our new weekly column.<span id="more-286"></span>In it we will discuss a popular web techniques and tools, however it will not be a tutorial. It is going to be more about educating you about the tools and techniques that are out there than showing you how to use them.</p>
<p>This week we will be discussing some popular text replacement libraries and their limitations and potentials.</p>
<ol>
<li><a href="http://novemberborn.net/sifr3">sIFR</a><br />
sIFR is one of the original font replacement techniques, and is one of the most complicated. It involves saving a flash movie with your font in order to allow the glyphs to be displayed when called for by your site. This site currently uses sIFR. The official sIFR 3 Beta site has <a title="sIFR Beta 3 Examples" href="http://dev.novemberborn.net/sifr3/beta2/demo/">examples</a> you can take a look at. (I don&#8217;t think they play too nice with internet explorer, and since that is what is on my loaner computer&#8230;) And, as they themselves say, this is an OK solution for now, but not the answer for the next 20 years.</li>
<li><a href="http://facelift.mawhorter.net/">FLIR<br />
</a>Facelift is a little different than sIFR. It does not require Flash to run, so there is wider browser support for this option. You can style the text just about any way you would like. However, there are drawbacks here as well. If the user has images disabled, they will not see the pretty text. It does support links and will change colors on hover.</li>
<li><a href="http://cufon.shoqolate.com/generate/">Cufón</a><br />
This javascript library is quite promising. No images or Flash required to make the font replacement work. Hover has to be enable specifically for elements on which it is needed and Cufón replaced text is not selectable. But for a highly simple and easy to configure solution, this is a definitely an option to consider.</li>
<li><a title="typeface.js" href="http://typeface.neocracy.org/">typeface.js</a><br />
This javascript library is infact quite similar to Cufón, it allows for a little bit easier uploading, hoever it only accepts TrueType fonts. Typeface.js allows use of a greater range of CSS selectors than Cufón, but it is a little larger, and the spacing out of the box is a little bit off (although that can be fixed with a little bit of CSS magic). Typeface.js also provides you with selectable text.</li>
<li><a href="http://www.typeselect.org/">Typeselect</a><br />
This was originally built on the typeface.js library before typeface.js added selectable type as a way to make the type selectable. However, it is a strong solution in its own right. It uses jQuery (which means it will play nice with what I build) but there is currently no suport for :hover or line breaks. This is a promising library that I intend to follow until either they get the kinks worked out, or all browsers on all computers support @font-face.</li>
<li>@font-face<br />
The holy grail of font replacement. What we have all been waiting for. The CSS3 specification that allows us to use our fonts without having to worry about sacrificing accessibility, design or functionality. The support is coming. Webkit browsers support it (Safari and Chrome). So does Firefox (as of 3.1). And, heck, even IE does. The specifications are not yet final, so your CSS might not validate, but you can start including it in your work. (And <a title="Cufon &amp; @font-face" href="http://kilianvalkhof.com/2009/css-xhtml/combining-cufon-and-font-face/">here is an article </a>on how to make @font-face work with Cufon so the js only gets executed if the user has a browser that is incompatible with the CSS property. Nifty, eh?)</li>
<li>HTML/CSS/IMG Phark Method<br />
What most of us do (or should be doing). Using a background image for a header with the text displayed at -9999px (although I think I read that this could do bad things to your Google Page Rank and that you would be better off with an image and alt text for SEO, but this is better from a usability standpoint)</li>
</ol>
<p>Want to know if you can embed that font? For sIFR you can use any font that you can embed in a PDF or Flash file. For the others you need to make sure your license allows the use. FontSquirrel has a <a title="@font-face ready fonts frm FontSquirrel" href="http://www.fontsquirrel.com/fontface">nice list </a>of @font-face ready fonts (for free) that can be used with any of the above methods.</p>
<p>(Image credit <a href="http://www.flickr.com/photos/sindesign/">sindesign</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://purpleurbia.com/webucation-text-replacement-and-the-web/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top 10 Commercial Use, Free Fonts!</title>
		<link>http://purpleurbia.com/top-10-commercial-use-free-fonts/</link>
		<comments>http://purpleurbia.com/top-10-commercial-use-free-fonts/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 19:52:00 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Designer]]></category>

		<guid isPermaLink="false">http://purpleurbia.com/?p=158</guid>
		<description><![CDATA[&#8220;What font am I going to use for this?,&#8221; you breathlessly ask yourself as you scroll through all of your existing font stacks. All too often, you can&#8217;t seem to find one font that not only looks good on its own, but that also exists harmoniously with your overall piece. Today, I am going to [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;What font am I going to use for this?,&#8221; you breathlessly ask yourself as you scroll through all of your existing font stacks.<span id="more-158"></span> All too often, you can&#8217;t seem to find one font that not only looks good on its own, but that also exists harmoniously with your overall piece. Today, I am going to reveal Purple Crayon&#8217;s top ten favorite free fonts that are for commercial use. Without further delay, here they are in random order.</p>
<p style="text-align: center;">
<p><a href="http://purpleurbia.com/wp-content/uploads/2009/10/Anivers.jpg"><br />
</a>1. Anivers: This great font is a very interesting example of a sans-serif typeface. It is a bit more decorative than your standard bearers (like Helvetica), but it retains enough rigidity to be easily read. This is a great font choice if you desire something unique without sacrificing legibility.</p>
<p>2. Nevis: A no nonsense sans serif which expounds upon the classic history of Gill Sans. In fact, through all of my font odysseys, this is the closest I have gotten to a free, commercial use Gill Sans. It is not exact, nor could it be, but considering the price is zero dollars, this is a terrific find. If you are a fan of the original (as I am) feel free to use this one in most situations, as rarely does it appear ineffective.</p>
<p>3. Coolvetica: Speaking of classic font adaptations, here is a playful and retro looking entry. Since its introduction in 1957 by Hoffman and Miedinger, Helvetica has taken its place on the highest pedestal in the Pantheon of typography. It is unmistakable. Ubiquitous. Timeless. It also happens not to be free in any way, which is really a bummer if you do not happen to own a Mac (and assuming you have a personal distaste for Arial). However, many designers, caught in the gravitational pull of Helvetica, have adapted it in ways large and small, making variants of it available to the masses. This variant was modeled on several fonts created during the 1970&#8217;s fetishization of Helvetica. Some letters in Coolvetica are basically exact copies of its parent, the main difference being the exaggerated, swooping tails on the letter &#8220;t&#8221;. So if you are ever in need of something in between Arial and Helvetica, with its own amount of personality, then Coolvetica is your font.</p>
<p>4. Mimix:  This script based serif font is a great choice for someone looking for a calligraphic flare, without sacrificing readability. It has a very elegant transition between its thick and thins, and it also features distinctive baroque ears.</p>
<p>5. Report School: As the name implies, this is a thin, sleek sans serif font that serves an educational function. This font borrows slightly from Century Gothic, most notably in the lower case &#8220;a&#8221;. With uniform letter spacing and consistent kerning, this font is quite easy on the eyes. Clearly, its legibility is a major factor for it being used liberally in schools. These strengths easily translate outside of the classroom, which make it an effective choice.</p>
<p>6.  Bebas: This font is a bit of a rarity, being a sans serif font without a lower case family. Normally, the advantage of a sans serif IS the lower case variant, as they are the most readable of any type of font. However, Bebas is the exception that proves the rule. Even though it is limited to capitals only (which make it outstanding for headlines), it has an air of unspoken authority. It is very easy to discern a positive vocal inflection from this font, just by reading it. This is plainly one of our favorites.</p>
<p>7. Chunk Five: Recently, as sans serif fonts have achieved great exposure and commercial success, serifed fonts have fallen by the wayside. They are typically seen as old fashioned, stodgy, and well, not very &#8220;design-y&#8221;. However, they are making a comeback in the way of slab serif fonts that hearken back to the old American West.  A great (and free) example of such fonts is Chunk Five. It has a great amount of visual weight, as it is big, heavy, and bold. Using this font can really set your work apart, as it distances you both from the old serifed fonts, and from the preponderant use of sans serif fonts. Saddle up with Chunk Five, and ride off into the sunset (lame I know, but it serves its purpose.)</p>
<p>8. MEgolopolis:  One of the more unique free fonts you will find, MEgolopolis just looks like it was invented for use in Cirque du Soleil. It is brash and bold, and it is very unorthodox in its construction. It is very decorated and has extended foot serifs on letters such as the lower case &#8220;d&#8221; and &#8220;t.&#8221; This one , when cleverly arranged, can look very unique and useful in certain circumstances.</p>
<p>9. Neuropol: One of our favorite &#8220;techno&#8221; fonts, Neuropol is perfect for use with your sci-fi projects and your utopian futurist commentaries. This font is has a short and squat x-height, which makes it more wide than it is tall. It is of course a streamlined sans serif font (they don&#8217;t believe in unnecessary decorative flourishes in the future) with a high degree of elegance. This of course has limited uses, but it is perfect for what it was intended.</p>
<p>10. Museo: This font is exacting and precise. It is quite interesting to note that it combines both organic curves and extended, rigid serifs. It also has a fairly shallow depth of the descender, making this a visually interesting font.</p>
<p>Well that about does it. I hope that you enjoyed some of these fonts, and I also hope that they can improve your designs!</p>
]]></content:encoded>
			<wfw:commentRss>http://purpleurbia.com/top-10-commercial-use-free-fonts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
