<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>Fluxotronic</title>
	
	<link>http://fluxotronic.com</link>
	<description>Preposterous Ponderings by Pete Peterson</description>
	<lastBuildDate>Sat, 31 Jul 2010 05:01:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Fluxotronic" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="fluxotronic" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Designing an iPhone Game: part 1</title>
		<link>http://fluxotronic.com/2010/07/31/designing-an-iphone-game-part-1/</link>
		<comments>http://fluxotronic.com/2010/07/31/designing-an-iphone-game-part-1/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 05:01:42 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://fluxotronic.com/?p=297</guid>
		<description><![CDATA[So. I started on a venture to create a simple kid orientated game for the iPhone. I made the decision to go down this road to learn something new, and hopefully earn a few dollars in the end. The process has been interesting and fun with a bit of frustrating sprinkled here and there. I [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://fluxotronic.com/2010/07/31/designing-an-iphone-game-part-1/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Designing+an+iPhone+Game%3A+part+1";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>So. I started on a venture to create a simple kid orientated game for the iPhone. I made the decision to go down this road to learn something new, and hopefully earn a few dollars in the end.</p>
<p>The process has been interesting and fun with a bit of frustrating sprinkled here and there.</p>
<p>I first had to get acquainted with Objective-c. Fair enough.</p>
<p>I usually like to look at some code before I start reading on a new programing language. The thing is (even though I know C, Java, Python) this doesn&#8217;t really conform to most other language structures. There is definately a disconnect, Apple and Objective-C just don&#8217;t seem like they go together, but it is what it is.</p>
<p>Out of the box there isn&#8217;t much that one can do to get started on a game (unless you are an OC whiz and know a thing or two about OpenGL). Enter <a href="http://www.cocos2d-iphone.org/">Cocos2d</a>.</p>
<p><a class="thickbox" title="Screen shot 2010-07-30 at 9.59.34 PM" rel="same-post-297" href="http://fluxotronic.com/wp-content/uploads/2010/07/Screen-shot-2010-07-30-at-9.59.34-PM.png"><img class="aligncenter size-medium wp-image-300" title="Screen shot 2010-07-30 at 9.59.34 PM" src="http://fluxotronic.com/wp-content/uploads/2010/07/Screen-shot-2010-07-30-at-9.59.34-PM-265x300.png" alt="" width="265" height="300" /></a></p>
<p>Cocos2d is a essentially an OpenGL wrapper with lots of extra goodies that makes this process SOOOO much easier.  I highly recommend it. Best of all its free, open source and commonly employed (think Farmville).<br />
First using the MVC pattern (Model View Controller for the un-initiated) was to lay out the components.</p>
<div id="attachment_299" class="wp-caption alignleft" style="width: 198px"><a class="thickbox" title="Screen shot 2010-07-30 at 9.49.36 PM" rel="same-post-297" href="http://fluxotronic.com/wp-content/uploads/2010/07/Screen-shot-2010-07-30-at-9.49.36-PM.png"><img class="size-full wp-image-299" title="Screen shot 2010-07-30 at 9.49.36 PM" src="http://fluxotronic.com/wp-content/uploads/2010/07/Screen-shot-2010-07-30-at-9.49.36-PM.png" alt="Asset Organization" width="188" height="175" /></a><p class="wp-caption-text">Asset Organization</p></div>
<p>We&#8217;ve got got the Model (DataWarehouse),  the Controller (Gamescene, coupled with our App delegate), and the Views (Layers). This should make simple sense, but keeping things organized can be tricky especially when learning a new language, framework and standards.</p>
<p>At this point we are ready to start coding. That will be for the next post. Creating sprites, menus and simple (or not so simple) interactions.</p>
]]></content:encoded>
			<wfw:commentRss>http://fluxotronic.com/2010/07/31/designing-an-iphone-game-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Texture Pack 2: Textiles</title>
		<link>http://fluxotronic.com/2010/07/28/texture-pack2-textiles/</link>
		<comments>http://fluxotronic.com/2010/07/28/texture-pack2-textiles/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 17:44:36 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[texture pack]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[texture]]></category>

		<guid isPermaLink="false">http://fluxotronic.com/?p=275</guid>
		<description><![CDATA[Here is a nice little *FREE* pack of high resolution textile images. Consisting of: Download: Texture Pack 2 Enjoy! Please show off your work here by posting a link of how you are using them.]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://fluxotronic.com/2010/07/28/texture-pack2-textiles/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Free+Texture+Pack+2%3A+Textiles";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Here is a nice little *FREE* pack of high resolution textile images. Consisting of:</p>
<div id="attachment_280" class="wp-caption alignleft" style="width: 310px"><a class="thickbox" title="Tissue" rel="same-post-275" href="http://fluxotronic.com/wp-content/uploads/2010/07/Tissue.jpg"><img class="size-medium wp-image-280" title="Tissue" src="http://fluxotronic.com/wp-content/uploads/2010/07/Tissue-300x225.jpg" alt="Tissue" width="300" height="225" /></a><p class="wp-caption-text">Tissue</p></div>
<div id="attachment_279" class="wp-caption alignleft" style="width: 310px"><a class="thickbox" title="Polyester Mesh" rel="same-post-275" href="http://fluxotronic.com/wp-content/uploads/2010/07/Polyester-Mesh.jpg"><img class="size-medium wp-image-279" title="Polyester Mesh" src="http://fluxotronic.com/wp-content/uploads/2010/07/Polyester-Mesh-300x225.jpg" alt="Polyester Mesh" width="300" height="225" /></a><p class="wp-caption-text">Polyester Mesh</p></div>
<div id="attachment_278" class="wp-caption alignleft" style="width: 310px"><a class="thickbox" title="Flannel" rel="same-post-275" href="http://fluxotronic.com/wp-content/uploads/2010/07/Flannel.jpg"><img class="size-medium wp-image-278" title="Flannel" src="http://fluxotronic.com/wp-content/uploads/2010/07/Flannel-300x225.jpg" alt="Flannel" width="300" height="225" /></a><p class="wp-caption-text">Flannel</p></div>
<div id="attachment_277" class="wp-caption alignleft" style="width: 310px"><a class="thickbox" title="Cardboard" rel="same-post-275" href="http://fluxotronic.com/wp-content/uploads/2010/07/Cardboard.jpg"><img class="size-medium wp-image-277" title="Cardboard" src="http://fluxotronic.com/wp-content/uploads/2010/07/Cardboard-300x225.jpg" alt="Cardboard" width="300" height="225" /></a><p class="wp-caption-text">Cardboard</p></div>
<div id="attachment_276" class="wp-caption alignleft" style="width: 310px"><a class="thickbox" title="Burlap" rel="same-post-275" href="http://fluxotronic.com/wp-content/uploads/2010/07/Burlap.jpg"><img class="size-medium wp-image-276" title="Burlap" src="http://fluxotronic.com/wp-content/uploads/2010/07/Burlap-300x225.jpg" alt="Burlap" width="300" height="225" /></a><p class="wp-caption-text">Burlap</p></div>
<div class="clear"></div>
<hr />
<p>
Download: <a href="http://fluxotronic.com/wp-content/uploads/2010/07/TexturePack2_Textiles.zip">Texture Pack 2</a>
</p>
<p>
Enjoy! Please show off your work here by posting a link of how you are using them.</p>
]]></content:encoded>
			<wfw:commentRss>http://fluxotronic.com/2010/07/28/texture-pack2-textiles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An open letter to Microsoft RE: Internet Explorer Heartache</title>
		<link>http://fluxotronic.com/2010/07/20/an-open-letter-to-microsoft-re-internet-explorer-heartache/</link>
		<comments>http://fluxotronic.com/2010/07/20/an-open-letter-to-microsoft-re-internet-explorer-heartache/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 16:57:21 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Random Thoughts]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[gripe]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[open letter]]></category>

		<guid isPermaLink="false">http://fluxotronic.com/?p=269</guid>
		<description><![CDATA[Subject: Compensation for heartache To: Microsoft From: Pete Peterson Hi Microsoft, My name is Pete, and I have been doing work on the web for about 10 years now. Although I do not blame you (Microsoft) for the active use of Internet Explorer across the inter webs, you did however produce this atrocious piece of [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://fluxotronic.com/2010/07/20/an-open-letter-to-microsoft-re-internet-explorer-heartache/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "An+open+letter+to+Microsoft+RE%3A+Internet+Explorer+Heartache";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Subject: Compensation for heartache<br />
To: Microsoft<br />
From: Pete Peterson</p>
<p>Hi Microsoft,</p>
<p>My name is Pete, and I have been doing work on the web for about 10 years now. Although I do not blame you (Microsoft) for the active use of Internet Explorer across the inter webs, you did however produce this atrocious piece of software. The versions have been steadily getting better, but, there is this thing called the a &#8220;standard&#8221; for web delivered information which would be great if you could find time to read them and apply them to how Internet Explorer renders web pages.</p>
<p>Here is a web address (also called a URL) for reference: http://www.w3.org/standards/</p>
<p>As I mentioned before, I don&#8217;t blame you (Microsoft) for the hundreds of thousands of people who still use your archaic browser (specifically IE 6), but since it was you that produced it, I feel I should be compensated for the countless hours spent in hacking html, css, javascript to get your browser to display the way it should. Not to mention all the aspirin, ibuprofen, coffee, Valum, whiskey that I have had to consume in order to endure having to work with this shoddy piece of ether that has been the bane of my existence since I decided on this career path.</p>
<p>I believe that $5000.00 is fair. Please enclose a check payable to Peter Peterson. No hard feelings.</p>
<p>Regards,</p>
<p>Pete</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
 My customer support id for this message is 1135554260<br />
 please feel free to follow along.</p>
<p>[EDIT]</p>
<p>I recieved a response from Microsoft regarding my gripe:</p>
<blockquote><p>
For replacement media or hardware please contact the Microsoft Order Desk by calling (800) 360-7561. Their hours of operation are Monday through Friday, 5:00 A.M. to 7:00 P.M. Pacific Time.</p>
<p>Please note this is an unmonitored alias. If you have further questions for customer service please contact us by Email:  https://support.microsoft.com/contactus/emailcontact.aspx?scid=sw;en;1208&#038;ws=orderautoreply  </p>
<p>Thank you,<br />
Microsoft Customer Service
</p></blockquote>
<p>I guess they aren&#8217;t going to pay me.</p>
]]></content:encoded>
			<wfw:commentRss>http://fluxotronic.com/2010/07/20/an-open-letter-to-microsoft-re-internet-explorer-heartache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Involving The Artsy-Fartsy</title>
		<link>http://fluxotronic.com/2010/06/23/involving-the-artsy-fartsy/</link>
		<comments>http://fluxotronic.com/2010/06/23/involving-the-artsy-fartsy/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 16:46:24 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[NSFW]]></category>

		<guid isPermaLink="false">http://fluxotronic.com/?p=267</guid>
		<description><![CDATA[I&#8217;m a big fan of the ocular arts. Every now and then I find a little morsel of &#8220;visual crack&#8221;: blog.yimmyayo.com. Be Warned: Some of the content is NSFW. But all is tasty in its own way. Enjoy.]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://fluxotronic.com/2010/06/23/involving-the-artsy-fartsy/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Involving+The+Artsy-Fartsy";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>I&#8217;m a big fan of the ocular arts. Every now and then I find a little morsel of &#8220;visual crack&#8221;: <a href="http://blog.yimmyayo.com">blog.yimmyayo.com</a>.</p>
<p>Be Warned: Some of the content is NSFW. But all is tasty in its own way.</p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://fluxotronic.com/2010/06/23/involving-the-artsy-fartsy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OnLive – From a Mac perspective</title>
		<link>http://fluxotronic.com/2010/06/22/onlive-from-a-mac-perspective/</link>
		<comments>http://fluxotronic.com/2010/06/22/onlive-from-a-mac-perspective/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 17:59:37 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://fluxotronic.com/?p=260</guid>
		<description><![CDATA[I&#8217;m not a heavy duty gamer. At least not any more. I still enjoy the occasional shoot &#8216;em up game, mostly I enjoy the quick and dirty mini-games I can get in and get out quickly. Yes I am a Wii man. The prospect to get some of the games I&#8217;ve enjoyed in my younger [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://fluxotronic.com/2010/06/22/onlive-from-a-mac-perspective/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "OnLive+%26%238211%3B+From+a+Mac+perspective";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>I&#8217;m not a heavy duty gamer. At least not any more. I still enjoy the occasional shoot &#8216;em up game, mostly I enjoy the quick and dirty mini-games I can get in and get out quickly. Yes I am a Wii man.</p>
<p>The prospect to get some of the games I&#8217;ve enjoyed in my younger years at the drop of a hat, at my discretion on my Mac is very appealing.</p>
<p>Enter <a href="http://onlive.com">OnLive</a>. I was a bit dubious of a streaming game service, but they have done a fantastic job. The game play is impressive. If I were into the best graphics, sound, screaming performance I might find the service sub-par. But you can&#8217;t shake a stick at the convenience and cross platform aspect.</p>
<p>I think most game players (especially those like me who are not avid gamers but would like the option to play some of the newer involved games on your Mac) will be very pleasantly surprised.</p>
]]></content:encoded>
			<wfw:commentRss>http://fluxotronic.com/2010/06/22/onlive-from-a-mac-perspective/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 5 (free) Android Apps</title>
		<link>http://fluxotronic.com/2010/04/08/top-5-free-android-apps/</link>
		<comments>http://fluxotronic.com/2010/04/08/top-5-free-android-apps/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 16:13:35 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://fluxotronic.com/?p=247</guid>
		<description><![CDATA[So, I&#8217;m not that big into lists. But on occasion, I have been known to organized. So here I present my top 5 favorite *free* Android apps. Swype (http://swypeinc.com/index.html) Softkeyboard replacement. This is one of those things where it just makes sense. I was not too thrilled with the softkeyboard on my HTC Hero. With [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://fluxotronic.com/2010/04/08/top-5-free-android-apps/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Top+5+%28free%29+Android+Apps";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>So, I&#8217;m not that big into lists. But on occasion, I have been known to organized. So here I present my top 5 favorite *free* Android apps.</p>
<p>Swype (<a href="http://swypeinc.com/index.html">http://swypeinc.com/index.html</a>) Softkeyboard replacement. This is one of those things where it just makes sense. I was not too thrilled with the softkeyboard on my HTC Hero. With this app though, I look forward to having to type on my phone. Its quick, simple and fun.</p>
<p>Timeriffic (<a href="http://code.google.com/p/autosettings/">http://code.google.com/p/autosettings/</a>) I use my phone as my alarm clock, and I was in the process of writing my own app to control the settings on my phone based on time of day, when I came across this app. It does the job very well, and can have multiple profiles, for say, the weekend, vacation, etc. My phone all but turns off at night, and automatically sets the ring tone volume, and notification volume back to normal at a decent hour.</p>
<p>Cubed (<a href="http://abrantix.org/rockon.php">http://abrantix.org/rockon.php</a>) Link is to producer, not the actual app. This player is top notch. Great interface, and impressively well done for a free app. This IMHO puts my phone on par with my iPod. (for the features of music play).<a href="http://www.youtube.com/watch?v=5_X5J1pK-3w&amp;feature=player_embedded">Cubed Music Player</a></p>
<p>Dolphin Browser (<a href="http://browser.mgeek.mobi/">http://browser.mgeek.mobi/</a>) The built in browser is good, but Dolphin is better. Gestures, and a slew of other great features make this my browser of choice. I&#8217;m interested to test out Fennec (Firefox Mobile) when it comes out, it might be a contender for this spot.<a href="http://www.youtube.com/watch?v=VCz2vB5Hju0&amp;feature=player_embedded">Dolphin Browser</a></p>
<p>Layar (<a href="http://layar.com/">http://layar.com/</a>) Search + Location Aware + Augmented Reality . Points you in the right direction for whatever you are looking for. This thing is awesome! I&#8217;ve used it often and is one of the first apps to get showcased when talking to anybody about my phone</p>
<p>Runner ups (Yelp, Wapedia, Google Voice, Replica Island)</p>
]]></content:encoded>
			<wfw:commentRss>http://fluxotronic.com/2010/04/08/top-5-free-android-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Its like clockwork. Its like art.</title>
		<link>http://fluxotronic.com/2010/02/19/its-like-clockwork-its-like-art/</link>
		<comments>http://fluxotronic.com/2010/02/19/its-like-clockwork-its-like-art/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 16:38:23 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[artist]]></category>
		<category><![CDATA[clocks]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[wood]]></category>

		<guid isPermaLink="false">http://fluxotronic.com/?p=235</guid>
		<description><![CDATA[Clayton Boyer is a wood worker, or a conductor conducting a symphony comprised entirely of the wood section. He is also a clock designer and a bit of an engineering marvel in my opinion. His clocks are masterpieces that rival convention and inspire oohs and awes. Bird of paradise The designs vary from intricate to [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://fluxotronic.com/2010/02/19/its-like-clockwork-its-like-art/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Its+like+clockwork.+Its+like+art.";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p><a href="http://www.lisaboyer.com/Claytonsite/Claytonsite1.htm">Clayton Boyer</a> is a wood worker, or a conductor conducting a symphony comprised entirely of the wood section.</p>
<p>He is also a clock designer and a bit of an engineering marvel in my opinion. His clocks are masterpieces that rival convention and inspire oohs and awes.</p>
<p><a href="http://www.youtube.com/watch?v=5pJukpv-FXc">Bird of paradise</a></p>
<p>The designs vary from intricate to simple elegance. His designs are also up for grabs. He believes that most anybody can re-create one of his creations by following his plans which he sells through his website.</p>

<a href='http://fluxotronic.com/2010/02/19/its-like-clockwork-its-like-art/galileobicycle/' title='galileobicycle'><img width="150" height="150" src="http://fluxotronic.com/wp-content/uploads/2010/02/galileobicycle-150x150.jpg" class="attachment-thumbnail" alt="galileobicycle" title="galileobicycle" /></a>
<a href='http://fluxotronic.com/2010/02/19/its-like-clockwork-its-like-art/floatingclose/' title='floatingclose'><img width="150" height="150" src="http://fluxotronic.com/wp-content/uploads/2010/02/floatingclose-150x150.jpg" class="attachment-thumbnail" alt="floatingclose" title="floatingclose" /></a>
<a href='http://fluxotronic.com/2010/02/19/its-like-clockwork-its-like-art/celestialmechanical/' title='celestialmechanical'><img width="150" height="150" src="http://fluxotronic.com/wp-content/uploads/2010/02/celestialmechanical-150x150.jpg" class="attachment-thumbnail" alt="celestialmechanical" title="celestialmechanical" /></a>

<p><span id="more-235"></span></p>
<p>I am a moderate tinkerer, and my skills at wood working are fine for general carpentry. I know my way around chisels, lathes, hand saws, and a myriad of power tools; I would be dubious at my ability to complete one of his designs.</p>
<p>He even has a section for the über determined, <a href="http://www.lisaboyer.com/Claytonsite/masochist.htm">the masochists&#8217; corner</a>. He will only sell you the plans for one of these clocks if you have successfully completed one of his more &#8220;basic&#8221; designs. So there you have it. A challenge.</p>
<p>If I wasn&#8217;t already up to my ears in projects, I would definitely attempt one.</p>
<p>If you are like me and just into admiring and imagining how one of these art pieces would look in your home or office, here is a Youtube link for several of his designs in action.</p>
<p><object width="500" height="400"><param name="movie" value="http://www.youtube.com/v/Pul0-F5Gygs&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Pul0-F5Gygs&#038;fs=1" type="application/x-shockwave-flash" width="500" height="400" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://www.youtube.com/watch?v=Pul0-F5Gygs">Clayton Boyer&#8217;s clocks in action</a></p>
<p>There is also a Flickr gallery of some of the completed clocks done by others.</p>
<p><a href="http://www.flickr.com/photos/lisaboyer/sets/72157622224676987/">Clocksters completed works on Flickr</a></p>
<p>Links:<br />
<a href="http://www.lisaboyer.com/Claytonsite/Claytonsite1.htm">http://www.lisaboyer.com/Claytonsite/Claytonsite1.htm</a><br />
<a href="http://www.flickr.com/photos/lisaboyer/sets/72157622224676987/">http://www.flickr.com/photos/lisaboyer/sets/72157622224676987/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fluxotronic.com/2010/02/19/its-like-clockwork-its-like-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The life inspired art of Lisa Lichtenfels</title>
		<link>http://fluxotronic.com/2009/11/21/the-life-inspired-art-of-lisa-lichtenfels/</link>
		<comments>http://fluxotronic.com/2009/11/21/the-life-inspired-art-of-lisa-lichtenfels/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 22:06:39 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[art]]></category>

		<guid isPermaLink="false">http://fluxotronic.com/?p=225</guid>
		<description><![CDATA[Telegraph.co.uk just did an exposé on Lisa Lichtenfels. Her art is unlike any other in that her technique is more akin to a craft or, what I might consider to be what a grandmother might do for her grandchildren, but she has taken her craft and elevated it to a level that can only be [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://fluxotronic.com/2009/11/21/the-life-inspired-art-of-lisa-lichtenfels/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "The+life+inspired+art+of+Lisa+Lichtenfels";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p><a href="http://www.telegraph.co.uk/culture/culturepicturegalleries/6531079/Fabric-sculptures-by-Lisa-Lichtenfels-made-with-nylon-stockings.html">Telegraph.co.uk</a> just did an exposé on <a href="http://www.lisalichtenfels.net/index.html">Lisa Lichtenfels</a>. Her art is unlike any other in that her technique is more akin to a craft or, what I might consider to be what a grandmother might do for her grandchildren, but she has taken her craft and elevated it to a level that can only be compared to a 16th century artisan. She uses silk stockings and padding to create these ultra lifelike sculptures.<br />
<a class="thickbox" title="old lady" rel="same-post-225" href="http://fluxotronic.com/wp-content/uploads/2009/11/old-lady.jpg"><img class="aligncenter size-medium wp-image-226" title="old lady" src="http://fluxotronic.com/wp-content/uploads/2009/11/old-lady-300x240.jpg" alt="" width="300" height="240" /></a><span id="more-225"></span></p>
<p>When I first saw an up close shot of her sculpture, I imediatly thought of Jim Henson.  My instincts weren&#8217;t too far off.  Here is an excerpt from her online bio:</p>
<blockquote><p>While working at Disney she developed three-dimensional figurines with posable skeletons for stop-motion animation. Like Judy Jampell’s constructions, they had nylon stocking skins. Lisa left Disney to explore the potential of these techniques, expecting to return to animation in a year or so;  but it has now been over twenty-five years, and she is still working in nylon and feels she has only barely begun to realize what is possible in the medium.</p></blockquote>
<p><a class="thickbox" title="pixie" rel="same-post-225" href="http://fluxotronic.com/wp-content/uploads/2009/11/pixie.jpg"><img class="aligncenter size-medium wp-image-227" title="pixie" src="http://fluxotronic.com/wp-content/uploads/2009/11/pixie-300x240.jpg" alt="" width="300" height="240" /></a>Her sculptures are dolls essentially. With an internal skeletal structure, just like the stop motion puppets created for animation.  Given from where the origins of her craft stem from, its no surprise that artists and critics would not give her medium the respect it now demands.</p>
<blockquote><p>I still cherish my first soft sculpture, and it reminds me of the time I showed her to a college professor. He proclaimed it the “worst piece of junk” he had ever critiqued, and chastised me at length for having the gall to present it. I also remember how hurt he was that his words didn’t bother me. How could he have known that all his harsh castigation could possibly achieve was the cementing of a permanent relationship between a new artist and her work? In any case, I can’t say I explored my medium as much as followed where it took me. It has been such an enlightening, enriching, and forgiving journey that I always feel excited in the morning when I go into my studio.</p></blockquote>
<p>She has come a long way and I can&#8217;t wait to see her work in person. And if you happen to be in the New York area, you can see her work at the CFM Gallery, 112 Greene Street, New York, NY 10012.</p>
<p><a class="thickbox" rel="same-post-225" title = "venus" href="http://fluxotronic.com/wp-content/uploads/2009/11/venus.jpg"><img src="http://fluxotronic.com/wp-content/uploads/2009/11/venus-300x240.jpg" alt="" title="venus" width="300" height="240" class="aligncenter size-medium wp-image-228" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://fluxotronic.com/2009/11/21/the-life-inspired-art-of-lisa-lichtenfels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: Dolphin Browser for Android</title>
		<link>http://fluxotronic.com/2009/11/12/review-dolphin-browser-for-android/</link>
		<comments>http://fluxotronic.com/2009/11/12/review-dolphin-browser-for-android/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 04:59:20 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[browser]]></category>

		<guid isPermaLink="false">http://fluxotronic.com/?p=220</guid>
		<description><![CDATA[I&#8217;ve been playing with a browser I found by accident in Android Market for about a day now, and I&#8217;m quite impressed. I was happy with the built in browser, but this one gives customizable gestures, tabs, and a whole slew of popular sites, and social links as a catalog of bookmarks by default. Its [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://fluxotronic.com/2009/11/12/review-dolphin-browser-for-android/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Review%3A+Dolphin+Browser+for+Android";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>I&#8217;ve been playing with a browser I found by accident in Android Market for about a day now, and I&#8217;m quite impressed. I was happy with the built in browser, but this one gives customizable gestures, tabs, and a whole slew of popular sites, and social links as a catalog of bookmarks by default. Its interface is well thought out, the tabs can hide to give up that valuable real estate.</p>
<p>The browser even supports multi-touch for the cynogen builds, which I haven&#8217;t tested, but I am willing to bet it makes the power of this little browser that much more awesome.</p>
<p>I would highly recommend this browser to anybody, especially if you are a web junky like me.</p>
<p>Dolphin Browser (Social&amp;Smart) was developed for Android by MGeek. Get it in the Android Market or use your scanner here or through the official website: <a href="http://sites.google.com/a/mgeek.mobi/browser/">http://sites.google.com/a/mgeek.mobi/browser/</a></p>
<p><img class="alignleft size-full wp-image-221" title="dolphin_browser_qr" src="http://fluxotronic.com/wp-content/uploads/2009/11/dolphin_browser_qr.jpg" alt="" width="135" height="135" /></p>
]]></content:encoded>
			<wfw:commentRss>http://fluxotronic.com/2009/11/12/review-dolphin-browser-for-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make a gadget screen protector on the cheap</title>
		<link>http://fluxotronic.com/2009/11/08/make-a-gadget-screen-protector-on-the-cheap/</link>
		<comments>http://fluxotronic.com/2009/11/08/make-a-gadget-screen-protector-on-the-cheap/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 15:14:29 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://fluxotronic.com/?p=210</guid>
		<description><![CDATA[I recently became the proud owner of a Sprint HTC Touch, and as such I wanted to protect the screen from getting scratched up. But my not-so-fat wallet protested at the $20 for commercial screen protectors. I mean, it is plastic right? $20 is a lot in my opinion. But even if you do go [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://fluxotronic.com/2009/11/08/make-a-gadget-screen-protector-on-the-cheap/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Make+a+gadget+screen+protector+on+the+cheap";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>I recently became the proud owner of a Sprint HTC Touch, and as such I wanted to protect the screen from getting scratched up. But my not-so-fat wallet protested at the $20 for commercial screen protectors.</p>
<p>I mean, it is plastic right? $20 is a lot in my opinion. But even if you do go that route, it is still cheap insurance. I chose to find my own way, and I came across this article on instructables.com <a href="http://www.instructables.com/id/How-to-make-your-own-screen-protector./" target="_blank">http://www.instructables.com/id/How-to-make-your-own-screen-protector./</a></p>
<p>I added my own spin on things, since I didn&#8217;t want to use the soapy water solution.</p>
<p><img class="alignleft size-medium wp-image-212" style="margin: 20px 10px;" title="place the tape" src="http://fluxotronic.com/wp-content/uploads/2009/11/place-the-tape-300x225.jpg" alt="" width="300" height="225" /></p>
<p>After placing the tape, I used a credit card to smooth it from one end to the other to lay it down while removing air bubbles. Worked out pretty well.</p>
<div style="clear:both"></div>
<p>After its placed its just a simple step of cutting the excess off&#8230;<br />
<img class="alignleft size-medium wp-image-211" style="margin: 20px 10px;" title="cut the tape" src="http://fluxotronic.com/wp-content/uploads/2009/11/cut-the-tape-300x225.jpg" alt="" width="300" height="225" /> </p>
<p>And that is it. You just protected your gadget for free (if you had the tape laying around like I did).</p>
<div style="clear:both"></div>
<p>I hope this helps some of you. With today&#8217;s economy, we need more tips like these.</p>
]]></content:encoded>
			<wfw:commentRss>http://fluxotronic.com/2009/11/08/make-a-gadget-screen-protector-on-the-cheap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
