<?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>Readable Web &#187; JavaScript</title>
	<atom:link href="http://readableweb.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://readableweb.com</link>
	<description>Tracking The Move From Print To The Networked Screen</description>
	<lastBuildDate>Tue, 06 Dec 2011 22:37:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>A Webfont Specimen Page Free For Download</title>
		<link>http://readableweb.com/a-free-downloadable-webfont-specimen-page/</link>
		<comments>http://readableweb.com/a-free-downloadable-webfont-specimen-page/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 15:53:36 +0000</pubDate>
		<dc:creator>Richard Fink</dc:creator>
				<category><![CDATA[@Font-Face]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Fonts]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Readability]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Web Fonts]]></category>
		<category><![CDATA[Web Typography]]></category>

		<guid isPermaLink="false">http://readableweb.com/?p=5249</guid>
		<description><![CDATA[Tim Brown of Typekit put together a webfont specimen page awhile back. Originally introduced in Tim&#8217;s article for AListApart: Real Web Type in Real Web Context, and it does give a real nice view of a font in a variety of contexts. I&#8217;ve incorporated a modified version of it into my suite of web font [...]
Related posts:<ol>
<li><a href='http://readableweb.com/ten-great-free-fonts-cross-browser-a-case-study-in-font-face/' rel='bookmark' title='Ten Great Free Fonts Cross-Browser: A Case Study In @Font-Face'>Ten Great Free Fonts Cross-Browser: A Case Study In @Font-Face</a></li>
<li><a href='http://readableweb.com/extensis-brings-google-web-fonts-straight-to-photoshop/' rel='bookmark' title='Extensis Brings Google Web Fonts Straight Into Photoshop'>Extensis Brings Google Web Fonts Straight Into Photoshop</a></li>
<li><a href='http://readableweb.com/best-practice-for-font-face-css-takes-a-turn/' rel='bookmark' title='Best Practice For @Font-Face CSS Takes A Turn'>Best Practice For @Font-Face CSS Takes A Turn</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://nicewebtype.com/">Tim Brown</a> of Typekit put together a <a href="http://webfontspecimen.com/">webfont specimen page</a> awhile back. Originally introduced in Tim&#8217;s article for AListApart: <a href="http://www.alistapart.com/articles/real-web-type-in-real-web-context/">Real Web Type in Real Web Context</a>, and it does give a real nice view of a font in a variety of contexts.
</p>
<p><center><br />
<img src="/images/specimenpagemed.jpg" /><br />
</center></p>
<p>I&#8217;ve incorporated a modified version of it into my suite of web font test pages. And, for those who might find it useful, you can <a href="http://readableweb.com/webfontspecimen/specimendemo.htm">take a quick look at it here</a>, and <a href="http://readableweb.com/downloads/webfontspecimenpage1.zip">download it here</a>.</p>
<h3>The Modifications</h3>
<p>There&#8217;s two main differences between my version and Tim&#8217;s:</p>
<ol>
<li>For test pages, I like to keep everything &#8211; the HTML, CSS, JavaScript, and even images &#8211; contained in a single file. As my webfont test pages have evolved, I&#8217;ve just found it simpler this way. At least to me. So everything is in one .htm file. The two images from the original &#8211; used for background &#8211; are included as Data URIs in the CSS. The only downside is that those images won&#8217;t show up in IE6 or 7: a situation that doesn&#8217;t bother me because nearly all the functionality remains intact and my IE testing is usually done on IE8. (IE6, 7, and 8 all require EOT, and Windows GDI is the rendering engine for all, and I&#8217;ve yet to see a font problem appear in IE6 or IE7 that didn&#8217;t show up in IE8.)</li>
<li>The @font-face syntax has been updated to use the &#8220;Fontspring&#8221;, single declaration syntax.<br />
See: <a href="http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Further Hardening of the Bulletproof Syntax</a> and <a href="http://www.fontspring.com/blog/fixing-ie9-font-face-problems">Best Practices for Serving Webfonts to IE9</a> on the Fontspring blog for more information.</li>
</ol>
<h3>Pause Before You Say &#8220;IE Sucks&#8221;</h3>
<p>An interesting glitch appeared while I was working on this. When displaying the font Ultra from Google Webfonts, there was a strange difference between IE8 and Chrome. In IE8, the glyph &#8220;j&#8221; was clipped off on the left like this:<br />
<img src="/images/clipped-j-inultra.png" /><br />
But Chrome rendered the entire glyph and allowed the part that IE clips off to extend outside the bounding box to the left:<br />
<img src="/images/unclipped-j.png" /><br />
In both cases, it&#8217;s not what you want.<br />
Which browser is doing the technically correct thing? And more importantly, what&#8217;s causing it? Since the clipped &#8220;j&#8221; in IE was more of an eyesore, the kneejerk response for most developers would be, I think, &#8220;Goddam IE! Again!&#8221;. But after opening the Ultra font in a font viewer, the real source of the problem revealed itself.<br />
In the font itself, the position of the left sidebearing of the &#8220;j&#8221; was the source of the problem:<br />
<img src="/images/leftsidebearing-jarrow.png" /> You can see that the font itself &#8220;clips&#8221; the &#8220;j&#8221;. (And this may or may not show up depending upon the layout.)
</p>
<p>Over the past eight months I have cracked open many hundreds of fonts, one after the other. And I can tell you firsthand that even on carefully made fonts, stuff like this happens a lot. Ultra was designed by Brian J. Bonislawsky of <a href="http://www.astigmatic.com/freeware.html">Astigmatic</a> who&#8217;s very experienced. But even so, stuff happens. So, before you go blaming the browser, if you&#8217;re using a webfont, remember that a new variable has been added to the mix &#8211; and the source of what seems like &#8220;buggy&#8221; behavior is just as likely to be there as anywhere else. Just what web developers needed, a new complication!</p>
<h3>Some Cool Tools That Came Into Play</h3>
<p>The CSS for Tim Brown&#8217;s page was originally in three separate CSS files. I brought them together within a single style tag using a nifty free tool &#8211; <a href="http://cssmixer.codeplex.com/">CSS Mixer</a> &#8211; which allows you to select a bunch of CSS files, concatenate them into a single file, and minify the code using the Yahoo User Interface Library. After that, it&#8217;s cut and paste. Very handy. There is also a tool by the same developer, <a href="http://www.sambeauvois.be/blog/">Sam Beauvois</a>, for concatenating and minifying JavaScript named <a href="http://jsmixer.codeplex.com/">JS Mixer</a>. (They&#8217;re .NET executables for Windows only. No Mac or Nix versions unfortunately.)</p>
<p>That&#8217;s it. Pay it forward.</p>
<p>Related posts:<ol>
<li><a href='http://readableweb.com/ten-great-free-fonts-cross-browser-a-case-study-in-font-face/' rel='bookmark' title='Ten Great Free Fonts Cross-Browser: A Case Study In @Font-Face'>Ten Great Free Fonts Cross-Browser: A Case Study In @Font-Face</a></li>
<li><a href='http://readableweb.com/extensis-brings-google-web-fonts-straight-to-photoshop/' rel='bookmark' title='Extensis Brings Google Web Fonts Straight Into Photoshop'>Extensis Brings Google Web Fonts Straight Into Photoshop</a></li>
<li><a href='http://readableweb.com/best-practice-for-font-face-css-takes-a-turn/' rel='bookmark' title='Best Practice For @Font-Face CSS Takes A Turn'>Best Practice For @Font-Face CSS Takes A Turn</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://readableweb.com/a-free-downloadable-webfont-specimen-page/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Readable Web At AnEventApart, Boston</title>
		<link>http://readableweb.com/readable-web-at-aneventapart-boston/</link>
		<comments>http://readableweb.com/readable-web-at-aneventapart-boston/#comments</comments>
		<pubDate>Sun, 23 May 2010 16:05:23 +0000</pubDate>
		<dc:creator>Richard Fink</dc:creator>
				<category><![CDATA[@Font-Face]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Readability]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Typography]]></category>

		<guid isPermaLink="false">http://readableweb.com/?p=3282</guid>
		<description><![CDATA[Boston, Massachusetts &#8194;Readable Web is getting out of the office this year. I&#8217;ll be attending and reporting on a wide variety of events. Starting with: AnEventApart, Boston I&#8217;ve never attended one of Zeldman &#038; Meyer&#8217;s traveling road shows before and I can&#8217;t wait. The event kicks off tonight with a meet and greet at the [...]
Related posts:<ol>
<li><a href='http://readableweb.com/a-free-downloadable-webfont-specimen-page/' rel='bookmark' title='A Webfont Specimen Page Free For Download'>A Webfont Specimen Page Free For Download</a></li>
<li><a href='http://readableweb.com/a-future-without-flash-microsoft-and-apple-nail-the-coffin/' rel='bookmark' title='A Future Without Flash: Microsoft and Apple Nail The Coffin'>A Future Without Flash: Microsoft and Apple Nail The Coffin</a></li>
<li><a href='http://readableweb.com/fontconf-in-minneapolisst-paul/' rel='bookmark' title='FontCONF In Minneapolis/St. Paul'>FontCONF In Minneapolis/St. Paul</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p><span style="font-family:arial, helvetica;font-size:14px;font-weight:bold;">Boston, Massachusetts</span> &ensp;Readable Web is getting out of the office this year. I&#8217;ll be attending and reporting on a wide variety of events.</p>
<p>Starting with:</p>
<h3>AnEventApart, Boston</h3>
<p>I&#8217;ve never attended one of Zeldman &#038; Meyer&#8217;s traveling road shows before and I can&#8217;t wait. The event kicks off tonight with a meet and greet at the Westin Copley Hotel sponsored by Extensis who is here to preview their new web font service <a href="http://www.extensis.com/en/WebINK/">WebInk</a>.</p>
<p>Over the next few days I&#8217;ll be posting pics, twittering, muttering, commenting about just how tall Jeff Veen really looks in person, and reporting on everything and anything that happens to spark an idea in my brain.</p>
<p>Details on this conference and upcoming Event Apart conferences <a href="http://www.aneventapart.com/">here</a>.</p>
<h3>Update: After-Conference Thoughts</h3>
<p>Call it what you want: web design, digital publishing, whatever &#8211; the problems exist on two levels.</p>
<h4>Problem 1: Cutting The Bullshit</h4>
<p>This problem is not unique to digital publishing but to all publishing: staying on message, staying focused, writing clearly, keeping it brief &#8211; all the trite truisms are just as true today as they were when <a href="http://en.wikipedia.org/wiki/David_Ogilvy_%28businessman%29">David Ogilvy</a> wrote Ogilvy On Advertising in 1983 and <a href="http://en.wikipedia.org/wiki/Rudolf_Flesch">Rudolph Flesch</a> wrote The Art Of Readable Writing in 1949. Nobody is going to give you or your product more than a passing glance. At least at first. Waste people&#8217;s time and they&#8217;re gone. Click.</p>
<p>This is why I perked up when <a href="http://aneventapart.com/speakers/lukewroblewski/">Luke Wroblewski</a> argued that you should design your small-screen mobile experience first and build your desktop experience from that kernel. I agree. Working from the inside out like that imposes a discipline that would probably not exist if you started with the desktop experience. And if you can&#8217;t seem to cut it all down to it&#8217;s essence for an iPhone or Android, it&#8217;s time to ask yourself why the site exists in the first place.</p>
<h4>Problem 2: Re-Tasking Content For Different Devices And Screen Sizes</h4>
<p>It used to be that the difference between user agents (browsers) was the thing that drove web authors crazy. Yes, there are still issues, but it&#8217;s easy to envision a time in the near future when that won&#8217;t be anything more than an occasional and minor annoyance. The monster facing us now is different devices and screen sizes. This is a tough one &#8211; and the mental tools publishers need are just beginning to coalesce.</p>
<p>Recently, on Typophile.com, designer John Hudson made the observation that, to him, websites in general resembled scrapbooks. For some reason I&#8217;ve been thinking about that comment a lot and finally realized why: minus the negative connotations of the word &#8220;scrap&#8221;, they <strong>are</strong> scrapbooks. Chunks of information being fed in and out from disparate sources on the network and placed together on the same &#8220;page&#8221;. The equivalent of taking chunks of five or six pages of a book or magazine and pasting them together. Even in an era of relatively high resolution screens this will still be the case. Content must be chunked so it can reflow into its container. And connectedness is a requirement &#8211; the idea of an &#8220;e-book&#8221; on an &#8220;e-reader&#8221; disconnected from the net is already preposterous &#8211; even though we&#8217;ll be living with that situation for some time to come.</p>
<p>I got a new TV delivered today. It&#8217;s connected to the network, too. A TV with web apps. A giant iPad. Who&#8217;d a thunk?</p>
<p>And, oh, yeah. Just to cap off AnEventApart, Boston:</p>
<h3>How Tall <strong>Is</strong> Jeffrey Veen?</h3>
<p>Meeting Jeff Veen in person was a bit of a shock, really. For a guy who writes and speaks about all this web stuff, turns out the guy&#8217;s tall enough to be my father!</p>
<p><center><br />
<img src="/images/veenfinkblogsize.jpg" /><br />
</center></p>
<p> <img src='http://readableweb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>Oops, Capped Off Too Soon</h3>
<p>[A Bit More On An EventApart, Boston] Here&#8217;s a nice roundup of the event called <a href="http://blog.blenderbox.com/2010/06/02/themes-from-an-event-apart-boston-2010/">Themes From AnEventApart Boston</a> with a link also, to Luke Wroblewski&#8217;s extensive notes from the conference. Also, Luke and the concept of &#8220;Mobile First&#8221; gets a treatment on the <a href="http://5by5.tv/bigwebshow/6">Big Web Show</a>.</p>
<p>Related posts:<ol>
<li><a href='http://readableweb.com/a-free-downloadable-webfont-specimen-page/' rel='bookmark' title='A Webfont Specimen Page Free For Download'>A Webfont Specimen Page Free For Download</a></li>
<li><a href='http://readableweb.com/a-future-without-flash-microsoft-and-apple-nail-the-coffin/' rel='bookmark' title='A Future Without Flash: Microsoft and Apple Nail The Coffin'>A Future Without Flash: Microsoft and Apple Nail The Coffin</a></li>
<li><a href='http://readableweb.com/fontconf-in-minneapolisst-paul/' rel='bookmark' title='FontCONF In Minneapolis/St. Paul'>FontCONF In Minneapolis/St. Paul</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://readableweb.com/readable-web-at-aneventapart-boston/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Javascript Tool Takes Aim At Web-Site Readability</title>
		<link>http://readableweb.com/new-javascript-tool-takes-aim-at-web-site-readability/</link>
		<comments>http://readableweb.com/new-javascript-tool-takes-aim-at-web-site-readability/#comments</comments>
		<pubDate>Mon, 25 May 2009 22:37:58 +0000</pubDate>
		<dc:creator>Richard Fink</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Typography]]></category>

		<guid isPermaLink="false">http://www.readableweb.com/?p=17</guid>
		<description><![CDATA[90% of the Web is words, words, and more words. And yet it isn&#8217;t a very friendly place for quiet, prolonged reading. That&#8217;s a problem this blog means to attack. So naturally I take special notice of sites or products promising &#8220;Readability&#8221;. Recently, on web-standards guru Jeffrey Zeldman&#8217;s blog there was a post which mentions [...]
Related posts:<ol>
<li><a href='http://readableweb.com/screen-readability-talk-at-mix-10/' rel='bookmark' title='Screen Readability Talk At MIX 10'>Screen Readability Talk At MIX 10</a></li>
<li><a href='http://readableweb.com/screen-resolution-and-readability-what-you-should-know/' rel='bookmark' title='Screen Resolution And Readability: What You Should Know'>Screen Resolution And Readability: What You Should Know</a></li>
<li><a href='http://readableweb.com/best-practice-for-font-face-css-takes-a-turn/' rel='bookmark' title='Best Practice For @Font-Face CSS Takes A Turn'>Best Practice For @Font-Face CSS Takes A Turn</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>90% of the Web is words, words, and more words. And yet it isn&#8217;t a very friendly place for quiet, prolonged reading. That&#8217;s a problem this blog means to attack.<br />
So naturally I take special notice of sites or products promising &#8220;Readability&#8221;.<br />
Recently, on web-standards guru Jeffrey Zeldman&#8217;s blog there was a <a href="http://www.zeldman.com/2009/05/21/a-new-answer-to-the-ie6-question/"> post</a> which mentions briefly, in passing, &#8220;Arc90&#8242;s awesome Readability plug-in&#8221;.<br />
A readability plug-in? Awesome? Then I noticed there was also a <a href="http://adactio.com/journal/1571">mention</a> on web designer Jeremy Keith&#8217;s blog, too.<br />
So this I had to see.<br />
<b>Report:</b> It turns out &#8220;Readability&#8221; is not actually a plug-in or an add-on. As it&#8217;s currently designed it&#8217;s what&#8217;s called a JavaScript Favelet or Bookmarklet. What happens is this:<br />
On the download page, you choose from certain pre-defined formatting options and there&#8217;s a box with some sample text that shows you how those options behave.<br />
Then, when it looks right to you, you can save the result as a Bookmark. You do this either by right-clicking the Readability button and selecting &#8220;Save As Bookmark&#8221;  or by dragging the button up to your Bookmarks menu.<br />
You then have a Bookmarklet (or Favelet) named <b>Readability</b> in your Bookmarks or Favorites menu.<br />
From then on, when you go to a site and you&#8217;d like to focus in on just the main article, without ads or other distractions, you can click on the Readability bookmark and that&#8217;s what you get: just the article, formatted according to the selections you made back at the download page when you created it.<br />
(<i><b>Tip:</b></i> You can make and save different versions of the favelet by playing around with the settings and saving each variation under a different name, like: Readability-Newspaper, Readability-eBook, etc&#8230;)<br />
Check it out:<br />
<a href="http://lab.arc90.com/experiments/readability/">Readability Favelet</a><br />
In other words, it works kind of like an ad-blocker on steroids, filtering out everything but the text of the main article.<br />
After playing around with it for awhile, I can tell you that you&#8217;ll see mixed results depending upon the page, and the browser you&#8217;re using.<br />
But still, it&#8217;s a nice try and still under development.<br />
In a few weeks, I&#8217;ll be returning to take another look. No stranger to creating Favelets myself, I&#8217;ll analyze exactly how <a href="http://lab.arc90.com/experiments/readability/">Readability Favelet</a> works under the hood, how it does what it does, and how it compares with alternate style sheets and FireFox Add-ons.</p>
<p>Related posts:<ol>
<li><a href='http://readableweb.com/screen-readability-talk-at-mix-10/' rel='bookmark' title='Screen Readability Talk At MIX 10'>Screen Readability Talk At MIX 10</a></li>
<li><a href='http://readableweb.com/screen-resolution-and-readability-what-you-should-know/' rel='bookmark' title='Screen Resolution And Readability: What You Should Know'>Screen Resolution And Readability: What You Should Know</a></li>
<li><a href='http://readableweb.com/best-practice-for-font-face-css-takes-a-turn/' rel='bookmark' title='Best Practice For @Font-Face CSS Takes A Turn'>Best Practice For @Font-Face CSS Takes A Turn</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://readableweb.com/new-javascript-tool-takes-aim-at-web-site-readability/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

