<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>
  
 
           
      input[type=’submit’].minimal, button.minimal {
          background: #e3e3e3 !important;
          border: 1px solid #bbb !important;
          -moz-border-radius: 3px !important;
          -webkit-border-radius: 3px !important;
          border-radius: 3px !important;
          -moz-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          color: #333 !important;
          font-family: “helvetica neue”, helvetica, arial, sans-serif !important;
          font-size: 12px !important;
          font-weight: bold !important;
          line-height: 1 !important;
          padding: 8px 0 9px !important;
          text-align: center !important;
          text-shadow: 0 1px 0 #fff !important;
          width: 150px !important;
      }
      input[type=’submit’].minimal:hover, button.minimal:hover {
          background: #d9d9d9 !important;
          -moz-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          -webkit-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          box-shadow: inset 0 0 1px 1px #eaeaea !important;
          color: #222 !important;
          cursor: pointer !important;
      }
      input[type=’submit’].minimal:active, button.minimal:active {
          background: #d0d0d0 !important;
          -moz-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          color: #000 !important;
      }
  
   
   
     join our mailing list
   
   Email Address
   
       
         
         
       
       
       
     Close
   
   
 
 
    try {
        var jqueryLoaded=jQuery;
        jqueryLoaded=true;
    } catch(err) {
        jqueryLoaded=false;
    }
   var fancyboxLoaded;
               //Check if a fancybox plugin is already loaded
               if($.fancybox){
        fancyboxLoaded=true;
               }
               else {
        fancyboxLoaded=false;
               }
               var head= document.getElementsByTagName('head')[0];
               var script= document.createElement('script');
    if (!jqueryLoaded) {
        script.type= 'text/javascript';
        script.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
        head.appendChild(script);    
    }
    if (!fancyboxLoaded) {
      //Only load the CSS because the asynchronous JS might not load the script in time...
      //We'll load the script later with jQuery :)
      var fancystyle= document.createElement('link');
      fancystyle.setAttribute("rel", "stylesheet");
      fancystyle.setAttribute("type", "text/css");
      //TODO: Hey MC guys, you've gotta host this somewhere!
      fancystyle.setAttribute("href", "http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.css");
      head.appendChild(fancystyle);    
    }
 
 var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';var err_style = '';
 try{
     err_style = mc_custom_error_style;
 } catch(e){
     err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;';
 }
 var head= document.getElementsByTagName('head')[0];
 var style= document.createElement('style');
 style.type= 'text/css';
 if (style.styleSheet) {
   style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}';
 } else {
   style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}'));
 }
 head.appendChild(style);
 $(document).ready( function($) {
    //Button below the Tumblr Controls
    //TODO: Hey MC guys, you've gotta host the image linked below somewhere!
     var newsletter_link = document.createElement('a');
     newsletter_link.setAttribute('href', '#mc_embed_signup');
     newsletter_link.setAttribute('id', 'mc-embedded-tumblr-signup');
     newsletter_link.setAttribute('style', 'border:none; position:absolute; top:26px;right:3px; z-index:9999;');
     var newsletter_image = document.createElement('img');
     newsletter_image.setAttribute('src', 'http://chimplr.heroku.com/images/newsletter.png');
     newsletter_image.setAttribute('style', 'border:none;');
     newsletter_link.appendChild(newsletter_image);
     //Append Link to body
     $('body:first').append(newsletter_link);
     var options = {
       errorClass: 'mce_inline_error',
       errorElement: 'div',
       onkeyup: function(){},
       onfocusout:function(){},
       onblur:function(){},
       invalidHandler: function(form, validator) {
         setTimeout("$.fancybox.resize();", 50);
       }
     };
   var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
   options = { url: 'http://derekbender.us2.list-manage.com/subscribe/post-json?u=b0b64f129598e940729d68a92&amp;id=82ea656da6&amp;c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                 beforeSubmit: function(){
                     $('#mce_tmp_error_msg').remove();
                     $('.datefield','#mc_embed_signup').each(
                         function(){
                             var txt = 'filled';
                             var fields = new Array();
                             var i = 0;
                             $(':text', this).each(
                                 function(){
                                     fields[i] = this;
                                     i++;
                                 });
                             $(':hidden', this).each(
                                 function(){
                                   if ( fields[0].value=='MM' &amp;&amp; fields[1].value=='DD' &amp;&amp; fields[2].value=='YYYY' ){
                                     this.value = '';
                   } else if ( fields[0].value=='' &amp;&amp; fields[1].value=='' &amp;&amp; fields[2].value=='' ){
                                     this.value = '';
                   } else {
                                       this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
                                   }
                                 });
                         });
                     return mce_validator.form();
                 }, 
                 success: mce_success_cb
             };
   $('#mc-embedded-subscribe-form').ajaxForm(options);
 });
 function mce_success_cb(resp){
     $('#mce-success-response').hide();
     $('#mce-error-response').hide();
     if (resp.result=="success"){
         $('#mce-'+resp.result+'-response').show();
         $('#mce-'+resp.result+'-response').html(resp.msg);
         $('#mc-embedded-subscribe-form').each(function(){
             this.reset();
             });
         $('#mc-embedded-subscribe').hide();
         $('.mc-field-group').hide();
         $('#mc-embedded-lightbox-close').show().focus();
     } else {
         var index = -1;
         var msg;
         try {
             var parts = resp.msg.split(' - ',2);
             if (parts[1]==undefined){
                 msg = resp.msg;
             } else {
                 i = parseInt(parts[0]);
                 if (i.toString() == parts[0]){
                     index = parts[0];
                     msg = parts[1];
                 } else {
                     index = -1;
                     msg = resp.msg;
                 }
             }
         } catch(e){
             index = -1;
             msg = resp.msg;
         }
         try{
             if (index== -1){
                 $('#mce-'+resp.result+'-response').show();
                 $('#mce-'+resp.result+'-response').html(msg);            
             } else {
                 err_id = 'mce_tmp_error_msg';
                 html = ' '+msg+'';
                 var input_id = '#mc_embed_signup';
                 var f = $(input_id);
                 if (ftypes[index]=='address'){
                     input_id = '#mce-'+fnames[index]+'-addr1';
                     f = $(input_id).parent().parent().get(0);
                 } else if (ftypes[index]=='date'){
                     input_id = '#mce-'+fnames[index]+'-month';
                     f = $(input_id).parent().parent().get(0);
                 } else {
                     input_id = '#mce-'+fnames[index];
                     f = $().parent(input_id).get(0);
                 }
                 if (f){
                     $(f).append(html);
                     $(input_id).focus();
                 } else {
                     $('#mce-'+resp.result+'-response').show();
                     $('#mce-'+resp.result+'-response').html(msg);
                 }
             }
         } catch(e){
             $('#mce-'+resp.result+'-response').show();
             $('#mce-'+resp.result+'-response').html(msg);
         }
     }
     $.fancybox.resize();
 }
 function initFancybox(){
   $("#mc-embedded-tumblr-signup").live('click', function(){
       $.fancybox({
         'autoDimensions'  : true,
         'width'           : 'auto',
         'height'          : 'auto',
         'href'            : $(this).attr('href'),
         'scrolling'       : 'no',
         'onComplete': function(){
         $('#mce-error-response').hide();
         $('div.mce_inline_error').hide();
         $('#mce-success-response').hide();
         $('#mce_tmp_error_msg').remove();
         $(':input','#mc-embedded-subscribe-form')
         .not(':button, :submit, :reset, :hidden')
         .val('')
         .removeAttr('checked')
         .removeAttr('selected');
         //focus first input field
         $("#mc-embedded-subscribe-form:not(.filter) :input:visible:enabled:first").focus();
         $('#mc-embedded-subscribe').show();
         $('.mc-field-group').show();
         $('#mc-embedded-lightbox-close').hide();
         }
       });
       return false;
   });
 }
 //Check wether Fancybox is loaded or not, and if not, load the sucker and initialize it
 if (!fancyboxLoaded){
   //TODO: Hey MC guys, you've gotta host this somewhere!
   $.getScript("http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.pack.js", function(){
       initFancybox();
   });
 }
 if (fancyboxLoaded) {
   initFancybox();
 }
 </description><title>Impressto</title><generator>Tumblr (3.0; @impressto)</generator><link>http://blog.impressto.com/</link><item><title>We love seeing all the iterations and knowing that we’re...</title><description>&lt;iframe src="http://player.vimeo.com/video/35600636?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;We love seeing all the iterations and knowing that we’re not the only ones that go through a half-a-dozen mock ups.&lt;/p&gt;</description><link>http://blog.impressto.com/post/16545311296</link><guid>http://blog.impressto.com/post/16545311296</guid><pubDate>Thu, 26 Jan 2012 18:28:43 -0500</pubDate><category>design</category><category>37signals</category><category>basecamp</category><category>ui</category><category>ux</category></item><item><title>"You have to roll up your sleeves and be a stonecutter before you can become a sculptor – command of..."</title><description>“You have to roll up your sleeves and be a stonecutter before you can become a sculptor – command of craft always precedes art: apprentice, journeyman, master.&lt;br/&gt;
