<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
   <channel>
      <title>DesignM.ag - Articles plus News</title>
      <description>Pipes Output</description>
      <link>http://pipes.yahoo.com/pipes/pipe.info?_id=bgOa_3xX3RGt6vZB1vC6Jw</link>
      <atom:link rel="next" href="http://pipes.yahoo.com/pipes/pipe.run?_id=bgOa_3xX3RGt6vZB1vC6Jw&amp;_render=rss&amp;page=2" />
      <pubDate>Sat, 11 Feb 2012 05:03:49 +0000</pubDate>
      <generator>http://pipes.yahoo.com/pipes/</generator>
      <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/designmagblogandnews" /><feedburner:info uri="designmagblogandnews" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>designmagblogandnews</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
         <title>Designing a Custom iPhone App Navigation Bar</title>
         <link>http://feedproxy.google.com/~r/designmagblogandnews/~3/4-ycDytYhAY/</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48221&amp;c=896645060'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48221&amp;c=896645060' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;App development for iPhone and iPod Touch has become a booming industry. Designers from all over the world are jumping at the chance to have their ideas published into the App Store. It's no surprise more tech enthusiasts are moving onto Apple devices.&lt;/p&gt;

&lt;p&gt;It can be tough to build an entire app from scratch and Xcode menus don't make things easier. In this tutorial I'm hoping to introduce some bare-bones essential ideas for customizing an application's top navigation bar. There is a bit of Objective-C code required but it shouldn't be too overwhelming. It's also worth noting that you will need a computer running Mac OS X in order to install Xcode and compile these apps in the first place.&lt;/p&gt;

&lt;p&gt;&lt;img src="http://designm.ag/images/jakerocheleau/2012/01/featured-image-custom-nav-bar.jpg" alt="Featured image - custom iPhone app navigation bar"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a rel="nofollow" target="_blank" href="http://designm.ag/downloads/iosCustomNavigationBar.zip"&gt;Download Source Code&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48221&amp;c=2104924248'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48221&amp;c=2104924248' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://designm.ag/?p=48221</guid>
         <pubDate>Fri, 10 Feb 2012 13:32:16 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48221&c=1353707868'>
				<img src='http://rss.buysellads.com/img.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48221&c=1353707868' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'>Advertise here with BSA</a></p><br /><p>App development for iPhone and iPod Touch has become a booming industry. Designers from all over the world are jumping at the chance to have their ideas published into the App Store. It&#8217;s no surprise more tech enthusiasts are moving onto Apple devices.</p>
<p>It can be tough to build an entire app from scratch and Xcode menus don&#8217;t make things easier. In this tutorial I&#8217;m hoping to introduce some bare-bones essential ideas for customizing an application&#8217;s top navigation bar. There is a bit of Objective-C code required but it shouldn&#8217;t be too overwhelming. It&#8217;s also worth noting that you will need a computer running Mac OS X in order to install Xcode and compile these apps in the first place.</p>
<p><img src="http://designm.ag/images/jakerocheleau/2012/01/featured-image-custom-nav-bar.jpg" alt="Featured image - custom iPhone app navigation bar"/></p>
<p><strong><a rel="nofollow" target="_blank" href="http://designm.ag/downloads/iosCustomNavigationBar.zip">Download Source Code</a></strong></p>
<p><span id="more-48221"></span></p>
<h3>Getting Started</h3>
<p>So without too much delay let&#8217;s pop open Xcode! From the main menu create a new project and a series of windows will appear. First you select the application template &#8211; I&#8217;ve chosen <strong>Master-Detail Application</strong> since this already includes a navigation controller.</p>
<p>When building iPhone apps you want to focus on your core functionality and build off the components already available. It&#8217;s pointless to reinvent the wheel and it just requires more of your time. So now hit Next and you&#8217;ll be prompted to give this project a name.</p>
<p><img src="http://designm.ag/images/jakerocheleau/2012/01/master-detail-application-project.jpg" alt="choosing the original project template"/></p>
<p>I set the name <strong>customNavBar</strong> with a company identifier of designmag. The identifier will not affect your application at runtime. It&#8217;s more like metadata to keep track of which applications are published under which developer or studio. If you are building for iOS5 make sure Automatic Reference Counting is checked as well as Storyboards.</p>
<p><img src="http://designm.ag/images/jakerocheleau/2012/01/new-project-title-options.jpg" alt="Naming your new iOS5 Xcode project"/></p>
<p>Hit next, save your new project and we are good to go. Let&#8217;s start out simple by customizing the navigation bar&#8217;s color setting.</p>
<h3>Custom Tint Colors</h3>
<p>In Xcode the left pane window contains all your project files. Inside should be a set of <strong>MasterViewController</strong> .h/.m files. These stand for header and implementation codes which are used to build custom classes.</p>
<p>You don&#8217;t need to understand this concept just yet as it&#8217;s geared more towards software developers. But we will be working within these classes so it&#8217;s good to recognize their purpose. Click once on MasterViewController.m and the source code will appear in your center window.</p>
<p>Now scan the document for a function labeled <tt>viewDidLoad</tt>. This is a default method called on every view once the page first loads. Here&#8217;s a bit of the syntax:</p>
<p><code>- (void)viewDidLoad<br />
{<br />
    // code here<br />
}<br />
</code></p>
<p>Inside the curly braces we want to place a line of code which updates the navigation bar&#8217;s tint color. This value can be set using RGB which I&#8217;ll explain in the next part. But to keep things simple for now we&#8217;ll use the <em>colorRed</em> keyword afforded to us within Cocoa Touch. Here&#8217;s the code I&#8217;m using inside viewDidLoad:</p>
<p><code>[super viewDidLoad];<br />
[self.navigationController.navigationBar setTintColor:[UIColor redColor]];</p>
<p>self.navigationController.title = @"Custom Nav";<br />
</code></p>
<h3>Working the Navigation Controller</h3>
<p>You&#8217;ll notice that Objective-C 2.0 has adopted a dot-syntax similar to JavaScript. You aren&#8217;t expected to fully understand the code above &#8211; it&#8217;s especially deterring to newbies who have never used Xcode before. But when I&#8217;m calling <tt>self.navigationController.navigationBar</tt> it&#8217;s a target to the internal nav bar inside our controller.</p>
<p>Then the <tt>setTintColor</tt> method will change the styles of all buttons and elements inside the navigation bar. You may also notice I&#8217;ve set the navigation controller&#8217;s <strong>title</strong> property. This is just a plain string of text which appears at the top of your page view.</p>
<p><img src="http://designm.ag/images/jakerocheleau/2012/01/red-tinted-navigation-bar.jpg" alt="tinted navigation bar to red"/></p>
<p>Build and run the application with CMD+R or click the play button in the top left corner. This will open the iOS Simulator so you can catch a glimpse of how the app will function on a mobile screen. This method works and it&#8217;s a great place to start.</p>
<p>However I want to include just a bit more code so that we can use a custom image as the navigation background instead. Quit the simulator for now and let&#8217;s pop back into Xcode.</p>
<h3>Creating BG Graphics</h3>
<p>To save a bit of time I&#8217;ve already put together the background images in Photoshop. I&#8217;m using a similar design pattern as <a rel="nofollow" target="_blank" href="http://dribbble.com/shots/153151-Indigo-Nav-Bar">this indigo nav bar</a> created originally by <a rel="nofollow" target="_blank" href="http://dribbble.com/jmulkey">Jonathan Mulkey</a>. He is a very talented app designer based out of Tennessee.</p>
<p>It&#8217;s worth mentioning that we need to create two(2) different image files for the background. Regular iPhone 3/3GS users are on the standard 320&#215;480 pixel grid. However the iPhone 4/4S uses a 640&#215;960 grid fitted into the same physical screen size. This means 1 point = 2 pixels and our images will look much more crisp.</p>
<ul>
<li><a rel="nofollow" target="_blank" href="http://designm.ag/previews/iphone-navigation-bar/CustomNavBG.png">CustomNavBG.png</a> (320x44px)</li>
<li><a rel="nofollow" target="_blank" href="http://designm.ag/previews/iphone-navigation-bar/CustomNavBG@2x.png">CustomNavBG@2x.png</a> (640x88px)</li>
</ul>
<p>iOS dev guidelines require that both images are saved under the same name with the larger retina image title appending &#8220;@2x&#8221; on the end. In our code we will only reference <strong>CustomNavBG.png</strong>. The Cocoa framework is smart enough to detect when a user is on a retina device and will automatically fill the @2x version instead.</p>
<h3>Implementing the Background</h3>
<p>The fastest and most proper way to accomplish a custom navigation background is to build a new UINavigationBar subclass. I know this sounds a bit confusing but it&#8217;s really a lot simpler than you think.</p>
<p><img src="http://designm.ag/images/jakerocheleau/2012/01/creating-new-file.jpg" alt="creating a new file in Xcode 4.2"/></p>
<p>Right-click(or control+click) on your project in the left pane and select New File. We want an Objective-C Class with a subclass of <strong>UINavigationBar</strong>. If this isn&#8217;t offered in the dropdown menu just manually type it in. You can name this class whatever you&#8217;d like &#8211; I chose <strong>CustomNavBar</strong>. Hit &#8220;Next&#8221; and you&#8217;ll end up with a new set of .h/.m files in your project.</p>
<p>All we want to do is overwrite a method named <tt>drawRect</tt>. This is used to create the original background gradient for any default navigation bar. I&#8217;ve added my code below for both of the .h and .m files. It should work perfectly if you copy/paste into your own assuming you are using the same class name.</p>
<p><code># CustomNavBar.h codes<br />
@interface CustomNavBar : UINavigationBar</p>
<p>@end</p>
<p>#CustomNavBar.m codes<br />
@implementation CustomNavBar</p>
<p>- (void)drawRect:(CGRect)rect {<br />
	UIImage *image = [UIImage imageNamed:@"CustomNavBG.png"];<br />
	[image drawInRect:CGRectMake(0, 0, self.frame.size.width, self.frame.size.height)];<br />
}</p>
<p>@end<br />
</code></p>
<p>Save any changes in both of these files and then click onto your MainStoryboard.storyboard. This contains all the different views within the application. At the very far left is a Navigation Controller and this is what we&#8217;re targeting. Click on the top blue bar and open your <strong>Identity Inspector</strong>(View -&gt; Utilities -&gt; Show Identity Inspector). This should appear in the right-hand window pane.</p>
<p><img src="http://designm.ag/images/jakerocheleau/2012/01/identity-inspector-custom-class.jpg" alt="setting the custom UINavigationBar class"/></p>
<p>Within this new window you should see a class setting with the value UINavigationBar. You want to change this to <strong>CustomNavBar</strong> or whatever you named your class files in the previous step. Now the navigation bar is pulling from our custom code instead of the default iOS bar.</p>
<h3>Build &amp; Run!</h3>
<p>If you run the application now you&#8217;ll notice our top nav bar is pulling in the background image. Success! But the only problem is when you tap on the table cell it loads a new view which uses a back button. This back button is still colored by the red tint we were using earlier.</p>
<p><img src="http://designm.ag/images/jakerocheleau/2012/01/red-back-button-tint.jpg" alt="hideous red-tinted back button"/></p>
<p>Luckily this is a simple fix. We just need to match a purple/grey color from the background image and use this as our new tint. Click back into MasterViewController.m and find the previous code inside viewDidLoad. I&#8217;ve taken the liberty of grabbing an RGB value which fits this background color and set each to different variables. Below is my new tint code:</p>
<p><code>NSInteger red   = 95;<br />
NSInteger green = 100;<br />
NSInteger blue  = 130;</p>
<p>[self.navigationController.navigationBar setTintColor:[UIColor colorWithRed:red/255.0f green:green/255.0f blue:blue/255.0f alpha:1.0]];<br />
</code></p>
<p>We place each color value over the max of 255 and this returns a floating integer. Strictly speaking this is the easiest way to convert RGB from Photoshop into a color in Objective-C. Save and run the project again and you should see much nicer results.</p>
<p><img src="http://designm.ag/images/jakerocheleau/2012/01/recolored-back-button-tint.jpg" alt="recolored button tint"/></p>
<p><strong><a rel="nofollow" target="_blank" href="http://designm.ag/downloads/iosCustomNavigationBar.zip">Download Source Code</a></strong></p>
<h3>Conclusion</h3>
<p>If you&#8217;ve having any trouble be sure to download my demo source code for this project. I&#8217;m using Xcode 4.2 with iOS5 which may not convert perfectly down to older versions. But for beginner iOS developers this tutorial should give you a bit of insight into building and customizing your own apps. It&#8217;s a truly challenging skill to master yet very rewarding in the long term.</p>
<br /><p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48221&c=355026996'>
				<img src='http://rss.buysellads.com/img.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48221&c=355026996' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'>Advertise here with BSA</a></p>
<p><a rel="nofollow" target="_blank" href="http://feedads.g.doubleclick.net/~a/J8tXYRE40sf4dAXve4S0DNcCqk0/0/da"><img src="http://feedads.g.doubleclick.net/~a/J8tXYRE40sf4dAXve4S0DNcCqk0/0/di" border="0" ismap></a><br/>
<a rel="nofollow" target="_blank" href="http://feedads.g.doubleclick.net/~a/J8tXYRE40sf4dAXve4S0DNcCqk0/1/da"><img src="http://feedads.g.doubleclick.net/~a/J8tXYRE40sf4dAXve4S0DNcCqk0/1/di" border="0" ismap></a></p><div class="feedflare">
<a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=4-ycDytYhAY:7AzrHi-k4kc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/designmag?i=4-ycDytYhAY:7AzrHi-k4kc:F7zBnMyn0Lo" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=4-ycDytYhAY:7AzrHi-k4kc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/designmag?i=4-ycDytYhAY:7AzrHi-k4kc:V_sGLiPBpWU" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=4-ycDytYhAY:7AzrHi-k4kc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/designmag?i=4-ycDytYhAY:7AzrHi-k4kc:gIN9vFwOqvQ" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/designmag/~4/4-ycDytYhAY" height="1" width="1"/>
<p><a href="http://feedads.g.doubleclick.net/~a/z0s3TdWXJyi-l9w04T6TNjhtI88/0/da"><img src="http://feedads.g.doubleclick.net/~a/z0s3TdWXJyi-l9w04T6TNjhtI88/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/z0s3TdWXJyi-l9w04T6TNjhtI88/1/da"><img src="http://feedads.g.doubleclick.net/~a/z0s3TdWXJyi-l9w04T6TNjhtI88/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/designmagblogandnews/~4/4-ycDytYhAY" height="1" width="1"/>]]></content:encoded>
      <feedburner:origLink>http://designm.ag/tutorials/designing-a-custom-iphone-app-navigation-bar/</feedburner:origLink></item>
      <item>
         <title>20+ Great Adobe Cheat Sheets</title>
         <link>http://feedproxy.google.com/~r/designmagblogandnews/~3/yjbVmM2vzgs/</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48367&amp;c=1425348803'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48367&amp;c=1425348803' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;On this article I decided to list a selection of Adobe Cheat Sheets. These Cheat Sheets can help designers improve their skills when working with Adobe applications. Visit Source&lt;br /&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48367&amp;c=2095370916'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48367&amp;c=2095370916' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://designm.ag/?p=48367</guid>
         <pubDate>Wed, 08 Feb 2012 13:48:09 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48367&c=889448061'>
				<img src='http://rss.buysellads.com/img.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48367&c=889448061' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'>Advertise here with BSA</a></p><br /><p>On this article I decided to list a selection of Adobe Cheat Sheets. These Cheat Sheets can help designers improve their skills when working with Adobe applications.</p>
<p><a rel="nofollow" target="_blank" href="http://www.devgarage.com/20-great-adobe-cheat-sheets/">Visit Source</a></p>
<br /><p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48367&c=322273474'>
				<img src='http://rss.buysellads.com/img.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48367&c=322273474' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'>Advertise here with BSA</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/tYp9MwxoqnbvZGAb6xGxZCcE_gQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/tYp9MwxoqnbvZGAb6xGxZCcE_gQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/tYp9MwxoqnbvZGAb6xGxZCcE_gQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/tYp9MwxoqnbvZGAb6xGxZCcE_gQ/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/designmagblogandnews/~4/yjbVmM2vzgs" height="1" width="1"/>]]></content:encoded>
         <category>News</category>
      <feedburner:origLink>http://designm.ag/news/20-great-adobe-cheat-sheets/</feedburner:origLink></item>
      <item>
         <title>Sergio Daniel García – Portfolio</title>
         <link>http://feedproxy.google.com/~r/designmagblogandnews/~3/9Nj2Duz-k-4/</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48360&amp;c=2142343893'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48360&amp;c=2142343893' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;Sergio Daniel Garcia is a creative young who in spite of his youth has worked for various agencies of advertising of more or less renown. He has worked as a freelance to admasmedia, fragilestudio, differentstyle, among other. He won national and international competitions for prestigious companies such as Hugo Boss or Bacardi Limon. His work [...]&lt;br /&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48360&amp;c=487178391'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48360&amp;c=487178391' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://designm.ag/?p=48360</guid>
         <pubDate>Wed, 08 Feb 2012 13:47:21 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48360&c=1787307330'>
				<img src='http://rss.buysellads.com/img.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48360&c=1787307330' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'>Advertise here with BSA</a></p><br /><p>Sergio Daniel Garcia is a creative young who in spite of his youth has worked for various agencies of advertising of more or less renown. He has worked as a freelance to admasmedia, fragilestudio, differentstyle, among other.</p>
