<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Thomas Maier - web &amp; communication designer</title>
	
	<link>http://thomasmaier.me</link>
	<description>Designer And Developer</description>
	<lastBuildDate>Sat, 06 Mar 2010 01:12:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/thomasmaier" /><feedburner:info uri="thomasmaier" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>HOWTO: CSS for the iPad</title>
		<link>http://feedproxy.google.com/~r/thomasmaier/~3/CPKYZIQpNw0/</link>
		<comments>http://thomasmaier.me/2010/03/howto-css-for-the-ipad/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 17:00:33 +0000</pubDate>
		<dc:creator>thmonline</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://thomasmaier.me/?p=818</guid>
		<description><![CDATA[The iPad is coming and the developers already received the iPhone Simulator Extension. The new XCode beta also includes Safari Mobile.

If you want to use a CSS modification for the iPad (as I do), this is how you tell the iPad to use an additional CSS file:
&#60;link rel="stylesheet" media="only screen and (max-device-width: 1024px)" href="../ipad.css" type="text/css" [...]]]></description>
			<content:encoded><![CDATA[<p>The iPad is coming and the developers already received the iPhone Simulator Extension. The new XCode beta also includes Safari Mobile.</p>
<p><img class="alignnone" title="iPhone Simulator" src="http://files.droplr.com/files/15048392/vSs11.jhgvftregdr.png" alt="" width="478" height="295" /></p>
<p>If you want to use a CSS modification for the iPad (as I do), this is how you tell the iPad to use an additional CSS file:</p>
<pre>&lt;link rel="stylesheet" media="only screen and (max-device-width: 1024px)" href="../ipad.css" type="text/css" /&gt;</pre>
<p>Because of the other browsers not knowing how to handle this type of media string they won’t interpret it. The <code>ipad.css</code> will be interpreted by the iPhone, too. So if you need some specific CSS also for the iPhone, you proceed equally but with <code>max-device-with: 480px</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomasmaier.me/2010/03/howto-css-for-the-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thomasmaier.me/2010/03/howto-css-for-the-ipad/</feedburner:origLink></item>
		<item>
		<title>[Repost] Flash vs the Web</title>
		<link>http://feedproxy.google.com/~r/thomasmaier/~3/ecDqNhkdy_A/</link>
		<comments>http://thomasmaier.me/2010/03/repost-flash-vs-the-web/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 00:39:41 +0000</pubDate>
		<dc:creator>thmonline</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://thomasmaier.me/?p=835</guid>
		<description><![CDATA[Unlike Flash or Silverlight, which are presentational and therefore deliver a fixed view for users to experience, the Web&#8217;s native HTML only describes content semantically, so users and their browser can interpret how they want to experience that information.
HTML supports flexible presentation using CSS (Cascading Style Sheets), a technology that can scale Web content and [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Unlike Flash or Silverlight, which are presentational and therefore deliver a fixed view for users to experience, the Web&#8217;s native HTML only describes content semantically, so users and their browser can interpret how they want to experience that information.</p></blockquote>
<blockquote><p>HTML supports flexible presentation using CSS (Cascading Style Sheets), a technology that can scale Web content and complexity to accommodate the limitation of mobile devices, accessibility issues for the blind or physically impaired, or simply customize information presentation to fit the desires of Web users.</p></blockquote>
<blockquote><p>Morgan Adams, an interactive content developer with a lot of experience with Flash <a href="http://www.roughlydrafted.com/2010/02/20/an-adobe-flash-developer-on-why-the-ipad-cant-use-flash/">recently explained</a> that most of today&#8217;s existing Flash-based games, navigation elements, and other content is oriented toward mouse-centric desktop and simply can not work well in a multitouch environment like the iPhone or Apple&#8217;s upcoming iPad, where there is no mouseover.</p></blockquote>
<blockquote><p>Adobe is working to push out new enhancements to Flash to accommodate touch-centric environments in new content, but developers have to weigh whether sticking with Adobe&#8217;s platform makes sense now that HTML5 delivers much of the functionality of Flash without dependance upon Adobe. Apple&#8217;s staunchly Flash-free mobile platforms are helping to tilt that decision in favor of open standards.</p></blockquote>
<p>via <a href="http://www.appleinsider.com/articles/10/03/02/virgin_america_dumps_adobe_flash_for_iphone_users.html">AppleInsider</a>.</p>
<p>Read also <a href="http://thomasmaier.me/2010/02/about-flash-and-why-there-is-no-love/">my own article</a> on that topic.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomasmaier.me/2010/03/repost-flash-vs-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thomasmaier.me/2010/03/repost-flash-vs-the-web/</feedburner:origLink></item>
		<item>
		<title>“Voll die kühlen Fotos.”</title>
		<link>http://feedproxy.google.com/~r/thomasmaier/~3/Rls5kbWywTw/</link>
		<comments>http://thomasmaier.me/2010/02/voll-die-kuhlen-fotos/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 11:53:21 +0000</pubDate>
		<dc:creator>thmonline</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://thomasmaier.me/?p=770</guid>
		<description><![CDATA[Normalerweise sagen ja nur Nazis Dinge wie &#8220;Das ist kühl&#8221;! Selbige betreiben auch &#8220;Weltnetz-Seiten&#8221; und tragen Gesichtserker durch die Gegend. Doch heute soll alles anders werden. Die kühlen Fotos sind weder braun-inspiriert, noch BRAUN-inspiriert und scheinen auch sonst in einem vor allem tiefkühlverköstigenden Look daherzukommen.


Created for the Kühlschrankfoto-Aktion by Stijlroyal.
]]></description>
			<content:encoded><![CDATA[<blockquote><p>Normalerweise sagen ja nur Nazis Dinge wie &#8220;Das ist kühl&#8221;! Selbige betreiben auch &#8220;Weltnetz-Seiten&#8221; und tragen Gesichtserker durch die Gegend. Doch heute soll alles anders werden. Die kühlen Fotos sind weder braun-inspiriert, noch BRAUN-inspiriert und scheinen auch sonst in einem vor allem tiefkühlverköstigenden Look daherzukommen.</p></blockquote>
<p><img class="alignnone" title="1" src="http://files.droplr.com/files/15048392/u4I7L.IMG_1534%20Kopie.jpg" alt="" width="478" height="331" /></p>
<p><img class="alignnone" title="2" src="http://files.droplr.com/files/15048392/u4K5A.IMG_1550.jpg" alt="" width="478" height="319" /></p>
<p>Created for the <a href="http://bit.ly/kuehlschrankfoto">Kühlschrankfoto-Aktion</a> by <a href="http://www.stijlroyal.de/">Stijlroyal</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomasmaier.me/2010/02/voll-die-kuhlen-fotos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thomasmaier.me/2010/02/voll-die-kuhlen-fotos/</feedburner:origLink></item>
		<item>
		<title>Shooting crisp indoor photographs without using a flash</title>
		<link>http://feedproxy.google.com/~r/thomasmaier/~3/YgT4C8B9NJg/</link>
		<comments>http://thomasmaier.me/2010/02/shooting-crisp-indoor-photographs-without-using-a-flash/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 21:43:16 +0000</pubDate>
		<dc:creator>thmonline</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://thomasmaier.me/?p=762</guid>
		<description><![CDATA[When you are shooting photographs it’s all about light. Light is the content. And as we know using a flash has the advantage that we can shoot sharp photos in a low-light environment. The disadvantage is that a flash is too harsh for the most time. The light gets to hard and photos look clinical [...]]]></description>
			<content:encoded><![CDATA[<p>When you are shooting photographs it’s all about light. Light is the content. And as we know using a flash has the advantage that we can shoot sharp photos in a low-light environment. The disadvantage is that a flash is too harsh for the most time. The light gets to hard and photos look clinical and cold.</p>
<p><strong>So what can you do when you are in a pretty low illuminated room and you want still smooth, warm but crisp photographs?</strong></p>
<p>I want to give you some tips on how to shoot sharp and beautiful photos without using a flash like I did on my last Berlin vacation:</p>
<p><img class="alignnone" title="http://www.flickr.com/photos/thmonline/4382093705/in/set-72157623494954936/" src="http://farm5.static.flickr.com/4061/4382093705_e871e2b710.jpg" alt="" /></p>
<h3>1. The correct holding of the camera: Mr Freeze</h3>
<p>In low-light situations you have to be &#8220;frozen&#8221;. To ease your posture keep your arms holding the camera near the body. Your elbows should be parallel to your torso.</p>
<p>The most common mistake is the trigger: By pushing the trigger button the camera moves exactly when you shoot the photo. To avoid that, roll the fingertip over the trigger button instead of moving it down &#8211; like you would create a finger print.</p>
<h3>2. Keep an eye on the shutter speed</h3>
<p>Play with your shutter speed but remember: Increasing it means less light, decreasing it means more vibrations.</p>
<h3>3. Choose the biggest aperture of your lens</h3>
<p><a href="http://thomasmaier.me/2009/12/must-have-cheat-sheet-for-photography-beginners/">The bigger the aperture &#8211; the more light can go through the lens</a>. So go all the way down to the lowest <em>f</em>.</p>
<p>Even better: Buy a fixed-focus lens with a big aperture. My one has <em>f</em>/1.8 and costs around 100 bucks. The <em>f</em>/1.4 model costs around 400 bucks.</p>
<p>As you know, a big aperture means more depth the field means that only your focused object is sharp. The background and foreground is blurry (like on the image above).</p>
<h3>4. Still to dark? Try the ISO</h3>
<p>If the photo is still to dark you have another possibility: The ISO. Usually the setting is on &#8220;Auto&#8221; which means 400 ISO for the most time. Choosing a higher ISO (e.g. 800) will lighten up your photo. But be careful: Too much ISO will increase the noise of the image.</p>
<p>If you have a good camera you can choose ISO 800 without worrying. Others even have good results with ISO 1600.</p>
<h3>5. White balance adjustments avoid &#8220;red photos&#8221;</h3>
<p>In a darkened room with synthetic light from bulbs you will get photos which are pretty redish. The reason for that is the wavelength of this kind of light. While the light from the sun is white, this one is very red. To remove this red tone &#8211; if you don’t want it &#8211; you can change the White Balance (WB on your camera). For instance 3200 K or 4000 K.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomasmaier.me/2010/02/shooting-crisp-indoor-photographs-without-using-a-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thomasmaier.me/2010/02/shooting-crisp-indoor-photographs-without-using-a-flash/</feedburner:origLink></item>
		<item>
		<title>The evil is called “Aaron” #schaeublone</title>
		<link>http://feedproxy.google.com/~r/thomasmaier/~3/5uMw1Ssftyo/</link>
		<comments>http://thomasmaier.me/2010/02/the-evil-is-called-aaron-schaeublone/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 15:14:48 +0000</pubDate>
		<dc:creator>thmonline</dc:creator>
				<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://thomasmaier.me/?p=755</guid>
		<description><![CDATA[
More info: http://blog.pantoffelpunk.de/brechmittel/angriffskrieg-angriffskrieg, http://www.schockwellenreiter.de/blog/2010/02/21/die-piratenpartei-hat-ein-problem/, http://www.ennomane.de/2009/12/02/aaron-koenig-und-das-ding-mit-den-plesbiziten/ (german)
]]></description>
			<content:encoded><![CDATA[<p><img src="http://files.droplr.com/files/15048392/sc5aC.Bildschirmfoto%202010-02-22%20um%2016.10.31.png" alt="" /></p>
<p>More info: <a href="http://blog.pantoffelpunk.de/brechmittel/angriffskrieg-angriffskrieg">http://blog.pantoffelpunk.de/brechmittel/angriffskrieg-angriffskrieg</a>, <a href="http://www.schockwellenreiter.de/blog/2010/02/21/die-piratenpartei-hat-ein-problem/">http://www.schockwellenreiter.de/blog/2010/02/21/die-piratenpartei-hat-ein-problem/</a>, <a href="http://www.ennomane.de/2009/12/02/aaron-koenig-und-das-ding-mit-den-plesbiziten/">http://www.ennomane.de/2009/12/02/aaron-koenig-und-das-ding-mit-den-plesbiziten/</a> (german)</p>
]]></content:encoded>
			<wfw:commentRss>http://thomasmaier.me/2010/02/the-evil-is-called-aaron-schaeublone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thomasmaier.me/2010/02/the-evil-is-called-aaron-schaeublone/</feedburner:origLink></item>
		<item>
		<title>Ffffound Invite? [Update]</title>
		<link>http://feedproxy.google.com/~r/thomasmaier/~3/12YEcopeXsY/</link>
		<comments>http://thomasmaier.me/2010/02/ffffound-invite/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 16:29:25 +0000</pubDate>
		<dc:creator>thmonline</dc:creator>
				<category><![CDATA[Graphic design]]></category>
		<category><![CDATA[Me]]></category>

		<guid isPermaLink="false">http://thomasmaier.me/?p=749</guid>
		<description><![CDATA[
Do you have an account at Ffffound.com and an open invite? Please send the invitation code over to me. :) Big thank you!
Update: I got one.
Update 2: The invitation code is already taken. Sorry.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://files.droplr.com/files/15048392/rwNdM.Image%20upload%202010-02-20%20at%2017:30.png" alt="" /></p>
<p>Do you have an account at Ffffound.com and an open invite? Please send the invitation code over to <a href="mailto:webmaster@thm-online.org">me</a>. :) Big thank you!</p>
<p><strong>Update:</strong> I got <a href="http://ffffound.com/home/thomasmaier">one</a>.</p>
<p><strong>Update 2:</strong> The invitation code is already taken. Sorry.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomasmaier.me/2010/02/ffffound-invite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thomasmaier.me/2010/02/ffffound-invite/</feedburner:origLink></item>
		<item>
		<title>Type Memory</title>
		<link>http://feedproxy.google.com/~r/thomasmaier/~3/bZBfuJnj2_w/</link>
		<comments>http://thomasmaier.me/2010/02/type-memory/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 12:35:12 +0000</pubDate>
		<dc:creator>thmonline</dc:creator>
				<category><![CDATA[Graphic design]]></category>
		<category><![CDATA[HfG]]></category>
		<category><![CDATA[Product design]]></category>
		<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://thomasmaier.me/?p=729</guid>
		<description><![CDATA[Matze and I did a nice little memory puzzle for typography pupils.



]]></description>
			<content:encoded><![CDATA[<p><a href="http://mazed.de">Matze</a> and I did a nice little memory puzzle for typography pupils.</p>
<p><img src="http://files.droplr.com/files/15048392/nTgfg.IMG_9102.JPG" alt="" /></p>
<p><img src="http://files.droplr.com/files/15048392/nTlba.IMG_9095.JPG" alt="" /></p>
<p><img src="http://files.droplr.com/files/15048392/nTi2W.IMG_9107.JPG" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://thomasmaier.me/2010/02/type-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thomasmaier.me/2010/02/type-memory/</feedburner:origLink></item>
		<item>
		<title>Happy Birthday, Photoshop</title>
		<link>http://feedproxy.google.com/~r/thomasmaier/~3/NJa_M91A1_w/</link>
		<comments>http://thomasmaier.me/2010/02/happy-birthday-photoshop/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 04:00:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://thomasmaier.me/?p=701</guid>
		<description><![CDATA[Today, on February 10th, 20 years of Photoshop are over. A long history of an application which influenced and revolutionized how we create digital art and design.

I started with Photoshop 6.0 &#8211; Pretty late, but I’m young. Ha!
]]></description>
			<content:encoded><![CDATA[<p>Today, on February 10th, 20 years of <a href="http://en.wikipedia.org/wiki/Adobe_Photoshop">Photoshop</a> are over. A long history of an application which influenced and revolutionized how we create digital art and design.</p>
<p><img src="http://files.droplr.com/files/15048392/kL6fj.workspace6.jpg" alt="" /></p>
<p>I started with Photoshop 6.0 &#8211; Pretty late, but I’m young. Ha!</p>
]]></content:encoded>
			<wfw:commentRss>http://thomasmaier.me/2010/02/happy-birthday-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thomasmaier.me/2010/02/happy-birthday-photoshop/</feedburner:origLink></item>
		<item>
		<title>[Archived] January EP Cover</title>
		<link>http://feedproxy.google.com/~r/thomasmaier/~3/oTmF2ps_u40/</link>
		<comments>http://thomasmaier.me/2010/02/archived-january-ep-cover/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 23:33:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Archive]]></category>
		<category><![CDATA[Graphic design]]></category>

		<guid isPermaLink="false">http://thomasmaier.me/?p=726</guid>
		<description><![CDATA[
Older work.
Buy album in iTunes (Affiliate link).
]]></description>
			<content:encoded><![CDATA[<p><img src="http://files.droplr.com/files/15048392/mLp9M.asdfgbsva.png" alt="" /></p>
<p>Older work.</p>
<p>Buy album in iTunes (<a href="http://itunes.apple.com/de/album/january-ep/id313447474">Affiliate link</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://thomasmaier.me/2010/02/archived-january-ep-cover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thomasmaier.me/2010/02/archived-january-ep-cover/</feedburner:origLink></item>
		<item>
		<title>About Flash and why there is no love</title>
		<link>http://feedproxy.google.com/~r/thomasmaier/~3/sD9TGaohqQ0/</link>
		<comments>http://thomasmaier.me/2010/02/about-flash-and-why-there-is-no-love/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 17:05:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://thomasmaier.me/?p=696</guid>
		<description><![CDATA[While Steve Jobs revealed the iPad it became obvious that Flash isn’t supported within Mobile Safari on this device, too &#8211; just like on the iPhone &#8211;  the whole web started to debate about if Flash is &#8220;the new Comic Sans&#8221; or just fell from grace but is a sustainable technology.
First of all, Apple [...]]]></description>
			<content:encoded><![CDATA[<p>While Steve Jobs revealed the iPad it became obvious that Flash isn’t supported within Mobile Safari on this device, too &#8211; just like on the iPhone &#8211;  the whole web started to debate about if Flash is &#8220;the new Comic Sans&#8221; or just fell from grace but is a sustainable technology.</p>
<p>First of all, Apple don’t just hate Adobe or Flash. Apple and Adobe were friends for a long time &#8211; especially on Photoshop &#8211; and still are. And<a href="http://theflashblog.com/?p=1719"> some whimpering Flash fanatics</a> won’t stop that. Apple even gave permission for <a href="http://labs.adobe.com/technologies/flashcs5/appsfor_iphone/">Flash CS5 compiled Flash applications on the iPhone</a> (and I guess also on the iPad in the future). But: <a href="http://dielaughing.tumblr.com/post/360204822/apple-will-never-support-flash">Apple will never support Flash on web sites</a>. And this leads to my first point.</p>
<p>What Flash did was that it forced the browser what the web paradigm doesn’t allow: It made the browser behave application-like and not browser-like. For large applications this may be helpful, but the web isn’t there for large apps. The web is defined as links, openess and transparency. Flash does application-GUI and closeness.  Areas aren’t clickable, context-menus fuck up and selection of text, saving of images and all this stuff you expect from a web site is not working. You cannot just set an anchor &#8211; you have to code it. This is really important to understand. Flash is a whole new application inside of an application.</p>
<p>Flash is the incarnation of inconsistency in behavior and design on a web site. Flash content is just like Java applets in the early 00’s.</p>
<p>In addition to the the &#8220;applicationization&#8221; there are two other very important problems: High CPU usage and plugin technology. Browsers were not able to render animations by themselves in the past and even the standards doing static stuff were just coming up &#8211; as always: Standards are slow, but when they finally arrive they rock the parlor.</p>
<p><img src="http://qkpic.com/2a734" alt="" /></p>
<p>And this is why Flash-blocking services like <a href="http://rentzsch.github.com/clicktoflash/">ClickToFlash</a> became so popular. Even if you’ve got a current computer model, with 4 GB RAM and an awesome processor &#8211; Flash will still crank up the CPU usage. Everything is better than an &#8220;unsuspected crash&#8221; of a plugin &#8211; even <a href="http://theflashblog.com/images/ipud.jpg">small blue legos</a>. And these blue legos will <a href="http://www.appleinsider.com/articles/09/10/06/html5_assault_on_adobe_flash_heats_up_with_clicktoflash.html">go away over the next few months &#8211; bigger platforms</a> &#8211; and years.</p>
<p>Plugin technology is on its way out. Maemo &#8211; by the way &#8211; <a href="http://blog.pavlov.net/2010/01/27/firefox-for-maemo-rc3/">dropped plugin support on their Firefox port</a>:</p>
<blockquote><p>The Adobe Flash plugin used on many sites degraded the performance of the browser to the point where it didn’t meet our standards.</p></blockquote>
<p><a href="http://www.zeldman.com/2010/02/01/flash-ipad-standards/">Jeff Zeldman in words</a>:</p>
<blockquote><p>Flash won’t die tomorrow, but plug-in technology is on its way out.</p></blockquote>
<p>There is <a href="http://www.zdnet.de/news/digitale_wirtschaft_internet_ebusiness_opera_ceo__html_5_macht_flash_ueberfluessig_story-39002364-41004456-1.htm">no reason for flash anymore</a>. There is <a href="http://www.youtube.com/html5">HTML5 for video, audio</a> and all stuff you did in Flash and a huge improvement on the Semantic Web. In addition to CSS3 which brings great layout techniques, animation, web fonts and stuff like that. And highly performant JavaScript (engines).</p>
<p>Everything you can imagine and everything which was done with Flash in the past is now available for all modern browsers &#8211; <a href="http://jilion.com/sublime/video">of course also on the iPhone and all smartphones</a> supporting <a href="http://www.webmonkey.com/blog/What_HTML_5_is_and_What_it_is_Not">HTML5</a>, JS engines and CSS3. Flash coders, who behave a bit like wounded deers,<a href="http://theflashblog.com/?p=1703"> posted some ideas where to replace Flash for the advantage of HTML5 and JavaScript</a>.</p>
<p>HTML5 is open-standard, system-rendered and accessible. Flash isn’t able to offer only one piece of that.</p>
<p><a href="http://9elements.com/io/projects/html5/canvas/">This</a> is performance, dude.</p>
<p>And please, Adobe, don’t loose the rest of the world by keeping your ears shut. It is not about features and updates, it is about the philosophy behind the web. And this philosophy isn’t compatible to Flash.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomasmaier.me/2010/02/about-flash-and-why-there-is-no-love/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://thomasmaier.me/2010/02/about-flash-and-why-there-is-no-love/</feedburner:origLink></item>
	</channel>
</rss>
