<?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: &#8220;Print this page&#8221; with Ruby on Rails</title>
	<atom:link href="http://ariejan.net/2007/01/19/print-this-page-with-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://ariejan.net/2007/01/19/print-this-page-with-ruby-on-rails/</link>
	<description>May The Source Be With You.</description>
	<pubDate>Tue, 06 Jan 2009 11:27:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ariejan de Vroom</title>
		<link>http://ariejan.net/2007/01/19/print-this-page-with-ruby-on-rails/comment-page-1/#comment-10620</link>
		<dc:creator>Ariejan de Vroom</dc:creator>
		<pubDate>Thu, 23 Oct 2008 06:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://beta.ariejan.net/?p=72#comment-10620</guid>
		<description>@David: I'm afraid you can't change image colours with CSS. You could, however, create a normal (white on black) and printable (black on white) image. 

With CSS you then hide the printable version on screen and you hide the screen version in print.css. This way you can easily prin the graph too. But, you'll have to generate two graphs.</description>
		<content:encoded><![CDATA[<p>@David: I&#8217;m afraid you can&#8217;t change image colours with CSS. You could, however, create a normal (white on black) and printable (black on white) image. </p>
<p>With CSS you then hide the printable version on screen and you hide the screen version in print.css. This way you can easily prin the graph too. But, you&#8217;ll have to generate two graphs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Parry</title>
		<link>http://ariejan.net/2007/01/19/print-this-page-with-ruby-on-rails/comment-page-1/#comment-10619</link>
		<dc:creator>David Parry</dc:creator>
		<pubDate>Thu, 23 Oct 2008 03:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://beta.ariejan.net/?p=72#comment-10619</guid>
		<description>Sorry... I should add that I've set up print.css so that it correctly swaps the foreground/background.</description>
		<content:encoded><![CDATA[<p>Sorry&#8230; I should add that I&#8217;ve set up print.css so that it correctly swaps the foreground/background.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Parry</title>
		<link>http://ariejan.net/2007/01/19/print-this-page-with-ruby-on-rails/comment-page-1/#comment-10618</link>
		<dc:creator>David Parry</dc:creator>
		<pubDate>Thu, 23 Oct 2008 03:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://beta.ariejan.net/?p=72#comment-10618</guid>
		<description>This is a great tip... thanks.

However, I've got a black background, and have generated (using Gruff) matching graphs in white-on-black. It looks pretty strange having white-on-black graphs when the rest of the page is black-on-white.

Any for suggestions for how to get the page that's printed from the javascript:print() command to be re-rendered (say, passing a parameter to say "switch color-scheme for graphs)?</description>
		<content:encoded><![CDATA[<p>This is a great tip&#8230; thanks.</p>
<p>However, I&#8217;ve got a black background, and have generated (using Gruff) matching graphs in white-on-black. It looks pretty strange having white-on-black graphs when the rest of the page is black-on-white.</p>
<p>Any for suggestions for how to get the page that&#8217;s printed from the javascript:print() command to be re-rendered (say, passing a parameter to say &#8220;switch color-scheme for graphs)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ariejan de Vroom</title>
		<link>http://ariejan.net/2007/01/19/print-this-page-with-ruby-on-rails/comment-page-1/#comment-10571</link>
		<dc:creator>Ariejan de Vroom</dc:creator>
		<pubDate>Sun, 20 Jul 2008 08:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://beta.ariejan.net/?p=72#comment-10571</guid>
		<description>@josh: you can change the way you page looks on paper by editing the print.css file.</description>
		<content:encoded><![CDATA[<p>@josh: you can change the way you page looks on paper by editing the print.css file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://ariejan.net/2007/01/19/print-this-page-with-ruby-on-rails/comment-page-1/#comment-10570</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Sun, 20 Jul 2008 08:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://beta.ariejan.net/?p=72#comment-10570</guid>
		<description>this is great.. When i tried this, the whole bondpaper was utilized.. do you have any way to adjust the layout during printing?</description>
		<content:encoded><![CDATA[<p>this is great.. When i tried this, the whole bondpaper was utilized.. do you have any way to adjust the layout during printing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Divide and Conquer &#187; Blog Archive &#187; Printing &#8220;Things&#8221; in The Project</title>
		<link>http://ariejan.net/2007/01/19/print-this-page-with-ruby-on-rails/comment-page-1/#comment-5454</link>
		<dc:creator>Divide and Conquer &#187; Blog Archive &#187; Printing &#8220;Things&#8221; in The Project</dc:creator>
		<pubDate>Mon, 28 Jan 2008 11:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://beta.ariejan.net/?p=72#comment-5454</guid>
		<description>[...] feature that is quite high on the priority list is to be able to print Things. I found the article “Print this page” with Ruby on Rails but I wanted a separate page for printing Things. I have created a layout called [...]</description>
		<content:encoded><![CDATA[<p>[...] feature that is quite high on the priority list is to be able to print Things. I found the article “Print this page” with Ruby on Rails but I wanted a separate page for printing Things. I have created a layout called [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://ariejan.net/2007/01/19/print-this-page-with-ruby-on-rails/comment-page-1/#comment-3670</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Mon, 29 Oct 2007 11:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://beta.ariejan.net/?p=72#comment-3670</guid>
		<description>Excellent guide!!</description>
		<content:encoded><![CDATA[<p>Excellent guide!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
