<?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>Feed Me &#187; Uncategorized</title>
	<atom:link href="http://sethtaylor.com/b2/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://sethtaylor.com/b2</link>
	<description>Seth Taylor Graphic Design</description>
	<lastBuildDate>Sat, 21 Jan 2012 06:40:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Random GATC generator and a book cover</title>
		<link>http://sethtaylor.com/b2/2009/10/31/random-gatc-generator-and-a-book-cover/</link>
		<comments>http://sethtaylor.com/b2/2009/10/31/random-gatc-generator-and-a-book-cover/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 05:48:16 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sethtaylor.com/b2/?p=257</guid>
		<description><![CDATA[For a recent book cover design, I needed to generate a bunch of code to look like the DNA sequence. Here&#8217;s the flash actionscript I used to generate 10,000 random characters of DNA code. The code is pretty subtle on the book cover, it&#8217;s in the DNA smear. Buy the book to see it better [...]]]></description>
			<content:encoded><![CDATA[<p>For a recent book cover design, I needed to generate a bunch of code to look like the DNA sequence. Here&#8217;s the flash actionscript I used to generate 10,000 random characters of DNA code. The code is pretty subtle on the book cover, it&#8217;s in the DNA smear. Buy the book to see it better [smile] Or, maybe just click and scroll a little farther</p>
<p><code>function randRange(min:Number, max:Number):Number {<br />
var randomNum:Number = Math.floor(Math.random() * (max - min + 1)) + min;<br />
return randomNum;<br />
}<br />
for (var i = 0; i &lt; 10000; i++) {<br />
var n:Number = randRange(1, 4)<br />
switch (n) {<br />
case 1 :<br />
trace("G");<br />
break;<br />
case 2 :<br />
trace("A");<br />
break;<br />
case 3 :<br />
trace("T");<br />
break;<br />
case 4 :<br />
trace("C");<br />
break;<br />
default :<br />
trace("some other message");<br />
}<br />
}</code></p>
<p>Responsibilities:</p>
<ul>
<li>Layout</li>
<li>Typography</li>
<li>Photography found on the book cover</li>
<li>Flash script to generate GATC sequence.</li>
</ul>
<p>Here&#8217;s the book:</p>
<p><a rel="attachment wp-att-260" href="http://sethtaylor.com/b2/2009/10/31/random-gatc-generator-and-a-book-cover/book_cover_sm/"><img class="alignnone size-full wp-image-260" title="The Masculinity Code Book Cover" src="http://sethtaylor.com/b2/wp-content/uploads/2009/10/book_cover_sm.jpg" alt="The Masculinity Code Book Cover" width="435" height="333" /></a></p>
<div id="attachment_261" class="wp-caption alignnone" style="width: 402px"><a rel="attachment wp-att-261" href="http://sethtaylor.com/b2/2009/10/31/random-gatc-generator-and-a-book-cover/picture-3-3/"><img class="size-full wp-image-261" title="Picture 3" src="http://sethtaylor.com/b2/wp-content/uploads/2009/10/Picture-31.png" alt="The Masculinity Code book cover detail" width="392" height="420" /></a><p class="wp-caption-text">The Masculinity Code book cover detail</p></div>
]]></content:encoded>
			<wfw:commentRss>http://sethtaylor.com/b2/2009/10/31/random-gatc-generator-and-a-book-cover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canopa logotype design</title>
		<link>http://sethtaylor.com/b2/2008/09/27/canopa-logotype-design/</link>
		<comments>http://sethtaylor.com/b2/2008/09/27/canopa-logotype-design/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 15:48:38 +0000</pubDate>
		<dc:creator>Seth Taylor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Designed while at Eli Kirk]]></category>

		<guid isPermaLink="false">http://www.sethtaylor.com/punctum/?p=162</guid>
		<description><![CDATA[Custom logotype design. Every curve on these letters has been customized. The client loved it.]]></description>
			<content:encoded><![CDATA[<p><a href="http://sethtaylor.com/b2/wp-content/uploads/2008/09/canopa_logotype.jpg"><img class="alignnone size-full wp-image-163" title="canopa_logotype" src="http://sethtaylor.com/b2/wp-content/uploads/2008/09/canopa_logotype.jpg" alt="" width="426" height="196" /></a></p>
<p>Custom logotype design. Every curve on these letters has been customized. The client loved it.</p>
]]></content:encoded>
			<wfw:commentRss>http://sethtaylor.com/b2/2008/09/27/canopa-logotype-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USB Floppy External drive FREE (plus shipping only)</title>
		<link>http://sethtaylor.com/b2/2007/12/01/usb-floppy-external-drive-free-plus-shipping-only/</link>
		<comments>http://sethtaylor.com/b2/2007/12/01/usb-floppy-external-drive-free-plus-shipping-only/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 01:36:58 +0000</pubDate>
		<dc:creator>Seth Taylor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://www.sethtaylor.com/punctum/?p=92</guid>
		<description><![CDATA[If you want this External USB Floppy drive, just email me and we&#8217;ll arrange shipping details. It works great, but I have no use for it. I&#8217;m sure someone could use it to pull off some &#8220;long lost&#8221; information from their floppy disk.]]></description>
			<content:encoded><![CDATA[<p>If you want this External USB Floppy drive, just email me and we&#8217;ll arrange shipping details. It works great, but I have no use for it. I&#8217;m sure someone could use it to pull off some &#8220;long lost&#8221; information from their floppy disk.</p>
<p><img id="image91" src="http://sethtaylor.com/b2/wp-content/uploads/2007/12/30719336.jpg" alt="USB Floppy External Drive" /></p>
]]></content:encoded>
			<wfw:commentRss>http://sethtaylor.com/b2/2007/12/01/usb-floppy-external-drive-free-plus-shipping-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inlovate</title>
		<link>http://sethtaylor.com/b2/2006/09/16/inlovate/</link>
		<comments>http://sethtaylor.com/b2/2006/09/16/inlovate/#comments</comments>
		<pubDate>Sun, 17 Sep 2006 06:10:49 +0000</pubDate>
		<dc:creator>Seth Taylor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sethtaylor.com/punctum/?p=52</guid>
		<description><![CDATA[Successful innovators are famously untroubled by failure. Many innovators appreciate failure. Innovators commonly recognize that Ã¢â‚¬Å“problems and questions are the limiting resource in innovation.Ã¢â‚¬Â Innovators find inspiration in disparate disciplines. Innovation flourishes when organizations allow third-party experimentation with their products. Fragility is the enemy of innovation: systems should boast broad applications and be unbreakable. Real [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Successful innovators are famously untroubled by failure.</li>
<li>Many innovators appreciate failure.</li>
<li>Innovators commonly recognize that Ã¢â‚¬Å“problems and questions are the limiting resource in innovation.Ã¢â‚¬Â</li>
<li>Innovators find inspiration in disparate disciplines.</li>
<li>Innovation flourishes when organizations allow third-party experimentation with their products.</li>
<li>Fragility is the enemy of innovation: systems should boast broad applications and be unbreakable.</li>
<li>Real innovators delight in giving us what we want: solutions to our difficulties and expansive alternatives to our established ways.</li>
<li>Real innovators are sometimes perplexed by our ignorance of our own needs.</li>
<li>Successful innovators do not depend on what economists call Ã¢â‚¬Å“network externalities,Ã¢â‚¬Â i.e., the innovation is valuable to the very first user.</li>
<li>Many innovators become technologists because they want to better the world</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://sethtaylor.com/b2/2006/09/16/inlovate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evolution and Creation concepts not mutually exclusive</title>
		<link>http://sethtaylor.com/b2/2006/09/03/evolution-and-creation-theory-not-mutually-exclusive/</link>
		<comments>http://sethtaylor.com/b2/2006/09/03/evolution-and-creation-theory-not-mutually-exclusive/#comments</comments>
		<pubDate>Mon, 04 Sep 2006 05:02:25 +0000</pubDate>
		<dc:creator>Seth Taylor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sethtaylor.com/punctum/?p=50</guid>
		<description><![CDATA[Pharmaceuticals stopping the natural selection of man? Are we becomming a weaker species due to the survival of weaker genetics? Order of creation matches order of natural selection. God works by small and simple means to bring to pass his great works. If man evolves would he develop into an advanced man. A man with [...]]]></description>
			<content:encoded><![CDATA[<p>Pharmaceuticals stopping the natural selection of man? Are we becomming a weaker species due to the survival of weaker genetics?</p>
<p>Order of creation matches order of natural selection.</p>
<p>God works by small and simple means to bring to pass his great works.</p>
<p>If man evolves would he develop into an advanced man. A man with supreme intelligence?</p>
<p>Evolution clearly occurs. Viruses obviously evolve to produce stronger strains.</p>
<p>How do emotions play into the evolutionary tale? It would seem that emotions aren&#8217;t studied in evolutionary studies.</p>
<p>Have our brains evolved to understand God? Are our emotions evolving to communicate beyond our physical realm? Is spirituality another step to evolution?</p>
<p>Why haven&#8217;t protozoans evolved beyond their current state? Why are there still &#8220;unevolved&#8221; species?</p>
<p>Evolution can occur more quickly in lower life-forms Ã¢â‚¬â€ they tend to have shorter life spans, which allows for quicker natural selection. These life forms should be the quickest to evolve.</p>
]]></content:encoded>
			<wfw:commentRss>http://sethtaylor.com/b2/2006/09/03/evolution-and-creation-theory-not-mutually-exclusive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Physical Motion Interesting</title>
		<link>http://sethtaylor.com/b2/2006/08/27/making-physical-motion-interesting/</link>
		<comments>http://sethtaylor.com/b2/2006/08/27/making-physical-motion-interesting/#comments</comments>
		<pubDate>Mon, 28 Aug 2006 03:41:45 +0000</pubDate>
		<dc:creator>Seth Taylor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sethtaylor.com/punctum/?p=47</guid>
		<description><![CDATA[&#8220;If a caveman had to design a hinged box, it would open in exactly the same manner as a 2006 Walkman.&#8221; &#8211; Ben Hopson Ben Hopson&#8217;s master thesis and studies asks and answers some questions that are great to consider. Why are most things engineered to open in the least interesting way possible? Sure, for [...]]]></description>
			<content:encoded><![CDATA[<p><em>&#8220;If a caveman had to design a hinged box, it would open in exactly the same manner as a 2006 Walkman.&#8221; &#8211; Ben Hopson<br />
</em></p>
<p><img id="image46" alt="Ben Hopson Motion Studies Pratt" src="http://sethtaylor.com/b2/wp-content/uploads/2006/08/ben-hopson-motion-studies.jpg" /></p>
<p>Ben Hopson&#8217;s master thesis and studies asks and answers some questions that are great to consider. Why are most things engineered to open in the least interesting way possible? Sure, for efficiency. But what about aesthetically pleasing motion? Check out his studies at his <a target="_blank" title="Ben Hopson Motion Studies" href="http://www.benhopson.com">site</a>. I suggest that after absorbing the knowledge on his site that you make a request to read his thesis. Its great.</p>
]]></content:encoded>
			<wfw:commentRss>http://sethtaylor.com/b2/2006/08/27/making-physical-motion-interesting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Supernatural</title>
		<link>http://sethtaylor.com/b2/2006/08/21/supernatural/</link>
		<comments>http://sethtaylor.com/b2/2006/08/21/supernatural/#comments</comments>
		<pubDate>Tue, 22 Aug 2006 05:27:35 +0000</pubDate>
		<dc:creator>Seth Taylor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sethtaylor.com/punctum/?p=44</guid>
		<description><![CDATA[Ross Lovegrove. Organic Inspiration. This chair looks as though it is a skeleton piece of a being that has evolved thousands of years to produce this ultimate sitting sculpture. Hear more from Ross here in a TED podcast Here is an interview with Ross Lovegrove Business Week article]]></description>
			<content:encoded><![CDATA[<p>Ross Lovegrove. Organic Inspiration.</p>
<p><img alt="go chair designed by ross lovegrove" id="image43" src="http://sethtaylor.com/b2/wp-content/uploads/2006/08/go_ross_lovegrove.jpg" /><br />
This chair looks as though it is a skeleton piece of a being that has evolved thousands of years to produce this ultimate sitting sculpture.</p>
<p>Hear more from Ross <a title="ross lovegrove TED podcast" target="_blank" href="http://tedblog.typepad.com/tedblog/2006/08/ross_lovegrove_.html">here</a> in a TED podcast</p>
<p><a title="Ross Lovegrove Interview" target="_blank" href="http://www.designboom.com/eng/interview/lovegrove.html">Here is an interview</a> with Ross Lovegrove</p>
<p><img id="image45" alt="bottle of water essense" src="http://sethtaylor.com/b2/wp-content/uploads/2006/08/ty_nant_bottle.jpg" /></p>
<p><a href="http://images.businessweek.com/ss/05/12/lovegrove/index_01.htm">Business Week article</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sethtaylor.com/b2/2006/08/21/supernatural/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error messages frustrate users</title>
		<link>http://sethtaylor.com/b2/2006/08/19/error-messages-frustrate-users/</link>
		<comments>http://sethtaylor.com/b2/2006/08/19/error-messages-frustrate-users/#comments</comments>
		<pubDate>Sun, 20 Aug 2006 06:16:34 +0000</pubDate>
		<dc:creator>Seth Taylor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sethtaylor.com/punctum/?p=40</guid>
		<description><![CDATA[Adobe has treated an error message with a wonderful check box option. &#8220;Do not display this error message again&#8221; Google has delivered a great error alternative. For example: when searching for keyword &#8220;warshington&#8221; Google will search for your request, but also ask, &#8220;Did you mean washington?&#8221;]]></description>
			<content:encoded><![CDATA[<p>Adobe has treated an error message with a wonderful check box option. &#8220;Do not display this error message again&#8221;<br />
Google has delivered a great error alternative. For example: when searching for keyword &#8220;<em>warshington</em>&#8221; Google will search for your request, but also ask, &#8220;Did you mean <em>washington</em>?&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://sethtaylor.com/b2/2006/08/19/error-messages-frustrate-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How will you influence your environment?</title>
		<link>http://sethtaylor.com/b2/2006/08/15/how-will-you-influence-your-environment/</link>
		<comments>http://sethtaylor.com/b2/2006/08/15/how-will-you-influence-your-environment/#comments</comments>
		<pubDate>Wed, 16 Aug 2006 04:44:39 +0000</pubDate>
		<dc:creator>Seth Taylor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sethtaylor.com/punctum/?p=39</guid>
		<description><![CDATA[You&#8217;ve got to see this fine example of customization. I&#8217;m constantly inspired by the creativity and desire of humans to alter their environment and possessions to suit their imaginations. Visit site and see how this non-conformist spat in the face of excuses.]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve got to see this fine example of customization. I&#8217;m constantly inspired by the creativity and desire of humans to alter their environment and possessions to suit their imaginations. <a title="vehicle customization" target="_blank" href="http://www.ronpatrickstuff.com/">Visit site</a> and see how this non-conformist spat in the face of excuses.<br />
<a title="Customize Vehicle" target="_blank" href="http://www.ronpatrickstuff.com/"><img id="image38" alt="Jet Powered VW Beetle" src="http://sethtaylor.com/b2/wp-content/uploads/2006/08/jet_vw.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://sethtaylor.com/b2/2006/08/15/how-will-you-influence-your-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seth wants a modern prefab sustainable home.</title>
		<link>http://sethtaylor.com/b2/2006/08/06/seth-wants-a-modern-prefab-sustainable-home/</link>
		<comments>http://sethtaylor.com/b2/2006/08/06/seth-wants-a-modern-prefab-sustainable-home/#comments</comments>
		<pubDate>Mon, 07 Aug 2006 05:38:35 +0000</pubDate>
		<dc:creator>Seth Taylor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sethtaylor.com/punctum/?p=31</guid>
		<description><![CDATA[Yes, you read that correctly. When prefab can be built with this quality and this beauty, I see no reason to use conventional building techniques. Click on house to see more details about the dwell home competition.]]></description>
			<content:encoded><![CDATA[<p>Yes, you read that correctly. When prefab can be built with this quality and this beauty, I see no reason to use conventional building techniques. Click on house to see more details about the dwell home competition.</p>
<p><a title="prefab home" target="_blank" href="http://www.re4a.com/modern-modular/dwell-home.html"><img id="image30" alt="Prefab Home" src="http://sethtaylor.com/b2/wp-content/uploads/2006/08/prefab_re4b.jpg" /><br />
</a></p>
<p><a title="prefab home" target="_blank" href="http://www.re4a.com/modern-modular/dwell-home.html"><img id="image29" alt="Prefab Home" src="http://sethtaylor.com/b2/wp-content/uploads/2006/08/prefab_re4.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://sethtaylor.com/b2/2006/08/06/seth-wants-a-modern-prefab-sustainable-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