— Philip Gerard”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;&lt;a href="http://quotesondesign.com/philip-gerard/" target="_blank"&gt;http://quotesondesign.com/philip-gerard/&lt;/a&gt;&lt;/em&gt;</description><link>http://blog.impressto.com/post/16347937732</link><guid>http://blog.impressto.com/post/16347937732</guid><pubDate>Mon, 23 Jan 2012 09:00:05 -0500</pubDate><category>design</category><category>quote</category><category>inspiration</category></item><item><title>gabrielayuso:

Work like you don’t need the money.
(via...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lxqjpzPFTL1qbj1sio1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://gabrielayuso.com/post/15908602474/work-like-you-dont-need-the-money-via" target="_blank"&gt;gabrielayuso&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Work like you don’t need the money.&lt;/p&gt;
&lt;p&gt;(via &lt;a class="tumblr_blog" href="http://weandthecolor.com/post/15780409143/typographic-artwork-by-ryan-hamrick-more" target="_blank"&gt;weandthecolor&lt;/a&gt;)&lt;/p&gt;
&lt;blockquote&gt;
&lt;h2&gt;Typographic Artwork&lt;/h2&gt;
&lt;p&gt;by &lt;a href="http://hamrick.ca" target="_blank"&gt;Ryan Hamrick&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description><link>http://blog.impressto.com/post/16007708272</link><guid>http://blog.impressto.com/post/16007708272</guid><pubDate>Tue, 17 Jan 2012 10:00:05 -0500</pubDate><category>quotes</category><category>inspiration</category><category>we and the color</category><category>typography</category><category>ryan Hamrick</category></item><item><title>How to: Make Circles with CSS3</title><description>&lt;p&gt;Creating circles using only CSS3 is fairly easy. You can achieve this by setting the &lt;strong&gt;border-radius&lt;/strong&gt; property to half of the width and height.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt; .circle {&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;border-radius: 50%; &lt;/strong&gt;&lt;em&gt;*note: you can also use 200px here*&lt;/em&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;width: 400px;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;height: 400px;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;}&lt;/strong&gt;&lt;/p&gt;</description><link>http://blog.impressto.com/post/16006434510</link><guid>http://blog.impressto.com/post/16006434510</guid><pubDate>Tue, 17 Jan 2012 09:10:34 -0500</pubDate><category>css</category><category>tips</category><category>how to</category><category>Dev</category></item><item><title>SHOW US YOUR PIXELS!</title><description>&lt;p&gt;We want to see what all of you creative geniuses worked on over the weekend. We&amp;#8217;ve enabled photo replies, so post away!&lt;/p&gt;</description><link>http://blog.impressto.com/post/15948079211</link><guid>http://blog.impressto.com/post/15948079211</guid><pubDate>Mon, 16 Jan 2012 10:31:43 -0500</pubDate><category>design</category><category>creative</category><category>show us your pixels</category></item><item><title>Video</title><description>&lt;iframe src="http://player.vimeo.com/video/34813864" width="400" height="225" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;</description><link>http://blog.impressto.com/post/15884167693</link><guid>http://blog.impressto.com/post/15884167693</guid><pubDate>Sun, 15 Jan 2012 09:06:58 -0500</pubDate><category>fotoshop</category><category>photoshop</category><category>video</category><category>design</category><category>parody</category></item><item><title>Saturday Designer Jams</title><description>&lt;a href="http://open.spotify.com/track/2eAuYatPvIbI5TWYZWFc37"&gt;Saturday Designer Jams&lt;/a&gt;: &lt;p&gt;#NowPlaying SafetySuit – Crash on #Spotify&lt;/p&gt;</description><link>http://blog.impressto.com/post/15841597261</link><guid>http://blog.impressto.com/post/15841597261</guid><pubDate>Sat, 14 Jan 2012 15:04:10 -0500</pubDate><category>music</category><category>inspiration</category><category>sdj</category></item><item><title>Weekly Design Freebie</title><description>&lt;a href="http://t.co/lpCj1zg3"&gt;Weekly Design Freebie&lt;/a&gt;: &lt;p&gt;&lt;img height="375" src="http://gallery.mailchimp.com/b0b64f129598e940729d68a92/images/techy_purtycons.2.png" width="500"/&gt;&lt;/p&gt;
&lt;p&gt;Brought to you by &lt;a href="http://PurtyPixels.com" title="http://PurtyPixels.com" target="_blank"&gt;PurtyPixels.com&lt;/a&gt;&lt;/p&gt;</description><link>http://blog.impressto.com/post/15794977575</link><guid>http://blog.impressto.com/post/15794977575</guid><pubDate>Fri, 13 Jan 2012 18:05:27 -0500</pubDate><category>design</category><category>resource</category><category>freebie</category><category>purtypixels</category><category>richard tabor</category></item><item><title>stuffbyberry:

FOR THE LOVE OF FUTURA. This is an amazing...</title><description>&lt;iframe src="http://player.vimeo.com/video/33434885?title=0&amp;byline=0&amp;portrait=0" width="400" height="224" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://stuffbyberry.tumblr.com/post/15699411479" target="_blank"&gt;stuffbyberry&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;FOR THE LOVE OF FUTURA.&lt;/strong&gt; This is an amazing tribute video to a fantastic font.&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://blog.impressto.com/post/15724953098</link><guid>http://blog.impressto.com/post/15724953098</guid><pubDate>Thu, 12 Jan 2012 11:00:05 -0500</pubDate><category>font</category><category>Typography</category><category>futura</category></item><item><title>Team Treehouse: Code Racer is coming!
It’s a four-player live...</title><description>&lt;iframe src="http://player.vimeo.com/video/34866706?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;h1&gt;Team Treehouse: Code Racer is coming!&lt;/h1&gt;
&lt;p&gt;It’s a four-player live coding game where the players race to build a  web page. Weapons can be used to slow down your opponents. That’s  right, coding + weapons. You’re going to love it :)&lt;/p&gt;
&lt;p&gt;Check out this video overview of the design and development process of Day One.&lt;/p&gt;</description><link>http://blog.impressto.com/post/15674948578</link><guid>http://blog.impressto.com/post/15674948578</guid><pubDate>Wed, 11 Jan 2012 12:00:06 -0500</pubDate><category>treehouse</category><category>code</category><category>development</category><category>hackathon</category><category>code racer</category></item><item><title>Awwwards: The best 365 CSS websites 2011 Book</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_lxmytuzEVd1qbow4qo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;h1&gt;Awwwards: The best 365 CSS websites 2011 Book&lt;/h1&gt;&lt;/p&gt;</description><link>http://blog.impressto.com/post/15669251857</link><guid>http://blog.impressto.com/post/15669251857</guid><pubDate>Wed, 11 Jan 2012 08:29:53 -0500</pubDate><category>css</category><category>awwwards</category><category>book</category><category>design</category></item><item><title>"Quote of the week:

