<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: Time to improve your print stylesheet</title>
	<atom:link href="http://boagworld.com/design/time-to-improve-your-print-stylesheet/feed/" rel="self" type="application/rss+xml" />
	<link>http://boagworld.com/design/time-to-improve-your-print-stylesheet/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=time-to-improve-your-print-stylesheet</link>
	<description>Advice on web design and digital strategy from Paul Boag</description>
	<lastBuildDate>Fri, 10 May 2013 03:27:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: bgrggfe</title>
		<link>http://boagworld.com/design/time-to-improve-your-print-stylesheet/#comment-9499</link>
		<dc:creator>bgrggfe</dc:creator>
		<pubDate>Sat, 26 May 2012 02:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://boagworld.com/?p=7407#comment-9499</guid>
		<description><![CDATA[

The Louis Vuitton Handbags are sold with higher price in china that other countries, because china has the very high inprot taxes of handbags,so many chinese always 
want to buy a &lt;b&gt;&lt;a href=&quot;http://www.louisvuittonoutlet-4u.net&quot; rel=&quot;nofollow&quot;&gt;Cheap Louis Vuitton Handbags&lt;/a&gt;&lt;/b&gt; and they will go aboard and buy cheap items from &lt;b&gt;&lt;a href=&quot;http://www.louisvuittonoutlet-4u.net&quot; rel=&quot;nofollow&quot;&gt;Louis Vuitton Outlet&lt;/a&gt;&lt;/b&gt; ,buy the others who can&#039;t go aborad will find a &lt;b&gt;&lt;a href=&quot;http://www.louisvuittonoutlet-4u.net&quot; rel=&quot;nofollow&quot;&gt;Louis Vuitton Online&lt;/a&gt;&lt;/b&gt; out.
]]></description>
		<content:encoded><![CDATA[<p>The Louis Vuitton Handbags are sold with higher price in china that other countries, because china has the very high inprot taxes of handbags,so many chinese always <br />
want to buy a <b><a href="http://www.louisvuittonoutlet-4u.net" rel="nofollow">Cheap Louis Vuitton Handbags</a></b> and they will go aboard and buy cheap items from <b><a href="http://www.louisvuittonoutlet-4u.net" rel="nofollow">Louis Vuitton Outlet</a></b> ,buy the others who can&#8217;t go aborad will find a <b><a href="http://www.louisvuittonoutlet-4u.net" rel="nofollow">Louis Vuitton Online</a></b> out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://boagworld.com/design/time-to-improve-your-print-stylesheet/#comment-9497</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 13 Feb 2012 21:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://boagworld.com/?p=7407#comment-9497</guid>
		<description><![CDATA[I was also working on print style sheets today. I discovered that you can&#039;t use HTML5 shiv in IE8 (I was testing in WinXP). This meant that all styling on HTML5 articles didn&#039;t work, f.e. nav {display none} did display.
Same as the previous comment by Boon, I also opted for separate print style sheet and no respond.js. Again, to solve a IE8 issue.
So, my top tip, test!]]></description>
		<content:encoded><![CDATA[<p>I was also working on print style sheets today. I discovered that you can&#8217;t use HTML5 shiv in IE8 (I was testing in WinXP). This meant that all styling on HTML5 articles didn&#8217;t work, f.e. nav {display none} did display.<br />
Same as the previous comment by Boon, I also opted for separate print style sheet and no respond.js. Again, to solve a IE8 issue.<br />
So, my top tip, test!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boon</title>
		<link>http://boagworld.com/design/time-to-improve-your-print-stylesheet/#comment-9496</link>
		<dc:creator>Boon</dc:creator>
		<pubDate>Mon, 13 Feb 2012 11:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://boagworld.com/?p=7407#comment-9496</guid>
		<description><![CDATA[I&#039;ve always tried to include a print stylesheet on all projects but been troubled in the past with either having to &quot;reset&quot; loads of extra styling for print, or simply redefine things. I&#039;ve found the way you structure and include your stylesheets can make or break handling print and IE. I build mobile-first and use a global.css base for all default / typography styles, brand colours etc. I then use separate stylesheets &amp; media queries (only screen) to add extra styling and layout for bigger devices at given breakpoints.  When including global.css without a media=&quot;&quot; declaration it works on both screen and print. I then include print.css to tweak the print layout specifically and that&#039;s pretty much it. Using separate stylesheets also allows me to be very specific with IE support (which versions get what) and doesn&#039;t rely on respond.js]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve always tried to include a print stylesheet on all projects but been troubled in the past with either having to &#8220;reset&#8221; loads of extra styling for print, or simply redefine things. I&#8217;ve found the way you structure and include your stylesheets can make or break handling print and IE. I build mobile-first and use a global.css base for all default / typography styles, brand colours etc. I then use separate stylesheets &amp; media queries (only screen) to add extra styling and layout for bigger devices at given breakpoints.  When including global.css without a media=&#8221;" declaration it works on both screen and print. I then include print.css to tweak the print layout specifically and that&#8217;s pretty much it. Using separate stylesheets also allows me to be very specific with IE support (which versions get what) and doesn&#8217;t rely on respond.js</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: enhanced

 Served from: boagworld.com @ 2013-05-18 19:49:48 by W3 Total Cache -->