<p>He won national and international competitions for prestigious companies such as Hugo Boss or Bacardi Limon. His work has been published in Book Select H, Belio Magazine and his designes have been exposed in Mad 2011, being awarded.</p>
<p>He is specialized in brand positioning in all types of means and in graphinc designe for everything you need. He has a long experience in the developing of marks and has experience in designe of space and multimedia too.</p>
<p><a rel="nofollow" target="_blank" href="http://www.sergiodaniel.es">Visit Source</a></p>
<br /><p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48360&c=477657538'>
				<img src='http://rss.buysellads.com/img.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48360&c=477657538' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'>Advertise here with BSA</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/XABjIv9rDk83HXaot9z9vyhsdGY/0/da"><img src="http://feedads.g.doubleclick.net/~a/XABjIv9rDk83HXaot9z9vyhsdGY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/XABjIv9rDk83HXaot9z9vyhsdGY/1/da"><img src="http://feedads.g.doubleclick.net/~a/XABjIv9rDk83HXaot9z9vyhsdGY/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/designmagblogandnews/~4/9Nj2Duz-k-4" height="1" width="1"/>]]></content:encoded>
         <category>News</category>
      <feedburner:origLink>http://designm.ag/news/sergio-daniel-garcia-portfolio/</feedburner:origLink></item>
      <item>
         <title>Alice Graphix 2nd Anniversary Giveaway</title>
         <link>http://feedproxy.google.com/~r/designmagblogandnews/~3/n8RfMU4ieIA/</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48356&amp;c=1074704319'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48356&amp;c=1074704319' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;Alice Graphix is celebrating their 2nd birthday with a great giveaway featuring a number of items, including art prints, stickers &amp;#38; even a coffee mug. Visit Source&lt;br /&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48356&amp;c=1186108366'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48356&amp;c=1186108366' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://designm.ag/?p=48356</guid>
         <pubDate>Wed, 08 Feb 2012 13:46:42 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48356&c=1562141312'>
				<img src='http://rss.buysellads.com/img.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48356&c=1562141312' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'>Advertise here with BSA</a></p><br /><p>Alice Graphix is celebrating their 2nd birthday with a great giveaway featuring a number of items, including art prints, stickers &amp; even a coffee mug.</p>
<p><a rel="nofollow" target="_blank" href="http://blog.alicegraphix.com/2012/02/anniversary-giveaway.html">Visit Source</a></p>
<br /><p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48356&c=876539171'>
				<img src='http://rss.buysellads.com/img.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48356&c=876539171' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'>Advertise here with BSA</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/AOPTIA4DG0AEkxLJeavZB_bkmYw/0/da"><img src="http://feedads.g.doubleclick.net/~a/AOPTIA4DG0AEkxLJeavZB_bkmYw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/AOPTIA4DG0AEkxLJeavZB_bkmYw/1/da"><img src="http://feedads.g.doubleclick.net/~a/AOPTIA4DG0AEkxLJeavZB_bkmYw/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/designmagblogandnews/~4/n8RfMU4ieIA" height="1" width="1"/>]]></content:encoded>
         <category>News</category>
      <feedburner:origLink>http://designm.ag/news/alice-graphix-2nd-anniversary-giveaway/</feedburner:origLink></item>
      <item>
         <title>Free Navigation and Progress Bars Sliced Image from Press Pixels</title>
         <link>http://feedproxy.google.com/~r/designmagblogandnews/~3/J-02iaAmoes/</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48353&amp;c=1964290218'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48353&amp;c=1964290218' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;This weeks new highly detailed and quality crafted release from Press Pixels is two sets of Free Navigation and Progress Bars in both light and dark colors! Site Content Navigation bars for Blogs and WebSites (with multi-page content) are quite common these days and are generally built in the standard “box with borders” format – [...]&lt;br /&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48353&amp;c=440771206'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48353&amp;c=440771206' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://designm.ag/?p=48353</guid>
         <pubDate>Wed, 08 Feb 2012 13:46:00 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48353&c=927711316'>
				<img src='http://rss.buysellads.com/img.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48353&c=927711316' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'>Advertise here with BSA</a></p><br /><p>This weeks new highly detailed and quality crafted release from Press Pixels is two sets of Free Navigation and Progress Bars in both light and dark colors! Site Content Navigation bars for Blogs and WebSites (with multi-page content) are quite common these days and are generally built in the standard “box with borders” format – so the team at Press Pixels decided to create something with a bit more flare to add to the growing free resource library.</p>
<p>Sharp, clear lines with some noise for texture plus subtle shadows and refined highlight colors were used to create this modern web 2.0 Free Navigation and Progress Bars package, fixing both light and dark variants for within this release.</p>
<p>Press Pixels also created a complimenting progress bar set for WebSites (with multi-page forms for example). The download format is a FireWorks multilayer PNG file – so you can alter each element as you please to suit your WebSite. This package is available from the release page for free, enjoy!</p>
<p><a rel="nofollow" target="_blank" href="http://www.presspixels.com/free-navigation-progress-sliced-image/">Visit Source</a></p>
<br /><p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48353&c=1828757078'>
				<img src='http://rss.buysellads.com/img.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48353&c=1828757078' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'>Advertise here with BSA</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/5BcPQuSaJYuIPDQ3BVCs_QKsJfg/0/da"><img src="http://feedads.g.doubleclick.net/~a/5BcPQuSaJYuIPDQ3BVCs_QKsJfg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/5BcPQuSaJYuIPDQ3BVCs_QKsJfg/1/da"><img src="http://feedads.g.doubleclick.net/~a/5BcPQuSaJYuIPDQ3BVCs_QKsJfg/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/designmagblogandnews/~4/J-02iaAmoes" height="1" width="1"/>]]></content:encoded>
         <category>News</category>
      <feedburner:origLink>http://designm.ag/news/free-navigation-and-progress-bars-sliced-image-from-press-pixels/</feedburner:origLink></item>
      <item>
         <title>25 Quality Responsive WordPress Themes</title>
         <link>http://feedproxy.google.com/~r/designmagblogandnews/~3/9Mq52SOQJ4o/</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48344&amp;c=389496534'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48344&amp;c=389496534' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;In this collection I have taken 25 of the latest and best WordPress themes that feature responsive design, open the sites up and re-size your browser window and see what happens! Visit Source&lt;br /&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48344&amp;c=1411049659'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48344&amp;c=1411049659' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://designm.ag/?p=48344</guid>
         <pubDate>Wed, 08 Feb 2012 13:45:22 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48344&c=171550766'>
				<img src='http://rss.buysellads.com/img.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48344&c=171550766' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'>Advertise here with BSA</a></p><br /><p>In this collection I have taken 25 of the latest and best WordPress themes that feature responsive design, open the sites up and re-size your browser window and see what happens!</p>
<p><a rel="nofollow" target="_blank" href="http://designwoop.com/2011/12/25-quality-responsive-wordpress-themes/">Visit Source</a></p>
<br /><p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48344&c=1095632961'>
				<img src='http://rss.buysellads.com/img.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48344&c=1095632961' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'>Advertise here with BSA</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/K5G1Qx9R__ahRTo0kdR4J0bB0CM/0/da"><img src="http://feedads.g.doubleclick.net/~a/K5G1Qx9R__ahRTo0kdR4J0bB0CM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/K5G1Qx9R__ahRTo0kdR4J0bB0CM/1/da"><img src="http://feedads.g.doubleclick.net/~a/K5G1Qx9R__ahRTo0kdR4J0bB0CM/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/designmagblogandnews/~4/9Mq52SOQJ4o" height="1" width="1"/>]]></content:encoded>
         <category>News</category>
      <feedburner:origLink>http://designm.ag/news/25-quality-responsive-wordpress-themes-2/</feedburner:origLink></item>
      <item>
         <title>9 Ways you Can Make Money with WordPress Today</title>
         <link>http://feedproxy.google.com/~r/designmagblogandnews/~3/SCvDRYsAx-g/</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48341&amp;c=1078209881'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48341&amp;c=1078209881' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;WordPress is an amazing product and a whole eco system has sprung up around this open source CMS – there are so many people and companies earning a living by working it that I thought it would be good to have a think about all the different ways you can use it to make money. [...]&lt;br /&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48341&amp;c=1510936638'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48341&amp;c=1510936638' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://designm.ag/?p=48341</guid>
         <pubDate>Wed, 08 Feb 2012 13:44:43 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48341&c=561268992'>
				<img src='http://rss.buysellads.com/img.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48341&c=561268992' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'>Advertise here with BSA</a></p><br /><p>WordPress is an amazing product and a whole eco system has sprung up around this open source CMS – there are so many people and companies earning a living by working it that I thought it would be good to have a think about all the different ways you can use it to make money.</p>
<p><a rel="nofollow" target="_blank" href="http://wplift.com/9-ways-you-can-make-money-with-wordpress-today">Visit Source</a></p>
<br /><p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48341&c=1487474453'>
				<img src='http://rss.buysellads.com/img.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48341&c=1487474453' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'>Advertise here with BSA</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/ulrjv2hwSFClXfscyiSsbEQ9WuE/0/da"><img src="http://feedads.g.doubleclick.net/~a/ulrjv2hwSFClXfscyiSsbEQ9WuE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ulrjv2hwSFClXfscyiSsbEQ9WuE/1/da"><img src="http://feedads.g.doubleclick.net/~a/ulrjv2hwSFClXfscyiSsbEQ9WuE/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/designmagblogandnews/~4/SCvDRYsAx-g" height="1" width="1"/>]]></content:encoded>
         <category>News</category>
      <feedburner:origLink>http://designm.ag/news/9-ways-you-can-make-money-with-wordpress-today/</feedburner:origLink></item>
      <item>
         <title>30 Beautiful Multi-Colored Websites</title>
         <link>http://feedproxy.google.com/~r/designmagblogandnews/~3/sBblxHn3_M0/</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47701&amp;c=1086299025'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47701&amp;c=1086299025' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;In this post we’ve compiled some well designed colorful websites.  Enjoy!! If you like these designs you might also want to check out our previous posts below.

&lt;a rel="nofollow" target="_blank" href="http://designm.ag/inspiration/examples-of-solid-colors-in-web-design/"&gt;Examples of Solid Colors in Web Design&lt;/a&gt;

&lt;a rel="nofollow" target="_blank" href="http://designm.ag/inspiration/examples-of-orange-in-web-design/"&gt;Examples of Orange in Web Design&lt;/a&gt;

&lt;a rel="nofollow" target="_blank" href="http://designm.ag/inspiration/examples-of-purple-in-web-design/"&gt;Examples of Purple in Web Design&lt;/a&gt;

&lt;a rel="nofollow" target="_blank" href="http://www.thisistommy.com/"&gt;thisistommy&lt;/a&gt;
&lt;a rel="nofollow" target="_blank" href="http://www.thisistommy.com/"&gt;&lt;img class="alignnone size-full wp-image-47702" src="http://designm.ag/wp-content/uploads/2011/12/1.jpg" alt="" width="600" height="410"/&gt;&lt;/a&gt;
&lt;br /&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47701&amp;c=205483391'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47701&amp;c=205483391' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://designm.ag/?p=47701</guid>
         <pubDate>Mon, 06 Feb 2012 16:52:13 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=47701&c=1183390113'>
				<img src='http://rss.buysellads.com/img.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=47701&c=1183390113' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'>Advertise here with BSA</a></p><br /><p>In this post we’ve compiled some well designed colorful websites.  Enjoy!! If you like these designs you might also want to check out our previous posts below.</p>
<p><a rel="nofollow" target="_blank" href="http://designm.ag/inspiration/examples-of-solid-colors-in-web-design/">Examples of Solid Colors in Web Design</a></p>
<p><a rel="nofollow" target="_blank" href="http://designm.ag/inspiration/examples-of-orange-in-web-design/">Examples of Orange in Web Design</a></p>
<p><a rel="nofollow" target="_blank" href="http://designm.ag/inspiration/examples-of-purple-in-web-design/">Examples of Purple in Web Design</a></p>
<p><a rel="nofollow" target="_blank" href="http://www.thisistommy.com/">thisistommy</a><br />
<a rel="nofollow" target="_blank" href="http://www.thisistommy.com/"><img class="alignnone size-full wp-image-47702" src="http://designm.ag/wp-content/uploads/2011/12/1.jpg" alt="" width="600" height="410"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.image-festival.com/">image-festival</a><br />
<a rel="nofollow" target="_blank" href="http://www.image-festival.com/"><img class="alignnone size-full wp-image-47703" src="http://designm.ag/wp-content/uploads/2011/12/2.jpg" alt="" width="600" height="411"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.brosmind.com/">brosmind</a><br />
<a rel="nofollow" target="_blank" href="http://www.brosmind.com/"><img class="alignnone size-full wp-image-47704" src="http://designm.ag/wp-content/uploads/2011/12/3.jpg" alt="" width="600" height="361"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://mailbakery.com/">mailbakery</a><br />
<a rel="nofollow" target="_blank" href="http://mailbakery.com/"><img class="alignnone size-full wp-image-47705" src="http://designm.ag/wp-content/uploads/2011/12/4.jpg" alt="" width="600" height="371"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://bellstrike.com/">bellstrike</a><br />
<a rel="nofollow" target="_blank" href="http://bellstrike.com/"><img class="alignnone size-full wp-image-47706" src="http://designm.ag/wp-content/uploads/2011/12/5.jpg" alt="" width="600" height="374"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://typemedia2011.com/colin">typemedia2011</a><br />
<a rel="nofollow" target="_blank" href="http://typemedia2011.com/colin"><img class="alignnone size-full wp-image-47707" src="http://designm.ag/wp-content/uploads/2011/12/6.jpg" alt="" width="600" height="334"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.rays-lab.com/#!about">rays-lab</a><br />
<a rel="nofollow" target="_blank" href="http://www.rays-lab.com/#!about"><img class="alignnone size-full wp-image-47708" src="http://designm.ag/wp-content/uploads/2011/12/7.jpg" alt="" width="600" height="298"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.apbaxter.com/">apbaxter</a><br />
<a rel="nofollow" target="_blank" href="http://www.apbaxter.com/"><img class="alignnone size-full wp-image-47709" src="http://designm.ag/wp-content/uploads/2011/12/8.jpg" alt="" width="600" height="392"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://learnlakenona.com/">learnlakenona</a><br />
<a rel="nofollow" target="_blank" href="http://learnlakenona.com/"><img class="alignnone size-full wp-image-47710" src="http://designm.ag/wp-content/uploads/2011/12/9.jpg" alt="" width="600" height="361"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.dangersoffracking.com/">dangersoffracking</a><br />
<a rel="nofollow" target="_blank" href="http://www.dangersoffracking.com/"><img class="alignnone size-full wp-image-47711" src="http://designm.ag/wp-content/uploads/2011/12/10.jpg" alt="" width="600" height="302"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.gimmedelivery.com/">gimmedelivery</a><br />
<a rel="nofollow" target="_blank" href="http://www.gimmedelivery.com/"><img class="alignnone size-full wp-image-47712" src="http://designm.ag/wp-content/uploads/2011/12/11.jpg" alt="" width="600" height="391"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.formfett.net/">formfett</a><br />
<a rel="nofollow" target="_blank" href="http://www.formfett.net/"><img class="alignnone size-full wp-image-47714" src="http://designm.ag/wp-content/uploads/2011/12/121.jpg" alt="" width="600" height="357"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.besser-leben-mit-lehm.de/">besser-leben-mit-lehm</a><br />
<a rel="nofollow" target="_blank" href="http://www.besser-leben-mit-lehm.de/"><img class="alignnone size-full wp-image-47716" src="http://designm.ag/wp-content/uploads/2011/12/13.jpg" alt="" width="600" height="375"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.baucargo.sk/">baucargo</a><br />
<a rel="nofollow" target="_blank" href="http://www.baucargo.sk/"><img class="alignnone size-full wp-image-47717" src="http://designm.ag/wp-content/uploads/2011/12/141.jpg" alt="" width="600" height="357"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.art4web.sk/">art4web</a><br />
<a rel="nofollow" target="_blank" href="http://www.art4web.sk/"><img class="alignnone size-full wp-image-47718" src="http://designm.ag/wp-content/uploads/2011/12/15.jpg" alt="" width="600" height="325"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.werbeagentur-kopfnuss.de/">werbeagentur-kopfnuss</a><br />
<a rel="nofollow" target="_blank" href="http://www.werbeagentur-kopfnuss.de/"><img class="alignnone size-full wp-image-47719" src="http://designm.ag/wp-content/uploads/2011/12/16.jpg" alt="" width="600" height="454"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.killingsworthstation.com/">killingsworthstation</a><br />
<a rel="nofollow" target="_blank" href="http://www.killingsworthstation.com/"><img class="alignnone size-full wp-image-47720" src="http://designm.ag/wp-content/uploads/2011/12/17.jpg" alt="" width="600" height="390"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.mywinebox.be/fre/">mywinebox</a><br />
<a rel="nofollow" target="_blank" href="http://www.mywinebox.be/fre/"><img class="alignnone size-full wp-image-47721" src="http://designm.ag/wp-content/uploads/2011/12/18.jpg" alt="" width="600" height="379"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://teamtreehouse.com/">teamtreehouse</a><br />
<a rel="nofollow" target="_blank" href="http://teamtreehouse.com/"><img class="alignnone size-full wp-image-47722" src="http://designm.ag/wp-content/uploads/2011/12/19.jpg" alt="" width="600" height="376"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://tf.dtbaker.com.au/template/mommy_blog/index.html">mommy blog</a><br />
<a rel="nofollow" target="_blank" href="http://tf.dtbaker.com.au/template/mommy_blog/index.html"><img class="alignnone size-full wp-image-47723" src="http://designm.ag/wp-content/uploads/2011/12/20.jpg" alt="" width="600" height="410"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://intercolours.com/">intercolours</a><br />
<a rel="nofollow" target="_blank" href="http://intercolours.com/"><img class="alignnone size-full wp-image-47724" src="http://designm.ag/wp-content/uploads/2011/12/21.jpg" alt="" width="600" height="361"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://2011.festivalmundo.com.br/#inicio">festivalmundo</a><br />
<a rel="nofollow" target="_blank" href="http://2011.festivalmundo.com.br/#inicio"><img class="alignnone size-full wp-image-47725" src="http://designm.ag/wp-content/uploads/2011/12/22.jpg" alt="" width="600" height="329"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.isee.com.br/">isee</a><br />
<a rel="nofollow" target="_blank" href="http://www.isee.com.br/"><img class="alignnone size-full wp-image-47726" src="http://designm.ag/wp-content/uploads/2011/12/23.jpg" alt="" width="600" height="391"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.tinytwig.com/">tinytwig</a><br />
<a rel="nofollow" target="_blank" href="http://www.tinytwig.com/"><img class="alignnone size-full wp-image-47727" src="http://designm.ag/wp-content/uploads/2011/12/24.jpg" alt="" width="600" height="359"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.kikk.be/">kikk</a><br />
<a rel="nofollow" target="_blank" href="http://www.kikk.be/"><img class="alignnone size-full wp-image-47728" src="http://designm.ag/wp-content/uploads/2011/12/25.jpg" alt="" width="600" height="361"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.yesnurse.co.uk/">yesnurse</a><br />
<a rel="nofollow" target="_blank" href="http://www.yesnurse.co.uk/"><img class="alignnone size-full wp-image-47729" src="http://designm.ag/wp-content/uploads/2011/12/26.jpg" alt="" width="600" height="371"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://therestudio.com/">therestudio</a></p>
<p><a rel="nofollow" target="_blank" href="http://therestudio.com/"><img class="alignnone size-full wp-image-47730" src="http://designm.ag/wp-content/uploads/2011/12/27.jpg" alt="" width="600" height="362"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.hellostudios.com.au/">hellostudios</a><br />
<a rel="nofollow" target="_blank" href="http://www.hellostudios.com.au/"><img class="alignnone size-full wp-image-47731" src="http://designm.ag/wp-content/uploads/2011/12/28.jpg" alt="" width="600" height="302"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://futureofcarsharing.com/">futureofcarsharing</a><br />
<a rel="nofollow" target="_blank" href="http://futureofcarsharing.com/"><img class="alignnone size-full wp-image-47732" src="http://designm.ag/wp-content/uploads/2011/12/29.jpg" alt="" width="600" height="294"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.unschlagbar-leipzig.de/hostel/?lang=en">unschlagbar</a><br />
<a rel="nofollow" target="_blank" href="http://www.unschlagbar-leipzig.de/hostel/?lang=en"><img class="alignnone size-full wp-image-47733" src="http://designm.ag/wp-content/uploads/2011/12/30.jpg" alt="" width="600" height="386"/></a></p>
<br /><p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=47701&c=2107117454'>
				<img src='http://rss.buysellads.com/img.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=47701&c=2107117454' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'>Advertise here with BSA</a></p>
