<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Musings of a Trained Monkey: Tag adobe</title>
    <link>http://www.stevelongdo.com/articles/tag/adobe</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>Accessibility of Applets versus Flex RIAs...</title>
      <description>&lt;p&gt;I&amp;#8217;ve been doing some research into providing support for &lt;a href="http://www.section508.gov/index.cfm?FuseAction=Content&amp;#38;ID=12"&gt;section 508 accessibility compliance&lt;/a&gt; for a simple file browser available inside a web browser.  There really is a dearth of information available on the topic from a software implementation stand point. 
&lt;br /&gt;&lt;br /&gt;
&lt;strong&gt;Java&lt;/strong&gt; Applets seem to pay lip service to providing support for accessibility by the addition of tons of code labels that would need to be maintained with each release.  Certain activities don&amp;#8217;t seem to be supported at all for users with accessibility needs (&lt;em&gt;opening tree nodes for example&lt;/em&gt;).  The most recent documentation I could find on Applets and Accessibility on Sun&amp;#8217;s website is called &lt;a href="http://java.sun.com/developer/technicalArticles/GUI/accessibility2/"&gt;What&amp;#8217;s new in Accessibility and is dated &lt;strong&gt;October 30, 2000&lt;/strong&gt;&lt;/a&gt; clearly Sun took their role as an industry leader in web technology very seriously&amp;#8230;back in &lt;strong&gt;2000&lt;/strong&gt;. (As an aside is referring to a user of an applet as a &lt;em&gt;&lt;strong&gt;Robot&lt;/strong&gt;&lt;/em&gt; just a little offensive to anyone besides me?)
&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.adobe.com/products/flex/"&gt;Adobe Flex&lt;/a&gt;, however, seems to view accessibility as a core issue in the design of their product.  So much so that they provide a very simple xml attribute for &lt;span class="caps"&gt;MXML&lt;/span&gt; files (&amp;lt;accessibility&amp;gt;true&amp;lt;/accessibility&amp;gt;) to turn on a host of accessibility features.  This requires almost no extra effort on the part of a software developer.  There are a small number of caveats to their support, but they have taken the &lt;a href="http://www.adobe.com/macromedia/accessibility/features/flex/best_practices.html"&gt;steps to detail them and best practices for accessibility&lt;/a&gt; on their site including a functional understanding of how Flex works with &lt;strong&gt;&lt;span class="caps"&gt;JAWS&lt;/span&gt;&lt;/strong&gt; and &lt;strong&gt;Braille screen&lt;/strong&gt; technologies.  Adobe even maintains a &lt;strong&gt;current&lt;/strong&gt; &lt;a href="http://www.adobe.com/accessibility/"&gt;website dedicated to the accessibility of their products&lt;/a&gt;.
&lt;br /&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 26 May 2007 18:58:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:0e54f352-329a-4f0e-8589-664471c67a24</guid>
      <author>Steve Longdo</author>
      <link>http://www.stevelongdo.com/articles/2007/05/26/accessibility-of-applets-versus-flex-rias</link>
      <category>flex</category>
      <category>adobe</category>
      <category>java</category>
      <category>accessibility</category>
    </item>
    <item>
      <title>Adobe Flex opens up...</title>
      <description>&lt;p&gt;&lt;a href="http://labs.adobe.com/wiki/index.php/Flex:Open_Source"&gt;This&lt;/a&gt; looks to be some exciting news from Adobe &lt;a href="http://labs.adobe.com/wiki/index.php/Flex:Open_Source"&gt;about open sourcing Flex&lt;/a&gt;.  &lt;a href="http://www.adobe.com/products/flex/"&gt;Flex&lt;/a&gt; is a developer oriented way of working with &lt;a href="http://www.adobe.com/products/flash/"&gt;Flash&lt;/a&gt;.  I had the good fortune to work with it back in the Macromedia days when it was still a beta product. &lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.adobe.com/products/flex/"&gt;Flex&lt;/a&gt; facilitates the creation of a superior user experience on the web. It is my belief the expen$ive licensing terms for the technology was always the barrier to larger adoption.  Get ready for a flood of better looking, more functional web applications in the next few months.  I know I will be adding &lt;a href="http://www.adobe.com/products/flex/"&gt;Flex&lt;/a&gt; into my open source toolbox.&lt;/p&gt;</description>
      <pubDate>Thu, 26 Apr 2007 20:22:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:90a723f2-d347-43e8-a2dd-8f8c4acb095d</guid>
      <author>Steve Longdo</author>
      <link>http://www.stevelongdo.com/articles/2007/04/26/adobe-flex-opens-up</link>
      <category>adobe</category>
      <category>flex</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Adobe Flex2 is out...</title>
      <description>Apparently &lt;a href="http://www.adobe.com/products/flex/"&gt;Adobe Flex2&lt;/a&gt; is available for download today.
&lt;a href="http://www.cbronline.com/article_news.asp?guid=3542F4FC-2852-452E-BDC4-7F1E7B42BA5C"&gt;
&lt;blockquote&gt; When Adobe first announced Flex 2 last fall, it said that it would make the core software development kit (SDK), which provides the core programmer tooling without the bells and whistles of a visual IDE, available for free. The SDK just released includes the framework itself, compiler, documentation, and a command line debugger.
&lt;/blockquote&gt;&lt;/a&gt;It would be great to be able to  use the free SDK compiler to make a simple AJAX driven 3D pie-chart not unlike the ones in &lt;a href="http://www.google.com/analytics"&gt;Google Analytics&lt;/a&gt;.  Adobe even provides an open source &lt;a href="http://labs.adobe.com/wiki/index.php/Flex_Framework:FABridge"&gt;Flash-Ajax bridge&lt;/a&gt; project for linking AJAX activity to a swf file.&lt;br /&gt;&lt;br /&gt;Has someone already done this or am I ahead of the curve?</description>
      <pubDate>Wed, 28 Jun 2006 15:58:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:458078c5-9bee-4f1d-b303-b3031806e2b0</guid>
      <author>Steve Longdo</author>
      <link>http://www.stevelongdo.com/articles/2006/06/28/adobe-flex2-is-out</link>
      <category>flex</category>
      <category>adobe</category>
      <category>stats</category>
      <category>google</category>
      <category>analytics</category>
      <category>chart</category>
      <category>ajax</category>
    </item>
  </channel>
</rss>
