<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Robert Naylor &#187; Rants</title>
	<atom:link href="http://robert.pobice.co.uk/cats/rants/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert.pobice.co.uk</link>
	<description>Random thoughts and tech tips</description>
	<lastBuildDate>Sun, 08 Jan 2012 12:20:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress: Stopping the Sidebar from Printing</title>
		<link>http://robert.pobice.co.uk/2007/05/wordpress-stopping-the-sidebar-from-printing/</link>
		<comments>http://robert.pobice.co.uk/2007/05/wordpress-stopping-the-sidebar-from-printing/#comments</comments>
		<pubDate>Wed, 09 May 2007 21:46:00 +0000</pubDate>
		<dc:creator>robert</dc:creator>
				<category><![CDATA[Howtos]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.pobice.co.uk/index/archives/2007/05/35</guid>
		<description><![CDATA[If there&#8217;s one thing that really winds me up on the net is that when printing web-pages you end up with a load of crap you didn&#8217;t want usually. For example with blogs you usually get a page or two with the content on the blog sidebar, which frankly I don&#8217;t need on a print [...]]]></description>
			<content:encoded><![CDATA[<p>If there&#8217;s one thing that really winds me up on the net is that when printing web-pages you end up with a load of crap you didn&#8217;t want usually.  For example with blogs you usually get a page or two with the content on the blog sidebar, which frankly I don&#8217;t need on a print out.</p>
<p>Well I&#8217;ve done something about it (well at least on my blog) &#8211; I&#8217;ve changed my theme so that on browsers that supports css and media types the sidebar shouldn&#8217;t print out.  Here&#8217;s how you can add this to you&#8217;re WordPress blog</p>
<ol>
<li>Create a file print-style.css in the directory for you&#8217;re current theme with the following content<br />
<code> .dontprint{ display: none; }<br />
div#menu{ display: none; }</code></li>
<li>In wordpress, goto Presentation, Theme Editor and select the file Header</li>
<li>Just bellow the line setting the css style sheet &#8211; should be something like this :<br />
<code>&amp;lt;style type="text/css" media="screen"&gt;<br />
@import url( %lt;?php bloginfo('stylesheet_url'); ?&gt; );<br />
&lt;style&gt;<br />
</code><br />
add the lines<br />
<code> &amp;lt;style type="text/css" media="print"&gt;<br />
@import url(&amp;lt;?php bloginfo('template_directory'); ?&gt;/style-print.css);<br />
&lt;/style&gt;</code></li>
<li>Hopefully this should be enough, but if the theme author hasn&#8217;t used the div&#8217;s in the sidebar file you may have to add this line <code>&lt;div id="menu"&gt;</code> to the top of the file and this line <code>&lt;/div&gt;</code> to the bottom of the file</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://robert.pobice.co.uk/2007/05/wordpress-stopping-the-sidebar-from-printing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digg</title>
		<link>http://robert.pobice.co.uk/2006/07/digg/</link>
		<comments>http://robert.pobice.co.uk/2006/07/digg/#comments</comments>
		<pubDate>Sun, 02 Jul 2006 11:12:45 +0000</pubDate>
		<dc:creator>robert</dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://blog.pobice.co.uk/index/archives/2006/07/21</guid>
		<description><![CDATA[I&#8217;ve stopped reading the digg RSS feed. Why? I&#8217;m pissed off and having to constantly sign into it. Its bad enough having to logon to something just to read, but then the auto logon feature doesn&#8217;t seem to work, nor does it redirect you to where you wanted to be after logging in- then that&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve stopped reading the digg RSS feed. Why? I&#8217;m pissed off and having to constantly sign into it.  Its bad enough having to logon to something just to read, but then the auto logon feature doesn&#8217;t seem to work, nor does it redirect you to where you wanted to be after logging in- then that&#8217;s if I&#8217;m off.</p>
]]></content:encoded>
			<wfw:commentRss>http://robert.pobice.co.uk/2006/07/digg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Page Printing</title>
		<link>http://robert.pobice.co.uk/2006/06/web-page-printing/</link>
		<comments>http://robert.pobice.co.uk/2006/06/web-page-printing/#comments</comments>
		<pubDate>Sun, 04 Jun 2006 19:25:26 +0000</pubDate>
		<dc:creator>robert</dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://blog.pobice.co.uk/index/archives/2006/06/20</guid>
		<description><![CDATA[I&#8217;m getting dam fed up of websites that have pages and pages of text but don&#8217;t have anyway to print them out. There are two types 1) Bad Layout sites where if you press print you end up using about 4 pages worth of paper for 1 page worth on content. &#8211; Tip for you [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m getting dam fed up of websites that have pages and pages of text but don&#8217;t have anyway to print them out.  There are two types</p>
<p>1) Bad Layout sites where if you press print you end up using about 4 pages worth of paper for 1 page worth on content. &#8211; Tip for you use a css style sheet to hide all the crap from the printing &#8211; or make a separate print option like many sites do these days</p>
<p>2) Multiple page articles.  Can I really cope with reading 30 odd pages worth of text on screen without my eyes giving up on me?  Probably not.  Can I print it out?  Nope &#8211; they haven&#8217;t made a special print page, so I have to slowly read through the article, usually getting bored of the skipping else where every page etc and don&#8217;t end up reading it all.</p>
]]></content:encoded>
			<wfw:commentRss>http://robert.pobice.co.uk/2006/06/web-page-printing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