<p><a rel="nofollow" target="_blank" href="http://feedads.g.doubleclick.net/~a/L_D3Z6iTRn9_CnfljSu8XINsvqw/0/da"><img src="http://feedads.g.doubleclick.net/~a/L_D3Z6iTRn9_CnfljSu8XINsvqw/0/di" border="0" ismap></a><br/>
<a rel="nofollow" target="_blank" href="http://feedads.g.doubleclick.net/~a/L_D3Z6iTRn9_CnfljSu8XINsvqw/1/da"><img src="http://feedads.g.doubleclick.net/~a/L_D3Z6iTRn9_CnfljSu8XINsvqw/1/di" border="0" ismap></a></p><div class="feedflare">
<a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=sBblxHn3_M0:5KHhpXADT2U:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/designmag?i=sBblxHn3_M0:5KHhpXADT2U:F7zBnMyn0Lo" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=sBblxHn3_M0:5KHhpXADT2U:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/designmag?i=sBblxHn3_M0:5KHhpXADT2U:V_sGLiPBpWU" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=sBblxHn3_M0:5KHhpXADT2U:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/designmag?i=sBblxHn3_M0:5KHhpXADT2U:gIN9vFwOqvQ" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/designmag/~4/sBblxHn3_M0" height="1" width="1"/>
<p><a href="http://feedads.g.doubleclick.net/~a/F5AYqRfgHX2BPh_w5ws74H4DtfE/0/da"><img src="http://feedads.g.doubleclick.net/~a/F5AYqRfgHX2BPh_w5ws74H4DtfE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/F5AYqRfgHX2BPh_w5ws74H4DtfE/1/da"><img src="http://feedads.g.doubleclick.net/~a/F5AYqRfgHX2BPh_w5ws74H4DtfE/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/designmagblogandnews/~4/sBblxHn3_M0" height="1" width="1"/>]]></content:encoded>
      <feedburner:origLink>http://designm.ag/design/30-beautiful-multi-colored-websites/</feedburner:origLink></item>
      <item>
         <title>Cool Inforgraphics for Design, Programmers &amp; Marketers</title>
         <link>http://feedproxy.google.com/~r/designmagblogandnews/~3/PIHp7qDgVrE/</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48292&amp;c=988153918'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48292&amp;c=988153918' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;Infographics are a great way to engage readers and present information that can easily be absorbed. Why waste time reading through copious amounts of data and copy, when the “complex” message can be summed up in one effective visual graphic? We stumbled over these nicely done infographics below for designers and programmers and thought we’d [...]&lt;br /&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48292&amp;c=1396576776'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48292&amp;c=1396576776' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://designm.ag/?p=48292</guid>
         <pubDate>Thu, 02 Feb 2012 19:51:05 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48292&c=409653088'>
				<img src='http://rss.buysellads.com/img.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48292&c=409653088' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'>Advertise here with BSA</a></p><br /><p>Infographics are a great way to engage readers and present information that can easily be absorbed. Why waste time reading through copious amounts of data and copy, when the “complex” message can be summed up in one effective visual graphic?</p>
<p>We stumbled over these nicely done infographics below for designers and programmers and thought we’d share. We’ve also included some random, funny topics that just look cool.</p>
<p><a rel="nofollow" target="_blank" href="http://www.glantz.net/blog/cool-infographics">Visit Source</a></p>
<br /><p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48292&c=598066382'>
				<img src='http://rss.buysellads.com/img.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48292&c=598066382' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'>Advertise here with BSA</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/R5jCN_WjEQDSMNAv_60MVoPqjn4/0/da"><img src="http://feedads.g.doubleclick.net/~a/R5jCN_WjEQDSMNAv_60MVoPqjn4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/R5jCN_WjEQDSMNAv_60MVoPqjn4/1/da"><img src="http://feedads.g.doubleclick.net/~a/R5jCN_WjEQDSMNAv_60MVoPqjn4/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/designmagblogandnews/~4/PIHp7qDgVrE" height="1" width="1"/>]]></content:encoded>
         <category>News</category>
      <feedburner:origLink>http://designm.ag/news/cool-inforgraphics-for-design-programmers-marketers/</feedburner:origLink></item>
      <item>
         <title>12 Shiny Steel Texture Collection</title>
         <link>http://feedproxy.google.com/~r/designmagblogandnews/~3/Cz3fDHHIpT0/</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48291&amp;c=382230734'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48291&amp;c=382230734' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;Today, we put together 12 shiny steel textures for you that can fit in any type of preferred backing to put great emphasis on the required object. Steel is one metal that can be polished up and treated in order to go well with any desirable purpose. This is the reason why steel is employed [...]&lt;br /&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48291&amp;c=62602363'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48291&amp;c=62602363' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://designm.ag/?p=48291</guid>
         <pubDate>Thu, 02 Feb 2012 19:50:34 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48291&c=1086658583'>
				<img src='http://rss.buysellads.com/img.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48291&c=1086658583' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'>Advertise here with BSA</a></p><br /><p>Today, we put together 12 shiny steel textures for you that can fit in any type of preferred backing to put great emphasis on the required object. Steel is one metal that can be polished up and treated in order to go well with any desirable purpose. This is the reason why steel is employed in several streams of work to get the desired effect.<br />
Here we are showcasing some shimmering steel textures that vary in terms of smoothness and shine, but can astonishingly take on the necessary backing that is to be provided for the web pages too. We hope you like this collection. Full list after jump.</p>
<p><a rel="nofollow" target="_blank" href="http://www.webdesigncore.com/2012/02/02/12-shiny-steel-texture-collection/">Visit Source</a></p>
<br /><p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48291&c=1807579537'>
				<img src='http://rss.buysellads.com/img.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48291&c=1807579537' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'>Advertise here with BSA</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/u3nupAK0qniR9EYOcCHPeirfQhI/0/da"><img src="http://feedads.g.doubleclick.net/~a/u3nupAK0qniR9EYOcCHPeirfQhI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/u3nupAK0qniR9EYOcCHPeirfQhI/1/da"><img src="http://feedads.g.doubleclick.net/~a/u3nupAK0qniR9EYOcCHPeirfQhI/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/designmagblogandnews/~4/Cz3fDHHIpT0" height="1" width="1"/>]]></content:encoded>
         <category>News</category>
      <feedburner:origLink>http://designm.ag/news/12-shiny-steel-texture-collection/</feedburner:origLink></item>
      <item>
         <title>23+ Unique One-Page Interface Designs</title>
         <link>http://feedproxy.google.com/~r/designmagblogandnews/~3/9d3yvzax108/</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48280&amp;c=10489631'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48280&amp;c=10489631' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;Short and sweet, yet fun and unique &amp;#8212; these one-page sites have a great selection of photos, info, and super cool interfaces all wrapped up in a single page. Visit Source&lt;br /&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48280&amp;c=1976106644'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48280&amp;c=1976106644' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://designm.ag/?p=48280</guid>
         <pubDate>Thu, 02 Feb 2012 19:49:57 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48280&c=2129853012'>
				<img src='http://rss.buysellads.com/img.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48280&c=2129853012' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'>Advertise here with BSA</a></p><br /><p>Short and sweet, yet fun and unique &#8212; these one-page sites have a great selection of photos, info, and super cool interfaces all wrapped up in a single page.</p>
<p><a rel="nofollow" target="_blank" href="http://medialoot.com/blog/23-unique-one-page-interface-designs/">Visit Source</a></p>
<br /><p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48280&c=5349877'>
				<img src='http://rss.buysellads.com/img.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48280&c=5349877' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'>Advertise here with BSA</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/pmK4A8fsXzonerH6XMaNQuCrARQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/pmK4A8fsXzonerH6XMaNQuCrARQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/pmK4A8fsXzonerH6XMaNQuCrARQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/pmK4A8fsXzonerH6XMaNQuCrARQ/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/designmagblogandnews/~4/9d3yvzax108" height="1" width="1"/>]]></content:encoded>
         <category>News</category>
      <feedburner:origLink>http://designm.ag/news/23-unique-one-page-interface-designs/</feedburner:origLink></item>
      <item>
         <title>30 of the Latest WordPress Portfolio Themes for 2012</title>
         <link>http://feedproxy.google.com/~r/designmagblogandnews/~3/rPCE8oVMJPQ/</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48258&amp;c=315801387'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48258&amp;c=315801387' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;Portfolio themes are one of the most popular areas of WordPress theme development, we have looked at them previously on a few occasions, but since our last look in september there have been loads of great new ones released so lets take a look at what is available to the designers and photographers in 2012. [...]&lt;br /&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48258&amp;c=1769676694'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48258&amp;c=1769676694' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://designm.ag/?p=48258</guid>
         <pubDate>Thu, 02 Feb 2012 19:49:23 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48258&c=483007415'>
				<img src='http://rss.buysellads.com/img.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48258&c=483007415' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'>Advertise here with BSA</a></p><br /><p>Portfolio themes are one of the most popular areas of WordPress theme development, we have looked at them previously on a few occasions, but since our last look in september there have been loads of great new ones released so lets take a look at what is available to the designers and photographers in 2012. Here are 30 of the best …</p>
<p><a rel="nofollow" target="_blank" href="http://wplift.com/30-of-the-latest-wordpress-portfolio-themes-for-2012">Visit Source</a></p>
<br /><p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48258&c=1390505707'>
				<img src='http://rss.buysellads.com/img.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48258&c=1390505707' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'>Advertise here with BSA</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/9fnOLVe8wF6E8Dj4taIxBvrUvek/0/da"><img src="http://feedads.g.doubleclick.net/~a/9fnOLVe8wF6E8Dj4taIxBvrUvek/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/9fnOLVe8wF6E8Dj4taIxBvrUvek/1/da"><img src="http://feedads.g.doubleclick.net/~a/9fnOLVe8wF6E8Dj4taIxBvrUvek/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/designmagblogandnews/~4/rPCE8oVMJPQ" height="1" width="1"/>]]></content:encoded>
         <category>News</category>
      <feedburner:origLink>http://designm.ag/news/30-of-the-latest-wordpress-portfolio-themes-for-2012/</feedburner:origLink></item>
      <item>
         <title>28 Cute Children’s Book Illustrations from Digital Artists</title>
         <link>http://feedproxy.google.com/~r/designmagblogandnews/~3/93Krx315ToQ/</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47974&amp;c=1186571025'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47974&amp;c=1186571025' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Illustrators have found a nurturing community on the web where they can share awesome work. Artists drawing for children's books were almost always done by hand. But with the popularity of Adobe software and the many tablet devices it's easier than ever to move your work digital!&lt;/p&gt;

&lt;p&gt;In this design showcase I've put together 28 heartwarming illustrations from &lt;a rel="nofollow" target="_blank" href="http://dribbble.com/"&gt;Dribbble artists&lt;/a&gt;. These are all featured from many different children's books and relate to individual projects. If you enjoy any parts of our collection of have example illustrations of your own please let us know in the post discussion area.&lt;/p&gt;

&lt;h3&gt;&lt;a rel="nofollow" target="_blank" href="http://dribbble.com/shots/256075-Children-s-book-cover"&gt;Book Leaf Cover&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_blank" href="http://dribbble.com/shots/256075-Children-s-book-cover"&gt;&lt;img src="http://designm.ag/wp-content/uploads/2012/01/01-book-leaf-cover.png"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47974&amp;c=420687654'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47974&amp;c=420687654' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://designm.ag/?p=47974</guid>
         <pubDate>Wed, 01 Feb 2012 22:36:16 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=47974&c=274325576'>
				<img src='http://rss.buysellads.com/img.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=47974&c=274325576' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'>Advertise here with BSA</a></p><br /><p>Illustrators have found a nurturing community on the web where they can share awesome work. Artists drawing for children&#8217;s books were almost always done by hand. But with the popularity of Adobe software and the many tablet devices it&#8217;s easier than ever to move your work digital!</p>
<p>In this design showcase I&#8217;ve put together 28 heartwarming illustrations from <a rel="nofollow" target="_blank" href="http://dribbble.com/">Dribbble artists</a>. These are all featured from many different children&#8217;s books and relate to individual projects. If you enjoy any parts of our collection of have example illustrations of your own please let us know in the post discussion area.</p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/256075-Children-s-book-cover">Book Leaf Cover</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/256075-Children-s-book-cover"><img src="http://designm.ag/wp-content/uploads/2012/01/01-book-leaf-cover.png"/></a></p>
<p><span id="more-47974"></span></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/311900-A-Sandman-Story">A Sandman Story</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/311900-A-Sandman-Story"><img src="http://designm.ag/wp-content/uploads/2012/01/02-a-sandman-story.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/280603-Wildlife">Wildlife</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/280603-Wildlife"><img src="http://designm.ag/wp-content/uploads/2012/01/03-bear-with-camera-wildlife.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/325466-Pop-up-Book">Pop-up Book</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/325466-Pop-up-Book"><img src="http://designm.ag/wp-content/uploads/2012/01/04-popup-booklet.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/209690-Illustration-for-Book-Cover">Illustration for Book Cover</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/209690-Illustration-for-Book-Cover"><img src="http://designm.ag/wp-content/uploads/2012/01/05-fantasy-warrior.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/346093-Snowday-Recon">Snowday Recon</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/346093-Snowday-Recon"><img src="http://designm.ag/wp-content/uploads/2012/01/06-snowday-recon.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/276923-Picky">Picky Alligator</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/276923-Picky"><img src="http://designm.ag/wp-content/uploads/2012/01/07-gator-illustration.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/277679-Phil-Lately">Phil Lately</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/277679-Phil-Lately"><img src="http://designm.ag/wp-content/uploads/2012/01/08-stamps-illustration.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/330234-Sea-Turtle">Sea Turtle</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/330234-Sea-Turtle"><img src="http://designm.ag/wp-content/uploads/2012/01/09-sea-turtle.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/313303-Behind-The-Moon">Behind the Moon Concept Art</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/313303-Behind-The-Moon"><img src="http://designm.ag/wp-content/uploads/2012/01/10-concept-art-childrens-book.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/365666-Snuglug">Snuglug</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/365666-Snuglug"><img src="http://designm.ag/wp-content/uploads/2012/01/11-snarphs-snuglug.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/361512-Land-of-Nod">Land of Nod</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/361512-Land-of-Nod"><img src="http://designm.ag/wp-content/uploads/2012/01/12-land-of-nod.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/95597-Hansel-And-Gretel-Illustration1">Hansel and Gretel</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/95597-Hansel-And-Gretel-Illustration1"><img src="http://designm.ag/wp-content/uploads/2012/01/13-hansel-gretel.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/200358-Children-s-Book-Illustration">Super Hero Kids</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/200358-Children-s-Book-Illustration"><img src="http://designm.ag/wp-content/uploads/2012/01/14-kids-super-heroes.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/357158-Captain-Hook-on-the-Jolly-Roger">Captain Hook</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/357158-Captain-Hook-on-the-Jolly-Roger"><img src="http://designm.ag/wp-content/uploads/2012/01/15-captain-hook.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/273738-Rocket-to-Planet-Charlie">Rocket to Planet Charlie</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/273738-Rocket-to-Planet-Charlie"><img src="http://designm.ag/wp-content/uploads/2012/01/16-rocket-to-planet-charlie.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/316034-Stripes">Pirate Stripes</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/316034-Stripes"><img src="http://designm.ag/wp-content/uploads/2012/01/17-stripes-pirate-vector.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/311345-Run-boy-run">Run Boy Run</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/311345-Run-boy-run"><img src="http://designm.ag/wp-content/uploads/2012/01/18-retro-sheep-wolf.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/51055-Halfway-Herbert">Halfway Herbert</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/51055-Halfway-Herbert"><img src="http://designm.ag/wp-content/uploads/2012/01/19-halfway-herbert.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/227422-Dog">Spot Dog</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/227422-Dog"><img src="http://designm.ag/wp-content/uploads/2012/01/20-spot-dog.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/291121-Norb-s-Shakes-n-Sweets">Norb&#8217;s Shakes and Sweets</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/291121-Norb-s-Shakes-n-Sweets"><img src="http://designm.ag/wp-content/uploads/2012/01/21-norbs-shakes-and-sweets.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/340428-a-cat-meets-baby-seagull">Cat Meets a Baby Seagull</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/340428-a-cat-meets-baby-seagull"><img src="http://designm.ag/wp-content/uploads/2012/01/22-baby-seagull.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/285672-You-Can-t-Eat-That">You Can&#8217;t Eat That</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/285672-You-Can-t-Eat-That"><img src="http://designm.ag/wp-content/uploads/2012/01/23-you-cant-eat-that.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/320408-best-friends">Best Friends</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/320408-best-friends"><img src="http://designm.ag/wp-content/uploads/2012/01/24-little-red-riding-hood.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/322557-Background-detail-from-a-secret-project">Picture Book City Detail</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/322557-Background-detail-from-a-secret-project"><img src="http://designm.ag/wp-content/uploads/2012/01/25-small-town-houses.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/228631-Kitchen-detail">Kitchen Detail</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/228631-Kitchen-detail"><img src="http://designm.ag/wp-content/uploads/2012/01/26-kitchen-detail.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/278401-Ghouls">Ghouls</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/278401-Ghouls"><img src="http://designm.ag/wp-content/uploads/2012/01/27-halloween-ghouls.png"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/164245-Bear-with-coffee-and-croissant">Bear with Coffee and Croissant</a></h3>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/164245-Bear-with-coffee-and-croissant"><img src="http://designm.ag/wp-content/uploads/2012/01/28-bear-with-coffee.png"/></a></p>
<br /><p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=47974&c=1838839039'>
				<img src='http://rss.buysellads.com/img.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=47974&c=1838839039' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'>Advertise here with BSA</a></p>
