<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DesignUnder &#187; Programming</title>
	<atom:link href="http://www.designunder.com/category/development/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designunder.com</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jul 2010 05:36:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The difference between ‘return false;’ and ‘e.preventDefault();’</title>
		<link>http://www.designunder.com/development/html/the-difference-between-%e2%80%98return-false%e2%80%99-and%c2%a0%e2%80%98e-preventdefault%e2%80%99/</link>
		<comments>http://www.designunder.com/development/html/the-difference-between-%e2%80%98return-false%e2%80%99-and%c2%a0%e2%80%98e-preventdefault%e2%80%99/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 04:07:32 +0000</pubDate>
		<dc:creator>DesignUnder</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[default-action]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[element-as-well]]></category>
		<category><![CDATA[parent-element]]></category>
		<category><![CDATA[return-false]]></category>
		<category><![CDATA[simple-example]]></category>
		<category><![CDATA[the-difference]]></category>
		<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://www.designunder.com/?p=32176</guid>
		<description><![CDATA[ Have you ever seen those two things (in the title) being used in jQuery? Here is a simple example: $("a").click(function() { $("body").append($(this).attr("href")); return false; } That code would append the href attribute as text to the body every time a link was clicked but not actually go to that link. ]]></description>
			<content:encoded><![CDATA[<p><a style="float:left;margin-right: 10px" class="highslide" onclick="return vz.expand(this)" href="http://www.designunder.com/wp-content/uploads/2010/07/55b1bd22b5ondemo.png.png"><img title="The difference between ‘return false;’ and ‘e.preventDefault();’" src="http://www.designunder.com/wp-content/uploads/2010/07/55b1bd22b5ondemo.png.png" alt="The difference between ‘return false;’ and ‘e.preventDefault();’" width="100" height="100" /></a></p>
<p style="margin-left: 20px"> Have you ever seen those two things (in the title) being used in jQuery? Here is a simple example: $(&#8220;a&#8221;).click(function() { $(&#8220;body&#8221;).append($(this).attr(&#8220;href&#8221;)); return false; } That code would append the href attribute as text to the body every time a link was clicked but not actually go to that link. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.designunder.com/development/html/the-difference-between-%e2%80%98return-false%e2%80%99-and%c2%a0%e2%80%98e-preventdefault%e2%80%99/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>33 Astonishing Spider-Man Artworks</title>
		<link>http://www.designunder.com/development/programming/33-astonishing-spider-man-artworks/</link>
		<comments>http://www.designunder.com/development/programming/33-astonishing-spider-man-artworks/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 12:06:17 +0000</pubDate>
		<dc:creator>DesignUnder</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[almost-fifty]]></category>
		<category><![CDATA[among-the-most]]></category>
		<category><![CDATA[cool-artwork]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[minds]]></category>
		<category><![CDATA[peter-parker]]></category>
		<category><![CDATA[possibly-even]]></category>
		<category><![CDATA[spiderman]]></category>
		<category><![CDATA[the-most]]></category>

		<guid isPermaLink="false">http://www.designunder.com/?p=29277</guid>
		<description><![CDATA[ Among the most popular superheroes that have ever been launched, Spider-Man (Peter Parker) may be considered as one of the most successful fictional characters of all time, possibly even second only to Superman . It has been almost fifty years since his first appearance, but Marvel&#8217;s number one superhero is still going strong, especially in the minds and hearts of today&#8217;s designers]]></description>
			<content:encoded><![CDATA[<p><a style="float:left;margin-right: 10px" class="highslide" onclick="return vz.expand(this)" href="http://www.designunder.com/wp-content/themes/moi-magazine/images/no-thumbnail.png"><img title="33 Astonishing Spider-Man Artworks" src="http://www.designunder.com/wp-content/themes/moi-magazine/images/no-thumbnail.png" alt=”33 Astonishing Spider-Man Artworks" width="100" height="100" /></a></p>
<p style="margin-left: 20px"> Among the most popular superheroes that have ever been launched, Spider-Man (Peter Parker) may be considered as one of the most successful fictional characters of all time, possibly even second only to Superman . It has been almost fifty years since his first appearance, but Marvel&#8217;s number one superhero is still going strong, especially in the minds and hearts of today&#8217;s designers</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designunder.com/development/programming/33-astonishing-spider-man-artworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30+ Substantial Firefox Addons for Web Developer</title>
		<link>http://www.designunder.com/development/30-substantial-firefox-addons-for-web-developer/</link>
		<comments>http://www.designunder.com/development/30-substantial-firefox-addons-for-web-developer/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 05:35:16 +0000</pubDate>
		<dc:creator>DesignUnder</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[lookup]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://www.designunder.com/uncategorized/30-substantial-firefox-addons-for-web-developer/</guid>
		<description><![CDATA[ Here is a very useful list of Firefox Addons for Web developer. ]]></description>
			<content:encoded><![CDATA[<p><a style="float:left;margin-right: 10px" class="highslide" onclick="return vz.expand(this)" href="http://www.designunder.com/wp-content/uploads/2010/06/32eb74583aJSView.jpg.jpg"><img title="30+ Substantial Firefox Addons for Web Developer" src="http://www.designunder.com/wp-content/uploads/2010/06/32eb74583aJSView.jpg.jpg" alt="30+ Substantial Firefox Addons for Web Developer" width="100" height="100" /></a></p>
<p style="margin-left: 20px"> Here is a very useful list of Firefox Addons for Web developer. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.designunder.com/development/30-substantial-firefox-addons-for-web-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to MySQL Triggers</title>
		<link>http://www.designunder.com/development/programming/introduction-to-mysql-triggers/</link>
		<comments>http://www.designunder.com/development/programming/introduction-to-mysql-triggers/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 13:49:44 +0000</pubDate>
		<dc:creator>DesignUnder</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[cost]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[definition]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[knowledge]]></category>
		<category><![CDATA[mind]]></category>
		<category><![CDATA[price]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[triggers]]></category>

		<guid isPermaLink="false">http://www.designunder.com/?p=25025</guid>
		<description><![CDATA[ Chances are, you know what a database trigger is, at least in conceptual terms. Chances are even greater that you know that MySQL supports triggers and has supported them for quite some time]]></description>
			<content:encoded><![CDATA[<p><a style="float:left;margin-right: 10px" class="highslide" onclick="return vz.expand(this)" href="http://www.designunder.com/wp-content/uploads/2010/06/445ab341b0rigger.png.png"><img title="Introduction to MySQL Triggers" src="http://www.designunder.com/wp-content/uploads/2010/06/445ab341b0rigger.png.png" alt="Introduction to MySQL Triggers" width="100" height="100" /></a></p>
<p style="margin-left: 20px"> Chances are, you know what a database trigger is, at least in conceptual terms. Chances are even greater that you know that MySQL supports triggers and has supported them for quite some time</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designunder.com/development/programming/introduction-to-mysql-triggers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compilation of Fresh Adobe Illustrator Tutorials</title>
		<link>http://www.designunder.com/development/flash/compilation-of-fresh-adobe-illustrator-tutorials/</link>
		<comments>http://www.designunder.com/development/flash/compilation-of-fresh-adobe-illustrator-tutorials/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 05:45:38 +0000</pubDate>
		<dc:creator>DesignUnder</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Vectors]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[chocolate]]></category>
		<category><![CDATA[colorful-hippie]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[flowers]]></category>
		<category><![CDATA[fresh-adobe]]></category>
		<category><![CDATA[inspired-golden]]></category>
		<category><![CDATA[painting]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.designunder.com/?p=25888</guid>
		<description><![CDATA[ Illustrator is a full-featured drawing program that provides sophisticated tracing and text manipulation capabilities as well as color separations. Presently, designers are into learning the various techniques and effects that can be generated with the software. We have collected a Compilation of Fresh Adobe Illustrator Tutorials that you can learn from and read through to enrich your knowledge. ]]></description>
			<content:encoded><![CDATA[<p><a style="float:left;margin-right: 10px" class="highslide" onclick="return vz.expand(this)" href="http://www.designunder.com/wp-content/themes/moi-magazine/images/no-thumbnail.png"><img title="Compilation of Fresh Adobe Illustrator Tutorials" src="http://www.designunder.com/wp-content/themes/moi-magazine/images/no-thumbnail.png" alt=”Compilation of Fresh Adobe Illustrator Tutorials" width="100" height="100" /></a></p>
<p style="margin-left: 20px"> Illustrator is a full-featured drawing program that provides sophisticated tracing and text manipulation capabilities as well as color separations. Presently, designers are into learning the various techniques and effects that can be generated with the software. We have collected a Compilation of Fresh Adobe Illustrator Tutorials that you can learn from and read through to enrich your knowledge. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.designunder.com/development/flash/compilation-of-fresh-adobe-illustrator-tutorials/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Resurrecting User Interface Prototypes (Without Creating Zombies)</title>
		<link>http://www.designunder.com/development/programming/resurrecting-user-interface-prototypes-without-creating-zombies/</link>
		<comments>http://www.designunder.com/development/programming/resurrecting-user-interface-prototypes-without-creating-zombies/#comments</comments>
		<pubDate>Wed, 19 May 2010 22:06:38 +0000</pubDate>
		<dc:creator>DesignUnder</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[christian]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[prototyping]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://www.designunder.com/?p=19236</guid>
		<description><![CDATA[ Every user interface designer is familiar with this procedure to some extent: creating a prototype and evaluating it with potential users to understand how the user interface should look and behave. Users will tell you what nags them and should therefore be improved before you code. So, at the beginning of any UI design process, you can expect your prototype to have to be modified in order to work.

Because you (and your client) want the changes to be as cost-efficient as possible, you are better off adopting change-friendly prototyping methods and tools. This is especially true in the early stages of the project, when your ideas for potential solutions are rather vague. In this early phase, most often you don’t even know the exact problem for which you are hunting for a solution. You are still analyzing more than designing.]]></description>
			<content:encoded><![CDATA[<p><a style="float:left;margin-right: 10px" class="highslide" onclick="return vz.expand(this)" href="http://www.designunder.com/wp-content/themes/moi-magazine/images/no-thumbnail.png"><img title="Resurrecting User Interface Prototypes (Without Creating Zombies)" src="http://www.designunder.com/wp-content/themes/moi-magazine/images/no-thumbnail.png" alt="Resurrecting User Interface Prototypes (Without Creating Zombies)" width="100" height="100" /></a></p>
<p style="margin-left: 20px"> Every user interface designer is familiar with this procedure to some extent: creating a prototype and evaluating it with potential users to understand how the user interface should look and behave. Users will tell you what nags them and should therefore be improved before you code. So, at the beginning of any UI design process, you can expect your prototype to have to be modified in order to work.</p>
<p>Because you (and your client) want the changes to be as cost-efficient as possible, you are better off adopting change-friendly prototyping methods and tools. This is especially true in the early stages of the project, when your ideas for potential solutions are rather vague. In this early phase, most often you don’t even know the exact problem for which you are hunting for a solution. You are still analyzing more than designing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designunder.com/development/programming/resurrecting-user-interface-prototypes-without-creating-zombies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30+ Examples of Login Form Designs</title>
		<link>http://www.designunder.com/development/php/30-examples-of-login-form-designs/</link>
		<comments>http://www.designunder.com/development/php/30-examples-of-login-form-designs/#comments</comments>
		<pubDate>Wed, 19 May 2010 06:06:08 +0000</pubDate>
		<dc:creator>DesignUnder</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Showcases]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[original-juan]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[ready-photosite]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[virtual]]></category>

		<guid isPermaLink="false">http://www.designunder.com/?p=19481</guid>
		<description><![CDATA[ Innumerable websites these days have registration and login systems that allow fans and members to further navigate their networks securely. Since designers as well as programmers recognize the critical importance of login forms in web usability and interface design, similarly innumerable innovations have been made to make this crucial web element as prominent, helpful, and aesthetically pleasing as possible. This next post on 30+ Examples of Login Form Designs showcases several effective and creative log in forms for sites, blogs, and other network systems]]></description>
			<content:encoded><![CDATA[<p><a style="float:left;margin-right: 10px" class="highslide" onclick="return vz.expand(this)" href="http://www.designunder.com/wp-content/themes/moi-magazine/images/no-thumbnail.png"><img title="30+ Examples of Login Form Designs" src="http://www.designunder.com/wp-content/themes/moi-magazine/images/no-thumbnail.png" alt="30+ Examples of Login Form Designs" width="100" height="100" /></a></p>
<p style="margin-left: 20px"> Innumerable websites these days have registration and login systems that allow fans and members to further navigate their networks securely. Since designers as well as programmers recognize the critical importance of login forms in web usability and interface design, similarly innumerable innovations have been made to make this crucial web element as prominent, helpful, and aesthetically pleasing as possible. This next post on 30+ Examples of Login Form Designs showcases several effective and creative log in forms for sites, blogs, and other network systems</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designunder.com/development/php/30-examples-of-login-form-designs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Organic Tabs</title>
		<link>http://www.designunder.com/development/programming/organic%c2%a0tabs/</link>
		<comments>http://www.designunder.com/development/programming/organic%c2%a0tabs/#comments</comments>
		<pubDate>Wed, 12 May 2010 07:57:23 +0000</pubDate>
		<dc:creator>DesignUnder</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[call-the-plugin]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[current]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[organic]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tabs]]></category>

		<guid isPermaLink="false">http://www.designunder.com/?p=18082</guid>
		<description><![CDATA[Have you ever seen a tabbed content area in a sidebar that was a little “jerky”? The jerkiness can be caused by a bunch of things, like the content in the tabbed areas are of different heights, or maybe the way the switch happens the current one is hidden for a brief second before the new one shows up and the content below it jumps up and back down quickly. For lack of a better term, I’m calling tabs that behave more smoothly organic tabs .]]></description>
			<content:encoded><![CDATA[<p><a style="float:left;margin-right: 10px" class="highslide" onclick="return vz.expand(this)" href="http://www.designunder.com/wp-content/uploads/2010/05/139a739040ictabs.jpg.jpg"><img title="Organic Tabs" src="http://www.designunder.com/wp-content/uploads/2010/05/139a739040ictabs.jpg.jpg" alt="Organic Tabs" width="100" height="100" /></a></p>
<p style="margin-left: 20px"> Have you ever seen a tabbed content area in a sidebar that was a little “jerky”? The jerkiness can be caused by a bunch of things, like the content in the tabbed areas are of different heights, or maybe the way the switch happens the current one is hidden for a brief second before the new one shows up and the content below it jumps up and back down quickly. For lack of a better term, I’m calling tabs that behave more smoothly organic tabs .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designunder.com/development/programming/organic%c2%a0tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Different Stylesheets for Differently Sized Browser Windows</title>
		<link>http://www.designunder.com/development/programming/different-stylesheets-for-differently-sized-browser%c2%a0windows/</link>
		<comments>http://www.designunder.com/development/programming/different-stylesheets-for-differently-sized-browser%c2%a0windows/#comments</comments>
		<pubDate>Thu, 06 May 2010 16:00:47 +0000</pubDate>
		<dc:creator>DesignUnder</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[example-three]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[like-the-iphone]]></category>
		<category><![CDATA[makes-it-easier]]></category>
		<category><![CDATA[stylesheet]]></category>
		<category><![CDATA[unapply-the-old]]></category>

		<guid isPermaLink="false">http://www.designunder.com/?p=15952</guid>
		<description><![CDATA[ Otherwise known as &#8220;resolution dependent layouts&#8221;. Single website, different CSS files for rearranging a website to take advantage of the size available]]></description>
			<content:encoded><![CDATA[<p><a style="float:left;margin-right: 10px" class="highslide" onclick="return vz.expand(this)" href="http://www.designunder.com/wp-content/uploads/2010/05/fb92d5d276ayouts.jpg.jpg"><img title="Different Stylesheets for Differently Sized Browser Windows" src="http://www.designunder.com/wp-content/uploads/2010/05/fb92d5d276ayouts.jpg.jpg" alt="Different Stylesheets for Differently Sized Browser Windows" width="100" height="100" /></a></p>
<p style="margin-left: 20px"> Otherwise known as &#8220;resolution dependent layouts&#8221;. Single website, different CSS files for rearranging a website to take advantage of the size available</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designunder.com/development/programming/different-stylesheets-for-differently-sized-browser%c2%a0windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Showcase of Animal Concept Logo Designs</title>
		<link>http://www.designunder.com/development/programming/a-showcase-of-animal-concept-logo-designs/</link>
		<comments>http://www.designunder.com/development/programming/a-showcase-of-animal-concept-logo-designs/#comments</comments>
		<pubDate>Sun, 02 May 2010 17:57:58 +0000</pubDate>
		<dc:creator>DesignUnder</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[adorable-animal]]></category>
		<category><![CDATA[animal-concept]]></category>
		<category><![CDATA[coolest-animal]]></category>
		<category><![CDATA[framework-logo]]></category>
		<category><![CDATA[gorgeous-animal]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[logo design]]></category>
		<category><![CDATA[mind]]></category>
		<category><![CDATA[moustacho-bell]]></category>

		<guid isPermaLink="false">http://designunder.com/?p=15228</guid>
		<description><![CDATA[ Are you in a dilemma? ]]></description>
			<content:encoded><![CDATA[<p><a style="float:left;margin-right: 10px" class="highslide" onclick="return vz.expand(this)" href="http://www.designunder.com/wp-content/uploads/2010/05/3c3b757d57button.gif.gif"><img title="A Showcase of Animal Concept Logo Designs" src="http://www.designunder.com/wp-content/uploads/2010/05/3c3b757d57button.gif.gif" alt="A Showcase of Animal Concept Logo Designs" width="100" height="100" /></a></p>
<p style="margin-left: 20px"> Are you in a dilemma? </p>
]]></content:encoded>
			<wfw:commentRss>http://www.designunder.com/development/programming/a-showcase-of-animal-concept-logo-designs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
