<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Concepts in Motion  [spring 2008]</title>
	<atom:link href="http://conceptsinmotion.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://conceptsinmotion.wordpress.com</link>
	<description>Metropolitan State College of Denver</description>
	<lastBuildDate>Mon, 14 Apr 2008 21:50:42 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='conceptsinmotion.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/7b00b3481ce7095264746c925990d0ba?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Concepts in Motion  [spring 2008]</title>
		<link>http://conceptsinmotion.wordpress.com</link>
	</image>
			<item>
		<title>actionscript 3.0 for slideshow</title>
		<link>http://conceptsinmotion.wordpress.com/2008/04/14/actionscript-30-for-slideshow/</link>
		<comments>http://conceptsinmotion.wordpress.com/2008/04/14/actionscript-30-for-slideshow/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 21:50:42 +0000</pubDate>
		<dc:creator>conceptsinmotion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://conceptsinmotion.wordpress.com/?p=17</guid>
		<description><![CDATA[very cool 3.d slide show tutorial using xml
http://www.kirupa.com/forum/showthread.php?t=245468
This is the link for the tutorial that focuses on the AS seen below
// variables
var xmlList:XMLList;
var mcLoader:Loader;
var slideNum:Number = 0;
// loads xml and assigns the text field the first node using the slideNum variable from above
var xml:XML = new XML();
var loader:URLLoader = new URLLoader();
loader.load(new URLRequest(”images.xml”));
loader.addEventListener(Event.COMPLETE,
function(evt:Event):void {
xml = XML(evt.target.data);
xmlList [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conceptsinmotion.wordpress.com&blog=2859420&post=17&subd=conceptsinmotion&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.quietlyscheming.com/blog/components/tutorial-displayshelf-component/">very cool 3.d slide show tutorial using xml</a></p>
<p><a href="http://www.kirupa.com/forum/showthread.php?t=245468">http://www.kirupa.com/forum/showthread.php?t=245468</a></p>
<p><a href="http://onerutter.com/flash/flash-actionscript-30-xml-basic-slideshow-with-transitions.html">This is the link for the tutorial that focuses on the AS seen below</a></p>
<p>// variables<br />
var xmlList:XMLList;<br />
var mcLoader:Loader;<br />
var slideNum:Number = 0;</p>
<p>// loads xml and assigns the text field the first node using the slideNum variable from above<br />
var xml:XML = new XML();<br />
var loader:URLLoader = new URLLoader();<br />
loader.load(new URLRequest(”images.xml”));<br />
loader.addEventListener(Event.COMPLETE,<br />
function(evt:Event):void {<br />
xml = XML(evt.target.data);<br />
xmlList = xml.children();<br />
trace(xmlList);<br />
imageText.text = xml.image[slideNum].@name.toString();<br />
}<br />
);</p>
<p>// stage event listeners for the movieClip buttons<br />
nextBtn.addEventListener(MouseEvent.CLICK, onClickNextSlide);<br />
prevBtn.addEventListener(MouseEvent.CLICK, onClickPrevSlide);</p>
<p>// this function will change the text depending upon which number is fed to the var slideNum in the onClickNextSlide function<br />
function changeText(slideNum:Number):void {<br />
imageText.text = xml.image[slideNum].@name.toString();<br />
}<br />
changeText(0);</p>
<p>// this function adds 1 to the current number, if the current number is 4, it starts over<br />
function onClickNextSlide(event:MouseEvent):void {<br />
slideNum++;<br />
trace(slideNum);<br />
if (slideNum == 4) {<br />
slideNum = 0;<br />
}<br />
changeText(slideNum);<br />
}<br />
// this function dos the opposite of the one above, it subtracts 1 to current number, when it reaches 0 it starts back at 4<br />
function onClickPrevSlide(event:MouseEvent):void {<br />
slideNum–;<br />
trace(slideNum);<br />
if (slideNum == 0) {<br />
slideNum = 4;<br />
}<br />
changeText(slideNum);<br />
}</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/conceptsinmotion.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/conceptsinmotion.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conceptsinmotion.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conceptsinmotion.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conceptsinmotion.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conceptsinmotion.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conceptsinmotion.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conceptsinmotion.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conceptsinmotion.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conceptsinmotion.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conceptsinmotion.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conceptsinmotion.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conceptsinmotion.wordpress.com&blog=2859420&post=17&subd=conceptsinmotion&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://conceptsinmotion.wordpress.com/2008/04/14/actionscript-30-for-slideshow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51240556b8ae4a8d4853bd2665666cc4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">conceptsinmotion</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash sound resources</title>
		<link>http://conceptsinmotion.wordpress.com/2008/04/07/flash-sound-resources/</link>
		<comments>http://conceptsinmotion.wordpress.com/2008/04/07/flash-sound-resources/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 23:15:14 +0000</pubDate>
		<dc:creator>conceptsinmotion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://conceptsinmotion.wordpress.com/?p=15</guid>
		<description><![CDATA[http://flashkit.com/soundfx/
http://www.computerarts.co.uk/downlo&#8230;ashSounds1.asp
http://www.flashsound.com/
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conceptsinmotion.wordpress.com&blog=2859420&post=15&subd=conceptsinmotion&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://flashkit.com/soundfx/">http://flashkit.com/soundfx/</a><br />
<a href="http://www.computerarts.co.uk/downlo...ashSounds1.asp">http://www.computerarts.co.uk/downlo&#8230;ashSounds1.asp</a><br />
<a href="http://www.flashsound.com/">http://www.flashsound.com/</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/conceptsinmotion.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/conceptsinmotion.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conceptsinmotion.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conceptsinmotion.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conceptsinmotion.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conceptsinmotion.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conceptsinmotion.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conceptsinmotion.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conceptsinmotion.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conceptsinmotion.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conceptsinmotion.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conceptsinmotion.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conceptsinmotion.wordpress.com&blog=2859420&post=15&subd=conceptsinmotion&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://conceptsinmotion.wordpress.com/2008/04/07/flash-sound-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51240556b8ae4a8d4853bd2665666cc4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">conceptsinmotion</media:title>
		</media:content>
	</item>
		<item>
		<title>More flash resources and tutorials</title>
		<link>http://conceptsinmotion.wordpress.com/2008/04/07/more-flash-resources-and-tutorials/</link>
		<comments>http://conceptsinmotion.wordpress.com/2008/04/07/more-flash-resources-and-tutorials/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 23:13:28 +0000</pubDate>
		<dc:creator>conceptsinmotion</dc:creator>
				<category><![CDATA[flash animation]]></category>
		<category><![CDATA[actionscript 3.0]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://conceptsinmotion.wordpress.com/?p=14</guid>
		<description><![CDATA[http://www.kirupa.com/
http://www.lionbichstudios.com/flash_tutorials_01.htm
http://www.tutorialized.com/tutorials/Flash/1
http://www.vectorkid.com/
http://www.cbtcafe.com/FLASH/
http://www.flashkit.com/
http://tutorials.flashguru.co.uk/
http://www.flashcircle.com/
http://www.flashdeveloper.nl/g_flash_Tutorials.html
http://www.sephiroth.it/tutorials/flashPHP/
http://www.flash-mx.com/flash/index.cfm
http://www.flashpro.nl/flas.html
http://www.developingwebs.net/flash/#MX
http://www.actionscripts.org/tutorials.shtml
http://www.flashmove.com/
http://tutorials.flashsitesweekly.com/flash/
http://www.stranger.per.sg/
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conceptsinmotion.wordpress.com&blog=2859420&post=14&subd=conceptsinmotion&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.kirupa.com/">http://www.kirupa.com/</a><br />
<a href="http://www.lionbichstudios.com/flash_tutorials_01.htm">http://www.lionbichstudios.com/flash_tutorials_01.htm</a><br />
<a href="http://www.tutorialized.com/tutorials/Flash/1">http://www.tutorialized.com/tutorials/Flash/1</a><br />
<a href="http://www.vectorkid.com/">http://www.vectorkid.com/</a><br />
<a href="http://www.cbtcafe.com/FLASH/">http://www.cbtcafe.com/FLASH/</a><br />
<a href="http://www.flashkit.com/">http://www.flashkit.com/</a><br />
<a href="http://tutorials.flashguru.co.uk/">http://tutorials.flashguru.co.uk/</a><br />
<a href="http://www.flashcircle.com/">http://www.flashcircle.com/</a><br />
<a href="http://www.flashdeveloper.nl/g_flash_Tutorials.html">http://www.flashdeveloper.nl/g_flash_Tutorials.html</a><br />
<a href="http://www.sephiroth.it/tutorials/flashPHP/">http://www.sephiroth.it/tutorials/flashPHP/</a><br />
<a href="http://www.flash-mx.com/flash/index.cfm">http://www.flash-mx.com/flash/index.cfm</a><br />
<a href="http://www.flashpro.nl/flas.html">http://www.flashpro.nl/flas.html</a><br />
<a href="http://www.developingwebs.net/flash/#MX">http://www.developingwebs.net/flash/#MX</a><br />
<a href="http://www.actionscripts.org/tutorials.shtml">http://www.actionscripts.org/tutorials.shtml</a><br />
<a href="http://www.flashmove.com/">http://www.flashmove.com/</a><br />
<a href="http://tutorials.flashsitesweekly.com/flash/">http://tutorials.flashsitesweekly.com/flash/</a><br />
<a href="http://www.stranger.per.sg/">http://www.stranger.per.sg/</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/conceptsinmotion.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/conceptsinmotion.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conceptsinmotion.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conceptsinmotion.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conceptsinmotion.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conceptsinmotion.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conceptsinmotion.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conceptsinmotion.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conceptsinmotion.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conceptsinmotion.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conceptsinmotion.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conceptsinmotion.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conceptsinmotion.wordpress.com&blog=2859420&post=14&subd=conceptsinmotion&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://conceptsinmotion.wordpress.com/2008/04/07/more-flash-resources-and-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51240556b8ae4a8d4853bd2665666cc4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">conceptsinmotion</media:title>
		</media:content>
	</item>
		<item>
		<title>check it!</title>
		<link>http://conceptsinmotion.wordpress.com/2008/04/03/check-it/</link>
		<comments>http://conceptsinmotion.wordpress.com/2008/04/03/check-it/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 02:56:05 +0000</pubDate>
		<dc:creator>conceptsinmotion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://conceptsinmotion.wordpress.com/?p=13</guid>
		<description><![CDATA[sweet websites!
http://www.simpsonsmovie.com/main.html
http://cmart.design.ru/
http://www.studioaka.co.uk/html/index.html
http://www.beksinski.pl/
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conceptsinmotion.wordpress.com&blog=2859420&post=13&subd=conceptsinmotion&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>sweet websites!</p>
<p>http://www.simpsonsmovie.com/main.html</p>
<p>http://cmart.design.ru/</p>
<p>http://www.studioaka.co.uk/html/index.html</p>
<p>http://www.beksinski.pl/</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/conceptsinmotion.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/conceptsinmotion.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conceptsinmotion.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conceptsinmotion.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conceptsinmotion.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conceptsinmotion.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conceptsinmotion.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conceptsinmotion.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conceptsinmotion.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conceptsinmotion.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conceptsinmotion.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conceptsinmotion.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conceptsinmotion.wordpress.com&blog=2859420&post=13&subd=conceptsinmotion&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://conceptsinmotion.wordpress.com/2008/04/03/check-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51240556b8ae4a8d4853bd2665666cc4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">conceptsinmotion</media:title>
		</media:content>
	</item>
		<item>
		<title>an AMAZING site</title>
		<link>http://conceptsinmotion.wordpress.com/2008/04/03/an-amazing-site/</link>
		<comments>http://conceptsinmotion.wordpress.com/2008/04/03/an-amazing-site/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 02:48:47 +0000</pubDate>
		<dc:creator>conceptsinmotion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://conceptsinmotion.wordpress.com/2008/04/03/an-amazing-site/</guid>
		<description><![CDATA[a great narrative/interactive site.. tons of fun!
www.hbovoyeur.com
give it a whirl!
Jess
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conceptsinmotion.wordpress.com&blog=2859420&post=12&subd=conceptsinmotion&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>a great narrative/interactive site.. tons of fun!</p>
<p>www.hbovoyeur.com</p>
<p>give it a whirl!</p>
<p>Jess</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/conceptsinmotion.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/conceptsinmotion.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conceptsinmotion.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conceptsinmotion.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conceptsinmotion.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conceptsinmotion.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conceptsinmotion.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conceptsinmotion.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conceptsinmotion.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conceptsinmotion.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conceptsinmotion.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conceptsinmotion.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conceptsinmotion.wordpress.com&blog=2859420&post=12&subd=conceptsinmotion&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://conceptsinmotion.wordpress.com/2008/04/03/an-amazing-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51240556b8ae4a8d4853bd2665666cc4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">conceptsinmotion</media:title>
		</media:content>
	</item>
		<item>
		<title></title>
		<link>http://conceptsinmotion.wordpress.com/2008/03/30/11/</link>
		<comments>http://conceptsinmotion.wordpress.com/2008/03/30/11/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 22:57:44 +0000</pubDate>
		<dc:creator>conceptsinmotion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://conceptsinmotion.wordpress.com/2008/03/30/11/</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conceptsinmotion.wordpress.com&blog=2859420&post=11&subd=conceptsinmotion&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="text-align:center; display: block;"><a href="http://conceptsinmotion.wordpress.com/2008/03/30/11/"><img src="http://img.youtube.com/vi/a0qMe7Z3EYg/2.jpg" alt="" /></a></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/conceptsinmotion.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/conceptsinmotion.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conceptsinmotion.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conceptsinmotion.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conceptsinmotion.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conceptsinmotion.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conceptsinmotion.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conceptsinmotion.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conceptsinmotion.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conceptsinmotion.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conceptsinmotion.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conceptsinmotion.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conceptsinmotion.wordpress.com&blog=2859420&post=11&subd=conceptsinmotion&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://conceptsinmotion.wordpress.com/2008/03/30/11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51240556b8ae4a8d4853bd2665666cc4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">conceptsinmotion</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/a0qMe7Z3EYg/2.jpg" medium="image" />
	</item>
		<item>
		<title>Andrew Site</title>
		<link>http://conceptsinmotion.wordpress.com/2008/03/18/andrew-site/</link>
		<comments>http://conceptsinmotion.wordpress.com/2008/03/18/andrew-site/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 02:22:07 +0000</pubDate>
		<dc:creator>conceptsinmotion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://conceptsinmotion.wordpress.com/2008/03/18/andrew-site/</guid>
		<description><![CDATA[asfunction:_global.fixedGetURL,http://lab.mathieu-badimon.com/
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conceptsinmotion.wordpress.com&blog=2859420&post=10&subd=conceptsinmotion&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>asfunction:_global.fixedGetURL,http://lab.mathieu-badimon.com/</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/conceptsinmotion.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/conceptsinmotion.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conceptsinmotion.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conceptsinmotion.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conceptsinmotion.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conceptsinmotion.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conceptsinmotion.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conceptsinmotion.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conceptsinmotion.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conceptsinmotion.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conceptsinmotion.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conceptsinmotion.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conceptsinmotion.wordpress.com&blog=2859420&post=10&subd=conceptsinmotion&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://conceptsinmotion.wordpress.com/2008/03/18/andrew-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51240556b8ae4a8d4853bd2665666cc4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">conceptsinmotion</media:title>
		</media:content>
	</item>
		<item>
		<title>http://www.loungelizard.com/ &amp; http://kungfupanda.com/</title>
		<link>http://conceptsinmotion.wordpress.com/2008/03/18/httpwwwloungelizardcom-httpkungfupandacom/</link>
		<comments>http://conceptsinmotion.wordpress.com/2008/03/18/httpwwwloungelizardcom-httpkungfupandacom/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 02:14:18 +0000</pubDate>
		<dc:creator>conceptsinmotion</dc:creator>
				<category><![CDATA[flash animation]]></category>

		<guid isPermaLink="false">http://conceptsinmotion.wordpress.com/?p=9</guid>
		<description><![CDATA[http://www.loungelizard.com/
http://kungfupanda.com/
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conceptsinmotion.wordpress.com&blog=2859420&post=9&subd=conceptsinmotion&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div class="snap_preview">http://www.loungelizard.com/</p>
<p>http://kungfupanda.com/</p></div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/conceptsinmotion.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/conceptsinmotion.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conceptsinmotion.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conceptsinmotion.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conceptsinmotion.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conceptsinmotion.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conceptsinmotion.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conceptsinmotion.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conceptsinmotion.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conceptsinmotion.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conceptsinmotion.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conceptsinmotion.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conceptsinmotion.wordpress.com&blog=2859420&post=9&subd=conceptsinmotion&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://conceptsinmotion.wordpress.com/2008/03/18/httpwwwloungelizardcom-httpkungfupandacom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51240556b8ae4a8d4853bd2665666cc4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">conceptsinmotion</media:title>
		</media:content>
	</item>
		<item>
		<title>interactivity extravaganza</title>
		<link>http://conceptsinmotion.wordpress.com/2008/03/17/interactivity-extravaganza/</link>
		<comments>http://conceptsinmotion.wordpress.com/2008/03/17/interactivity-extravaganza/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 21:43:52 +0000</pubDate>
		<dc:creator>conceptsinmotion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[interactivity]]></category>

		<guid isPermaLink="false">http://conceptsinmotion.wordpress.com/?p=8</guid>
		<description><![CDATA[posted by Colby
http://www.mecompany.com/
http://www.uniqlo.com/us/
&#8230;on the right hand side, select Uniqlo Explorer.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conceptsinmotion.wordpress.com&blog=2859420&post=8&subd=conceptsinmotion&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>posted by Colby</p>
<p><a href="http://www.mecompany.com/">http://www.mecompany.com/</a></p>
<p><a href="http://www.uniqlo.com/us/">http://www.uniqlo.com/us/</a></p>
<p>&#8230;on the right hand side, select Uniqlo Explorer.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/conceptsinmotion.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/conceptsinmotion.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conceptsinmotion.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conceptsinmotion.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conceptsinmotion.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conceptsinmotion.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conceptsinmotion.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conceptsinmotion.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conceptsinmotion.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conceptsinmotion.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conceptsinmotion.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conceptsinmotion.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conceptsinmotion.wordpress.com&blog=2859420&post=8&subd=conceptsinmotion&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://conceptsinmotion.wordpress.com/2008/03/17/interactivity-extravaganza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51240556b8ae4a8d4853bd2665666cc4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">conceptsinmotion</media:title>
		</media:content>
	</item>
		<item>
		<title>Examples of Interactive Flashiness</title>
		<link>http://conceptsinmotion.wordpress.com/2008/03/13/examples-of-interactive-flashiness/</link>
		<comments>http://conceptsinmotion.wordpress.com/2008/03/13/examples-of-interactive-flashiness/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 00:04:14 +0000</pubDate>
		<dc:creator>conceptsinmotion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://conceptsinmotion.wordpress.com/?p=6</guid>
		<description><![CDATA[The Pocket Geek &#8211; A Tamagotchi Designer (long load!)
Yoshinoya Singapore &#8211; The Adventures of Hearty Beefy Bowl
Cheval de Troie &#8211; A French Creative Studio
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conceptsinmotion.wordpress.com&blog=2859420&post=6&subd=conceptsinmotion&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.thepocketgeek.com/">The Pocket Geek</a> &#8211; A Tamagotchi Designer (long load!)</p>
<p><a href="http://www.yoshinoya.com.sg/">Yoshinoya Singapore</a> &#8211; The Adventures of Hearty Beefy Bowl</p>
<p><a href="http://www.chevaldetroie.net/">Cheval de Troie</a> &#8211; A French Creative Studio</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/conceptsinmotion.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/conceptsinmotion.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/conceptsinmotion.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/conceptsinmotion.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/conceptsinmotion.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/conceptsinmotion.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/conceptsinmotion.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/conceptsinmotion.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/conceptsinmotion.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/conceptsinmotion.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/conceptsinmotion.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/conceptsinmotion.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=conceptsinmotion.wordpress.com&blog=2859420&post=6&subd=conceptsinmotion&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://conceptsinmotion.wordpress.com/2008/03/13/examples-of-interactive-flashiness/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51240556b8ae4a8d4853bd2665666cc4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">conceptsinmotion</media:title>
		</media:content>
	</item>
	</channel>
</rss>