<p><a rel="nofollow" target="_blank" href="http://feedads.g.doubleclick.net/~a/x8nPjGJXOKaXpOwY9pxqXpb0sCg/0/da"><img src="http://feedads.g.doubleclick.net/~a/x8nPjGJXOKaXpOwY9pxqXpb0sCg/0/di" border="0" ismap></a><br/>
<a rel="nofollow" target="_blank" href="http://feedads.g.doubleclick.net/~a/x8nPjGJXOKaXpOwY9pxqXpb0sCg/1/da"><img src="http://feedads.g.doubleclick.net/~a/x8nPjGJXOKaXpOwY9pxqXpb0sCg/1/di" border="0" ismap></a></p><div class="feedflare">
<a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=93Krx315ToQ:zR9AQkH7ecI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/designmag?i=93Krx315ToQ:zR9AQkH7ecI:F7zBnMyn0Lo" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=93Krx315ToQ:zR9AQkH7ecI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/designmag?i=93Krx315ToQ:zR9AQkH7ecI:V_sGLiPBpWU" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=93Krx315ToQ:zR9AQkH7ecI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/designmag?i=93Krx315ToQ:zR9AQkH7ecI:gIN9vFwOqvQ" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/designmag/~4/93Krx315ToQ" height="1" width="1"/>
<p><a href="http://feedads.g.doubleclick.net/~a/5nIeUpOhvY0Gv_zwPkUS64wEFLQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/5nIeUpOhvY0Gv_zwPkUS64wEFLQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/5nIeUpOhvY0Gv_zwPkUS64wEFLQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/5nIeUpOhvY0Gv_zwPkUS64wEFLQ/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/designmagblogandnews/~4/93Krx315ToQ" height="1" width="1"/>]]></content:encoded>
         <category>Designer Showcase</category>
      <feedburner:origLink>http://designm.ag/designer-showcase/28-cute-childrens-book-illustrations-from-digital-artists/</feedburner:origLink></item>
      <item>
         <title>40 Negative Space Logo Designs</title>
         <link>http://feedproxy.google.com/~r/designmagblogandnews/~3/CI3YvCYssVQ/</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47656&amp;c=998457217'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47656&amp;c=998457217' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;In this post we have collected 40 well design negative space logo designs. Enjoy!! If you like these logo designs you might also want to check out our previous posts below.

&lt;a rel="nofollow" target="_blank" href="http://designm.ag/inspiration/40-creative-logo-designs/"&gt;40 Creative Logo Designs&lt;/a&gt;

&lt;a rel="nofollow" target="_blank" href="http://designm.ag/inspiration/28-clean-and-creative-logo-designs/"&gt;28 Clean and Creative Logo Designs&lt;/a&gt;

&lt;a rel="nofollow" target="_blank" href="http://designm.ag/design/24-clever-and-unique-logo-identitys/"&gt;24 Clever and Unique Logo Designs&lt;/a&gt;

&lt;a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/151460"&gt;Australian wine&lt;/a&gt;
&lt;a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/151460"&gt;&lt;img class="alignnone size-full wp-image-47657" src="http://designm.ag/wp-content/uploads/2011/12/1.png" alt="" width="325" height="260"/&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47656&amp;c=1488770817'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47656&amp;c=1488770817' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://designm.ag/?p=47656</guid>
         <pubDate>Fri, 27 Jan 2012 14:51:12 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=47656&c=995882585'>
				<img src='http://rss.buysellads.com/img.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=47656&c=995882585' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'>Advertise here with BSA</a></p><br /><p>In this post we have collected 40 well design negative space logo designs. Enjoy!! If you like these logo designs you might also want to check out our previous posts below.</p>
<p><a rel="nofollow" target="_blank" href="http://designm.ag/inspiration/40-creative-logo-designs/">40 Creative Logo Designs</a></p>
<p><a rel="nofollow" target="_blank" href="http://designm.ag/inspiration/28-clean-and-creative-logo-designs/">28 Clean and Creative Logo Designs</a></p>
<p><a rel="nofollow" target="_blank" href="http://designm.ag/design/24-clever-and-unique-logo-identitys/">24 Clever and Unique Logo Designs</a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/151460">Australian wine</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/151460"><img class="alignnone size-full wp-image-47657" src="http://designm.ag/wp-content/uploads/2011/12/1.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/83936">Ignite</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/83936"><img class="alignnone size-full wp-image-47658" src="http://designm.ag/wp-content/uploads/2011/12/2.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/132515">biobuddha</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/132515"><img class="alignnone size-full wp-image-47659" src="http://designm.ag/wp-content/uploads/2011/12/3.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/152916">Two knives</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/152916"><img class="alignnone size-full wp-image-47660" src="http://designm.ag/wp-content/uploads/2011/12/4.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/147811">VIP1</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/147811"><img class="alignnone size-full wp-image-47661" src="http://designm.ag/wp-content/uploads/2011/12/5.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/133292">Net Credit</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/133292"><img class="alignnone size-full wp-image-47662" src="http://designm.ag/wp-content/uploads/2011/12/6.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/128004">WINEPIRE</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/128004"><img class="alignnone size-full wp-image-47663" src="http://designm.ag/wp-content/uploads/2011/12/7.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/124584">woman quotes</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/124584"><img class="alignnone size-full wp-image-47664" src="http://designm.ag/wp-content/uploads/2011/12/8.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/124242">Oak Bros.</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/124242"><img class="alignnone size-full wp-image-47665" src="http://designm.ag/wp-content/uploads/2011/12/9.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/123635">Happy Catfish</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/123635"><img class="alignnone size-full wp-image-47666" src="http://designm.ag/wp-content/uploads/2011/12/10.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/119494">Gecko</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/119494"><img class="alignnone size-full wp-image-47667" src="http://designm.ag/wp-content/uploads/2011/12/11.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/151204">SpadeDealer v2</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/151204"><img class="alignnone size-full wp-image-47668" src="http://designm.ag/wp-content/uploads/2011/12/12.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/146818">Alchemic</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/146818"><img class="alignnone size-full wp-image-47669" src="http://designm.ag/wp-content/uploads/2011/12/13.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/121157">Motion</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/121157"><img class="alignnone size-full wp-image-47670" src="http://designm.ag/wp-content/uploads/2011/12/14.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/143683">Come home cafe</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/143683"><img class="alignnone size-full wp-image-47671" src="http://designm.ag/wp-content/uploads/2011/12/15.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/151113">explorations</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/151113"><img class="alignnone size-full wp-image-47672" src="http://designm.ag/wp-content/uploads/2011/12/16.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/151869">Jurassic Wine</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/151869"><img class="alignnone size-full wp-image-47673" src="http://designm.ag/wp-content/uploads/2011/12/17.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/151201">French Wine</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/151201"><img class="alignnone size-full wp-image-47674" src="http://designm.ag/wp-content/uploads/2011/12/18.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/133004">Iconik</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/133004"><img class="alignnone size-full wp-image-47675" src="http://designm.ag/wp-content/uploads/2011/12/19.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/123675">Patron Agri Systems</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/123675"><img class="alignnone size-full wp-image-47676" src="http://designm.ag/wp-content/uploads/2011/12/20.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/92273">Outdoor Living Today</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/92273"><img class="alignnone size-full wp-image-47677" src="http://designm.ag/wp-content/uploads/2011/12/21.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/89175">247 b/w</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/89175"><img class="alignnone size-full wp-image-47678" src="http://designm.ag/wp-content/uploads/2011/12/22.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/119544">ConnectedHome</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/119544"><img class="alignnone size-full wp-image-47679" src="http://designm.ag/wp-content/uploads/2011/12/23.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/142839">Three Nuts General Contractors v.2</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/142839"><img class="alignnone size-full wp-image-47680" src="http://designm.ag/wp-content/uploads/2011/12/24.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/149087">MyShirt</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/149087"><img class="alignnone size-full wp-image-47681" src="http://designm.ag/wp-content/uploads/2011/12/25.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/100841">night cat v2</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/100841"><img class="alignnone size-full wp-image-47682" src="http://designm.ag/wp-content/uploads/2011/12/26.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/151279">delite studio</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/151279"><img class="alignnone size-full wp-image-47683" src="http://designm.ag/wp-content/uploads/2011/12/27.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/60278">CityDirect</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/60278"><img class="alignnone size-full wp-image-47684" src="http://designm.ag/wp-content/uploads/2011/12/28.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/331072-Foooblr-Logo-Design?list=tags&amp;tag=negative_space">Foooblr Logo Design</a><br />
<a rel="nofollow" target="_blank" href="http://dribbble.com/shots/331072-Foooblr-Logo-Design?list=tags&amp;tag=negative_space"><img class="alignnone size-full wp-image-47685" src="http://designm.ag/wp-content/uploads/2011/12/29.png" alt="" width="400" height="300"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/312521-Texas-Wine-Logo-Design?list=tags&amp;tag=negative_space">Texas Wine Logo Design</a><br />
<a rel="nofollow" target="_blank" href="http://dribbble.com/shots/312521-Texas-Wine-Logo-Design?list=tags&amp;tag=negative_space"><img class="alignnone size-full wp-image-47686" src="http://designm.ag/wp-content/uploads/2011/12/30.png" alt="" width="400" height="300"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/318093-SHIFT?list=tags&amp;tag=negative_space">SHIFT</a><br />
<a rel="nofollow" target="_blank" href="http://dribbble.com/shots/318093-SHIFT?list=tags&amp;tag=negative_space"><img class="alignnone size-full wp-image-47687" src="http://designm.ag/wp-content/uploads/2011/12/31.jpg" alt="" width="400" height="300"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/305899-Dolphin-Seal-Logo-Designer?list=tags&amp;tag=negative_space">Dolphin &amp; Seal Logo Designer</a><br />
<a rel="nofollow" target="_blank" href="http://dribbble.com/shots/305899-Dolphin-Seal-Logo-Designer?list=tags&amp;tag=negative_space"><img class="alignnone size-full wp-image-47688" src="http://designm.ag/wp-content/uploads/2011/12/32.png" alt="" width="400" height="300"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/302356-Negative-Reality-Logo-Design?list=tags&amp;tag=negative_space">Negative Reality Logo Design</a><br />
<a rel="nofollow" target="_blank" href="http://dribbble.com/shots/302356-Negative-Reality-Logo-Design?list=tags&amp;tag=negative_space"><img class="alignnone size-full wp-image-47689" src="http://designm.ag/wp-content/uploads/2011/12/33.png" alt="" width="400" height="300"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/294850-Mouse-Universe-Logo-Design?list=tags&amp;tag=negative_space">Mouse Universe Logo Design</a><br />
<a rel="nofollow" target="_blank" href="http://dribbble.com/shots/294850-Mouse-Universe-Logo-Design?list=tags&amp;tag=negative_space"><img class="alignnone size-full wp-image-47690" src="http://designm.ag/wp-content/uploads/2011/12/34.png" alt="" width="400" height="300"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/256396-Fantom?list=tags&amp;tag=negative_space">Fantom</a><br />
<a rel="nofollow" target="_blank" href="http://dribbble.com/shots/256396-Fantom?list=tags&amp;tag=negative_space"><img class="alignnone size-full wp-image-47691" src="http://designm.ag/wp-content/uploads/2011/12/35.png" alt="" width="400" height="300"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/234162-The-Small-Garden-Logo?list=tags&amp;tag=negative_space">The Small Garden Logo</a><br />
<a rel="nofollow" target="_blank" href="http://dribbble.com/shots/234162-The-Small-Garden-Logo?list=tags&amp;tag=negative_space"><img class="alignnone size-full wp-image-47692" src="http://designm.ag/wp-content/uploads/2011/12/36.jpg" alt="" width="400" height="300"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/229452-Banana-Bird?list=tags&amp;tag=negative_space">Banana Bird</a><br />
<a rel="nofollow" target="_blank" href="http://dribbble.com/shots/229452-Banana-Bird?list=tags&amp;tag=negative_space"><img class="alignnone size-full wp-image-47693" src="http://designm.ag/wp-content/uploads/2011/12/37.png" alt="" width="400" height="300"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/224859-Wineforest?list=tags&amp;tag=negative_space">Wineforest</a><br />
<a rel="nofollow" target="_blank" href="http://dribbble.com/shots/224859-Wineforest?list=tags&amp;tag=negative_space"><img class="alignnone size-full wp-image-47696" src="http://designm.ag/wp-content/uploads/2011/12/382.png" alt="" width="400" height="300"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/221638-Shift-logo?list=tags&amp;tag=negative_space">Shift logo</a><br />
<a rel="nofollow" target="_blank" href="http://dribbble.com/shots/221638-Shift-logo?list=tags&amp;tag=negative_space"><img class="alignnone size-full wp-image-47697" src="http://designm.ag/wp-content/uploads/2011/12/39.jpg" alt="" width="400" height="300"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://dribbble.com/shots/104072-Beat-Fettish-Final-Logo?list=tags&amp;tag=negative_space">Beat Fettish &#8211; Final Logo</a><br />
<a rel="nofollow" target="_blank" href="http://dribbble.com/shots/104072-Beat-Fettish-Final-Logo?list=tags&amp;tag=negative_space"><img class="alignnone size-full wp-image-47698" src="http://designm.ag/wp-content/uploads/2011/12/40.jpg" alt="" width="400" height="300"/></a></p>
<br /><p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=47656&c=976914532'>
				<img src='http://rss.buysellads.com/img.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=47656&c=976914532' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'>Advertise here with BSA</a></p>
<p><a rel="nofollow" target="_blank" href="http://feedads.g.doubleclick.net/~a/rW3RWgdH3sZj09HkQhluvf4U_dg/0/da"><img src="http://feedads.g.doubleclick.net/~a/rW3RWgdH3sZj09HkQhluvf4U_dg/0/di" border="0" ismap></a><br/>
<a rel="nofollow" target="_blank" href="http://feedads.g.doubleclick.net/~a/rW3RWgdH3sZj09HkQhluvf4U_dg/1/da"><img src="http://feedads.g.doubleclick.net/~a/rW3RWgdH3sZj09HkQhluvf4U_dg/1/di" border="0" ismap></a></p><div class="feedflare">
<a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=CI3YvCYssVQ:ubwTgqMx7YA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/designmag?i=CI3YvCYssVQ:ubwTgqMx7YA:F7zBnMyn0Lo" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=CI3YvCYssVQ:ubwTgqMx7YA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/designmag?i=CI3YvCYssVQ:ubwTgqMx7YA:V_sGLiPBpWU" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=CI3YvCYssVQ:ubwTgqMx7YA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/designmag?i=CI3YvCYssVQ:ubwTgqMx7YA:gIN9vFwOqvQ" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/designmag/~4/CI3YvCYssVQ" height="1" width="1"/>
<p><a href="http://feedads.g.doubleclick.net/~a/XFNaCFmo5FOYg9XkhSBF0LNLlTQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/XFNaCFmo5FOYg9XkhSBF0LNLlTQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/XFNaCFmo5FOYg9XkhSBF0LNLlTQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/XFNaCFmo5FOYg9XkhSBF0LNLlTQ/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/designmagblogandnews/~4/CI3YvCYssVQ" height="1" width="1"/>]]></content:encoded>
      <feedburner:origLink>http://designm.ag/design/40-negative-space-logo-design-for-inspiration/</feedburner:origLink></item>
      <item>
         <title>Logo Design: 36 Emblems &amp; Badges</title>
         <link>http://feedproxy.google.com/~r/designmagblogandnews/~3/tVEJFo4z5Wk/</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47255&amp;c=440717705'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47255&amp;c=440717705' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;In this post we have 36 well design and emblems &amp;#38; badges. Enjoy!! If you like these logo designs you might also want to check out our previous post below.

