<?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/" version="2.0">

<channel>
	<title>Conscious Images® LLC</title>
	
	<link>http://www.consciousimages.com</link>
	<description>A multi-faceted, multi-disciplinary design and production company based in the U.S.A.</description>
	<pubDate>Thu, 19 Jan 2012 02:43:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ConsciousImages" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="consciousimages" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Tyler, The Creator and BADBADNOTGOOD</title>
		<link>http://www.consciousimages.com/tyler-the-creator-and-badbadnotgood/</link>
		<comments>http://www.consciousimages.com/tyler-the-creator-and-badbadnotgood/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 14:58:23 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[Tracks]]></category>

		<category><![CDATA[BADBADNOTGOOD]]></category>

		<category><![CDATA[Gilles Peterson]]></category>

		<category><![CDATA[Tyler The Creator]]></category>

		<guid isPermaLink="false">http://www.consciousimages.com/tyler-the-creator-and-badbadnotgood/</guid>
		<description><![CDATA[
&#160;
Gilles Peterson, as you may already have realized, is the man. A couple of weeks ago he mentioned this video at the tail end of Nihal&#8217;s show (during the record swap).
Wish it was longer, much, much longer&#8230; but as it is, it&#8217;s 4 minutes of legend.
&#160;
&#160;
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.consciousimages.com/wp-content/uploads/2012/01/tyler.jpg" rel="shadowbox[post-739];player=img;"><img src="http://www.consciousimages.com/wp-content/uploads/2012/01/tyler.jpg" alt="Tyler The Creator" title="Tyler The Creator" width="150" height="150" class="alignleft size-full wp-image-738" border="0" style="padding-right: 20px;" /></a></p>
<p>&nbsp;</p>
<p>Gilles Peterson, as you may already have realized, is the man. A couple of weeks ago he mentioned <a href="http://youtu.be/o7PEnj-8NHw">this video</a> at the tail end of Nihal&#8217;s show (during the record swap).</p>
<p>Wish it was longer, much, much longer&#8230; but as it is, it&#8217;s <a href="http://youtu.be/o7PEnj-8NHw">4 minutes of legend</a>.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.consciousimages.com/tyler-the-creator-and-badbadnotgood/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create New Text File in Folder on OSX Lion</title>
		<link>http://www.consciousimages.com/create-new-text-file-in-folder-on-osx-lion/</link>
		<comments>http://www.consciousimages.com/create-new-text-file-in-folder-on-osx-lion/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 20:35:26 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[Thoughts]]></category>

		<category><![CDATA[Alfred]]></category>

		<category><![CDATA[AppleScript]]></category>

		<category><![CDATA[extensions]]></category>

		<category><![CDATA[file]]></category>

		<category><![CDATA[folder]]></category>

		<category><![CDATA[hotkeys]]></category>

		<category><![CDATA[lion]]></category>

		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://www.consciousimages.com/create-new-text-file-in-folder-on-osx-lion/</guid>
		<description><![CDATA[I've been wanting to find a solution to create a new text file in a folder on Mac OSX for a while... ages actually.  Some people don't seem to need this, but I do it all the time &#8212; I've got a folder open and I want to add a quick note to the folder.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been wanting to find a solution to create a new text file in a folder on Mac OSX for a while&#8230; ages actually.  Some people don&#8217;t seem to need this, but I do it all the time &mdash; I&#8217;ve got a folder open and I want to add a quick note to the folder.</p>
<p>I&#8217;ve search and tried a few different solutions in the past &mdash; <a href="http://www.macworld.com/article/151236/2010/05/createnewfileservice.html" target="_blank">this MacWorld solution</a> works, but you have to have a document already in the folder to control-click.  What if it&#8217;s a blank folder?</p>
<p>I&#8217;ve recently become an enormous fan of <a href="http://alfredapp.com" target="_blank">Alfred</a>.  Why not use Alfred to create a hotkey to run an Applescript which does this?</p>
<p>Another approach is to create an extension which runs a shell script, but that&#8217;s not my thing &mdash; I also couldn&#8217;t work out how to use the current folder in the shell script.</p>
<p>After lots of trial, error and Googling, I had something which I thought should have worked but I kept getting permissions errors.  I posted to <a href="http://macscripter.net/viewtopic.php?pid=147511#p147511">MacScripter</a> and very soon had two working versions from Yvan Keonig (who is the MAN at AppleScript by the way).</p>
<p>This is the version I&#8217;m using (the second version) which Time/Date stamps the blank file &#8212; otherwise if there was a file called &#8220;untitled.txt&#8221; in the folder it would get rewritten.  I used it by creating a hotkey to launch it but you could probably just as easily add it as an extension to Alfred:</p>
<blockquote><p>
on run<br />
   tell application &#8220;Finder&#8221; to set myFolder to (folder of the front window) as text<br />
   tell application &#8220;TextEdit&#8221;<br />
       activate<br />
       make new document<br />
       tell application &#8220;System Events&#8221; to tell process &#8220;TextEdit&#8221; to tell menu bar 1 to tell menu bar item 5 to tell menu 1 to tell menu item -1<br />
           if enabled then<br />
               &#8220;.rtf&#8221;<br />
           else<br />
               &#8220;.txt&#8221;<br />
           end if<br />
       end tell<br />
       save document 1 in file (myFolder &#038; my dateTimeStamp() &#038; result)<br />
   end tell<br />
end run</p>
<p>&#8211;=====</p>
<p>on dateTimeStamp()<br />
   return (do shell script &#8220;date +_%Y-%m-%dT%H.%M.%S&#8221;)<br />
end dateTimeStamp</p>
<p>&#8211;=====
</p></blockquote>
<p>Thanks Yvan!</p>
<p>Btw, there&#8217;s also another solution by Jonas Wisser which is pretty cool &mdash; it&#8217;s called <a href="http://wisser.me/software/#NewTextFileHere" target="_blank">New Text File Here</a>.  If you use it with Alfred, you&#8217;ll get an extra step &#8220;Press Run to run this script or Quit to quit.&#8221;&#8230; slightly annoying.  But it does let you title the file first&mdash; this could be a handy feature for some.</p>
<p>Problem solved!</p>
<p><em><strong>Edit:</strong></em> The reason I was always getting the dialogue &#8220;Press Run to run this script or Quit to quit.&#8221; was because my Alfred hotkey contained the control key &mdash; the final post in <a href="http://www.red-sweater.com/forums/discussion/13/press-run-to-tun-this-script-or-quit-to-quit.-dialog/p1" target="_blank">this thread</a> confirms that when the control key is held when running a script, you get that dialogue.  I changed my Alfred hotkey and <em>voila!</em> no dialogue.  These are both excellent solutions&mdash;question is, which works best for you?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.consciousimages.com/create-new-text-file-in-folder-on-osx-lion/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Moe’s Notes and Journler</title>
		<link>http://www.consciousimages.com/moes-notes-and-journler/</link>
		<comments>http://www.consciousimages.com/moes-notes-and-journler/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 20:02:38 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[Thoughts]]></category>

		<category><![CDATA[Journler]]></category>

		<category><![CDATA[Moe's Notes]]></category>

		<guid isPermaLink="false">http://www.consciousimages.com/moes-notes-and-journler/</guid>
		<description><![CDATA[On my iPhone I use Moe&#8217;s Notes.  Love it.  Does what I need it to do.  Evernote offers conveniences and some terrific features but I like to keep my data close to home.
I&#8217;ve been struggling with what to do with my Moe&#8217;s notes on my desktop for over a year.  I [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_730" class="wp-caption alignleft" style="width: 98px"><a href="http://www.consciousimages.com/wp-content/uploads/2011/08/journler_icon_new1.png" rel="shadowbox[post-729];player=img;"><img src="http://www.consciousimages.com/wp-content/uploads/2011/08/journler_icon_new1.png" alt="Journler" title="Journler" width="88" height="125" class="size-full wp-image-730" /></a><p class="wp-caption-text">Journler</p></div></p>
<p>On my iPhone I use <a href="http://itunes.apple.com/us/app/moes-notes/id413819280?mt=8" target="_blank">Moe&#8217;s Notes</a>.  Love it.  Does what I need it to do.  <a href="http://www.evernote.com" target="blank">Evernote</a> offers conveniences and some terrific features but I like to keep my data close to home.</p>
<p>I&#8217;ve been struggling with what to do with my Moe&#8217;s notes on my desktop for over a year.  I was thinking of investing in <a href="http://www.usefulfruit.com/pearnote/" target="_blank">Pear Note</a> but didn&#8217;t because it doesn&#8217;t offer a mobile counterpart and was limited in other crucial (for me) areas.  I&#8217;ve tried everything else.  </p>
<p>Simultaneously, I&#8217;ve been struggling to replace <a href="http://journler.com/" target="_blank">Journler</a> as my Go-To note taker.  I love <a href="http://www.zengobi.com/products/curio/" target="_blank">Curio</a> for creative brainstorming, like <a href="http://www.devon-technologies.com/products/devonthink/" target="_blank">DevonThink</a> for permanent/archived things and I like <a href="http://notational.net/" target="_blank">Notational Velocity</a> for quick notes and syncing with <a href="http://simplenoteapp.com/" target="_blank">SimpleNote</a> on my iPhone, but nothing replaces the ease and reliability of Journler.</p>
<p>I happened to look at the website to see if there was any news (despite being great software and Phil offering good support (to me at least) and an active forum, it&#8217;s been abandonware for some time).  But low and behold  there was a beta of a new version for Snow Leopard and Lion.  I downloaded it, thinking I had already dismantled my database but to my great joy it fired right up &nbsp; well over a year later.  Needless to say, it brought back memories.</p>
<p>I flashed to my Moe&#8217;s problem, and 2 minutes later I had the answer to my problems.  All of the Moe&#8217;s folders imported as folders, in their place and each folder had the same files as in the original folders.  Images were intact in one file.  Audio &#8212; playable from within Journler &#8212; in another.  And notes in a third and metadata in a fourth.</p>
<p>Problem solved.</p>
<p><div id="attachment_727" class="wp-caption aligncenter" style="width: 571px"><a href="http://www.consciousimages.com/wp-content/uploads/2011/08/journler.png" rel="shadowbox[post-729];player=img;"><img src="http://www.consciousimages.com/wp-content/uploads/2011/08/journler.png" alt="Journler" title="Journler" width="561" height="291" class="size-full wp-image-727" /></a><p class="wp-caption-text">Journler</p></div></p>
<p>In Journler: File -> Import Files. Select your Moe&#8217;s backup folder.   You&#8217;ll see the box above - select your category, tags, label and how to deal with the dates.  Make sure &#8216;Preserve folder hierarchy&#8217; is checked below your selected folder.  Sit back and wait (folders with lots of data might take a couple of minutes).  You&#8217;re done!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.consciousimages.com/moes-notes-and-journler/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WRVU &amp; WRAS</title>
		<link>http://www.consciousimages.com/wrvu-wras/</link>
		<comments>http://www.consciousimages.com/wrvu-wras/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 15:36:05 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[Tracks]]></category>

		<category><![CDATA[Visuals]]></category>

		<guid isPermaLink="false">http://www.consciousimages.com/?p=717</guid>
		<description><![CDATA[By and large I&#8217;ve given up on radio unless I know the station (KKFI here in Kansas City, KCRW in LA, WKCR in New York).  
On a recent road trip though I was passing through Nashville while on the phone with a friend and he told me to turn on the radio&#8212;so happy he [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.consciousimages.com/wp-content/uploads/2011/02/radio.jpg" rel="shadowbox[post-717];player=img;"><img src="http://www.consciousimages.com/wp-content/uploads/2011/02/radio.jpg" alt="Radio" title="Radio" width="150" height="150" class="alignleft size-full wp-image-716" /></a>By and large I&#8217;ve given up on radio unless I know the station (<a href="http://www.kkfi.org" target="_blank">KKFI</a> here in Kansas City, <a href="http://www.kcrw.com/" target="_blank">KCRW</a> in LA, <a href="http://www.studentaffairs.columbia.edu/wkcr/" target="_blank">WKCR</a> in New York).  </p>
<p>On a recent road trip though I was passing through Nashville while on the phone with a friend and he told me to turn on the radio&mdash;so happy he did.  I not only discovered <a href="http://www.wrvu.org/" target="_blank">WRVU</a> but I tried the same thing in Atlanta and discovered <a href="http://www2.gsu.edu/~www885/">WRAS</a>.  WRVU is currently fighting for their existence, if you have a moment visit their site and take a listen&#8230; then take action.</p>
<p>Thanks for the great music!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.consciousimages.com/wrvu-wras/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New York Eyes</title>
		<link>http://www.consciousimages.com/new-york-eyes/</link>
		<comments>http://www.consciousimages.com/new-york-eyes/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 18:38:16 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[Tracks]]></category>

		<category><![CDATA[Visuals]]></category>

		<guid isPermaLink="false">http://www.consciousimages.com/?p=705</guid>
		<description><![CDATA[
Fantastic track, even better video.  New York Club in the 80&#8217;s&#8230; New York Eyes by Nicole McLoud &#038; Timmy Thomas.
&#160;
&#160;
&#160;
&#160;
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.consciousimages.com/wp-content/uploads/2010/09/R-216385-1247809164.jpeg" rel="shadowbox[post-705];player=img;" ><img src="http://www.consciousimages.com/wp-content/uploads/2010/09/R-216385-1247809164.jpeg" alt="New York Eyes" title="New York Eyes" width="150" height="150" class="alignleft size-full" border="0" style="padding-right: 20px;" /></a></p>
<p>Fantastic track, even better <a href="http://www.youtube.com/v/FkAUaexNoFc?fs=1&amp;hl=en_US" rel="shadowbox[post-705];player=swf;width=640;height=385;">video</a>.  New York Club in the 80&#8217;s&#8230; New York Eyes by Nicole McLoud &#038; Timmy Thomas.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.consciousimages.com/new-york-eyes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Half Seas Over: Gilles Peterson Podcast</title>
		<link>http://www.consciousimages.com/half-seas-over/</link>
		<comments>http://www.consciousimages.com/half-seas-over/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 15:46:48 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[Tracks]]></category>

		<guid isPermaLink="false">http://www.consciousimages.com/?p=689</guid>
		<description><![CDATA[
The longtime Radio 1 DJ Gilles Peterson has been doing free podcasts for a few years now.  This one&#8217;s a classic.
I haven&#8217;t been this homesick for New York City in ages&#8230; wonderful hour.
&#160;
&#160;
&#160;
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.consciousimages.com/wp-content/uploads/2010/08/halfseasover.jpg" rel="shadowbox[post-689];player=img;" ><img src="http://www.consciousimages.com/wp-content/uploads/2010/08/halfseasover.jpg" alt="Half Seas Over" title="Half Seas Over" width="150" height="150" class="alignleft size-full" border="0" style="padding-right: 20px;" /></a></p>
<p>The longtime <a href="http://www.bbc.co.uk/programmes/b006wq8d" target="_blank">Radio 1 DJ Gilles Peterson</a> has been doing free podcasts for a few years now.  This one&#8217;s a classic.</p>
<p>I haven&#8217;t been this homesick for New York City in ages&#8230; <a href="http://www.gillespetersonworldwide.com/2010/05/gilles-peterson-worldwide-vol-3-no-5-half-seas-over/" target="_blank">wonderful hour</a>.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.consciousimages.com/half-seas-over/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Danny MacAskill</title>
		<link>http://www.consciousimages.com/danny-macaskill/</link>
		<comments>http://www.consciousimages.com/danny-macaskill/#comments</comments>
		<pubDate>Wed, 26 May 2010 19:03:07 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[Visuals]]></category>

		<guid isPermaLink="false">http://www.consciousimages.com/?p=639</guid>
		<description><![CDATA[
&#160;
I first saw this when the views were a couple hundred thousand&#8230; then they went to a million.  Now we&#8217;re at 18.  Eighteen million views.
I&#8217;m probably 20 of those.  No matter how many times I see it, it gets better and better.
Genius is fun  
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.consciousimages.com/wp-content/uploads/2010/08/danny_macaskill_sized.jpg" rel="shadowbox[post-639];player=img;" ><img src="http://www.consciousimages.com/wp-content/uploads/2010/08/danny_macaskill_sized.jpg" alt="Danny MacAskill" title="Danny MacAskill" width="150" height="150" class="alignleft size-full" border="0" style="padding-right: 20px;" /></a></p>
<p>&nbsp;</p>
<p>I first saw <a href="http://www.youtube.com/v/Z19zFlPah-o?fs=1&amp;hl=en_US" rel="shadowbox[post-639];player=swf;width=640;height=385;">this</a> when the views were a couple hundred thousand&#8230; then they went to a million.  Now we&#8217;re at 18.  Eighteen million views.</p>
<p>I&#8217;m probably 20 of those.  No matter how many times I see it, it gets better and better.</p>
<p>Genius is fun <img src='http://www.consciousimages.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.consciousimages.com/danny-macaskill/feed/</wfw:commentRss>
		</item>
		<item>
		<title>There Was A Boy</title>
		<link>http://www.consciousimages.com/there-was-a-boy/</link>
		<comments>http://www.consciousimages.com/there-was-a-boy/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 12:34:22 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[Tracks]]></category>

		<category><![CDATA[Meg Baird]]></category>

		<category><![CDATA[There Was A Boy]]></category>

		<guid isPermaLink="false">http://www.consciousimages.com/?p=628</guid>
		<description><![CDATA[
&#160;
No idea where or how I first head this from Pennsylvania-native Meg Baird.
Doesn&#8217;t matter. I&#8217;m speechless.
It&#8217;s on last.fm and amazon.com.
MySpace.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.consciousimages.com/wp-content/uploads/2009/07/meg_baird_sized.jpg" rel="shadowbox[post-628];player=img;"><img src="http://www.consciousimages.com/wp-content/uploads/2009/07/meg_baird_sized.jpg" alt="meg_baird_sized" title="meg_baird_sized" width="150" height="150" class="alignleft size-full wp-image-629" border="0" style="padding-right: 20px;" /></a></p>
<p>&nbsp;</p>
<p>No idea where or how I first head this from Pennsylvania-native Meg Baird.</p>
<p>Doesn&#8217;t matter. I&#8217;m speechless.
<p>It&#8217;s on <a href="http://www.last.fm/music/Meg+Baird/_/there+was+a+boy" target="_blank">last.fm</a> and <a href="http://www.amazon.com/s/ref=nb_ss_dmusic/?tag=visdis-20&#038;url=search-alias%3Ddigital-music&#038;field-keywords=Meg+Baird" target="_blank" >amazon.com</a>.</p>
<p><a href="http://www.myspace.com/pennsylvaniawildlife" target="_blank">MySpace</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.consciousimages.com/there-was-a-boy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TED Talks: Richard Preston</title>
		<link>http://www.consciousimages.com/ted-talks-richard-preston/</link>
		<comments>http://www.consciousimages.com/ted-talks-richard-preston/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 16:44:43 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[Visuals]]></category>

		<category><![CDATA[Richard Preston]]></category>

		<category><![CDATA[TED]]></category>

		<category><![CDATA[TED Talks]]></category>

		<guid isPermaLink="false">http://www.consciousimages.com/?p=619</guid>
		<description><![CDATA[
&#160;
&#160;
Eighteen minutes that will rewire your brain: journalist Richard Preston on the Pacific Northwest Redwoods.  
&#160;
&#160;
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.consciousimages.com/wp-content/uploads/2009/07/redwood.jpg" rel="shadowbox[post-619];player=img;"><img src="http://www.consciousimages.com/wp-content/uploads/2009/07/redwood.jpg" alt="redwood" title="redwood" width="150" height="150" class="alignleft size-full wp-image-621" border="0" style="padding-right: 20px;" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://video.ted.com/talks/embed/RichardPreston_2008-embed_high.flv" rel="shadowbox[post-619]" target="_blank">Eighteen minutes</a> that will rewire your brain: journalist <a href="http://www.ted.com/index.php/talks/richard_preston_on_the_giant_trees.html" target="_blank">Richard Preston</a> on the Pacific Northwest Redwoods.  </p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.consciousimages.com/ted-talks-richard-preston/feed/</wfw:commentRss>
<enclosure url="http://video.ted.com/talks/embed/RichardPreston_2008-embed_high.flv" length="63634454" type="video/x-flv" />
		</item>
		<item>
		<title>Slap Chop</title>
		<link>http://www.consciousimages.com/slap-chop/</link>
		<comments>http://www.consciousimages.com/slap-chop/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 13:40:14 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[Visuals]]></category>

		<category><![CDATA[Infomerical]]></category>

		<category><![CDATA[Slap Chop]]></category>

		<category><![CDATA[Steve Porter]]></category>

		<category><![CDATA[Techno]]></category>

		<guid isPermaLink="false">http://www.consciousimages.com/?p=603</guid>
		<description><![CDATA[
&#160;
Pure genius &#8212; and surely officially-sanctioned viral marketing though it&#8217;s kept on the DL.
Hire a DJ to remix an infomercial?  Why not?
&#160;
&#160;
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.consciousimages.com/wp-content/uploads/2009/06/slapchop.jpg" rel="shadowbox[post-603];player=img;"><img src="http://www.consciousimages.com/wp-content/uploads/2009/06/slapchop.jpg" alt="slapchop" title="slapchop" width="150" height="150" class="alignleft size-full wp-image-606" border="0" style="margin-right:20px;" /></a></p>
<p>&nbsp;</p>
<p><a href="http://www.youtube.com/v/UWRyj5cHIQA&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;feature=player_embedded&#038;fs=1" rel="shadowbox[post-603];player=swf;width=640;height=385;">Pure genius</a> &mdash; and surely officially-sanctioned viral marketing though it&#8217;s kept on the DL.</p>
<p>Hire a <a href="http://www.djsteveporter.com" target="_blank">DJ</a> to remix an infomercial?  Why not?</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.consciousimages.com/slap-chop/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

