<?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: Quick Tip: Making a &#8216;Print This Page&#8217; Button</title>
	<atom:link href="http://css-tricks.com/quick-tip-making-a-print-this-page-button/feed/" rel="self" type="application/rss+xml" />
	<link>http://css-tricks.com/quick-tip-making-a-print-this-page-button/</link>
	<description>Tips, Tricks, and Techniques on using Cascading Style Sheets.</description>
	<lastBuildDate>Sat, 25 May 2013 16:27:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Lazlow</title>
		<link>http://css-tricks.com/quick-tip-making-a-print-this-page-button/#comment-1514</link>
		<dc:creator>Lazlow</dc:creator>
		<pubDate>Sat, 24 Nov 2007 16:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/quick-tip-making-a-print-this-page-button/#comment-1514</guid>
		<description><![CDATA[I think in this context, a print this page button works well - as Chris said, it was used for a Kid&#039;s Zone colouring section. It lets the children, who are probably just getting to grips with a computer, that they can print the page out. It also suggests the designer took print styles into account, to ensure it fits on an A4 page. Though I agree, in most situations print should be left to the browser - with the site simply providing a print stylesheet.]]></description>
		<content:encoded><![CDATA[<p>I think in this context, a print this page button works well &#8211; as Chris said, it was used for a Kid&#8217;s Zone colouring section. It lets the children, who are probably just getting to grips with a computer, that they can print the page out. It also suggests the designer took print styles into account, to ensure it fits on an A4 page. Though I agree, in most situations print should be left to the browser &#8211; with the site simply providing a print stylesheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco De Luca</title>
		<link>http://css-tricks.com/quick-tip-making-a-print-this-page-button/#comment-1508</link>
		<dc:creator>Marco De Luca</dc:creator>
		<pubDate>Sat, 24 Nov 2007 12:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/quick-tip-making-a-print-this-page-button/#comment-1508</guid>
		<description><![CDATA[I habe to admit it: I&#039;ve never been a friend of the &quot;Print this page&quot; function for several reasons:

1. This is not content, but a function. These sort of things should be the domain of the browser, not the website, because a user wants to learn once how to print a page and not check on every website again where this print icon/link might be.

2. Modern browsers offer a page preview, which can help you to save paper. Either the content is resized to fit on one page (or any desired number of pages) or you can print the first page only, if you see, that there is no important content on the following pages.

3. If JavaScript is disabled, you have to make sure, that the print-me link doesn&#039;t show. Otherwise the user will have a link that&#039;s not working. Probably the best way to solve this, is to write out the link with JavaScript, so if it is turned off, no link will even be displayed. A lot of work for functionality not really neccessary.

In my opinion, an acceptable approach would be to switch to a print stylesheet (show print version), so the user sees what will be printed and how the print layout looks like or also just can choose this to get an uncluttered (ad-free) design of that page.

But it&#039;s interesting to see what others think about this.]]></description>
		<content:encoded><![CDATA[<p>I habe to admit it: I&#8217;ve never been a friend of the &#8220;Print this page&#8221; function for several reasons:</p>
<p>1. This is not content, but a function. These sort of things should be the domain of the browser, not the website, because a user wants to learn once how to print a page and not check on every website again where this print icon/link might be.</p>
<p>2. Modern browsers offer a page preview, which can help you to save paper. Either the content is resized to fit on one page (or any desired number of pages) or you can print the first page only, if you see, that there is no important content on the following pages.</p>
<p>3. If JavaScript is disabled, you have to make sure, that the print-me link doesn&#8217;t show. Otherwise the user will have a link that&#8217;s not working. Probably the best way to solve this, is to write out the link with JavaScript, so if it is turned off, no link will even be displayed. A lot of work for functionality not really neccessary.</p>
<p>In my opinion, an acceptable approach would be to switch to a print stylesheet (show print version), so the user sees what will be printed and how the print layout looks like or also just can choose this to get an uncluttered (ad-free) design of that page.</p>
<p>But it&#8217;s interesting to see what others think about this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Coyier</title>
		<link>http://css-tricks.com/quick-tip-making-a-print-this-page-button/#comment-1288</link>
		<dc:creator>Chris Coyier</dc:creator>
		<pubDate>Tue, 20 Nov 2007 03:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/quick-tip-making-a-print-this-page-button/#comment-1288</guid>
		<description><![CDATA[@Jermayn: Literally, it means just what you think it does. It&#039;s a stylesheet that a projector would use for styling the site. As you might imagine, there aren&#039;t a whole lot of web-browsing projectors out there you really need to worry about. The reason why you see it I think is for Opera. Opera has a full-screen mode which I think will trigger the projection stylesheet, so you can style things specifically for that scenario.]]></description>
		<content:encoded><![CDATA[<p>@Jermayn: Literally, it means just what you think it does. It&#8217;s a stylesheet that a projector would use for styling the site. As you might imagine, there aren&#8217;t a whole lot of web-browsing projectors out there you really need to worry about. The reason why you see it I think is for Opera. Opera has a full-screen mode which I think will trigger the projection stylesheet, so you can style things specifically for that scenario.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jermayn Parker</title>
		<link>http://css-tricks.com/quick-tip-making-a-print-this-page-button/#comment-1284</link>
		<dc:creator>Jermayn Parker</dc:creator>
		<pubDate>Tue, 20 Nov 2007 02:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/quick-tip-making-a-print-this-page-button/#comment-1284</guid>
		<description><![CDATA[dumb question: whats a projection??]]></description>
		<content:encoded><![CDATA[<p>dumb question: whats a projection??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lazlow</title>
		<link>http://css-tricks.com/quick-tip-making-a-print-this-page-button/#comment-1269</link>
		<dc:creator>Lazlow</dc:creator>
		<pubDate>Mon, 19 Nov 2007 20:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/quick-tip-making-a-print-this-page-button/#comment-1269</guid>
		<description><![CDATA[The Print stuff I was aware of - but I never knew you could assign more than one media type to a single CSS file, as you&#039;ve shown with:

media=&quot;screen, projection&quot;

Thanks for another great article!]]></description>
		<content:encoded><![CDATA[<p>The Print stuff I was aware of &#8211; but I never knew you could assign more than one media type to a single CSS file, as you&#8217;ve shown with:</p>
<p>media=&#8221;screen, projection&#8221;</p>
<p>Thanks for another great article!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (User agent is rejected)
Content Delivery Network via cdn.css-tricks.com

 Served from: css-tricks.com @ 2013-05-25 10:11:57 by W3 Total Cache -->