&lt;a rel="nofollow" target="_blank" href="http://designm.ag/inspiration/28-clean-and-creative-logo-designs/"&gt;28 Clean and Creative Logo Designs&lt;/a&gt;

&lt;a rel="nofollow" target="_blank" href="http://designm.ag/inspiration/40-creative-logo-designs/"&gt;40 Creative Logo Designs&lt;/a&gt;

&lt;a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/153237"&gt;Tokyo Bicycles&lt;/a&gt;
&lt;a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/153237"&gt;&lt;img class="alignnone size-full wp-image-47256" src="http://designm.ag/wp-content/uploads/2011/11/1.png" alt="" width="325" height="260"/&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47255&amp;c=351281714'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47255&amp;c=351281714' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://designm.ag/?p=47255</guid>
         <pubDate>Tue, 24 Jan 2012 16:48:41 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=47255&c=2064199726'>
				<img src='http://rss.buysellads.com/img.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=47255&c=2064199726' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'>Advertise here with BSA</a></p><br /><p>In this post we have 36 well design and emblems &amp; badges. Enjoy!! If you like these logo designs you might also want to check out our previous post below.</p>
<p><a rel="nofollow" target="_blank" href="http://designm.ag/inspiration/28-clean-and-creative-logo-designs/">28 Clean and Creative Logo Designs</a></p>
<p><a rel="nofollow" target="_blank" href="http://designm.ag/inspiration/40-creative-logo-designs/">40 Creative Logo Designs</a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/153237">Tokyo Bicycles</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/153237"><img class="alignnone size-full wp-image-47256" src="http://designm.ag/wp-content/uploads/2011/11/1.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/153178">Personal L</a><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/153178">ogo V.1</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/153178"><img class="alignnone size-full wp-image-47257" src="http://designm.ag/wp-content/uploads/2011/11/2.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/137996">Growcase Simplexity Service</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/137996"><img class="alignnone size-full wp-image-47258" src="http://designm.ag/wp-content/uploads/2011/11/3.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/152919">Assembly 36</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/152919"><img class="alignnone size-full wp-image-47259" src="http://designm.ag/wp-content/uploads/2011/11/4.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/134192">River Jam Soccer Tournament Logo</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/134192"><img class="alignnone size-full wp-image-47260" src="http://designm.ag/wp-content/uploads/2011/11/5.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/150467">Lavender Fastener Company</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/150467"><img class="alignnone size-full wp-image-47261" src="http://designm.ag/wp-content/uploads/2011/11/6.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/148428">Ann&#8217;s BBQ sauce_2</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/148428"><img class="alignnone size-full wp-image-47262" src="http://designm.ag/wp-content/uploads/2011/11/7.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/134887">Monkey Business</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/134887"><img class="alignnone size-full wp-image-47263" src="http://designm.ag/wp-content/uploads/2011/11/8.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/147941">Emanue</a><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/147941">l</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/147941"><img class="alignnone size-full wp-image-47264" src="http://designm.ag/wp-content/uploads/2011/11/9.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/136050">GO GREEN</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/136050"><img class="alignnone size-full wp-image-47265" src="http://designm.ag/wp-content/uploads/2011/11/10.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/113650">Pocket Tales</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/113650"><img class="alignnone size-full wp-image-47266" src="http://designm.ag/wp-content/uploads/2011/11/11.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/142185">Slice of life</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/142185"><img class="alignnone size-full wp-image-47267" src="http://designm.ag/wp-content/uploads/2011/11/12.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/13030">Temple Beth Torah</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/13030"><img class="alignnone size-full wp-image-47268" src="http://designm.ag/wp-content/uploads/2011/11/13.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/144713">Northeast Longhorns</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/144713"><img class="alignnone size-full wp-image-47269" src="http://designm.ag/wp-content/uploads/2011/11/14.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/144559">Paessagio Toscano</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/144559"><img class="alignnone size-full wp-image-47270" src="http://designm.ag/wp-content/uploads/2011/11/15.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/137728">Smithy of sounds</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/137728"><img class="alignnone size-full wp-image-47271" src="http://designm.ag/wp-content/uploads/2011/11/16.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/45392">SDFRA</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/45392"><img class="alignnone size-full wp-image-47272" src="http://designm.ag/wp-content/uploads/2011/11/17.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/143940">Liquid Propaganda</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/143940"><img class="alignnone size-full wp-image-47273" src="http://designm.ag/wp-content/uploads/2011/11/18.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/144018">Artisan Builder</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/144018"><img class="alignnone size-full wp-image-47274" src="http://designm.ag/wp-content/uploads/2011/11/19.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/135232">Van De Laar Automaten</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/135232"><img class="alignnone size-full wp-image-47275" src="http://designm.ag/wp-content/uploads/2011/11/20.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/141353">Nails Club 2</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/141353"><img class="alignnone size-full wp-image-47276" src="http://designm.ag/wp-content/uploads/2011/11/21.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/127472">Wheatlys</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/127472"><img class="alignnone size-full wp-image-47277" src="http://designm.ag/wp-content/uploads/2011/11/22.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/137158">Therian V2</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/137158"><img class="alignnone size-full wp-image-47278" src="http://designm.ag/wp-content/uploads/2011/11/23.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/139239">Marian V2</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/139239"><img class="alignnone size-full wp-image-47279" src="http://designm.ag/wp-content/uploads/2011/11/24.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/134859">Pineapple Brigade</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/134859"><img class="alignnone size-full wp-image-47280" src="http://designm.ag/wp-content/uploads/2011/11/25.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/143940">Liquid Propaganda</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/143940"><img class="alignnone size-full wp-image-47281" src="http://designm.ag/wp-content/uploads/2011/11/26.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/136941">Fortress Financial 2</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/136941"><img class="alignnone size-full wp-image-47282" src="http://designm.ag/wp-content/uploads/2011/11/27.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/121070">Falanx</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/121070"><img class="alignnone size-full wp-image-47283" src="http://designm.ag/wp-content/uploads/2011/11/28.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/133030">Grass Roots Lawn Service</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/133030"><img class="alignnone size-full wp-image-47284" src="http://designm.ag/wp-content/uploads/2011/11/29.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/127291">Web Machine</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/127291"><img class="alignnone size-full wp-image-47285" src="http://designm.ag/wp-content/uploads/2011/11/30.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/40201">Baggie&#8217;s Brew Pub Logo V3</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/40201"><img class="alignnone size-full wp-image-47286" src="http://designm.ag/wp-content/uploads/2011/11/31.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/123623">Health &amp; Beauty</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/123623"><img class="alignnone size-full wp-image-47287" src="http://designm.ag/wp-content/uploads/2011/11/32.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/119212">Tre Mac N&#8217; Cheese</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/119212"><img class="alignnone size-full wp-image-47288" src="http://designm.ag/wp-content/uploads/2011/11/33.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/125051">IHA</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/125051"><img class="alignnone size-full wp-image-47289" src="http://designm.ag/wp-content/uploads/2011/11/34.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/139787">Tour Alliance</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/139787"><img class="alignnone size-full wp-image-47290" src="http://designm.ag/wp-content/uploads/2011/11/35.png" alt="" width="325" height="260"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/137775">Pint 2</a><br />
<a rel="nofollow" target="_blank" href="http://logopond.com/gallery/detail/137775"><img class="alignnone size-full wp-image-47291" src="http://designm.ag/wp-content/uploads/2011/11/36.png" alt="" width="325" height="260"/></a></p>
<br /><p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=47255&c=235605941'>
				<img src='http://rss.buysellads.com/img.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=47255&c=235605941' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'>Advertise here with BSA</a></p>
<p><a rel="nofollow" target="_blank" href="http://feedads.g.doubleclick.net/~a/VfUb1k9bos2Jq3jyscuDr4l-2TU/0/da"><img src="http://feedads.g.doubleclick.net/~a/VfUb1k9bos2Jq3jyscuDr4l-2TU/0/di" border="0" ismap></a><br/>
<a rel="nofollow" target="_blank" href="http://feedads.g.doubleclick.net/~a/VfUb1k9bos2Jq3jyscuDr4l-2TU/1/da"><img src="http://feedads.g.doubleclick.net/~a/VfUb1k9bos2Jq3jyscuDr4l-2TU/1/di" border="0" ismap></a></p><div class="feedflare">
<a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=tVEJFo4z5Wk:Su4ADyFbbEk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/designmag?i=tVEJFo4z5Wk:Su4ADyFbbEk:F7zBnMyn0Lo" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=tVEJFo4z5Wk:Su4ADyFbbEk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/designmag?i=tVEJFo4z5Wk:Su4ADyFbbEk:V_sGLiPBpWU" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=tVEJFo4z5Wk:Su4ADyFbbEk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/designmag?i=tVEJFo4z5Wk:Su4ADyFbbEk:gIN9vFwOqvQ" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/designmag/~4/tVEJFo4z5Wk" height="1" width="1"/>
<p><a href="http://feedads.g.doubleclick.net/~a/tMqLwqW4bbfGP4iSCl86XeDZ97c/0/da"><img src="http://feedads.g.doubleclick.net/~a/tMqLwqW4bbfGP4iSCl86XeDZ97c/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/tMqLwqW4bbfGP4iSCl86XeDZ97c/1/da"><img src="http://feedads.g.doubleclick.net/~a/tMqLwqW4bbfGP4iSCl86XeDZ97c/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/designmagblogandnews/~4/tVEJFo4z5Wk" height="1" width="1"/>]]></content:encoded>
      <feedburner:origLink>http://designm.ag/resources/logo-design-36-emblems-badges/</feedburner:origLink></item>
      <item>
         <title>10 Essential Guidelines for Freelance Collaboration</title>
         <link>http://feedproxy.google.com/~r/designmagblogandnews/~3/k6vQawdbCpQ/</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48089&amp;c=1207163889'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48089&amp;c=1207163889' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="http://designm.ag/freelance/10-essential-guidelines-for-freelance-collaboration"&gt;&lt;img src="http://designm.ag/wp-content/uploads/2012/01/collaboration.jpg" alt="" width="590" height="394" class="frame"/&gt;&lt;/a&gt;Freelance collaboration is on the rise. Increasingly, teams of freelancers are now doing the work that in-house departments used to do. Graphic designers are now working on teams with writers and programmers.

But many freelancers are used to working alone. Collaboration definitely requires freelancers to make a few adjustments.

In this post, I'll provide ten essential guidelines to help you put the pieces together for freelance collaboration. If you enjoy this post, you may also enjoy reading &lt;a rel="nofollow" target="_blank" href="http://freelancefolder.com/15-questions-to-ask-before-collaborating/"&gt;15 Questions to Ask Before Collaborating&lt;/a&gt;.&lt;br /&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48089&amp;c=1276410878'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=48089&amp;c=1276410878' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://designm.ag/?p=48089</guid>
         <pubDate>Thu, 19 Jan 2012 15:22:47 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48089&c=1942240388'>
				<img src='http://rss.buysellads.com/img.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=48089&c=1942240388' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'>Advertise here with BSA</a></p><br /><p><a rel="nofollow" target="_blank" href="http://designm.ag/freelance/10-essential-guidelines-for-freelance-collaboration"><img src="http://designm.ag/wp-content/uploads/2012/01/collaboration.jpg" alt="" width="590" height="394" class="frame"/></a>Freelance collaboration is on the rise. Increasingly, teams of freelancers are now doing the work that in-house departments used to do. Graphic designers are now working on teams with writers and programmers.</p>
<p>But many freelancers are used to working alone. Collaboration definitely requires freelancers to make a few adjustments.</p>
<p>In this post, I&#8217;ll provide ten essential guidelines to help you put the pieces together for freelance collaboration. If you enjoy this post, you may also enjoy reading <a rel="nofollow" target="_blank" href="http://freelancefolder.com/15-questions-to-ask-before-collaborating/">15 Questions to Ask Before Collaborating</a>.</p>
<p><span id="more-48089"></span></p>
<h3>Guideline #1: Do Your Homework</h3>
<p>In the same way that you would research a potential client, learn all you can about a potential collaborator. Study their LinkedIn profile and other online profiles. Read any testimonials and recommendations they have received to see what past clients think of their work. Review their portfolio to get an idea of the type of work they produce. Remember, if you work together on the same project, your reputation will become linked with that of your collaborator.</p>
<h3>Guideline #2: Provide Details</h3>
<p>Once you have selected a freelance collaborator, provide them with as many details as you can about the job. Be specific. Remember, if the freelancer is working in a different specialty from your own, they may need entirely different information to get their job done. Give them an opportunity to ask their own questions and make sure that they get their answers. The more your colleague knows, the better able they will be to fulfill their part of the project.</p>
<h3>Guideline #3: Use a Contract</h3>
<p>Most freelancers understand that it&#8217;s important to get the terms of an agreement with a client in writing, preferably in contract form. However, when the project becomes a collaboration you now have an additional agreement to consider. First, there&#8217;s the agreement between you and your client. And second, there&#8217;s the agreement between you and your fellow freelancer. The second agreement should be handled as carefully as the first&#8211;get it in writing.</p>
<h3>Guideline #4: Take Advantage of Online Tools</h3>
<p>There are many online tools that can make managing a group project easier. Take advantage of them. Don&#8217;t try to reinvent the wheel and create your own online tools from scratch. This will only eat into your project time and cause additional frustration. <a rel="nofollow" target="_blank" href="http://freelancefolder.com/top-7-collaboration-software-tools-for-successful-freelancers/">Here</a> is a list of collaboration tools, but there are many others to choose from.</p>
<h3>Guideline #5: Designate a Lead</h3>
<p>Whenever a group is responsible for a project, someone needs to act as project lead. If you&#8217;re the project lead, your job is to make sure the project keeps moving forward and to coordinate all the various players. If you&#8217;re not the project lead, your job is to make sure that your parts of the project are on schedule and make the leader aware of any needs that you have to get your job done.</p>
<h3>Guideline #6: Exercise Respect</h3>
<p>Be sure to show plenty of respect for your freelancing collaborator. Remember, you hired them because of their skills and abilities. Treat them like the professional that they are. Don&#8217;t try to rush them unnecessarily or underpay them for their part of the work. If credit is being given for the project, make sure that their part is acknowledged. Your goal should be to make working on the project a positive experience for both of you.</p>
<h3>Guideline #7: Communicate Well and Often</h3>
<p>Adding another person to a project adds a whole new dimension. Now, not only must you communicate regularly with the client, you must also communicate regularly with your collaborator. You may even need to schedule meetings from time to time. Good communication is an important part of a successful project. Allow for some extra time in your project plan to answer additional emails and phone calls.</p>
<h3>Guideline #8: Keep Adequate Records</h3>
<p>All freelancers should keep good records. After all, when you freelance you are basically running a small business. All businesses need good records. However, when you collaborate your recordkeeping impacts not only your own business, but that of your collaborator. Make sure to keep copies of all records that pertain the project including meeting minutes, important communications, project expenses, and any payments made.</p>
<h3>Guideline #9: Pay Promptly</h3>
<p>If the client is paying you a single flat fee for the project and you are responsible for paying the team members, be prompt. Don&#8217;t make your fellow freelancers wait to get paid for their part of the job. Nothing can sour good morale like late payments. Besides, you like to get paid on time for your work and so do your colleagues.</p>
<h3>Guideline #10: Be Open to Feedback</h3>
<p>Feedback is an important part of any project. No matter how well the project went, there is always some room for improvement. Ask for feedback from both your fellow freelancers and your client. Also, make sure to pass along any relevant feedback from the client to your team members.</p>
<h3>Your Turn</h3>
<p>Have you been collaborating on projects with other freelancers? Add your own tips and suggestions in the comments.</p>
<p>Image by <a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/genista/">Genista</a></p>
<br /><p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48089&c=1457676297'>
				<img src='http://rss.buysellads.com/img.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=48089&c=1457676297' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'>Advertise here with BSA</a></p>
<p><a rel="nofollow" target="_blank" href="http://feedads.g.doubleclick.net/~a/toYba268fumYTwsdhCCovWOPmuY/0/da"><img src="http://feedads.g.doubleclick.net/~a/toYba268fumYTwsdhCCovWOPmuY/0/di" border="0" ismap></a><br/>
<a rel="nofollow" target="_blank" href="http://feedads.g.doubleclick.net/~a/toYba268fumYTwsdhCCovWOPmuY/1/da"><img src="http://feedads.g.doubleclick.net/~a/toYba268fumYTwsdhCCovWOPmuY/1/di" border="0" ismap></a></p><div class="feedflare">
<a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=k6vQawdbCpQ:p6PK3yPHJl8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/designmag?i=k6vQawdbCpQ:p6PK3yPHJl8:F7zBnMyn0Lo" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=k6vQawdbCpQ:p6PK3yPHJl8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/designmag?i=k6vQawdbCpQ:p6PK3yPHJl8:V_sGLiPBpWU" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=k6vQawdbCpQ:p6PK3yPHJl8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/designmag?i=k6vQawdbCpQ:p6PK3yPHJl8:gIN9vFwOqvQ" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/designmag/~4/k6vQawdbCpQ" height="1" width="1"/>
<p><a href="http://feedads.g.doubleclick.net/~a/HDrtj7kdSICtVDXX6vXNxhlgyyM/0/da"><img src="http://feedads.g.doubleclick.net/~a/HDrtj7kdSICtVDXX6vXNxhlgyyM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/HDrtj7kdSICtVDXX6vXNxhlgyyM/1/da"><img src="http://feedads.g.doubleclick.net/~a/HDrtj7kdSICtVDXX6vXNxhlgyyM/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/designmagblogandnews/~4/k6vQawdbCpQ" height="1" width="1"/>]]></content:encoded>
      <feedburner:origLink>http://designm.ag/freelance/10-essential-guidelines-for-freelance-collaboration/</feedburner:origLink></item>
      <item>
         <title>Showcase: 33 Examples of Brilliant Industrial Photography</title>
         <link>http://feedproxy.google.com/~r/designmagblogandnews/~3/r4ujPGOM97Y/</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47512&amp;c=2009534618'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47512&amp;c=2009534618' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The Industrial Revolution is a significant part of our history on this planet. It seems like a long time in retrospect, but only 100-150 years ago we were just kicking off the creation of American corporations and factories nationwide. Now we can see much of the remnants in heavily populated city areas.&lt;/p&gt;

