<?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>ClearType Press - Building a Better Government Web &#187; Adobe</title>
	<atom:link href="http://cleartypemedia.com/press/tag/adobe/feed/" rel="self" type="application/rss+xml" />
	<link>http://cleartypemedia.com/press</link>
	<description>Dedicated to improving government web sites through best practices and social media.</description>
	<lastBuildDate>Mon, 12 Apr 2010 02:23:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adobe and Open Government</title>
		<link>http://cleartypemedia.com/press/2009/11/adobe-and-open-government/</link>
		<comments>http://cleartypemedia.com/press/2009/11/adobe-and-open-government/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 08:12:58 +0000</pubDate>
		<dc:creator>Jin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Open Government]]></category>

		<guid isPermaLink="false">http://cleartypemedia.com/press/?p=432</guid>
		<description><![CDATA[Adobe recently launched its Open Government initiative. As a tech giant, how can Adobe help government agencies to deliver their data to the general public?]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-439" title="Adobe Open Government" src="http://cleartypemedia.com/press/wp-content/uploads/2009/11/adobe-dc.jpg" alt="Adobe Open Government" width="630" height="427" /></p>
<p class="init">If you come to Washington D.C. right now, chances are you will see big poster ads by Adobe. This is because Adobe recently launched their Open Government initiative. As stated on their <a href="http://www.adobe.com/opengov/">web site</a>:</p>
<blockquote><p>As Washington takes steps to become more transparent, government departments and agencies are more openly collaborating with each other as well as the public. See examples of how Adobe technology and software are empowering the Open Government movement.</p></blockquote>
<p>As a web designer and front-end developer working in government IT, I love the Adobe products that I use daily. However, I was surprised that Adobe built their Open Gov site entirely in Flash. Flash sites are not accessible or section 508 compliant. The best use of Flash for government web use now is to stream videos. Chris Foresman summed up the problem with Flash in his article on <a href="http://arstechnica.com/tech-policy/news/2009/10/adobe-pushes-flash-and-pdf-for-open-government-misses-irony.ars">Ars Technica</a>:</p>
<blockquote><p>After just a cursory browsing, here are some of the usability and data accessibility issues we observed. You can&#8217;t select, copy, or paste any text. Your browser&#8217;s font override features won&#8217;t work, so you can&#8217;t adjust the font or its size to be more readable. Your browser&#8217;s built-in in-page search won&#8217;t work, and you can&#8217;t use the keyboard to scroll through the text. You can&#8217;t parse or scrape the data in any way; the design is fixed-width, so it&#8217;s not going to work well on different screen sizes; and browser plugins, like Greasemonkey, can&#8217;t adjust anything. Basically when it comes to text at all, if you don&#8217;t like the style or are visually impaired, you&#8217;re screwed.</p></blockquote>
<p>Personally, I&#8217;m not anti-Flash. I believe in using the right tool for the job and Flash has its place. Rich media sites such as TV, movies, and gaming sites use it to offer their tech savvy audiences the best interactive experience.  However for government sites, we need to make sure our sites are as accessible as possible to everyone out there. With the advancement in front-end development, many interactive elements can be done in pure HTML, CSS and unobtrusive JavaScript today.</p>
<div class="divider">
<hr /></div>
<p>The second issue is Adobe&#8217;s push for PDF format. Just about all government agencies use Adobe Acrobat to publish documents in PDF format. I have no problem with PDF for short documents. They&#8217;re printer friendly and accessible if done correctly. However, long reports can be a nightmare for both developers and the public who attempt to read them.</p>
<p>Clay Johnson from Sunlight Labs recently wrote a <a href="http://sunlightlabs.com/blog/2009/adobe-bad-open-government/">blog post</a> titled &#8220;Adobe is Bad for Open Government.&#8221;</p>
<blockquote><p>Take, for instance, H.R. 3200&#8211; otherwise known as &#8220;America&#8217;s Affordable Health Choices Act of 2009&#8243;, a 1017 page healthcare bill from congress. Because it is primarily published in PDF, we&#8217;ve got to build a special parser for it&#8211; that bill&#8211; in order to represent it programatically. Or Carl Malamud&#8217;s IRS filings for 527 (stealth PAC) organizations: gigabytes of PDF files, all released by government. Government releasing data in PDF tends to be catastrophic for Open Government advocates, journalists and our readers because of the amount of overhead it takes to get data out of it. When a government agency publishes its data and documents as PDFs, it makes us Open Government advocates and developers cringe, tear our hair out, and swear a little (just a little).</p></blockquote>
<p>Clay suggests instead of PDF we should use other formats such as HTML or XML. I prefer XML since many PDFs already are built off XML format. As for HTML, I can see several issues:</p>
<ul>
<li>Writing valid HTML code. Unless the people who create the files are up to date with W3C standards, we&#8217;ll end up with tons of poorly written HTML files. Many government sites are plagued with poor HTML already.</li>
<li>XML offers a structured format that can be transformed using <a href="http://en.wikipedia.org/wiki/Xsl">XSL</a> into other, more specific formats such as HTML or PDF.</li>
</ul>
<p>I recommend reading Clay&#8217;s article in its entirety, including its comment section. Recently, Clay and Rob Pinkerton, the Director of Adobe Government Solutions, appeared on the <a href="http://thekojonnamdishow.org/shows/2009-11-10/obstacles-open-government">Kojo Nnamdi Show</a>. They offered their views in-depth on Adobe&#8217;s involvement in the Open Government movement. The audio and transcript are available on Kojo&#8217;s site.</p>
<div class="divider">
<hr /></div>
<p>I am happy that Adobe wants to get involved with pushing government IT forward. However, they should study the constraints government agencies face. Document format and accessibility are two important issues given the amount of data to be presented to the public.</p>
<p>&#8220;Accessibility&#8221; is a big word. Everyone who develops Web sites &#8211; coders and content creators alike &#8211; should aim for full compliance, but the reality is that only the criteria in <a href="http://section508.gov/">Section 508</a> are <strong>legally binding</strong> to government. For <a href="http://section508.gov/index.cfm?FuseAction=Content&#038;ID=12#Web">Web-based intranet and internet information and applications (§ 1194.22 )</a>, this means sixteen criteria and the Adobe Open Government site does not meet them. Paragraph (l) states &#8220;When pages utilize scripting languages to display content, or to create interface elements, the information provided by the script shall be identified with functional text that can be read by assistive technology.&#8221; Unfortunately, there is text content in the HTML source of the page, but CSS is used to hide that content in such a way that it is not announced by screen readers (using &#8220;<code>display: none</code>&#8220;).</p>
<p>Adobe missed a valuable opportunity to demonstrate how Flash can be used in an unobtrusive and/or accessible way; if Adobe can&#8217;t make a Flash-based, 508-compliant site, why should we expect government developers &#8211; or any developers &#8211; to do so?</p>
<p><ins datetime="2009-12-04T23:30:00Z" style="text-decoration: none"><strong>Update (12/3/2009):</strong> The Adobe Open Government site has been <a href="http://www.adobe.com/opengov/">updated</a>! The site still uses Flash to provide some background animations, but the content is marked up using HTML, CSS and JavaScript.</ins></p>
]]></content:encoded>
			<wfw:commentRss>http://cleartypemedia.com/press/2009/11/adobe-and-open-government/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
