<?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>Oncemade &#187; Design</title>
	<atom:link href="http://oncemade.com/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://oncemade.com</link>
	<description>Design, Web Dev, Inspiration</description>
	<lastBuildDate>Fri, 09 Jul 2010 02:06:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Dev Notes #1 &#8211; Bookmarklet</title>
		<link>http://oncemade.com/dev-notes-1-bookmarklet/</link>
		<comments>http://oncemade.com/dev-notes-1-bookmarklet/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 05:24:21 +0000</pubDate>
		<dc:creator>Rodrigo</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Bookmarklet]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://oncemade.com/?p=867</guid>
		<description><![CDATA[I got tired of my colleague, *cough Buz, asking me for links and tools that I find and use while [...]]]></description>
			<content:encoded><![CDATA[<p>I got tired of my colleague, *cough <span class="vcard"><a href="http://pizzabytheslice.com" class="fn url" rel="friend">Buz</a></span>, asking me for links and tools that I find and use while working, so I've decided to create posts where I list these things for future reference. Enough talk lets get to it. </p>

<p>Bookmarklet is a very important piece of my development. Lately, I've been using the following:</p>

<ol class="notesList">
	<li>
		<h3><a href="http://david.dojotoolkit.org/recss.html" title="ReCSS: Reload your CSS" rel="bookmark">ReCSS</a></h3>
		<p>Super B tool, used to reload your css without refreshing the whole page. It's very useful if you want to change a website in production that you can't run locally.</p>
	</li>
	<li>
		<h3><a href="http://getfirebug.com/lite.html" title="Firebug Lite" rel="bookmark">Firebug Lite</a></h3>
		<img src="http://oncemade.com/wp-content/uploads/2009/12/firebug_lite.png" alt="Firebug Lite" />
		<p>If you develop websites in different browsers like I do (webkit nightly build), and can't live without Firebug; Firebug Lite is the way to go. It isn't as powerful as the Firebug add-on but it does a good job if you need to use the console or check for applied styles. Unfortunately, there is no way to change the css on the fly.</p>
	</li>
	<li>
		<h3><a href="http://www.sprymedia.co.uk/article/Design" title="Allan Jardine | Reflections | Design" rel="bookmark">Design</a></h3>
		<img src="http://oncemade.com/wp-content/uploads/2009/12/design_bookmarklet.png" alt="Design Bookmarklet" height="93" width="283" />
		<p>A very cool set of design tools. It includes grid, rule, unit and crosshair. A must have if you are designing in the browser.</p>
	</li>
	<li>
		<h3><a href="http://www.learningjquery.com/2006/12/jquerify-bookmarklet" title="jQuerify Bookmarklet &raquo; Learning jQuery - Tips, Techniques, Tutorials" rel="bookmark">jQuerify</a></h3>
		<p>As expected, it includes jQuery to the page. Very useful if you want to use firebug's console and jQuery selectors.</p>
	</li>
	<li>
		<h3><a href="http://slayeroffice.com/?c=/content/tools/suite.html" title="slayeroffice - web experiments gone horribly awry" rel="bookmark">Favelet Suite</a></h3>
		<p>If you are a fan of the <a href="https://addons.mozilla.org/en-US/firefox/addon/60">web developer toolbar</a> add-on for Firefox, you will love this tool.</p>
	</li>
	<li>
		<h3><a href="http://www.westciv.com/xray/" title="XRAY :: for web developers">xRay</a></h3>
		<p>It displays CSS information of a selected object.</p>
	</li>
	<li>
		<h3><a href="http://leftlogic.com/lounge/articles/microformats_bookmarklet/" title="Microformats Bookmarklet &rsaquo; Left Logic" rel="bookmark">Microformats</a></h3>
		<img src="http://oncemade.com/wp-content/uploads/2009/12/microformats.png" alt="Microformats" />
		<p>Every time I markup a page, I try to use microformats as much as possible. This bookmarklet gives you a list of vCard on the page. Unfortunately, it doesn't display any other micro data. </p>
	</li>
</ol>

<p>If I missed any other bookmarklet, feel free to leave a comment with the link to it.</p>]]></content:encoded>
			<wfw:commentRss>http://oncemade.com/dev-notes-1-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rounded Corners via CSS &#8211; almost there!</title>
		<link>http://oncemade.com/rounded-corners-via-css-almost-there/</link>
		<comments>http://oncemade.com/rounded-corners-via-css-almost-there/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 14:07:35 +0000</pubDate>
		<dc:creator>Steven Tate</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Rounded Corners]]></category>

		<guid isPermaLink="false">http://oncemade.com/?p=796</guid>
		<description><![CDATA[Can everyone feel how square the IE world is about to become? We have recently began the effort of killing [...]]]></description>
			<content:encoded><![CDATA[<p>Can everyone feel how square the IE world is about to become?  We have recently began the effort of killing the rounded corner graphics and even sillier solutions such as Nifty Cube in favor of the progressive CSS rounded corner tags.</p>

<pre><h4>CSS</h4><code>-webkit-border-radius
-moz-border-radius</code>
</pre>

<p>It's a tough decision to start dramatically forking the experience between IE and &ldquo;the rest of the world.&rdquo;  But, before you get overly excited, note the border-radius has it&#x27;s gotchas!</p>
<span id="more-796"></span>
<p>
<ol>
	<li>
		<h4><del datetime="2009-08-21T01:48:41+00:00">FF 3.0 doesn't support individual corners</del> <strong>Corrected - thanks Brainlag</strong></h4>
		<p><del datetime="2009-08-21T01:48:41+00:00">Yep, I'd really recommend squaring the diminishing world of FF3.0 as well.</del> By all means, ROUND EM IN FF3.0!  This can be done by targeting FF3.0 and above with @media queries.  <del datetime="2009-08-21T01:48:41+00:00">This will require a constraint since @media partially worked in FF3.0</del>.  So, try <del datetime="2009-08-21T01:48:41+00:00">@media (min-width: 1px;) {  }</del> <strong>corrected</strong>: @media screen { #myDiv { -moz-border-radius: 5px; } }</p>
	</li>
	<li>
		<h4>Background images spill out of rounded boxes in FF3.0</h4>
		<p>I believe FF3.5 properly masks background images finally</p>
	</li>
	<li>
		<h4>Rounded corners in FF2.0 aren't anti-aliased</h4>
		<p>This is probably not much of a problem given FF2.0's 3% market share.</p>
	</li>
</ol>
</p>

<p>These quirks are no cause for concern.  In fact, I think you should leave FF3.0 and pre Safari 4.0 out of the rounding world by the fact that older browser FF and Safari users disappear faster than &ldquo;a truckload of dead rats in a tampon factory!&rdquo; - gratuitous, meaningless quote from Top Secret.</p>

<p>What do you guys think?  Any major CSS Rounded Corner converts?</p>
-tateman

<div class="browserSupport">
	<h4>Browser Support</h4>
	<ul class="browserComp clearfix">
		<li class="firefoxComp"><span>Firefox</span></li>
		<li class="safariComp"><span>Safari</span></li>
		<li class="chromeComp"><span>Chrome</span></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://oncemade.com/rounded-corners-via-css-almost-there/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>The Right Way to Declare RGBa Colors</title>
		<link>http://oncemade.com/the-right-way-to-declare-rgba-colors/</link>
		<comments>http://oncemade.com/the-right-way-to-declare-rgba-colors/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 06:55:34 +0000</pubDate>
		<dc:creator>Rodrigo</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[css 3]]></category>
		<category><![CDATA[progressive enrichment]]></category>
		<category><![CDATA[rgba]]></category>

		<guid isPermaLink="false">http://oncemade.com/?p=625</guid>
		<description><![CDATA[The most efficient way to declare RGBa values and don't mess up the CSS. ]]></description>
			<content:encoded><![CDATA[<p>One of the best progressive enrichment that I use on my projects is to set colors as <abbr title="Red, Green, Blue, and Alpha"><em>RGBa</em></abbr> (red, green, blue, alpha) values. As I write this, <abbr title="Red, Green, Blue, and Alpha"><em>RGBa</em></abbr> is current supported in firefox 3.0.5+, Safari 2+, Chrome 1+, and Opera 10+.</p>  <p>The most efficient way that I found to declare <abbr title="Red, Green, Blue, and Alpha"><em>RGBa</em></abbr> values is to separate the flat colors into code block, and keeping <abbr title="Red, Green, Blue, and Alpha"><em>RGBa</em></abbr> with the other styles. Like in this example:</p>  <pre><h4>CSS</h4><code>/* NON RGBa BROWSERS
  ------------------------------------------------------ */
#wrap { background-color: #000; }
#footer,
#header { background-color: #ccc; }
.section { color: #fff; }

/* HEADER
  ------------------------------------------------------ */
#header { background-color: rgba(204,204,204,.8); }
#header ul { float: right; }
#header li {
  float: left;
  margin-left: 1em;
}
#header li:first-child { margin-left: 0; }

/* WRAP
  ------------------------------------------------------ */
#wrap {
  width: 960px;
  margin: 0 auto;
  background-color: (0,0,0,.7);
}
.section {
  padding: 1em;
  color: rgba(255,255,255,.9);
}
</code></pre>
<p>I always keep the flat colors separated because they can be easily removed when the other browsers start supporting <em>RGBa</em>. Why didn't I declare the <em>HEX</em> colors on the same line as the <em>RGBa</em>? Simple! <em>IE</em> doesn't support it; no color will be rendered at all. <strong>Note: Please be aware that the <abbr title="Red, Green, Blue, and Alpha"><em>RGBa</em></abbr> colors have to be the last ones declared.</strong></p>
<span id="more-625"></span>
<pre><h4>DOESN'T WORK IN IE</h4><code>/* HEADER
  ------------------------------------------------------ */
#header {
  background-color: #ccc;
  background-color: rgba(204,204,204,.8);
}</code></pre>
<p>Last but not least, when I use border's shorthand syntax, I declare it with the flat colors first, and then <em>border-color</em> afterward. See the example bellow for better understanding.</p>
<pre><h4>CSS</h4><code>/* NON RGBa BROWSERS
  ------------------------------------------------------ */
#header { border: 1px solid #000; }

/* HEADER
  ------------------------------------------------------ */
#header { border-color: rgba(0,0,0,.7); }
</code></pre>
<div>
Just a few examples of website using <abbr title="Red, Green, Blue, and Alpha"><em>RGBa</em></abbr> colors:
<ul>  <li><a href="http://forabeautifulweb.com/" title="Web design and development training workshops for web designers and developers | For A Beautiful Web">For A Beautiful Web</a> - Crafted by <a href="http://www.stuffandnonsense.co.uk/" title="Stuff and Nonsense | Creative web site design specialists based in North Wales, UK">Andy Clarke</a></li>  <li><a href="http://tweetcc.com/" title="tweetCC | Publish &#038; license tweets with Creative Commons">TweetCC</a> - Crafted by <a href="http://www.stuffandnonsense.co.uk/" title="Stuff and Nonsense | Creative web site design specialists based in North Wales, UK">Andy Clarke</a></li>  <li><a href="http://designertweet.com/" title="Designer Tweet">Designer Tweet</a> - My latest case study website.</li>  <li><a href="http://simplebits.com/" title="SimpleBits">SimpleBits - Crafted by Dan Cederholm</a></li>
</ul>
</div>
<div  class="update">
<h4>Update</h4>
For more information and details about <em>RGBa</em>, please visit the following:
<ul>
<li><a href="http://www.timkadlec.com/post.asp?q=61">Not As Clear As It Seems: CSS3 Opacity and RGBA</a></li>
<li><a href="http://forabeautifulweb.com/blog/about/is_css3_rgba_ready_to_rock/">Is CSS3 RGBa ready to rock? </a></li>
</ul>
</div>
<h4>Browser Support</h4>
<ul class="browserComp clearfix">  <li class="firefoxComp"><span>Firefox 3.0+</span></li>  <li class="safariComp"><span>Safari 3.0+</span></li>  <li class="chromeComp"><span>Chrome 1+</span></li>  <li class="operaComp"><span>Opera 10+</span></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://oncemade.com/the-right-way-to-declare-rgba-colors/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Make A Steampunk Gear</title>
		<link>http://oncemade.com/make-a-steampunk-gear/</link>
		<comments>http://oncemade.com/make-a-steampunk-gear/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 18:50:00 +0000</pubDate>
		<dc:creator>Rodrigo</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Links Roundup]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[Pizza by the slice]]></category>
		<category><![CDATA[steampunk]]></category>

		<guid isPermaLink="false">http://oncemade.com/?p=462</guid>
		<description><![CDATA[Very cool tutorial by Buz. Make A Steampunk Gear Using Photoshop Patterns and Effects.]]></description>
			<content:encoded><![CDATA[<p>Very cool tutorial by Buz. <a href="http://pizzabytheslice.com/make-a-steampunk-gear-using-photoshop-patterns-and-effects.htm" title="Steampunk Gear Tutorial">Make A Steampunk Gear Using Photoshop Patterns and Effects. </a></p>
<p class="aligncenter">
<a href="http://pizzabytheslice.com/make-a-steampunk-gear-using-photoshop-patterns-and-effects.htm" class="imageLink"><img src="http://oncemade.com/wp-content/uploads/2008/12/final-steampunk-gear-tutorial-300x300.jpg" alt="Steampunk Gear Tutorial" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://oncemade.com/make-a-steampunk-gear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Illustrator Tip: Select by Fill Color</title>
		<link>http://oncemade.com/illustrator-tip-select-by-fill-color/</link>
		<comments>http://oncemade.com/illustrator-tip-select-by-fill-color/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 08:20:30 +0000</pubDate>
		<dc:creator>Rodrigo</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[illustration]]></category>

		<guid isPermaLink="false">http://oncemade.com/?p=444</guid>
		<description><![CDATA[Using the "Select by Fill Color" to speed up your workflow]]></description>
			<content:encoded><![CDATA[<p>A lot of times I end up with a bunch of objects all over in the same layer and it becomes very difficult to select them. That&#39;s when &ldquo;Select by Fill Color&rdquo; comes in handy.</p> 

<h3>Choose Unused Color</h3>
<p>
  Choose an unused color and draw your objects.
  <img src="http://oncemade.com/wp-content/uploads/2008/12/choose-unused-color.png" alt="Choose Unused Color" class="tutImg" />
</p>
<span id="more-444"></span>
<h3>Select by Fill Color</h3> 
<p>
  Select one of the objects and go to <strong>Select &raquo; Same &raquo; Fill Color</strong>.
  <img src="http://oncemade.com/wp-content/uploads/2008/12/select-by-fill-color.png" alt="Select by Fill Color" class="tutImg" />
</p>
<h3>Final Result</h3>
<p>
  Once all objects are selected, change their appearance as desire and you may also want to create a layer for them. Make sure to explore the <strong>Select Menu</strong> for further options.
  <img src="http://oncemade.com/wp-content/uploads/2008/12/final-results.png" alt="Final Results" class="tutImg" />
</p>]]></content:encoded>
			<wfw:commentRss>http://oncemade.com/illustrator-tip-select-by-fill-color/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Xmas Illustrations</title>
		<link>http://oncemade.com/xmas-illustrations/</link>
		<comments>http://oncemade.com/xmas-illustrations/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 17:00:30 +0000</pubDate>
		<dc:creator>Rodrigo</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Links Roundup]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[illustration]]></category>
		<category><![CDATA[retro]]></category>
		<category><![CDATA[Vintage]]></category>
		<category><![CDATA[Xmas]]></category>

		<guid isPermaLink="false">http://oncemade.com/?p=394</guid>
		<description><![CDATA[Xmas Records Books Miscellaneous]]></description>
			<content:encoded><![CDATA[<h3>Xmas Records</h3>

<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/neatocoolville/3115606539/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/1960s-christmas-record-album-wrapper.jpg" alt="1960's Christmas Record Album Wrapper" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://flickr.com/photos/24635180@N07/3111538417/in/photostream/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/frosty-78-record.jpg" alt="Frosty 78 Record" />
	</a>
</p>
<span id="more-394"></span>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/changoblanco/160491703/in/set-72157594400805316/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/jingle-bells.jpg" alt="Jingle Bells" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://farm4.static.flickr.com/3097/_c081c6380e_o.jpg">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/rudolph-45-record.jpg" alt="Rudolph 45 Record" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://flickr.com/photos/24635180@N07/3111538413/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/rudolph-78-record.jpg" alt="Rudolph 78 Record" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/toymaster/3116691665/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/a-christmas-carol.jpg" alt="A Christmas Carol" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/changoblanco/311363359/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/bozos-christmas-sing-a-long.jpg" alt="Bozo&apos;s Christmas Sing a Long" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/24635180@N07/3105559177/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/christmas-song-parade.jpg" alt="Christmas Song Parade" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://flickr.com/photos/24635180@N07/3111558425/in/photostream/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/frosty-the-snowman-78-record.jpg" alt="Frosty the Snowman 78 Record" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://flickr.com/photos/24635180@N07/3111538421/in/photostream/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/frosty-the-snowman-78-record-back.jpg" alt="Frosty the Snowman 78 Record, Back" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://flickr.com/photos/24635180@N07/3114093169/in/photostream/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/jingle-bells-78-record.jpg" alt="Jingle Bells 78 Record" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/jikan/3076336659/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/silent-night.jpg" alt="Silent Night" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://flickr.com/photos/spacepotato/3104738076/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/wally-scott.jpg" alt="Wally Scott" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/simplymein/3115758767/in/pool-vintagechristmas">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/xmas-carols.jpg" alt="Xmas Carols" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/neatocoolville">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/xmas-songsand-carols.jpg" alt="Xmas Songsand Carols" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://farm4.static.flickr.com/3068/3108630357_6fd6532141_o.jpg">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/ascolta-si-fa-sera1.jpg" alt="Ascolta! si fa Sera.." />
	</a>
</p>
<h3>Books</h3>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/simplymein/3104890132/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/christmas-is-coming.jpg" alt="Christmas is Coming" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/neatocoolville">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/fun-pad.jpg" alt="Fun pad" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/neatocoolville">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/rudolph.jpg" alt="Rudolph" />
	</a>
</p>
<h3>Miscellaneous</h3>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/carbonated/3079777919/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/merry-christmas-from-december-1945.jpg" alt="Merry Christmas From December, 1945" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/neatocoolville/3106857512/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/1956-seasons-greetings-calendar1.jpg" alt="1956 Seasons Greetings Calendar" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/neatocoolville">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/christmas-pac-cookies.jpg" alt="Christmas pac Cookies" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/neatocoolville">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/kfc-cup.jpg" alt="Kfc cup" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/neatocoolville">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/kfc-lid.jpg" alt="Kfc lid" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/neatocoolville">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/amico.jpg" alt="Amico" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/neatocoolville">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/give-the-gift-of-music.jpg" alt="Give the Gift of Music" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/neatocoolville">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/jo-joy-booties.jpg" alt="Jo joy Booties" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/neatocoolville">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/north-pole-colorado.jpg" alt="North Pole Colorado" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/neatocoolville">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/santa-dime-saver.jpg" alt="Santa Dime Saver" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/neatocoolville/sets/72157603610892636/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/the-littlest-snowman.jpg" alt="The Littlest Snowman" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/neatocoolville">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/mandrake-the-magician.jpg" alt="Mandrake the Magician" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/lovarevolutionary/2987591357/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/santa-claus-vintage-illustration-handmade-gift-tag.jpg" alt="Santa Claus Vintage Illustration Handmade Gift tag" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/lovarevolutionary/2987625663/in/photostream/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/handmade-vintage-illustration-holiday-x-mas-gift-tags.jpg" alt="Handmade Vintage Illustration Holiday Xmas Gift Tags" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/xtinalamb/337321476/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/xmas-tree-hat-wrapping-paper.jpg" alt="Xmas Tree Hat Wrapping Paper" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/neatocoolville">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/xmas-pack.jpg" alt="Xmas Pack" />
	</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://oncemade.com/xmas-illustrations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>40 Vintage Illustrated Xmas Cards</title>
		<link>http://oncemade.com/40-vintage-illustrated-xmas-cards/</link>
		<comments>http://oncemade.com/40-vintage-illustrated-xmas-cards/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 06:51:38 +0000</pubDate>
		<dc:creator>Rodrigo</dc:creator>
				<category><![CDATA[Creativeness]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Cards]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[illustration]]></category>
		<category><![CDATA[retro]]></category>
		<category><![CDATA[Roy Doty]]></category>
		<category><![CDATA[Vintage]]></category>
		<category><![CDATA[Xmas]]></category>

		<guid isPermaLink="false">http://oncemade.com/?p=304</guid>
		<description><![CDATA[Collection of vintage illustrated Christmas cards. Roy Doty Collection Traditional Vintage Xmas Cards Want More? Click Here]]></description>
			<content:encoded><![CDATA[<p>Collection of vintage illustrated Christmas cards.</p>
<h3>Roy Doty Collection</h3>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-2006.jpg" alt="Roy Doty 2006" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-wall-st.jpg" alt="Roy Wall st" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty-2001.jpg" alt="Roy Doty 2001" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty-1996.jpg" alt="Roy Doty 1996" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-1984.jpg" alt="Roy Doty 1984" />	
	</a>
</p>

<span id="more-304"></span>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-maze.jpg" alt="Roy Maze" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty-2005.jpg" alt="Roy Doty 2005" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-mice.jpg" alt="Roy Mice" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-1983.jpg" alt="Roy Doty 1983" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-1978.jpg" alt="Roy Doty 1978" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty-1974.jpg" alt="Roy Doty 1974" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty.jpg" alt="Roy Doty" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-starry-night.jpg" alt="Roy Starry Night" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty-2007.jpg" alt="Roy Doty 2007" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty-2004.jpg" alt="Roy Doty 2004" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty-2003.jpg" alt="Roy Doty 2003" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty-2000.jpg" alt="Roy Doty 2000" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty-1999.jpg" alt="Roy Doty 1999" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty-1995.jpg" alt="Roy Doty 1995" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-1993.jpg" alt="Roy Doty 1993" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty-1987.jpg" alt="Roy Doty 1987" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty-1981.jpg" alt="Roy Doty 1981" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty-1979.jpg" alt="Roy Doty 1979" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty-1976.jpg" alt="Roy Doty 1976" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty-1971.jpg" alt="Roy Doty 1971" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty-1966.jpg" alt="Roy Doty 1966" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty-1965.jpg" alt="Roy Doty 1965" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty-1958.jpg" alt="Roy Doty 1958" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty-1955.jpg" alt="Roy Doty 1955" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty-1991.jpg" alt="Roy Doty 1991" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/roy-doty-1986.jpg" alt="Roy Doty 1986" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/us-map.jpg" alt="Us map" />
	</a>
</p>

<h3>Traditional Vintage Xmas Cards</h3>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/22195069@N03/3116000647/in/photostream/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/pop-up-santa-front.jpg" alt="Pop up Santa Front" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/22195069@N03/3116827296/in/photostream/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/pop-up-santa.jpg" alt="Pop up Santa" />
	</a>
</p>

<p class="aligncenter">
	<a class="imageLink" href="http://www.cagle.com/hogan/features/christmas_cards_2008/main.asp">
		
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/22195069@N03/3116826242/in/photostream/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/santa-for-sister.jpg" alt="Santa for Sister" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/22195069@N03/3115998791/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/santa-for-sister-inside.jpg" alt="Santa for Sister Inside" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/22195069@N03/3115997469/in/pool-vintagechristmas">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/santa-on-the-way.jpg" alt="Santa on the Way" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/changoblanco/310867276/in/photostream/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/over-and-over.jpg" alt="Over and Over" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/dieausgebuergerte/3065922432/">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/a-merry-christmas-card.jpg" alt="A Merry Christmas Card" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/26777958@N05/3118152996/in/pool-vintagechristmas">
		<img src="http://oncemade.com/wp-content/uploads/2008/12/frostys-presents-1962.jpg" alt="Frostys Presents 1962" />
	</a>
</p>
<h3> <a href="http://oncemade.com/2008/12/23/xmas-illustrations" title="Xmas Illustrations">Want More? Click Here</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://oncemade.com/40-vintage-illustrated-xmas-cards/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Yes We Can&#8230; Design</title>
		<link>http://oncemade.com/yes-we-can-design/</link>
		<comments>http://oncemade.com/yes-we-can-design/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 05:35:11 +0000</pubDate>
		<dc:creator>Rodrigo</dc:creator>
				<category><![CDATA[Creativeness]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Minimalist]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[barack]]></category>
		<category><![CDATA[collage]]></category>
		<category><![CDATA[election]]></category>
		<category><![CDATA[illustration]]></category>
		<category><![CDATA[obama]]></category>
		<category><![CDATA[yes we can]]></category>

		<guid isPermaLink="false">http://oncemade.com/?p=186</guid>
		<description><![CDATA[The election is here and it's amazing how many designers have put their thoughts and hearts to express themselves. Here [...]]]></description>
			<content:encoded><![CDATA[<p>The election is here and it's amazing how many designers have put their thoughts and hearts to express themselves. Here are few designs that I've stumbled through out the Obama's campaign.</p>
<h3>Collage</h3>
<p class="aligncenter">
	<a class="imageLink" href="http://designforobama.org/index.php?p=490">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/obama-collage.jpg" alt="UNITY 08" />
		<br />
		<span>by tsevis</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://designforobama.org/index.php?p=482">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/our-moment-our-time.jpg" alt="Our Moment, Our Time" />	
		<br />
		<span>by John Derry</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://timmywheeler.deviantart.com/art/Obama-Color-74449677">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/obama-color.jpg" alt="Obama Color" />
		<br />
		<span>by timmywheeler</span>
	</a>
</p>

<h3>Illustration</h3>
<p class="aligncenter">
	<a class="imageLink" href="http://www.designforobama.org/index.php?p=527">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/color-blind.jpg" alt="Color Blind" />
		<br />
		<span>by dumbrobot</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/renzo_giusti/2543922597/">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/progress.jpg" alt="Progress" />
		<br />
		<span>by renzo358</span>
	</a>
</p>

<span id="more-186"></span>
<p class="aligncenter">
	<a class="imageLink" href="http://designforobama.org/index.php?p=149">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/nuestra-voz.jpg" alt="Nuestra Voz" />
		<br />
		<span>by Rafael Lopez</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://designforobama.org/index.php?p=425">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/fluffy-little-clouds.jpg" alt="Fluffy Little Clouds" />
		<br />
		<span>by dnewby</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://designforobama.org/index.php?p=340">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/the-fabric-of-america.jpg" alt="The Fabric Of America" />
		<br />
		<span>by HHS</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/artbymags/2425587089/">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/believe.jpg" alt="Believe" />
		<br />
		<span>by artbymags</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://flickr.com/photos/theholidaygirl/2841411435/in/photostream/">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/bliss.jpg" alt="Bliss" />
		<br />
		<span>by theholidaygirl928</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/bridgforth/2784150039/">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/yes-we-can.jpg" alt="Yes we can" />
		<br />
		<span>by Jeff Bridgforth</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.designforobama.org/index.php?p=107">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/polar-bears-for-obama.jpg" alt="Polar Bears for Obama" />
		<br />
		<span>by craftysquid</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/dankeezer/2905438376/">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/obama-poster.jpg" alt="Obama Poster" />
		<br />
		<span>by Dan of Future's Past</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/dklimke/2910091859/">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/change-vote-obama-08.jpg" alt="Change Vote Obama 08" />
		<br />
		<span>by dklimke</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/iluvyourwork/2559114370/">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/barack-obama-by-iluvyourwork.jpg" alt="Barack Obama by Iluvyourwork." />
		<br />
		<span>by iluvyourwork</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://zeushadesposeidon.deviantart.com/art/Barack-Obama-76079197">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/barack-obama.jpg" alt="Barack Obama" />
		<br />
		<span>by zeushadesposeidon</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://cezleo.deviantart.com/art/Barack-Obama-96539332">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/barack-obama-drawing.jpg" alt="Barack Obama Drawing" />
		<br />
		<span>by cezleo</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://qwnzxmsj.deviantart.com/art/Barack-Obama-poster-2008-82556636">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/barack-obama-poster-2008.jpg" alt="Barack Obama Poster 2008" />
		<br />
		<span>by qwnzxmsj</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://roberlan.deviantart.com/art/Obama-1-78283720">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/obama-color-drawing.jpg" alt="Obama Color Drawing" />
		<br />
		<span>by roberlan</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://roberlan.deviantart.com/art/Obama-76-Campaign-78988726">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/obama-76-campaign.jpg" alt="Obama 76 Campaign" />
		<br />
		<span>by roberlan</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://chngch.deviantart.com/art/Obama-92160565">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/mr-usa.jpg" alt="Mr USA" />
		<br />
		<span>by chngch</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://roberlan.deviantart.com/art/Obama-do-Brasil-82811937">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/obama-do-brasil.jpg" alt="Obama do Brasil" />
		<br />
		<span>by roberlan</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://BenHeine.deviantart.com/art/Obama-Luther-King-81753252">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/obama-luther-king.jpg" alt="Obama Luther King" />
		<br />
		<span>by BenHeine</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://sillycity.deviantart.com/art/obama-oh-eight-82110275">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/obama-oh-eight.jpg" alt="Obama oh Eight" />
		<br />
		<span>by sillycity</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://fall-out.deviantart.com/art/obama-red-white-and-blue-99556988">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/obama-red-white-and-blue.jpg" alt="Obama red White and Blue" />
		<br />
		<span>by fall-out</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.evasion.cc/blog/comments/designer-obama-poster/">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/obama-xtrapop.jpg" alt="Obama Xtrapop" />
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.designforobama.org/index.php?p=90">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/licon-obama.jpg" alt="Abraham Obama" />
		<br />
		<span>by aperryz</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://befresh.deviantart.com/art/obama-95366730">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/barack-obama-change-you-can-believe-in.jpg" alt="Barack Obama change you can believe in" />
		<br />
		<span>by befresh</span>
	</a>
</p>
<h3>Typography</h3>
<p class="aligncenter">
	<a class="imageLink" href="http://www.designforobama.org/index.php?p=442">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/vote-08.jpg" alt="Vote 08" />
		<br />
		<span>by dumbrobot</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.designforobama.org/index.php?p=294">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/hope.jpg" alt="Hope" />
		<br />
		<span>by palino</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.designforobama.org/index.php?p=43">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/probama-nation.jpg" alt="Probama Nation" />
		<br />
		<span>by COMMAND C design</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.designforobama.org/index.php?p=290">
			<img src="http://oncemade.com/wp-content/uploads/2008/11/yes-we-can-vote-for-change.jpg" alt="Yes we can vote for change" />
		<br />
		<span>by furstdesign</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.designforobama.org/index.php?p=258">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/obama.jpg" alt="Obama" />
		<br />
		<span>by gsang</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.designforobama.org/index.php?p=438">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/voteforobama.jpg" alt="Compute Obama" />
		<br />
		<span>by donavon</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.designforobama.org/index.php?p=538">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/if-you-vote-we-go-somewhere.jpg" alt="If you vote we go somewhere" />
		<br />
		<span>by gausa</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.designforobama.org/index.php?p=539">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/vote.jpg" alt="Vote" />
		<br />
		<span>by gausa</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.designforobama.org/index.php?p=454">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/yes-we-can1.jpg" alt="Yes we Can" />
		<br />
		<span>by gausa</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.designforobama.org/index.php?p=474">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/barack-obama1.jpg" alt="Barack Obama" />
		<br />
		<span>by overlapdesign</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.designforobama.org/index.php?p=392">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/952-ee-14a-9df-8671dbb-05925bf-7292044549-289.jpg" alt="Obama Barack" />
		<br />
		<span>by valeria_fuso</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/pscroggs/2745752344/">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/obama-word-cloud.jpg" alt="Obama word cloud" />
		<br />
		<span>by Phillustrations</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.flickr.com/photos/wezzbrlsq/2903208108/">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/obama-head.jpg" alt="Obama Head" />
		<br />
		<span>by wezzburlesque</span>
	</a>
</p>
<p class="aligncenter">
	<a class="imageLink" href="http://www.designforobama.org/index.php?p=536">
		<img src="http://oncemade.com/wp-content/uploads/2008/11/foward-obama.jpg" alt="Foward Obama" />
		<br />
		<span>by bcbailey</span>
	</a>
</p>
<h3>Vote!</h3>]]></content:encoded>
			<wfw:commentRss>http://oncemade.com/yes-we-can-design/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
