<?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>Arc90 Blog &#187; Lab</title>
	<atom:link href="http://blog.arc90.com/category/lab/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arc90.com</link>
	<description>Web Application Design &#38; Development</description>
	<lastBuildDate>Mon, 23 Jan 2012 19:51:42 +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>Our Latest Lab Experiment: JSDOM</title>
		<link>http://blog.arc90.com/2010/11/17/our-next-lab-experiment-jsdom/</link>
		<comments>http://blog.arc90.com/2010/11/17/our-next-lab-experiment-jsdom/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 20:08:03 +0000</pubDate>
		<dc:creator>Rich Ziade</dc:creator>
				<category><![CDATA[Lab]]></category>

		<guid isPermaLink="false">http://blog.arc90.com/?p=1086</guid>
		<description><![CDATA[Since its release last year, node.js has captured the imagination of developers interested in building highly scalable event-driven applications and scripts. For the unfamiliar and less technical among us, node.js executes server-side Javascript in an incredibly efficient manner. This allows for highly scalable, high concurrency applications to be built with&#8230; <a href="http://blog.arc90.com/2010/11/17/our-next-lab-experiment-jsdom/">More</a>]]></description>
			<content:encoded><![CDATA[<p>Since its release last year, <a href="http://nodejs.org/">node.js</a> has captured the imagination of developers interested in building highly scalable event-driven applications and scripts. For the unfamiliar and less technical among us, node.js executes server-side Javascript in an incredibly efficient manner. This allows for highly scalable, high concurrency applications to be built with Javascript (yes, Javascript).</p>
<p>Any front-end Web developers comfortable with Javascript would love to play with a tool as powerful as node.js. There’s just one <a href="http://blog.arc90.com/files/2010/11/imgres.jpg" rel="lightbox"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top: 0px; border-right: 0px; padding-top: 0px" title="imgres" border="0" alt="imgres" align="right" src="http://blog.arc90.com/files/2010/11/imgres_thumb.jpg" width="141" height="171" /></a>snag: node.js doesn’t have a Document Object Model (DOM) or a Browser Object Model (BOM).&#160; As a result, much of the functionality found in the browser is unavailable.&#160; For example, commonly used functions like getElementById and getElementsByTagName or the ability to create document or window objects is unavailable. That’s hardly “Javascript” as commonly understood by most Web developers.</p>
<p>Enter <a href="http://lab.arc90.com/2010/11/22/jsdom/">JSDOM</a>, the latest Arc90 Lab experiment. JSDOM is a library that enhances node.js by providing a BOM and a DOM that works like what you would expect on a browser.&#160; It effectively gives you nearly all of the standard capabilities commonly built into nearly every Web browser available today. JSDOM is the brainchild of our very own (and very talented) <a href="http://arc90.com/people/elijah-insua/">Elijah Insua</a>. Eli enjoys playing in the nether-regions of programming languages, and JSDOM is just one of his ambitious endeavors. JSDOM has been lurking on github for awhile as Eli has been working on the project. We&#8217;re proud to have it under the Arc90 Lab banner.</p>
<p>JSDOM is released and freely available for use under an <a href="https://github.com/tmpvar/jsdom/blob/master/LICENSE.txt">open source MIT License</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arc90.com/2010/11/17/our-next-lab-experiment-jsdom/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>It&#8217;s Official: We&#8217;re Tossing the Projector at SXSW 2011</title>
		<link>http://blog.arc90.com/2010/10/04/its-official-were-tossing-the-projector-at-sxsw-2011/</link>
		<comments>http://blog.arc90.com/2010/10/04/its-official-were-tossing-the-projector-at-sxsw-2011/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 16:17:26 +0000</pubDate>
		<dc:creator>Rich Ziade</dc:creator>
				<category><![CDATA[Lab]]></category>

		<guid isPermaLink="false">http://blog.arc90.com/?p=1067</guid>
		<description><![CDATA[A couple of months ago, we announced that our next lab experiment would attempt to re-imagine the audience-speaker dynamic. Tim Meaney chimed in soon after to speak more broadly about attention and technology. We timed the project to coincide with SXSW 2011. In other words,  the actual release of the&#8230; <a href="http://blog.arc90.com/2010/10/04/its-official-were-tossing-the-projector-at-sxsw-2011/">More</a>]]></description>
			<content:encoded><![CDATA[<p>A couple of months ago, <a href="http://blog.arc90.com/2010/08/23/our-next-lab-experiment/" target="_blank">we announced</a> that our next lab experiment would attempt to re-imagine the audience-speaker dynamic. Tim Meaney <a href="http://blog.arc90.com/2010/08/24/at-the-still-point-of-the-turning-world/" target="_blank">chimed in</a> soon after to speak more broadly about attention and technology.</p>
<p>We timed the project to coincide with SXSW 2011. In other words,  the actual release of the lab project would happen at a talk at SXSW…if the talk gets accepted. Well fortunately (or unfortunately, depending on your perspective) the SXSW Gods have spoken and we will be unveiling it in Austin next year.</p>
<p>Now, when we got this news it was a mixture of “oh cool!” and “oh shit.” This isn’t your typical slide deck with some graphics. We’ve got to go build this thing and have it ready. Fortunately, we’re going to be getting some help: Chris Fahey, Jeff Piazza and their team of design wizards from <a href="http://behaviordesign.com" target="_blank">Behavior Design</a> will partner up with us to build and present this tool. We’ve already been talking and we couldn’t be more excited about the possibilities.</p>
<p>If you’re attending SXSW next year, we hope to see you there.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arc90.com/2010/10/04/its-official-were-tossing-the-projector-at-sxsw-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Informal Survey: Why Do You Use Readability?</title>
		<link>http://blog.arc90.com/2010/08/26/informal-survey-why-do-you-use-readability/</link>
		<comments>http://blog.arc90.com/2010/08/26/informal-survey-why-do-you-use-readability/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 10:34:16 +0000</pubDate>
		<dc:creator>Rich Ziade</dc:creator>
				<category><![CDATA[Lab]]></category>

		<guid isPermaLink="false">http://blog.arc90.com/?p=1028</guid>
		<description><![CDATA[As we continue to evolve Readability, we thought it would be helpful to take a quick pulse on why people use it. So, at the risk of soliciting the obvious: Why do you use Readability? Feel free to leave a comment below or email us with your response. The more information and&#8230; <a href="http://blog.arc90.com/2010/08/26/informal-survey-why-do-you-use-readability/">More</a>]]></description>
			<content:encoded><![CDATA[<p>As we continue to evolve Readability, we thought it would be helpful to take a quick pulse on why people use it. So, at the risk of soliciting the obvious: <em><strong>Why do you use Readability?</strong></em></p>
<p>Feel free to leave a comment below or <a href="mailto:contact@arc90.com">email us</a> with your response. The more information and details you can provide, the better.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arc90.com/2010/08/26/informal-survey-why-do-you-use-readability/feed/</wfw:commentRss>
		<slash:comments>71</slash:comments>
		</item>
		<item>
		<title>Why We Built Readability</title>
		<link>http://blog.arc90.com/2010/06/10/why-we-built-readability/</link>
		<comments>http://blog.arc90.com/2010/06/10/why-we-built-readability/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 19:39:39 +0000</pubDate>
		<dc:creator>Rich Ziade</dc:creator>
				<category><![CDATA[Lab]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.arc90.com/?p=823</guid>
		<description><![CDATA[As we&#8217;ve already mentioned, we couldn&#8217;t be happier that Apple has chosen to leverage our own Readability as a native feature in the Safari browser. As the debate around Safari Reader heats up, we thought we’d chime in and share some of our thoughts, motivations and aspirations for what reading can become on&#8230; <a href="http://blog.arc90.com/2010/06/10/why-we-built-readability/">More</a>]]></description>
			<content:encoded><![CDATA[<p>As we&#8217;ve <a href="http://blog.arc90.com/2010/06/07/safari-5-another-step-towards-better-reading-on-the-web/">already mentioned</a>, we couldn&#8217;t be happier that Apple has chosen to leverage our own <a href="http://lab.arc90.com/experiments/readability/">Readability</a> as a native feature in the Safari browser. As the <a href="http://nikf.org/post/681542046/on-this-safari-5-reader-hysteria">debate</a> around Safari Reader <a href="http://arstechnica.com/apple/news/2010/06/apples-evil-genius-plan-to-punk-the-web-and-gild-the-ipad.ars">heats</a> <a href="http://gizmodo.com/5558561/apple-hates-adsunless-theyre-the-ones-selling-them">up</a>, we thought we’d chime in and share some of our thoughts, motivations and aspirations for what reading can become on the Web.</p>
<h3>The Decline of Print</h3>
<p>It’s been well reported that traditional print publishing is in a state of turmoil today. For years, it has been experiencing a gradual decline in paper advertising and circulation. All the while, the ad revenue from Web properties has not caught up with the revenue lost on the print side.</p>
<p>In response, what has materialized is an almost frantic attempt to deliver as many ad impressions as possible alongside original copy on the Web. Some news sources and blogs do a better job than others, but many show no regard for the potential impact on the viewing and reading experience. The ad men have bullied their way into art direction and copy. In the fight to survive, the due respect that a quality piece of content deserves goes by the wayside.</p>
<p>But this isn’t only about ads.</p>
<p>When we created Readability, we built something we badly wanted. It turned out that legions of others wanted the same thing. So what exactly did we want?</p>
<h3>We wanted a better reading experience.</h3>
<p>Here’s the harsh reality for publishers big and small: when we read, we want to be left alone. If the article or post is really great, we <em>really </em>want to be left alone. The better the text, the more we’d like to be left alone<em> </em>with it.</p>
<p>So what needs to go away so I can read peacefully? Everything. Not just ads. Layers of navigation. Reams of “related” links. Article “tools” for sharing. Everything but the stuff worth reading must leave our line of sight. This is the place we all seek to be when we find something worth reading.</p>
<p>Beyond just a “clean” reading view, Readability has proven invaluable for people with vision problems and cognitive difficulties. We’ve received countless emails from users thanking us for making the Web <em>usable </em>again for them.</p>
<h3>We wanted a <em><strong>consistent</strong></em> reading experience.</h3>
<p>It isn’t only about removing unwanted elements to read peacefully. It’s about transforming a page so that it presents itself in a manner that the reader finds familiar. The Web is an incredible but wildly unpredictable place. There are no interface guidelines for the Web.  It can be experienced in countless ways. While some <em>de facto </em>design patterns have surfaced, there is no sense of consistency.</p>
<p>Apple enjoys substantial customer loyalty by exerting an unusual amount of control on how interfaces and content are presented. The typical iPhone application evinces a common set of patterns and elements that reinforce themselves across applications. The Web benefits from none of that. There is no “user advocate” for the Web.</p>
<p>Readability and its progeny impose an after-the-fact quasi-standard. By empowering users to effectively force a particular set of visual guidelines, we provided an antidote for inconsistency and unpredictability. I personally find myself clicking on Readability on sites that have no ads at all and are relatively well-designed. It isn’t just about removing stuff, it’s about imposing a consistent experience across the Web.</p>
<h3>We wanted it <em><strong>on the Web</strong>.</em></h3>
<p>Publishing has written off the Web. The line of argument is familiar: It’s messy. It’s cluttered. It&#8217;s unsafe. People expect everything to be free. As a result, publishing finds itself looking elsewhere to solve the puzzle of distributing and monetizing. Magazines like Time, Wired and Popular Science have decided to invest in delivering purchasable “packages” of their content that work on Apple’s iPad. Many magazines and newspaper subscriptions are available today on Amazon’s Kindle.</p>
<p>Why not the Web? How did the Web become relegated as the discount bin of content? The Web is perfectly capable of delivering a world class, beautifully designed reading experience.</p>
<p>For us, the Web is the right bet. The notion of tethering content delivery to a particular proprietary platform or hardware device is admitting defeat. Content is effectively locked up. It’s un-shareable, un-index-able, inaccessible and un-linkable. It’s a glorified form of paper.</p>
<h3>Where do we go from here?</h3>
<p>Let’s work back from what we believe everyone would like to see happen on the Web:</p>
<ul>
<li>We want a reading experience that is attractive, consistent and isn’t tethered to any single hardware or software standard, but rather works seamlessly on the Web and across various form factors and devices.</li>
<li>We want a set of standards or design guidelines that publishers can opt into that deliver a consistent way of experiencing content.</li>
<li>We want a way to package up or “bundle” discrete units of content (e.g. articles that comprise a magazine) and represent them in an easily searchable, findable way on the Web.</li>
</ul>
<p>To date, Readability is purely an end user tool. As we look ahead, we plan to make it even easier for both users and publishers to deliver better reading experiences on the Web.</p>
<p>If you care about all facets of the Web reading experience – design, typography, semantics, technology – and are interested in helping us take Readability from a browser tool to a broader Web reading platform, <a href="mailto:contact@arc90.com">we’d love to hear from you</a>.</p>
<p>We’re incredibly excited about what we have in store for Readability. You can keep up with updates and announcements by visiting this blog or <a href="http://twitter.com/arc90">following us</a> on Twitter.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arc90.com/2010/06/10/why-we-built-readability/feed/</wfw:commentRss>
		<slash:comments>78</slash:comments>
		</item>
		<item>
		<title>Safari 5: Another Step Towards Better Reading On The Web</title>
		<link>http://blog.arc90.com/2010/06/07/safari-5-another-step-towards-better-reading-on-the-web/</link>
		<comments>http://blog.arc90.com/2010/06/07/safari-5-another-step-towards-better-reading-on-the-web/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 01:00:08 +0000</pubDate>
		<dc:creator>Rich Ziade</dc:creator>
				<category><![CDATA[Lab]]></category>

		<guid isPermaLink="false">http://blog.arc90.com/?p=809</guid>
		<description><![CDATA[Today, Apple announced a new version of their flagship Web browser, Safari. Among the features highlighted is Safari Reader. In essence, the Reader feature transforms a Web page into a single “clutter free page.” We couldn’t be more excited about the path Apple has taken. Our own Readability led the&#8230; <a href="http://blog.arc90.com/2010/06/07/safari-5-another-step-towards-better-reading-on-the-web/">More</a>]]></description>
			<content:encoded><![CDATA[<p>Today, Apple announced a new version of their flagship Web browser, Safari. Among the features highlighted is <a href="http://www.apple.com/safari/whats-new.html#reader">Safari Reader</a>. In essence, the Reader feature transforms a Web page into a single “clutter free page.”</p>
<p>We couldn’t be more excited about the path Apple has taken. Our own <a href="http://lab.arc90.com/experiments/readability/">Readability</a> led the way by empowering users and hinting to content creators that the experience around Web content is poor and oftentimes painful.</p>
<p><a href="http://blog.arc90.com/files/2010/06/reader.jpg" rel="lightbox[809]"><img style="margin: 0px 15px 0px 0px; display: inline; border-width: 0px;" title="reader" src="http://blog.arc90.com/files/2010/06/reader_thumb.jpg" border="0" alt="reader" width="207" height="240" align="left" /></a> For us, the most exciting aspect of the announcement is that content display is being addressed <em>on the Web. </em>While content packaged “apps” litter Apple’s own iTunes app store with the promise of a better reading experience, it’s great to see the Web get its due attention.</p>
<p>Content on the Web can be all the things we’re looking for: an enjoyable clutter-free reading experience coupled with the unmatched capacity to touch and share content that only the Web can deliver. We’re thrilled that Apple has taken Safari in this direction. We’d love to see the other leading browsers along with publishers and content creators continue to improve how Web-delivered content is displayed and consumed.</p>
<p>It’s high time we fixed the reading experience…right on the Web.</p>
<p><strong>Update: </strong>We&#8217;ve <a href="http://twitter.com/chrisdary/status/15672452287">since discovered</a> that Safari&#8217;s &#8220;Reader&#8221; feature is, in fact, based upon our own Readability.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arc90.com/2010/06/07/safari-5-another-step-towards-better-reading-on-the-web/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>Readability Updated: An End To The Yank Of The Hyperlink</title>
		<link>http://blog.arc90.com/2010/06/03/readability-updated-an-end-to-the-yank-of-the-hyperlink/</link>
		<comments>http://blog.arc90.com/2010/06/03/readability-updated-an-end-to-the-yank-of-the-hyperlink/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 21:33:18 +0000</pubDate>
		<dc:creator>Rich Ziade</dc:creator>
				<category><![CDATA[Lab]]></category>

		<guid isPermaLink="false">http://blog.arc90.com/?p=787</guid>
		<description><![CDATA[Since Readability was released over a year ago, we’ve gotten an amazing amount of feedback on the tool. The great majority of it has been positive, but a sizable chunk of what we hear is about how Readability is an effective “ad-blocking” or “ad removal” tool. While Readability does remove&#8230; <a href="http://blog.arc90.com/2010/06/03/readability-updated-an-end-to-the-yank-of-the-hyperlink/">More</a>]]></description>
			<content:encoded><![CDATA[<p>Since Readability was released over a year ago, we’ve gotten an amazing amount of feedback on the tool. The great majority of it has been positive, but a sizable chunk of what we hear is about how Readability is an effective “ad-blocking” or “ad removal” tool. While Readability does remove ads, that was never its intended purpose. Its goal from the outset was clear:<em> make it easy to transform nearly any Web page into a more comfortable and inviting reading experience.</em></p>
<p>With this goal in mind, we’ve taken a keen interest in Nick Carr’s evolving monologue on what the Web is doing to our brains. His recent Wired magazine article &#8211; <em><a title="Carr, Nicholas. &quot;The Web Shatters Focus, Rewires Brains.&quot; Wired, June 2010" href="http://www.wired.com/magazine/2010/05/ff_nicholas_carr/">The Web Shatters Focus, Rewires Brains</a></em> &#8211; is a pretty compelling argument for a tool like Readability. His upcoming book, <em><a title="Carr, Nicholas. The Shallows: What the Internet Is Doing to Our Brains. W. W. Norton &amp; Company, 2010." href="http://www.theshallowsbook.com">The Shallows</a> </em>takes an even deeper dive into what the Internet is doing to our brains.</p>
<p>In a recent <a href="http://www.roughtype.com/archives/2010/05/experiments_in.php">blog post on delinkification</a>. Nick gives the beloved hyperlink a suspicious stare:</p>
<blockquote><p>Links are wonderful conveniences, as we all know (from clicking on them compulsively day in and day out). But they&#8217;re also distractions. Sometimes, they&#8217;re big distractions &#8211; we click on a link, then another, then another, and pretty soon we&#8217;ve forgotten what we&#8217;d started out to do or to read. Other times, they&#8217;re tiny distractions, little textual gnats buzzing around your head. Even if you don&#8217;t click on a link, your eyes notice it, and your frontal cortex has to fire up a bunch of neurons to decide whether to click or not. You may not notice the little extra cognitive load placed on your brain, but it&#8217;s there and it matters. People who read hypertext comprehend and learn less, studies show, than those who read the same material in printed form. The more links in a piece of writing, the bigger the hit on comprehension.</p></blockquote>
<p>Ads (obnoxious or otherwise), sidebars, caked on layers of navigation – they all get in the way of the reading experience.  Hyperlinks are a different animal. They’re potentially useful, but their temptation is distracting. Nick nails it: it’s a “more violent form of a footnote.”</p>
<p>The article <a href="http://www.roughtype.com/archives/2010/06/links_on_delink.php">clearly struck a nerve</a> around the Internet, and it also struck a nerve with us. In response, we’ve decided to add a subtle but important option to Readability. Just below the style, size and margin options, you’ll find an option to <em>Convert hyperlinks to footnotes:</em></p>
<p><a href="http://blog.arc90.com/files/2010/06/convertcallout.png" rel="lightbox[787]"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="convert-callout" src="http://blog.arc90.com/files/2010/06/convertcallout_thumb.png" border="0" alt="convert-callout" width="567" height="201" /></a></p>
<p>If you check off this option upon installing Readability, it will:</p>
<ul>
<li>mask away all hyperlinks in the body text (they’re still links, but they’re hidden unless you hover over them)</li>
<li>number all links in the body text and mark them via superscript</li>
<li>list out all links at the bottom of the body of text.</li>
</ul>
<p>In other words, it’ll turn hyperlinks into footnotes. If you already have Readability installed, you will <a title="The installation process takes just a few seconds. Be sure to check of the convert option before installing your bookmarklet." href="http://lab.arc90.com/experiments/readability/">need to reinstall it</a> to take advantage of this feature (sorry about that). Here’s an example of what a <a title="The New York Times is one of many major publications that leans heavily on hyperlinks. " href="http://www.nytimes.com/2010/06/03/books/03under.html?ref=arts">typical New York Times article</a> will look like with this feature is turned on:</p>
<p><a href="http://blog.arc90.com/files/2010/06/samplefooter.png" rel="lightbox[787]"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="sample-footer" src="http://blog.arc90.com/files/2010/06/samplefooter_thumb.png" border="0" alt="sample-footer" width="640" height="464" /></a></p>
<p>There’s one additional bonus for authors. If you add a <em>title</em> attribute to your hyperlink, like so:</p>
<p class="code">&lt;a href=”http://link-to-another-web-page” <strong>title=”Here’s some information about this link.”</strong>&gt;another viewpoint&lt;/a&gt;</p>
<p>Readability will grab that text within the <em>title </em>attribute and display it in the corresponding footnote at the end of the document.</p>
<p>From the outset, we’ve always viewed Readability as a technology answer to a problem that technology created. In the spirit of continuing to improve reading on the Web, we hope you’ll enjoy this subtle but important update.</p>
<p>We’ve got big plans for Readability in the future. You can stay up to date on Readability and all of the other efforts at Arc90 (lab or otherwise) by visiting this blog or following <a href="http://twitter.com/arc90">following us on Twitter</a>.</p>
<p>Happy reading!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arc90.com/2010/06/03/readability-updated-an-end-to-the-yank-of-the-hyperlink/feed/</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
		<item>
		<title>Introducing: Readability 1.5</title>
		<link>http://blog.arc90.com/2010/01/26/introducing-readability-1-5/</link>
		<comments>http://blog.arc90.com/2010/01/26/introducing-readability-1-5/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 19:54:22 +0000</pubDate>
		<dc:creator>Rich Ziade</dc:creator>
				<category><![CDATA[Lab]]></category>
		<category><![CDATA[Arc90]]></category>
		<category><![CDATA[readability]]></category>

		<guid isPermaLink="false">http://blog.arc90.com/2010/01/26/introducing-readability-1-5/</guid>
		<description><![CDATA[Ever since its release in March of last year, Readability has continued to dramatically climb in popularity. The sheer volume of positive sentiment (some more emphatic than others) continues to blow us way. Beyond the &#34;wow, this makes reading so much easier&#34; comments is a whole slew of emails from&#8230; <a href="http://blog.arc90.com/2010/01/26/introducing-readability-1-5/">More</a>]]></description>
			<content:encoded><![CDATA[<p>Ever since its release in March of last year, <a href="http://lab.arc90.com/experiments/readability/">Readability</a> has continued to dramatically climb in popularity. The sheer volume of positive sentiment (some more emphatic than others) continues to blow us way. Beyond the &quot;wow, this makes reading so much easier&quot; comments is a whole slew of emails from the elderly, people with vision or cognitive difficulties and users that rely on screen readers. It&#8217;s incredibly gratifying to see Readability make a difference for so many people.</p>
<p>Today, we&#8217;re excited to announce an important update: Readability 1.5. Some of the changes are more subtle than others. We&#8217;ve been listening to your feedback and we&#8217;re working to improve Readability for everyone.</p>
<p>So, what&#8217;s new in 1.5? </p>
<h2>99% Error Free!</h2>
<p>We&#8217;ve spent a bunch of time making Readability&#8217;s parsing capability more robust and accurate. Whereas Readability would trip up on 10-15% of sites in the past, we&#8217;re excited to announce that our latest batch of testing shows nearly a 99% success rate on articles with this new version. We actually had a &quot;Make Readability Better&quot; contest within Arc90 and our own <a href="http://twitter.com/chrisdary">Chris Dary</a> came away with the prize (more on that in a future blog post).</p>
<h2>More Configuration Options</h2>
<p>Starting today, you&#8217;ll find additional sizing and margin options for Readability. A lot of people out there asked for light-on-dark text and so we&#8217;ve answered that call as well. We&#8217;ve also included two brand new styles that feature Typekit fonts (see the next feature).</p>
<h2>Typekit Integration</h2>
<p>At Arc90, we&#8217;ve got a relatively unhealthy obsession with beautiful typography. Part of our<a href="http://blog.arc90.com/files/2010/01/typekitlogo1.png" rel="lightbox[451]"><img style="border-right-width: 0px; margin: 10px 15px 10px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="typekit-logo" border="0" alt="typekit-logo" align="left" src="http://blog.arc90.com/files/2010/01/typekitlogo_thumb1.png" width="158" height="41" /></a>&#160; goal with Readability was to not only make it easier to read on the Web but to bring along some quality type to further enhance the experience. A couple of months ago, we reached out to the fine folks at <a href="http://typekit.com">Typekit</a> to see if we can work together.</p>
<p>With today&#8217;s release, we&#8217;re excited to announce that we&#8217;ve partnered with Typekit to introduce two new styles featuring Typekit fonts.</p>
<p>Our new <em>Inverse</em> style features <a href="http://betatype.com/">Betatype&#8217;s</a> wonderfully readable <a href="http://typekit.com/fonts/329">Apertura</a>. In addition, we&#8217;ve created a fifth style called <em>Athelas</em> which features – well – <a href="http://typekit.com/fonts/582">Athelas</a>, an elegant font by <a href="http://www.type-together.com/">Typetogether</a>. Both fonts are available through Typekit.</p>
<h2>Right-to-Left Support</h2>
<p>For some of our foreign language readers, Readability would force text that should flow right-to-left justified (e.g. Arabic and Hebrew) to flow left-to-right. With this release, we keep intact the proper flow of text.</p>
<h2>Other Little Tweaks</h2>
<p>There are a host of tweaks and fixes we&#8217;ve made to Readability that are bundled with this release. Also, we&#8217;ve created new installation videos that are distinct for both <a href="http://www.vimeo.com/8798529">Internet Explorer</a> and <a href="http://www.vimeo.com/8798492">Firefox, Safari and Chrome users</a>.</p>
<p>If you&#8217;re happy with your current settings in Readability, you don&#8217;t need to do a thing to tap the newly improved parsing engine. If you&#8217;d like to play with the newly available settings, you&#8217;ll need to delete your bookmarklet and reinstall it from the <a href="http://lab.arc90.com/experiments/readability/">Readability installation page</a>.</p>
<p>We hope you enjoy (and keep enjoying) Readability. We&#8217;ve got some very (very!) exciting things in store for the future. You can stay up to date on Readability and all the other goings-on at Arc90 by visiting the <a href="http://blog.arc90.com">Arc90 blog</a> or <a href="http://www.twitter.com/arc90">following us on Twitter</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arc90.com/2010/01/26/introducing-readability-1-5/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Readability for Haiti</title>
		<link>http://blog.arc90.com/2010/01/18/readability-for-haiti/</link>
		<comments>http://blog.arc90.com/2010/01/18/readability-for-haiti/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 21:50:17 +0000</pubDate>
		<dc:creator>Joel Potischman</dc:creator>
				<category><![CDATA[Arc90]]></category>
		<category><![CDATA[Lab]]></category>
		<category><![CDATA[haiti]]></category>
		<category><![CDATA[readability]]></category>

		<guid isPermaLink="false">http://blog.arc90.com/?p=443</guid>
		<description><![CDATA[Arc90 launched Readability in March of 2009. Since then, it&#8217;s made tens of millions of pages readable, all for free. Starting today, we are using Readability&#8217;s huge popularity to try to make a difference in Haiti. Now when you view a Readabilitied page, you&#8217;ll see a new &#8220;Help Haiti&#8221; link&#8230; <a href="http://blog.arc90.com/2010/01/18/readability-for-haiti/">More</a>]]></description>
			<content:encoded><![CDATA[<p>Arc90 launched <a href="http://lab.arc90.com/experiments/readability/">Readability</a> in March of 2009. Since then, it&#8217;s made tens of millions of pages readable, all for free. Starting today, we are using Readability&#8217;s huge popularity to try to make a difference in Haiti.</p>
<p>Now when you view a Readabilitied page, you&#8217;ll see a new &#8220;Help Haiti&#8221; link on the left that will take you to <a title="Google's Haiti Crisis Response" href="http://www.google.com/relief/haitiearthquake/" target="_blank">Google&#8217;s Haiti Crisis Response</a> page where you can donate, volunteer, or provide or seek information on missing people.</p>
<p>Please understand that we don&#8217;t take this step lightly. Strictly speaking, we promised that Readability would remove extraneous junk from web pages, and now we&#8217;re violating that promise to suit our whims, however benevolent they might be.</p>
<p>We hope that you will forgive the betrayal. We&#8217;re keeping the link small and unobtrusive, and we have no relationship with the organizations listed other than deep appreciation for their work. We simply feel that, even in a difficult world, this disaster stands out in its scope and human cost, and we&#8217;d rather make Readability a little bit worse if we can make the situation in Haiti the tiniest bit better.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arc90.com/2010/01/18/readability-for-haiti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New(er) in the Lab: HashMask &#8211; Another (More Secure!) Experiment in Password Hashing</title>
		<link>http://blog.arc90.com/2009/07/09/newer-in-the-lab-hashmask-another-more-secure-experiment-in-password-hashing/</link>
		<comments>http://blog.arc90.com/2009/07/09/newer-in-the-lab-hashmask-another-more-secure-experiment-in-password-hashing/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 19:21:17 +0000</pubDate>
		<dc:creator>Chris Dary</dc:creator>
				<category><![CDATA[Lab]]></category>

		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2009/07/09/newer-in-the-lab-hashmask-another-more-secure-experiment-in-password-hashing/</guid>
		<description><![CDATA[Hot on the heels of HalfMask is another password hashing experiment, HashMask. HashMask is another experiment in the middle ground between fully masked passwords (with bullets) and clear passwords. It uses visualizations of a password along with one way hashing to create memorable images that the user can use to&#8230; <a href="http://blog.arc90.com/2009/07/09/newer-in-the-lab-hashmask-another-more-secure-experiment-in-password-hashing/">More</a>]]></description>
			<content:encoded><![CDATA[<p>Hot on the heels of HalfMask is another password hashing experiment, <a href="http://lab.arc90.com/2009/07/hashmask.php">HashMask</a>.</p>
<p>HashMask is another experiment in the middle ground between fully masked passwords (with bullets) and clear passwords. It uses visualizations of a password along with one way hashing to create memorable images that the user can use to confirm they typed the correct password.</p>
<p>Feedback on HashMask is greatly appreciated &#8211; please leave it in the comments or email me at <a href="mailto:chrisd@arc90.com">chrisd@arc90.com</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arc90.com/2009/07/09/newer-in-the-lab-hashmask-another-more-secure-experiment-in-password-hashing/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>New in the Lab: HalfMask &#8211; a Password Masking Experiment</title>
		<link>http://blog.arc90.com/2009/07/08/new-in-the-lab-halfmask-a-password-masking-experiment/</link>
		<comments>http://blog.arc90.com/2009/07/08/new-in-the-lab-halfmask-a-password-masking-experiment/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 17:26:09 +0000</pubDate>
		<dc:creator>Chris Dary</dc:creator>
				<category><![CDATA[Lab]]></category>

		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2009/07/08/new-in-the-lab-halfmask-a-password-masking-experiment/</guid>
		<description><![CDATA[Head on over to the Arc90 Lab to get the details on a new experiment, HalfMask. HalfMask is intended to be a middle ground between fully masked passwords (with bullets) and clear passwords, as usability consultant Jakob Nielsen recently suggested in his AlertBox article &#8220;Stop Masking Passwords&#8220;. Please leave any&#8230; <a href="http://blog.arc90.com/2009/07/08/new-in-the-lab-halfmask-a-password-masking-experiment/">More</a>]]></description>
			<content:encoded><![CDATA[<p>Head on over to the <a href="http://lab.arc90.com/2009/07/halfmask.php">Arc90 Lab</a> to get the details on a new experiment, HalfMask.</p>
<p>HalfMask is intended to be a middle ground between fully masked passwords (with bullets) and clear passwords, as usability consultant Jakob Nielsen recently suggested in his AlertBox article &#8220;<a href="http://www.useit.com/alertbox/passwords.html">Stop Masking Passwords</a>&#8220;.</p>
<p>Please leave any feedback on this experiment here &#8211; we&#8217;re curious to hear what the community thinks!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arc90.com/2009/07/08/new-in-the-lab-halfmask-a-password-masking-experiment/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

