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

<channel>
	<title>Bell Creative Studio</title>
	<atom:link href="http://bellcreativestudio.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://bellcreativestudio.com/blog</link>
	<description>Be Creative.</description>
	<lastBuildDate>Fri, 13 Apr 2012 13:50:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Mandala automata</title>
		<link>http://bellcreativestudio.com/blog/?p=600</link>
		<comments>http://bellcreativestudio.com/blog/?p=600#comments</comments>
		<pubDate>Wed, 04 Apr 2012 02:18:38 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Ryan]]></category>

		<guid isPermaLink="false">http://bellcreativestudio.com/blog/?p=600</guid>
		<description><![CDATA[Ever since I read Stephen Wolfram&#8217;s &#8220;A New Kind of Science&#8220;, I&#8217;ve been intriged by cellular automata and simple self-referencial / recursive algorithms (I even have an app published in the iTunes Store called Total Automata.) The other night when I had a little bit of freetime, I devised a cipher using a reversible 1-dimensional [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bellcreativestudio.com/blog/wp-content/uploads/2012/04/mandala.png"><img title="mandala" src="http://bellcreativestudio.com/blog/wp-content/uploads/2012/04/mandala.png" alt="" width="458" height="458" /></a></p>
<p>Ever since I read Stephen Wolfram&#8217;s &#8220;<a href="http://www.wolframscience.com/thebook.html">A New Kind of Science</a>&#8220;, I&#8217;ve been intriged by cellular automata and simple self-referencial / recursive algorithms (I even have an app published in the iTunes Store called <a href="http://www.macworld.com/appguide/app.html?id=297855">Total Automata</a>.)</p>
<p>The other night when I had a little bit of freetime, I devised a cipher using a reversible 1-dimensional second order automata (more info in the source code):</p>
<p><a href="http://bellcreativestudio.com/caCrypt/">http://bellcreativestudio.com/caCrypt/</a></p>
<p>The trick to making an elementary cellular automata reversible is to XOR the previous state against the future state to preserve the history. Then you can flip the last two rows to run the process backwards.</p>
<p><a href="http://bellcreativestudio.com/blog/wp-content/uploads/2012/04/figure3.jpeg"><img class="alignnone size-medium wp-image-607" title="figure3" src="http://bellcreativestudio.com/blog/wp-content/uploads/2012/04/figure3-300x164.jpg" alt="" width="300" height="164" /></a></p>
<p><a href="http://bellcreativestudio.com/blog/wp-content/uploads/2012/04/figure4.jpeg"><img class="alignnone size-medium wp-image-608" title="figure4" src="http://bellcreativestudio.com/blog/wp-content/uploads/2012/04/figure4-300x110.jpg" alt="" width="300" height="110" /></a></p>
<p>Next, I took the XOR idea into 2-dimensions and discovered this mandala looking animation: (Variations in source code.)</p>
<p><a href="http://bellcreativestudio.com/mandala/">http://bellcreativestudio.com/mandala/</a></p>
<p>What&#8217;s amazing is that all of the fractal complexity arises from a single empty point of singularity.</p>
<p><a href="http://bellcreativestudio.com/blog/wp-content/uploads/2012/04/3d.png"><img title="3d" src="http://bellcreativestudio.com/blog/wp-content/uploads/2012/04/3d.png" alt="" width="712" height="701" /></a></p>
<p>(Volume rendering of 2d slices with time along the Z-axis using CT scan software GE MicroView.)</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbellcreativestudio.com%2Fblog%2F%3Fp%3D600&amp;title=Mandala%20automata" id="wpa2a_2">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://bellcreativestudio.com/blog/?feed=rss2&#038;p=600</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cryptocurrency charts</title>
		<link>http://bellcreativestudio.com/blog/?p=573</link>
		<comments>http://bellcreativestudio.com/blog/?p=573#comments</comments>
		<pubDate>Thu, 02 Feb 2012 02:33:04 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Ryan]]></category>

		<guid isPermaLink="false">http://bellcreativestudio.com/blog/?p=573</guid>
		<description><![CDATA[I created a Google Charts visualization for the four major cryptocurrency exchanges using a cron task to connect with the trading API&#8217;s at mtgox.com, exchange.bitparking.com, and btc-e.com every hour. The blue Heikin Ashi candlesticks show noise-filtered price movement (measured along the 1st column of labels) by time (bottom row of labels) over an orange wick-length [...]]]></description>
			<content:encoded><![CDATA[<p>I created a Google Charts visualization for the four major cryptocurrency exchanges using a cron task to connect with the trading API&#8217;s at mtgox.com, exchange.bitparking.com, and btc-e.com every hour.</p>
<p><a href="http://bellcreativestudio.com/blog/wp-content/uploads/2012/02/Screen-shot-2012-02-03-at-12.59.34-AM1.png"><img class="alignnone size-full wp-image-594" title="Screen-shot-2012-02-03-at-12.59.34-AM" src="http://bellcreativestudio.com/blog/wp-content/uploads/2012/02/Screen-shot-2012-02-03-at-12.59.34-AM1.png" alt="" width="886" height="491" /></a></p>
<p>The blue Heikin Ashi candlesticks show noise-filtered price movement (measured along the 1st column of labels) by time (bottom row of labels) over an orange wick-length volatility indicator and red discussion-volume line. Volume is represented by an open or closed grey bar, labelled on the inner column of numbers.</p>
<p>The Ask depth is drawn in green and the Bid depth in red for the past 10 days (newest data is darker; older data is lighter), with the volume required to move the price in either direction listed below. The black line is a time-independent mirrored Renko chart used to identify possible support &amp; resistance values. Average price movement for Hourly (H), Daily (D), Weekly (W), and Monthly(M) periods are displayed with colored circle indicators.</p>
<p>The charts are available at: <a href="http://bellcreativestudio.com/charts">http://bellcreativestudio.com/charts</a> (<a href="http://coincharts.bit">coincharts.bit</a>)</p>
<p>See: What is a <a href="http://www.milkeninstitute.org/publications/review/2012_1/22-31MR53.pdf">cryptocurrency</a>?</p>
<p>&nbsp;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbellcreativestudio.com%2Fblog%2F%3Fp%3D573&amp;title=Cryptocurrency%20charts" id="wpa2a_4">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://bellcreativestudio.com/blog/?feed=rss2&#038;p=573</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A beautiful arrangement of &#8220;That&#8217;s All.&#8221;</title>
		<link>http://bellcreativestudio.com/blog/?p=584</link>
		<comments>http://bellcreativestudio.com/blog/?p=584#comments</comments>
		<pubDate>Mon, 30 Jan 2012 16:50:05 +0000</pubDate>
		<dc:creator>Linda</dc:creator>
				<category><![CDATA[Linwood]]></category>
		<category><![CDATA[Cathi Muckle]]></category>
		<category><![CDATA[Linwood Bell]]></category>
		<category><![CDATA[song]]></category>
		<category><![CDATA[That's All]]></category>

		<guid isPermaLink="false">http://bellcreativestudio.com/blog/?p=584</guid>
		<description><![CDATA[Here&#8217;s a beautiful arrangement of &#8220;That&#8217;s All,&#8221; produced by Linwood Bell, with vocals by Cathi Muckle.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a beautiful arrangement of &#8220;That&#8217;s All,&#8221; produced by Linwood Bell, with vocals by Cathi Muckle.</p>
<p><iframe width="100%" height="166" scrolling="no" frameborder="no" src="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F35341248&amp;auto_play=false&amp;show_artwork=false&amp;color=2d4660"></iframe></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbellcreativestudio.com%2Fblog%2F%3Fp%3D584&amp;title=A%20beautiful%20arrangement%20of%20%26%238220%3BThat%26%238217%3Bs%20All.%26%238221%3B" id="wpa2a_6">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://bellcreativestudio.com/blog/?feed=rss2&#038;p=584</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The story behind my painting, &#8220;Hello.&#8221;</title>
		<link>http://bellcreativestudio.com/blog/?p=568</link>
		<comments>http://bellcreativestudio.com/blog/?p=568#comments</comments>
		<pubDate>Tue, 17 Jan 2012 21:05:54 +0000</pubDate>
		<dc:creator>Linda</dc:creator>
				<category><![CDATA[Linda]]></category>

		<guid isPermaLink="false">http://bellcreativestudio.com/blog/?p=568</guid>
		<description><![CDATA[To read the story behind &#8220;Hello,&#8221; please visit my blog: http://bellcreativegallery.com/the-story-behind-hello/  &#160;]]></description>
			<content:encoded><![CDATA[<p>To read the story behind &#8220;Hello,&#8221; please visit my blog: <a title="http://bellcreativegallery.com/the-story-behind-hello/ " href="http://bellcreativegallery.com/the-story-behind-hello/ " target="_blank">http://bellcreativegallery.com/the-story-behind-hello/ </a></p>
<p><a href="http://bellcreativestudio.com/blog/wp-content/uploads/2012/01/Hello.jpg"><img class="alignnone size-full wp-image-569" title="Hello" src="http://bellcreativestudio.com/blog/wp-content/uploads/2012/01/Hello.jpg" alt="" width="720" height="576" /></a></p>
<p>&nbsp;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbellcreativestudio.com%2Fblog%2F%3Fp%3D568&amp;title=The%20story%20behind%20my%20painting%2C%20%26%238220%3BHello.%26%238221%3B" id="wpa2a_8">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://bellcreativestudio.com/blog/?feed=rss2&#038;p=568</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Launched a new website for my art/photos!</title>
		<link>http://bellcreativestudio.com/blog/?p=558</link>
		<comments>http://bellcreativestudio.com/blog/?p=558#comments</comments>
		<pubDate>Tue, 17 Jan 2012 05:33:26 +0000</pubDate>
		<dc:creator>Linda</dc:creator>
				<category><![CDATA[Linda]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Bell Creative Gallery]]></category>
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://bellcreativestudio.com/blog/?p=558</guid>
		<description><![CDATA[It was time to give my old art/photography site a facelift, so I decided to launch it under a new name,  Bell Creative Gallery. I hope you&#8217;ll stop by and check out! I also have my photos posted on: Google+: www.gplus.to/lindabell Flickr: http://www.flickr.com/photos/bellcreativestudio Facebook: https://www.facebook.com/lindabell FineArtAmerica: http://linda-bell.artistwebsites.com/ Please let me know if you have your photos or [...]]]></description>
			<content:encoded><![CDATA[<p>It was time to give my old art/photography site a facelift, so I decided to launch it under a new name,  <a href="http://www.bellcreativegallery.com" target="_blank">Bell Creative Gallery.</a> I hope you&#8217;ll stop by and check out!</p>
<p><img class="alignnone size-full wp-image-564 aligncenter" title="screenshot-of-BCG" src="http://bellcreativestudio.com/blog/wp-content/uploads/2012/01/screenshot-of-BCG.jpg" alt="" width="662" height="905" /></p>
<p>I also have my photos posted on:</p>
<p>Google+: <a title="www.gplus.to/lindabell" href="http://www.gplus.to/lindabell" target="_blank">www.gplus.to/lindabell</a></p>
<p>Flickr: <a title="http://www.flickr.com/photos/bellcreativestudio/" href="http://www.flickr.com/photos/bellcreativestudio/" target="_blank">http://www.flickr.com/photos/bellcreativestudio</a></p>
<p>Facebook: <a title="https://www.facebook.com/lindabell" href="https://www.facebook.com/lindabell" target="_blank">https://www.facebook.com/lindabell</a></p>
<p>FineArtAmerica: <a title="http://linda-bell.artistwebsites.com/" href="http://linda-bell.artistwebsites.com/" target="_blank">http://linda-bell.artistwebsites.com/</a></p>
<p><em>Please let me know if you have your photos or artwork posted anywhere. I&#8217;d love to see them! </em></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbellcreativestudio.com%2Fblog%2F%3Fp%3D558&amp;title=Launched%20a%20new%20website%20for%20my%20art%2Fphotos%21" id="wpa2a_10">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://bellcreativestudio.com/blog/?feed=rss2&#038;p=558</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yes, we can do that.</title>
		<link>http://bellcreativestudio.com/blog/?p=552</link>
		<comments>http://bellcreativestudio.com/blog/?p=552#comments</comments>
		<pubDate>Sun, 15 Jan 2012 00:55:14 +0000</pubDate>
		<dc:creator>Linda</dc:creator>
				<category><![CDATA[Linda]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://bellcreativestudio.com/blog/?p=552</guid>
		<description><![CDATA[I absolutely LOVE working closely with our clients. I value their input, and always try to deliver exactly what they want (even though sometimes what they want and what they need are two different things &#8211; as demonstrated so eloquently in this video).]]></description>
			<content:encoded><![CDATA[<p>I absolutely LOVE working closely with our clients. I value their input, and always try to deliver exactly what they want (even though sometimes what they <em>want</em> and what they <em>need</em> are two different things  &#8211; as demonstrated so eloquently in this video).</p>
<p><object width="480" height="385" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" 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/xwqPYeTSYng&amp;hl=en_US&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed width="480" height="385" type="application/x-shockwave-flash" src="http://www.youtube.com/v/xwqPYeTSYng&amp;hl=en_US&amp;fs=1" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbellcreativestudio.com%2Fblog%2F%3Fp%3D552&amp;title=Yes%2C%20we%20can%20do%20that." id="wpa2a_12">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://bellcreativestudio.com/blog/?feed=rss2&#038;p=552</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OWLE (BUBO)! I&#8217;ve gotta have it!</title>
		<link>http://bellcreativestudio.com/blog/?p=546</link>
		<comments>http://bellcreativestudio.com/blog/?p=546#comments</comments>
		<pubDate>Wed, 04 Jan 2012 04:18:04 +0000</pubDate>
		<dc:creator>Linda</dc:creator>
				<category><![CDATA[Linda]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[videography]]></category>

		<guid isPermaLink="false">http://bellcreativestudio.com/blog/?p=546</guid>
		<description><![CDATA[Check out this OWLE BUBO handheld iPhone mount/stabilizer. It&#8217;s the ultimate gadget for iPhone videographers. It even comes with a super cool 35mm wide angle lens PLUS microphone! I&#8217;m totally drooling over this right now: &#160;]]></description>
			<content:encoded><![CDATA[<p>Check out this OWLE BUBO handheld iPhone mount/stabilizer. It&#8217;s the ultimate gadget for iPhone videographers.  It even comes with a super cool 35mm wide angle lens PLUS microphone!<em> I&#8217;m totally drooling over this right now:</em><br />
&nbsp;<br />
<iframe width="560" height="315" src="http://www.youtube.com/embed/OkNc6tMwPvo?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbellcreativestudio.com%2Fblog%2F%3Fp%3D546&amp;title=OWLE%20%28BUBO%29%21%20I%26%238217%3Bve%20gotta%20have%20it%21" id="wpa2a_14">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://bellcreativestudio.com/blog/?feed=rss2&#038;p=546</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soundcloud + WordPress site + mobile devices.</title>
		<link>http://bellcreativestudio.com/blog/?p=527</link>
		<comments>http://bellcreativestudio.com/blog/?p=527#comments</comments>
		<pubDate>Fri, 09 Dec 2011 19:23:56 +0000</pubDate>
		<dc:creator>Linda</dc:creator>
				<category><![CDATA[Linda]]></category>
		<category><![CDATA[holidays]]></category>
		<category><![CDATA[I'll Be Home For Christmas]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[song]]></category>
		<category><![CDATA[Soundcloud]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bellcreativestudio.com/blog/?p=527</guid>
		<description><![CDATA[Have you posted your Soundcloud music on your WordPress website and then noticed later, much to your frustration, that it&#8217;s not showing up on your iPhone, iPad, etc? Here&#8217;s how to get Soundcloud, WordPress, and mobile devices to play nicely together&#8230; On Soundcloud, click the SHARE button above your track. * In the popup window, [...]]]></description>
			<content:encoded><![CDATA[<p>Have you posted your Soundcloud music on your WordPress website and then noticed later, much to your frustration, that it&#8217;s not showing up on your iPhone, iPad, etc? Here&#8217;s how to get Soundcloud, WordPress, and mobile devices to play nicely together&#8230;</p>
<p>On Soundcloud, click the <strong>SHARE</strong> button above your track.<br />
* In the popup window, click <strong>CUSTOMIZE PLAYER.</strong> (On the bottom, right corner).<br />
* Click the <strong>HTML5</strong> tab.<br />
* Using the color picker, select the color for your &#8220;play&#8221; button.<br />
* Copy the widget code.<br />
* Paste this code on your [WordPress] site.<br />
<em>Tah-dah!</em> It&#8217;s as easy as that!</p>
<p>Here&#8217;s a Christmas tune that Linwood produced/arranged with lovely vocalist (and dear friend) Cathi Muckle, that demonstrates how well it works. </p>
<p><iframe width="100%" height="166" scrolling="no" frameborder="no" src="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F30301833&amp;auto_play=false&amp;show_artwork=false&amp;color=005e0a"></iframe></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbellcreativestudio.com%2Fblog%2F%3Fp%3D527&amp;title=Soundcloud%20%2B%20WordPress%20site%20%2B%20mobile%20devices." id="wpa2a_16">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://bellcreativestudio.com/blog/?feed=rss2&#038;p=527</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s Art Project is breathtaking!</title>
		<link>http://bellcreativestudio.com/blog/?p=463</link>
		<comments>http://bellcreativestudio.com/blog/?p=463#comments</comments>
		<pubDate>Sun, 27 Nov 2011 15:46:55 +0000</pubDate>
		<dc:creator>Linda</dc:creator>
				<category><![CDATA[Linda]]></category>
		<category><![CDATA[Google Art Project]]></category>

		<guid isPermaLink="false">http://bellcreativestudio.com/blog/?p=463</guid>
		<description><![CDATA[As an artist/photographer, being able to peruse the galleries in the &#8220;Art Project powered by Google,&#8221; and get so close to these great masterpieces that you can study the tiniest little details and nuances in each brushstroke, is so exhilarating I have to remind myself to breathe! Brilliant in both concept and presentation, it allows [...]]]></description>
			<content:encoded><![CDATA[<p>As an artist/photographer, being able to peruse the galleries in the <a href="http://www.googleartproject.com" target="blank">&#8220;Art Project powered by Google,&#8221;</a> and get so close to these great masterpieces that you can study the tiniest little details and nuances in each brushstroke, is so exhilarating I have to remind myself to breathe!</p>
<p>Brilliant in both concept and presentation, it allows you to explore 17 of the finest art museums from around the world, including The Metropolitan Museum of Art and MoMA in New York, the Van Gogh Museum in Amsterdam, The State Hermitage Museum in St. Petersburg, Museo Reina Sofia in Madrid, the Uffizi Gallery in Florence, Tate Britain and The National Gallery in London. More than 1,000 works of art by more than 400 artists can be viewed at amazing zoom levels. For those who enjoy discussing art, you can even create your own collection of these masterpieces and share them with your friends.</p>
<p style="text-align: center;"><img class="size-full wp-image-464 aligncenter" title="GoogleArtProject" src="http://bellcreativestudio.com/blog/wp-content/uploads/2011/11/GoogleArtProject.jpg" alt="" width="400" height="230" /> <em>[ Each time you refresh the page, a different painting is featured.]</em></p>
<p>&nbsp;</p>
<h3 style="text-align: center;"> <span class="Apple-style-span" style="font-weight: bold;">VISITOR&#8217;S GUIDE:<br />
<iframe src="http://www.youtube.com/embed/GThNZH5Q1yY?rel=0" frameborder="0" width="540" height="304"></iframe></span></h3>
<p>&nbsp;</p>
<h3 style="text-align: center;">BEHIND THE SCENES:<br />
<iframe src="http://www.youtube.com/embed/aYXdEUB0VgQ?rel=0" frameborder="0" width="540" height="304"></iframe></h3>
<p>I think I&#8217;ll make a cup of coffee and run over to the Museo Reina Sofia in Madrid. What a wonderful way to spend a Sunday morning!</p>
<p>Join me at <a href="http://www.googleartproject.com" target="_blank"><span style="color: #008080;"><strong>GoogleArtProject.com</strong></span></a>!</p>
<p>You&#8217;ve got to bring your own coffee, though, ok?</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbellcreativestudio.com%2Fblog%2F%3Fp%3D463&amp;title=Google%26%238217%3Bs%20Art%20Project%20is%20breathtaking%21" id="wpa2a_18">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://bellcreativestudio.com/blog/?feed=rss2&#038;p=463</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing the Lytro Light Field (&#8220;focus later&#8221;) camera.</title>
		<link>http://bellcreativestudio.com/blog/?p=425</link>
		<comments>http://bellcreativestudio.com/blog/?p=425#comments</comments>
		<pubDate>Mon, 14 Nov 2011 20:24:39 +0000</pubDate>
		<dc:creator>Linda</dc:creator>
				<category><![CDATA[Linda]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[focus later]]></category>
		<category><![CDATA[Lytro]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://bellcreativestudio.com/blog/?p=425</guid>
		<description><![CDATA[Have you heard about the new Lytro Light Field camera? It captures the color, intensity, and direction of all the light in the field, at once. Instantly. This enables you to focus and refocus the image after you&#8217;ve taken the shot! Yes, AFTERWARDS. Can you imagine?! At $400, it&#8217;s a bit pricey for a fun [...]]]></description>
			<content:encoded><![CDATA[<p>Have you heard about the new Lytro Light Field camera? It captures the color, intensity, and direction of all the light in the field, at once. Instantly. This enables you to focus and refocus the image after you&#8217;ve taken the shot! Yes, AFTERWARDS. Can you imagine?! At $400, it&#8217;s a bit pricey for a fun little gadget, but&#8230;it&#8217;s<em> oh, soooooo cool!</em></p>
<p><img src=http://tctechcrunch2011.files.wordpress.com/2011/10/lytro-stacked.jpg?w=640></p>
<p>Here&#8217;s are some interesting visual examples of how you can adjust images taken by a &#8220;light field camera&#8221; AFTER you&#8217;ve shot it. </p>
<p><em>NOTE: Click on different areas of the screen to change the focal point.</em><br />
&nbsp;<br />
<iframe width="400" height="415" src="https://www.lytro.com/living-pictures/280/embed" frameborder="0" allowfullscreen></iframe><br />
&nbsp;<br />
<iframe width="400" height="415" src="https://www.lytro.com/living-pictures/296/embed" frameborder="0" allowfullscreen></iframe><br />
&nbsp;<br />
<iframe width="400" height="415" src="https://www.lytro.com/living-pictures/277/embed" frameborder="0" allowfullscreen></iframe><br />
&nbsp;<br />
<iframe width="400" height="415" src="https://www.lytro.com/living-pictures/141/embed" frameborder="0" allowfullscreen></iframe></p>
<p>For more information on this camera, visit: <a href="http://www.lytro.com/" target="blank">www.lytro.com/</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbellcreativestudio.com%2Fblog%2F%3Fp%3D425&amp;title=Introducing%20the%20Lytro%20Light%20Field%20%28%26%238220%3Bfocus%20later%26%238221%3B%29%20camera." id="wpa2a_20">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://bellcreativestudio.com/blog/?feed=rss2&#038;p=425</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

