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

<channel>
	<title>H1DD3N.R350URC3 &#187; Books</title>
	<atom:link href="http://blog.hexagonstar.com/tag/books/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hexagonstar.com</link>
	<description>&#34;Chaotic Neutral&#34;</description>
	<lastBuildDate>Wed, 03 Mar 2010 04:56:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
    <title>H1DD3N.R350URC3</title>
    <url>http://blog.hexagonstar.com/feed-logo.png</url>
    <link>http://blog.hexagonstar.com</link>
    <width>144</width>
    <height>36</height>
    <description>H1DD3N.R350URC3 - http://blog.hexagonstar.com</description>
    </image>		<item>
		<title>Learn some patterns &#8211; Advanced ActionScript 3.0 with Design Patterns</title>
		<link>http://blog.hexagonstar.com/learn-some-patterns-advanced-actionscript-30-with-design-patterns/</link>
		<comments>http://blog.hexagonstar.com/learn-some-patterns-advanced-actionscript-30-with-design-patterns/#comments</comments>
		<pubDate>Thu, 23 Nov 2006 11:16:39 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[Random Picks]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://blog.hexagonstar.com/learn-some-patterns-advanced-actionscript-30-with-design-patterns/</guid>
		<description><![CDATA[I&#8217;ve been reading this book by Joey Lott and Danny Patterson since yesterday and thought I&#8217;d loose a couple of words about it &#8230;
The book starts with a chapter about application design where it explains how to go through the analysis-, design- , implementation and testing phase. It introduces how to utilize Use Case- and ]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-229 alignright" style="float: right;" src="http://blog.hexagonstar.com/wp-content/uploads/aas3dpcover.jpg" alt="" width="100" height="123" />I&#8217;ve been reading <a href="http://www.adobepress.com/bookstore/product.asp?isbn=0321477731&amp;rl=1">this book</a> by Joey Lott and Danny Patterson since yesterday and thought I&#8217;d loose a couple of words about it &#8230;<br />
The book starts with a chapter about application design where it explains how to go through the analysis-, design- , implementation and testing phase. It introduces how to utilize Use Case- and Class Diagrams and then gives a lesson on how to use FlexUnit for unit testing. In the second chapter is a good explanation about why and how to use Interfaces (instead of Inheritance) and after that it goes into detail with teaching nine of the more common Design Patterns, namely MVC, Singleton, Factory/Template Method, Proxy, Iterator, Composite, Decorator, Command, Memento and State. In part 3 of the book you&#8217;ll find in-depth information about AS 3.0 features like Events, data IO, E4X and Regular Expressions.</p>
<p>>> <a href="http://blog.hexagonstar.com/learn-some-patterns-advanced-actionscript-30-with-design-patterns/">Continue reading "Learn some patterns &#8211; Advanced ActionScript 3.0 with Design Patterns"</a></p>
<br /><small>© 2006 <a href="http://blog.hexagonstar.com">H1DD3N.R350URC3</a>. | <a href="http://blog.hexagonstar.com/learn-some-patterns-advanced-actionscript-30-with-design-patterns/">Permalink</a> | <a href="http://blog.hexagonstar.com/learn-some-patterns-advanced-actionscript-30-with-design-patterns/#comments">1 comment</a> | Tags: <a href="http://blog.hexagonstar.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://blog.hexagonstar.com/tag/books/" rel="tag">Books</a>, <a href="http://blog.hexagonstar.com/tag/design-patterns/" rel="tag">Design Patterns</a>, <a href="http://blog.hexagonstar.com/tag/flash/" rel="tag">Flash</a>, <a href="http://blog.hexagonstar.com/tag/oop/" rel="tag">OOP</a> | Add to <a href="http://del.icio.us/post?url=http://blog.hexagonstar.com/learn-some-patterns-advanced-actionscript-30-with-design-patterns/&title=Learn some patterns &#8211; Advanced ActionScript 3.0 with Design Patterns">del.icio.us</a></small>]]></content:encoded>
			<wfw:commentRss>http://blog.hexagonstar.com/learn-some-patterns-advanced-actionscript-30-with-design-patterns/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Understanding Interfaces and Polymorphism</title>
		<link>http://blog.hexagonstar.com/understanding-interfaces-and-polymorphism/</link>
		<comments>http://blog.hexagonstar.com/understanding-interfaces-and-polymorphism/#comments</comments>
		<pubDate>Sat, 18 Nov 2006 11:12:58 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://blog.hexagonstar.com/understanding-interfaces-and-polymorphism/</guid>
		<description><![CDATA[I&#8217;ve been using Interfaces a couples of time now when needed but I never fully understood those down-sized Class construct wannabes. I knew they are useful when it is required to have an universal type for different objects but I haven&#8217;t fully grasped to scope why they are so useful otherwise. Also the fact that ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using Interfaces a couples of time now when needed but I never fully understood those down-sized Class construct wannabes. I knew they are useful when it is required to have an universal type for different objects but I haven&#8217;t fully grasped to scope why they are so useful otherwise. Also the fact that they can&#8217;t contain properties and only public method declarations confused me.</p>
<p>>> <a href="http://blog.hexagonstar.com/understanding-interfaces-and-polymorphism/">Continue reading "Understanding Interfaces and Polymorphism"</a></p>
<br /><small>© 2006 <a href="http://blog.hexagonstar.com">H1DD3N.R350URC3</a>. | <a href="http://blog.hexagonstar.com/understanding-interfaces-and-polymorphism/">Permalink</a> | <a href="http://blog.hexagonstar.com/understanding-interfaces-and-polymorphism/#comments">2 comments</a> | Tags: <a href="http://blog.hexagonstar.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://blog.hexagonstar.com/tag/books/" rel="tag">Books</a>, <a href="http://blog.hexagonstar.com/tag/coding/" rel="tag">Coding</a>, <a href="http://blog.hexagonstar.com/tag/design-patterns/" rel="tag">Design Patterns</a>, <a href="http://blog.hexagonstar.com/tag/oop/" rel="tag">OOP</a> | Add to <a href="http://del.icio.us/post?url=http://blog.hexagonstar.com/understanding-interfaces-and-polymorphism/&title=Understanding Interfaces and Polymorphism">del.icio.us</a></small>]]></content:encoded>
			<wfw:commentRss>http://blog.hexagonstar.com/understanding-interfaces-and-polymorphism/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Waiting for AS 3.0 Books</title>
		<link>http://blog.hexagonstar.com/waiting-for-as-30-books/</link>
		<comments>http://blog.hexagonstar.com/waiting-for-as-30-books/#comments</comments>
		<pubDate>Mon, 16 Oct 2006 08:30:01 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.hexagonstar.com/waiting-for-as-30-books/</guid>
		<description><![CDATA[A couple of days ago the ActionScript 3.0 Cookbook has been published. Obviously it&#8217;s a Must-Have but so far I resisted to buy it, waiting for some User Reviews on Amazon. Anyone else got it already? I would be interested in if many new stuff is covered or if it&#8217;s just a AS3.0 fitted version ]]></description>
			<content:encoded><![CDATA[<p>A couple of days ago the <a href="http://www.amazon.com/gp/product/0596526954/ref=wl_itt_dp/102-7188308-3009731?ie=UTF8&amp;coliid=I1SAS12TNL3TOI&amp;colid=102Q0444A8WA5" target="_blank">ActionScript 3.0 Cookbook</a> has been published. Obviously it&#8217;s a Must-Have but so far I resisted to buy it, waiting for some User Reviews on Amazon. Anyone else got it already? I would be interested in if many new stuff is covered or if it&#8217;s just a AS3.0 fitted version of the older AS Cookbook (though I doubt that when I read the authors names).</p>
<p>Then there is the highly anticipated  <a href="http://www.amazon.com/gp/product/059652689X/ref=wl_it_dp/102-7188308-3009731?ie=UTF8&amp;coliid=IA5LKK118VZGA&amp;colid=102Q0444A8WA5" target="_blank">Flex 2 book</a> which is due for the 1. quarter next year and so it still takes a while until then. Another book I&#8217;m looking forward to is <span class="sans"><a href="http://www.amazon.com/gp/product/0321426568/ref=wl_it_dp/102-7188308-3009731?ie=UTF8&amp;coliid=IYF31R5OUNH3F&amp;colid=102Q0444A8WA5" target="_blank">Advanced ActionScript 3 with Design Patterns</a>, also by Joey Lott, especially because I still haven&#8217;t fully grasped patterns. Maybe this will help.</span></p>
<img src="http://blog.hexagonstar.com/?ak_action=api_record_view&id=108&type=feed" alt="" /><br /><small>© 2006 <a href="http://blog.hexagonstar.com">H1DD3N.R350URC3</a>. | <a href="http://blog.hexagonstar.com/waiting-for-as-30-books/">Permalink</a> | <a href="http://blog.hexagonstar.com/waiting-for-as-30-books/#comments">4 comments</a> | Tags: <a href="http://blog.hexagonstar.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://blog.hexagonstar.com/tag/books/" rel="tag">Books</a>, <a href="http://blog.hexagonstar.com/tag/flex/" rel="tag">Flex</a> | Add to <a href="http://del.icio.us/post?url=http://blog.hexagonstar.com/waiting-for-as-30-books/&title=Waiting for AS 3.0 Books">del.icio.us</a></small>]]></content:encoded>
			<wfw:commentRss>http://blog.hexagonstar.com/waiting-for-as-30-books/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>640 Kilobyte ought to be enough for anybody</title>
		<link>http://blog.hexagonstar.com/640-kilobyte-ought-to-be-enough/</link>
		<comments>http://blog.hexagonstar.com/640-kilobyte-ought-to-be-enough/#comments</comments>
		<pubDate>Tue, 09 Mar 2004 19:33:20 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Dataleak]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Random Picks]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Nostalgia]]></category>

		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=44</guid>
		<description><![CDATA[
&#8230; was a quote from Bill Gates from 1981 according to the book Computers &#8211; An Illustrated History from Christian Wurster which I had a sneak look into some days ago in a well sorted book shop and which her majesty now surprisingly presented me as a birthday gift.
This book covers the whole history of ]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-324" src="http://blog.hexagonstar.com/wp-content/uploads/computersbook.jpg" alt="" width="475" height="188" /></p>
<p>&#8230; was a quote from Bill Gates from 1981 according to the book <a href="http://www.amazon.com/exec/obidos/tg/detail/-/3822812935/ref=sib_rdr_dp/103-6253462-3911819?%5Fencoding=UTF8&amp;no=283155&amp;me=ATVPDKIKX0DER&amp;st=books">Computers &#8211; An Illustrated History</a> from Christian Wurster which I had a sneak look into some days ago in a well sorted book shop and which her majesty now surprisingly presented me as a birthday gift.</p>
<p>This book covers the whole history of computers from the very beginning when they filled a whole hall and were based on relay&#8217;s to current computer high tech while leading though the chapters for <strong>scientific and military computers</strong>, <strong>mainframe computers</strong>, <strong>minicomputers</strong>, then <strong>microcomputers</strong> and to <strong>desktop computers</strong>.</p>
<p>>> <a href="http://blog.hexagonstar.com/640-kilobyte-ought-to-be-enough/">Continue reading "640 Kilobyte ought to be enough for anybody"</a></p>
<br /><small>© 2004 <a href="http://blog.hexagonstar.com">H1DD3N.R350URC3</a>. | <a href="http://blog.hexagonstar.com/640-kilobyte-ought-to-be-enough/">Permalink</a> | <a href="http://blog.hexagonstar.com/640-kilobyte-ought-to-be-enough/#comments">2 comments</a> | Tags: <a href="http://blog.hexagonstar.com/tag/books/" rel="tag">Books</a>, <a href="http://blog.hexagonstar.com/tag/hardware/" rel="tag">Hardware</a>, <a href="http://blog.hexagonstar.com/tag/nostalgia/" rel="tag">Nostalgia</a> | Add to <a href="http://del.icio.us/post?url=http://blog.hexagonstar.com/640-kilobyte-ought-to-be-enough/&title=640 Kilobyte ought to be enough for anybody">del.icio.us</a></small>]]></content:encoded>
			<wfw:commentRss>http://blog.hexagonstar.com/640-kilobyte-ought-to-be-enough/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
