<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Optimize Your Links For Print Using CSS &#8212; Show The&#160;URL</title> <atom:link href="http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 15:40:33 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Alok</title><link>http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url/comment-page-1#comment-24526</link> <dc:creator>Alok</dc:creator> <pubDate>Wed, 29 Jun 2011 05:12:00 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url/#comment-24526</guid> <description>This custom CSS works still better:a:after {content: &quot; [&quot; attr(href) &quot;]&quot;; color:blue;}
a:link {color: #800000; text-decoration: none;}
a:visited {color: #800000; text-decoration: none;}
a:hover {color: #000000; text-decoration: underline;}</description> <content:encoded><![CDATA[<p>This custom CSS works still better:</p><p>a:after {content: &#8221; [" attr(href) "]&#8220;; color:blue;}<br
/> a:link {color: #800000; text-decoration: none;}<br
/> a:visited {color: #800000; text-decoration: none;}<br
/> a:hover {color: #000000; text-decoration: underline;}</p> ]]></content:encoded> </item> <item><title>By: Alok</title><link>http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url/comment-page-1#comment-23920</link> <dc:creator>Alok</dc:creator> <pubDate>Sun, 08 May 2011 15:57:58 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url/#comment-23920</guid> <description>This tool allows inserting the CSS into any web page when the page author did not.http://readable.tastefulwords.com/Checkout the option &quot;More CSS&quot; and use the specified CSS:a:link:after, a:visited:after { content:&quot; [&quot; attr(href) &quot;] &quot;; }</description> <content:encoded><![CDATA[<p>This tool allows inserting the CSS into any web page when the page author did not.</p><p><a
href="http://readable.tastefulwords.com/" rel="nofollow">http://readable.tastefulwords.com/</a></p><p>Checkout the option &#8220;More CSS&#8221; and use the specified CSS:</p><p>a:link:after, a:visited:after { content:&#8221; [" attr(href) "] &#8220;; }</p> ]]></content:encoded> </item> <item><title>By: Robbiego</title><link>http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url/comment-page-1#comment-22537</link> <dc:creator>Robbiego</dc:creator> <pubDate>Wed, 02 Feb 2011 20:12:01 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url/#comment-22537</guid> <description>Thanks for this simple trick. Works great.</description> <content:encoded><![CDATA[<p>Thanks for this simple trick. Works great.</p> ]]></content:encoded> </item> <item><title>By: Pravin</title><link>http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url/comment-page-1#comment-20107</link> <dc:creator>Pravin</dc:creator> <pubDate>Mon, 20 Sep 2010 12:02:15 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url/#comment-20107</guid> <description>Hi all I want to know ...How can we avoid printing url and dates and page no from print window</description> <content:encoded><![CDATA[<p>Hi all I want to know &#8230;How can we avoid printing url and dates and page no from print window</p> ]]></content:encoded> </item> <item><title>By: Alok</title><link>http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url/comment-page-1#comment-16268</link> <dc:creator>Alok</dc:creator> <pubDate>Fri, 26 Feb 2010 18:07:55 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url/#comment-16268</guid> <description>Is there something I can do as an end-user to print the links when printing a web-page?  The CSS method (as well as jQuery method posted by Bill in a comment) seems to be intended for the author of the web page.  How do I do this as an end-user given that the author has not done this?  I could not find any Firefox add-on that does this.</description> <content:encoded><![CDATA[<p>Is there something I can do as an end-user to print the links when printing a web-page?  The CSS method (as well as jQuery method posted by Bill in a comment) seems to be intended for the author of the web page.  How do I do this as an end-user given that the author has not done this?  I could not find any Firefox add-on that does this.</p> ]]></content:encoded> </item> <item><title>By: Alok</title><link>http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url/comment-page-1#comment-16267</link> <dc:creator>Alok</dc:creator> <pubDate>Fri, 26 Feb 2010 18:06:05 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url/#comment-16267</guid> <description>Is there something I can do as an end-user to print the links when printing a webpage?  The CSS method (as well as jQuery method posted by Bill in a comment) seems to be intended for the author of the web page.  How do I do this as an end-user given that the author has not done this?  I could not find any Firefox add-on that does this.</description> <content:encoded><![CDATA[<p>Is there something I can do as an end-user to print the links when printing a webpage?  The CSS method (as well as jQuery method posted by Bill in a comment) seems to be intended for the author of the web page.  How do I do this as an end-user given that the author has not done this?  I could not find any Firefox add-on that does this.</p> ]]></content:encoded> </item> <item><title>By: Steven Schrab</title><link>http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url/comment-page-1#comment-14415</link> <dc:creator>Steven Schrab</dc:creator> <pubDate>Thu, 10 Dec 2009 17:21:54 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url/#comment-14415</guid> <description>This is exactly what I was looking for. Thanks!</description> <content:encoded><![CDATA[<p>This is exactly what I was looking for. Thanks!</p> ]]></content:encoded> </item> <item><title>By: click</title><link>http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url/comment-page-1#comment-14178</link> <dc:creator>click</dc:creator> <pubDate>Thu, 03 Dec 2009 19:55:35 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url/#comment-14178</guid> <description>I love everything about this site!!</description> <content:encoded><![CDATA[<p>I love everything about this site!!</p> ]]></content:encoded> </item> <item><title>By: visit</title><link>http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url/comment-page-1#comment-12417</link> <dc:creator>visit</dc:creator> <pubDate>Sat, 03 Oct 2009 14:33:52 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url/#comment-12417</guid> <description>I happened upon this site while following the links from another site. Your site is wonderful and i bookmarked it. Thank your for the hard work you must have put in to create this wonderful facility. Keep up the excellent work</description> <content:encoded><![CDATA[<p>I happened upon this site while following the links from another site. Your site is wonderful and i bookmarked it. Thank your for the hard work you must have put in to create this wonderful facility. Keep up the excellent work</p> ]]></content:encoded> </item> <item><title>By: tip</title><link>http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url/comment-page-1#comment-8899</link> <dc:creator>tip</dc:creator> <pubDate>Tue, 28 Apr 2009 11:03:52 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url/#comment-8899</guid> <description>The stuff on this web site is really witty and cool wise</description> <content:encoded><![CDATA[<p>The stuff on this web site is really witty and cool wise</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/17 queries in 0.010 seconds using disk: basic
Object Caching 865/866 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 12:28:08 -->
