<?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"
	>

<channel>
	<title>Playground</title>
	<atom:link href="http://www.inmotiondesign.nl/playground/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.inmotiondesign.nl/playground</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Tue, 05 May 2009 19:09:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>IE6 google maps fix - no map but grey box!</title>
		<link>http://www.inmotiondesign.nl/playground/?p=21</link>
		<comments>http://www.inmotiondesign.nl/playground/?p=21#comments</comments>
		<pubDate>Tue, 05 May 2009 18:56:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[css]]></category>

		<category><![CDATA[tutorials]]></category>

		<category><![CDATA[bugfix]]></category>

		<guid isPermaLink="false">http://www.inmotiondesign.nl/playground/?p=21</guid>
		<description><![CDATA[When you use some kind of png fix in IE6 your google maps will not display a map but a grey area.
The markers are displayed as normal and so are the controls load fine.
Solution:
This is easy to fix: just clear the behaviour on your images inside the google maps element.
add this to your IE6 css [...]]]></description>
			<content:encoded><![CDATA[<p>When you use some kind of png fix in IE6 your google maps will not display a map but a grey area.</p>
<p>The markers are displayed as normal and so are the controls load fine.</p>
<p><img class="alignleft" style="float: left; margin-right: 15px;" src="http://www.inmotiondesign.nl/playground/images/ie6-google-maps-grey.jpg" alt="ie6 google maps grey area" width="151" height="158" /><strong>Solution:</strong></p>
<p>This is easy to fix: just clear the behaviour on your images inside the google maps element.</p>
<p>add this to your IE6 css file:<br />
#map img {behavior: none}</p>
<p>And the maps are displayed again!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.inmotiondesign.nl/playground/?feed=rss2&amp;p=21</wfw:commentRss>
		</item>
		<item>
		<title>Prevent browser window scroll to anchor</title>
		<link>http://www.inmotiondesign.nl/playground/?p=20</link>
		<comments>http://www.inmotiondesign.nl/playground/?p=20#comments</comments>
		<pubDate>Fri, 27 Mar 2009 19:15:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[tutorials]]></category>

		<category><![CDATA[bugfix]]></category>

		<guid isPermaLink="false">http://www.inmotiondesign.nl/playground/?p=20</guid>
		<description><![CDATA[Today I was working on a contact page with three contact forms, each in a differrent tab (with jquery&#8217;s UI Tabs). When a user posts a form and there are validation errors, you want the page to show the tab with the form that was submitted.
I used an anchor in the url to accomplish that, [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was working on a contact page with three contact forms, each in a differrent tab (with jquery&#8217;s UI Tabs). When a user posts a form and there are validation errors, you want the page to show the tab with the form that was submitted.</p>
<p>I used an anchor in the url to accomplish that, so the form has <a href="http://www.currenturl.com/contact#tabname" target="_blank">http://www.currenturl.com/contact#tabname</a> as it&#8217;s action. The irritating side-effect is that the browser will go to the anchor link used by the UI Tabs on pageload.</p>
<p>I&#8217;ve found a way to prevent the browser window to scroll to an anchor on pageload. Ironically the solution is to use <a title="Jquery scrollTo project page" href="http://plugins.jquery.com/project/ScrollTo" target="_blank">jquery&#8217;s scrollTo plugin</a>.</p>
<p>All you have to do is add the line $.scrollTo(&#8217;0px&#8217;); in your $(document).ready function and the browser window won&#8217;t scroll to your anchor.</p>
<p><code>$(document).ready(function() {<br />
$.scrollTo('0px');<br />
});</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.inmotiondesign.nl/playground/?feed=rss2&amp;p=20</wfw:commentRss>
		</item>
		<item>
		<title>The Brads - webdesign comic</title>
		<link>http://www.inmotiondesign.nl/playground/?p=19</link>
		<comments>http://www.inmotiondesign.nl/playground/?p=19#comments</comments>
		<pubDate>Tue, 24 Mar 2009 09:30:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[must see this]]></category>

		<guid isPermaLink="false">http://www.inmotiondesign.nl/playground/?p=19</guid>
		<description><![CDATA[Check out this funny comic The Brads
]]></description>
			<content:encoded><![CDATA[<p>Check out this funny comic <a href="http://www.bradcolbow.com/archive.php/">The Brads</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.inmotiondesign.nl/playground/?feed=rss2&amp;p=19</wfw:commentRss>
		</item>
		<item>
		<title>Great stock textures for free</title>
		<link>http://www.inmotiondesign.nl/playground/?p=18</link>
		<comments>http://www.inmotiondesign.nl/playground/?p=18#comments</comments>
		<pubDate>Sun, 22 Mar 2009 09:05:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[free stuff]]></category>

		<category><![CDATA[must see this]]></category>

		<guid isPermaLink="false">http://www.inmotiondesign.nl/playground/?p=18</guid>
		<description><![CDATA[I want to share this website with you where you can get really great free high quality textures. Lost and Taken gives away high quality textures that are all copyright-free. 
&#8220;Use the images on Lost and Taken in any of your photographic or design projects, both personal and commercial (no need to give me credit). The [...]]]></description>
			<content:encoded><![CDATA[<p>I want to share this website with you where you can get really great free high quality textures. <a href="http://www.lostandtaken.com/"></a><span style="color: black;"><a href="http://www.lostandtaken.com/">Lost and Taken</a> gives away high quality textures that are all copyright-free. </span><strong></strong></p>
<p><em>&#8220;<span style="color: black;">Use the images on Lost and Taken in any of your photographic or design projects, both personal and commercial (no need to give me credit). The only thing you can&#8217;t do with the images is use them in their original state as your own stock photography. Don&#8217;t sell them as your own or host them elsewhere.</span><span style="color: black;">&#8220;</span></em><em><span style="color: black;"> </span></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.inmotiondesign.nl/playground/?feed=rss2&amp;p=18</wfw:commentRss>
		</item>
		<item>
		<title>Retro tutorials</title>
		<link>http://www.inmotiondesign.nl/playground/?p=17</link>
		<comments>http://www.inmotiondesign.nl/playground/?p=17#comments</comments>
		<pubDate>Thu, 19 Mar 2009 21:53:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[tutorials]]></category>

		<category><![CDATA[after effects]]></category>

		<category><![CDATA[illustrator]]></category>

		<category><![CDATA[inspiration]]></category>

		<category><![CDATA[photoshop]]></category>

		<category><![CDATA[retro/vintage]]></category>

		<guid isPermaLink="false">http://www.inmotiondesign.nl/playground/?p=17</guid>
		<description><![CDATA[I&#8217;ve collected some great vintage tutorials for you:

Design a vintage car poster with grunge texture font and brushset in photoshop (PSD vault)
Designing a typographic concept poster (psdtuts)
Create a wicked worn vintage pop art design (psdtuts)
Create a vintage film style video using photoshop cs3 extended (psdtuts)
Craft a vintage fifties letter (psdtuts)
Vintage photo corners (pshero)
Create a constructivist [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve collected some great vintage tutorials for you:</p>
<ul>
<li><a href="http://www.psdvault.com/photo-effect/design-a-vintage-car-poster-with-grunge-texture-font-and-brushset-in-photoshop/">Design a vintage car poster with grunge texture font and brushset in photoshop (PSD vault)</a></li>
<li><a href="http://psdtuts.com/tutorials/designing-tutorials/designing-a-typographic-concept-poster/" target="_blank">Designing a typographic concept poster (psdtuts)</a></li>
<li><a href="http://psdtuts.com/tutorials/designing-tutorials/create-a-wicked-worn-vintage-pop-art-design/" target="_blank">Create a wicked worn vintage pop art design (psdtuts)</a></li>
<li><a href="http://psdtuts.com/tutorials/designing-tutorials/create-a-vintage-film-style-video-using-photoshop-cs3-extended/" target="_blank">Create a vintage film style video using photoshop cs3 extended (psdtuts)</a></li>
<li><a href="http://psdtuts.com/tutorials/designing-tutorials/craft-a-vintage-fifties-letter/" target="_blank">Craft a vintage fifties letter (psdtuts)</a></li>
<li><a href="http://pshero.com/archives/vintage-photo-corners" target="_blank">Vintage photo corners (pshero)</a></li>
<li><a href="http://psdtuts.com/tutorials/designing-tutorials/create-a-constructivist-inspired-poster/" target="_blank">Create a constructivist inspired poster (psdtuts)</a></li>
<li><a href="http://psdtuts.com/tutorials/designing-tutorials/creating-a-cool-vintage-collage-design-in-photoshop/" target="_blank">Creating a cool vintage collage design in photoshop (psdtuts)</a></li>
<li><a href="http://vectortuts.com/tutorials/illustration/how-to-create-a-colorful-retro-style-tv/" target="_blank">How to create a colorful retro style tv (vectortuts)</a></li>
<li><a href="http://vectortuts.com/tutorials/designing/create-a-retro-style-poster-with-shapes-patterns-and-eagles/" target="_blank">Create a retro style poster with shapes patterns and eagles (vectortuts)</a></li>
<li><a href="http://psdtuts.com/videos/screencasts/mix-cool-retro-curves-into-photographs/" target="_blank">Mix cool retro curves into photographs (psdtuts)</a></li>
<li><a href="http://psdtuts.com/tutorials/designing-tutorials/create-a-60s-psychedelic-style-concert-poster/" target="_blank">Create a 60s psychedelic style concert poster (psdtuts)</a></li>
<li><a href="http://psdtuts.com/tutorials/tutorials-effects/super-retro-game-cartridge-design/" target="_blank">Super retro game cartridge design (psdtuts)</a></li>
<li><a href="http://www.smashingmagazine.com/2008/10/14/30-beautiful-vintageretro-photoshop-tutorials/" target="_blank">30 beautiful vintageretro photoshop tutorials (smashing magazine)</a></li>
<li><a href="http://ae.tutsplus.com/tutorials/vfx/create-an-old-tv-footage-effect/">Create an old tv footage effect (aetuts)</a></li>
<li><a href="http://audio.tutsplus.com/tutorials/production/how-to-create-a-retro-filtered-delay/">How to create a retro filtered delay (audio tuts)</a></li>
</ul>
<p>Feel free to comment more retro tut&#8217;s to share with others!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.inmotiondesign.nl/playground/?feed=rss2&amp;p=17</wfw:commentRss>
		</item>
		<item>
		<title>Fish Life, free logo</title>
		<link>http://www.inmotiondesign.nl/playground/?p=16</link>
		<comments>http://www.inmotiondesign.nl/playground/?p=16#comments</comments>
		<pubDate>Sat, 03 Jan 2009 11:10:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[free stuff]]></category>

		<category><![CDATA[psd]]></category>

		<guid isPermaLink="false">http://www.inmotiondesign.nl/playground/?p=16</guid>
		<description><![CDATA[Here is another free logo &#8216;Fish Life&#8217;. In the .zip download file you&#8217;ll find a png and psd file.

Download
]]></description>
			<content:encoded><![CDATA[<p>Here is another free logo &#8216;Fish Life&#8217;. In the .zip download file you&#8217;ll find a png and psd file.</p>
<p style="text-align: center;"><img src="http://www.inmotiondesign.nl/playground/downloads/fish-life-logo.jpg" alt="Fish Life Logo" /><br />
<a title="download free Logo" href="http://www.inmotiondesign.nl/playground/downloads/fish-life-logo.zip" target="_blank">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.inmotiondesign.nl/playground/?feed=rss2&amp;p=16</wfw:commentRss>
		</item>
		<item>
		<title>Webmasters, free logo</title>
		<link>http://www.inmotiondesign.nl/playground/?p=15</link>
		<comments>http://www.inmotiondesign.nl/playground/?p=15#comments</comments>
		<pubDate>Wed, 24 Dec 2008 10:04:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[free stuff]]></category>

		<category><![CDATA[psd]]></category>

		<guid isPermaLink="false">http://www.inmotiondesign.nl/playground/?p=15</guid>
		<description><![CDATA[Here is another free logo &#8216;Webmasters&#8217;. In the .zip download file you&#8217;ll find a png and psd file.

Download
]]></description>
			<content:encoded><![CDATA[<p>Here is another free logo &#8216;Webmasters&#8217;. In the .zip download file you&#8217;ll find a png and psd file.</p>
<p style="text-align: center;"><img src="http://www.inmotiondesign.nl/playground/downloads/webmasters-logo.jpg" alt="Webmasters Logo" /><br />
<a title="download free Logo" href="http://www.inmotiondesign.nl/playground/downloads/webmasters-logo.zip" target="_blank">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.inmotiondesign.nl/playground/?feed=rss2&amp;p=15</wfw:commentRss>
		</item>
		<item>
		<title>Helping People, free logo</title>
		<link>http://www.inmotiondesign.nl/playground/?p=13</link>
		<comments>http://www.inmotiondesign.nl/playground/?p=13#comments</comments>
		<pubDate>Fri, 19 Dec 2008 21:03:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[free stuff]]></category>

		<category><![CDATA[psd]]></category>

		<guid isPermaLink="false">http://www.inmotiondesign.nl/playground/?p=13</guid>
		<description><![CDATA[Here is a nice free logo &#8216;Helping People&#8217;. In the .zip download file you&#8217;ll find a png and psd file.

Download
]]></description>
			<content:encoded><![CDATA[<p>Here is a nice free logo &#8216;Helping People&#8217;. In the .zip download file you&#8217;ll find a png and psd file.</p>
<p style="text-align: center;"><img src="http://www.inmotiondesign.nl/playground/downloads/helping-people-logo.jpg" alt="Helping People Logo" /><br />
<a title="download free Logo" href="http://www.inmotiondesign.nl/playground/downloads/helping-people-logo.zip" target="_blank">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.inmotiondesign.nl/playground/?feed=rss2&amp;p=13</wfw:commentRss>
		</item>
		<item>
		<title>Issuu</title>
		<link>http://www.inmotiondesign.nl/playground/?p=12</link>
		<comments>http://www.inmotiondesign.nl/playground/?p=12#comments</comments>
		<pubDate>Mon, 03 Nov 2008 13:00:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[free stuff]]></category>

		<category><![CDATA[must see this]]></category>

		<category><![CDATA[website tools]]></category>

		<guid isPermaLink="false">http://www.inmotiondesign.nl/playground/?p=12</guid>
		<description><![CDATA[This is a great website where you can upload your pdf and it becomes a &#8216;real&#8217; magazine where you can flip through the pages. It&#8217;s easy to embed in your facebook, myspace, blogger and some other sites. You can also get a html embed.
If you don&#8217;t mind some adverts it&#8217;s completely free!
Click here to visit [...]]]></description>
			<content:encoded><![CDATA[<p>This is a great website where you can upload your pdf and it becomes a &#8216;real&#8217; magazine where you can flip through the pages. It&#8217;s easy to embed in your facebook, myspace, blogger and some other sites. You can also get a html embed.</p>
<p>If you don&#8217;t mind some adverts it&#8217;s completely free!</p>
<p><a title="Issuu - You Publish" href="http://issuu.com/" target="_blank">Click here to visit Issuu</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.inmotiondesign.nl/playground/?feed=rss2&amp;p=12</wfw:commentRss>
		</item>
		<item>
		<title>Vintage inspiration</title>
		<link>http://www.inmotiondesign.nl/playground/?p=11</link>
		<comments>http://www.inmotiondesign.nl/playground/?p=11#comments</comments>
		<pubDate>Sat, 01 Nov 2008 15:43:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[free stuff]]></category>

		<category><![CDATA[inspiration]]></category>

		<category><![CDATA[retro/vintage]]></category>

		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.inmotiondesign.nl/playground/?p=11</guid>
		<description><![CDATA[Since retro/vintage style is a trend, here are some great links for inspiration.

Found in Mom&#8217;s Basement
50 Inspiring Vintage Advertisements
Retro and Vintage In Modern Web Design
Celebration Of Vintage and Retro Design
Vintage and Retro Typography Showcase
Retrolounge

Free retro/vintage resources:

300+ Vintage Style Textures and Photoshop Brushes
Grunge retro car vector illustration
Vintage Mega Pack 4 free samples
Vector Pack: Tres
Vintage Music
Vintage 3D [...]]]></description>
			<content:encoded><![CDATA[<p>Since retro/vintage style is a trend, here are some great links for inspiration.</p>
<ul>
<li><a title="Found in Mom's Basement" href="http://pzrservices.typepad.com/vintageadvertising/" target="_blank">Found in Mom&#8217;s Basement</a></li>
<li><a title="50 Inspiring Vintage Advertisements " href="http://wellmedicated.com/inspiration/50-inspiring-vintage-advertisements/" target="_blank">50 Inspiring Vintage Advertisements</a></li>
<li><a title="Retro and Vintage In Modern Web Design" href="http://www.smashingmagazine.com/2008/10/07/retro-and-vintage-in-modern-web-design/" target="_blank">Retro and Vintage In Modern Web Design</a></li>
<li><a title="Celebration Of Vintage and Retro Design" href="http://www.smashingmagazine.com/2008/04/21/celebration-of-vintage-and-retro-design/" target="_blank">Celebration Of Vintage and Retro Design</a></li>
<li><a title="Vintage and Retro Typography Showcase" href="http://www.smashingmagazine.com/2008/10/26/retro-and-vintage-typography-showcase/" target="_blank">Vintage and Retro Typography Showcase</a></li>
<li><a title="Retrolounge" href="http://www.bitlounge.net/retrolounge/advertising.htm" target="_blank">Retrolounge</a></li>
</ul>
<p>Free retro/vintage resources:</p>
<ul>
<li><a title="300+ Vintage Style Textures and Photoshop Brushes" href="http://designreviver.com/freebies/300-vintage-style-textures-and-photoshop-brushes" target="_blank">300+ Vintage Style Textures and Photoshop Brushes</a></li>
<li><a title="Grunge retro car vector illustration" href="http://www.vecteezy.com/vf/304-Grunge-retro-car-vector-illustration" target="_blank">Grunge retro car vector illustration</a></li>
<li><a title="Vintage Mega Pack 4 free samples" href="http://www.vecteezy.com/vf/692-Vintage-Mega-Pack-4-free-samples" target="_blank">Vintage Mega Pack 4 free samples</a></li>
<li><a title="Vector Pack: Tres" href="http://www.vecteezy.com/vf/672-Vector-Pack-Tres" target="_blank">Vector Pack: Tres</a></li>
<li><a title="Vintage Music" href="http://www.vecteezy.com/vf/132-Vintage-Music" target="_blank">Vintage Music</a></li>
<li><a title="Vintage 3D Stars" href="http://www.vecteezy.com/vf/210-Vintage-3D-Stars" target="_blank">Vintage 3D Stars</a></li>
<li><a title="Vintage Radio" href="http://www.vecteezy.com/vf/636-Vintage-Radio" target="_blank">Vintage Radio</a></li>
<li><a title="50 Killer Retro Starburst Brushes" href="http://www.vecteezy.com/vf/644-50-Killer-Retro-Starburst-Brushes" target="_blank">50 Killer Retro Starburst Brushes</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.inmotiondesign.nl/playground/?feed=rss2&amp;p=11</wfw:commentRss>
		</item>
	</channel>
</rss>
