<?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>der hess &#187; flex</title>
	<atom:link href="http://blog.derhess.de/tag/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.derhess.de</link>
	<description>am medialen werkeln</description>
	<lastBuildDate>Wed, 01 Feb 2012 12:00:38 +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>Book review: Developing Flex 4 Components</title>
		<link>http://blog.derhess.de/2012/02/01/book-review-developing-flex-4-components/</link>
		<comments>http://blog.derhess.de/2012/02/01/book-review-developing-flex-4-components/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 12:00:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://blog.derhess.de/?p=1747</guid>
		<description><![CDATA[A couple of weeks ago I finished reading  the book "Developing Flex 4 Components" by Mike Jones. The reviews on Amazon.com were very promising and during my Flex 3 developing I always wished such a book. For this reason my expectations were very high. I wasn't disappointed. The book is a perfect continuation of the [...]
Related posts:<ol>
<li><a href='http://blog.derhess.de/2011/12/16/book-review-adobe-flex-training-from-the-source/' rel='bookmark' title='Book review: Adobe Flex &#8211; Training from the source'>Book review: Adobe Flex &#8211; Training from the source</a></li>
<li><a href='http://blog.derhess.de/2011/02/14/book-review-generative-gestaltung/' rel='bookmark' title='Book review: Generative Gestaltung'>Book review: Generative Gestaltung</a></li>
<li><a href='http://blog.derhess.de/2011/01/18/book-review-form-code-generative-art/' rel='bookmark' title='Book review: Form + Code (Generative Art &amp; Design)'>Book review: Form + Code (Generative Art &#038; Design)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago I finished reading  the book "<strong><a title="Amazon Book Link" href="http://www.amazon.de/gp/product/032160413X/ref=as_li_ss_tl?ie=UTF8&amp;tag=derhessammedi-21&amp;linkCode=as2&amp;camp=1638&amp;creative=19454&amp;creativeASIN=032160413X" target="_blank">Developing Flex 4 Components</a></strong>" by <strong><a title="Mike Jones website" href="http://blog.flashgen.com/" target="_blank">Mike Jones</a></strong>. The reviews on Amazon.com were very promising and during my Flex 3 developing I always wished such a book. For this reason my expectations were very high.</p>
<p>I wasn't disappointed. The book is a perfect continuation of the Flex 4 beginner book "<a title="My Book review: Flex 4 - Training from the source" href="http://blog.derhess.de/2011/12/16/book-review-adobe-flex-training-from-the-source/" target="_blank">Flex 4 - Training from the source</a>". Even it repeats some content like Data Binding and basics of developing custom compontents, it was enjoyable to read. Mike Jones has a really nice writing style for explaining the core concepts of the Flex 4 component and skinning architecture very easily. These chapters are really one of the best availabe informations to  these kind of topics. Completely new for me was the chapter about "<em>working with Metadata</em>". I learnt some deep concepts behind the Meta-tag usage of the Flex Framework. The same is valid for the "<em>Distribution</em>" part of the book. The development worklflow with<em> Flash Library Project</em>, <em>Component Integraton in Flash Builder 4</em>, and the <em>Documentation</em> part are very helpful for my future projects.</p>
<p><span id="more-1747"></span></p>
<p>I can highly recommend this book for experienced beginner and intermediate Flex Developers. For really advanced Flex developers I missed some more deeper information. Here is my wishlist for a second edition (maybe it comes some time?!):</p>
<ul>
<li><strong>Data Binding:</strong> This topic is mentioned but I wish more deeper information like the presentation "<em><a title="Slides: Diving in the flex data binding waters" href="http://www.slideshare.net/michael.labriola/diving-in-the-flex-data-binding-waters-presentation" target="_blank">Diving in the Flex Data Binding Waters</a></em>" by <a title="Michael Labriolas blog" href="http://www.digitalprimates.net/author/codeslinger" target="_blank">Michael Labriola</a> and the <a title="Data binding for complex data objects" href="http://www.codeproject.com/Articles/56024/Flex-Data-Binding-Tricks" target="_blank">compound data object approach  </a>by Olikhver Sergey</li>
<li><strong>Component Skinning architecture</strong> for multi-screen objects: If you have a very complex application or you have to create various skins for various devices, you can run very fast in an architecture nightmare. See the article <a title="Advanced Flex 4 Skinning Techniques" href="http://blog.paveljacko.com/?p=29" rel="bookmark" target="_blank">Advanced Flex 4 Skinning Techniques</a> by Pavel Jacko</li>
<li>Differences between <strong>mobile component</strong> and desktop component development</li>
<li>For some <a title="A closer look of mx_internal namespace" href="http://ravigeek.wordpress.com/2011/06/20/a-closer-look-of-mx_internal-namespace/" target="_blank">certain cases</a> the hack with the <strong>mx_internal namespace</strong> makes still <a title="Flex mx_internal examples" href="http://blog.flexexamples.com/tag/mx_internal/" target="_blank">sense</a>.  A short segment or a mini chapter about the <a title="When and how to use mx_internal in Flex" href="http://codeofdoom.com/wordpress/2009/03/12/when-and-how-to-use-mx_internal-in-flex/" target="_blank">use of this approach would be nice</a>.</li>
<li><strong>Test Driven Development with Flex Unit</strong>: I don't know if Flex Unit really belongs to this kind of book, but if you are creating a component library, then you should use Flex Unit. Just for ensure the quality of your compontes for upcoming versions. Especially, writing and managing Flex Unit code for visual components is always tricky. Some advices for this topic would be so nice.</li>
</ul>
<p>That is all what I can say. Mike Jones wrote a really good book about Flex 4 component development. It is a must-buy for every Flex Developer.</p>
<p><iframe style="width: 120px; height: 240px;" src="http://rcm-de.amazon.de/e/cm?lt1=_blank&amp;bc1=000000&amp;IS2=1&amp;bg1=FFFFFF&amp;fc1=000000&amp;lc1=0000FF&amp;t=derhessammedi-21&amp;o=3&amp;p=8&amp;l=as4&amp;m=amazon&amp;f=ifr&amp;ref=ss_til&amp;asins=032160413X" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="320" height="240"></iframe></p>
<p>Related posts:<ol>
<li><a href='http://blog.derhess.de/2011/12/16/book-review-adobe-flex-training-from-the-source/' rel='bookmark' title='Book review: Adobe Flex &#8211; Training from the source'>Book review: Adobe Flex &#8211; Training from the source</a></li>
<li><a href='http://blog.derhess.de/2011/02/14/book-review-generative-gestaltung/' rel='bookmark' title='Book review: Generative Gestaltung'>Book review: Generative Gestaltung</a></li>
<li><a href='http://blog.derhess.de/2011/01/18/book-review-form-code-generative-art/' rel='bookmark' title='Book review: Form + Code (Generative Art &amp; Design)'>Book review: Form + Code (Generative Art &#038; Design)</a></li>
</ol></p> <p><a href="http://blog.derhess.de/?flattrss_redirect&amp;id=1747&amp;md5=2fcb0c0a10b35123ebcb50cffafe2076" title="Flattr" target="_blank"><img src="http://blog.derhess.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.derhess.de/2012/02/01/book-review-developing-flex-4-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://blog.derhess.de/?flattrss_redirect&amp;id=1747&amp;md5=2fcb0c0a10b35123ebcb50cffafe2076" type="text/html" />"
	</item>
		<item>
		<title>Book review: Adobe Flex &#8211; Training from the source</title>
		<link>http://blog.derhess.de/2011/12/16/book-review-adobe-flex-training-from-the-source/</link>
		<comments>http://blog.derhess.de/2011/12/16/book-review-adobe-flex-training-from-the-source/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 10:20:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://blog.derhess.de/?p=1736</guid>
		<description><![CDATA[A couple of weeks ago I read the book Flex 4 - Training from the source. It is the officially introduction book for Flex 4 from Adobe.  I was very curious about the book, because I started learning Flex 3 with no good start. For Flex 4 I wanted to learn it how I like [...]
Related posts:<ol>
<li><a href='http://blog.derhess.de/2012/02/01/book-review-developing-flex-4-components/' rel='bookmark' title='Book review: Developing Flex 4 Components'>Book review: Developing Flex 4 Components</a></li>
<li><a href='http://blog.derhess.de/2009/09/22/an-adobe-air-component-for-the-vimeo-moogaloop-api/' rel='bookmark' title='An Adobe Air Component for the Vimeo Moogaloop API'>An Adobe Air Component for the Vimeo Moogaloop API</a></li>
<li><a href='http://blog.derhess.de/2011/02/14/book-review-generative-gestaltung/' rel='bookmark' title='Book review: Generative Gestaltung'>Book review: Generative Gestaltung</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago I read the book <a href="http://www.amazon.de/gp/product/0321660501/ref=as_li_ss_tl?ie=UTF8&amp;tag=derhessammedi-21&amp;linkCode=as2&amp;camp=1638&amp;creative=19454&amp;creativeASIN=0321660501">Flex 4 - Training from the source</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.de/e/ir?t=derhessammedi-21&amp;l=as2&amp;o=3&amp;a=0321660501" alt="" width="1" height="1" border="0" />. It is the officially introduction book for Flex 4 from Adobe.  I was very curious about the book, because I started learning Flex 3 with no good start. For Flex 4 I wanted to learn it how I like to learn new things.</p>
<p><span id="more-1736"></span></p>
<p><strong>Content review:</strong></p>
<p>The books starts with the typical introduction about Rich Internet Applications. I skipped this chapter, because it is always the same bla bla... The chapters 2 talks about the new Flash Builder IDE. Even I was pretty familiar with the IDE I could find some nice features during reading this chapters. So I learnt already something new. Especially, the chapter 3 and 4 gave me a really good introduction and understanding about the new layout architecture and component infrastructure. The chapters Handling Events, Using Remote XML Data, Creating Classes are not so interesting for an already experienced Flex Developer. The difference between Flex 3 and Flex 4 is not big in these cases. The chapter about Data Binding was good to read again, because Binding is very helpful but sometimes not so easy to deal with. I highly recommend the chapter 10 about DataGroups and Lists and the chapter 12 about Item Renderes. On these topics the change from Flex 3 to Flex 3 is very big. Unfortunately, the chapter 15 about Formatters and Validators is pretty outdatet, because Flex 4.5 offers new Spark based Formatters and Validators. The last three chapters about Skinning and custom Actionscript components are very basic written. For beginners easy to understand and experienced Flex Developers get an idea about the differences between Flex 3 and Flex 4 component development.</p>
<p><strong>Structure:</strong></p>
<p>I have to admit I am keen on the book structure. The chapters are structured like school lessons. Every lessons has an approximate time, which works very well in my case. Additionally, it is very useful for organizing the learning with your daily schedule. However, every end of a chapter provides a good summary of the learnt content. So you automatically repeat the learnt stuff. The code examples are nice described and easy to work with, too.</p>
<p><strong>Result:</strong></p>
<p><a href="http://www.amazon.de/gp/product/0321660501/ref=as_li_ss_tl?ie=UTF8&amp;tag=derhessammedi-21&amp;linkCode=as2&amp;camp=1638&amp;creative=19454&amp;creativeASIN=0321660501">Flex 4 - Training from the source</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.de/e/ir?t=derhessammedi-21&amp;l=as2&amp;o=3&amp;a=0321660501" alt="" width="1" height="1" border="0" /> is a really good book for Flex 4 beginners.  Already experienced Flex Developers can get bored about some content. It depends on your learning type. I like reading books, so for me it was perfect to get an overview. If you like more reading online resources or watching video tutorials, then go for it. There are enough documentations and tutorials available.</p>
<p><iframe style="width: 120px; height: 240px;" src="http://rcm-de.amazon.de/e/cm?lt1=_blank&amp;bc1=000000&amp;IS2=1&amp;bg1=FFFFFF&amp;fc1=000000&amp;lc1=0000FF&amp;t=derhessammedi-21&amp;o=3&amp;p=8&amp;l=as4&amp;m=amazon&amp;f=ifr&amp;ref=ss_til&amp;asins=0321660501" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="320" height="240"></iframe></p>
<p>Related posts:<ol>
<li><a href='http://blog.derhess.de/2012/02/01/book-review-developing-flex-4-components/' rel='bookmark' title='Book review: Developing Flex 4 Components'>Book review: Developing Flex 4 Components</a></li>
<li><a href='http://blog.derhess.de/2009/09/22/an-adobe-air-component-for-the-vimeo-moogaloop-api/' rel='bookmark' title='An Adobe Air Component for the Vimeo Moogaloop API'>An Adobe Air Component for the Vimeo Moogaloop API</a></li>
<li><a href='http://blog.derhess.de/2011/02/14/book-review-generative-gestaltung/' rel='bookmark' title='Book review: Generative Gestaltung'>Book review: Generative Gestaltung</a></li>
</ol></p> <p><a href="http://blog.derhess.de/?flattrss_redirect&amp;id=1736&amp;md5=91c90e820e1712e61caa2a22b67a84de" title="Flattr" target="_blank"><img src="http://blog.derhess.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.derhess.de/2011/12/16/book-review-adobe-flex-training-from-the-source/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<atom:link rel="payment" href="http://blog.derhess.de/?flattrss_redirect&amp;id=1736&amp;md5=91c90e820e1712e61caa2a22b67a84de" type="text/html" />"
	</item>
		<item>
		<title>My most important Twitter Messages #11</title>
		<link>http://blog.derhess.de/2011/08/31/my-most-important-twitter-messages-11-2/</link>
		<comments>http://blog.derhess.de/2011/08/31/my-most-important-twitter-messages-11-2/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 10:00:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Interaction]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technologie]]></category>
		<category><![CDATA[cool stuff]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[image processing]]></category>
		<category><![CDATA[information design]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.derhess.de/?p=1683</guid>
		<description><![CDATA[A small summary of my Twitter messages from June - August 2011: Allgemein (General) OFF TOPIC: Another great Tumblr blog. Awesome People Hanging Out Together great interview about a brazilian (art) #DIY movement #gambiologia http://www.gambiologia.net/blog/ #repair #hack #culture guter Artikel: Das Zusammenspiel von Wissensarbeit und Wissensarchitektur in Beziehungsnetzen und räumlichen Strukturen Interesting article: #Design #Research [...]
Related posts:<ol>
<li><a href='http://blog.derhess.de/2010/07/05/my-most-important-twitter-messages-6/' rel='bookmark' title='My most important Twitter Messages #6'>My most important Twitter Messages #6</a></li>
<li><a href='http://blog.derhess.de/2010/01/05/my-most-important-twitter-messages-4/' rel='bookmark' title='My most important Twitter Messages #4'>My most important Twitter Messages #4</a></li>
<li><a href='http://blog.derhess.de/2010/03/04/my-most-important-twitter-messages-5/' rel='bookmark' title='My most important Twitter Messages #5'>My most important Twitter Messages #5</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><img class="aligncenter" src="http://blog.derhess.de/wp-content/uploads/2009/07/twitterdehess.gif" alt="Twitter von der hess" width="435" height="155" /><br />
A small summary of my <a href="http://twitter.com/derhess" target="_blank">Twitter messages</a> from June - August 2011:</p>
<p><strong><span id="more-1683"></span>Allgemein (General)</strong></p>
<ul>
<li>OFF TOPIC: Another great Tumblr blog. <a href="http://awesomepeoplehangingouttogether.tumblr.com/" target="_blank">Awesome People Hanging Out Together</a></li>
<li>great interview about <a href="http://www.we-make-money-not-art.com/archives/2011/07/gambiologia.php" target="_blank">a brazilian (art) #DIY movement</a> <a title="#gambiologia" href="http://twitter.com/#%21/search?q=%23gambiologia" rel="nofollow">#gambiologia</a> <a title="http://www.gambiologia.net/blog/" href="http://t.co/qiSebQq" rel="nofollow" target="_blank" data-display-url="gambiologia.net/blog/" data-expanded-url="http://www.gambiologia.net/blog/">http://www.gambiologia.net/blog/</a> <a title="#repair" href="http://twitter.com/#%21/search?q=%23repair" rel="nofollow">#repair</a> <a title="#hack" href="http://twitter.com/#%21/search?q=%23hack" rel="nofollow">#hack</a> <a title="#culture" href="http://twitter.com/#%21/search?q=%23culture" rel="nofollow">#culture</a></li>
<li>guter Artikel: Das <a href="http://www.community-of-knowledge.de/beitrag/das-zusammenspiel-von-wissensarbeit-und-wissensarchitektur-in-beziehungsnetzen-und-raeumlichen-struk/" target="_blank">Zusammenspiel von Wissensarbeit und Wissensarchitektur</a> in Beziehungsnetzen und räumlichen Strukturen</li>
<li>Interesting article: <a href="http://www.polaine.com/2011/07/07/design-research-a-failure-of-imagination/" target="_blank">#Design #Research – A Failure of Imagination</a>? by Andy Polaine</li>
<li>Maybe I already mentioned this <a title="#funding" href="http://twitter.com/#%21/search?q=%23funding" rel="nofollow">#funding</a> platform... <a title="http://www.indiegogo.com/" href="http://t.co/j0I2vyz" rel="nofollow" target="_blank" data-display-url="indiegogo.com" data-expanded-url="http://www.indiegogo.com/">http://www.indiegogo.com/</a></li>
<li>RT A couple of great resources for free math &amp; comp sci courses: <a href="http://www.khanacademy.org/" rel="nofollow" target="_blank">http://www.khanacademy.org/</a> &amp; <a href="http://www.openculture.com/" rel="nofollow" target="_blank">http://www.openculture.com/</a></li>
<li>RT Designers: Google released hundreds of free, open-source fonts yesterday for the web. <a title="http://www.google.com/webfonts/v2" href="http://t.co/TynQfek" rel="nofollow" target="_blank" data-display-url="google.com/webfonts/v2" data-expanded-url="http://www.google.com/webfonts/v2">http://www.google.com/webfonts/v2</a></li>
<li>RT “<a href="http://twitter.com/subblue" rel="nofollow" data-screen-name="subblue">@subblue</a>: <a href="http://students.autodesk.com/?nd=register&amp;tagent=EDU-FY12_Launch_EC_Banner-JG-5-19-2011" target="_blank">Students and teachers can now get all Autodesk software for free</a> - wow!” &lt; smart move.</li>
<li>RT <a href="http://www.layervault.com/">Version control for designers</a></li>
</ul>
<p><strong>Generative Art:</strong></p>
<ul>
<li>Just added this interesting sounding book <a href="http://astore.amazon.de/derhessammedi-21/detail/026205048X">The Visual Mind: #Art and #Mathematics</a></li>
<li>Johannes Keplers book "<a title="Harmony of the world (page 130)" href="http://books.google.de/books?id=rEkLAAAAIAAJ" target="_blank">The harmony of the world</a>" looks like a treasure for #generative #art(ists)</li>
<li>perfect <a href="http://vimeo.com/23103181" target="_blank">inspiration for #visual #programming</a> via <a href="http://twitter.com/rdrb" rel="nofollow" data-screen-name="rdrb">@rdrb</a></li>
<li>really <a href="http://www.earslap.com/" target="_blank">nice and inspiring blog about sound programming</a> and other stuff</li>
</ul>
<p><strong>Info Design and Visualization</strong></p>
<ul>
<li><a href="http://cinemetrics.fredericbrodbeck.de/" target="_blank">Cinemetrics</a> - Film #Visualization Project Breaks - is a really great #Info Vis project! <a href="http://www.thecreatorsproject.com/blog/whos-got-style-film-visualization-project-breaks-down-our-favorite-films" target="_blank">check</a></li>
<li><a href="http://www.metoffice.gov.uk/research/climate/climate-monitoring/land-and-atmosphere/surface-station-records" target="_blank">Land surface #climate station records</a> from the last 150 years published</li>
<li>great<a title="jail report photos" href="http://www.flickr.com/photos/jailreport/" target="_blank"> resource for an info design art project</a> link via <a href="http://twitter.com/JoshuaDavis" rel="nofollow" data-screen-name="JoshuaDavis">@JoshuaDavis</a></li>
</ul>
<p><strong>UX and Interaction Design:</strong></p>
<ul>
<li><a href="http://www.princeton.edu/main/news/archive/S28/82/93O80/index.xml?section=research" target="_blank">Font focus</a>: Making ideas harder to read may make them easier to retain #research</li>
<li>another <a title="mobilepatterns.com" href="http://www.mobilepatterns.com/" target="_blank">#mobile interaction #design pattern website</a></li>
<li>RT Interesting presentation about <a href="http://www.slideshare.net/cxpartners/chinese-web-design-patterns-how-and-why-theyre-different" target="_blank">web design patterns on chinese web sites</a></li>
<li>nice article: F<a href="http://uxmag.com/technology/five-lessons-from-a-year-of-tablet-ux-research" target="_blank">ive Lessons from a Year of Tablet UX Research </a></li>
<li>fake texture and <a href="http://www.newscientist.com/article/dn19510-nokia-touchscreen-creates-texture-illusion.html" target="_blank">tangible feedback for #multitouch</a> devices <a title="http://www.teslatouch.com/" href="http://t.co/wylCKoK" rel="nofollow" target="_blank" data-display-url="teslatouch.com" data-expanded-url="http://www.teslatouch.com/">http://www.teslatouch.com</a></li>
<li>Fucking interesting exhibition at the MoMa(New York) <a href="http://www.moma.org/visit/calendar/exhibitions/1080" target="_blank">Talk to Me: Design and the Communication between People and Objects</a></li>
<li>Great example of a #tangible #interface: <a href="http://blog.makezine.com/archive/2011/07/humanoid-usb-posing-mannequin-for-skeletal-animation.html" target="_blank">Humanoid USB Posing Mannequin for Skeletal Animation</a></li>
<li><a href="http://www.artisopensource.net/category/projects/leaf-plusplus/" target="_blank">Leaf++</a> is a nice example how humans can interact with nature</li>
<li><a href="http://www.youtube.com/watch?v=fXbBA1DRE84&amp;feature=youtu.be">Wacom inkling device</a></li>
</ul>
<p style="text-align: left;"><strong>Projekte und Experimente (Projects and experiments)</strong><strong> </strong></p>
<ul>
<li>it seems to be a nice resource - <a title="http://linkeddata.org/faq" href="http://t.co/eRDZ1Pl" rel="nofollow" target="_blank" data-display-url="linkeddata.org/faq" data-expanded-url="http://linkeddata.org/faq">http://linkeddata.org/faq</a> - organizing links and data... <a title="#semanticweb" href="http://twitter.com/#%21/search?q=%23semanticweb" rel="nofollow">#semanticweb</a> <a title="#rdf" href="http://twitter.com/#%21/search?q=%23rdf" rel="nofollow">#rdf</a> <a title="#information" href="http://twitter.com/#%21/search?q=%23information" rel="nofollow">#information</a> <a title="#architecture" href="http://twitter.com/#%21/search?q=%23architecture" rel="nofollow">#architecture</a></li>
<li>QR codes and cooking... <a href="http://qkies.de/" target="_blank">QKies</a> combines it perfectly via <a href="http://twitter.com/mkalten" rel="nofollow" data-screen-name="mkalten">@mkalten</a></li>
<li>QR Codes in Fashion Design - nice idea - <a href="http://www.fashioningtech.com/profiles/blogs/beaded-qr-code-garment" target="_blank">Beaded QR Code Garment</a></li>
<li>RT Flipping flip! <a href="http://swiffy.googlelabs.com/" target="_blank">Google Swiffy</a> reckons it can turn Flash into HTML5! Try it out!</li>
<li>RT The open source <a href="https://sites.google.com/site/mechatronicsguy/lightscythe" target="_blank">LightScythe</a> is a device for writing text and images frozen in midair</li>
<li>Cheap <a href="http://blog.makezine.com/archive/2011/06/harvards-14-swarm-bot-design.html" target="_blank">swarm robots</a></li>
<li><a href="http://www.swarmanoid.org/" target="_blank">Swarmanoid</a>. modular swarming scary robots out to read your books and outsmart you</li>
<li>Interesting project: Electronic Origami by Jie Qi | <a href="http://hlt.media.mit.edu/?p=1448" target="_blank">tutorial</a> | <a href="http://web.media.mit.edu/%7Ejieqi/" target="_blank">website</a></li>
<li><a href="http://www.creativeapplications.net/processing/paysages-processing/" target="_blank">Pixel Knitting</a> is a real nice <a href="http://openprocessing.org/visuals/?visualID=31404" target="_blank">effect</a> for photography-transform you photo to a cartoon like landscap</li>
<li>wow, very interesting <a href="http://www.youtube.com/watch?v=CFTs_6C919g%20" target="_blank">projection mapping and view of Leonardo's Last Suppe</a>r via <a href="http://twitter.com/memotv" rel="nofollow" data-screen-name="memotv">@memotv</a> see historical <a title="#art" href="http://twitter.com/#%21/search?q=%23art" rel="nofollow">#art</a> in new ways</li>
<li>Nice <a href="http://www.youtube.com/watch?v=WLrt7-kIgIM" target="_blank">visuals and mapping by Amon Tobin</a> 'ISAM' Live via <a href="http://twitter.com/david_bru" rel="nofollow" data-screen-name="david_bru">@david_bru</a></li>
</ul>
<p><strong>Neue Technologie (new Technologies)</strong></p>
<ul>
<li>RT Fancy chips for dinner? <a href="http://www.newscientist.com/blogs/onepercent/2011/06/chips-for-dinner-edible-rfid-t.html" target="_blank">Edible RFID tags</a> could tell you what's in your food</li>
<li>some great tutorials on <a title="#projectionmapping" href="http://twitter.com/#%21/search?q=%23projectionmapping" rel="nofollow">#projectionmapping</a> from the kings of projections (and mapping), <a title="http://1024d.wordpress.com/" href="http://t.co/BKReXif" rel="nofollow" target="_blank" data-display-url="1024d.wordpress.com" data-expanded-url="http://1024d.wordpress.com/">http://1024d.wordpress.com/</a></li>
<li>One day this <a title="Insight3d Project" href="http://insight3d.sourceforge.net/" target="_blank">#software might help  making life for media #facade designer easier </a>#3d #mapping #tracking</li>
<li>Impressing <a href="http://www.youtube.com/watch?v=quGhaggn3cQ" target="_blank">#3d reconstruction</a> via #kinect</li>
<li>Great round-up of <a href="http://blog.makezine.com/archive/2011/06/is-the-rise-of-wearable-electronics-finally-here.html" target="_blank">wearable electronics</a> from the past and present</li>
<li>RT (almost) <a href="http://www.sciencenewsblog.com/blog/821111" target="_blank">bulletproof human skin made from spider silk</a> - amazing art+science project.</li>
<li>Algorithm <a href="http://research.microsoft.com/en-us/um/people/kopf/pixelart/" target="_blank">for extracting a resolution-independent vector representation</a> from pixel art</li>
<li>RT gutted I'm not at <a title="#SIGGRAPH2011" href="http://twitter.com/#%21/search?q=%23SIGGRAPH2011" rel="nofollow">#SIGGRAPH2011</a> <a title="http://www.youtube.com/watch?v=KwGK6lGnu90" href="http://t.co/EzwojHW" rel="nofollow" target="_blank" data-display-url="youtube.com/watch?v=KwGK6l…" data-expanded-url="http://www.youtube.com/watch?v=KwGK6lGnu90">http://www.youtube.com/watch?v=KwGK6lGnu90</a> <a title="http://www.youtube.com/watch?v=JK9EEE3RsKM" href="http://t.co/iApq0bX" rel="nofollow" target="_blank" data-display-url="youtube.com/watch?v=JK9EEE…" data-expanded-url="http://www.youtube.com/watch?v=JK9EEE3RsKM">http://www.youtube.com/watch?v=JK9EEE3RsKM</a></li>
</ul>
<p><strong>Programmierung und Software Design (Programming)</strong></p>
<ul>
<li><a title="CreativeJS.com" href="http://creativejs.com/" target="_blank">Cool website and resource for #JavaScript</a></li>
<li>RT <a title="FireQuery" href="http://firequery.binaryage.com/" target="_blank">FireQuery</a>: a Firebug extension for jQuery development. /via <a href="http://twitter.com/rem" rel="nofollow" data-screen-name="rem">@rem</a></li>
<li>RT <a title="PDF and JavaScript" href="http://andreasgal.com/2011/06/15/pdf-js/" target="_blank">pdf.js</a> - rendering PDF with HTML5 and JavaScript.. still beta but sounds good</li>
<li>RT <a href="http://twitter.com/PaperJS" rel="nofollow" data-screen-name="PaperJS">@PaperJS</a>: After five months in the making, <a href="http://twitter.com/juerglehni" rel="nofollow" data-screen-name="juerglehni">@juerglehni</a> and <a href="http://twitter.com/jonathanpuckey" rel="nofollow" data-screen-name="jonathanpuckey">@jonathanpuckey</a> are very happy to release <a href="http://paperjs.org/" target="_blank">Paper.js</a></li>
<li title="http://bit.ly/hLgfky" data-display-url="bit.ly/hLgfky" data-expanded-url="http://bit.ly/hLgfky">RT Oh my, <a href="http://vvvvjs.quasipartikel.at/" target="_blank">#vvvv is being ported to the web</a></li>
<li title="http://bit.ly/hLgfky" data-display-url="bit.ly/hLgfky" data-expanded-url="http://bit.ly/hLgfky">RT Olé! <a href="http://haptic-data.com/toxiclibsjs/" target="_blank">@toxiclibs for Javascript</a>! (via <a href="http://twitter.com/blprnt" rel="nofollow" data-screen-name="blprnt">@blprnt</a>, <a href="http://twitter.com/peterpaulrubens" rel="nofollow" data-screen-name="peterpaulrubens">@peterpaulrubens</a>)</li>
<li>RT <a href="http://twitter.com/tillnm" rel="nofollow" data-screen-name="tillnm">@tillnm</a>: <a href="http://www.thecloudlab.org/processing/library.html" target="_blank">Search Geometry</a>, a Processing library for isometric contours and surfaces</li>
<li>First look on the <a title="Blob detection" href="http://code.google.com/p/blobscanner/" target="_blank">#Blobscanner library</a> for #processing was great. Very easy going and well documente</li>
<li>RT new version 0.1.4 of the <a title="graffiti markup language library for processing" href="https://github.com/01010101/GML4U/downloads" target="_blank">GML Library</a> <a href="http://twitter.com/gml4u" rel="nofollow" data-screen-name="gml4u">@gml4u</a>: releasedMinor additions + fix for the TUIORecorder example issue</li>
<li>RT <a href="http://kenfrederick.blogspot.com/2011/08/drop-processing.html" target="_blank">Drop Processing</a> is an app for quickly batch processing image</li>
<li>RT <a href="http://vimeo.com/27642353" target="_blank">Processing Tutorial about how to save audio data to text files</a></li>
<li>RT Non-Commercial <a title="Kinect SDK for Windows" href="http://research.microsoft.com/en-us/um/redmond/projects/kinectsdk/" target="_blank">Kinect for Windows SDK</a> from Microsoft Research released</li>
<li><a href="http://www.topquadrant.com/products/TB_Composer.html" target="_blank">TopBraid Composer</a> is mabye the first real nice editor for <a title="#rdf" href="http://twitter.com/#%21/search?q=%23rdf" rel="nofollow">#rdf</a> <a title="#owl" href="http://twitter.com/#%21/search?q=%23owl" rel="nofollow">#owl</a> and other tasks <a title="#semanticweb" href="http://twitter.com/#%21/search?q=%23semanticweb" rel="nofollow">#semanticweb</a></li>
<li><a href="http://www.openframeworks.cc/download" target="_blank">OF v007</a> is now released - <a title="Presentation about the changes" href="http://www.roxlu.com/blog/entry/145/openframeworks-007-presentations/page/" target="_blank">Thanks to the community</a> and <a href="http://twitter.com/creativeinquiry" rel="nofollow" data-screen-name="creativeinquiry">@creativeinquiry</a> for helping make it happen!</li>
<li>RT <a title="#yUML" href="http://twitter.com/#%21/search?q=%23yUML" rel="nofollow">#yUML</a> (<a title="http://yuml.me/" href="http://t.co/ByY00g5" rel="nofollow" target="_blank" data-ultimate-url="http://yuml.me/" data-expanded-url="http://yuml.me/">yuml.me</a>) is really cool for creating quick UML diagrams. I love the scruffy ones.</li>
<li>Intel have released <a href="http://software.intel.com/en-us/articles/embree-photo-realistic-ray-tracing-kernels/" target="_blank">Embree</a> an open-source photo-realistic ray tracer for Windows, OSX and Linux</li>
<li>Qualcomm <a href="https://ar.qualcomm.at/qdevnet/sdk/ios" target="_blank">#Augmented Reality #SDK</a> for #iPhone OS</li>
<li>some really <a href="http://nocreativity.com/blog/tag/red5" target="_blank">nice #Red5 tutorials</a> <a title="#flash" href="http://twitter.com/#%21/search?q=%23flash" rel="nofollow">#flash</a> <a title="#streaming" href="http://twitter.com/#%21/search?q=%23streaming" rel="nofollow">#streaming</a> <a title="#multiplayer" href="http://twitter.com/#%21/search?q=%23multiplayer" rel="nofollow">#multiplayer</a> <a title="#java" href="http://twitter.com/#%21/search?q=%23java" rel="nofollow">#java</a></li>
</ul>
<p><strong>Physical Computing<br />
</strong></p>
<ul>
<li>Amazing resource for hacking your <a title="#canon" href="http://twitter.com/#%21/search?q=%23canon" rel="nofollow">#canon</a> photo camera! <a title="http://chdk.wikia.com/wiki/CHDK" href="http://t.co/SIhmb0a" rel="nofollow" target="_blank" data-display-url="chdk.wikia.com/wiki/CHDK" data-expanded-url="http://chdk.wikia.com/wiki/CHDK">http://chdk.wikia.com/wiki/CHDK</a> <a title="#hack" href="http://twitter.com/#%21/search?q=%23hack" rel="nofollow">#hack</a> <a title="#programming" href="http://twitter.com/#%21/search?q=%23programming" rel="nofollow">#programming</a> <a title="#firmware" href="http://twitter.com/#%21/search?q=%23firmware" rel="nofollow">#firmware</a></li>
<li>Nice <a href="http://www.plugandwear.com/" target="_blank">online shop and resource for #wearable technology</a> #physical #computing #mobile</li>
<li><a href="http://blog.makezine.com/archive/2011/08/paduino-control-arduino-from-iphoneipadipod-touch-with-the-redpark-serial-cable.html" target="_blank">iPhone iPad iPod talks to #Arduino</a></li>
<li>RT Tutorial: <a href="http://blog.littlebirdelectronics.com/tutorial-maximising-your-arduinos-io-ports" target="_blank">Maximising your Arduino’s I/O ports</a></li>
<li>nice tutorial and interface for #wearable technology: <a href="http://bildr.org/2011/08/heartrate-arduino/" target="_blank">Polar #Heart Rate Monitor #Interface + #Arduino</a></li>
</ul>
<p style="text-align: left;"><strong>Game Developing:</strong></p>
<ul>
<li>RT The creator of TexturePacker also has a tool called <a title="Physic Editor" href="http://www.physicseditor.de/features/" target="_blank">PhysicsEditor</a> that has a Flash export option. Looks interesting!</li>
<li>Added <a href="http://citrusengine.com/blog/view/the-official-level-editor-has-arrived" target="_blank">Citrus Level #Editor</a> link to my #flash #game libs blog pos</li>
<li>RT Opinion: <a href="http://www.gamasutra.com/view/news/35291/Opinion_Analog_Input_Processing_And_Delivering_Great_Controls.php" target="_blank">Analog Input Processing And Delivering Great Controls</a></li>
<li>RT Gaming Developer Center | <a href="http://www.adobe.com/devnet/games/gaming_engines.html" target="_blank">Resource page for gaming engines, 3D, and Stage 3D</a></li>
<li>RT great article about #flash <a href="http://www.photonstorm.com/archives/1530/flash-game-dev-tip-11-the-flixel-display-list-explained" target="_blank">#flixel #game #engine in combination with other flash libraries</a></li>
<li>Added <a title="http://playerio.com/" href="http://t.co/GMPWGAP" rel="nofollow" target="_blank" data-display-url="playerio.com" data-expanded-url="http://playerio.com/">http://playerio.com/</a> Games API to my <a title="#Flash" href="http://twitter.com/#%21/search?q=%23Flash" rel="nofollow">#Flash</a> <a title="#Game" href="http://twitter.com/#%21/search?q=%23Game" rel="nofollow">#Game</a> Framework post</li>
<li>Very interesting article about <a href="http://gafferongames.com/game-physics/fix-your-timestep/" target="_blank">game loops in physics and game engines</a> #gamedev #programming #algorithm</li>
</ul>
<p><strong>Flash and Flex</strong></p>
<ul>
<li>RT uploaded short <a href="http://wiki.alternativaplatform.com/Augmented_reality_for_version_7_Tutorial" target="_blank">Alternativa3D AR tutorial</a> including qtrack, FLARManager &amp; <a title="#IN2AR" href="http://twitter.com/#%21/search?q=%23IN2AR" rel="nofollow">#IN2AR</a> examples (via <a href="http://twitter.com/makc3d" rel="nofollow" data-screen-name="makc3d">@makc3d</a>)</li>
<li>RT some useful geom &amp; algebra stuff added: <a href="http://code.google.com/p/in-spirit/source/detail?r=232" target="_blank">Affine/Homography/Fundamental/LevMar</a> #asfeat</li>
<li>RT Very nice (and smooth) <a title="Blitting Particle Engine" href="http://blog.alkemi-games.com/index.php?post/2010/11/16/Alkemi-Flash-Bitmap-Renderer%2C-part-3-%3A-Fire-%21" target="_blank">fire+smoke animation in Flash using blitting</a> (source available) (via <a href="http://twitter.com/elsassph" rel="nofollow" data-screen-name="elsassph">@elsassph</a>)</li>
<li>Big pdf about: Developing<a href="http://www.adobe.com/content/dam/Adobe/en/devnet/devices/pdfs/DevelopingActionScriptExtensionsForAdobeAIR.pdf" target="_blank"> ACTIONSCRIPT Extensions for ADOBE AIR</a></li>
<li><a href="https://github.com/PushButtonLabs/AS3MemoryWatcher" target="_blank">AS3MemoryWatcher</a> - hacky toolkit for tracking ALL SWF allocs via Apparat</li>
<li><a href="http://www.riatest.com/" target="_blank">RIATest</a> looks like a very useful tool for automate your GUI testings <a title="#flex" href="http://twitter.com/#%21/search?q=%23flex" rel="nofollow">#flex</a> <a title="#ui" href="http://twitter.com/#%21/search?q=%23ui" rel="nofollow">#ui</a> <a title="#testings" href="http://twitter.com/#%21/search?q=%23testings" rel="nofollow">#testings</a> <a title="#quality" href="http://twitter.com/#%21/search?q=%23quality" rel="nofollow">#quality</a></li>
<li>RT <a href="http://www.flashmagazine.com/news/detail/crocus_modeller_-_a_sweet_tool_for_developers/" target="_blank">Online UML modeling application</a> for <a title="#AS3" href="http://twitter.com/#%21/search?q=%23AS3" rel="nofollow">#AS3</a> &amp; Flex programmers, <a href="http://crocusmodeller.com/" target="_blank">Crocus Modeller</a> is free (for now) and full of features</li>
<li>If you are working with huge data amount in <a title="#flex" href="http://twitter.com/#%21/search?q=%23flex" rel="nofollow">#flex</a>, this might be helpful: <a title="How to deal with huge data in Flex (Lazy loading)" href="http://flexblog.faratasystems.com/2011/07/20/working-with-large-data-sets-in-flash-player" target="_blank">Working with large #data sets in #flash player </a></li>
<li>Really useful for developing mobile apps: <a href="http://cookbooks.adobe.com/post_Detecting_the_network_connection_type_with_Flex_4_-18791.html" target="_blank">Detecting the network connection</a> type with <a title="#Flex" href="http://twitter.com/#%21/search?q=%23Flex" rel="nofollow">#Flex</a> 4.5 <a title="#wifi" href="http://twitter.com/#%21/search?q=%23wifi" rel="nofollow">#wifi</a> <a title="#mobile" href="http://twitter.com/#%21/search?q=%23mobile" rel="nofollow">#mobile</a> <a title="#network" href="http://twitter.com/#%21/search?q=%23network" rel="nofollow">#network</a></li>
<li>RT <a href="http://coenraets.org/blog/2011/07/multi-touch-charts-for-ios-android-and-playbook-source-code-available-on-github/" target="_blank">Multi-Touch Charts for iOS, Android, and PlayBook</a>: Source Code Available on GitHub</li>
<li>RT <a href="http://twitter.com/mraad" rel="nofollow" data-screen-name="mraad">@mraad</a>: <a href="http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2011/07/25/ArcGIS-API-for-Flex-and-ArcGIS-Viewer-for-Flex_3A00_-Version-2.4-released.aspx" target="_blank">ArcGIS API for #Flex</a> Version 2.0 is released (Arabic locale &amp; <a title="#iOS" href="http://twitter.com/#%21/search?q=%23iOS" rel="nofollow">#iOS</a> and <a title="#Android" href="http://twitter.com/#%21/search?q=%23Android" rel="nofollow">#Android</a> friendly:-)</li>
<li><a href="http://blog.flashgen.com/2011/07/16/my-10-tips-when-developing-for-multiple-devices/" target="_blank">10 tips from @FlashGen: developing for multiple devices #mobile #multiscreen</a></li>
<li>How to <a href="http://www.riagora.com/2011/08/flex-mobile-in-the-browser/" target="_blank">create a #Flex mobile project with #Flash Builder, and publish it as a classic web app</a></li>
<li><a href="http://flexponential.com/" target="_blank">flexponential</a> is a good resource for some flex framework issues and code snippets #flex #skinning #mobile #code #tips</li>
</ul>
<p>Related posts:<ol>
<li><a href='http://blog.derhess.de/2010/07/05/my-most-important-twitter-messages-6/' rel='bookmark' title='My most important Twitter Messages #6'>My most important Twitter Messages #6</a></li>
<li><a href='http://blog.derhess.de/2010/01/05/my-most-important-twitter-messages-4/' rel='bookmark' title='My most important Twitter Messages #4'>My most important Twitter Messages #4</a></li>
<li><a href='http://blog.derhess.de/2010/03/04/my-most-important-twitter-messages-5/' rel='bookmark' title='My most important Twitter Messages #5'>My most important Twitter Messages #5</a></li>
</ol></p> <p><a href="http://blog.derhess.de/?flattrss_redirect&amp;id=1683&amp;md5=c3edf98f6ee0c6c4a828334f4d4d5d19" title="Flattr" target="_blank"><img src="http://blog.derhess.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.derhess.de/2011/08/31/my-most-important-twitter-messages-11-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://blog.derhess.de/?flattrss_redirect&amp;id=1683&amp;md5=c3edf98f6ee0c6c4a828334f4d4d5d19" type="text/html" />"
	</item>
		<item>
		<title>My most important Twitter Messages #10</title>
		<link>http://blog.derhess.de/2011/06/09/my-most-important-twitter-messages-10/</link>
		<comments>http://blog.derhess.de/2011/06/09/my-most-important-twitter-messages-10/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 10:27:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Generative Art]]></category>
		<category><![CDATA[Interaction]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technologie]]></category>
		<category><![CDATA[cool stuff]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[fotografie]]></category>
		<category><![CDATA[image processing]]></category>
		<category><![CDATA[information design]]></category>
		<category><![CDATA[physical computing]]></category>
		<category><![CDATA[talks]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.derhess.de/?p=1585</guid>
		<description><![CDATA[A small summary of my Twitter messages from March - June 2011: Allgemein (General) Very interesting documentation about media (#design): Everything is a remix Added the talk: IDEO's Tim Brown in Conversation with Bruce Nussbaum &#124; Parsons The New School for #Design videos and talks of see conference are online #design and #infovis RT gardens. [...]
Related posts:<ol>
<li><a href='http://blog.derhess.de/2010/03/04/my-most-important-twitter-messages-5/' rel='bookmark' title='My most important Twitter Messages #5'>My most important Twitter Messages #5</a></li>
<li><a href='http://blog.derhess.de/2010/07/05/my-most-important-twitter-messages-6/' rel='bookmark' title='My most important Twitter Messages #6'>My most important Twitter Messages #6</a></li>
<li><a href='http://blog.derhess.de/2011/11/26/my-most-important-twitter-messages-12/' rel='bookmark' title='My most important Twitter Messages #12'>My most important Twitter Messages #12</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><img class="aligncenter" src="http://blog.derhess.de/wp-content/uploads/2009/07/twitterdehess.gif" alt="Twitter von der hess" width="435" height="155" /><br />
A small summary of my <a href="http://twitter.com/derhess" target="_blank">Twitter messages</a> from March - June 2011:</p>
<p><strong><span id="more-1585"></span>Allgemein (General)</strong></p>
<ul>
<li>Very interesting documentation about media (<a title="#design" rel="nofollow" href="http://twitter.com/#%21/search?q=%23design">#design</a>): <a href="http://www.everythingisaremix.info/watch-the-series/">Everything is a remix</a></li>
<li>Added the talk:<a href="http://www.youtube.com/watch?v=D18Jyl-aWIY"> IDEO's Tim Brown in Conversation with Bruce Nussbaum</a> | Parsons The New School for <a title="#Design" rel="nofollow" href="http://twitter.com/#%21/search?q=%23Design">#Design</a></li>
<li><a href="http://www.see-conference.org/video-stream/">videos and talks of see conference</a> are online #design and #infovis</li>
<li>RT gardens. <a href="http://www.shinichimaruyama.com/">amazing liquid sculptures</a>.</li>
<li>This <a href="http://www.findbestopensource.com/home/">open source search engine</a> or network does not look bad</li>
<li>Interesting book: Manuel DeLanda: <a title="#Philosophy" rel="nofollow" href="http://twitter.com/#%21/search?q=%23Philosophy">#Philosophy</a> and <a title="#Simulation" rel="nofollow" href="http://twitter.com/#%21/search?q=%23Simulation">#Simulation</a>: <a href="http://burundi.sk/monoskop/log/?p=2083">The Emergence of Synthetic Reason</a></li>
<li>Also a very nice plaform for <a title="#funding" rel="nofollow" href="http://twitter.com/#%21/search?q=%23funding">#funding</a> your projects <a title="http://www.indiegogo.com/" rel="nofollow" href="http://www.indiegogo.com/" target="_blank">http://www.indiegogo.com/</a> an alternative to <a title="http://www.kickstarter.com/" rel="nofollow" href="http://www.kickstarter.com/" target="_blank">http://www.kickstarter.com/</a></li>
<li>RT <a href="http://garrettgibbons.com/blog/successful-kickstarter-campaigns">Kickstarter projects success vs fail analysis</a>, stats and links<a title="http://garrettgibbons.com/blog/successful-kickstarter-campaigns/" rel="nofollow" href="http://t.co/p7AlzXX" target="_blank"></a>/via <a rel="nofollow" href="http://twitter.com/neilhimself">@neilhimself</a></li>
<li>Really <a title="Beyoncé Tribute &amp; Performance Billboard Music Awards 2011 " href="http://www.youtube.com/watch?feature=player_detailpage&amp;v=9l2ZLnU_xSI#t=190s">astonished example of stage based #animation</a>! via <a rel="nofollow" href="http://twitter.com/JoshuaDavis">@JoshuaDavis</a></li>
</ul>
<p><strong>Generative Art:</strong></p>
<ul>
<li>RT <a href="http://vimeo.com/21590552">NODE10 - Forum for Digital Arts, Documentary</a></li>
<li>Really really enjoyed the<a title="Jared Tarbell - FOTB2010" href="http://www.vimeo.com/18907070"> talk of Jared Tarbell</a> about #generative #art and how #code goes beyond the desktop</li>
<li><a href="http://www.shiffman.net/teaching/nature/">very cool website for generative and genetic algorithms</a>... Would like to read the book</li>
<li>Computer #Art and #Typography, check <a href="http://www.postfl.com/">Travis Kirtons work</a> | <a title="TextDraw: A Prototype for Gestural Typesetting" rel="nofollow" href="http://tei-conf.org/10/uploads/Program/p193.pdf">paper</a> | and his master thesis</li>
</ul>
<p><strong>Info Design and Visualization</strong></p>
<ul>
<li>RT I am quite impressed with t<a title="Think Quarterly" href="http://thinkquarterly.co.uk/">hink quarterly magazine design and branding</a>. Content looks good, too (via <a rel="nofollow" href="http://twitter.com/shervinafshar">@shervinafshar</a>)</li>
<li>Yay, my talk from last year's decoded conference is online: "<a href="http://vimeo.com/21804808">Lasst die Daten sprechen</a>" (German)</li>
<li>great project about <a title="Synchronous objects" href="http://synchronousobjects.osu.edu/">visualizing choreographic structure from dance </a>to data objects</li>
</ul>
<p><strong>UX and Interaction Design:</strong></p>
<ul>
<li> RT Q&amp;A: <a href="http://gigaom.com/video/qa-how-to-make-tv-apps-work/#">How to Make TV Apps Work</a> (via <a rel="nofollow" href="http://twitter.com/pickone">@pickone</a>)</li>
<li>Es wäre interessant die Disziplin <a href="http://de.wikipedia.org/wiki/Psychotechnik">Psychotechnik</a> wieder fürs #Interaction #Design aufzuarbeiten</li>
<li>Found a <a title="acm library link" href="http://portal.acm.org/citation.cfm?id=1601070">nice paper</a> <a title="google book link" href="http://books.google.at/books?id=vdNrnsiaei0C&amp;pg=PA141&amp;lpg=PA141&amp;dq=psychophysiological+human+computer+interaction+research&amp;source=bl&amp;ots=-bFqRB8NcI&amp;sig=_kyi4GigLPA_cXbqybNUtKbYIg0&amp;hl=de&amp;ei=mBqoTfiPHpDWsgbf__ydCA&amp;sa=X&amp;oi=book_result&amp;ct=result&amp;resnum=6&amp;ved=0CEwQ6AEwBQ#v=onepage&amp;q=psychophysiological%20human%20computer%20interaction%20research&amp;f=false">Psychophysiology as a Tool for HCI Research: Promises and Pitfalls</a></li>
<li>This #paper sounds also very interesting:<a href="http://books.google.at/books?id=vdNrnsiaei0C&amp;lpg=PA141&amp;ots=-bFqRB8NcI&amp;dq=psychophysiological%20human%20computer%20interaction%20research&amp;pg=PA204#v=onepage&amp;q=psychophysiological%20human%20computer%20interaction%20research&amp;f=false"> Evaluation of User Interfaces for #mobile app #development environments</a></li>
<li>RT <a href="http://uxmovement.com/resources/best-collection-of-mobile-user-interface-patterns/">Ultimate Collection of Mobile User Interface Patterns</a>:<a title="http://uxmovement.com/resources/ultimate-collection-of-mobile-user-interface-patterns/" rel="nofollow" href="http://t.co/PtYjKKT" target="_blank"></a> (via <a rel="nofollow" href="http://twitter.com/pickone">@pickone</a>)</li>
<li>RT Must Read: <a rel="nofollow" href="http://twitter.com/preciousforever">@preciousforever</a>: precious presents: <a href="http://precious-forever.com/2011/05/26/patterns-for-multiscreen-strategies/">Patterns for Multiscreen Strategies</a></li>
<li>Great article by <a rel="nofollow" href="http://twitter.com/grigs">@grigs</a>: <a href="http://www.cloudfour.com/where-are-the-mobile-first-responsive-web-designs/">Where are the Mobile First Responsive Web Designs?</a></li>
<li><a href="http://www.sapdesignguild.org/community/design/golden_rules.asp">Golden Rules for Bad User Interfaces</a> via <a rel="nofollow" href="http://twitter.com/timperrett">@timperrett</a></li>
<li>It's a pretty old article but still interesting to read: <a href="http://arstechnica.com/old/content/2005/05/gui.ars">A History of the GUI</a></li>
<li>RT Great collection: <a href="http://research.microsoft.com/en-us/um/people/bibuxton/buxtoncollection/default.aspx">The Buxton Collection</a> (via <a rel="nofollow" href="http://twitter.com/BogieZero">@BogieZero</a>, <a rel="nofollow" href="http://twitter.com/stefanwoelwer">@stefanwoelwer</a>)</li>
<li>Nice <a href="http://www.cost-sid.org/">conference and resource for Sonic #Interaction #Design</a> and <a title="http://www.interactive-sonification.org/ISon2010/proceedings/" rel="nofollow" href="http://tinyurl.com/5u853lu" target="_blank"></a>their <a href="http://www.interactive-sonification.org/ISon2010/proceedings/">proceedings</a></li>
<li>Nice to read: <a href="http://johnnyholland.org/2011/04/28/the-theory-behind-social%20-interaction-design/">The Theory Behind Social Interaction Design</a></li>
</ul>
<p style="text-align: left;"><strong>Projekte und Experimente (Projects and experiments)</strong><strong> </strong></p>
<ul>
<li>RT  Great project: <a href="http://angstproject.com/kater.php">Kater - Tangible robots for multitouch tables</a> (via <a rel="nofollow" href="http://twitter.com/tillnm">@tillnm</a>)</li>
<li><a href="http://www.creativeapplications.net/iphone/extending-the-touchscreen-of-arduino-ipad-iphone/">Extending the Touchscreen</a> - #device control development | <a href="http://itp.nyu.edu/~mk3321/itp_blog/">blog</a></li>
<li>Nice <a href="http://www.projektil.ch/143-0-richti-areal.html">project for information #visualization on #architecture</a> and #urban #spaces</li>
</ul>
<p><strong>Neue Technologie (new Technologies)</strong></p>
<ul>
<li>Researchers have discovered a <a href="http://www.sciencedaily.com/releases/2011/03/110325102008.htm">universal property of musical scales</a>.</li>
<li>a state-of-the art report: <a href="http://blog.observatory.jisc.ac.uk/2011/04/08/techwatch-report-augmented-reality-for-smartphones/">Augmented Reality for Smartphones</a></li>
<li>Nice <a href="http://www.mindmeister.com/ja/90748081/cv-ar-mindmap">mind map about augmented reality</a> development</li>
<li><a href="http://info.ee.surrey.ac.uk/Personal/Z.Kalal/tld.html">TLD is a real-time algorithm</a> for #tracking of unknown objects | <a href="https://github.com/zk00006/OpenTLD">source</a></li>
<li><a href="http://www.creativeapplications.net/games/motionbeam-ipod-touch-c-games/">MotionBeam project</a> - Non-Flat <a title="#Displays" rel="nofollow" href="http://twitter.com/#%21/search?q=%23Displays">#Displays</a> for <a title="#mobile" rel="nofollow" href="http://twitter.com/#%21/search?q=%23mobile">#mobile</a> devices| <a href="http://www.motion-beam.com/media/motionbeam-paper.pdf">paper</a></li>
</ul>
<p><span><span> </span></span></p>
<p><strong>Programmierung und Software Design (Programming)</strong></p>
<ul>
<li>RT Initial impressions of <a href="https://www.amazon.com/clouddrive/learnmore">Amazon Cloud Drive / Player</a> good start, TONs of promise, needs some polish</li>
<li><a href="http://developer.openplug.com/">OpenPlug Studio</a> now Free-for-All <a title="#developers" rel="nofollow" href="http://twitter.com/#%21/search?q=%23developers">#developers</a> <a title="#mobile" rel="nofollow" href="http://twitter.com/#%21/search?q=%23mobile">#mobile</a> <a rel="nofollow" href="http://bit.ly/jHtnGH" target="_blank"></a>| <a href="http://www.alcatel-lucent.com/wps/portal/!ut/p/kcxml/04_Sj9SPykssy0xPLMnMz0vM0Y_QjzKLd4x3tXDUL8h2VAQAURh_Yw!!?LMSG_CABINET=Docs_and_Resource_Ctr&amp;LMSG_CONTENT_FILE=News_Releases_2011/News_Article_002419.xml">article</a></li>
<li>RT <a href="http://www.ignotus.com/ignocodelib/">IgnoCodeLib</a> a new library to export Adobe Illustrator Files AI7 directly from processing</li>
<li><a href="http://www.magicandlove.com/blog/2011/05/04/smile-detection-in-processing-mac-osx/">PSmile - Smile Detection</a> library for <a title="#Processing" rel="nofollow" href="http://twitter.com/#%21/search?q=%23Processing">#Processing</a> by Bryan Chung <a title="http://www.magicandlove.com/blog/2011/05/04/smile-detection-in-processing-mac-osx/" rel="nofollow" href="http://is.gd/qydoyQ" target="_blank"></a>via <a rel="nofollow" href="http://twitter.com/CedricKiefer">@CedricKiefer</a> but it seems only for Mac OSX...</li>
<li>#OpenGL library for #processing -&gt;<a href="http://glgraphics.sourceforge.net/">GLGraphics</a></li>
<li>Tutorial: <a href="http://www.local-guru.net/blog/2011/04/27/using-javadb-from-processing">Using JavaDB from #Processing</a></li>
<li>RT Great starting point for<a href="http://toxiclibs.org/2011/05/tutorials-galore/"> toxiclibs</a>: #processing</li>
<li>Working with <a href="http://www.creativeapplications.net/processing/working-with-toxiclibs-processing-tutorial/">#Toxiclibs - #Processing tutorial by Amnon Owed</a> | CreativeApplications.Net</li>
<li>Another <a href="http://www.creativecoding.org/en/beyond/p5/eclipse_as_editor">great tutorial about using eclipse for processing</a></li>
<li>Building <a href="http://vormplus.be/blog/article/processing-month-day-31-building-interactive-installations-with-opencv">Interactive Installations with OpenCV</a> - <a title="#processing" rel="nofollow" href="http://twitter.com/#%21/search?q=%23processing">#processing</a></li>
<li>RT Processing Tools "<a href="http://inittemplatep5.sourceforge.net/">InitSketch</a>" got updates to work with processing 1.5</li>
<li>RT in addition to the InitSketch processing tool, there was just released a <a href="http://savetemplate.sourceforge.net/">SaveTemplate Tool</a></li>
<li>RT source for<a href="http://t.co/Fu3EfiZ"> serial comms over audio</a> used on <a rel="nofollow" href="http://twitter.com/imogenheap">@imogenheap</a> <a href="http://t.co/Id4tHnt">twitter</a> <a href="http://t.co/w1CnrgO">dress</a></li>
<li>Ruby meets creative coding <a title="http://www.zajal.cc/" rel="nofollow" href="http://www.zajal.cc/" target="_blank">http://www.zajal.cc/</a> (via <a rel="nofollow" href="http://twitter.com/rdrb">@rdrb</a>)</li>
</ul>
<p><strong>Physical Computing<br />
</strong></p>
<ul>
<li>Interesting system for <a title="digitalStrom" href="http://www.digitalstrom.org/index.php?id=115&amp;L=2">programming your spatial home</a></li>
<li>RT Meet the <a href="http://www.sparkfun.com/news/587">IOIO for Android</a> - USB access to your Android-based phone</li>
<li>Interesting #DIY <a href="http://3dhomemade.blogspot.com/">3d Printer project</a></li>
<li><a title="Teague Labs" href="http://labs.teague.com/">An easy to use alternative to arduino</a></li>
<li>very interesting <a title="Make: Why Google Choosing Arduino Matters and is This the End of “Made for iPod” (TM)?" href="http://blog.makezine.com/archive/2011/05/why-google-choosing-arduino-matters-and-the-end-of-made-for-ipod-tm.html">article about #arduino and #android</a> | <a title="Google I/O 2011: Android Open Accessory API and Development Kit (ADK) " href="http://www.youtube.com/watch?v=s7szcpXf2rE">google video presentation</a></li>
<li>nice article: <a href="http://marioboehmer.blogspot.com/2011/05/android-adk-with-standard-arduino-uno.html">Using #Android ADK with a standard #Arduino Uno</a> and USB Host Shield</li>
<li><a href="http://makeprojects.com/">Make: Projects</a> is a living library for makers, <a href="http://blog.makezine.com/archive/2011/05/how-to-get-started-with-make-projects.html">nice place for getting inspiration</a></li>
</ul>
<p style="text-align: left;"><strong>Game Developing:</strong></p>
<ul>
<li>RT Excellent active tuts <a href="http://active.tutsplus.com/tutorials/actionscript/euclidean-vectors-in-flash/">article on Euclidean Vectors in AS3</a> by <a rel="nofollow" href="http://twitter.com/DanielSidhion">@DanielSidhion</a></li>
<li>RT Learn about #Flash <a href="http://blog.flashgen.com/2011/03/21/virtual-game-controllers/">virtual game controllers for touch-based devices</a> w/ this #article from <a rel="nofollow" href="http://twitter.com/FlashGen">@FlashGen</a></li>
<li><a href="http://code.google.com/p/quickb2/">quickb2</a> simplifies the usage of box2d physic library | <a href="http://www.emanueleferonato.com/2011/05/05/flash-physics-draw-game-with-a-car-using-quickb2/">tutorial</a></li>
<li>RT Gaming Developer Center | <a href="http://www.adobe.com/devnet/games/articles/rendering-animated-models.html">Rendering animated models in mobile games</a></li>
<li><a href="http://blog.flashgen.com/2011/06/01/pushbutton-engine-videos/">Introduction for Pushbutton Engine</a></li>
<li><a href="http://www.electrotank.com/eup.html">Electrotank Universe Platform (EUP)</a> is an interesting <a title="#game" rel="nofollow" href="http://twitter.com/#%21/search?q=%23game">#game</a> <a title="#server" rel="nofollow" href="http://twitter.com/#%21/search?q=%23server">#server</a> environment for Social MMO games</li>
<li><a href="http://www.gameclosure.com/">Game Closure</a> launches HTML5-based cross-platform game technology</li>
<li>RT gSkinner: This is awesome! A very <a title="JavaScript: RPG JS" href="http://rpgjs.com/">robust RPG game engine</a> built on top of EaselJS</li>
<li>The <a href="http://pleasepressstart.tumblr.com/">Art of Video Game Title Screens</a></li>
<li>New version of <a href="http://dambots.com/dame-editor/">Level Editor DAME 2</a> available | <a href="http://www.photonstorm.com/archives/1358/dame-2-released-my-favourite-game-map-editor">a review</a></li>
</ul>
<p><span><span> </span></span></p>
<p><strong>Flash and Flex</strong></p>
<ul>
<li>RT gSkinner: Finally got around to adding a few more items to my <a title="gSkinner Library" href="https://github.com/gskinner/AS3Libs">AS3Libs Github repo</a>. Nearly done</li>
<li>RT “<a rel="nofollow" href="http://twitter.com/github_as3">@github_as3</a>: <a href="https://github.com/as3/as3-utils">as3-utils</a> - reusable package-level functions that solve common problems” quite handy stuff!</li>
<li><a href="http://code.google.com/p/cocoon-p2p/">cocoon-p2p</a>: a library for #ActionScript focussed on local IP multicast (create #iOS remote controls)</li>
<li>RT That might come useful sometime - <a href="http://biorex21.wordpress.com/2011/04/08/bluetoothsender-or-yet-another-native-process-post/">Sending Bluetooth commands via AIR using native process</a></li>
<li><a href="http://www.babelfx.org/">BabelFX</a> is a #localizing framework for #Flash &amp; #Flex apps | <a href="http://seantheflexguy.com/blog/2011/04/23/babelfx-for-localization-of-flex-applications/">article</a></li>
<li>RT Looks interesting for <a title="#Flex" rel="nofollow" href="http://twitter.com/#%21/search?q=%23Flex">#Flex</a><a title="#Java" rel="nofollow" href="http://twitter.com/#%21/search?q=%23Java">#Java</a><a title="#Enterprise" rel="nofollow" href="http://twitter.com/#%21/search?q=%23Enterprise">#Enterprise</a> apps, the <a href="http://cookbooks.adobe.com/post_Manipulating_Objects_on_the_Client_Side_Using_Flex-18726.html">Athena framework</a>. Session/EntityManager for Client Side #ORM</li>
<li>RT Interactive Lab is proud to release <a href="https://github.com/InteractiveLab/tuio.3ASCur">open-source an essential part of our multi-touch framework</a> - <a title="#as3" rel="nofollow" href="http://twitter.com/#%21/search?q=%23as3">#as3</a><a title="#tuio" rel="nofollow" href="http://twitter.com/#%21/search?q=%23tuio">#tuio</a><a title="#osc" rel="nofollow" href="http://twitter.com/#%21/search?q=%23osc">#osc</a> parser</li>
<li>RT Flex Developer Center | <a href="http://www.adobe.com/devnet/flex/articles/introducing-flex45sdk.html">Introducing Adobe Flex 4.5 SDK</a></li>
<li>Good preso on <a title="Flex performance and skinning tipps" href="http://flexponential.com/2011/04/20/flex-performance-tips-tricks/">#Flex #performance with the new 4.5 SDK #skinning</a></li>
<li>RT Flex Developer Center | <a href="http://www.adobe.com/devnet/flex/articles/mobile-skinning-part1.html">Flex mobile skins – Part 1: Optimized skinning basics</a></li>
<li>RT Incorporate<a title="Using Geolocation(GPS) on a mobile device" href="http://www.flexpasta.com/index.php/2011/05/12/flex-45-using-geolocationgps-on-a-mobile-device/"> #GPS in your #mobile #app with this #Adobe #Flex</a> 4.5 #SDK walkthrough tutorial:</li>
<li>RT <a href="http://devgirl.org/2011/05/18/flex-4-5-mobile-data-handling/">Article about persistant data</a> when developing #mobile apps with #Flex 4.5</li>
<li>A very nice <a title="item renderers and Flex mobile" href="http://www.asfusion.com/blog/entry/mobile-itemrenderer-in-actionscript-part-5">#tutorial series about item renderers</a> for #Flex 4.5 mobile devices</li>
<li>RT Flash Builder Developer Center | <a href="http://www.adobe.com/devnet/flash-builder/articles/ascode-coverage.html">ActionScript Code Coverage Plug-in for Flash Builder</a></li>
<li>RT Kudos to <a href="http://zaalabs.com/tag/zaail">ZaaLabs for ZaaIL the super-useful alchemy port of DevIL</a></li>
<li>RT @flashforum: <a href="http://www.o-minds.com/products/flashfirebug">FlashFirebug</a>: A Firefox extension that allows developers to debug AS3 flash files</li>
<li>ActionScript 3.0 <a href="http://www.as3dp.com/2011/04/24/actionscript-3-0-communication-in-parallel-programming/">Communication in Parallel Programming</a></li>
<li>RT <a href="http://thewaxup.com/erik/moonshine_showcase/">Moonshine</a> (AS3 IDE in AIR)  (via <a rel="nofollow" href="http://twitter.com/elsassph">@elsassph</a>)</li>
<li>using the <a href="http://blogs.adobe.com/koestler/2011/05/using-the-photoshop-touch-sdk-creating-a-project.html">#Photoshop #Touch SDK with #AS3</a></li>
<li>RT <a title="Measuring video consumption in Flash " href="http://www.adobe.com/devnet/video/articles/media-measurement-flash.html">Media Measurement in Flash Player 10.3</a></li>
</ul>
<p>Related posts:<ol>
<li><a href='http://blog.derhess.de/2010/03/04/my-most-important-twitter-messages-5/' rel='bookmark' title='My most important Twitter Messages #5'>My most important Twitter Messages #5</a></li>
<li><a href='http://blog.derhess.de/2010/07/05/my-most-important-twitter-messages-6/' rel='bookmark' title='My most important Twitter Messages #6'>My most important Twitter Messages #6</a></li>
<li><a href='http://blog.derhess.de/2011/11/26/my-most-important-twitter-messages-12/' rel='bookmark' title='My most important Twitter Messages #12'>My most important Twitter Messages #12</a></li>
</ol></p> <p><a href="http://blog.derhess.de/?flattrss_redirect&amp;id=1585&amp;md5=b7d804e7493bd1182555ab84f4c7cc22" title="Flattr" target="_blank"><img src="http://blog.derhess.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.derhess.de/2011/06/09/my-most-important-twitter-messages-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://blog.derhess.de/?flattrss_redirect&amp;id=1585&amp;md5=b7d804e7493bd1182555ab84f4c7cc22" type="text/html" />"
	</item>
		<item>
		<title>My most important Twitter Messages #9</title>
		<link>http://blog.derhess.de/2011/03/24/my-most-important-twitter-messages-9/</link>
		<comments>http://blog.derhess.de/2011/03/24/my-most-important-twitter-messages-9/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 12:03:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Interaction]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technologie]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[information design]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[MaxMSP]]></category>
		<category><![CDATA[tracking]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.derhess.de/?p=1551</guid>
		<description><![CDATA[A small summary of my Twitter messages from January - March 2011: Allgemein (General) RT When buildings start to tweet: Good overview of recent media architecture examples (Via @strg_n, @Heuserkampf) Kurzes schönes Videoportrait über Julis von Bismarck Starting to upload FOTB2010 videos: Brendan Dawes - more going up regularly. (via @FOTB) Great Master thesis by [...]
Related posts:<ol>
<li><a href='http://blog.derhess.de/2010/07/05/my-most-important-twitter-messages-6/' rel='bookmark' title='My most important Twitter Messages #6'>My most important Twitter Messages #6</a></li>
<li><a href='http://blog.derhess.de/2011/08/31/my-most-important-twitter-messages-11-2/' rel='bookmark' title='My most important Twitter Messages #11'>My most important Twitter Messages #11</a></li>
<li><a href='http://blog.derhess.de/2010/01/05/my-most-important-twitter-messages-4/' rel='bookmark' title='My most important Twitter Messages #4'>My most important Twitter Messages #4</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><img class="aligncenter" src="http://blog.derhess.de/wp-content/uploads/2009/07/twitterdehess.gif" alt="Twitter von der hess" width="435" height="155" /><br />
A small summary of my <a href="http://twitter.com/derhess" target="_blank">Twitter messages</a> from January - March 2011:</p>
<p><strong><span id="more-1551"></span>Allgemein (General)</strong></p>
<ul>
<li>RT When buildings start to tweet: Good <a title="blog article with a good video" href="http://strgn.posterous.com/media-facades-when-buildings-start-to-twitter" target="_blank">overview of recent media architecture examples</a> (Via @<a rel="nofollow" href="http://twitter.com/strg_n">strg_n</a>, @<a rel="nofollow" href="http://twitter.com/Heuserkampf">Heuserkampf</a>)</li>
<li>Kurzes schönes <a href="http://www.gestalten.tv/motion/julius-von-bismarck">Videoportrait über Julis von Bismarck</a></li>
<li>Starting to upload FOTB2010 videos: <a href="http://vimeo.com/15874818" target="_blank">Brendan Dawes</a> - more going up regularly. (via @<a rel="nofollow" href="http://twitter.com/FOTB">FOTB</a>)</li>
<li>Great <a title="PDF Version" href="http://timdevine.net/DeviceShifting/Device_Shifting-Thesis_150dpi.pdf">Master thesis</a> by Tim Devine about <a href="http://timdevine.net/category/device-shifting/">Device Shifting and #Design</a><a rel="nofollow" href="http://tinyurl.com/5ukn76l" target="_blank"></a> #mobile</li>
<li>Sabine is talking about <a href="http://www.youtube.com/watch?v=jP6p9ErHQi4">Functional Aesthetics book in TEDx Vienna</a></li>
<li>Maybe an interesting book: <a href="http://www.webaesthetics.info/">Web Aesthetics - How Digital Media Affect Culture and Society</a></li>
<li>#Arte präsentiert ein <a rel="nofollow" href="http://creative.arte.tv/">Netzwerk für Künstler, Kulturproduzenten und alle anderen</a></li>
<li>Moving talk by <a href="http://www.aiga.org/content.cfm/video-gain-2010-harris">Jonathan Harris on his work and the absurdities of digital livestyle</a></li>
<li><a href="http://www.mendeley.com/">Mendeley</a> is a free reference manager and academic social network via Henning Schulze</li>
<li><a href="http://www.pumacy.de/publikationen/wikis_fuer_wissensmanagement.html">Die Qual der Wiki-Wahl</a> - #Wikis für #Wissensmanagement in Organisationen  #dokumentation #vergleich</li>
<li>Nice articles about #urban based #computing &amp; #design <a href="http://serialconsign.com/2011/01/mediated-cityscapes">No. 1</a> |<a href="http://www.creativeapplications.net/theory/mediated-cityscapes-01-four-statements-about-urban-computing/"> No. 2</a> | <a href="http://serialconsign.com/2011/01/technology-and-city-reading-list">No. 3</a></li>
<li>The <a href="http://imd.dundee.ac.uk/moli/">Museum of Lost Interactions</a> - very interesting and nice videos, too #media #archeology #art #design</li>
<li>RT open culture <a title="http://www.openculture.com/freemoviesonline/" rel="nofollow" href="http://bit.ly/9qQrQD" target="_blank">http://bit.ly/9qQrQD</a> 340 free movies.</li>
<li>Sounds interesting: <a href="http://www.kickstarter.com/">Kickstarter</a> is a funding platform for creative projects</li>
</ul>
<p><strong>Generative Art:</strong></p>
<ul>
<li>More new great <a href="http://en.nicoptere.net/?tag=generative-art" target="_blank">#generative #art tutorials</a> from <a href="http://en.nicoptere.net" target="_blank">Nicolas Barradeau</a> #flash #design</li>
<li>RT Fantastic geometry blog. http://moniker.name/worldmaking/</li>
<li>Neuer Monat, neuer Live-Mitschnitt. Mario Klingemann aka Quasimondo über "<a href="http://vimeo.com/20594197">Schönes aus Code</a>"</li>
</ul>
<p><strong>Info Design and Visualization</strong></p>
<ul>
<li>Nice resource for #information visualization projects:<a href="http://www.police.uk/crime/?q=Westminster,%20Greater%20London,%20Vereinigtes%20K%C3%B6nigreich"> #Crime Maps of England</a> (London) #infovis #data #webservice</li>
<li><a href="http://www.esri.com/software/arcgis/arcgisonline/standard-maps.html">Free-for-any-use ArcGIS Online map services</a>: basemaps, demographic, reference, and specialty maps. <a title="#esri" rel="nofollow" href="http://twitter.com/#%21/search?q=%23esri"></a></li>
<li>RT <a href="http://mbostock.github.com/d3/">Vis JavaScript-toolkit</a> by @<a rel="nofollow" href="http://twitter.com/mbostock">mbostock</a>: Data-Driven Documents / D3 (via @<a rel="nofollow" href="http://twitter.com/moritz_stefaner">moritz_stefaner</a>, @<a rel="nofollow" href="http://twitter.com/peterpaulrubens">peterpaulrubens</a>).</li>
</ul>
<p><strong>UX and Interaction Design:</strong></p>
<ul>
<li><a href="http://www.mobileawesomeness.com/">RT Nice collection about small screen solutions</a>: (via @<a rel="nofollow" href="http://twitter.com/minstyle">minstyle</a>)</li>
<li>RT <a href="http://www.websiteoptimization.com/speed/tweak/psychology-web-performance/">The Psychology of Web Performance</a>:  (via @<a rel="nofollow" href="http://twitter.com/uxzentrisch">uxzentrisch</a>)</li>
<li>RT <a href="http://loads.in/">loads.in</a> - test how fast a webpage loads in a real browser from over 50 locations worldwide:<a title="http://loads.in/" rel="nofollow" href="http://loads.in/" target="_blank"></a> (via @<a rel="nofollow" href="http://twitter.com/janchriste">janchriste</a>)</li>
<li>Nice read: <a rel="nofollow" href="http://johnnyholland.org/2011/01/24/the-a-b-c-of-behaviour/">The ABC of behaviour</a> #interaction #design #ux #article #read</li>
<li><a href="http://www.androidpatterns.com/wiki">Android UX Patterns</a> via @richardleggett #interaction #interface #design</li>
<li><a href="https://github.com/robbeofficial/KinectTouch">KinectTouch</a>: turns any surface into a <a href="http://www.youtube.com/watch?v=4zXtV66cFDY">#TUIO touchpad using #kinect</a></li>
<li><a href="http://zillode.be/">rule based language for describing #multitouch #gestures by Lode Hoste</a></li>
</ul>
<p style="text-align: left;"><strong>Projekte und Experimente (Projects and experiments)</strong><strong> </strong></p>
<ul>
<li>Very <a href="http://www.youtube.com/watch?v=eCbURRDUUdI" target="_blank">cool body mapping</a> #kinecthacks via @<a rel="nofollow" href="http://twitter.com/chrisoshea">chrisoshea</a></li>
<li>Interesting effect: <a rel="nofollow" href="http://www.creativeapplications.net/processing/kinect-cloth-simulations-processing/">Kinect Cloth Simulations</a> #processing</li>
<li><a href="http://newstweek.com" target="_blank">Newstweek</a>: a device to manipulate news read by other people on wireless hotspots (cafes, libraries, airports)</li>
<li>Really nice project: <a rel="nofollow" href="http://www.creativeapplications.net/objects/esper-domino-objects">Esper Domino</a> #senseware</li>
<li>Nice Space<a href="http://www.creativeapplications.net/sound/goethe-institute-in-barcelona-sebastian-neitsch-vvvv/"> Motion Design by Sebastian Neitsch</a></li>
<li>Amazing work of Ryota Kuwakubo's - the installation <a href="http://vimeo.com/21064437">The Tenth Sentiment</a></li>
<li>Wow<a href="http://legoplatformer.com/showcase/"> Legoplatformer</a> looks so nice for some experimental prototypings...<a rel="nofollow" href="http://legoplatformer.com/showcase/" target="_blank"></a> #interaction #tangible #ar</li>
</ul>
<p><strong>Neue Technologie (new Technologies)</strong></p>
<ul>
<li>some nice thoughts on <a rel="nofollow" href="http://gigantico.squarespace.com/336554365346/2011/2/20/engage-expo-ar-state-of-the-market.html">Face Tracking &amp; Face Recognition in AR</a> #ar #tracking</li>
<li><a href="http://www.iis.fraunhofer.de/en/bf/bv/ks/gpe/">Biometric systems</a> are developed for the detection of faces and gestures</li>
</ul>
<p><span><span> </span></span></p>
<p><strong>Programmierung und Software Design (Programming)</strong></p>
<ul>
<li>RT <a href="http://easeljs.com/" target="_blank">EaselJS</a> v0.2 is released! Focus for this release: making vector shapes &amp; text on HTML5 canvas easier</li>
<li>RT @<a rel="nofollow" href="http://twitter.com/blogblog">blogblog</a>: <a href="http://www.particlecode.com/" target="_blank">#ParticleSDK, a #crossplaform SDK</a> to develop native #mobile apps from one codebase</li>
<li>RT Let's take a look: <a href="http://eloquentjavascript.net/">Eloquent JavaScript</a> is a guide to JavaScript that focuses on good programming techniques …</li>
<li><a href="http://lessframework.com/">Less Framework 4</a> is now out</li>
<li>RT Oh lovely: <a href="http://matthewlein.com/ceaser/">CSS Easing Animation Tool</a> by @<a rel="nofollow" href="http://twitter.com/matthewlein">matthewlein</a> (via @@<a rel="nofollow" href="http://twitter.com/mrdoob">mrdoob</a>)</li>
<li>RT <a href="http://www.youtube.com/watch?v=t6dyrh7dVtQ&amp;feature=player_embedded">Hand detection with Blobscanner in Processing</a></li>
<li>Nice<a href="http://compusition.com/web/articles/maxmsp-eclipse"> tutorial how to work with #java + eclipse in #MaxMSP</a></li>
<li><a href="http://spiralstormgames.com/blog/iphone-games/say-hi-to-pixelwave-for-the-iphone/">PixelWave</a> - Native 2D iPhone framework based on the Flash API</li>
</ul>
<p><strong>Physical Computing<br />
</strong></p>
<ul>
<li>RT <a href="http://philipp-schaefer.de/arduino-the-documentary-2010-by-gnd" target="_blank">Arduino The Documentary</a> (2010) by gnd</li>
<li>Great! @<a rel="nofollow" href="http://twitter.com/make">make</a> published a site only about #arduino projects. Nice resource of tutorials and articles <a title="http://makezine.com/arduino/" rel="nofollow" href="http://makezine.com/arduino/" target="_blank">http://makezine.com/arduino/</a></li>
<li>Nice <a href="http://blog.makezine.com/archive/2011/01/skill-set-soldering.html">tips and advices for perfect soldering</a>. Especially for #physical #computing beginners like me via @<a rel="nofollow" href="http://twitter.com/make">make</a></li>
<li>
<div>
<div><a title="http://www.inventables.com/" rel="nofollow" href="http://www.inventables.com/" target="_blank">http://www.inventables.com</a> is a great resource for new #hardware and materials in physical (computing) projects.<a title="#research" rel="nofollow" href="http://twitter.com/#%21/search?q=%23research"></a></div>
</div>
</li>
</ul>
<p style="text-align: left;"><strong>Game Developing:</strong></p>
<ul>
<li>RT New <a href="http://gotoandlearn.com/play.php?id=136" target="_blank">video tutorial</a> on creating isometric 3D with @<a rel="nofollow" href="http://twitter.com/as3isolib">as3isolib</a></li>
<li>Nice read for #gamedev: #Flash #Game #Monetization: <a href="http://blog.elite-games.net/blog4.php/2010/12/30/developer-recap-badim-2008-2011" target="_blank">Total revenue from last 3 years</a></li>
<li>Interesting article:<a href="http://joshblog.net/2011/01/17/indie-flash-game-developer-2010-revenue/"> Indie #Flash #Game Development: 2010 by Josh Tynjala</a><a rel="nofollow" href="http://tinyurl.com/6ykpcnp" target="_blank"></a> #gamedev #monetize</li>
<li>Nice #paper about #modding and the impacts: <a rel="nofollow" href="http://five.fibreculturejournal.org/fcj-025-precarious-playbour-modders-and-the-digital-games-industry/">Precarious Playbour: Modders and the Digital Games Industry</a></li>
<li>A great #paper: <a title="PDF Paper about Learning Games" href="http://education.mit.edu/papers/MovingLearningGamesForward_EdArcade.pdf">Moving #Learning #games Forward</a> by <a rel="nofollow" href="http://www.educationarcade.org/" target="_blank">http://www.educationarcade.org</a> #serious #gaming #design</li>
<li>RT<a href="http://dambots.com/dame-editor/"> DAME</a> is an awesome free tilemap editor for Flixel. Also extendable with Lua.</li>
</ul>
<p><span><span> </span></span></p>
<p><strong>Flash and Flex</strong></p>
<ul>
<li>RT gskinner: <a href="http://jpauclair.net/flashpreloadprofiler/" target="_blank">Open source profiler for AS3</a>. Definitely worth checking out.</li>
<li>RT nice list of <a href="http://blog.yoz.sk/2011/01/quick-tip-compression-in-flash/">#Flash #Compression Libraries</a></li>
<li>RT Blogged: Using <a href="http://renaun.com/blog/2011/01/using-blackberry-paymentservice-with-adobe-air-for-the-playbook/">BlackBerry PaymentService with Adobe AIR</a> for the #PlayBook</li>
<li>RT Huge <a href="http://gestureworks.com/features/open-source-gestures/">open-source gesture library</a> released by @<a rel="nofollow" href="http://twitter.com/GestureWorks">GestureWorks</a></li>
<li>Nice tutorial: <a href="http://labs.byhook.com/2011/03/01/alchemy-series-part-2-environment-setup/">#Flash + #Alchemy Series Part 2: Environment Setup</a></li>
<li>Nice<a rel="nofollow" href="http://www.bytearray.org/?p=2571"> implementation of SimpleStageVideo</a></li>
<li>RT<a href="http://www.bytearray.org/?p=711"> What can you do with bytes</a> ? - Updated!</li>
<li><a href="http://blogs.adobe.com/ktowes/2011/01/flash-media-server-4-whitepaper-now-available.html">#Flash media server 4 #whitepaper</a> now available</li>
<li>Nice tool for using #flash content: <a href="http://www.resolume.com/avenue/features.php?flash">Resolume</a> <a href="http://frankieloscavio.blogspot.com/2011/03/resolume-vj-softwareits-like-ableton.html">#VJ #Software</a></li>
<li><a href="http://riarockstars.com/2011/03/11/creating-qr-codes-in-actionscript/">Creating QR Codes in ActionScript</a> via @<a rel="nofollow" href="http://twitter.com/riarockstars">riarockstars</a></li>
<li>RT Check out the <a href="http://lab.kapit.fr/display/kalileo/Kalileo">latest diagramming and #visualization libraries</a> for #Flex and #Air apps by @KapLab</li>
<li>RT AS3 API: <a href="http://blog.publicis-modem.ch/2011/03/18/as3-api-as3square-2/">AS3Square</a></li>
</ul>
<p>Related posts:<ol>
<li><a href='http://blog.derhess.de/2010/07/05/my-most-important-twitter-messages-6/' rel='bookmark' title='My most important Twitter Messages #6'>My most important Twitter Messages #6</a></li>
<li><a href='http://blog.derhess.de/2011/08/31/my-most-important-twitter-messages-11-2/' rel='bookmark' title='My most important Twitter Messages #11'>My most important Twitter Messages #11</a></li>
<li><a href='http://blog.derhess.de/2010/01/05/my-most-important-twitter-messages-4/' rel='bookmark' title='My most important Twitter Messages #4'>My most important Twitter Messages #4</a></li>
</ol></p> <p><a href="http://blog.derhess.de/?flattrss_redirect&amp;id=1551&amp;md5=af77a78922db9c9e4b8bc58ffc1a30e5" title="Flattr" target="_blank"><img src="http://blog.derhess.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.derhess.de/2011/03/24/my-most-important-twitter-messages-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://blog.derhess.de/?flattrss_redirect&amp;id=1551&amp;md5=af77a78922db9c9e4b8bc58ffc1a30e5" type="text/html" />"
	</item>
		<item>
		<title>My most important Twitter Messages #8</title>
		<link>http://blog.derhess.de/2010/12/23/my-most-important-twitter-messages-8/</link>
		<comments>http://blog.derhess.de/2010/12/23/my-most-important-twitter-messages-8/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 11:36:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[cool stuff]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[game design]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Interaction]]></category>
		<category><![CDATA[My Experiments]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.derhess.de/?p=1474</guid>
		<description><![CDATA[A small summary of my Twitter messages from October - December 2010: Allgemein (General) dotBrighton Talks are online at vimeo #flash #arduino #android #gamedev #programming #talks #video RT FFK10 talk of Chris Pelsor (@cspelsor) online: "DIY Methodology …" #ffk10 #video #session Great unique style in photography http://www.jonathanleder.com/ unfortunately the flash site is really shitty... free [...]
Related posts:<ol>
<li><a href='http://blog.derhess.de/2010/03/04/my-most-important-twitter-messages-5/' rel='bookmark' title='My most important Twitter Messages #5'>My most important Twitter Messages #5</a></li>
<li><a href='http://blog.derhess.de/2010/01/05/my-most-important-twitter-messages-4/' rel='bookmark' title='My most important Twitter Messages #4'>My most important Twitter Messages #4</a></li>
<li><a href='http://blog.derhess.de/2011/08/31/my-most-important-twitter-messages-11-2/' rel='bookmark' title='My most important Twitter Messages #11'>My most important Twitter Messages #11</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><img class="aligncenter" src="http://blog.derhess.de/wp-content/uploads/2009/07/twitterdehess.gif" alt="Twitter von der hess" width="435" height="155" /><br />
A small summary of my <a href="http://twitter.com/derhess" target="_blank">Twitter messages</a> from October - December 2010:</p>
<p><strong><span id="more-1474"></span>Allgemein (General)</strong></p>
<ul>
<li><a href="http://vimeo.com/user4690349/videos" target="_blank">dotBrighton Talks</a> are online at vimeo #flash #arduino #android #gamedev #programming #talks #video</li>
<li>RT FFK10 talk of Chris Pelsor (@<a rel="nofollow" href="http://twitter.com/cspelsor">cspelsor</a>) online: "<a href="http://vimeo.com/channels/twumble#16501153" target="_blank">DIY Methodology …</a>" #ffk10 #video #session</li>
<li>Great unique style in photography <a rel="nofollow" href="http://www.jonathanleder.com/" target="_blank">http://www.jonathanleder.com/</a> unfortunately the flash site is really shitty...</li>
<li><a href="http://www.smashingmagazine.com/2010/11/09/50-free-high-quality-icons-sets/" target="_blank">free #icons until you die via SmashingMagazine</a></li>
<li><a href="http://beryll.me/index.php?option=com_content&amp;task=view&amp;id=2&amp;Itemid=65&amp;lang=english" target="_blank">Beryll Art software</a> looks nice for #manage and #document your artwork. But it is not cheap... :-/ #art #business</li>
</ul>
<p><strong>Generative Art:</strong></p>
<ul>
<li>Basics in <a href="http://en.nicoptere.net/?p=1080" target="_blank">pattern generation</a> for visual programming by @<a rel="nofollow" href="http://twitter.com/nicoptere">nicoptere</a></li>
<li><a href="http://www.creativeapplications.net/cinder/cindermedusae-cinder/" target="_blank">Generating animals</a> -&gt; <a href="http://marcinignac.com/projects/cindermedusae/" target="_blank">Cindermedusae</a> is a great project inspired by Ernst Haeckel</li>
<li>Nicolas Barradeau - @<a rel="nofollow" href="http://twitter.com/nicoptere">nicoptere</a> - wrote some really nice <a href="http://en.nicoptere.net/" target="_blank">blog posts and slides</a> about #generative #art &amp; #design</li>
</ul>
<p><strong>Info Design and Visualization</strong></p>
<ul>
<li><a href="http://vis.berkeley.edu/papers/" target="_blank">Paper list of the Visualization Lab</a> | University of California, Berkeley #research #inspiration #visual</li>
</ul>
<p><strong>UX and Interaction Design:</strong></p>
<ul>
<li>RT A <a href="http://accessmaincomputerfile.net/" target="_blank">visual study of computer GUI in cinema movies</a></li>
<li>Nice overview of <a href="http://precious-forever.com/design-studio/native-instruments/" target="_blank">user interfaces  in current audio software</a> products via @<a rel="nofollow" href="http://twitter.com/jensfranke">jensfranke</a></li>
<li>RT <a href="http://hci.rwth-aachen.de/" target="_blank">The Media Computing Group at RWTH Aachen University</a> (via @<a rel="nofollow" href="http://twitter.com/stefanwoelwer">stefanwoelwer</a>)</li>
<li>Technical Paper: <a href="http://blog.derhess.de/2010/12/06/technical-paper-designing-gestures-for-multi-touch-screens/" target="_blank">Designing gestures for (multi-touch) screens</a></li>
<li>Looks good: <a href="http://www.billbuxton.com/input13.markup.pdf " target="_blank">Chapter about Marking (menu) Interfaces</a> #pen #stylus #interface #gesture #pdf</li>
</ul>
<p style="text-align: left;"><strong>Projekte und Experimente (Projects and experiments)</strong></p>
<ul>
<li><a href="http://www.interactivefabrication.com/projects/beautiful-modeler/" target="_blank">Beautiful Modeler</a> is a really nice inspiration for gestural and device based interaction via @<a rel="nofollow" href="http://twitter.com/creativeapps">creativeapps</a> #ipad</li>
<li>Nice multi-touch application "<a href="http://mattgemmell.com/2010/08/11/finger-tools" target="_blank">Finger tools</a>" by @<a rel="nofollow" href="http://twitter.com/mattgemmell">mattgemmell</a> especially for multi-touch screens #gesture #app #ui</li>
<li>Nice project: <a href="http://blog.makezine.com/archive/2010/11/math_monday_wearable_geometry.html" target="_blank">Wearable generative design</a> - #fashion #design</li>
<li>Arte versucht sich wieder mal an einem <a href="http://www.arte.tv/de/film/Addicts--Die-erste-reine-Web-Serie/3475698,CmC=3475796.html" target="_blank">interaktiven Videofilm</a>. Was meint ihr über <a href="http://addicts.arte.tv" target="_blank">Addicts</a>?</li>
<li>RT <a href="http://youtu.be/6KKNnjFpGto" target="_blank">Waterdrop shot in 10000 frames a second</a></li>
</ul>
<p><strong>Neue Technologie (new Technologies)</strong></p>
<ul>
<li>RT GigaPan shoots a <a href="http://mlb.mlb.com/mlb/ps/y2010/gigapan/index.jsp?gpId=9d0c95d7de78a4c7853e8411db304e81" target="_blank">1,539 megapixel panorama</a> of the World Series (via @<a rel="nofollow" href="http://twitter.com/pauloroid">pauloroid</a>)</li>
<li>Interesting article: <a href="http://serialconsign.com/2010/11/ctrl-v-wired-war" target="_blank">A New Generation of Robotic Weapons</a> #war #future #robotics</li>
</ul>
<p><span><span> </span></span></p>
<p><strong>Programmierung und Software Design (Programming)</strong></p>
<ul>
<li>RT @<a rel="nofollow" href="http://twitter.com/REAS">REAS</a>: <a href="http://www.youtube.com/watch?v=mLDwXUSqusg" target="_blank">SceneBuilder is patch-based programming</a> built on top of Processing</li>
<li>@<a rel="nofollow" href="http://twitter.com/ben_fry">ben_fry</a> announces the new <a href="http://benfry.com/writing/archives/738" target="_blank">Processing Plug-in for Eclipse</a>: built by Chris @<a rel="nofollow" href="http://twitter.com/Lonnen">Lonnen</a>. More on the<a href="http://wiki.processing.org/w/Eclipse_Plug_In" target="_blank"> wiki</a>:</li>
<li>The Processing.js team is proud to announce release 1.0! Checkout the updated website and download. <a title="http://processingjs.org/" rel="nofollow" href="http://processingjs.org/" target="_blank">http://processingjs.org</a></li>
<li>my <a href="https://github.com/nrocy/processing-openkinect" target="_blank">#processing #kinect library</a> is pretty usable now, give it a try! cc @<a rel="nofollow" href="http://twitter.com/seb_ly">seb_ly</a> @<a rel="nofollow" href="http://twitter.com/zenbullets">zenbullets</a></li>
<li>Just uploaded a preliminary <a href="http://vimeo.com/17221217" target="_blank">TuioKinect demo video</a> to Vimeo  #TUIO #Kinect #OpenKinect #OF</li>
<li>Video: <a href="http://www.rdrb.de/post/1718423082/kinect-computer-vision-javascript-depthjs-is" target="_blank">Kinect + Computer Vision + Javascript</a>. DepthJS is a web browser extension that allows any any web page...</li>
<li><a href="http://millermedeiros.github.com/js-signals/" target="_blank">RT JS-Signals</a>: custom event/messaging system for JavaScript - new open source project!</li>
<li>Nice read: <a href="http://samizdat.mines.edu/howto/HowToBeAProgrammer.pdf" target="_blank">How to be a #Programmer</a> via <a href="http://www.betriebsraum.de/blog/2010/11/10/how-to-be-a-programmer/" target="_blank">betriebsraum</a></li>
<li><a href="http://openni.org/" target="_blank">OpenNI</a> for writing applications utilizing natural interaction in C++ is very interesting. I would like to try</li>
</ul>
<p><strong>Mobile Development<br />
</strong></p>
<ul>
<li>Good to read: <a href="http://insideria.com/2010/11/flash-player-101-mobile-optimi.html" target="_blank">Optimize #Flash Content and Improving #Usability on #Mobile Devices - Part #1</a></li>
<li>great article from @<a rel="nofollow" href="http://twitter.com/newmovieclip">newmovieclip</a> about <a href="http://blog.newmovieclip.com/2010/11/13/adobe-air-mobile-application-performance-optimization-on-android/" target="_blank">mobile graphical optimisation</a>.</li>
<li>An <a href="http://www.lfpug.com/an-introduction-to-android/" target="_blank">Introduction to #Android</a> by Richard Leggett  #mobile #dev #programming #java</li>
</ul>
<p style="text-align: left;"><strong>Game Developing:</strong></p>
<ul>
<li> RT Blogged: <a href="http://blog.iainlobb.com/2010/10/advanced-game-design-with-flash-book.html" target="_blank">AdvancED Game Design with Flash - book review</a></li>
<li><a href="http://www.flashgamelicense.com/blog/2010/11/how-to-protect-your-game-from-being-rebranded/" target="_blank">How To Protect Your Game From Being Rebranded</a> by flashGameLicense  #flash #gamedev #security</li>
<li><a href="http://blog.alternativaplatform.com/en/2010/11/16/alternativa3d-tutorials-required/" target="_blank">Get paid for your Alternativa3D tutorial</a>! Maybe interesting for some Flash Developer...</li>
<li>Maybe interesting: <a href="http://polygeek.com/3147_flex_4-videos-on-the-theory-of-gamesocial-mechanics" target="_blank">4 videos on the theory of game/social mechanics</a> #game #design #social #media #future #talks</li>
<li>Nice blog post: #Game #design <a href="http://blog.wolfire.com/2009/01/designing-the-solution-space/" target="_blank">Designing the solution space</a> #gamedev</li>
</ul>
<p><span><span> </span></span></p>
<p><strong>Flash and Flex</strong></p>
<ul>
<li>Aka Shiva / Kolor <img src='http://blog.derhess.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  RT @<a rel="nofollow" href="http://twitter.com/UnitZeroOne">UnitZeroOne</a>: "<a href="http://tv.adobe.com/watch/max-2010-develop/flash-player-3d-future/" target="_blank">Flash Player 3D Future</a>" session, by Sebastian Marketsmueller (aka Mr. Mole).</li>
<li>Nice read: <a href="http://blog.bengarney.com/2010/11/01/tips-for-flash-developers-looking-at-hardware-3d/" target="_blank">Tips for Flash Developers Looking at Hardware 3D</a></li>
<li>Nice Resource: <a href="http://www.senocular.com/flash/tutorials/contentdomains/" target="_blank">Security Domains, Application Domains</a>, and More in ActionScript 3.0 #flash</li>
<li>That really looks good and kinda stable! <a href="http://www.kasperkamperman.com/blog/flash-qrcode-reader-as3/" target="_blank">#Flash #QR #Code #reader by Kasper Kamperman</a> link via @<a rel="nofollow" href="http://twitter.com/quasimondo">quasimondo</a> thx!</li>
<li>Interesting book I would like to read in the future: <a href="http://blog.flashgen.com/2010/12/07/developing-flex-components-book-2/" target="_blank">Developing Flex 4 Components Book</a> #flex4 #book #components</li>
<li>RT <a href="http://tonfall.googlecode.com" target="_blank">Tonfall</a> has now AIFF, WAV, RAW decoding &amp; encoding support. (via @<a rel="nofollow" href="http://twitter.com/andremichelle">andremichelle</a>)</li>
<li>For working with #Flash and <a title="http://www.tuio.org/" rel="nofollow" href="http://www.tuio.org/" target="_blank">http://www.tuio.org/</a> this might be a very <a title="Tuio Flash" href="http://bubblebird.at/tuioflash/tuio-as3-library/" target="_blank">interesting library</a></li>
<li>nice blog about #Kinect and #Flash <a title="http://www.as3kinect.org/" rel="nofollow" href="http://www.as3kinect.org/" target="_blank">http://www.as3kinect.org/</a> Especially the <a href="http://www.as3kinect.org/2010/12/openni-kinect-as3-wrapper-skeleton-tracking-with-papervision/" target="_blank">#skeleton #tracking</a> looks good!</li>
<li><a href="http://remotair.yoz.sk" target="_blank">Remotair</a> - concept of transmitting device inputs (gestures, mouse etc) into receiving #flash or AIR apps - Looks nice</li>
</ul>
<p>Related posts:<ol>
<li><a href='http://blog.derhess.de/2010/03/04/my-most-important-twitter-messages-5/' rel='bookmark' title='My most important Twitter Messages #5'>My most important Twitter Messages #5</a></li>
<li><a href='http://blog.derhess.de/2010/01/05/my-most-important-twitter-messages-4/' rel='bookmark' title='My most important Twitter Messages #4'>My most important Twitter Messages #4</a></li>
<li><a href='http://blog.derhess.de/2011/08/31/my-most-important-twitter-messages-11-2/' rel='bookmark' title='My most important Twitter Messages #11'>My most important Twitter Messages #11</a></li>
</ol></p> <p><a href="http://blog.derhess.de/?flattrss_redirect&amp;id=1474&amp;md5=f9cec200b9e80d5a54574bc53212a0c7" title="Flattr" target="_blank"><img src="http://blog.derhess.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.derhess.de/2010/12/23/my-most-important-twitter-messages-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://blog.derhess.de/?flattrss_redirect&amp;id=1474&amp;md5=f9cec200b9e80d5a54574bc53212a0c7" type="text/html" />"
	</item>
		<item>
		<title>My most important Twitter Messages #6</title>
		<link>http://blog.derhess.de/2010/07/05/my-most-important-twitter-messages-6/</link>
		<comments>http://blog.derhess.de/2010/07/05/my-most-important-twitter-messages-6/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 13:13:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Generative Art]]></category>
		<category><![CDATA[Interaction]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technologie]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[cool stuff]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[image processing]]></category>
		<category><![CDATA[information design]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[netzwerk]]></category>
		<category><![CDATA[physical computing]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.derhess.de/?p=1343</guid>
		<description><![CDATA[A small summary of my Twitter messages from March - June 2010: Allgemein (General) Reading 'How To Market Your Mobile Application' (via @smashingmag) 175 free woodworking ebooks the Pop Sciences Archive is opened and for free! Free Paper: The Internet of things: Networked objects and smart devices really cool project! http://openmaterials.org/about/ and maybe helpful for [...]
Related posts:<ol>
<li><a href='http://blog.derhess.de/2011/08/31/my-most-important-twitter-messages-11-2/' rel='bookmark' title='My most important Twitter Messages #11'>My most important Twitter Messages #11</a></li>
<li><a href='http://blog.derhess.de/2010/01/05/my-most-important-twitter-messages-4/' rel='bookmark' title='My most important Twitter Messages #4'>My most important Twitter Messages #4</a></li>
<li><a href='http://blog.derhess.de/2010/03/04/my-most-important-twitter-messages-5/' rel='bookmark' title='My most important Twitter Messages #5'>My most important Twitter Messages #5</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><img class="aligncenter" src="http://blog.derhess.de/wp-content/uploads/2009/07/twitterdehess.gif" alt="Twitter von der hess" width="435" height="155" /><br />
A small summary of my <a href="http://twitter.com/derhess" target="_blank">Twitter messages</a> from March - June 2010:</p>
<p><strong><span id="more-1343"></span>Allgemein (General)</strong></p>
<ul>
<li>Reading '<a href="http://www.smashingmagazine.com/2010/03/03/how-to-market-your-mobile-app/" target="_blank">How To Market Your Mobile Application</a>'  (via @<a rel="nofollow" href="http://twitter.com/smashingmag">smashingmag</a>)</li>
<li><a href="http://blog.makezine.com/archive/2010/03/175_free_woodworking_ebooks.html" target="_blank">175 free woodworking ebooks</a></li>
<li>the <a href="http://www.popsci.com/archives" target="_blank">Pop Sciences Archive</a> is opened and for free!</li>
<li>Free Paper: <a href="http://thehammersmithgroup.com/images/reports/networked_objects.pdf" target="_blank">The Internet of things: Networked  objects and smart devices</a></li>
<li>really cool project! <a rel="nofollow" href="http://openmaterials.org/about/" target="_blank">http://openmaterials.org/about/</a> and  maybe helpful for some future projects (installations and tangible  devices?!)</li>
<li><strong><a href="http://twitter.com/ben_fry">RT @ben_fry</a> </strong>is higher education a bubble  that's about to burst? <a rel="nofollow" href="http://j.mp/cjf4Nh" target="_blank">http://j.mp/cjf4Nh</a> (via @<a rel="nofollow" href="http://twitter.com/humphd">humphd</a>)</li>
<li><strong><a href="http://twitter.com/apolaine">RT @apolaine</a> </strong>New on Playpen::  <a href="http://www.polaine.com/2010/06/07/interdisciplinarity-vs-cross-disciplinarity/" target="_blank">Interdisciplinarity vs Cross-Disciplinarity</a></li>
<li><a href="https://www.adobe.com/products/creativesuite/cslive/story/" target="_blank">Adobe Story</a>: A Collaborative Tool for  Screenwriting - maybe useful in some future projects?!</li>
<li>Interesting: <a href="http://www.slow-media.net/manifesto" target="_blank">Slow Media Manifesto</a></li>
<li>Ole <a title="#Kristensen" rel="nofollow" href="http://twitter.com/search?q=%23Kristensen">#Kristensen</a> Homepage is a  perfect resource for <a title="#stage" rel="nofollow" href="http://twitter.com/search?q=%23stage">#stage</a>-based  <a title="#animations" rel="nofollow" href="http://twitter.com/search?q=%23animations">#animations</a> and <a title="#installations" rel="nofollow" href="http://twitter.com/search?q=%23installations">#installations</a> <a rel="nofollow" href="http://bit.ly/aHxX6T" target="_blank">http://bit.ly/aHxX6T</a> | <a rel="nofollow" href="http://bit.ly/d4a8Hn" target="_blank">http://bit.ly/d4a8Hn</a></li>
</ul>
<p><strong>Generative Art:</strong></p>
<ul>
<li><a href="http://blog.makezine.com/archive/2010/03/math_monday_mathematical_art_in_the.html" target="_blank">Mathematical Art and sculptures</a></li>
<li>Really <a href="http://www.neuroproductions.be/experiments/blowing-up-images/" target="_blank">great particle experiment</a> with good  potential for generative art projects</li>
<li>such a nice gallery: <a href="http://www.complexification.net/gallery/ " target="_blank">Complexification | Gallery of  Computation</a> <a title="#Generative" rel="nofollow" href="http://twitter.com/search?q=%23Generative">#Generative</a> <a title="#Art" rel="nofollow" href="http://twitter.com/search?q=%23Art">#Art</a> <a title="#Drawing" rel="nofollow" href="http://twitter.com/search?q=%23Drawing">#Drawing</a></li>
</ul>
<p><strong>Info Design and Visualization<br />
</strong></p>
<ul>
<li>
<div><a id="status_star_10175167825" title="favorite  this tweet"> </a>RT @<a rel="nofollow" href="http://twitter.com/DesignerDepot">DesignerDepot</a>:  14 Visually Stunning <a href="http://www.designer-daily.com/14-visually-stunning-animated-infographics-5698" target="_blank">Animated Infographics</a></div>
</li>
<li>Tim Berners-Lee:  <a href="http://infosthetics.com/archives/2010/03/tim_berners-lee_the_year_open_data_went_worldwide_ted_talk.html" target="_blank">The Year Open Data Went Worldwide</a> (TED Talk)</li>
<li>Nice use and  explanation of Jeff Heer's horizon charts (<a rel="nofollow" href="http://is.gd/a1MhQ" target="_blank">http://is.gd/a1MhQ</a> ): "Hoe de kredietcrisis de beurs besmette" <a rel="nofollow" href="http://is.gd/a1Mfm" target="_blank">http://is.gd/a1Mfm</a></li>
<li>Launch: The <a href="http://www.google.com/publicdata/home" target="_blank">Google  Public Data Explorer</a> makes large datasets easy to explore, visualize  and communicate</li>
<li><a href="http://queue.acm.org/detail.cfm?id=1805128" target="_blank">A Tour through the Visualization Zoo</a> - Great article!!! via @<a rel="nofollow" href="http://twitter.com/moritz_stefaner">moritz_stefaner</a></li>
<li><a rel="nofollow" href="http://wefeelfine.org/book" target="_blank">http://wefeelfine.org/book</a> has included some very nice data generated graphics - nice inspiration  for info visualizatzion and generative art</li>
<li><strong><a href="http://twitter.com/moritz_stefaner">RT @moritz_stefaner</a> </strong>Put my presentation from Kassel  last week up to slideshare: <a href="http://www.slideshare.net/MoritzStefaner/information-aesthetics" target="_blank">Information Aesthetics</a></li>
<li><strong><a href="http://twitter.com/seb_ly">RT @seb_ly</a> </strong>how did I miss this?<a href="http://traintimes.org.uk:81/map/tube/" target="_blank"> London  underground trains' live position on a map</a>!</li>
</ul>
<p><strong>UX and Interaction Design:</strong></p>
<ul>
<li>
<div><a id="status_star_9975554569" title="favorite  this tweet"> </a>please welcome our new and  growing <a rel="nofollow" href="http://vimeo.com/channels/interfacedesignprojects" target="_blank">project compilation on vimeo</a> (via @<a rel="nofollow" href="http://twitter.com/idpotsdam">idpotsdam</a>)</div>
</li>
<li>Nice talk: Mike Kruzeniski-<a href="http://www.nearfuturelaboratory.com/2010/03/03/a-relevant-talk/" target="_blank">Poetry &amp; Polemics  in Creating Experience</a></li>
<li>MultiTouchGesture stuff: <a href="http://www.designresearchconference.org/index.php?option=com_k2&amp;view=item&amp;id=19:dan-saffer-researching-and-designing-interactive-gestures&amp;Itemid=73" target="_blank">Talk</a> | <a href="http://gestureworks.com/about/open-source-gesture-library/" target="_blank">Icons#1</a> <a href="http://gesturecons.com/" target="_blank">Icons#2</a> <a href="http://blog.rongeorge.com/design/gesturcons/" target="_blank">Icons#3</a></li>
<li>Reading all the paper of Organic User Interfaces <a rel="nofollow" href="http://www.organicui.org/" target="_blank">http://www.organicui.org/</a></li>
<li><a href="http://www.organicui.org/?page_id=35" target="_blank">Designing Kinetic Interactions for OUI</a> is a great  article and it mentioned why interactive art is and was important</li>
<li>Some good thoughts  on "natural" user interfaces by Don Norman: <a href="http://interactions.acm.org/content/?p=1355" target="_blank">Natural User Interfaces are  not Natural</a></li>
<li><a href="http://www.strategies-research.ufg.ac.at/blog_2010/?p=273" target="_blank">Two nice talks</a> about <a title="#EMOTIONs" rel="nofollow" href="http://twitter.com/search?q=%23EMOTIONs">#EMOTIONs</a> and <a title="#HAPPINESS" rel="nofollow" href="http://twitter.com/search?q=%23HAPPINESS">#HAPPINESS</a> in <a title="#Design" rel="nofollow" href="http://twitter.com/search?q=%23Design">#Design</a> processes. Perfect  for the afternoon break <img src='http://blog.derhess.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
</ul>
<p style="text-align: left;"><strong>Projekte und Experimente (Projects and experiments)</strong><strong> </strong></p>
<ul>
<li><a href="http://www.creativeapplications.net/sound/touchdesigner-plastikman-windows-sound/" target="_blank">TouchDesigner</a>, an authoring tool for building  interactive 3D art, visualizations</li>
<li>RT @<a rel="nofollow" href="http://twitter.com/creativeapps">creativeapps</a> <a href="http://www.creativeapplications.net/flash/toneglue-webapp-flash/" target="_blank">toneglue</a> is a nice Music band visualization App [WebApp, Flash]</li>
<li>Nice list: <a href="http://www.fastcompany.com/blog/chris-dannen/techwatch/11-killer-apps-microsoft-surface-videos" target="_blank">11 Killer Apps for Microsoft Surface</a></li>
<li><a href="http://blog.makezine.com/archive/2010/05/mobile_physical-digital_dial_interf.html" target="_blank">Mobile physical-digital dial interface</a> - Tangible  Controller for your next generation mobile?!</li>
<li><a href="http://blog.makezine.com/archive/2010/06/water-based_touch_screen_interface.html" target="_blank">Water-based touch screen interface</a> - nice  experiment-Dont know if it is helpful,at least it has a physical  feedback</li>
<li>Interactive cookies for AR Applications <a rel="nofollow" href="http://tinyurl.com/yd9et59" target="_blank">http://tinyurl.com/yd9et59</a> and <a rel="nofollow" href="http://tinyurl.com/333odbr" target="_blank">http://tinyurl.com/333odbr</a> via MultiModal Interface  Lecture</li>
<li>very nice <a href="http://www.creativeapplications.net/openframeworks/ai-controller-ipad-openframeworks/" target="_blank">media facade visualization</a></li>
<li>great audio visual based drawing project: <a href="http://nodalgenesis.com/" target="_blank">Nodal  Genesis</a>- I almost  fall in love with the vis techniques</li>
</ul>
<p><strong>Neue Technologie (new Technologies)</strong></p>
<ul>
<li>Skinput: Appropriating the <a href="http://www.chrisharrison.net/projects/skinput/" target="_blank">Body as an Input   Surface</a></li>
<li>RT @<a rel="nofollow" href="http://twitter.com/quasimondo">quasimondo</a>: Awesome <a href="http://www.dgp.toronto.edu/~mdelasa/slip/" target="_blank">puppet locomotion paper</a> &amp;  video</li>
<li>boah shit sick   <a href="http://gl.ict.usc.edu/Research/DigitalEmily/" target="_blank">face capturing</a>.  Much room for manipulation, like in the politic movie <a title="#WagTheDog" rel="nofollow" href="http://twitter.com/search?q=%23WagTheDog">#WagTheDog</a></li>
<li>More information <a href="http://gl.ict.usc.edu/Research/LFR/" target="_blank">how this sick face capturing and  scanning works</a></li>
<li>nice new <a href="http://www.youtube.com/watch?v=2D0TgsCnwv8" target="_blank">PSD painting tools</a><a rel="nofollow" href="http://bit.ly/b48wIG" target="_blank"></a>, especially in combination with  <a rel="nofollow" href="http://bit.ly/2LcGnM" target="_blank">http://bit.ly/2LcGnM</a> and <a href="http://www.cs.toronto.edu/~dstn/papers/coolpaint-abstract.pdf" target="_blank">Coolpaint</a></li>
<li>New Material: <a href="http://blog.makezine.com/archive/2010/06/programmable_origami.html" target="_blank">Programmable Origami</a> - reminds me on  nano technology or intelligent textils</li>
</ul>
<p><span><span> </span></span></p>
<p><strong>Programmierung und Software Design (Programming)</strong></p>
<ul>
<li><a href="http://www.xuggle.com/" target="_blank">Xuggler</a> is the easy way to uncompress, modify, and  re-compress any media file (or stream) from Java to a red5 server</li>
<li><a href="http://xat.info/live-screencast-in-flash-mit-red5-und-camtasia-studio/" target="_blank">Live Screencast in Flash mit Red5 und Java  Streaming Library</a></li>
<li><a href="http://www.splitmedialabs.com/vh-java-capture-sdk" target="_blank">VH Java Screen Capture SDK</a> looks nice... Hopefully  it will not become so expensive...</li>
<li>Freeware: <a href="http://www.splitmedialabs.com/vh-video-sdk/vh-screen-capture" target="_blank">VH Screen Capture Driver</a> supports C++,  C#, Java, Delphi, etc</li>
<li>Pogg: <a href="http://fotosdelpais.com/octavi/pogg/doku.php" target="_blank">Processing Theora Ogg Videos</a> - Working with  ogg (Streaming) Videos // thx @<a rel="nofollow" href="http://twitter.com/david_bru">david_bru</a></li>
<li>kooaba’s image recognition web services API is  public and their Query API is free! <a href="http://www.kooaba.com/developers/" target="_blank">you can check</a></li>
<li>Great tool and lib  for web <a href="http://web-harvest.sourceforge.net/" target="_blank">harvesting / scraping to extract data from web pages</a></li>
<li>crazy <a href="http://www.escapemotions.com/experiments.html" target="_blank">Peter from Slovakia</a> is an awesome visual  animation programmer <a title="#processing" rel="nofollow" href="http://twitter.com/search?q=%23processing">#processing</a>. He rocks!</li>
<li><strong><a href="http://twitter.com/jensfranke">RT @jensfranke</a> </strong>Benedikt Gross just released  <a href="http://www.looksgood.de/libraries/Ani/" target="_blank">vers. 1.2 of his Processing Animation/tweening Library</a> ANI.<a rel="nofollow" href="http://is.gd/cISGJ" target="_blank"></a> (via @<a rel="nofollow" href="http://twitter.com/CedricKiefer">CedricKiefer</a>)</li>
<li>Very good resource for processing! <a rel="nofollow" href="http://wiki.processing.org/w/Main_Page" target="_blank">http://wiki.processing.org/w/Main_Page</a></li>
</ul>
<p><strong>Physical Computing<br />
</strong></p>
<ul>
<li><a href="http://www.lumigram.com/catalog/index.php?language=en" target="_blank">Crazy LED clothes</a>.... <a rel="nofollow" href="http://www.lumigram.com/catalog/index.php?language=en" target="_blank"></a> maybe hackable for something</li>
<li>nice website with tutorials in wearable technology  <a rel="nofollow" href="http://lilypond.media.mit.edu/" target="_blank">http://lilypond.media.mit.edu/</a> via @<a rel="nofollow" href="http://twitter.com/popkalab">popkalab</a></li>
<li>Hmm... this <a href="http://code.google.com/p/amarino/" target="_blank">Amarino Project (Android meets  Arduino)</a> sounds interesting</li>
<li><a href="http://blog.makezine.com/archive/2010/06/flexible_arduino_is_flexible.html" target="_blank">Arduino is now flexible</a>- seems perfect for  fashionable projects?!</li>
<li><a href="http://www.oreillynet.com/pub/e/1626" target="_blank">First Steps with Arduino</a> - nice video tutorial for  beginners  via @<a rel="nofollow" href="http://twitter.com/make">make</a></li>
</ul>
<p style="text-align: left;"><strong>Game Developing:</strong></p>
<ul>
<li>Flash Game Developer: Announcing <a href="http://blog.elite-games.net/blog4.php/2010/03/10/announcing-mochi-social-aamp-the-mochi-g" target="_blank">Mochi Social  &amp; the Mochi GAME Developer Fund</a></li>
<li>Updated my FLash Game Lib Blog with some Links:  <a href="http://www.brighthub.com/hubfolio/matthew-casperson/blog/archive/2010/01/06/pushbutton-engine-tutorials.aspx" target="_blank">PushButton Engine vs. Flixel Game Engine and other tutorial links</a></li>
</ul>
<p><span><span> </span></span></p>
<p><strong>Flash and Flex</strong></p>
<ul>
<li><a href="http://code.google.com/p/in-spirit/wiki/ASSURF" target="_blank">ASSURF</a> by Eugene is an impressive <a href="http://blog.inspirit.ru/?p=386" target="_blank">image-based  pattern recognition library</a> for Flash</li>
<li>Two great tutorials for particle effects with  flint: <a href="http://slekx.com/2009/12/flint-visual-introduction/" target="_blank">Introduction</a> | <a href="http://slekx.com/2009/12/flinteroids-advanced-flint-tutorial/" target="_blank">Flint in a Game</a></li>
<li><strong>RT <a href="http://twitter.com/Stevehoward999">Stevehoward999</a> </strong>nice bunch of <a href="http://tv.adobe.com/show/rich-internet-applications-101/" target="_blank">Flash Catalyst and  Flash Builder 4 tutorials</a> from Adobe TV</li>
<li>RT @<a rel="nofollow" href="http://twitter.com/mchaize">mchaize</a>: Yes ! Adobe Flex is open ! The   <a href="http://opensource.adobe.com/wiki/display/flexsdk/flexsdk_announcements" target="_blank">AdvancedDataGrid and Charting components are open source</a></li>
<li><a href="https://freeriatools.adobe.com" target="_blank">Flash Builder 4 is  still FREE</a> for students and teachers</li>
<li>Introduction to Flex 4 videos --&gt; <a href="http://polygeek.com/2077_flex_introduction-to-flex-4-videos" target="_blank">Good video  links</a></li>
<li><strong><a href="http://twitter.com/thibault_imbert">RT thibault_imbert</a> </strong>Blogged  : <a href="http://www.bytearray.org/?p=1800" target="_blank">Optimizing  Flash Ads  whitepaper and some XFL Gourmet</a></li>
<li>„<a href="http://help.adobe.com/en_US/as3/mobile/flashplatform_optimizing_content.pdf" target="_blank">Optimizing  Performance for the Flash Platform</a>.” Tipps für Flash Player 10.1. (pdf)</li>
<li><a href="http://www.bytearray.org/?p=1827" target="_blank">Optimizing web content for Flash Player 10.1</a> - a  nice video talk</li>
<li>very <a href="http://corlan.org/2010/05/05/working-with-doctrine-zend-framework-and-flex/" target="_blank">cool article for MySQL + PHP and Flex  Projects</a></li>
<li>Added <a rel="nofollow" href="http://www.flashscope.com/" target="_blank">http://www.flashscope.com/</a> on my <a href="http://blog.derhess.de/2009/06/15/flash-indie-developer-part-8-verkaufe-deine-digitalen-produkte/comment-page-1/#comment-1143" target="_blank">blogpost</a> for  selling and buying flash components</li>
<li>Hm, I dont know why I found this <a rel="nofollow" href="http://flexbookmarks.com/" target="_blank">http://flexbookmarks.com/</a> not ealier... But it seems  to be a cool flex blog collection</li>
</ul>
<p>Related posts:<ol>
<li><a href='http://blog.derhess.de/2011/08/31/my-most-important-twitter-messages-11-2/' rel='bookmark' title='My most important Twitter Messages #11'>My most important Twitter Messages #11</a></li>
<li><a href='http://blog.derhess.de/2010/01/05/my-most-important-twitter-messages-4/' rel='bookmark' title='My most important Twitter Messages #4'>My most important Twitter Messages #4</a></li>
<li><a href='http://blog.derhess.de/2010/03/04/my-most-important-twitter-messages-5/' rel='bookmark' title='My most important Twitter Messages #5'>My most important Twitter Messages #5</a></li>
</ol></p> <p><a href="http://blog.derhess.de/?flattrss_redirect&amp;id=1343&amp;md5=70bd4c17b94781357f9b873a77607e6a" title="Flattr" target="_blank"><img src="http://blog.derhess.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.derhess.de/2010/07/05/my-most-important-twitter-messages-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://blog.derhess.de/?flattrss_redirect&amp;id=1343&amp;md5=70bd4c17b94781357f9b873a77607e6a" type="text/html" />"
	</item>
		<item>
		<title>My most important Twitter Messages #5</title>
		<link>http://blog.derhess.de/2010/03/04/my-most-important-twitter-messages-5/</link>
		<comments>http://blog.derhess.de/2010/03/04/my-most-important-twitter-messages-5/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 09:15:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Generative Art]]></category>
		<category><![CDATA[Interaction]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Technologie]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[cool stuff]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[game design]]></category>
		<category><![CDATA[image processing]]></category>
		<category><![CDATA[information design]]></category>
		<category><![CDATA[interface design]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[talks]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://blog.derhess.de/?p=1235</guid>
		<description><![CDATA[A small summary of my Twitter messages from Januar - February 2010: Allgemein (General) Alexis Milant is a great video artist. Especially this video I like very much RT @golan: Just discovered that Ars Electronica is putting their archives on Vimeo Nice list of demos and good points for #creative #visual #flash prorgramming. Thx to [...]
Related posts:<ol>
<li><a href='http://blog.derhess.de/2010/07/05/my-most-important-twitter-messages-6/' rel='bookmark' title='My most important Twitter Messages #6'>My most important Twitter Messages #6</a></li>
<li><a href='http://blog.derhess.de/2011/06/09/my-most-important-twitter-messages-10/' rel='bookmark' title='My most important Twitter Messages #10'>My most important Twitter Messages #10</a></li>
<li><a href='http://blog.derhess.de/2010/01/05/my-most-important-twitter-messages-4/' rel='bookmark' title='My most important Twitter Messages #4'>My most important Twitter Messages #4</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">
<p style="text-align: left;"><img class="aligncenter" src="http://blog.derhess.de/wp-content/uploads/2009/07/twitterdehess.gif" alt="Twitter von der hess" width="435" height="155" /><br />
A small summary of my <a href="http://twitter.com/derhess" target="_blank">Twitter messages</a> from Januar - February 2010:</p>
<p><strong><span id="more-1235"></span>Allgemein (General)</strong></p>
<ul>
<li>Alexis Milant is a great video artist. Especially <a href="http://www.alexismilant.com/cinema_ang.php?opus=11" target="_blank">this video</a> I like very much</li>
<li>RT @golan: Just discovered that Ars Electronica is putting their <a rel="nofollow" href="http://www.vimeo.com/user2525344/" target="_blank">archives on Vimeo</a></li>
<li>Nice list of demos and good points for <a title="#creative" rel="nofollow" href="http://twitter.com/search?q=%23creative">#creative</a> <a title="#visual" rel="nofollow" href="http://twitter.com/search?q=%23visual">#visual</a> <a title="#flash" rel="nofollow" href="http://twitter.com/search?q=%23flash">#flash</a> prorgramming. Thx to @<a rel="nofollow" href="http://twitter.com/mrdoob">mrdoob</a> <a rel="nofollow" href="http://mrdoob.com/blog/post/685" target="_blank">http://mrdoob.com/blog/post/685</a></li>
<li>Sehr coole Auswahl von Videokunstwerken - <a href="http://www.arte.tv/de/Kultur-entdecken/ARTE-Video-Night/2677028.html" target="_blank">Arte Video Art Night Marathon</a></li>
<li>Funny interactive (media) installation<a href="http://www.youtube.com/watch?v=FXdifR7s1vA" target="_blank"> Moving Mario</a> thx @Bager for the link</li>
<li>Nice Project. <a href="http://www.rebelart.net/diary/zanadesign-sand-printer/003002/" target="_blank">The Sand-Printer </a> via @<a rel="nofollow" href="http://twitter.com/make">make</a> <a rel="nofollow" href="http://tinyurl.com/y8fhz4f" target="_blank">http://tinyurl.com/y8fhz4f</a></li>
<li>Interesting Master Program: <a rel="nofollow" href="http://creativegames.org.uk/LudicInterfaces/" target="_blank">European Masters in Ludic Interfaces </a></li>
<li>One of the best stage-based animations I have seen yet.<a href="http://www.youtube.com/watch?v=pS1WALmBqUw" target="_blank"> Chunky Move's Mortal Engine</a></li>
<li>Interesting book puplished: <a href="http://www.interactivearchitecture.org/the-definative-book-to-date.html" target="_blank">Interactive Architecture</a> Book <a href="http://www.interactive-architecture.com/" target="_blank">Homepage</a></li>
<li>iFreeTablet the free alternative from ipad much cheaper and all open source. <a rel="nofollow" href="http://www.ifreetablet.com/" target="_blank">http://www.ifreetablet.com/</a> via @<a rel="nofollow" href="http://twitter.com/mcanet">mcanet</a></li>
<li>Open source hardware - feature story in Wired - <a href="http://blog.makezine.com/archive/2010/01/open_source_hardware_-_feature_stor.html" target="_blank">In the Next Industrial Revolution, Atoms Are the New Bits</a></li>
<li>Cool <a href="http://blog.makezine.com/archive/2010/02/cool_java-based_circuit_simulator.html" target="_blank">Java-based circuit simulator</a>. a good helper for physical computing experiments</li>
<li>Hm is this an interesting master study or just a trend study for getting new students:<a href="http://www.mediacourses.com/courses.asp?cat=2&amp;courseID=30" target="_blank"> MA Social Media</a></li>
<li><a href="http://puredyne.goto10.org/about.html" target="_blank">puredyne</a> - USB-bootable GNU/LINUX OS for creative media via @<a rel="nofollow" href="http://twitter.com/shervinafshar">shervinafshar</a></li>
<li><a href="http://www.community-of-knowledge.de/beitrag/293/" target="_blank">Sehr guter und informativer Artikel</a> zum Thema <a title="#Wissensmanagement" rel="nofollow" href="http://twitter.com/search?q=%23Wissensmanagement">#Wissensmanagement</a> (3.0). Nur der Schluss ist ein wenig schwach..</li>
</ul>
<p><strong>Generative Art:</strong></p>
<ul>
<li>Ich bin nun überzeugt und werd mir das Buch kaufen. <a rel="nofollow" href="http://www.generative-gestaltung.de/" target="_blank">http://www.generative-gestaltung.de/</a> Visual Programming Lernen vom Feinsten</li>
<li>RT @<a rel="nofollow" href="http://twitter.com/rafiqelmansy">rafiqelmansy</a> Fractal Art: Inspiration with Equations <a rel="nofollow" href="http://bit.ly/8UblDj" target="_blank">http://bit.ly/8UblDj</a></li>
<li>Really great generative art experiment - <a href="http://www.neuroproductions.be/experiments/alice-in-wonderland-the-bitmap/" target="_blank">Alice in Wonderland</a>, which worked with text as material and flash</li>
</ul>
<p><strong>Info Design and Visualization<br />
</strong></p>
<ul>
<li> RT @<a rel="nofollow" href="http://twitter.com/grumplet">grumplet</a>: <a href="http://understandingdata.dlow.org/" target="_blank">7500 words by Henry Hadlow in one image</a>. Reviews Eigenfactor.org, Photosynth, wk.com, Seadragon<a rel="nofollow" href="http://tinyurl.com/ycj5a32" target="_blank"></a>Cool info design project: Knowledge Cartography <a rel="nofollow" href="http://www.knowledgecartography.org/" target="_blank">http://www.knowledgecartography.org/</a> via MStäbler,other nice project <a rel="nofollow" href="http://eigenfactor.org/" target="_blank">http://eigenfactor.org/</a></li>
<li><a href="http://benfry.com/phd/" target="_blank">COMPUTATIONAL INFORMATION DESIGN</a> (PHD Thesis) or Book from Ben Fry available as a PDF download</li>
<li><a href="http://mahir.tumblr.com/post/335099772/choosing-colours-for-data-visualization-pdf" target="_blank">Choosing Colours for Data Visualization</a> (.pdf) - prostheticknowledge</li>
<li>RT Upcoming later this year: O'Reilly's "Beautiful Visualization" <a rel="nofollow" href="http://is.gd/6Zlt9" target="_blank">http://is.gd/6Zlt9</a> featuring a chapter on "X by Y" <a rel="nofollow" href="http://is.gd/6ZlCr" target="_blank">http://is.gd/6ZlCr</a></li>
</ul>
<p><strong>UX and Interaction Design:</strong></p>
<ul>
<li>RT <a href="http://www.slideshare.net/mrettig/interaction-design-history?src=embed" target="_blank">interaction design history slideshow</a> (via @<a rel="nofollow" href="http://twitter.com/ighfggmuend">ighfggmuend</a>)</li>
<li>PhD Thesis: <a href="http://www.cs.toronto.edu/~smalik/downloads/malik_2007_thesis_multi_finger_final.pdf" target="_blank">An Exploration of Multi-finger Interaction on Multi-touch Surfaces</a> by Shahzad Malik as a PDF Download</li>
<li>Nice list and maybe useful for some research papers... <a href="http://www.billbuxton.com/InputSources.html" target="_blank">A DIRECTORY OF SOURCES FOR INPUT TECHNOLOGIES</a> by Bill Buxton</li>
<li>Nice system!! <a href="http://multitouch.fi/products/cell/" target="_blank">MultiTouch Cell</a> is the first multitouch LCD for fully scalable display arrays<a rel="nofollow" href="http://multitouch.fi/products/cell/" target="_blank"></a></li>
<li>Again,I highly recommend <a href="http://www.amazon.de/gp/product/2940373078?ie=UTF8&amp;redirect=true&amp;tag=derhessammedi-21&amp;camp=3206&amp;creative=21426&amp;link_code=as3&amp;creativeASIN=2940373078&amp;linkCode=shr" target="_blank">this book for Mobile Interface Design</a>.It is old but many interface concepts are still upToDate</li>
<li>Now I am convinced about the advantages of <a rel="nofollow" href="http://sikuli.csail.mit.edu/" target="_blank">http://sikuli.csail.mit.edu/</a> for Interaction Designer. Rapid Prototyping Tool for Remote Devices</li>
<li><a href="http://www.hpi.uni-potsdam.de/baudisch/projekte/disappearing_mobile_devices.html" target="_blank">Disappearing mobile devices</a> - a paper and concept by Hasso Plattner Institut Potsdam</li>
<li><a href="http://www.smashingmagazine.com/2010/02/05/50-free-ui-and-web-design-wireframing-kits-resources-and-source-files/" target="_blank">50 Free UI and Web Design Wireframing Kits</a>, Resources and Source Files via @<a rel="nofollow" href="http://twitter.com/smashingmag">smashingmag</a></li>
<li>RT @<a rel="nofollow" href="http://twitter.com/fuelinterface">fuelinterface</a> Amazing Alternative Interfaces That Will Change Our Lives | <a href="http://ow.ly/1oK1zx" target="_blank">Fuel Your Interface</a> -&gt;Interesting overview</li>
<li><a href="http://blog.makezine.com/archive/2010/02/relief_3d_interactive_maps.html" target="_blank">scalable actuated shape display</a> from MIT's Tangible Media Group</li>
<li><a href="http://www.designingforhumans.com/idsa/2010/02/physical-gestures-to-document-design-research.html" target="_blank">Physical Gestures to Document Design Research</a></li>
<li>Dan Saffer's Talk: <a href="http://www.designresearchconference.org/index.php?option=com_k2&amp;view=item&amp;id=19:dan-saffer-researching-and-designing-interactive-gestures&amp;Itemid=73" target="_blank">Researching and Designing Interactive Gestures</a></li>
</ul>
<p style="text-align: left;"><strong>Projekte und Experimente (Projects and experiments)</strong><strong> </strong></p>
<ul>
<li>Nice Project from MIT: High Low Tech <a rel="nofollow" href="http://hlt.media.mit.edu/" target="_blank">http://hlt.media.mit.edu/</a></li>
<li><a href="http://blog.makezine.com/archive/2010/01/craft_meets_tech_at_mit.html" target="_blank">Wearable Technologies and other High and Low Tech Stuff</a> from the MIT via @<a rel="nofollow" href="http://twitter.com/make">make</a> interesting video report!</li>
<li><a href="http://blog.makezine.com/archive/2010/01/secret_handshake_of_the_future.html" target="_blank">Secret handshake of the future</a> from the tangible Interface class of the MIT via @<a rel="nofollow" href="http://twitter.com/make">make</a></li>
<li>
<div><a id="status_star_7913180185" title="favorite this tweet"> </a>RT  <a href="http://vimeo.com/channels/newwaysofinteraction#8308494" target="_blank">“Notput” is an interactive music table</a> with tangible notes, that combines all three senses of hearing, sight and touch:</div>
</li>
<li>LED Galaxy Dress by <a href="http://www.ecouterre.com/5815/bewitching-led-galaxy-dress-by-cute-circuit-is-worlds-largest-wearable-display/" target="_blank">CuteCircuit is World’s Largest Wearable Display</a></li>
<li>Great use of Augmented Reality! <a href="http://gamesalfresco.com/2010/01/14/training-the-visual-way/" target="_blank">LEGO Manual With ARToolKit</a></li>
<li>That is a really<a href="http://www.ted.com/talks/blaise_aguera.html" target="_blank"> crazy map-location-based mash up demo</a> -  augmented-reality maps by microsoft</li>
<li><a href="http://blog.makezine.com/archive/2010/02/ekg-controlled_game_of_life_hoodie.html" target="_blank">EKG-controlled Game of Life hoodie</a> via @<a rel="nofollow" href="http://twitter.com/make">make</a></li>
<li><a href="http://www.creativeapplications.net/sound/touchdesigner-plastikman-windows-sound/" target="_blank">TouchDesigner</a>, an authoring tool for building interactive 3D art, visualizations</li>
</ul>
<p><strong>Neue Technologie (new Technologies)</strong></p>
<ul>
<li><a href="http://www.interactivearchitecture.org/kiefer-technic-showroom-facade.html" target="_blank">A Dynamic Facade</a></li>
<li>Nice examples and nice <a title="#augmented" rel="nofollow" href="http://twitter.com/search?q=%23augmented">#augmented</a> reality SDK for common <a title="#mobile" rel="nofollow" href="http://twitter.com/search?q=%23mobile">#mobile</a> Devices <a rel="nofollow" href="http://tinyurl.com/yz6hny3" target="_blank">http://tinyurl.com/yz6hny3</a> | SDK <a rel="nofollow" href="http://www.metaio.com/products/mobile/" target="_blank">www.metaio.com/products/mobile/</a></li>
</ul>
<p><span><span> </span></span></p>
<p><strong>Programmierung und Software Design (Programming)</strong></p>
<ul>
<li>Let <a href="http://blog.makezine.com/archive/2010/01/arduino_sketch_programs_its_peers.html" target="_blank">Arduino communicate with each other</a>. Arduino control the other Arduino.Maybe the new Adruino Virus?!via @<a rel="nofollow" href="http://twitter.com/make">make</a></li>
<li>Xuggler is the easy way to uncompress, modify, and re-compress any media file (or stream) from Java to a red5 server <a rel="nofollow" href="http://www.xuggle.com/" target="_blank">http://www.xuggle.com/</a></li>
<li><a href="http://xat.info/live-screencast-in-flash-mit-red5-und-camtasia-studio/" target="_blank">Live Screencast in Flash mit Red5 und Java Streaming Library</a></li>
<li><a href="http://www.splitmedialabs.com/vh-java-capture-sdk" target="_blank">VH Java Screen Capture SDK</a> looks nice... Hopefully it will not become so expensive..</li>
<li>Freeware: <a href="http://www.splitmedialabs.com/vh-video-sdk/vh-screen-capture" target="_blank">VH Screen Capture Driver</a> supports C++, C#, Java, Delphi, etc</li>
</ul>
<p style="text-align: left;"><strong>Game Developing:</strong></p>
<ul>
<li>Playyoo is an interesting plattform for Flash Mobile and Flash Lite Game Developer <a rel="nofollow" href="http://blog.playyoo.com/" target="_blank">http://blog.playyoo.com/</a> and <a rel="nofollow" href="http://playyoo.com/" target="_blank">http://playyoo.com/</a></li>
<li>Interesting report: <a href="http://joshblog.net/2010/01/04/indie-flash-game-development-a-2009-year-end-retrospective/" target="_blank">Indie Flash Game Development: A 2009 Year-End Retrospective</a></li>
<li>Blog article: <a href="http://gamesalfresco.com/2009/12/31/best-selling-augmented-reality-games-of-2009/" target="_blank">Best Selling Augmented Reality Games of 2009</a></li>
<li>Flash Game License:<a href="http://www.flashgamelicense.com/blog/2010/01/looking-back-at-2009-trends-and-statistics/" target="_blank"> Looking Back at 2009: Trends and Statistics</a></li>
<li>Very cool styles for Casual Computer Games: <a href="http://www.arte.tv/de/Kultur-entdecken/ARTE-Video-Night/2897158.html#44" target="_blank">Skateboard</a> // <a href="http://www.arte.tv/de/Kultur-entdecken/ARTE-Video-Night/2897158.html#45" target="_blank">Jump N Run Adventure</a></li>
<li>RT Getting Started: PushButton Engine recording from <a title="#SeaFlex" rel="nofollow" href="http://twitter.com/search?q=%23SeaFlex">#SeaFlex</a> last night: <a rel="nofollow" href="http://bit.ly/74jCHc" target="_blank">http://bit.ly/74jCHc</a> (via @<a rel="nofollow" href="http://twitter.com/jnbeck">jnbeck</a>)</li>
<li>Wow! a big Graphical User Interface Collection of Games. Useful for research in interaction design in Games <a rel="nofollow" href="http://gamegui.net/" target="_blank">http://gamegui.net/</a></li>
<li>Fast statistic consumption... RT @<a rel="nofollow" href="http://twitter.com/dotmick">dotmick</a>: <a rel="nofollow" href="http://www.onlineeducation.net/videogame/" target="_blank">Videogame Statistics</a></li>
<li>Cool game design prototypes for tangible interfaces: <a href="Cool game design prototypes for tangible interfaces: DaVinci (Microsoft Surface Physics Illustrator)" target="_blank">DaVinci (Microsoft Surface Physics Illustrator)</a></li>
<li><a href="http://blog.makezine.com/archive/2010/02/surfacescapes_20_demo.html" target="_blank">SurfaceScapes 2.0 demo</a> - A further nice tangible Game Interface idea!</li>
<li><a href="http://www.adobe.com/newsletters/edge/february2010/articles/article7/" target="_blank">Nice article about creating a MMO browser game</a> with Flash (Game: zOMG)</li>
<li>RT Addressing color blindness in (game) design <a rel="nofollow" href="http://is.gd/8HWrQ" target="_blank">http://is.gd/8HWrQ</a> (via @<a rel="nofollow" href="http://twitter.com/elsassph">elsassph</a>)</li>
<li>Looks good: <a href="http://www.flashrealtime.com/flash-gaming-on-nvidia-tablets/" target="_blank">Flash Gaming on NVIDIA Tablets</a></li>
<li>Two great tutorials for particle effects with flint: <a href="http://slekx.com/2009/12/flint-visual-introduction/" target="_blank">Introduction</a> <a href="http://slekx.com/2009/12/flinteroids-advanced-flint-tutorial/" target="_blank">Flint in a Game</a></li>
</ul>
<p><span><span> </span></span></p>
<p><strong>Flash and Flex</strong></p>
<ul>
<li><a href="http://seantheflexguy.com/blog/2009/12/30/neurosky-mindset-brain-computer-interface-actionscript-3-0-api/" target="_blank">Brain Computer Interface ActionScript 3.0 API library released by Sean Moore</a></li>
<li>RT New <a title="#Processing" rel="nofollow" href="http://twitter.com/search?q=%23Processing">#Processing</a> book by Ira Greenberg, The <a href="http://www.friendsofed.com/book.html?isbn=1430219793" target="_blank">Essential Guide to Processing for Flash Developers</a>, is here!</li>
<li>RT  @_sandro Highly interesting! Jangaroo - Actionscript 3 to Javascript  Compiler! <a rel="nofollow" href="http://www.jangaroo.net/home/" target="_blank">http://www.jangaroo.net/home/</a> - i think i'm in love <img src='http://blog.derhess.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Nice list:<a href="http://corlan.org/2010/01/14/5-flash-applications/" target="_blank"> 5 useful Flash applications</a> listed by Mihai CORLAN</li>
<li><a href="http://www.flashconnections.com/2010/01/15/xmoovstream-php-video-server/" target="_blank">xmoovStream PHP video server for Flash</a>. Not real Streaming, but progressive download with seeking functionality</li>
<li>RT Red5 Developer Series videos from @<a rel="nofollow" href="http://twitter.com/newviewnetworks">newviewnetworks</a> look awesome! <a rel="nofollow" href="http://bit.ly/4KJBu2" target="_blank">http://bit.ly/4KJBu2</a></li>
<li>RT We just released <a href="http://www.gskinner.com/blog/archives/2010/01/asdocr_simple_a.html" target="_blank">ASDocr</a>, an AIR 2.0 app for working w/ASDoc. Makes documenting AS3 code much easier!</li>
<li>RT Here it is: @<a rel="nofollow" href="http://twitter.com/matthbooth">matthbooth</a>'s excellent webcam light-painting tutorial - <a rel="nofollow" href="http://bit.ly/4sipE5" target="_blank">http://bit.ly/4sipE5</a></li>
<li>This Controlling the rain project with Arduino and Flash gives a <a rel="nofollow" href="http://tinyurl.com/yzw2l3k" target="_blank">nice introduction into physical computing</a></li>
<li>Good introduction video tutorial for the <a rel="nofollow" href="    *  http://www.as3apex.com/video_tuts/intro-to-gaia-flash-framework/" target="_blank">Flash Gaia Website Framework</a></li>
<li><a href="http://casario.blogs.com/mmworld/2010/02/flex-and-mobile-a-whitepaper-to-create-flex-application-for-mobile-devices.html" target="_blank">Whitpaper about Flex (Slider) Framework</a> and mobile devices</li>
<li><a href="http://help.adobe.com/en_US/as3/mobile/index.html" target="_blank">Great resources for optimizing your content</a> for flash mobile devices</li>
<li>
<div><a id="status_star_9145960256" title="favorite this tweet"> </a>A really useful set of ActionScript classes and utilities "to get you coding faster and more reliably": <a rel="nofollow" href="http://casalib.org/" target="_blank">http://casalib.org</a></div>
</li>
<li><a href="http://spiralstormgames.com/blog/iphone-games/say-hi-to-pixelwave-for-the-iphone/" target="_blank">Pixelwave, framework for iPhones Games/Apps</a>, based completely on the Flash AS3 API <a title="#iphone" rel="nofollow" href="http://twitter.com/search?q=%23iphone">#iphone</a> <a title="#flash" rel="nofollow" href="http://twitter.com/search?q=%23flash">#flash</a> (via @<a rel="nofollow" href="http://twitter.com/fplag">fplag</a>)</li>
<li>You can monetize your Flex Components, Flex and Air applications with FlexDen.net <a rel="nofollow" href="http://www.flexden.net/" target="_blank">http://www.flexden.net/</a></li>
<li><a href="http://blog.inspirit.ru/?p=386" target="_blank">FlashSURF by Eugene</a> is an impressive<a href="http://code.google.com/p/in-spirit/wiki/ASSURFBundleManager" target="_blank"> image-based pattern recognition library</a> for Flash</li>
</ul>
<p>Related posts:<ol>
<li><a href='http://blog.derhess.de/2010/07/05/my-most-important-twitter-messages-6/' rel='bookmark' title='My most important Twitter Messages #6'>My most important Twitter Messages #6</a></li>
<li><a href='http://blog.derhess.de/2011/06/09/my-most-important-twitter-messages-10/' rel='bookmark' title='My most important Twitter Messages #10'>My most important Twitter Messages #10</a></li>
<li><a href='http://blog.derhess.de/2010/01/05/my-most-important-twitter-messages-4/' rel='bookmark' title='My most important Twitter Messages #4'>My most important Twitter Messages #4</a></li>
</ol></p> <p><a href="http://blog.derhess.de/?flattrss_redirect&amp;id=1235&amp;md5=3df08d9c602c557c373d0f4f50b72cfe" title="Flattr" target="_blank"><img src="http://blog.derhess.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.derhess.de/2010/03/04/my-most-important-twitter-messages-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://blog.derhess.de/?flattrss_redirect&amp;id=1235&amp;md5=3df08d9c602c557c373d0f4f50b72cfe" type="text/html" />"
	</item>
		<item>
		<title>My most important Twitter Messages #4</title>
		<link>http://blog.derhess.de/2010/01/05/my-most-important-twitter-messages-4/</link>
		<comments>http://blog.derhess.de/2010/01/05/my-most-important-twitter-messages-4/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 14:03:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Interaction]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technologie]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[cool stuff]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[interface design]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.derhess.de/?p=1188</guid>
		<description><![CDATA[A small summary of my Twitter messages from November - December 2009: Allgemein (General) Great homepage with top-level talks for creative coders, designer and other artists Very interesting media facade project. Partly based on Adobe Air Sorftware Nice article: Media Facades: Fundamental terms and concepts International Symposium on Computational Aesthetics in Graphics, Visualization, and Imaging [...]
Related posts:<ol>
<li><a href='http://blog.derhess.de/2010/07/05/my-most-important-twitter-messages-6/' rel='bookmark' title='My most important Twitter Messages #6'>My most important Twitter Messages #6</a></li>
<li><a href='http://blog.derhess.de/2010/03/04/my-most-important-twitter-messages-5/' rel='bookmark' title='My most important Twitter Messages #5'>My most important Twitter Messages #5</a></li>
<li><a href='http://blog.derhess.de/2011/08/31/my-most-important-twitter-messages-11-2/' rel='bookmark' title='My most important Twitter Messages #11'>My most important Twitter Messages #11</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">
<p style="text-align: left;"><img class="aligncenter" src="http://blog.derhess.de/wp-content/uploads/2009/07/twitterdehess.gif" alt="Twitter von der hess" width="435" height="155" /><br />
A small summary of my <a href="http://twitter.com/derhess" target="_blank">Twitter messages</a> from November - December 2009:</p>
<p><strong><span id="more-1188"></span>Allgemein (General)</strong></p>
<ul>
<li><a href="http://blogs.aquent.com/aquentblog/author/susie-hall/" target="_blank">Great homepage with top-level talks</a> for creative coders, designer and other artists</li>
<li>Very interesting <a href="http://playhouse.daft.ie/create/" target="_blank">media facade project</a>. Partly based on Adobe Air Sorftware</li>
<li>Nice article: <a href="http://www.mediaarchitecture.org/mediafacades2008/exhibition/basics-eng/" target="_blank">Media Facades: Fundamental terms and concepts</a></li>
<li><a href="http://www.computational-aesthetics.org/2010/" target="_blank">International Symposium on Computational Aesthetics in Graphics, Visualization, and Imaging </a></li>
<li>Very interesting designer: <a rel="nofollow" href="http://www.waldemeyer.com/" target="_blank">http://www.waldemeyer.com/</a> especially for the domain of wearable technology fashion. Also<a href="http://waldemeyer.blogspot.com/" target="_blank"> his blog</a></li>
<li>Some inspiration for your <a href="http://blog.makezine.com/archive/2009/12/make_holiday_gift_guide_2009_all-ar.html" target="_blank">wishlist? Physical Computing</a> Ahoi!</li>
<li>Very cool!! <a href="http://www.photonstorm.com/archives/710/svn-for-photoshop-with-pixelnovel?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+PhotonStorm+%28Photon+Storm%29" target="_blank">Real SVN Functionality for Photoshop with PixelNovel</a></li>
<li><a href="http://wiigee.org" target="_blank">Wiigee</a> is a nice java library for working with gestures and the wiimote. a port for ActionScript would be nice <img src='http://blog.derhess.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li><a href="http://www.opencalais.com/" target="_blank">Reuters open MetaData (Semantic Web) Database</a> looks interesting for webservice and information experiments</li>
<li>Wow! The New York Times began to open their Information Archives! <a rel="nofollow" href="http://data.nytimes.com/" target="_blank">http://data.nytimes.com/</a></li>
<li>Nice <a href="http://geoapi.com/" target="_blank">Geo coding API for Web 2.0 services </a></li>
<li><a href="http://blog.fitc.ca/post.cfm/interactive-installations-wanted" target="_blank">Interactive installations wanted for the FITC Amsterdam</a></li>
<li>Found an <a href="http://193.171.60.44/dspace/">archive database for Media Art</a>.  Maybe it could be useful during my studies in interactive art</li>
<li><a href="http://eismann-sf.com/news/?p=824" target="_blank">Nice Graphic about Qualities of Information Design</a></li>
<li>Great slides about a good <a href="http://www.insideria.com/2009/11/how-to-run-a-creative-business.html" target="_blank">business culture in a creative environment</a></li>
<li>fascinated by the <a href="http://en.wikipedia.org/wiki/Theremin" target="_blank">Theremin Music instrument</a> and tv documentation <a href="http://de.wikipedia.org/wiki/Theremin" target="_blank">(deutsch)</a></li>
<li>Yale University's Psychology course on <a href="http://www.youtube.com/watch?v=P3FKHH2RzjI&amp;feature=SeriesPlayList&amp;p=6A08EB4EEFF3E91F" target="_blank">Youtube</a>. **OFF TOPIC**</li>
<li>Holy shit that is the<a href="http://www.koreus.com/video/out-of-time.html" target="_blank"> best parkour action</a> I have ever seen!!  **OFF TOPIC**</li>
<li>Ziemlich interessante Präsentation über die Kombination von <a href="http://mediathek.hs-furtwangen.de/public/6493e9ea456d032ab02d9c156157d3a2/" target="_blank">Mobile Art und Urban Displays von Jürgen Scheible</a></li>
<li>Nett zu lesen: <a href="http://blog.liip.ch/files/pdf/stuermer_2009_digitalenachhaltigkeiteinkonzeptmitzukunft.pdf" target="_blank">Digitale Nachhaltigkeit – ein Konzept mit Zukunft</a></li>
</ul>
<p><strong>Generative Art:</strong></p>
<ul>
<li>Interesting <a href="http://mediamilitia.com/getting-started-with-generative-art/" target="_blank">blog entry on 'Generative Art'</a> via @Natzke</li>
<li><a href="http://beta.nodebox.net/wiki/Welcome" target="_blank">Generative Art Tool </a>- out of the box via @<a href="http://twitter.com/generatorx">generatorx</a></li>
<li>Ich bin nun überzeugt und werd mir das Buch kaufen. <a rel="nofollow" href="http://www.generative-gestaltung.de/" target="_blank">http://www.generative-gestaltung.de/</a> Visual Programming Lernen vom Feinsten <img src='http://blog.derhess.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li>Umfangreiche Artikel Sammlung zum Thema <a href="http://medienkunstnetz.de/themen/generative_tools/" target="_blank">Generative Tools für die digitale Medienkunst</a></li>
</ul>
<p><strong>UX and Interaction Design:</strong></p>
<ul>
<li><a href="http://bit.ly/4LmWBN" target="_blank">Free Sketching &amp; Wireframing Kit</a> <a rel="nofollow" href="http://bit.ly/4LmWBN" target="_blank"></a> via @fplag</li>
<li><a href="http://www.interactivearchitecture.org/" target="_blank">Great blog</a> about interaction, architecture, space, user experience etc.</li>
<li><a href="http://www.gillesbailly.fr/menua/" target="_blank">Marking Menus</a> are a very good concept for mouse gestures and menu navigation issues</li>
<li>Must read article: Open for Business - <a href="http://www.insideria.com/2009/11/open-for-business-designing-social-interfaces.html" target="_blank">Designing Social Interfaces -&gt; degree of openness from a technical view</a></li>
<li>Wow, very nice idea of a physical computing interface: <a href="http://eis.comp.lancs.ac.uk/index.php?id=11&amp;type=0" target="_blank">VoodooIO</a></li>
<li><a href="http://vimeo.com/mkalten/likes/page:1/sort:newest" target="_blank">Nice video list of Tangible User Interfaces</a></li>
<li>Nice Blog and very good articles: <a href="http://www.organicui.org/?page_id=35" target="_blank">Designing Kinetic and Organic User Interfaces</a></li>
<li>Two great articles about <a href="http://tinyurl.com/yb66lkj" target="_blank">User Experience in an Agile Development</a> process (or in Scrum) <a rel="nofollow" href="http://tinyurl.com/yb66lkj" target="_blank"></a> <a rel="nofollow" href="http://tinyurl.com/ycj5a32" target="_blank">http://tinyurl.com/ycj5a32</a></li>
</ul>
<p style="text-align: left;"><strong>Projekte und Experimente (Projects and experiments)</strong><strong><br />
</strong></p>
<ul>
<li><a href="http://blog.makezine.com/archive/2009/12/amazing_sound_sculptures_from_motor.html" target="_blank">Amazing sound sculptures</a> from motors &amp; more via @<a href="http://twitter.com/make">make</a></li>
<li>Stumbled again about the <a href="http://jexp.de/blog/archives/16-On-LEGO-Powered-Time-Tracking;-My-Daily-Column.html" target="_blank">lego Time Tracking</a> thing. I really like this nerdy idea</li>
<li>Should I really try it? <a rel="nofollow" href="http://suicidemachine.org/" target="_blank">http://suicidemachine.org/</a> a nice net (art) project idea</li>
<li>Nice project: <a href="http://blog.makezine.com/archive/2009/11/ego_search_visualizer.html" target="_blank">Ego search visualizer</a> from MIT Lab: <a href="http://personas.media.mit.edu/" target="_blank">the project page</a></li>
<li><a href="http://www.graviti.tv/blog/?p=130" target="_blank">MIT gestural computing</a> makes multitouch look old hat - Interesting Project</li>
<li>Looking for SenseWare: My Examples -&gt; <a href="http://www.eltopo.de/sites/funktionide_part1_1.html" target="_blank">funktionide</a> // <a href="http://www.eltopo.de/sites/liquidwall_1.html" target="_blank">LiquidWall </a>// <a href="http://www.poken.com" target="_blank">Poken</a></li>
<li><a href="http://www.nearfield.org/2009/11/iphone-rfid-and-nfc-peripherals" target="_blank">Pimp your iPhone for RFID</a></li>
<li><a href="http://blog.makezine.com/archive/2009/12/wii_remote_for_mame_on_iphone.html" target="_blank">Wii remote for MAME on iPhone</a></li>
<li>Nice experiment! <a href="http://blog.makezine.com/archive/2009/12/iphone_controlled_solar_powered_ard.html" target="_blank">iPhone controlled Arduino tank</a></li>
<li><a href="http://blog.makezine.com/archive/2009/11/diy_accelerometer_controlled_usb_ga.html" target="_blank">DIY accelerometer controlled USB gamepad</a></li>
<li>wow, a <a rel="nofollow" href="http://infosthetics.com/archives/2009/11/ringwall_world_largest_multi-touch_multi-user_wall.html" target="_blank">45m long multitouch wall</a> via @<a href="http://twitter.com/jensfranke">jensfranke</a>, @<a href="http://twitter.com/CedricKiefer">CedricKiefer</a>, @<a href="http://twitter.com/memotv">memotv</a> / Don't know if this useful...</li>
<li><a href="http://itsme.it/project/" target="_blank">itsme</a> the next generation of personal computing?! I don't know... <a rel="nofollow" href="http://itsme.it/project/" target="_blank"></a></li>
<li>Very cool idea or app for an <a href="http://www.graviti.tv/blog/?p=122" target="_blank">eyetracker approach</a></li>
<li><a href="http://www.youtube.com/watch?v=UmIgNfp-MdI" target="_blank">Microsoft "Courier" secret tablet</a></li>
</ul>
<p><strong>Neue Technologie (new Technologies)</strong></p>
<ul>
<li>Wow the <a href="http://blog.makezine.com/archive/2010/01/generate_cityscapes_with_city_engin.html" target="_blank">City Engine Software</a> looks great for Science Fiction and other Urban Movie Post Production stuff</li>
<li>Transform your real pictures into nice drawings: <a href="http://grail.cs.washington.edu/projects/gradientshop/" target="_blank">Research Project GradientShop</a></li>
</ul>
<p><span><span> </span></span></p>
<p><strong>Programmierung und Software Design (Programming)</strong></p>
<ul>
<li><a href="http://www.computer.org/portal/web/buildyourcareer/fa035" target="_blank">Frequently Forgotten Fundamental Facts about Software Engineering</a></li>
<li>Uh nice topic for Computer Scientist in Media: <a href="http://hci.stanford.edu/research/opportunistic/" target="_blank">Opportunistic Programming</a></li>
</ul>
<p style="text-align: left;"><strong>Game Developing:</strong></p>
<ul>
<li>Blog article: <a href="http://gamesalfresco.com/2009/12/31/best-selling-augmented-reality-games-of-2009/" target="_blank">Best Selling Augmented Reality Games of 2009</a></li>
<li>Interesting report:<a href="http://joshblog.net/2010/01/04/indie-flash-game-development-a-2009-year-end-retrospective/" target="_blank"> Indie Flash Game Development: A 2009 Year-End Retrospective</a></li>
<li>A must read for all Flash Indie Game Developer: <a href="http://blog.elite-games.net/blog4.php/2009/12/17/total-revenue-from-last-2-years" target="_blank">Badim's Total revenue from last 2 years blog post</a></li>
<li>Playyoo is an interesting plattform for Flash Mobile and Flash Lite Game Developer <a rel="nofollow" href="http://blog.playyoo.com/" target="_blank">http://blog.playyoo.com/</a> and <a rel="nofollow" href="http://playyoo.com/" target="_blank">http://playyoo.com/</a></li>
<li>Adobe starts "<a href="http://www.adobe.com/devnet/games/" target="_blank">#Flash Platform #Gaming Technology Center"</a> (<a href="http://www.adobe.com/devnet/logged_in/ddeibler_flash_platform_games.html" target="_blank">Center</a>) via @flashforum</li>
<li>Some nice and useful <a href="http://www.youtube.com/user/kmprssr#g/a" target="_blank">video tutorials for the Flash Push Button Game Engine</a></li>
<li>Thoughtful article from @<a href="http://twitter.com/GregLoire">GregLoire</a> on <a href="http://www.gamasutra.com/blogs/GregMcClanahan/20091202/3709/Achievement_Design_101.php" target="_blank">Achievement Design 101</a> via @mochimedia</li>
<li>Nice Blogpost: <a href="http://bbrathwaite.wordpress.com/2008/11/30/creating-a-game-design-document/" target="_blank">Creating a Game Design Document</a></li>
<li>Nice article: <a href="http://www.untoldentertainment.com/blog/2009/10/09/running-a-game-studio-from-start-up-to-sustainability/" target="_blank">Running a Game Studio: From Start-Up to Sustainability</a></li>
</ul>
<p><span><span> </span></span></p>
<p><strong>Flash and Flex</strong></p>
<ul>
<li><a href="http://seantheflexguy.com/blog/2009/12/30/neurosky-mindset-brain-computer-interface-actionscript-3-0-api/" target="_blank">Brain Computer Interface ActionScript 3.0 API</a> library released by Sean Moore</li>
<li>Blog post:<a href="http://seantheflexguy.com/blog/2009/12/19/list-of-34-more-actionscript-30-apis/" target="_blank"> 34 cool ActionScript Libraries</a> by Sean Moore</li>
<li>Great <a href="http://nodename.com/blog/2009/12/03/roll-over-delaunay-voronoi-library-goes-open-source/" target="_blank">Voronoi open-source library for AS3</a> published</li>
<li>Harmcrest is a nice <a href="http://www.insideria.com/2009/11/validation-in-flex-with-hamcre.html" target="_blank">Form and User Interface Input Validation Library</a> and Framework for Flex</li>
<li>Adobe <a title="#Flash" href="http://twitter.com/search?q=%23Flash">#Flash</a> and <a href="http://bit.ly/90o5eq" target="_blank">search engine optimization</a> (<a title="#SEO" href="http://twitter.com/search?q=%23SEO">#SEO</a>): Techniques, issues, and strategies:  (via @<a href="http://twitter.com/marcthiele">marcthiele</a>)</li>
<li>Maybe the Flash Plattform gives<a href="http://newteevee.com/2009/11/21/get-ready-for-flash-player-10-1-to-stream-p2p-video-to-millions-swap-files-bittorrent-style/" target="_blank"> P2P a new chance to establish</a> in the area of network (streaming) technologies?!</li>
<li><a href="http://wiki.swfjunkie.com/tweetr" target="_blank">Tweetr AS3 Library</a> 0.95 Released by @<a href="http://twitter.com/_sandro">_sandro</a> check out:</li>
</ul>
<p><script type="text/javascript">// <![CDATA[
   google_ad_client = "pub-2874371819292006"; /* Mittlerer Banner, 468x60, Erstellt 22.07.09 */ google_ad_slot = "6664183687"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></p>
<p>Related posts:<ol>
<li><a href='http://blog.derhess.de/2010/07/05/my-most-important-twitter-messages-6/' rel='bookmark' title='My most important Twitter Messages #6'>My most important Twitter Messages #6</a></li>
<li><a href='http://blog.derhess.de/2010/03/04/my-most-important-twitter-messages-5/' rel='bookmark' title='My most important Twitter Messages #5'>My most important Twitter Messages #5</a></li>
<li><a href='http://blog.derhess.de/2011/08/31/my-most-important-twitter-messages-11-2/' rel='bookmark' title='My most important Twitter Messages #11'>My most important Twitter Messages #11</a></li>
</ol></p> <p><a href="http://blog.derhess.de/?flattrss_redirect&amp;id=1188&amp;md5=584205518070e7c3aa5ddf2d78f7b388" title="Flattr" target="_blank"><img src="http://blog.derhess.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.derhess.de/2010/01/05/my-most-important-twitter-messages-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<atom:link rel="payment" href="http://blog.derhess.de/?flattrss_redirect&amp;id=1188&amp;md5=584205518070e7c3aa5ddf2d78f7b388" type="text/html" />"
	</item>
		<item>
		<title>The new YouTube AS3 Chromeless API in Flex, Air, Flash</title>
		<link>http://blog.derhess.de/2009/10/27/the-new-youtube-as3-chromeless-api-in-flex-air-flash/</link>
		<comments>http://blog.derhess.de/2009/10/27/the-new-youtube-as3-chromeless-api-in-flex-air-flash/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 16:23:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[publications]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.derhess.de/?p=1098</guid>
		<description><![CDATA[I was very pleased that YouTube released a ActionScript 3 API for their Chromeless Player. I looked at some availabe code snippets on different blogs and unfortunateley, I had to realize that the API is not really object-oriented and a little bit annoying to work with (because of the missing code completion). My current project [...]
Related posts:<ol>
<li><a href='http://blog.derhess.de/2009/08/14/vimeo-moogaloop-in-flex-flexvimeoplayer-component/' rel='bookmark' title='Vimeo Moogaloop in Flex &#8211; FlexVimeoPlayer Component'>Vimeo Moogaloop in Flex &#8211; FlexVimeoPlayer Component</a></li>
<li><a href='http://blog.derhess.de/2009/08/12/working-with-vimeo-moogaloop-api-in-flash/' rel='bookmark' title='Working with Vimeo Moogaloop API in Flash'>Working with Vimeo Moogaloop API in Flash</a></li>
<li><a href='http://blog.derhess.de/2008/08/15/die-gretchenfrage-wann-flash-und-wann-flex/' rel='bookmark' title='Die Gretchenfrage: Wann Flash und wann Flex?'>Die Gretchenfrage: Wann Flash und wann Flex?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was very pleased that YouTube released a <strong><a href="http://apiblog.youtube.com/2009/10/actionscript-3-youtube-chromeless.html" target="_blank">ActionScript 3 API</a> for their Chromeless Player</strong>. I looked at some availabe <a title="link for English people" href="http://inflagrantedelicto.memoryspiral.com/2009/10/youtube-as3-example-using-flash-professional/" target="_blank">code snippets</a> on different <a title="link for German people" href="http://www.video-flash.de/index/youtube-api-chromeless-player-actionscript3/" target="_blank">blogs</a> and unfortunateley, I had to realize that the API is not really object-oriented and a little bit annoying to work with (because of the missing code completion).</p>
<p>My current project - an independent Web Video Player - is still using the old workaround <strong><a href="http://code.google.com/intl/de-DE/apis/youtube/articles/tubeloc.html" target="_blank">YouTube API Tubeloc</a></strong> and I have to change this. That is the reason why I created a Flex Component for the new YouTube AS3 API. If you would like to use my code for your Flex or Air projects, please feel free to use it and if you will find some bugs, please leave a comment!</p>
<p>Now I will start with some explanations of my code. I create 4 classes, which manage the whole YouTube Chromeless API. The class <a href="http://code.google.com/p/derhess/source/browse/trunk/AS3/de/derhess/video/youtube/YouTubeAS3.as" target="_blank"><strong>YouTubeAs3</strong></a> contains all the most important functions and is based on the Flex Framework(!). The classes <a href="http://code.google.com/p/derhess/source/browse/trunk/AS3/de/derhess/video/youtube/AirYouTube.as" target="_blank"><strong>AirYouTube </strong></a>and <strong><a href="http://code.google.com/p/derhess/source/browse/trunk/AS3/de/derhess/video/youtube/FlexYouTube.as" target="_blank">FlexYouTube</a></strong> extends the <strong><em>YouTubeAs3</em></strong> class. Both classes are Flex Framework based classes. I had to divide the YouTubeAs3 class into these 2 classes, because the Adobe Air environment don't support the command <strong><em>Security.allowDomain()</em></strong> and it is cleaner to use this command for a web-based projects. So therefore please use the <strong><em>FlexYouTube</em></strong> component for web-based projects and the <em><strong>AirYouTube</strong></em> component for your Air projects. The fourth class <a href="http://code.google.com/p/derhess/source/browse/trunk/AS3/de/derhess/video/youtube/FlashYouTube.as" target="_blank"><strong>FlashYouTube</strong></a> is an only Flash plattform based class, that should be very handy to use  for non-Flex projects.<span id="more-1098"></span></p>
<p>The other classes just simplify the coder's life. So I created some static classes for the various video quality parameters (<a href="http://code.google.com/p/derhess/source/browse/trunk/AS3/de/derhess/video/youtube/YouTubeVideoQuality.as" target="_blank"><strong>YouTubeVideoQuality Class</strong></a>), the various PlayerStates (<a href="http://code.google.com/p/derhess/source/browse/trunk/AS3/de/derhess/video/youtube/YouTubePlayingState.as" target="_blank"><strong>YouTubePlayingState</strong></a>), the YouTube errors (<a href="http://code.google.com/p/derhess/source/browse/trunk/AS3/de/derhess/video/youtube/YouTubeError.as" target="_blank"><strong>YouTubeError</strong></a>) and of course the available YouTube events (<a href="http://code.google.com/p/derhess/source/browse/trunk/AS3/de/derhess/video/youtube/YouTubeEvent.as" target="_blank"><strong>YouTubeEvent</strong></a>).</p>
<p><object style="width: 550px; height: 400px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blog.derhess.de/wp-content/uploads/2009/10/flex_youTube.swf" /><embed style="width: 550px; height: 400px;" type="application/x-shockwave-flash" width="550" height="400" src="http://blog.derhess.de/wp-content/uploads/2009/10/flex_youTube.swf"></embed></object></p>
<p>I wrote an example application for you, which should be very easy to understand. In this very <strong><a href="http://blog.derhess.de/wp-content/uploads/2009/10/flex_youTube.swf" target="_blank">small Flex application</a></strong> you can <em>stop</em>, <em>play</em> and <em>pause</em> the YouTube videos:</p>
<pre class="actionscript"><span style="color: #808080; font-style: italic;">//----------------------------------</span>
<span style="color: #808080; font-style: italic;">//  YouTube Player Control</span>
<span style="color: #808080; font-style: italic;">//----------------------------------</span>
<span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">function</span> handlePlay<span style="color: #66cc66;">&#40;</span>event:MouseEvent<span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span>
<span style="color: #66cc66;">&#123;</span>
	youTubePlayer.<span style="color: #006600;">playVideo</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
	<span style="color: #0066CC;">this</span>.<span style="color: #006600;">addEventListener</span><span style="color: #66cc66;">&#40;</span>Event.<span style="color: #006600;">ENTER_FRAME</span>,handlePlayingTime<span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span>
&nbsp;
<span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">function</span> handlePause<span style="color: #66cc66;">&#40;</span>event:MouseEvent<span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span>
<span style="color: #66cc66;">&#123;</span>
	youTubePlayer.<span style="color: #006600;">pauseVideo</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
	<span style="color: #0066CC;">this</span>.<span style="color: #006600;">removeEventListener</span><span style="color: #66cc66;">&#40;</span>Event.<span style="color: #006600;">ENTER_FRAME</span>,handlePlayingTime<span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span>
&nbsp;
<span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">function</span> handleStop<span style="color: #66cc66;">&#40;</span>event:MouseEvent<span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span>
<span style="color: #66cc66;">&#123;</span>
	youTubePlayer.<span style="color: #006600;">stopVideo</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
	<span style="color: #0066CC;">this</span>.<span style="color: #006600;">removeEventListener</span><span style="color: #66cc66;">&#40;</span>Event.<span style="color: #006600;">ENTER_FRAME</span>,handlePlayingTime<span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">// frame-based Intervall for showing loading and playing process</span>
<span style="color: #0066CC;">private</span> <span style="color: #000000; font-weight: bold;">function</span> handlePlayingTime<span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">e</span>:Event<span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span>
<span style="color: #66cc66;">&#123;</span>
	labelTime.<span style="color: #0066CC;">text</span> = youTubePlayer.<span style="color: #006600;">getCurrentTime</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> + <span style="color: #ff0000;">&quot; / &quot;</span> + youTubePlayer.<span style="color: #006600;">getDuration</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
&nbsp;
	progresPlayingVideo.<span style="color: #006600;">minimum</span> = <span style="color: #cc66cc;">0</span>;
	progresPlayingVideo.<span style="color: #006600;">maximum</span> = youTubePlayer.<span style="color: #006600;">getDuration</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
	progresPlayingVideo.<span style="color: #006600;">setProgress</span><span style="color: #66cc66;">&#40;</span>youTubePlayer.<span style="color: #006600;">getCurrentTime</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>,youTubePlayer.<span style="color: #006600;">getDuration</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>;
&nbsp;
	progressLoadVideo.<span style="color: #006600;">minimum</span> = <span style="color: #cc66cc;">0</span>;
	progressLoadVideo.<span style="color: #006600;">maximum</span> = youTubePlayer.<span style="color: #006600;">getVideoBytesTotal</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
        progressLoadVideo.<span style="color: #006600;">setProgress</span><span style="color: #66cc66;">&#40;</span>youTubePlayer.<span style="color: #006600;">getVideoBytesLoaded</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>, youTubePlayer.<span style="color: #006600;">getVideoBytesTotal</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span></pre>
<p>Some behaviours of this Flex-based YouTube component is adjusted for the Flex Framework. If you would like to change the size of the YouTube Player, you can use the witdh and height properties of the component. Furthermore there exists some other properties:</p>
<pre class="actionscript"><span style="color: #66cc66;">&#91;</span>Bindable<span style="color: #66cc66;">&#93;</span> <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">var</span> volume:<span style="color: #0066CC;">int</span>;  <span style="color: #808080; font-style: italic;">// Value between 0 and 100</span>
<span style="color: #66cc66;">&#91;</span>Bindable<span style="color: #66cc66;">&#93;</span> <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">var</span> playerState:<span style="color: #0066CC;">Number</span>; <span style="color: #808080; font-style: italic;">// Read-only!!!!</span>
<span style="color: #66cc66;">&#91;</span>Bindable<span style="color: #66cc66;">&#93;</span> <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">var</span> playbackQuality:<span style="color: #0066CC;">String</span>; <span style="color: #808080; font-style: italic;">// Use the static variables of the YouTubeVideoQuality class</span></pre>
<p>Handling and managing of the YouTubeEvents are the last thing I would like to explain. I support the same 4 events, which the YouTube API supports. The only difference is that I wrapped the data of the events in a special YouTube Event for an simpler event handling and code completion.</p>
<pre class="actionscript"><span style="color: #66cc66;">&#91;</span>Event<span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">name</span>=<span style="color: #ff0000;">&quot;youtubeStatus&quot;</span>, <span style="color: #0066CC;">type</span>=<span style="color: #ff0000;">&quot;de.derhess.video.youtube.YouTubeEvent&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#93;</span>
<span style="color: #66cc66;">&#91;</span>Event<span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">name</span>=<span style="color: #ff0000;">&quot;youtubePlayerLoaded&quot;</span>, <span style="color: #0066CC;">type</span>=<span style="color: #ff0000;">&quot;de.derhess.video.youtube.YouTubeEvent&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#93;</span>
<span style="color: #66cc66;">&#91;</span>Event<span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">name</span>=<span style="color: #ff0000;">&quot;youtubeError&quot;</span>, <span style="color: #0066CC;">type</span>=<span style="color: #ff0000;">&quot;de.derhess.video.youtube.YouTubeEvent&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#93;</span>
<span style="color: #66cc66;">&#91;</span>Event<span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">name</span>=<span style="color: #ff0000;">&quot;youtubeVideoQuality&quot;</span>, <span style="color: #0066CC;">type</span>=<span style="color: #ff0000;">&quot;de.derhess.video.youtube.YouTubeEvent&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#93;</span></pre>
<p>So here I is my <strong><a title="look at my code" href="http://code.google.com/p/derhess/source/browse/trunk/AS3/de/derhess/projects/flex_youtube_player/flex_youTube.mxml" target="_blank">code of my app</a></strong>. I think it is very self-explanatory...</p>
<pre class="actionscript"> <span style="color: #808080; font-style: italic;">/* Here should be some code but wordpress always crashed
because of parsing problems... Please download the code
and look at line number 23-112 in the src folder the file
flex_youTube.mxml */</span></pre>
<p>The rest of the functions contains exactly the same functionality as the YouTube API. If something ambiguous, please look at the<a href="http://code.google.com/intl/de-DE/apis/youtube/flash_api_reference.html" target="_blank"> YouTube API documentation</a> or leave a comment. THX!</p>
<p><a href="http://blog.derhess.de/wp-content/uploads/2009/10/flex_youTube.zip" target="_blank"><strong>Download the Flex YouTube components and source code</strong></a></p>
<p><script type="text/javascript">// <![CDATA[
   google_ad_client = "pub-2874371819292006"; /* Mittlerer Banner, 468x60, Erstellt 22.07.09 */ google_ad_slot = "6664183687"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></p>
<p>Related posts:<ol>
<li><a href='http://blog.derhess.de/2009/08/14/vimeo-moogaloop-in-flex-flexvimeoplayer-component/' rel='bookmark' title='Vimeo Moogaloop in Flex &#8211; FlexVimeoPlayer Component'>Vimeo Moogaloop in Flex &#8211; FlexVimeoPlayer Component</a></li>
<li><a href='http://blog.derhess.de/2009/08/12/working-with-vimeo-moogaloop-api-in-flash/' rel='bookmark' title='Working with Vimeo Moogaloop API in Flash'>Working with Vimeo Moogaloop API in Flash</a></li>
<li><a href='http://blog.derhess.de/2008/08/15/die-gretchenfrage-wann-flash-und-wann-flex/' rel='bookmark' title='Die Gretchenfrage: Wann Flash und wann Flex?'>Die Gretchenfrage: Wann Flash und wann Flex?</a></li>
</ol></p> <p><a href="http://blog.derhess.de/?flattrss_redirect&amp;id=1098&amp;md5=c4f5e18843fd794b6543bfda5ecee181" title="Flattr" target="_blank"><img src="http://blog.derhess.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.derhess.de/2009/10/27/the-new-youtube-as3-chromeless-api-in-flex-air-flash/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		<atom:link rel="payment" href="http://blog.derhess.de/?flattrss_redirect&amp;id=1098&amp;md5=c4f5e18843fd794b6543bfda5ecee181" type="text/html" />"
	</item>
	</channel>
</rss>