“It’s not the big that eat the small. It’s the FAST that eat..."</title><description>“&lt;p&gt;Quote of the week:

&lt;/p&gt;&lt;h1&gt;“It’s not the big that eat the small. It’s the FAST that eat the slow.”&lt;/h1&gt;”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;&lt;a href="http://www.jason-jennings.com/" target="_blank"&gt;Jason Jennings&lt;/a&gt;&lt;/em&gt;</description><link>http://blog.impressto.com/post/15566047669</link><guid>http://blog.impressto.com/post/15566047669</guid><pubDate>Mon, 09 Jan 2012 09:10:39 -0500</pubDate><category>quotes</category><category>agile</category></item><item><title>What is your New Year's Resolution?</title><description>&lt;p&gt;Impressto Resolutions:&lt;/p&gt;
&lt;p&gt;1. Provide more free design resources - Sign up for our freebies &lt;a href="https://www.facebook.com/impressto?sk=app_10150141692080503" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;2. Develop and push new code in quicker &amp;#8220;sprints.&amp;#8221;&lt;/p&gt;
&lt;p&gt;3. Write more!&lt;/p&gt;</description><link>http://blog.impressto.com/post/15243305473</link><guid>http://blog.impressto.com/post/15243305473</guid><pubDate>Tue, 03 Jan 2012 11:16:05 -0500</pubDate><category>nye</category><category>resolution</category></item><item><title>Impress.js | CSS3 Presentation Tool</title><description>&lt;a href="http://bartaz.github.com/impress.js/"&gt;Impress.js | CSS3 Presentation Tool&lt;/a&gt;: &lt;p&gt;Aren’t you just bored with all those slides-based presentations? Don’t you think that presentations given in modern browsers shouldn’t copy the limits of ‘classic’ slide decks? Would you like to impress your audience with stunning visualization of your talk?&lt;/p&gt;</description><link>http://blog.impressto.com/post/15147603605</link><guid>http://blog.impressto.com/post/15147603605</guid><pubDate>Sun, 01 Jan 2012 18:21:22 -0500</pubDate><category>css3</category><category>web</category></item><item><title>Beautiful colored pencil illustration!
marcomazzoni:

