<?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: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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>artlayer.com</title>
	
	<link>http://www.artlayer.com</link>
	<description>A Blog about Design, Web, Front-End Development, Photography, Music and some rants about meaningless subjects.</description>
	<lastBuildDate>Tue, 31 Jan 2012 11:31:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/artlayercom" /><feedburner:info uri="artlayercom" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Hybrid – Disappear Here</title>
		<link>http://feedproxy.google.com/~r/artlayercom/~3/pfqLopiSueE/hybrid-disappear-here</link>
		<comments>http://www.artlayer.com/hybrid-disappear-here#comments</comments>
		<pubDate>Tue, 31 Jan 2012 11:21:45 +0000</pubDate>
		<dc:creator>Nelson Mendes</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.artlayer.com/?p=166</guid>
		<description><![CDATA[Yeah I also discovered the work of Hybrid in this awesome video for BASE proximity flying (don&#8217;t even make me start ranting about that). I was immediately hooked by the sound of this welsh band. There&#8217;s a perfect blend of powerful electronic music with the soft and clear vocals of Charlotte James. Their latest album, &#8220;Disappear here&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/puQTB-mdeQk?rel=0" frameborder="0" width="560" height="315"></iframe></p>
<p>Yeah I also discovered the work of Hybrid in this awesome <a title="Need4Speed - Insight" href="http://vimeo.com/35368665">video for BASE proximity flying</a> (don&#8217;t even make me start ranting about that). I was immediately hooked by the sound of this welsh band. There&#8217;s a perfect blend of powerful electronic music with the soft and clear vocals of Charlotte James. Their latest album, &#8220;Disappear here&#8221; is a must have. It&#8217;s packed full of great songs like &#8220;Disappear Here&#8221;, &#8220;Formula of Fear&#8221;, or &#8220;Every Word&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.artlayer.com/hybrid-disappear-here/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.artlayer.com/hybrid-disappear-here</feedburner:origLink></item>
		<item>
		<title>Creative ways to solve common problems – II</title>
		<link>http://feedproxy.google.com/~r/artlayercom/~3/gozyKulEj9I/creative-ways-to-solve-common-problems-ii</link>
		<comments>http://www.artlayer.com/creative-ways-to-solve-common-problems-ii#comments</comments>
		<pubDate>Thu, 01 Sep 2011 14:34:31 +0000</pubDate>
		<dc:creator>Nelson Mendes</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[json]]></category>

		<guid isPermaLink="false">http://www.artlayer.com/?p=162</guid>
		<description><![CDATA[The Problem: The Javascript XHttpRequests (aka AJAX) has cross domain restrictions that keeps you from making POST requests to a different domain from the one running your client code. The Solution: One of the most used ones is to create an iFrame with the POST data and add it to the document and submit it. [...]]]></description>
			<content:encoded><![CDATA[<p>The Problem: The Javascript XHttpRequests (aka AJAX) has cross domain restrictions that keeps you from making POST requests to a different domain from the one running your client code.</p>
<p>The Solution: One of the most used ones is to create an iFrame with the POST data and add it to the document and submit it. But you&#8217;ll get no response back from it (like a success or failure message).</p>
<p>The Creative Solution: I came across this one in <a title="How to Make Simple Cross-Domain Ajax Requests With Responses" href="http://www.ideashower.com/our_solutions/how-to-make-simple-cross-domain-ajax-requests-with-responses/">here</a> and basically it relies on the fact that images are not subject to cross domain restrictions, so basically you&#8217;ll load an &#8220;image&#8221; from the server that will return a different sized image per possible result. So maybe you&#8217;ll have the possible results as SUCCESS and FAILED. You&#8217;ll just have to return let&#8217;s say a 1px image for SUCESS and a 2px image for FAILED. Then you&#8217;ll just have to check the size of the image to &#8220;read&#8221; the return message.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.artlayer.com/creative-ways-to-solve-common-problems-ii/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.artlayer.com/creative-ways-to-solve-common-problems-ii</feedburner:origLink></item>
		<item>
		<title>Creative ways to solve common problems</title>
		<link>http://feedproxy.google.com/~r/artlayercom/~3/MQ2OGPZWLOY/creative-ways-to-solve-common-problems</link>
		<comments>http://www.artlayer.com/creative-ways-to-solve-common-problems#comments</comments>
		<pubDate>Wed, 31 Aug 2011 16:30:22 +0000</pubDate>
		<dc:creator>Nelson Mendes</dc:creator>
				<category><![CDATA[Life Hacking]]></category>

		<guid isPermaLink="false">http://www.artlayer.com/?p=150</guid>
		<description><![CDATA[I Really love to find simple, creative ways to solve some common problems or just smart ways to ease some common task or process. I&#8217;ve stumbled recently on a smart way to provide a fast way of identification for bank transfers. This is something used by my daughter&#8217;s new preschool. They use the 2 decimal [...]]]></description>
			<content:encoded><![CDATA[<p>I Really love to find simple, creative ways to solve some common problems or just smart ways to ease some common task or process.</p>
<p>I&#8217;ve stumbled recently on a smart way to provide a fast way of identification for bank transfers. This is something used by my daughter&#8217;s new preschool.</p>
<p>They use the 2 decimal digits of the monthly fee to identify the child. So if they receive a transfer of € xxx.05, they know it&#8217;s related to child #5, € xxx.23 to child #23 and so on.</p>
<p>Of course this is limited to 99 (or 100) children and there could be as much as a €0.99 difference between children but it&#8217;s smart nevertheless.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.artlayer.com/creative-ways-to-solve-common-problems/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.artlayer.com/creative-ways-to-solve-common-problems</feedburner:origLink></item>
		<item>
		<title>Safari Mobile breaks jquery.live()</title>
		<link>http://feedproxy.google.com/~r/artlayercom/~3/ZNjnjtluHmo/safari-mobile-breaks-jquery-live</link>
		<comments>http://www.artlayer.com/safari-mobile-breaks-jquery-live#comments</comments>
		<pubDate>Wed, 31 Aug 2011 00:16:30 +0000</pubDate>
		<dc:creator>Nelson Mendes</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.artlayer.com/?p=128</guid>
		<description><![CDATA[The live() method of jQuery is a blessing for dynamic interfaces. It allows you to attach events to dynamically created elements. Say you want to create a dynamic menu based on some live data read from a server. Maybe you want to create some HTML like this: With jQuery you can dynamically generate clickable elements [...]]]></description>
			<content:encoded><![CDATA[<p>The live() method of jQuery is a blessing for dynamic interfaces. It allows you to attach events to dynamically created elements.</p>
<p>Say you want to create a dynamic menu based on some live data read from a server. Maybe you want to create some HTML like this:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;nav&gt;
&lt;ul&gt;
	&lt;li id=&quot;nav1&quot; class=&quot;btn&quot;&gt;item1&lt;/li&gt;
	&lt;li id=&quot;nav2&quot; class=&quot;btn&quot;&gt;item1&lt;/li&gt;
	&lt;li id=&quot;nav3&quot; class=&quot;btn&quot;&gt;item1&lt;/li&gt;
	&lt;li id=&quot;nav4&quot; class=&quot;btn&quot;&gt;item1&lt;/li&gt;
&lt;/ul&gt;
&lt;/nav&gt;
</pre>
<p>With jQuery you can dynamically generate clickable elements like this:</p>
<pre class="brush: jscript; title: ; notranslate">
$(&quot;.btn&quot;).live(&quot;click&quot;, function(){
var elem = event.target.id;
alert(&quot;you clicked: &quot; + elem);
});
</pre>
<p>This works well in the desktop and in every browser but on Mobile Safari it fails.</p>
<p>A workaround is to deliberately add an &#8220;onclick&#8221; attribute to the element you want to attach the event:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;ul&gt;
	&lt;li id=&quot;nav1&quot; class=&quot;btn&quot; onclick=&quot;&quot;&gt;item1&lt;/li&gt;
&lt;/ul&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.artlayer.com/safari-mobile-breaks-jquery-live/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.artlayer.com/safari-mobile-breaks-jquery-live</feedburner:origLink></item>
		<item>
		<title>Lost Season 6 Posters</title>
		<link>http://feedproxy.google.com/~r/artlayercom/~3/BQCP6R2Dmg8/lost-season-6-posters</link>
		<comments>http://www.artlayer.com/lost-season-6-posters#comments</comments>
		<pubDate>Thu, 15 Apr 2010 15:21:35 +0000</pubDate>
		<dc:creator>Nelson Mendes</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Illustration]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[graphic]]></category>

		<guid isPermaLink="false">http://www.artlayer.com/?p=124</guid>
		<description><![CDATA[The work from Ty Mattson is amazing. I love the collection of Black and White posters created for each episode of the last season of the Lost TV series. What really strikes me is how Mattson captured the essence of each episode with his illustrations. The illustration above is for episode 11 &#8211; &#8220;Everybody Loves [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="Lost Season 6 - Everybody Loves Hugo episode" src="http://emberapp.com/zyon/images/lost-season-6-everybody-loves-hugo/sizes/m.jpg" alt="Lost Season 6 - Everybody Loves Hugo episode" width="399" height="595" /></p>
<p>The work from <a title="Mattson Creative" href="http://mattsoncreative.com">Ty Mattson</a> is amazing. I love the collection of Black and White posters created for each episode of the last season of the Lost TV series. What really strikes me is how Mattson captured the essence of each episode with his illustrations. The illustration above is for episode 11 &#8211; &#8220;Everybody Loves Hugo&#8221;. You can check the other ones in his <a title="Mattson Creative blog" href="http://mattsoncreative.com/blog/">blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.artlayer.com/lost-season-6-posters/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.artlayer.com/lost-season-6-posters</feedburner:origLink></item>
		<item>
		<title>IBM’s Color Sensitive Interactive Billboard</title>
		<link>http://feedproxy.google.com/~r/artlayercom/~3/p-BqgbxBHhY/ibms-color-sensitive-interactive-billboard</link>
		<comments>http://www.artlayer.com/ibms-color-sensitive-interactive-billboard#comments</comments>
		<pubDate>Tue, 13 Apr 2010 19:54:58 +0000</pubDate>
		<dc:creator>Nelson Mendes</dc:creator>
				<category><![CDATA[UI / UX]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[frontend]]></category>
		<category><![CDATA[graphic]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[ux]]></category>
		<category><![CDATA[vimeo]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://www.artlayer.com/?p=119</guid>
		<description><![CDATA[An interactive billboard created by IBM. The billboard interacts with the thing or person in front of it, capturing the colors and using that information to transform the displayed graphics. Neat.]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="281" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=10695851&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="500" height="281" src="http://vimeo.com/moogaloop.swf?clip_id=10695851&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><a href="http://vimeo.com/10695851"></a></p>
<p>An interactive billboard created by IBM. The billboard interacts with the thing or person in front of it, capturing the colors and using that information to transform the displayed graphics. Neat.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.artlayer.com/ibms-color-sensitive-interactive-billboard/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.artlayer.com/ibms-color-sensitive-interactive-billboard</feedburner:origLink></item>
		<item>
		<title>Alice for the iPad App</title>
		<link>http://feedproxy.google.com/~r/artlayercom/~3/3citSRqsbaE/113</link>
		<comments>http://www.artlayer.com/113#comments</comments>
		<pubDate>Tue, 13 Apr 2010 19:32:31 +0000</pubDate>
		<dc:creator>Nelson Mendes</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Illustration]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.artlayer.com/?p=113</guid>
		<description><![CDATA[The iPad was announced just 2 months ago. The iPad went on sale 10 days ago in the US. This is an iPad book app just released by these guys. It&#8217;s the iPad version of the classic Lewis Carroll&#8217;s Alice in Wonderland. So, are you still skeptic about it?]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/gew68Qj5kxw&amp;hl=en_US&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/gew68Qj5kxw&amp;hl=en_US&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>The iPad was announced just 2 months ago. The iPad went on sale 10 days ago in the US. This is an iPad book app just released by these <a title="Atomic Antelope" href="http://www.atomicantelope.com">guys</a>. It&#8217;s the iPad version of the classic Lewis Carroll&#8217;s Alice in Wonderland. So, are you still skeptic about <a title="Apple iPad" href="http://www.apple.com/ipad/">it</a>?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.artlayer.com/113/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.artlayer.com/113</feedburner:origLink></item>
		<item>
		<title>The Panic Status Board</title>
		<link>http://feedproxy.google.com/~r/artlayercom/~3/ti6xWhTIr_o/the-panic-status-board</link>
		<comments>http://www.artlayer.com/the-panic-status-board#comments</comments>
		<pubDate>Mon, 22 Mar 2010 10:51:57 +0000</pubDate>
		<dc:creator>Nelson Mendes</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Information Design]]></category>
		<category><![CDATA[UI / UX]]></category>
		<category><![CDATA[frontend]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://www.artlayer.com/?p=107</guid>
		<description><![CDATA[Panic is a mac software house. Creators of Transmit and Coda, well known tools for mac web developers. Their apps are great, but what really sets them apart is their User interface design. A few days ago they previewed a picture of a internal Status Board. Gorgeous stuff, like you would expect. You can see [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_106" class="wp-caption aligncenter" style="width: 510px"><a href="http://artlayer.com/wp/wp-content/uploads/2010/03/panic_statusboard.jpg"><img class="size-full wp-image-106" title="The Panic Status Board" src="http://artlayer.com/wp/wp-content/uploads/2010/03/panic_statusboard-e1269254524361.jpg" alt="" width="500" height="666" /></a><p class="wp-caption-text">A really cool Status Board for the Panic Software Company</p></div>
<p><a href="http://www.panic.com">Panic</a> is a mac software house. Creators of <a href="http://www.panic.com/transmit/">Transmit</a> and <a href="http://www.panic.com/coda/">Coda</a>, well known tools for mac web developers. Their apps are great, but what really sets them apart is their User interface design.</p>
<p>A few days ago they previewed a picture of a internal Status Board. Gorgeous stuff, like you would expect. You can see e-mail queues, tweets from the employees, a calendar, revenue figures,project status, employees assigned to each project, etc.</p>
<p>Really nice information wrapped in a great visual design.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.artlayer.com/the-panic-status-board/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.artlayer.com/the-panic-status-board</feedburner:origLink></item>
		<item>
		<title>The Additive RGB model in a ceiling lamp</title>
		<link>http://feedproxy.google.com/~r/artlayercom/~3/9QtH7R418zw/the-additive-rgb-model-in-a-ceiling-lamp</link>
		<comments>http://www.artlayer.com/the-additive-rgb-model-in-a-ceiling-lamp#comments</comments>
		<pubDate>Wed, 17 Mar 2010 13:46:16 +0000</pubDate>
		<dc:creator>Nelson Mendes</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Product Design]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[lighting]]></category>
		<category><![CDATA[product]]></category>

		<guid isPermaLink="false">http://www.artlayer.com/?p=101</guid>
		<description><![CDATA[This is result of a colaboration of a German and a Swiss product designer. It&#8217;s called &#8216;mischlichtRGB&#8217; and it&#8217;s a nice representation of the RGB additive color model in the shape and function of a ceiling lamp. More info and photos here.]]></description>
			<content:encoded><![CDATA[<p><a href="http://artlayer.com/wp/wp-content/uploads/2010/03/RGB-Lamp.jpg"><img src="http://artlayer.com/wp/wp-content/uploads/2010/03/RGB-Lamp.jpg" alt="Addictive RGB in a ceiling lamp" title="RGB Lamp" width="501" height="351" class="aligncenter size-full wp-image-100" /></a></p>
<p>This is result of a colaboration of a German and a Swiss product designer. It&#8217;s called <em>&#8216;mischlichtRGB&#8217;</em> and it&#8217;s a nice representation of the RGB additive color model in the shape and function of a ceiling lamp. More info and photos <a href="http://www.dailytonic.com/mischlichtrgb-by-fabian-nehne-de-und-martin-meier-ch/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.artlayer.com/the-additive-rgb-model-in-a-ceiling-lamp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.artlayer.com/the-additive-rgb-model-in-a-ceiling-lamp</feedburner:origLink></item>
		<item>
		<title>Please Never Ever Ever…. Park Here.</title>
		<link>http://feedproxy.google.com/~r/artlayercom/~3/s3X8KN5GUvo/please-never-ever-ever-park-here</link>
		<comments>http://www.artlayer.com/please-never-ever-ever-park-here#comments</comments>
		<pubDate>Thu, 11 Mar 2010 17:07:53 +0000</pubDate>
		<dc:creator>Nelson Mendes</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[communication]]></category>

		<guid isPermaLink="false">http://www.artlayer.com/?p=96</guid>
		<description><![CDATA[There are occasions when you really need to put a great effort to deliver your message (on the internet we know how difficult it is with all the &#8220;noise&#8221; that surrounds us). This is a great example of this type of problem and it&#8217;s solution. I don&#8217;t know about the efficiency of the purpose of [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_95" class="wp-caption aligncenter" style="width: 490px"><a href="http://artlayer.com/wp/wp-content/uploads/2010/03/photo_nevereverparkhere-e1268326716596.jpg"><img class="size-full wp-image-95 " title="Please NEVER EVER EVER... PARK HERE." src="http://artlayer.com/wp/wp-content/uploads/2010/03/photo_nevereverparkhere-e1268326716596.jpg" alt="How to get your message through loud and clear" width="480" height="360" /></a><p class="wp-caption-text">How to get your message through loud and clear</p></div>
<p>There are occasions when you really need to put a great effort to deliver your message (on the internet we know how difficult it is with all the &#8220;noise&#8221; that surrounds us). This is a great example of this type of problem and it&#8217;s solution. I don&#8217;t know about the efficiency of the purpose of the message, but I&#8217;ve no doubt that it was transmitted in a clear, concise and fool proof way. Original <a href="http://ntn.tumblr.com/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.artlayer.com/please-never-ever-ever-park-here/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.artlayer.com/please-never-ever-ever-park-here</feedburner:origLink></item>
	</channel>
</rss>