&lt;p&gt;In this showcase I've put together 33 stunning examples of industrial photography. These pictures capture the essence of our industrial society as we move forward in the 21st century. These are very inspiring photographs and really make you think about our deep, rich history in these lands. As always let us know your thoughts or ideas in the comments discussion area.&lt;/p&gt;

&lt;h3&gt;&lt;a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/elamormuerde/5490533154/"&gt;Industrial Pipes&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/elamormuerde/5490533154/"&gt;&lt;img src="http://designm.ag/wp-content/uploads/2011/12/01-industrial-pipeline.jpg" class="imgborder"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47512&amp;c=789004078'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47512&amp;c=789004078' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://designm.ag/?p=47512</guid>
         <pubDate>Mon, 16 Jan 2012 16:51:15 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=47512&c=1360307548'>
				<img src='http://rss.buysellads.com/img.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=47512&c=1360307548' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'>Advertise here with BSA</a></p><br /><p>The Industrial Revolution is a significant part of our history on this planet. It seems like a long time in retrospect, but only 100-150 years ago we were just kicking off the creation of American corporations and factories nationwide. Now we can see much of the remnants in heavily populated city areas.</p>
<p>In this showcase I&#8217;ve put together 33 stunning examples of industrial photography. These pictures capture the essence of our industrial society as we move forward in the 21st century. These are very inspiring photographs and really make you think about our deep, rich history in these lands. As always let us know your thoughts or ideas in the comments discussion area.</p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/elamormuerde/5490533154/">Industrial Pipes</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/elamormuerde/5490533154/"><img src="http://designm.ag/wp-content/uploads/2011/12/01-industrial-pipeline.jpg" class="imgborder"/></a></p>
<p><span id="more-47512"></span></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/late_night_photography/2766488947/">Sunset Over Industry</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/late_night_photography/2766488947/"><img src="http://designm.ag/wp-content/uploads/2011/12/02-sunset-over-industry.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/rene_mouton/5710282751/">Hemp Factory</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/rene_mouton/5710282751/"><img src="http://designm.ag/wp-content/uploads/2011/12/03-hemp-factory-europe.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/gary_crutchley/4395395458/">Factory Units</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/gary_crutchley/4395395458/"><img src="http://designm.ag/wp-content/uploads/2011/12/04-factory-units.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/nikzane/3175884685/">Industrial Patriot</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/nikzane/3175884685/"><img src="http://designm.ag/wp-content/uploads/2011/12/05-industrial-patriot.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/laurencecawley/5097528968/">Sugar Factory</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/laurencecawley/5097528968/"><img src="http://designm.ag/wp-content/uploads/2011/12/06-sugar-factory-united-kingdom.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/divewizard/6283469293/">Abandoned Factory &#8211; Inside</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/divewizard/6283469293/"><img src="http://designm.ag/wp-content/uploads/2011/12/07-abandoned-factory-cape-ann.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/cityeyes/5419933130/">Exterior Industry</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/cityeyes/5419933130/"><img src="http://designm.ag/wp-content/uploads/2011/12/08-factory-exterior.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/divewizard/6280417042/">Abandoned Factory Mills</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/divewizard/6280417042/"><img src="http://designm.ag/wp-content/uploads/2011/12/09-abandoned-factory-mills.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/etherflyer/2228091763/">Factories at Urumqi</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/etherflyer/2228091763/"><img src="http://designm.ag/wp-content/uploads/2011/12/10-factories-urumqi-china.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/knulpgallery/4521841519/">Industrial District, Tokyo</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/knulpgallery/4521841519/"><img src="http://designm.ag/wp-content/uploads/2011/12/11-industrial-district-south-japan.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/heavenuphere/4206622403/">Cloud Factory</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/heavenuphere/4206622403/"><img src="http://designm.ag/wp-content/uploads/2011/12/12-cloud-factory.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/bikeart/2922607254/">Train Tracks</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/bikeart/2922607254/"><img src="http://designm.ag/wp-content/uploads/2011/12/13-poland-empty-industry.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/tonyjcase/6305276468/">Domino Sugar</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/tonyjcase/6305276468/"><img src="http://designm.ag/wp-content/uploads/2011/12/14-domino-sugar-factory.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/pokoroto/3024201940/">Industrial Complex</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/pokoroto/3024201940/"><img src="http://designm.ag/wp-content/uploads/2011/12/15-fukuoka-japan-industrial-complex.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/harrymarmot/3642984027/">Ostrava, industrial</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/harrymarmot/3642984027/"><img src="http://designm.ag/wp-content/uploads/2011/12/16-tunneling-ostrava.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/hell_phantom/3166233869/">Metal Factory in the City</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/hell_phantom/3166233869/"><img src="http://designm.ag/wp-content/uploads/2011/12/17-metal-factory-in-city.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/oneeighteen/4301094554/">Industrial Landscape</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/oneeighteen/4301094554/"><img src="http://designm.ag/wp-content/uploads/2011/12/18-industrial-landscape.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/wavz13/4082278259/">Jersey City Industrial Park</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/wavz13/4082278259/"><img src="http://designm.ag/wp-content/uploads/2011/12/19-jersey-city-industrial-ruins.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/akumach/2583845653/">Railroads Crossing</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/akumach/2583845653/"><img src="http://designm.ag/wp-content/uploads/2011/12/20-on-the-crossrails.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/32362657@N00/6202584443/">Sunrise on Sleepy Industry</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/32362657@N00/6202584443/"><img src="http://designm.ag/wp-content/uploads/2011/12/21-industrial-sunrise-north-dakota.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/ml_kap/1827704157/">Port of Richmond</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/ml_kap/1827704157/"><img src="http://designm.ag/wp-content/uploads/2011/12/22-richmond-port-industrial-activity.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/marksda1/5255901596/">Industrial Age</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/marksda1/5255901596/"><img src="http://designm.ag/wp-content/uploads/2011/12/23-atlanta-georgia-urban-decay.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/jawilson85/2218343826/">Deep Dark Trainyard</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/jawilson85/2218343826/"><img src="http://designm.ag/wp-content/uploads/2011/12/24-trainyard.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/36523804@N03/5405412348/">Port of Long Beach</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/36523804@N03/5405412348/"><img src="http://designm.ag/wp-content/uploads/2011/12/25-long-beach-california.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/carieellen/3056381139/">Some Industrial Stuff</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/carieellen/3056381139/"><img src="http://designm.ag/wp-content/uploads/2011/12/26-portland-oregon-decay.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/nin-a/1184081795/">Smoke Stacks @ Sunset</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/nin-a/1184081795/"><img src="http://designm.ag/wp-content/uploads/2011/12/27-industrial-smokestacks.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/scratch_n_sniff/3799333623/">Bethlehem Steel</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/scratch_n_sniff/3799333623/"><img src="http://designm.ag/wp-content/uploads/2011/12/28-bethlehem-steel.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/bonniewoodson/3040211963/">Machine Churning Sunset</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/bonniewoodson/3040211963/"><img src="http://designm.ag/wp-content/uploads/2011/12/29-sunset-over-the-water.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/allankcrain/2337987719/">Niagara Falls</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/allankcrain/2337987719/"><img src="http://designm.ag/wp-content/uploads/2011/12/30-niagara-falls.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/vermininc/3431406926/">Industrial Serpentine</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/vermininc/3431406926/"><img src="http://designm.ag/wp-content/uploads/2011/12/31-industrial-serpentine.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/toinenlinja/5573383289/">Small Town Business</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/toinenlinja/5573383289/"><img src="http://designm.ag/wp-content/uploads/2011/12/32-valtakatu-street.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/finnbiff/5254729555/">Ratina Bay</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/finnbiff/5254729555/"><img src="http://designm.ag/wp-content/uploads/2011/12/33-ratina-bay.jpg" class="imgborder"/></a></p>
<br /><p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=47512&c=517440563'>
				<img src='http://rss.buysellads.com/img.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=47512&c=517440563' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'>Advertise here with BSA</a></p>
<p><a rel="nofollow" target="_blank" href="http://feedads.g.doubleclick.net/~a/U0OtaD9TQegTsvOyHJus554u-3E/0/da"><img src="http://feedads.g.doubleclick.net/~a/U0OtaD9TQegTsvOyHJus554u-3E/0/di" border="0" ismap></a><br/>
<a rel="nofollow" target="_blank" href="http://feedads.g.doubleclick.net/~a/U0OtaD9TQegTsvOyHJus554u-3E/1/da"><img src="http://feedads.g.doubleclick.net/~a/U0OtaD9TQegTsvOyHJus554u-3E/1/di" border="0" ismap></a></p><div class="feedflare">
<a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=r4ujPGOM97Y:kQTVMfcQBJ0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/designmag?i=r4ujPGOM97Y:kQTVMfcQBJ0:F7zBnMyn0Lo" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=r4ujPGOM97Y:kQTVMfcQBJ0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/designmag?i=r4ujPGOM97Y:kQTVMfcQBJ0:V_sGLiPBpWU" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=r4ujPGOM97Y:kQTVMfcQBJ0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/designmag?i=r4ujPGOM97Y:kQTVMfcQBJ0:gIN9vFwOqvQ" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/designmag/~4/r4ujPGOM97Y" height="1" width="1"/>
<p><a href="http://feedads.g.doubleclick.net/~a/kJo2knsr3ZefWyF1q9trhQlUywU/0/da"><img src="http://feedads.g.doubleclick.net/~a/kJo2knsr3ZefWyF1q9trhQlUywU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/kJo2knsr3ZefWyF1q9trhQlUywU/1/da"><img src="http://feedads.g.doubleclick.net/~a/kJo2knsr3ZefWyF1q9trhQlUywU/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/designmagblogandnews/~4/r4ujPGOM97Y" height="1" width="1"/>]]></content:encoded>
         <category>Resources</category>
      <feedburner:origLink>http://designm.ag/resources/showcase-33-examples-of-brilliant-industrial-photography/</feedburner:origLink></item>
      <item>
         <title>30 Super Oversized Footers in Modern Web Layouts</title>
         <link>http://feedproxy.google.com/~r/designmagblogandnews/~3/LWr7eOCtsWk/</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47480&amp;c=1958305747'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47480&amp;c=1958305747' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Designing a working footer layout can be difficult. There are so many styles and attributes including columns, link lists, bylines, and custom illustrations. My personal favorite trend is the oversized layout style which leaves plenty of room for custom link menus.&lt;/p&gt;

&lt;p&gt;Thus I've collected a wonderful set of 30 super-oversized footer designs from modern websites. If you're a fan of this design trend I highly recommend checking out some of my examples below. Similarly if you know of any great footers you don't see on this list, be sure and let us know in the comments area below.&lt;/p&gt;

&lt;h3&gt;&lt;a rel="nofollow" target="_blank" href="http://www.branded07.com/"&gt;Branded07&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_blank" href="http://www.branded07.com/"&gt;&lt;img src="http://designm.ag/wp-content/uploads/2011/12/01-branded07.jpg" class="imgborder"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47480&amp;c=947490814'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47480&amp;c=947490814' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://designm.ag/?p=47480</guid>
         <pubDate>Wed, 11 Jan 2012 15:49:32 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=47480&c=499438377'>
				<img src='http://rss.buysellads.com/img.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=47480&c=499438377' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'>Advertise here with BSA</a></p><br /><p>Designing a working footer layout can be difficult. There are so many styles and attributes including columns, link lists, bylines, and custom illustrations. My personal favorite trend is the oversized layout style which leaves plenty of room for custom link menus.</p>
<p>Thus I&#8217;ve collected a wonderful set of 30 super-oversized footer designs from modern websites. If you&#8217;re a fan of this design trend I highly recommend checking out some of my examples below. Similarly if you know of any great footers you don&#8217;t see on this list, be sure and let us know in the comments area below.</p>
<h3><a rel="nofollow" target="_blank" href="http://www.branded07.com/">Branded07</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.branded07.com/"><img src="http://designm.ag/wp-content/uploads/2011/12/01-branded07.jpg" class="imgborder"/></a></p>
<p><span id="more-47480"></span></p>
<h3><a rel="nofollow" target="_blank" href="http://www.readymadedesigns.co.uk/">Ready Made Designs</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.readymadedesigns.co.uk/"><img src="http://designm.ag/wp-content/uploads/2011/12/02-ready-made-designs.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.fudgegraphics.com/">FudgeGraphics</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.fudgegraphics.com/"><img src="http://designm.ag/wp-content/uploads/2011/12/03-fudgegraphics.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.friskdesign.com/">Frisk Design</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.friskdesign.com/"><img src="http://designm.ag/wp-content/uploads/2011/12/04-frisk-design.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.designbombs.com/">Design Bombs</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.designbombs.com/"><img src="http://designm.ag/wp-content/uploads/2011/12/05-design-bombs.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://designshack.net/">DesignShack</a></h3>
<p><a rel="nofollow" target="_blank" href="http://designshack.net/"><img src="http://designm.ag/wp-content/uploads/2011/12/06-designshack.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.therissingtonpodcast.co.uk/">The Rissington Podcast</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.therissingtonpodcast.co.uk/"><img src="http://designm.ag/wp-content/uploads/2011/12/07-rissington-podcast.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://webdesignerwall.com/">Web Designer Wall</a></h3>
<p><a rel="nofollow" target="_blank" href="http://webdesignerwall.com/"><img src="http://designm.ag/wp-content/uploads/2011/12/08-web-designer-wall.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.43folders.com/">43 Folders</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.43folders.com/"><img src="http://designm.ag/wp-content/uploads/2011/12/09-43-folders.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://samrayner.com/">Sam Rayner</a></h3>
<p><a rel="nofollow" target="_blank" href="http://samrayner.com/"><img src="http://designm.ag/wp-content/uploads/2011/12/10-sam-rayner.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.productivedreams.com/">Productive Dreams</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.productivedreams.com/"><img src="http://designm.ag/wp-content/uploads/2011/12/11-productive-dreams.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.kaleidoscopeapp.com/">Kaleidoscope App</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.kaleidoscopeapp.com/"><img src="http://designm.ag/wp-content/uploads/2011/12/12-kaleidoscope.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://colorburned.com/">Colorburned</a></h3>
<p><a rel="nofollow" target="_blank" href="http://colorburned.com/"><img src="http://designm.ag/wp-content/uploads/2011/12/13-colorburned.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://vimeo.com/">Vimeo</a></h3>
<p><a rel="nofollow" target="_blank" href="http://vimeo.com/"><img src="http://designm.ag/wp-content/uploads/2011/12/14-vimeo-footer.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://sketch.odopod.com/">Sketch Odopod</a></h3>
<p><a rel="nofollow" target="_blank" href="http://sketch.odopod.com/"><img src="http://designm.ag/wp-content/uploads/2011/12/15-odosketch.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.yodiv.com/">YoDiv</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.yodiv.com/"><img src="http://designm.ag/wp-content/uploads/2011/12/16-yodiv.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://bitsamppixels.com/">Bits &amp; Pixels</a></h3>
<p><a rel="nofollow" target="_blank" href="http://bitsamppixels.com/"><img src="http://designm.ag/wp-content/uploads/2011/12/17-bits-amp-pixels.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://carsonified.com/events/">Carsonified Events</a></h3>
<p><a rel="nofollow" target="_blank" href="http://carsonified.com/events/"><img src="http://designm.ag/wp-content/uploads/2011/12/18-carsonified.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.crazynfunny.com/">Crazy n Funny</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.crazynfunny.com/"><img src="http://designm.ag/wp-content/uploads/2011/12/19-crazynfun.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.destinyislands.com/">Destiny Islands</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.destinyislands.com/"><img src="http://designm.ag/wp-content/uploads/2011/12/20-destiny-islands.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.catalyststudios.co.uk/">Catalyst Studios</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.catalyststudios.co.uk/"><img src="http://designm.ag/wp-content/uploads/2011/12/21-catalyst-studios.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.floridaflourish.com/">Florida Flourish</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.floridaflourish.com/"><img src="http://designm.ag/wp-content/uploads/2011/12/22-florida-flourish.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://bloghelpr.us/">BlogHelpr</a></h3>
<p><a rel="nofollow" target="_blank" href="http://bloghelpr.us/"><img src="http://designm.ag/wp-content/uploads/2011/12/23-bloghelpr.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.hongkiat.com/blog/">Hongkiat</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.hongkiat.com/blog/"><img src="http://designm.ag/wp-content/uploads/2011/12/24-hongkiat-blog.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://koormann.de/">Koorman</a></h3>
<p><a rel="nofollow" target="_blank" href="http://koormann.de/"><img src="http://designm.ag/wp-content/uploads/2011/12/25-koormann.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.bcandullo.com/">Brad Candullo</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.bcandullo.com/"><img src="http://designm.ag/wp-content/uploads/2011/12/26-b-candullo.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://ecoki.com/">ecoki</a></h3>
<p><a rel="nofollow" target="_blank" href="http://ecoki.com/"><img src="http://designm.ag/wp-content/uploads/2011/12/27-ecoki.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://applereviews.com/">Apple Reviews</a></h3>
<p><a rel="nofollow" target="_blank" href="http://applereviews.com/"><img src="http://designm.ag/wp-content/uploads/2011/12/28-apple-reviews.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.fubiz.net/">Fubiz</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.fubiz.net/"><img src="http://designm.ag/wp-content/uploads/2011/12/29-fubiz-footer.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://www.kiva.org/">Kiva</a></h3>
<p><a rel="nofollow" target="_blank" href="http://www.kiva.org/"><img src="http://designm.ag/wp-content/uploads/2011/12/30-kiva-footer.jpg" class="imgborder"/></a></p>
<br /><p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=47480&c=707467159'>
				<img src='http://rss.buysellads.com/img.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=47480&c=707467159' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'>Advertise here with BSA</a></p>