“Ocean of...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_lvn390l6101qeuyyqo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Beautiful colored pencil illustration!&lt;/p&gt;
&lt;p&gt;&lt;a class="tumblr_blog" href="http://marcomazzoni.tumblr.com/post/13685822677/ocean-of-noise-2011-colored-pencils-on-paper" target="_blank"&gt;marcomazzoni&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“Ocean of Noise” 2011, &lt;strong&gt;colored pencils on paper&lt;/strong&gt;, cm 35x35&lt;/p&gt;
&lt;p&gt;for “Lush Life 3”, Roq la Rue Gallery, Seattle &lt;span class="text_exposed_show"&gt;(December 9th)&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://blog.impressto.com/post/14982015934</link><guid>http://blog.impressto.com/post/14982015934</guid><pubDate>Thu, 29 Dec 2011 13:00:05 -0500</pubDate><category>Illustration</category><category>colored pencils</category><category>art</category><category>design</category></item><item><title>What's the most creative thing you received for the Holidays?</title><link>http://blog.impressto.com/post/14973566197</link><guid>http://blog.impressto.com/post/14973566197</guid><pubDate>Thu, 29 Dec 2011 09:13:22 -0500</pubDate><category>holidays</category><category>creative</category></item><item><title>Top Five Gifts for Designers</title><description>&lt;h3&gt;&lt;a href="http://membership.thinkvitamin.com/?aid=230&amp;amp;utm_source=aff" target="_blank"&gt;Treehouse Membership &lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;a href="http://membership.thinkvitamin.com/?aid=230&amp;amp;utm_source=aff" target="_blank"&gt; &lt;img alt="Photobucket" border="0" src="http://i55.photobucket.com/albums/g143/dougmoney/ScreenShot2011-11-25at11845PM.png"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a href="http://holiday.wacom.com/" target="_blank"&gt;Wacom Tablet&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;img height="376" src="http://www.iwishihadthis.com/wp-content/uploads/2008/11/cintiq_21.jpg" width="398"/&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a href="http://db.tt/k85xbfo" target="_blank"&gt;Dropbox Account&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;iframe frameborder="0" height="315" src="http://www.youtube.com/embed/OFb0NaeRmdg?rel=0" width="560"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a href="http://www.spotify.com/us/get-spotify/overview/" target="_blank"&gt;Spotify Premium&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;img height="256" src="http://news.cnet.com/i/tim/2011/10/14/Spotify-US.jpg" width="256"/&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a href="http://www.sxsw.com" target="_blank"&gt;SXSW Tickets&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;a href="http://www.sxsw.com" target="_blank"&gt; &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.sxsw.com" target="_blank"&gt;&lt;img height="285" src="http://www.mxdwn.com/wp-content/uploads/2011/12/sxsw_2012_logo.png" width="447"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.sxsw.com" target="_blank"&gt; &lt;/a&gt;&lt;/p&gt;</description><link>http://blog.impressto.com/post/14414213803</link><guid>http://blog.impressto.com/post/14414213803</guid><pubDate>Sun, 18 Dec 2011 14:19:51 -0500</pubDate><category>design</category><category>holiday</category><category>gift guide</category></item><item><title>gotstufff:

