<?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>Imtiyaz Basha</title>
	<atom:link href="http://blog.imtiyazbasha.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.imtiyazbasha.com</link>
	<description>never give up...!</description>
	<lastBuildDate>Fri, 17 Dec 2010 06:27:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CollapsibleAccordion – cool new flex component</title>
		<link>http://blog.imtiyazbasha.com/?p=390</link>
		<comments>http://blog.imtiyazbasha.com/?p=390#comments</comments>
		<pubDate>Fri, 30 Jul 2010 08:59:34 +0000</pubDate>
		<dc:creator>imtiyaz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.imtiyazbasha.com/?p=390</guid>
		<description><![CDATA[Jason Graham﻿ has developed a very cool component which is similar to accordian and very useful to save the space. check it out. running example , right click to view source from Jason&#8217;s blog &#8220;So I started out with the need for an Accordion, but also to conserve real estate on the right side of [...]


Related posts:<ol><li><a href='http://blog.imtiyazbasha.com/?p=7' rel='bookmark' title='Flex Builder Performance TIPS'>Flex Builder Performance TIPS</a> <small>Close editors automatically Window -&gt; Preferences -&gt; Editors. Select “Close...</small></li>
<li><a href='http://blog.imtiyazbasha.com/?p=179' rel='bookmark' title='Session Management in Flex'>Session Management in Flex</a> <small>One question that keeps coming up when presenting Flex (especially...</small></li>
<li><a href='http://blog.imtiyazbasha.com/?p=173' rel='bookmark' title='The Beauty of includeInLayout'>The Beauty of includeInLayout</a> <small>&#8220;Specifies whether the component is included in the layout of...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Jason Graham﻿ has developed a very cool component which is similar to accordian and very useful to save the space. check it out.</p>
<p>running <a href="http://www.flexsamples.com/blog/wp-content/uploads/2009/01/CollapsibleAccordionSample.html#app=7a6f&amp;19d1-selectedIndex=1&amp;72c4-selectedIndex=0&amp;b2d3-selectedIndex=1">example </a>, right click to view source</p>
<p><a href="http://blog.imtiyazbasha.com/wp-content/uploads/2010/07/collapisbleaccordian.jpg" rel="lightbox[390]" title="collapisbleaccordian"><img class="size-medium wp-image-392 alignnone" title="collapisbleaccordian" src="http://blog.imtiyazbasha.com/wp-content/uploads/2010/07/collapisbleaccordian-300x208.jpg" alt="" width="405" height="279" /></a></p>
<p>from Jason&#8217;s blog</p>
<p><em>&#8220;So I started out with the need for an Accordion, but also to conserve  real estate on the right side of my application.  I then thought what  if I could collapse the accordion, but still allow the user to see the  accordion headers.</em></p>
<p><em>This is the component I ended up with.</em></p>
<p><em>I will give a quick run through of how I implemented the  CollapsibleAccordion component.  If you want more details you can look  through the source code posted below.</em></p>
<p><em>I wanted this component to behave exactly like an Accordion, but  instead of trying to hack and extend the Accordion class to get this  functionality, I started from scratch and extended Container.  The  component is a composite of Buttons, that represent the accordion  headers when in the closed state and during animation, that I rotate and  resize and the Flex Accordion whose headers are styled the same as the  buttons, so the effect is seamless.</em></p>
<p><em>In order for the container to behave like a real container I needed  to define a DefaultPropery.  The DefaultProperty basically tells the  container that when content is added there is no variable defined to put  it in to default what ever you set in the metadata for DefaultProperty.</em></p>
<p><em>The effect I wanted was to have the Accordion headers swinging from a  closed state to an open state and then the content for each accordion  pieces sliding in.  To achieve this I take the buttons rotate and resize  them to the appropriate spots, most of this logic is done in the  updateDisplayList.  Once the buttons have animated to their correct  locations, the accordion then slides in,  since the headers for the  accordion and the buttons are styled the same the effect is seamless  when the buttons are hidden.  The addition of a collapse button on the  first accordion header allows the user to close the accordion back to  the close state.  I basically have the component do everything in  reverse to achieve the close.</em></p>
<p><em>Most of the work is done in the commitProperties and updateDisplayList methods.</em></p>
<p><em>Below is just a very simple sample along with the code below.&#8221;</em></p>
<!-- PHP 5.x -->

<p>Related posts:<ol><li><a href='http://blog.imtiyazbasha.com/?p=7' rel='bookmark' title='Flex Builder Performance TIPS'>Flex Builder Performance TIPS</a> <small>Close editors automatically Window -&gt; Preferences -&gt; Editors. Select “Close...</small></li>
<li><a href='http://blog.imtiyazbasha.com/?p=179' rel='bookmark' title='Session Management in Flex'>Session Management in Flex</a> <small>One question that keeps coming up when presenting Flex (especially...</small></li>
<li><a href='http://blog.imtiyazbasha.com/?p=173' rel='bookmark' title='The Beauty of includeInLayout'>The Beauty of includeInLayout</a> <small>&#8220;Specifies whether the component is included in the layout of...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.imtiyazbasha.com/?feed=rss2&#038;p=390</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging on the GO&#8230;!</title>
		<link>http://blog.imtiyazbasha.com/?p=385</link>
		<comments>http://blog.imtiyazbasha.com/?p=385#comments</comments>
		<pubDate>Mon, 26 Jul 2010 03:07:32 +0000</pubDate>
		<dc:creator>imtiyaz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.imtiyazbasha.com/?p=385</guid>
		<description><![CDATA[Wow, just found that WordPress already released its mobile version for Android 1.3, looks cool and very useful. this one is already crossed the 100,000 user mark from its release in Feb 2010. User Stats :: Device Versions A breakdown of Android versions that are running WordPress for Android: 2.1 (Eclair MR1) 39.90% 1.5 (Cupcake) [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Wow, just found that WordPress already released its mobile version for Android 1.3, looks cool and very useful. this one is already crossed the 100,000 user mark from its release in Feb 2010.</p>
<p><a href="http://android.wordpress.org/" target="_blank"><img class="aligncenter size-full wp-image-386" title="wordpress_android1" src="http://blog.imtiyazbasha.com/wp-content/uploads/2010/07/wordpress_android1.png" alt="" width="320" height="480" /></a></p>
<p><strong>User Stats :: Device Versions</strong><br />
A breakdown of Android versions that are running WordPress for Android:</p>
<table>
<tbody>
<tr>
<td>2.1 (Eclair MR1)</td>
<td>39.90%</td>
</tr>
<tr>
<td>1.5 (Cupcake)</td>
<td>27.98%</td>
</tr>
<tr>
<td>1.6 (Donut)</td>
<td>23.57%</td>
</tr>
<tr>
<td>2.0 (Eclair)</td>
<td>8.13%</td>
</tr>
<tr>
<td>2.2 (Froyo)</td>
<td>0.19%</td>
</tr>
</tbody>
</table>
<p><strong>User Stats :: top 10 Languages</strong></p>
<table>
<tbody>
<tr>
<td>English</td>
<td>70.69%</td>
</tr>
<tr>
<td>Korean</td>
<td>4.86%</td>
</tr>
<tr>
<td>German</td>
<td>4.09%</td>
</tr>
<tr>
<td>French</td>
<td>3.20%</td>
</tr>
<tr>
<td>Spanish</td>
<td>3.08%</td>
</tr>
<tr>
<td>Dutch</td>
<td>2.46%</td>
</tr>
<tr>
<td>Japanese</td>
<td>2.01%</td>
</tr>
<tr>
<td>Swedish</td>
<td>1.65%</td>
</tr>
<tr>
<td>Italian</td>
<td>1.31%</td>
</tr>
<tr>
<td>Russian</td>
<td>1.23%</td>
</tr>
</tbody>
</table>
<p>So hats off to everyone involved with making WordPress for Android.  We are excited about reaching this milestone and are most excited about  what’s to come for the app in the future!</p>
<!-- PHP 5.x -->

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.imtiyazbasha.com/?feed=rss2&#038;p=385</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Think Broader &#8211; Cairngorm (kern-ˌgȯrm) 3 says</title>
		<link>http://blog.imtiyazbasha.com/?p=367</link>
		<comments>http://blog.imtiyazbasha.com/?p=367#comments</comments>
		<pubDate>Wed, 21 Jul 2010 17:48:44 +0000</pubDate>
		<dc:creator>imtiyaz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Frameworks]]></category>

		<guid isPermaLink="false">http://blog.imtiyazbasha.com/?p=367</guid>
		<description><![CDATA[Cairngorm began life in 2002 as an ActionScript library for building applications that apply a form of the Model-View-Controller (MVC) pattern. This continued for some time, with the project becoming open-source in 2004. In the meantime, many third-party frameworks were also developed and released, and a trend emerged towards Inversion-of-Control (IoC) frameworks. In 2009, the [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Cairngorm began life in 2002 as an ActionScript library for building  applications that apply a form of the Model-View-Controller (MVC)  pattern. This continued for some time, with the project becoming  open-source in 2004. In the meantime, many third-party frameworks were  also developed and released, and a trend emerged towards<strong> Inversion-of-Control (IoC)</strong> frameworks. In 2009, the scope of Cairngorm  was increased, transforming the MVC framework into a broader foundation  of guidelines, tools and libraries that apply across frameworks.</p>
<p><a href="http://opensource.adobe.com/wiki/display/cairngorm/Cairngorm">Click here </a></p>
<!-- PHP 5.x -->

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.imtiyazbasha.com/?feed=rss2&#038;p=367</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Each click counts&#8230;</title>
		<link>http://blog.imtiyazbasha.com/?p=361</link>
		<comments>http://blog.imtiyazbasha.com/?p=361#comments</comments>
		<pubDate>Fri, 16 Jul 2010 04:41:13 +0000</pubDate>
		<dc:creator>imtiyaz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.imtiyazbasha.com/?p=361</guid>
		<description><![CDATA[In the recent days I have seen many download providers and web sites adding a glossy look of download button which is actually take you to advertisement. Just like below (captured from http://www.ewallpapers.eu). As a end user I am quietly against to this, the web site owner/ advertisement provider has the moral responsibility to let [...]


Related posts:<ol><li><a href='http://blog.imtiyazbasha.com/?p=160' rel='bookmark' title='Flex Explorers that I found while googling'>Flex Explorers that I found while googling</a> <small>Flex Styles Creator Derek Wischusen: Flexonrails.net Derek did some great...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>In the recent days I have seen many download providers and web sites adding a glossy look of download button which is actually take you to advertisement. Just like below (captured from http://www.ewallpapers.eu).</p>
<p><a href="http://blog.imtiyazbasha.com/wp-content/uploads/2010/07/new-way-of-cheating.jpg" rel="lightbox[361]" title="new way of cheating"><img class="alignnone size-full wp-image-362" title="new way of cheating" src="http://blog.imtiyazbasha.com/wp-content/uploads/2010/07/new-way-of-cheating.jpg" alt="" width="522" height="312" /></a></p>
<p>As a end user I am quietly against to this, the web site owner/ advertisement provider has the moral responsibility to let us know that this is an advertisement, if I am interested in that I will click otherwise won&#8217;t, but in the current case to earn a two penny these people gambling with us.</p>
<!-- PHP 5.x -->

<p>Related posts:<ol><li><a href='http://blog.imtiyazbasha.com/?p=160' rel='bookmark' title='Flex Explorers that I found while googling'>Flex Explorers that I found while googling</a> <small>Flex Styles Creator Derek Wischusen: Flexonrails.net Derek did some great...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.imtiyazbasha.com/?feed=rss2&#038;p=361</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IndoFolio &#8211; A Portfolio born from the Traditions&#8230;</title>
		<link>http://blog.imtiyazbasha.com/?p=347</link>
		<comments>http://blog.imtiyazbasha.com/?p=347#comments</comments>
		<pubDate>Thu, 15 Jul 2010 08:36:06 +0000</pubDate>
		<dc:creator>imtiyaz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[inspirations]]></category>

		<guid isPermaLink="false">http://blog.imtiyazbasha.com/?p=347</guid>
		<description><![CDATA[Gopal Raju has done a beautiful and inspiring work on his portfolio, I personally feel he has given a perfect blend of the design tradition&#8230; :). Related posts:Karthik Calling Karthik&#8230; :) KCK is nice and cool movie, but personally I felt... Related posts brought to you by Yet Another Related Posts Plugin.


Related posts:<ol><li><a href='http://blog.imtiyazbasha.com/?p=62' rel='bookmark' title='Karthik Calling Karthik&#8230; :)'>Karthik Calling Karthik&#8230; :)</a> <small>KCK is nice and cool movie, but personally I felt...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Gopal Raju has done a beautiful and inspiring work on his portfolio, I personally feel he has given a perfect blend of the design tradition&#8230; :).</p>
<p><a href="http://www.indofolio.com/" target="_blank"><img class="aligncenter size-full wp-image-348" title="indofolio" src="http://blog.imtiyazbasha.com/wp-content/uploads/2010/07/indofolio.png" alt="" width="600" /></a></p>
<!-- PHP 5.x -->

<p>Related posts:<ol><li><a href='http://blog.imtiyazbasha.com/?p=62' rel='bookmark' title='Karthik Calling Karthik&#8230; :)'>Karthik Calling Karthik&#8230; :)</a> <small>KCK is nice and cool movie, but personally I felt...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.imtiyazbasha.com/?feed=rss2&#038;p=347</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thoughts on Flash by Steve Jobs</title>
		<link>http://blog.imtiyazbasha.com/?p=265</link>
		<comments>http://blog.imtiyazbasha.com/?p=265#comments</comments>
		<pubDate>Wed, 12 May 2010 04:28:00 +0000</pubDate>
		<dc:creator>imtiyaz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.imtiyazbasha.com/?p=265</guid>
		<description><![CDATA[Apple has a long relationship with Adobe. In fact, we met Adobe’s founders when they were in their proverbial garage. Apple was their first big customer, adopting their Postscript language for our new Laserwriter printer. Apple invested in Adobe and owned around 20% of the company for many years. The two companies worked closely together [...]


Related posts:<ol><li><a href='http://blog.imtiyazbasha.com/?p=175' rel='bookmark' title='The Hero Comes ! with RIA in its pocket :)'>The Hero Comes ! with RIA in its pocket :)</a> <small>Adobe and HTC Bring Flash Platform to Android. New HTC...</small></li>
<li><a href='http://blog.imtiyazbasha.com/?p=188' rel='bookmark' title='The Gradual Disappearance Of Flash Websites'>The Gradual Disappearance Of Flash Websites</a> <small>This article is truly interesting click to read at Smashing...</small></li>
<li><a href='http://blog.imtiyazbasha.com/?p=168' rel='bookmark' title='Flex Builder is RENAMED'>Flex Builder is RENAMED</a> <small>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-> Long Long ago&#8230; when I stepped in Flex I...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Apple has a long relationship with Adobe. In fact, we met Adobe’s founders when they were in their proverbial garage. Apple was their first big customer, adopting their Postscript language for our new Laserwriter printer. Apple invested in Adobe and owned around 20% of the company for many years. The two companies worked closely together to pioneer desktop publishing and there were many good times. Since that golden era, the companies have grown apart. Apple went through its near death experience, and Adobe was drawn to the corporate market with their Acrobat products. Today the two companies still work together to serve their joint creative customers – Mac users buy around half of Adobe’s Creative Suite products – but beyond that there are few joint interests.<br />
<span id="more-265"></span></p>
<p>I wanted to jot down some of our thoughts on Adobe’s Flash products so that customers and critics may better understand why we do not allow Flash on iPhones, iPods and iPads. Adobe has characterized our decision as being primarily business driven – they say we want to protect our App Store – but in reality it is based on technology issues. Adobe claims that we are a closed system, and that Flash is open, but in fact the opposite is true. Let me explain.</p>
<p>First, there’s “Open”.</p>
<p>Adobe’s Flash products are 100% proprietary. They are only available from Adobe, and Adobe has sole authority as to their future enhancement, pricing, etc. While Adobe’s Flash products are widely available, this does not mean they are open, since they are controlled entirely by Adobe and available only from Adobe. By almost any definition, Flash is a closed system.</p>
<p>Apple has many proprietary products too. Though the operating system for the iPhone, iPod and iPad is proprietary, we strongly believe that all standards pertaining to the web should be open. Rather than use Flash, Apple has adopted HTML5, CSS and JavaScript – all open standards. Apple’s mobile devices all ship with high performance, low power implementations of these open standards. HTML5, the new web standard that has been adopted by Apple, Google and many others, <strong>lets web developers create advanced graphics, typography, animations and transitions without relying on third party browser plug-ins (like Flash)</strong>. HTML5 is completely open and controlled by a standards committee, of which Apple is a member.</p>
<p>Apple even creates open standards for the web. For example, Apple began with a small open source project and created WebKit, a complete open-source HTML5 rendering engine that is the heart of the Safari web browser used in all our products. WebKit has been widely adopted. Google uses it for Android’s browser, Palm uses it, Nokia uses it, and RIM (Blackberry) has announced they will use it too. Almost every smartphone web browser other than Microsoft’s uses WebKit. By making its WebKit technology open, Apple has set the standard for mobile web browsers.</p>
<p><strong>Second, there’s the “full web”.</strong></p>
<p>Adobe has repeatedly said that Apple mobile devices cannot access “the full web” because 75% of video on the web is in Flash. What they don’t say is that almost all this video is also available in a more modern format, H.264, and viewable on iPhones, iPods and iPads. YouTube, with an estimated 40% of the web’s video, shines in an app bundled on all Apple mobile devices, with the iPad offering perhaps the best YouTube discovery and viewing experience ever. Add to this video from Vimeo, Netflix, Facebook, ABC, CBS, CNN, MSNBC, Fox News, ESPN, NPR, Time, The New York Times, The Wall Street Journal, Sports Illustrated, People, National Geographic, and many, many others. iPhone, iPod and iPad users aren’t missing much video.</p>
<p>Another Adobe claim is that Apple devices cannot play Flash games. This is true. Fortunately, there are over 50,000 games and entertainment titles on the App Store, and many of them are free. There are more games and entertainment titles available for iPhone, iPod and iPad than for any other platform in the world.</p>
<p><strong>Third, there’s reliability, security and performance.<br />
</strong><br />
Symantec recently highlighted Flash for having one of the worst security records in 2009. <strong>We also know first hand that Flash is the number one reason Macs crash</strong>. We have been working with Adobe to fix these problems, but they have persisted for several years now. We don’t want to reduce the reliability and security of our iPhones, iPods and iPads by adding Flash.</p>
<p>In addition,<strong> Flash has not performed well on mobile devices</strong>. We have routinely asked Adobe to show us Flash performing well on a mobile device, any mobile device, for a few years now. We have never seen it. Adobe publicly said that Flash would ship on a smartphone in early 2009, then the second half of 2009, then the first half of 2010, and now they say the second half of 2010. We think it will eventually ship, but we’re glad we didn’t hold our breath. Who knows how it will perform?</p>
<p><strong>Fourth, there’s battery life.</strong></p>
<p>To achieve long battery life when playing video, mobile devices must decode the video in hardware; decoding it in software uses too much power. Many of the chips used in modern mobile devices contain a decoder called H.264 – an industry standard that is used in every Blu-ray DVD player and has been adopted by Apple, Google (YouTube), Vimeo, Netflix and many other companies.</p>
<p>Although Flash has recently added support for H.264, the video on almost all Flash websites currently requires an older generation decoder that is not implemented in mobile chips and must be run in software. The difference is striking: on an iPhone, for example, H.264 videos play for up to 10 hours, <strong>while videos decoded in software play for less than 5 hours before the battery is fully drained.</strong></p>
<p>When websites re-encode their videos using H.264, they can offer them without using Flash at all. They play perfectly in browsers like Apple’s Safari and Google’s Chrome without any plugins whatsoever, and look great on iPhones, iPods and iPads.</p>
<p><strong>Fifth, there’s Touch.</strong></p>
<p>Flash was designed for PCs using mice, not for touch screens using fingers. For example, <strong>many Flash websites rely on “rollovers”, which pop up menus or other elements when the mouse arrow hovers over a specific spot</strong>. Apple’s revolutionary multi-touch interface doesn’t use a mouse, and <strong>there is no concept of a rollover</strong>. Most Flash websites will need to be rewritten to support touch-based devices. If developers need to rewrite their Flash websites, why not use modern technologies like HTML5, CSS and JavaScript?</p>
<p>Even if iPhones, iPods and iPads ran Flash, it would not solve the problem that most Flash websites need to be rewritten to support touch-based devices.</p>
<p><strong>Sixth, the most important reason.</strong></p>
<p>Besides the fact that Flash is closed and proprietary, has major technical drawbacks, and doesn’t support touch based devices, there is an even more important reason we do not allow Flash on iPhones, iPods and iPads. We have discussed the downsides of using Flash to play video and interactive content from websites, but Adobe also wants developers to adopt Flash to create apps that run on our mobile devices.</p>
<p><strong>We know from painful experience that letting a third party layer of software come between the platform and the developer ultimately results in sub-standard apps and hinders the enhancement and progress of the platform. If developers grow dependent on third party development libraries and tools, they can only take advantage of platform enhancements if and when the third party chooses to adopt the new features. We cannot be at the mercy of a third party deciding if and when they will make our enhancements available to our developers.</strong></p>
<p>This becomes even worse if the third party is supplying a cross platform development tool. The third party may not adopt enhancements from one platform unless they are available on all of their supported platforms. Hence developers only have access to the lowest common denominator set of features. Again, we cannot accept an outcome where developers are blocked from using our innovations and enhancements because they are not available on our competitor’s platforms.</p>
<p>Flash is a cross platform development tool. It is not Adobe’s goal to help developers write the best iPhone, iPod and iPad apps. It is their goal to help developers write cross platform apps. And Adobe has been painfully slow to adopt enhancements to Apple’s platforms. For example, although Mac OS X has been shipping for almost 10 years now, <strong>Adobe just adopted it fully (Cocoa) two weeks ago when they shipped CS5. Adobe was the last major third party developer to fully adopt Mac OS X.</strong></p>
<p>Our motivation is simple – we want to provide the most advanced and innovative platform to our developers, and we want them to stand directly on the shoulders of this platform and create the best apps the world has ever seen. We want to continually enhance the platform so developers can create even more amazing, powerful, fun and useful applications. Everyone wins – we sell more devices because we have the best apps, developers reach a wider and wider audience and customer base, and users are continually delighted by the best and broadest selection of apps on any platform.<br />
<strong><br />
Conclusions.</strong><br />
<strong><br />
Flash was created during the PC era – for PCs and mice. Flash is a successful business for Adobe, and we can understand why they want to push it beyond PCs</strong>. But the mobile era is about low power devices, touch interfaces and open web standards – all areas where Flash falls short.</p>
<p>The avalanche of media outlets offering their content for Apple’s mobile devices demonstrates that Flash is no longer necessary to watch video or consume any kind of web content. And the 200,000 apps on Apple’s App Store proves that Flash isn’t necessary for tens of thousands of developers to create graphically rich applications, including games.<br />
<strong><br />
New open standards created in the mobile era, such as HTML5, will win on mobile devices (and PCs too). Perhaps Adobe should focus more on creating great HTML5 tools for the future, and less on criticizing Apple for leaving the past behind.</strong></p>
<p>Steve Jobs<br />
April, 2010</p>
<p><em>&#8220;the line which I am highly impressed was in bold state&#8221;</em></p>
<!-- PHP 5.x -->

<p>Related posts:<ol><li><a href='http://blog.imtiyazbasha.com/?p=175' rel='bookmark' title='The Hero Comes ! with RIA in its pocket :)'>The Hero Comes ! with RIA in its pocket :)</a> <small>Adobe and HTC Bring Flash Platform to Android. New HTC...</small></li>
<li><a href='http://blog.imtiyazbasha.com/?p=188' rel='bookmark' title='The Gradual Disappearance Of Flash Websites'>The Gradual Disappearance Of Flash Websites</a> <small>This article is truly interesting click to read at Smashing...</small></li>
<li><a href='http://blog.imtiyazbasha.com/?p=168' rel='bookmark' title='Flex Builder is RENAMED'>Flex Builder is RENAMED</a> <small>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-> Long Long ago&#8230; when I stepped in Flex I...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.imtiyazbasha.com/?feed=rss2&#038;p=265</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Gradual Disappearance Of Flash Websites</title>
		<link>http://blog.imtiyazbasha.com/?p=188</link>
		<comments>http://blog.imtiyazbasha.com/?p=188#comments</comments>
		<pubDate>Mon, 12 Apr 2010 18:56:43 +0000</pubDate>
		<dc:creator>imtiyaz</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://flexblog.imtiyazbasha.com/?p=141</guid>
		<description><![CDATA[This article is truly interesting click to read at Smashing Magazine No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.smashingmagazine.com/2010/04/12/the-gradual-disappearance-of-flash-websites/"><img src="http://blog.imtiyazbasha.com/wp-content/uploads/2010/04/a1.jpg" alt="" title="a1" width="500" height="275" class="align center size-full wp-image-140" /></a><br />
<br/></p>
<p>This article is truly interesting <a href="http://www.smashingmagazine.com/2010/04/12/the-gradual-disappearance-of-flash-websites/">click to read at Smashing Magazine</a></p>
<!-- PHP 5.x -->

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.imtiyazbasha.com/?feed=rss2&#038;p=188</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to pitch !</title>
		<link>http://blog.imtiyazbasha.com/?p=186</link>
		<comments>http://blog.imtiyazbasha.com/?p=186#comments</comments>
		<pubDate>Sat, 10 Apr 2010 18:58:54 +0000</pubDate>
		<dc:creator>imtiyaz</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://flexblog.imtiyazbasha.com/?p=136</guid>
		<description><![CDATA[After a 3 months WFH, on April 6th I was back to pitch. Working at work station has its own charm, the bakkar ;) we do at office, the sharing cigars and debates in meeting, oh ah politics (how I forgot about this :) ) .. so many things all these I was missing few [...]


Related posts:<ol><li><a href='http://blog.imtiyazbasha.com/?p=160' rel='bookmark' title='Flex Explorers that I found while googling'>Flex Explorers that I found while googling</a> <small>Flex Styles Creator Derek Wischusen: Flexonrails.net Derek did some great...</small></li>
<li><a href='http://blog.imtiyazbasha.com/?p=165' rel='bookmark' title='ObjectUtil.copy is not working as you are expected'>ObjectUtil.copy is not working as you are expected</a> <small>Couple of minutes back when I tried to deep copy...</small></li>
<li><a href='http://blog.imtiyazbasha.com/?p=171' rel='bookmark' title='Flex 4 SDK Beta Released!'>Flex 4 SDK Beta Released!</a> <small>And finally Adobe announce that Flex 4 SDK beta (previously...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">After a 3 months WFH, on April 6th I was back to pitch. Working at work station has its own charm, the bakkar ;) we do at office, the sharing cigars and debates in meeting, oh ah politics (how I forgot about this :) ) .. so many things all these I was missing few days back, but now all this is mine again.</p>
<p><a href="http://blog.imtiyazbasha.com/wp-content/uploads/2010/04/dhoni.jpg" rel="lightbox[186]" title="dhoni"><img class="align center size-full wp-image-137 aligncenter" title="dhoni" src="http://blog.imtiyazbasha.com/wp-content/uploads/2010/04/dhoni.jpg" alt="" width="300" height="400" /></a></p>
<p>The sad thing is not able to find some time to swim in Flex 4 !<br />
Seriously considering to involve in communities again !</p>
<!-- PHP 5.x -->

<p>Related posts:<ol><li><a href='http://blog.imtiyazbasha.com/?p=160' rel='bookmark' title='Flex Explorers that I found while googling'>Flex Explorers that I found while googling</a> <small>Flex Styles Creator Derek Wischusen: Flexonrails.net Derek did some great...</small></li>
<li><a href='http://blog.imtiyazbasha.com/?p=165' rel='bookmark' title='ObjectUtil.copy is not working as you are expected'>ObjectUtil.copy is not working as you are expected</a> <small>Couple of minutes back when I tried to deep copy...</small></li>
<li><a href='http://blog.imtiyazbasha.com/?p=171' rel='bookmark' title='Flex 4 SDK Beta Released!'>Flex 4 SDK Beta Released!</a> <small>And finally Adobe announce that Flex 4 SDK beta (previously...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.imtiyazbasha.com/?feed=rss2&#038;p=186</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your password &#8216;must&#8217; contain&#8230; !</title>
		<link>http://blog.imtiyazbasha.com/?p=90</link>
		<comments>http://blog.imtiyazbasha.com/?p=90#comments</comments>
		<pubDate>Thu, 11 Mar 2010 10:33:34 +0000</pubDate>
		<dc:creator>imtiyaz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.imtiyazbasha.com/?p=90</guid>
		<description><![CDATA[Why on the hell I should contain every kind of character in my password, man this is bullshit. No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Why on the hell I should contain every kind of character in my password, man this is bullshit.<br />
<a href="http://blog.imtiyazbasha.com/wp-content/uploads/2010/03/tata-password.png" rel="lightbox[90]" title="tata-password"><img src="http://blog.imtiyazbasha.com/wp-content/uploads/2010/03/tata-password.png" alt="" title="tata-password" width="500" class="aligncenter size-full wp-image-91" /></a></p>
<!-- PHP 5.x -->

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.imtiyazbasha.com/?feed=rss2&#038;p=90</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Commited&#8230; ! to post one pic in my photoblog.</title>
		<link>http://blog.imtiyazbasha.com/?p=65</link>
		<comments>http://blog.imtiyazbasha.com/?p=65#comments</comments>
		<pubDate>Sun, 28 Feb 2010 07:48:41 +0000</pubDate>
		<dc:creator>imtiyaz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.imtiyazbasha.com/?p=65</guid>
		<description><![CDATA[No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></content:encoded>
			<wfw:commentRss>http://blog.imtiyazbasha.com/?feed=rss2&#038;p=65</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