<p><a rel="nofollow" target="_blank" href="http://feedads.g.doubleclick.net/~a/8gPRA8bvdEYoj1IHQw9KNw4AfAY/0/da"><img src="http://feedads.g.doubleclick.net/~a/8gPRA8bvdEYoj1IHQw9KNw4AfAY/0/di" border="0" ismap></a><br/>
<a rel="nofollow" target="_blank" href="http://feedads.g.doubleclick.net/~a/8gPRA8bvdEYoj1IHQw9KNw4AfAY/1/da"><img src="http://feedads.g.doubleclick.net/~a/8gPRA8bvdEYoj1IHQw9KNw4AfAY/1/di" border="0" ismap></a></p><div class="feedflare">
<a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=LWr7eOCtsWk:olhK-umCw10:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/designmag?i=LWr7eOCtsWk:olhK-umCw10:F7zBnMyn0Lo" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=LWr7eOCtsWk:olhK-umCw10:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/designmag?i=LWr7eOCtsWk:olhK-umCw10:V_sGLiPBpWU" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=LWr7eOCtsWk:olhK-umCw10:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/designmag?i=LWr7eOCtsWk:olhK-umCw10:gIN9vFwOqvQ" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/designmag/~4/LWr7eOCtsWk" height="1" width="1"/>
<p><a href="http://feedads.g.doubleclick.net/~a/q3jjBoXa5ugb0nf70xnm0CvORBI/0/da"><img src="http://feedads.g.doubleclick.net/~a/q3jjBoXa5ugb0nf70xnm0CvORBI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/q3jjBoXa5ugb0nf70xnm0CvORBI/1/da"><img src="http://feedads.g.doubleclick.net/~a/q3jjBoXa5ugb0nf70xnm0CvORBI/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/designmagblogandnews/~4/LWr7eOCtsWk" height="1" width="1"/>]]></content:encoded>
         <category>Inspiration</category>
      <feedburner:origLink>http://designm.ag/inspiration/30-super-oversized-footers-in-modern-web-layouts/</feedburner:origLink></item>
      <item>
         <title>45 Useful Photoshop Tutorials From 2011</title>
         <link>http://feedproxy.google.com/~r/designmagblogandnews/~3/c4rHyW7E988/</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47737&amp;c=904931414'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47737&amp;c=904931414' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;In this roundup we have collected 45 outstanding Photoshop tutorials released in 2011. If you like these photoshop tutorials you might also want to check out some of our previous posts below. Enjoy!

&lt;a rel="nofollow" target="_blank" href="http://designm.ag/inspiration/35-amazing-photo-effect-photoshop-tutorials/"&gt;35 Amazing Photo Effect Photoshop Tutorials&lt;/a&gt;

&lt;a rel="nofollow" target="_blank" href="http://designm.ag/resources/30-awesome-photoshop-text-effect-tutorials/"&gt;30 Awesome Photoshop Text Effect Tutorials&lt;/a&gt;

&lt;a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/human-disintegration-effect/"&gt;Create a Powerful Human Disintegration Effect in Photoshop&lt;/a&gt;
&lt;a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/human-disintegration-effect/"&gt;&lt;img class="alignnone size-full wp-image-47738" src="http://designm.ag/wp-content/uploads/2011/12/110.jpg" alt="" width="570" height="758"/&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47737&amp;c=1853146245'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47737&amp;c=1853146245' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://designm.ag/?p=47737</guid>
         <pubDate>Fri, 06 Jan 2012 16:23:00 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=47737&c=1062494155'>
				<img src='http://rss.buysellads.com/img.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=47737&c=1062494155' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'>Advertise here with BSA</a></p><br /><p>In this roundup we have collected 45 outstanding Photoshop tutorials released in 2011. If you like these photoshop tutorials you might also want to check out some of our previous posts below. Enjoy!</p>
<p><a rel="nofollow" target="_blank" href="http://designm.ag/inspiration/35-amazing-photo-effect-photoshop-tutorials/">35 Amazing Photo Effect Photoshop Tutorials</a></p>
<p><a rel="nofollow" target="_blank" href="http://designm.ag/resources/30-awesome-photoshop-text-effect-tutorials/">30 Awesome Photoshop Text Effect Tutorials</a></p>
<p><a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/human-disintegration-effect/">Create a Powerful Human Disintegration Effect in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/human-disintegration-effect/"><img class="alignnone size-full wp-image-47738" src="http://designm.ag/wp-content/uploads/2011/12/110.jpg" alt="" width="570" height="758"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/icon-design/futuristic-bicycle-icon/">Create a Futuristic Bicycle Icon in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/icon-design/futuristic-bicycle-icon/"><img class="alignnone size-full wp-image-47739" src="http://designm.ag/wp-content/uploads/2011/12/210.jpg" alt="" width="570" height="352"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/icon-design/detailed-audio-receiver-icon/">Design a Detailed Audio Receiver Icon in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/icon-design/detailed-audio-receiver-icon/"><img class="alignnone size-full wp-image-47740" src="http://designm.ag/wp-content/uploads/2011/12/32.jpg" alt="" width="570" height="315"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/painting/medieval-landscape-photoshop/">Create a Medieval Landscape in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/painting/medieval-landscape-photoshop/"><img class="alignnone size-full wp-image-47741" src="http://designm.ag/wp-content/uploads/2011/12/41.jpg" alt="" width="570" height="755"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/drawing/character-design-boomrock-saints/">Character Design for the Boomrock Saints</a><br />
<a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/drawing/character-design-boomrock-saints/"><img class="alignnone size-full wp-image-47742" src="http://designm.ag/wp-content/uploads/2011/12/51.jpg" alt="" width="570" height="448"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/cool-typography-photoshop/">Create “Cool” Typography Using Paths in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/text-effects-tutorials/cool-typography-photoshop/"><img class="alignnone size-full wp-image-47743" src="http://designm.ag/wp-content/uploads/2011/12/61.jpg" alt="" width="570" height="478"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/cityscape-concept-art/">How to Create Cityscape Concept Art</a><br />
<a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/cityscape-concept-art/"><img class="alignnone size-full wp-image-47744" src="http://designm.ag/wp-content/uploads/2011/12/71.jpg" alt="" width="570" height="811"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/illustration/lamp/">Use Photoshop to Create a Still-Life Lamp, Nightstand, and Picture Frame</a><br />
<a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/illustration/lamp/"><img class="alignnone size-full wp-image-47745" src="http://designm.ag/wp-content/uploads/2011/12/81.jpg" alt="" width="570" height="745"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/designing-tutorials/album-cover/">Design a Conceptual Album Cover in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/designing-tutorials/album-cover/"><img class="alignnone size-full wp-image-47746" src="http://designm.ag/wp-content/uploads/2011/12/91.jpg" alt="" width="570" height="509"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/3d/3d-spray-can/">How to Make a Textured 3D Spray Can</a><br />
<a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/3d/3d-spray-can/"><img class="alignnone size-full wp-image-47747" src="http://designm.ag/wp-content/uploads/2011/12/101.jpg" alt="" width="570" height="757"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/designing-tutorials/blister-packaging/">Mockup Blister Packaging in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/designing-tutorials/blister-packaging/"><img class="alignnone size-full wp-image-47748" src="http://designm.ag/wp-content/uploads/2011/12/111.jpg" alt="" width="570" height="568"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/remove-giraffe-spots-photoshop/">Undress a Giraffe in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/remove-giraffe-spots-photoshop/"><img class="alignnone size-full wp-image-47749" src="http://designm.ag/wp-content/uploads/2011/12/122.jpg" alt="" width="570" height="758"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/how-to-create-dramatic-sci-fi-photo-manipulation-in-photoshop.html">How to Create Dramatic Sci-Fi Photo Manipulation in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/how-to-create-dramatic-sci-fi-photo-manipulation-in-photoshop.html"><img class="alignnone size-full wp-image-47750" src="http://designm.ag/wp-content/uploads/2011/12/131.jpg" alt="" width="570" height="380"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/how-to-create-an-out-of-this-world-medieval-fantasy-themed-photo-manipulation.html">How to Create an Out of This World, Medieval-Fantasy Themed Photo Manipulation</a><br />
<a rel="nofollow" target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/how-to-create-an-out-of-this-world-medieval-fantasy-themed-photo-manipulation.html"><img class="alignnone size-full wp-image-47751" src="http://designm.ag/wp-content/uploads/2011/12/142.jpg" alt="" width="570" height="321"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/snow-frog/">Create a Fictional Arctic Snow Frog in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/snow-frog/"><img class="alignnone size-full wp-image-47752" src="http://designm.ag/wp-content/uploads/2011/12/151.jpg" alt="" width="570" height="427"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/how-to-create-feet-shoes-in-photoshop.html">How to Create Feet Shoes in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/how-to-create-feet-shoes-in-photoshop.html"><img class="alignnone size-full wp-image-47753" src="http://designm.ag/wp-content/uploads/2011/12/161.jpg" alt="" width="570" height="830"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/create-an-intense-wings-of-fire-photo-manipulation.html">Create an Intense “Wings of Fire” Photo Manipulation</a><br />
<a rel="nofollow" target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/create-an-intense-wings-of-fire-photo-manipulation.html"><img class="alignnone size-full wp-image-47754" src="http://designm.ag/wp-content/uploads/2011/12/171.jpg" alt="" width="570" height="570"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/text-effects/design-a-retro-typography-poster-in-photoshop.html">Design a Retro Typography Poster in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/text-effects/design-a-retro-typography-poster-in-photoshop.html"><img class="alignnone size-full wp-image-47755" src="http://designm.ag/wp-content/uploads/2011/12/181.jpg" alt="" width="570" height="806"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/create-an-explosive-flaming-poker-card-in-photoshop.html">Create an Explosive Flaming Poker Card in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/create-an-explosive-flaming-poker-card-in-photoshop.html"><img class="alignnone size-full wp-image-47756" src="http://designm.ag/wp-content/uploads/2011/12/191.jpg" alt="" width="570" height="356"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-effects/how-to-make-your-photos-look-hipster-with-photoshop.html">How to Make Your Photos Look Hipster with Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-effects/how-to-make-your-photos-look-hipster-with-photoshop.html"><img class="alignnone size-full wp-image-47757" src="http://designm.ag/wp-content/uploads/2011/12/201.jpg" alt="" width="570" height="379"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://designinstruct.com/drawing-illustration/develop-illustration-photoshop/">How to Develop a Handmade Illustration with Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://designinstruct.com/drawing-illustration/develop-illustration-photoshop/"><img class="alignnone size-full wp-image-47758" src="http://designm.ag/wp-content/uploads/2011/12/211.jpg" alt="" width="570" height="760"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://designinstruct.com/graphic-design/design-a-vintage-baseball-card-in-photoshop/">Design a Vintage Baseball Card in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://designinstruct.com/graphic-design/design-a-vintage-baseball-card-in-photoshop/"><img class="alignnone size-full wp-image-47759" src="http://designm.ag/wp-content/uploads/2011/12/221.jpg" alt="" width="570" height="712"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://designinstruct.com/drawing-illustration/how-to-draw-a-classic-electric-guitar-in-photoshop/">How to Draw a Classic Electric Guitar in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://designinstruct.com/drawing-illustration/how-to-draw-a-classic-electric-guitar-in-photoshop/"><img class="alignnone size-full wp-image-47760" src="http://designm.ag/wp-content/uploads/2011/12/231.jpg" alt="" width="570" height="857"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://wegraphics.net/blog/tutorials/create-a-detailed-vintage-tv-from-scratch-in-photoshop/">Create a Detailed Vintage TV from Scratch in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://wegraphics.net/blog/tutorials/create-a-detailed-vintage-tv-from-scratch-in-photoshop/"><img class="alignnone size-full wp-image-47761" src="http://designm.ag/wp-content/uploads/2011/12/241.jpg" alt="" width="570" height="429"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://designinstruct.com/graphic-design/design-a-retro-postcard-with-3d-text/">Design a Retro Postcard with 3D Text</a><br />
<a rel="nofollow" target="_blank" href="http://designinstruct.com/graphic-design/design-a-retro-postcard-with-3d-text/"><img class="alignnone size-full wp-image-47762" src="http://designm.ag/wp-content/uploads/2011/12/251.jpg" alt="" width="570" height="311"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://wegraphics.net/blog/tutorials/vintage-circus-poster-with-the-photoshop-puppet-warp-tool/">How to Create a Vintage Circus Poster with the Photoshop Puppet Warp Tool</a><br />
<a rel="nofollow" target="_blank" href="http://wegraphics.net/blog/tutorials/vintage-circus-poster-with-the-photoshop-puppet-warp-tool/"><img class="alignnone size-full wp-image-47763" src="http://designm.ag/wp-content/uploads/2011/12/261.jpg" alt="" width="570" height="761"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://wegraphics.net/blog/tutorials/make-a-retro-space-themed-poster-in-photoshop/">Make a Retro Space Themed Poster in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://wegraphics.net/blog/tutorials/make-a-retro-space-themed-poster-in-photoshop/"><img class="alignnone size-full wp-image-47764" src="http://designm.ag/wp-content/uploads/2011/12/271.jpg" alt="" width="570" height="847"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://wegraphics.net/blog/tutorials/making-a-superhero-movie-teaser-poster/">Making a Superhero Movie Teaser Poster</a><br />
<a rel="nofollow" target="_blank" href="http://wegraphics.net/blog/tutorials/making-a-superhero-movie-teaser-poster/"><img class="alignnone size-full wp-image-47765" src="http://designm.ag/wp-content/uploads/2011/12/281.jpg" alt="" width="570" height="810"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://wegraphics.net/blog/tutorials/create-an-ice-cream-type-treatment-in-photoshop/">Create an Ice Cream Type Treatment in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://wegraphics.net/blog/tutorials/create-an-ice-cream-type-treatment-in-photoshop/"><img class="alignnone size-full wp-image-47766" src="http://designm.ag/wp-content/uploads/2011/12/291.jpg" alt="" width="570" height="370"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://abduzeedo.com/nike-hair-photoshop">Nike Hair in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://abduzeedo.com/nike-hair-photoshop"><img class="alignnone size-full wp-image-47767" src="http://designm.ag/wp-content/uploads/2011/12/301.jpg" alt="" width="570" height="264"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://abduzeedo.com/reader-tutorial-flaming-car-lincoln-soares">Flaming Car in Photoshop by Lincoln Soares</a><br />
<a rel="nofollow" target="_blank" href="http://abduzeedo.com/reader-tutorial-flaming-car-lincoln-soares"><img class="alignnone size-full wp-image-47768" src="http://designm.ag/wp-content/uploads/2011/12/311.jpg" alt="" width="570" height="264"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://abduzeedo.com/easy-3d-globe-photoshop">Easy 3D Globe in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://abduzeedo.com/easy-3d-globe-photoshop"><img class="alignnone size-full wp-image-47769" src="http://designm.ag/wp-content/uploads/2011/12/321.jpg" alt="" width="570" height="264"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://abduzeedo.com/captain-america-shield-photoshop">Captain America Shield in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://abduzeedo.com/captain-america-shield-photoshop"><img class="alignnone size-full wp-image-47770" src="http://designm.ag/wp-content/uploads/2011/12/33.jpg" alt="" width="570" height="580"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://abduzeedo.com/awesome-amp-controls-photoshop">Awesome Amp Controls in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://abduzeedo.com/awesome-amp-controls-photoshop"><img class="alignnone size-full wp-image-47771" src="http://designm.ag/wp-content/uploads/2011/12/34.jpg" alt="" width="570" height="388"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://abduzeedo.com/dark-knight-rises-poster-photoshop">Dark Knight Rises Poster in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://abduzeedo.com/dark-knight-rises-poster-photoshop"><img class="alignnone size-full wp-image-47772" src="http://designm.ag/wp-content/uploads/2011/12/35.jpg" alt="" width="570" height="783"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://webexpedition18.com/work/design-a-vintage-style-swissair-travel-poster-in-photoshop/">Design a Vintage Style Swissair Travel Poster In Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://webexpedition18.com/work/design-a-vintage-style-swissair-travel-poster-in-photoshop/"><img class="alignnone size-full wp-image-47773" src="http://designm.ag/wp-content/uploads/2011/12/361.jpg" alt="" width="570" height="808"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/piece-of-the-artic-pie-chart-photo-manipulation.html">“Piece of the Artic” Pie Chart Photo Manipulation</a><br />
<a rel="nofollow" target="_blank" href="http://photoshoptutorials.ws/photoshop-tutorials/photo-manipulation/piece-of-the-artic-pie-chart-photo-manipulation.html"><img class="alignnone size-full wp-image-47774" src="http://designm.ag/wp-content/uploads/2011/12/37.jpg" alt="" width="570" height="379"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.digitalartsonline.co.uk/tutorials/?featureID=3321241">ERODED FASHION PORTRAITS</a><br />
<a rel="nofollow" target="_blank" href="http://www.digitalartsonline.co.uk/tutorials/?featureID=3321241"><img class="alignnone size-full wp-image-47775" src="http://designm.ag/wp-content/uploads/2011/12/38.jpg" alt="" width="570" height="864"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.digitalartsonline.co.uk/tutorials/?featureID=3293688">CREATE SUPER PSYCHEDELIC ARTWORK</a><br />
<a rel="nofollow" target="_blank" href="http://www.digitalartsonline.co.uk/tutorials/?featureID=3293688"><img class="alignnone size-full wp-image-47776" src="http://designm.ag/wp-content/uploads/2011/12/391.jpg" alt="" width="570" height="798"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.digitalartsonline.co.uk/tutorials/?featureID=3321260">PAINT A MULTILAYERED SURREAL PORTRAIT</a><br />
<a rel="nofollow" target="_blank" href="http://www.digitalartsonline.co.uk/tutorials/?featureID=3321260"><img class="alignnone size-full wp-image-47777" src="http://designm.ag/wp-content/uploads/2011/12/401.jpg" alt="" width="570" height="817"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.digitalartsonline.co.uk/tutorials/?featureID=3305776">GIVE A PORTRAIT A COSMIC MAKEOVER</a><br />
<a rel="nofollow" target="_blank" href="http://www.digitalartsonline.co.uk/tutorials/?featureID=3305776"><img class="alignnone size-full wp-image-47778" src="http://designm.ag/wp-content/uploads/2011/12/411.jpg" alt="" width="570" height="806"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/blueprint-photosop/">Create a Realistic Blueprint Image From a 3D Object</a><br />
<a rel="nofollow" target="_blank" href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/blueprint-photosop/"><img class="alignnone size-full wp-image-47779" src="http://designm.ag/wp-content/uploads/2011/12/42.jpg" alt="" width="570" height="427"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.digitalartsonline.co.uk/tutorials/?featureID=3283305">TYPE THAT’S FIT TO EAT</a><br />
<a rel="nofollow" target="_blank" href="http://www.digitalartsonline.co.uk/tutorials/?featureID=3283305"><img class="alignnone size-full wp-image-47780" src="http://designm.ag/wp-content/uploads/2011/12/43.jpg" alt="" width="570" height="811"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://design.creativefan.com/vintage-typography-tutorial/">Vintage Typography Tutorial using Ornamental Styles</a><br />
<a rel="nofollow" target="_blank" href="http://design.creativefan.com/vintage-typography-tutorial/"><img class="alignnone size-full wp-image-47781" src="http://designm.ag/wp-content/uploads/2011/12/44.jpg" alt="" width="570" height="700"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://design.creativefan.com/manipulate-a-dancer-illustration-in-photoshop/">Manipulate a Dancer Illustration in Photoshop</a><br />
<a rel="nofollow" target="_blank" href="http://design.creativefan.com/manipulate-a-dancer-illustration-in-photoshop/"><img class="alignnone size-full wp-image-47782" src="http://designm.ag/wp-content/uploads/2011/12/45.jpg" alt="" width="570" height="380"/></a></p>
<br /><p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=47737&c=1991230439'>
				<img src='http://rss.buysellads.com/img.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=47737&c=1991230439' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'>Advertise here with BSA</a></p>
