Collecting links for printing
In Improving Link Display for Print, Aaron Gustafson describes a really neat and unobtrusive JavaScript technique for collecting and displaying the URIs a document contains when it is printed.
Inserting a footnote for each URI is much better for readability than using CSS generated content to display the complete URI next to the link or quote that contains it. I’ll look into implementing this here in the near future.
- Previous post: Unobtrusive registration forms
- Next post: Search Engine Ranking Factors
Subscribe / follow
Sponsors
Authentic Jobs
- Lead Digital Designer at Nabzem (Los Angeles, CA, Ca, US)
- HL7 Experienced Developer at Entermotion
- JavaScript/CSS/HTML5 Developer at CurriculaWorks (Burlingame, CA, Ca, US)
- Software Engineer at Avant Credit (Chicago, IL, Il, US)
DreamHost web hosting
Use the promo code 456BEREASTREET3 to save USD 20 when you sign up for DreamHost


Comments
It would be nice if this script were made into an extension or Greasemonkey script, so that the user could print all pages like this, rather than relying on the author to do it. The only problem with doing it this way, is it would be difficult for the user script to differentiate between important content links and irrelevant site navigation links for every site.
Very good idea with the links for printing. This would also be perfect for a student writing a term paper. They could post it online and print out a copy for the teacher with footnotes. Great updating an old school technique with new technology.
Couldn’t you just use CSS?
Tom: Yes, but that causes readability problems. The technique described in the article is a way to avoid that.
Comments are disabled for this post (read why), but if you have spotted an error or have additional info that you think should be in this post, feel free to contact me.