{"id":3831,"date":"2010-06-02T07:21:35","date_gmt":"2010-06-02T14:21:35","guid":{"rendered":"http:\/\/palblog.fxpal.com\/?p=3831"},"modified":"2010-06-02T00:30:10","modified_gmt":"2010-06-02T07:30:10","slug":"to-link-and-link-not","status":"publish","type":"post","link":"https:\/\/blog.fxpal.net\/?p=3831","title":{"rendered":"To Link and Link Not"},"content":{"rendered":"<div class='actual-entry'>\n<p>Nick Carr wrote a <a title=\"Experiments in Delinkification | Rough Type\" href=\"http:\/\/www.roughtype.com\/archives\/2010\/05\/experiments_in.php\" target=\"_blank\">post<\/a> a couple of days ago about the distracting effects of hypertext anchors when reading text. He referred to the increased cognitive effort that in-line anchors impose on readers, but as Mark Bernstein <a title=\"Carr Again | Mark Bernstein\" href=\"http:\/\/www.markbernstein.org\/May10\/Carragain.html\" target=\"_blank\">points out<\/a>, the <a href=\"http:\/\/citeseerx.ist.psu.edu\/viewdoc\/download?doi=10.1.1.92.1685&#038;rep=rep1&#038;type=pdf\" title=\"Conklin, J. (1987) Hypertext: An Introduction and Survey. IEEE Computer 20 (9)\" target=\"_blank\">cognitive effort article<\/a> was published in the 1980s, and these claims were not supported in further hypertext research. <\/p>\n<p>Patricia Wright&#8217;s work on <a title=\"Wright, P. (1991)  Cognitive overheads and prostheses: some issues in evaluating hypertexts. In Proc. HYPERTEXT '91. ACM, New York, NY, 1-12.\" href=\"http:\/\/doi.acm.org\/10.1145\/122974.122975 \" target=\"_blank\">cognitive prostheses<\/a> suggests that hiding information behind links made it less likely that people would use that information compared to showing it directly. Her argument (presented as a keynote address at Hypertext &#8217;91) is that the cognitive overhead of link following makes people less likely to follow links, not that the presence of link anchors is distracting. Of course the implication is that the further from their context you move the anchors, the less likely that people will follow them. This is the point that Daniel Tunkelang makes in his <a href=\"http:\/\/thenoisychannel.com\/2010\/05\/31\/are-links-a-distraction\/\" title=\"Are Links A Distraction? | The Noisy Channel\" target=\"_blank\">response<\/a> to Nick&#8217;s post.<\/p>\n<p><!--more-->Of course embedded anchors are just one way to manage links to other documents: Nick Carr preferred a &#8220;related links&#8221; end-notes section (not unlike that found in traditional academic papers). In <a title=\"XLibris | FXPAL\" href=\"http:\/\/www.fxpal.com\/?p=xlibris\" target=\"_self\">XLibris<\/a>, we implemented a <a title=\"Price, M. N., Golovchinsky, G., and Schilit,  B. N. (1998) Linking by inking: trailblazing in a paper-like hypertext.  In Proc. HYPERTEXT '98. ACM, New York, NY, 30-39.\" href=\"http:\/\/doi.acm.org\/10.1145\/276627.276631\" target=\"_self\">dynamic hypertext system<\/a> that identified promising links based on annotations made on the text and placed them in a &#8220;related links&#8221; section associated with a document; another possibility is to place anchors in the margin, a document  annotation style that goes back to the <a href=\"http:\/\/en.wikipedia.org\/wiki\/Talmud\" title=\"Talmud | Wikipedia\" target=\"_blank\">Talmud<\/a>.<\/p>\n<p>Since the aspect of hypertext that Nick is objecting to is the interruption of reading, there are ways to manage that as well. Bookmarking is not an effective interface for this purpose, for reasons related to what Patricia Wright reported. Other, lighter-weight techniques, however, can improve this process. Hypertext research literature from ten years ago is full of examples of interesting ways to manage anchor display and link traversal. Unfortunately, ten years of web-based interaction have homogenized that diversity into a rather small set of expected interactions.<\/p>\n<p>Tabbed browsing solves the problem partially, but the number of open tabs can get large, making it harder to find the documents related to your current reading. Another solution, mentioned by JD Thomas in a <a title=\"Comment by JD Thomas | The Noisy Channel\" href=\"http:\/\/thenoisychannel.com\/2010\/05\/31\/are-links-a-distraction\/#comment-6187\" target=\"_blank\">comment<\/a> on The Noisy Channel, is to use Javascript to make it possible to defer link-following to a later time without losing track of promising links. This is related to an <a title=\"Detection and processing of annotated anchors | Golovchinsky, Marshall, Price, Schilit. US Patent 7,266,765\" href=\"http:\/\/www.google.com\/patents?vid=USPAT7266765\" target=\"_blank\">idea<\/a> we had for XLibris, which allowed people to mark link anchors with free-form digital ink, thereby making it easier to revisit those promising links later.<\/p>\n<p>A rudimentary JavaScript version is relatively easy to implement; in fact, it works on this page. I cobbled together a short jQuery script that marks up all anchors within the body of this post with extra anchors. Clicking on these added anchors adds the associated links to the &#8220;saved links&#8221; reading list for the given page.  This is just a rough prototype, of course: if you refresh the page, the browsing history will go away, and there is no way to pool links across pages, saved links should contain some textual context from the article, etc. All of these (any many other) features could be implemented simply through a WordPress plug-in. I just wanted to try a quick-and-dirty experiment to see if it works.<\/p>\n<p>Let me know what you think.<\/p>\n<\/div>\n<style>\n#link-container {\ntop: 30px; \nleft: 10px; \nwidth: 100px;\nposition: fixed;\n}\n#link-container h2 {\n   font-family: 'Lucida Grande',Verdana,Sans-Serif;\n   font-size: 1.2em;\n   margin: 5px 0 0;\n}<\/p>\n<p>#link-container ul li {\n   list-style-image: none;\n   list-style-type: none;\n}\n<\/style>\n<p><script type=\"text\/javascript\" src=\"\/scripts\/saveLinks.js\"><\/script><br \/>\n<script type=\"text\/javascript\">\n<!-- \njQuery(function() {saveLinks('#link-contents', '.actual-entry a', '\/wp-content\/uploads\/2010\/06\/ext-link.png');} );\n\/\/-->\n<\/script><\/p>\n<div id =\"link-container\">\n<ul>\n<li id=\"link-contents\" style=\"display:none;\">&nbsp;<\/li>\n<\/ul>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Nick Carr wrote a post a couple of days ago about the distracting effects of hypertext anchors when reading text. He referred to the increased cognitive effort that in-line anchors impose on readers, but as Mark Bernstein points out, the cognitive effort article was published in the 1980s, and these claims were not supported in [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[31],"tags":[],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/blog.fxpal.net\/index.php?rest_route=\/wp\/v2\/posts\/3831"}],"collection":[{"href":"https:\/\/blog.fxpal.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.fxpal.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.fxpal.net\/index.php?rest_route=\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.fxpal.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3831"}],"version-history":[{"count":89,"href":"https:\/\/blog.fxpal.net\/index.php?rest_route=\/wp\/v2\/posts\/3831\/revisions"}],"predecessor-version":[{"id":3905,"href":"https:\/\/blog.fxpal.net\/index.php?rest_route=\/wp\/v2\/posts\/3831\/revisions\/3905"}],"wp:attachment":[{"href":"https:\/\/blog.fxpal.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3831"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.fxpal.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3831"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.fxpal.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3831"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}