<?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: Don&#8217;t Rely on Background Colors&#160;Printing</title> <atom:link href="http://css-tricks.com/dont-rely-on-background-colors-printing/feed/" rel="self" type="application/rss+xml" /><link>http://css-tricks.com/dont-rely-on-background-colors-printing/</link> <description>Tips, Tricks, and Techniques on using Cascading Style Sheets.</description> <lastBuildDate>Fri, 10 Sep 2010 21:11:53 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>By: Offene Tabs: Webdesign &#38; Wordpress - stefan.waidele.info</title><link>http://css-tricks.com/dont-rely-on-background-colors-printing/#comment-56784</link> <dc:creator>Offene Tabs: Webdesign &#38; Wordpress - stefan.waidele.info</dc:creator> <pubDate>Mon, 01 Jun 2009 05:01:36 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=2755#comment-56784</guid> <description>[...] Don’t Rely on Background Colors Printing [...]</description> <content:encoded><![CDATA[<p>[...] Don’t Rely on Background Colors Printing [...]</p> ]]></content:encoded> </item> <item><title>By: Building a Print CSS &#124; Full On Design</title><link>http://css-tricks.com/dont-rely-on-background-colors-printing/#comment-56468</link> <dc:creator>Building a Print CSS &#124; Full On Design</dc:creator> <pubDate>Thu, 21 May 2009 17:59:17 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=2755#comment-56468</guid> <description>[...] Don’t Rely on Background Colors Printing - A really neat article on why using colours in your print CSS is just a bad idea. [...]</description> <content:encoded><![CDATA[<p>[...] Don’t Rely on Background Colors Printing &#8211; A really neat article on why using colours in your print CSS is just a bad idea. [...]</p> ]]></content:encoded> </item> <item><title>By: Daniel Groves</title><link>http://css-tricks.com/dont-rely-on-background-colors-printing/#comment-56363</link> <dc:creator>Daniel Groves</dc:creator> <pubDate>Mon, 18 May 2009 19:17:04 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=2755#comment-56363</guid> <description>@chriscoyierThe site in question now uses you meathod for it&#039;s print styles ;)</description> <content:encoded><![CDATA[<p>@chriscoyier</p><p>The site in question now uses you meathod for it&#8217;s print styles ;)</p> ]]></content:encoded> </item> <item><title>By: Dormgear.net</title><link>http://css-tricks.com/dont-rely-on-background-colors-printing/#comment-56306</link> <dc:creator>Dormgear.net</dc:creator> <pubDate>Fri, 15 May 2009 13:25:35 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=2755#comment-56306</guid> <description>Very good point Luke.Perhaps this means Chris should write another great  article about print.css and what attributes are printer safe and supported.  *hint hint nudge nudge *  Wise idea migrating away from PDF.  My only suggestion would be to have a dynamic PDF generator on the fly, because otherwise it&#039;d just be too much time and upkeep.Cheers,
Dormgear.net</description> <content:encoded><![CDATA[<p>Very good point Luke.</p><p>Perhaps this means Chris should write another great  article about print.css and what attributes are printer safe and supported.  *hint hint nudge nudge *  Wise idea migrating away from PDF.  My only suggestion would be to have a dynamic PDF generator on the fly, because otherwise it&#8217;d just be too much time and upkeep.</p><p>Cheers,<br
/> Dormgear.net</p> ]]></content:encoded> </item> <item><title>By: whiskey</title><link>http://css-tricks.com/dont-rely-on-background-colors-printing/#comment-56298</link> <dc:creator>whiskey</dc:creator> <pubDate>Fri, 15 May 2009 06:54:08 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=2755#comment-56298</guid> <description>I hate being that guy, but this can be done.
It&#039;s either a matter of getting some PHP code to parse the table and get GD to render the cell contents as images (and maybe cache them) substituting what&#039;s already there, or getting Jquery to parse the table and substitute the cells contents with a prerendered JPEG or GIF file.Now I said that THIS can be done because we are dealing with a finite amount of alternatives (31 numbers times 5 colors = 155 alternatives), and we would still have to deal with the month headers.We could also use fpdf library to render it as a PDF file on the server side...What we should do though is instruct the audience that if they want the website to print-as-seen they could download and install tools like Cute PDF, Bullzip PDF and more (this are free) to then print to PDF file and print that to paper.</description> <content:encoded><![CDATA[<p>I hate being that guy, but this can be done.<br
/> It&#8217;s either a matter of getting some PHP code to parse the table and get GD to render the cell contents as images (and maybe cache them) substituting what&#8217;s already there, or getting Jquery to parse the table and substitute the cells contents with a prerendered JPEG or GIF file.</p><p>Now I said that THIS can be done because we are dealing with a finite amount of alternatives (31 numbers times 5 colors = 155 alternatives), and we would still have to deal with the month headers.</p><p>We could also use fpdf library to render it as a PDF file on the server side&#8230;</p><p>What we should do though is instruct the audience that if they want the website to print-as-seen they could download and install tools like Cute PDF, Bullzip PDF and more (this are free) to then print to PDF file and print that to paper.</p> ]]></content:encoded> </item> <item><title>By: Trever</title><link>http://css-tricks.com/dont-rely-on-background-colors-printing/#comment-56295</link> <dc:creator>Trever</dc:creator> <pubDate>Fri, 15 May 2009 00:58:35 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=2755#comment-56295</guid> <description>Chris, excellent, and I&#039;m coming to a similar crossroad at the moment. As savagecorp said, would you mind sharing how you&#039;re creating a calendar dynamically? Right on. </description> <content:encoded><![CDATA[<p>Chris, excellent, and I&#8217;m coming to a similar crossroad at the moment. As savagecorp said, would you mind sharing how you&#8217;re creating a calendar dynamically? Right on.</p> ]]></content:encoded> </item> <item><title>By: Allen Baranov</title><link>http://css-tricks.com/dont-rely-on-background-colors-printing/#comment-56277</link> <dc:creator>Allen Baranov</dc:creator> <pubDate>Thu, 14 May 2009 08:34:56 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=2755#comment-56277</guid> <description>I have to agree with rzea that your solution doesn&#039;t scale and comments that the reference can be rather confusing.However, I must say that this is a very good idea. Essentially, you are asking potential customers to waste their own resources (paper and ink) to help you make a sale and the less ink (black is cheaper too) and paper they need to use - the better so well done on a cheaper solution and if there is no colour then it should print out quicker too so no waste of time.All-in-all - a great solution.I wish that more people used a special print CSS sheet. One major gripe that I have is that serifs are easier to read on paper and sans serif is better on screen. With just that change some blogs that I follow could be much easier to read offline.</description> <content:encoded><![CDATA[<p>I have to agree with rzea that your solution doesn&#8217;t scale and comments that the reference can be rather confusing.</p><p>However, I must say that this is a very good idea. Essentially, you are asking potential customers to waste their own resources (paper and ink) to help you make a sale and the less ink (black is cheaper too) and paper they need to use &#8211; the better so well done on a cheaper solution and if there is no colour then it should print out quicker too so no waste of time.</p><p>All-in-all &#8211; a great solution.</p><p>I wish that more people used a special print CSS sheet. One major gripe that I have is that serifs are easier to read on paper and sans serif is better on screen. With just that change some blogs that I follow could be much easier to read offline.</p> ]]></content:encoded> </item> <item><title>By: Allen Baranov</title><link>http://css-tricks.com/dont-rely-on-background-colors-printing/#comment-56276</link> <dc:creator>Allen Baranov</dc:creator> <pubDate>Thu, 14 May 2009 08:20:14 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=2755#comment-56276</guid> <description>Simple. A number of websites have white text on a dark background. To print those out would use up an entire printer ink cartridge. Its better not to print out the background.</description> <content:encoded><![CDATA[<p>Simple. A number of websites have white text on a dark background. To print those out would use up an entire printer ink cartridge. Its better not to print out the background.</p> ]]></content:encoded> </item> <item><title>By: Pelly</title><link>http://css-tricks.com/dont-rely-on-background-colors-printing/#comment-56273</link> <dc:creator>Pelly</dc:creator> <pubDate>Thu, 14 May 2009 08:02:30 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=2755#comment-56273</guid> <description>Great Post........I would like to try this...</description> <content:encoded><![CDATA[<p>Great Post&#8230;&#8230;..I would like to try this&#8230;</p> ]]></content:encoded> </item> <item><title>By: savagecorp</title><link>http://css-tricks.com/dont-rely-on-background-colors-printing/#comment-56261</link> <dc:creator>savagecorp</dc:creator> <pubDate>Wed, 13 May 2009 21:12:23 +0000</pubDate> <guid
isPermaLink="false">http://css-tricks.com/?p=2755#comment-56261</guid> <description>Hi Chris - Great post. I was hoping sometime you could do a post on how you implemented that calendar, and how it works.It&#039;d be great to incorporate something small like that on a blog with a jQuery slider to the corresponding post/ even date. </description> <content:encoded><![CDATA[<p>Hi Chris &#8211; Great post. I was hoping sometime you could do a post on how you implemented that calendar, and how it works.</p><p>It&#8217;d be great to incorporate something small like that on a blog with a jQuery slider to the corresponding post/ even date.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 3/9 queries in 0.019 seconds using apc
Content Delivery Network via cdn.css-tricks.com

Served from: css-tricks.com @ 2010-09-10 22:37:34 -->