GOT PIXELATED SCULPTURE?New Banksy work “Cardinal...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lw9s8gu6b51qb8qrao1_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_lw9s8gu6b51qb8qrao2_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_lw9s8gu6b51qb8qrao3_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_lw9s8gu6b51qb8qrao4_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://gotstufff.tumblr.com/post/14283374340/got-pixelated-sculpture-new-banksy-work-cardinal" target="_blank"&gt;gotstufff&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;GOT PIXELATED SCULPTURE?&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;New &lt;strong&gt;Banksy&lt;/strong&gt; work &lt;em&gt;“Cardinal Sin”&lt;/em&gt; at Walker Art Gallery, Liverpool.&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.juxtapoz.com/Current/banksy-cardinal-sin-sculpture-walker-art-gallery-liverpool" target="_blank"&gt;Check the original article via Juxtapoz&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://blog.impressto.com/post/14308061259</link><guid>http://blog.impressto.com/post/14308061259</guid><pubDate>Fri, 16 Dec 2011 09:00:05 -0500</pubDate><category>banksy</category><category>art</category></item><item><title>Top Five Gifts for Social Media Managers</title><description>&lt;h3&gt;&lt;a href="http://www.amiando.com/e/eoxkcw" target="_blank"&gt;Tickets to SocialFresh East&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;February 6th &amp;amp; 7th • Tampa, FL&lt;/p&gt;
&lt;p&gt;&lt;iframe frameborder="0" height="360" src="http://www.youtube.com/embed/45CU4at4F_k?feature=player_embedded" width="640"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a href="http://hootsuite.com/p_8613" target="_blank"&gt;Hootsuite Pro&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;a href="http://hootsuite.com/p_8613" target="_blank"&gt;&lt;img alt="HootSuite - Social Media Dashboard" border="0" src="https://d2l6uygi1pgnys.cloudfront.net/affiliate/promo-banners-v2/management_ad_300x250.jpg" title="HootSuite - Social Media Dashboard"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a href="http://crushitbook.com/" target="_blank"&gt;Crush It by Gary Vaynerchuk&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;img height="425" src="http://crushitbook.com/images/book-header2-trans.png" width="322"/&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a href="http://www.flavors.me" target="_blank"&gt;Flavors.me Premium Account&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;iframe frameborder="0" height="225" src="http://player.vimeo.com/video/32789245?title=0&amp;amp;byline=0&amp;amp;portrait=0" width="400"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a href="http://www.apple.com/ipad/" target="_blank"&gt;iPad 2&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;img height="300" src="http://www.blogcdn.com/www.engadget.com/media/2011/03/11x0302v444ipad2.jpg" width="600"/&gt;&lt;/p&gt;</description><link>http://blog.impressto.com/post/14284292947</link><guid>http://blog.impressto.com/post/14284292947</guid><pubDate>Thu, 15 Dec 2011 19:23:12 -0500</pubDate><category>social media</category><category>gift guide</category><category>holiday</category><category>socialfresh</category></item><item><title>Fresh From the Court: Today we feature UI designer Matt Gentile....</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_lvhibtoMJO1qbow4qo1_400.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_lvhibtoMJO1qbow4qo2_400.png"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_lvhibtoMJO1qbow4qo3_400.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/tumblr_lvhibtoMJO1qbow4qo4_400.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;&lt;strong&gt;Fresh From the Court:&lt;/strong&gt; Today we feature UI designer Matt Gentile. The creator of the site &lt;a href="http://Icondeposit.com" target="_blank"&gt;Icondeposit.com&lt;/a&gt;, Matt has created an array of useful UI elements which anyone can download and use freely. What a nice guy! Check out his &lt;a href="http://dribbble.com/Icondeposit" target="_blank"&gt;Dribbble profile&lt;/a&gt; for more gradient-y goodness.&lt;/p&gt;</description><link>http://blog.impressto.com/post/13553851515</link><guid>http://blog.impressto.com/post/13553851515</guid><pubDate>Wed, 30 Nov 2011 14:22:05 -0500</pubDate><category>dribbble</category><category>ui</category><category>icons</category></item></channel></rss>

