<?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/"
		>
<channel>
	<title>Comments on: A useful print stylesheet</title>
	<atom:link href="http://kilianvalkhof.com/2008/css-xhtml/a-useful-print-stylesheet/feed/" rel="self" type="application/rss+xml" />
	<link>http://kilianvalkhof.com/2008/css-xhtml/a-useful-print-stylesheet/</link>
	<description></description>
	<lastBuildDate>Fri, 12 Mar 2010 12:56:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Why your web pages print badly and how to fix them</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/a-useful-print-stylesheet/comment-page-1/#comment-40355</link>
		<dc:creator>Why your web pages print badly and how to fix them</dc:creator>
		<pubDate>Thu, 03 Dec 2009 14:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=242#comment-40355</guid>
		<description>[...] A Useful Print Style sheet. (Kilian Valkhof) [...]</description>
		<content:encoded><![CDATA[<p>[...] A Useful Print Style sheet. (Kilian Valkhof) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cómo realizar una buena hoja de estilos CSS para imprimir - elWebmaster.com</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/a-useful-print-stylesheet/comment-page-1/#comment-10968</link>
		<dc:creator>Cómo realizar una buena hoja de estilos CSS para imprimir - elWebmaster.com</dc:creator>
		<pubDate>Fri, 05 Dec 2008 12:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=242#comment-10968</guid>
		<description>[...] Fuente: Kilian Valkhof [...]</description>
		<content:encoded><![CDATA[<p>[...] Fuente: Kilian Valkhof [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kilian Valkhof</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/a-useful-print-stylesheet/comment-page-1/#comment-10942</link>
		<dc:creator>Kilian Valkhof</dc:creator>
		<pubDate>Thu, 04 Dec 2008 12:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=242#comment-10942</guid>
		<description>Ckburnett, there are a couple of problems with that: It won&#039;t work without javascript, leaving those people without printbutton (or worse, a print button that doesn&#039;t work!) and it also doesn&#039;t highlight the fact that they are actually printing the page in &lt;em&gt;a style especially made for print&lt;/em&gt;, which I think is more important.

Jordan, absolutely right, it won&#039;t work in the IE&#039;s. You could fix that with some fancy javascript, which would make it work for &lt;em&gt;most&lt;/em&gt; people.</description>
		<content:encoded><![CDATA[<p>Ckburnett, there are a couple of problems with that: It won&#8217;t work without javascript, leaving those people without printbutton (or worse, a print button that doesn&#8217;t work!) and it also doesn&#8217;t highlight the fact that they are actually printing the page in <em>a style especially made for print</em>, which I think is more important.</p>
<p>Jordan, absolutely right, it won&#8217;t work in the IE&#8217;s. You could fix that with some fancy javascript, which would make it work for <em>most</em> people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer C</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/a-useful-print-stylesheet/comment-page-1/#comment-10921</link>
		<dc:creator>Jennifer C</dc:creator>
		<pubDate>Wed, 03 Dec 2008 14:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=242#comment-10921</guid>
		<description>So true. I usually write my print.css, and then the print icon goes to a version of the page that is using the print stylesheet. This way, I am not writing unnecessary code to strip items, just performing a swap of stylesheet, whether that be changing the &lt;link...&gt; to media=&quot;screen&quot;, or whether it&#039;s just a JavaScript CSS swap. 

I enjoy your attr(href) note as well. In a recent project, I had to generate a plaintext version of a newsletter stored in XML using XSLT, and what had been links had to follow a format just like that. Oh how I yearned for the a:after{content:} styles!</description>
		<content:encoded><![CDATA[<p>So true. I usually write my print.css, and then the print icon goes to a version of the page that is using the print stylesheet. This way, I am not writing unnecessary code to strip items, just performing a swap of stylesheet, whether that be changing the &lt;link&#8230;&gt; to media=&#8221;screen&#8221;, or whether it&#8217;s just a JavaScript CSS swap. </p>
<p>I enjoy your attr(href) note as well. In a recent project, I had to generate a plaintext version of a newsletter stored in XML using XSLT, and what had been links had to follow a format just like that. Oh how I yearned for the a:after{content:} styles!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Useful Print Stylesheet &#124; Brass Blogs Web Design</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/a-useful-print-stylesheet/comment-page-1/#comment-10911</link>
		<dc:creator>A Useful Print Stylesheet &#124; Brass Blogs Web Design</dc:creator>
		<pubDate>Wed, 03 Dec 2008 01:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=242#comment-10911</guid>
		<description>[...] A Useful Print Stylesheet    December1  Print stylesheets are pretty well supported. In this article I&#039;ll discuss what I think makes a good print stylesheet, and we’ll take a look at how we can improve public familiarity with them. What makes a good print stylesheet? A good print stylesheet, first and foremost, hides all the unnecessary elements, such as navigation, search, sidebars and other elements that aren’t directly important for the page being printed. It removes as much of the colours as possible, so that you’re not wasting anyone’s colour ink, and make sure your text is the width of the page (width:auto) so that you’re not wasting anyone’s paper. read more &#187; [...]</description>
		<content:encoded><![CDATA[<p>[...] A Useful Print Stylesheet    December1  Print stylesheets are pretty well supported. In this article I&#8217;ll discuss what I think makes a good print stylesheet, and we’ll take a look at how we can improve public familiarity with them. What makes a good print stylesheet? A good print stylesheet, first and foremost, hides all the unnecessary elements, such as navigation, search, sidebars and other elements that aren’t directly important for the page being printed. It removes as much of the colours as possible, so that you’re not wasting anyone’s colour ink, and make sure your text is the width of the page (width:auto) so that you’re not wasting anyone’s paper. read more &raquo; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jabz</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/a-useful-print-stylesheet/comment-page-1/#comment-10909</link>
		<dc:creator>Jabz</dc:creator>
		<pubDate>Tue, 02 Dec 2008 23:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=242#comment-10909</guid>
		<description>So much to do...I wanna play with print-css too. I take your article to run some tests tomorrow. Thanks.</description>
		<content:encoded><![CDATA[<p>So much to do&#8230;I wanna play with print-css too. I take your article to run some tests tomorrow. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kindragoehler.com &#187; Links Bonanza!</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/a-useful-print-stylesheet/comment-page-1/#comment-10908</link>
		<dc:creator>kindragoehler.com &#187; Links Bonanza!</dc:creator>
		<pubDate>Tue, 02 Dec 2008 22:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=242#comment-10908</guid>
		<description>[...] Tips for print stylesheets-useful and interesting post over at Kilian Valkhof. [...]</description>
		<content:encoded><![CDATA[<p>[...] Tips for print stylesheets-useful and interesting post over at Kilian Valkhof. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Юзабилити стилей для печати &#124; HTML и CSS, доступность и юзабилити — Life Style</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/a-useful-print-stylesheet/comment-page-1/#comment-10902</link>
		<dc:creator>Юзабилити стилей для печати &#124; HTML и CSS, доступность и юзабилити — Life Style</dc:creator>
		<pubDate>Tue, 02 Dec 2008 10:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=242#comment-10902</guid>
		<description>[...] можно добавить кое-что полезное. Например, Kilian Valkhof предложил интересное решение, касающееся ссылок. После печати [...]</description>
		<content:encoded><![CDATA[<p>[...] можно добавить кое-что полезное. Например, Kilian Valkhof предложил интересное решение, касающееся ссылок. После печати [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jordan</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/a-useful-print-stylesheet/comment-page-1/#comment-10892</link>
		<dc:creator>jordan</dc:creator>
		<pubDate>Mon, 01 Dec 2008 16:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=242#comment-10892</guid>
		<description>The a::after is an interesting touch, and one I had never thought of. I&#039;ll definitely have to see about implementing it sometime.

Unfortunately, as is so often the case, IE users won&#039;t get the benefit, as it doesn&#039;t (at least in versions up to 7) support the :after pseudo-element (and certainly won&#039;t support the CSS3 double colon notation).

So depending on a site&#039;s demographics and how important the print page is, I think we may still have to suffer with &quot;special&quot; print pages for IE users</description>
		<content:encoded><![CDATA[<p>The a::after is an interesting touch, and one I had never thought of. I&#8217;ll definitely have to see about implementing it sometime.</p>
<p>Unfortunately, as is so often the case, IE users won&#8217;t get the benefit, as it doesn&#8217;t (at least in versions up to 7) support the :after pseudo-element (and certainly won&#8217;t support the CSS3 double colon notation).</p>
<p>So depending on a site&#8217;s demographics and how important the print page is, I think we may still have to suffer with &#8220;special&#8221; print pages for IE users</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ckburnett</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/a-useful-print-stylesheet/comment-page-1/#comment-10890</link>
		<dc:creator>ckburnett</dc:creator>
		<pubDate>Mon, 01 Dec 2008 14:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=242#comment-10890</guid>
		<description>&quot;Print stylesheets arent very useful if people don’t use them. 
And I really don’t know how to change that. Do you?&quot;

Yes. Make a little print icon and attach a JS event to it that fires printPage().</description>
		<content:encoded><![CDATA[<p>&#8220;Print stylesheets arent very useful if people don’t use them.<br />
And I really don’t know how to change that. Do you?&#8221;</p>
<p>Yes. Make a little print icon and attach a JS event to it that fires printPage().</p>
]]></content:encoded>
	</item>
</channel>
</rss>
