<?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>Holy Shmoly! &#187; css</title>
	<atom:link href="http://ocaoimh.ie/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://ocaoimh.ie</link>
	<description>Look what I found today!</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:27:13 +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>The best way to test new WordPress themes</title>
		<link>http://ocaoimh.ie/2008/04/08/the-best-way-to-test-new-wordpress-themes/</link>
		<comments>http://ocaoimh.ie/2008/04/08/the-best-way-to-test-new-wordpress-themes/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 12:06:36 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://ocaoimh.ie/?p=89493646</guid>
		<description><![CDATA[Download the Theme Tester plugin for WordPress, install and activate it. Download themes from http://themes.wordpress.net/ (or maybe not, see Adam&#8217;s comment below!) and try them out without annoying your visitors by changing themes on them. My new Theme Tester plugin &#8230; <a href="http://ocaoimh.ie/2008/04/08/the-best-way-to-test-new-wordpress-themes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ol>
<li> Download the <a href="http://ocaoimh.ie/theme-tester/">Theme Tester</a> plugin for WordPress, install and activate it.</li>
<li> Download themes from <strike>http://themes.wordpress.net/</strike> (or maybe not, see Adam&#8217;s comment below!) and try them out without annoying your visitors by changing themes on them.</li>
</ol>
<div align='center'><img style='border: 1px solid #333' src="http://ocaoimh.ie/ocaoimh/2008/04/themetester.png" alt="" width="424" height="233" class="alignnone size-full wp-image-89493647" /></div>
<p>My new <a href="http://ocaoimh.ie/theme-tester/">Theme Tester</a> plugin allows you to change themes and view the results without the visitors to your blog seeing any changes.<br />
There is one cavaet. Your visitors may notice some changes if your current theme uses blog options that a new theme overwrites. This could happen if for example you&#8217;re testing a newer version of your current theme or testing a theme based on the same engine as your current theme. The K2 theme springs to mind here because it&#8217;s the base for several other themes but YMMV.</p>
<p>I used the plugin already when I trawled the themes sites and the archives at <a href="http://weblogtoolscollection.com/">Weblog Tools Collection</a> for a new theme for this place. As you can guess if you&#8217;re a regular visitor, I haven&#8217;t changed theme yet, but I found a couple of very pretty designs that may make an appearance here eventually.</p>
 <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89493646" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://ocaoimh.ie/theme-tester/" rel="bookmark" title="Permanent Link: Theme Tester">Theme Tester</a></li><li> <a href="http://ocaoimh.ie/2005/06/09/wpmu-using-wordpress-themes/" rel="bookmark" title="Permanent Link: WPMU &#8211; Using WordPress Themes">WPMU &#8211; Using WordPress Themes</a></li><li> <a href="http://ocaoimh.ie/2002/11/19/mozdevorg-themes/" rel="bookmark" title="Permanent Link: mozdev.org &#8211; themes: themes/ie &#8230;">mozdev.org &#8211; themes: themes/ie &#8230;</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://ocaoimh.ie/2008/04/08/the-best-way-to-test-new-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
		<item>
		<title>Css, Printer Friendly Pages &amp; Page Breaks</title>
		<link>http://ocaoimh.ie/2003/08/07/css-printer-friendly-pages-page-breaks/</link>
		<comments>http://ocaoimh.ie/2003/08/07/css-printer-friendly-pages-page-breaks/#comments</comments>
		<pubDate>Thu, 07 Aug 2003 17:32:43 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[printer friendly pages]]></category>

		<guid isPermaLink="false">//?p=</guid>
		<description><![CDATA[I&#8217;m working on a user list at work, and one requirement is a printer friendly version, listing one user per page. What I&#8217;ve done in the past is have the user click on a button to download a .doc file &#8230; <a href="http://ocaoimh.ie/2003/08/07/css-printer-friendly-pages-page-breaks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a user list at work, and one requirement is a printer friendly version, listing one user per page. What I&#8217;ve done in the past is have the user click on a button to download a .doc file with End Of Page characters embedded in it. Word would oblige by skipping to a new page.<br />
I decided for this application I wanted to go the <a href="http://www.alistapart.com/stories/goingtoprint/">CSS</a> route to printing.<br />
All the &#8220;Printer Friendly Pages with CSS&#8221; tutorials were useless when it came to inserting page breaks, but after a bit of searching on Google (mainly because I didn&#8217;t use the term &#8216;page break&#8217;) but I eventually came across this <a href="http://forums.devshed.com/t13461/s.html">thread</a> on devshed.<br />
<blockquote>#break<br />
{<br />
PAGE-BREAK-AFTER: always;<br />
} <br />
&#8230;..<br />
&lt;P ID=&#8221;break&#8221;&gt;some content&lt;/P&gt;</p></blockquote>
<p> This will print a page break after the text <q>some content</q>! <br />
Now I have a really nice web based list of users, and hitting print on the browser produces a neat pile of pages, one user per page.<br />
I also found a bug in Mozilla Firebird! While in &#8220;Print Preview&#8221; mode, refresh the page using ctrl-r. It&#8217;ll bring up the original page but will keep the browser in the preview mode! Yes, I&#8217;ll take a look in Bugzilla for it tomorrow. I&#8217;m off home now!</p>
 <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89490519" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://ocaoimh.ie/2003/04/10/red-hat-9/" rel="bookmark" title="Permanent Link: Red Hat 9">Red Hat 9</a></li><li> <a href="http://ocaoimh.ie/2004/10/06/wpmu-static-pages/" rel="bookmark" title="Permanent Link: WPMU Static Pages">WPMU Static Pages</a></li><li> <a href="http://ocaoimh.ie/2003/02/14/the-user-friendly-pr/" rel="bookmark" title="Permanent Link: The User Friendly Programmer &#8211; &#8230;">The User Friendly Programmer &#8211; &#8230;</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://ocaoimh.ie/2003/08/07/css-printer-friendly-pages-page-breaks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>URL trail -&gt; Scripting.com -&gt;  &#8230;</title>
		<link>http://ocaoimh.ie/2002/03/21/url-trail-scripti/</link>
		<comments>http://ocaoimh.ie/2002/03/21/url-trail-scripti/#comments</comments>
		<pubDate>Thu, 21 Mar 2002 16:42:50 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[Pamela-Anderson]]></category>

		<guid isPermaLink="false">//?p=</guid>
		<description><![CDATA[URL trail -&#62; Scripting.com -&#62; Flangy -&#62; Web Graphics -&#62; ~cac6982, finally! There&#8217;s over 20 examples of using CSS style sheets to alter the look and layout of a site here. Worth looking at it. Pamela Anderson has Hepatitis C. &#8230; <a href="http://ocaoimh.ie/2002/03/21/url-trail-scripti/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>URL trail -&gt; <a href="http://scriptingnews.userland.com/backissues/2002/03/20#lf0e4e9bd8b0bf26bd21466ec12592857">Scripting.com</a> -&gt; <a href="http://theflangynews.editthispage.com/2002/03/20">Flangy</a> -&gt; <a href="http://www.web-graphics.com/">Web Graphics</a> -&gt;   <a href="http://www.neuralust.com/~cac6982/200202/">~cac6982</a>, finally! There&#8217;s over 20 examples of using CSS style sheets to alter the look and layout of a site here. Worth looking at it.
<p><a href="http://www.reuters.com/news_article.jhtml?type=entertainmentnews&amp;StoryID=724843">Pamela Anderson</a> has Hepatitis C. (from <a href="http://dangerousmeta.com">Dangerous Meta</a>)</p>
 <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=10973225" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://ocaoimh.ie/2002/03/22/daypop-top-40-leads/" rel="bookmark" title="Permanent Link: Daypop Top 40 leads Slashdot,  &#8230;">Daypop Top 40 leads Slashdot,  &#8230;</a></li><li> <a href="http://ocaoimh.ie/2002/03/22/daypop-top-40-leads-2/" rel="bookmark" title="Permanent Link: Daypop Top 40 leads Slashdot,  &#8230;">Daypop Top 40 leads Slashdot,  &#8230;</a></li><li> <a href="http://ocaoimh.ie/2004/09/29/online-photo-printing-service-in-ireland-redux/" rel="bookmark" title="Permanent Link: Online Photo Printing Service in Ireland, Redux">Online Photo Printing Service in Ireland, Redux</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://ocaoimh.ie/2002/03/21/url-trail-scripti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