<p><a rel="nofollow" target="_blank" href="http://feedads.g.doubleclick.net/~a/EZBahR2bxZY0csyX52Og8ep6enQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/EZBahR2bxZY0csyX52Og8ep6enQ/0/di" border="0" ismap></a><br/>
<a rel="nofollow" target="_blank" href="http://feedads.g.doubleclick.net/~a/EZBahR2bxZY0csyX52Og8ep6enQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/EZBahR2bxZY0csyX52Og8ep6enQ/1/di" border="0" ismap></a></p><div class="feedflare">
<a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=c4rHyW7E988:v6XHbvtrV0A:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/designmag?i=c4rHyW7E988:v6XHbvtrV0A:F7zBnMyn0Lo" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=c4rHyW7E988:v6XHbvtrV0A:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/designmag?i=c4rHyW7E988:v6XHbvtrV0A:V_sGLiPBpWU" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=c4rHyW7E988:v6XHbvtrV0A:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/designmag?i=c4rHyW7E988:v6XHbvtrV0A:gIN9vFwOqvQ" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/designmag/~4/c4rHyW7E988" height="1" width="1"/>
<p><a href="http://feedads.g.doubleclick.net/~a/YT-4JYLAROeDvaNW5QjpkVfCLqM/0/da"><img src="http://feedads.g.doubleclick.net/~a/YT-4JYLAROeDvaNW5QjpkVfCLqM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/YT-4JYLAROeDvaNW5QjpkVfCLqM/1/da"><img src="http://feedads.g.doubleclick.net/~a/YT-4JYLAROeDvaNW5QjpkVfCLqM/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/designmagblogandnews/~4/c4rHyW7E988" height="1" width="1"/>]]></content:encoded>
         <category>Tutorials</category>
      <feedburner:origLink>http://designm.ag/tutorials/45-useful-photoshop-tutorials-from-2011/</feedburner:origLink></item>
      <item>
         <title>26 Free High-Quality PSDs to Download from 2011</title>
         <link>http://feedproxy.google.com/~r/designmagblogandnews/~3/Ui_ed5f-o1c/</link>
         <description>&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47580&amp;c=2058629636'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264759&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47580&amp;c=2058629636' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Every web designer should love freebies. There are so many artists offering their work for free download on the web, and with hundreds of thousands of blogs these links are reaching a new audience like never before. The year 2011 has seen substantial numbers of free releases and 2012 is on-par for an even better year! So in celebration I've collected 26 of my favorite downloads from this past year which you can check out below.&lt;/p&gt;

&lt;h3&gt;&lt;a rel="nofollow" target="_blank" href="http://365psd.com/day/2-251/"&gt;Lion OSX UI Kit&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_blank" href="http://365psd.com/day/2-251/"&gt;&lt;img src="http://designm.ag/wp-content/uploads/2011/12/01-osx-lion-interface.jpg" class="imgborder"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47580&amp;c=98400620'&gt;
				&lt;img src='http://rss.buysellads.com/img.php?z=1264760&amp;k=7b00119eaeee15661bc8c2a76269358e&amp;a=47580&amp;c=98400620' border='0' alt=''/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'&gt;Advertise here with BSA&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://designm.ag/?p=47580</guid>
         <pubDate>Tue, 03 Jan 2012 17:13:22 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=47580&c=1950864246'>
				<img src='http://rss.buysellads.com/img.php?z=1264759&k=7b00119eaeee15661bc8c2a76269358e&a=47580&c=1950864246' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264759'>Advertise here with BSA</a></p><br /><p>Every web designer should love freebies. There are so many artists offering their work for free download on the web, and with hundreds of thousands of blogs these links are reaching a new audience like never before. The year 2011 has seen substantial numbers of free releases and 2012 is on-par for an even better year! So in celebration I&#8217;ve collected 26 of my favorite downloads from this past year which you can check out below.</p>
<h3><a rel="nofollow" target="_blank" href="http://365psd.com/day/2-251/">Lion OSX UI Kit</a></h3>
<p><a rel="nofollow" target="_blank" href="http://365psd.com/day/2-251/"><img src="http://designm.ag/wp-content/uploads/2011/12/01-osx-lion-interface.jpg" class="imgborder"/></a></p>
<p><span id="more-47580"></span></p>
<h3><a rel="nofollow" target="_blank" href="http://365psd.com/day/2-250/">Simple Buttons</a></h3>
<p><a rel="nofollow" target="_blank" href="http://365psd.com/day/2-250/"><img src="http://designm.ag/wp-content/uploads/2011/12/02-simple-buttons-psd.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://365psd.com/day/2-248/">Clean UI Elements</a></h3>
<p><a rel="nofollow" target="_blank" href="http://365psd.com/day/2-248/"><img src="http://designm.ag/wp-content/uploads/2011/12/03-clean-ui-elements.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://365psd.com/day/2-245/">Image Frames</a></h3>
<p><a rel="nofollow" target="_blank" href="http://365psd.com/day/2-245/"><img src="http://designm.ag/wp-content/uploads/2011/12/04-image-frames.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://365psd.com/day/2-211/">Three Box Shadows</a></h3>
<p><a rel="nofollow" target="_blank" href="http://365psd.com/day/2-211/"><img src="http://designm.ag/wp-content/uploads/2011/12/05-box-shadows.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://freepsdfiles.net/web-elements/portfolio-psd-website-template/">Portfolio Website Template</a></h3>
<p><a rel="nofollow" target="_blank" href="http://freepsdfiles.net/web-elements/portfolio-psd-website-template/"><img src="http://designm.ag/wp-content/uploads/2011/12/06-portfolio-website-template.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://freepsdfiles.net/graphics/glossy-shield-psd-icons/">Glossy Shield PSD</a></h3>
<p><a rel="nofollow" target="_blank" href="http://freepsdfiles.net/graphics/glossy-shield-psd-icons/"><img src="http://designm.ag/wp-content/uploads/2011/12/07-glossy-shield-psd.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://freepsdfiles.net/backgrounds/abstract-bokeh-backgrounds/">Abstract Bokeh Backgrounds</a></h3>
<p><a rel="nofollow" target="_blank" href="http://freepsdfiles.net/backgrounds/abstract-bokeh-backgrounds/"><img src="http://designm.ag/wp-content/uploads/2011/12/08-bokeh-backgrounds.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://designinstruct.com/free-resources/textures/grunge-stone/">Grunge Stone</a></h3>
<p><a rel="nofollow" target="_blank" href="http://designinstruct.com/free-resources/textures/grunge-stone/"><img src="http://designm.ag/wp-content/uploads/2011/12/09-grunge-stone-texture.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://designinstruct.com/free-resources/textures/vintage-checkered/">Vintage Checkered</a></h3>
<p><a rel="nofollow" target="_blank" href="http://designinstruct.com/free-resources/textures/vintage-checkered/"><img src="http://designm.ag/wp-content/uploads/2011/12/10-vintage-checkered.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://designinstruct.com/free-resources/website-templates/modern-lab-layout-website-template/">Design Lab Web Template</a></h3>
<p><a rel="nofollow" target="_blank" href="http://designinstruct.com/free-resources/website-templates/modern-lab-layout-website-template/"><img src="http://designm.ag/wp-content/uploads/2011/12/11-lab-layout-psd.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://designinstruct.com/free-resources/psds/slick-elegant-vcard-psd-template-pack/">Slick Elegant vCard</a></h3>
<p><a rel="nofollow" target="_blank" href="http://designinstruct.com/free-resources/psds/slick-elegant-vcard-psd-template-pack/"><img src="http://designm.ag/wp-content/uploads/2011/12/12-vcard-template.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://downloadpsd.com/graphics/free-under-construction-psd/">Under Construction PSD</a></h3>
<p><a rel="nofollow" target="_blank" href="http://downloadpsd.com/graphics/free-under-construction-psd/"><img src="http://designm.ag/wp-content/uploads/2011/12/13-under-construction.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://downloadpsd.com/templates/wordpress-personal-website-psd/">WordPress Personal Template</a></h3>
<p><a rel="nofollow" target="_blank" href="http://downloadpsd.com/templates/wordpress-personal-website-psd/"><img src="http://designm.ag/wp-content/uploads/2011/12/14-wordpress-personal-psd.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://downloadpsd.com/templates/cafe-and-restaurant-template-psd/">Cafe and Restaurant Template PSD</a></h3>
<p><a rel="nofollow" target="_blank" href="http://downloadpsd.com/templates/cafe-and-restaurant-template-psd/"><img src="http://designm.ag/wp-content/uploads/2011/12/15-cafe-and-restaurant.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://downloadpsd.com/gui/elegant-blue-ui-free-psd/">Blue UI Free PSD</a></h3>
<p><a rel="nofollow" target="_blank" href="http://downloadpsd.com/gui/elegant-blue-ui-free-psd/"><img src="http://designm.ag/wp-content/uploads/2011/12/16-elegant-blue-interface.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://downloadpsd.com/icons/peeling-sticker-icon-template-psd/">Peeling Sticker Icon</a></h3>
<p><a rel="nofollow" target="_blank" href="http://downloadpsd.com/icons/peeling-sticker-icon-template-psd/"><img src="http://designm.ag/wp-content/uploads/2011/12/17-peeling-sticker.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://downloadpsd.com/icons/social-media-icons-psd/">Social Media Icons</a></h3>
<p><a rel="nofollow" target="_blank" href="http://downloadpsd.com/icons/social-media-icons-psd/"><img src="http://designm.ag/wp-content/uploads/2011/12/18-free-social-media-icons.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://downloadpsd.com/gui/simple-pricing-boxes-free-psd/">Simple Pricing Boxes</a></h3>
<p><a rel="nofollow" target="_blank" href="http://downloadpsd.com/gui/simple-pricing-boxes-free-psd/"><img src="http://designm.ag/wp-content/uploads/2011/12/19-pricing-boxes.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://downloadpsd.com/graphics/stylish-web-ribbons-free-psd/">Stylish Web Ribbons</a></h3>
<p><a rel="nofollow" target="_blank" href="http://downloadpsd.com/graphics/stylish-web-ribbons-free-psd/"><img src="http://designm.ag/wp-content/uploads/2011/12/20-different-web-ribbons.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://downloadpsd.com/3d/3d-box-icon-psd/">3D Box Icon</a></h3>
<p><a rel="nofollow" target="_blank" href="http://downloadpsd.com/3d/3d-box-icon-psd/"><img src="http://designm.ag/wp-content/uploads/2011/12/21-3d-box-icon-psd.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://downloadpsd.com/gui/clean-ui-element-pack-psd/">Clean UI Element Pack</a></h3>
<p><a rel="nofollow" target="_blank" href="http://downloadpsd.com/gui/clean-ui-element-pack-psd/"><img src="http://designm.ag/wp-content/uploads/2011/12/22-clean-ui-element-pack.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://psdho.me/themes/app-under-construction-template-psd-file.html">App Under Construction</a></h3>
<p><a rel="nofollow" target="_blank" href="http://psdho.me/themes/app-under-construction-template-psd-file.html"><img src="http://designm.ag/wp-content/uploads/2011/12/23-under-construction-homepage.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://psdho.me/themes/ecommerce-facebook-page-template-psd-file.html">E-Commerce Facebook Page Template</a></h3>
<p><a rel="nofollow" target="_blank" href="http://psdho.me/themes/ecommerce-facebook-page-template-psd-file.html"><img src="http://designm.ag/wp-content/uploads/2011/12/24-ecommerce-facebook-page.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://psdho.me/themes/paper-vcard-template-psd-file.html">Paper VCard Template</a></h3>
<p><a rel="nofollow" target="_blank" href="http://psdho.me/themes/paper-vcard-template-psd-file.html"><img src="http://designm.ag/wp-content/uploads/2011/12/25-paper-vcard-template.jpg" class="imgborder"/></a></p>
<h3><a rel="nofollow" target="_blank" href="http://psdho.me/graphics/custom-video-player-psd-file.html">Custom Video Player</a></h3>
<p><a rel="nofollow" target="_blank" href="http://psdho.me/graphics/custom-video-player-psd-file.html"><img src="http://designm.ag/wp-content/uploads/2011/12/26-custom-video-player.jpg" class="imgborder"/></a></p>
<br /><p><a rel="nofollow" target="_blank" href='http://rss.buysellads.com/click.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=47580&c=1097717014'>
				<img src='http://rss.buysellads.com/img.php?z=1264760&k=7b00119eaeee15661bc8c2a76269358e&a=47580&c=1097717014' border='0' alt=''/></a></p><p><a rel="nofollow" target="_blank" href='http://buysellads.com/buy/sitedetails/pubkey/7b00119eaeee15661bc8c2a76269358e/zone/1264760'>Advertise here with BSA</a></p>
<p><a rel="nofollow" target="_blank" href="http://feedads.g.doubleclick.net/~a/8ETTarqH0NjLUG1KxgHTFPubNSA/0/da"><img src="http://feedads.g.doubleclick.net/~a/8ETTarqH0NjLUG1KxgHTFPubNSA/0/di" border="0" ismap></a><br/>
<a rel="nofollow" target="_blank" href="http://feedads.g.doubleclick.net/~a/8ETTarqH0NjLUG1KxgHTFPubNSA/1/da"><img src="http://feedads.g.doubleclick.net/~a/8ETTarqH0NjLUG1KxgHTFPubNSA/1/di" border="0" ismap></a></p><div class="feedflare">
<a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=Ui_ed5f-o1c:49TH9P33-_Q:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/designmag?i=Ui_ed5f-o1c:49TH9P33-_Q:F7zBnMyn0Lo" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=Ui_ed5f-o1c:49TH9P33-_Q:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/designmag?i=Ui_ed5f-o1c:49TH9P33-_Q:V_sGLiPBpWU" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/designmag?a=Ui_ed5f-o1c:49TH9P33-_Q:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/designmag?i=Ui_ed5f-o1c:49TH9P33-_Q:gIN9vFwOqvQ" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/designmag/~4/Ui_ed5f-o1c" height="1" width="1"/>
<p><a href="http://feedads.g.doubleclick.net/~a/5cHkvmSyPgkK3e9YP4flESCdDC0/0/da"><img src="http://feedads.g.doubleclick.net/~a/5cHkvmSyPgkK3e9YP4flESCdDC0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/5cHkvmSyPgkK3e9YP4flESCdDC0/1/da"><img src="http://feedads.g.doubleclick.net/~a/5cHkvmSyPgkK3e9YP4flESCdDC0/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/designmagblogandnews/~4/Ui_ed5f-o1c" height="1" width="1"/>]]></content:encoded>
         <category>Freebies</category>
      <feedburner:origLink>http://designm.ag/freebies/26-free-high-quality-psds-to-download-from-2011/</feedburner:origLink></item>
   </channel>
</rss><!-- fe4.yql.bf1.yahoo.com compressed/chunked Sat Feb 11 05:03:49 UTC 2012 -->

