<?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>Concept Fusion &#187; CSS</title>
	<atom:link href="http://www.conceptfusion.co.nz/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.conceptfusion.co.nz</link>
	<description>WordPress, jQuery and Other Stuff</description>
	<lastBuildDate>Fri, 15 Jan 2010 01:11:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Conditional Comments in XSLT</title>
		<link>http://www.conceptfusion.co.nz/2008/01/conditional-comments-in-xslt/</link>
		<comments>http://www.conceptfusion.co.nz/2008/01/conditional-comments-in-xslt/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 23:25:31 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.conceptfusion.co.nz/?p=94</guid>
		<description><![CDATA[I&#8217;ve been meaning to blog this for a while having come across the problem on a project last year. When including conditional comments in a page rendered using XSL templates the comment has to be structured in a way that doesn&#8217;t break the stylesheet. While this sounds simple it took a few attempts to get [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been meaning to blog this for a while having come across the problem on a project last year. When including conditional comments in a page rendered using XSL templates the comment has to be structured in a way that doesn&#8217;t break the stylesheet. While this sounds simple it took a few attempts to get a working solution.</p>
<p><code>&lt;xsl:comment&gt;[if lte IE 6]&lt;![CDATA[&gt;]]&gt;</code><br />
<code>&nbsp;&nbsp;&nbsp;&amp;lt;link rel="stylesheet" type="text/css" href="styles.css" /&amp;gt;</code><br />
<code>&lt;![CDATA[&lt;![endif]]]&gt;&lt;/xsl:comment&gt;</code></p>
<p>The comment must be structured inside an <code>&lt;xsl:comment&gt;</code> block which, when rendered to the browser, becomes a standard html comment and the greater than and less than brackets on the stylesheet link itself must be entered using their respective character entity codes &#8220;<code>&amp;gt;</code>&#8221; and &#8220;<code>&amp;lt;</code>&#8220;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.conceptfusion.co.nz/2008/01/conditional-comments-in-xslt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE Conditional Comments in XSL</title>
		<link>http://www.conceptfusion.co.nz/2007/09/ie-conditional-comments-in-xsl/</link>
		<comments>http://www.conceptfusion.co.nz/2007/09/ie-conditional-comments-in-xsl/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 23:15:17 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.conceptfusion.co.nz/?p=82</guid>
		<description><![CDATA[Conditional comments are Microsoft&#8217;s preffered answer to the differing levels of CSS support in Internet Explorer. I came across a problem recently however, when using xsl templates, where placing the html comment tags directly into the xsl was having no effect. The issue seems to occur because the html comments in the xsl template, along [...]]]></description>
			<content:encoded><![CDATA[<p>Conditional comments are Microsoft&#8217;s preffered answer to the differing levels of CSS support in Internet Explorer. I came across a problem recently however, when using xsl templates, where placing the html comment tags directly into the xsl was having no effect.</p>
<p>The issue seems to occur because the html comments in the xsl template, along with their contents, are not rendered to the browser.</p>
<p>The answer is to structure the conditional comment using xsl comment tags, which translate into html comments when the page is rendered, as follows:</p>
<p><img src="http://www.conceptfusion.co.nz/wp-content/uploads/xsl_comment2.gif" alt="XSL Conditional Comment" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.conceptfusion.co.nz/2007/09/ie-conditional-comments-in-xsl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Reboot &#8211; Update</title>
		<link>http://www.conceptfusion.co.nz/2006/11/css-reboot-update/</link>
		<comments>http://www.conceptfusion.co.nz/2006/11/css-reboot-update/#comments</comments>
		<pubDate>Thu, 02 Nov 2006 23:36:12 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.conceptfusion.co.nz/?p=68</guid>
		<description><![CDATA[What, no redesign? Um&#8230; yes, I&#8217;m running a little late on this I know. It seems my PHP skills are a little rusty so it&#8217;s taken me longer than I expected to get to grips with the wordpress template theme engine. I hope to get the new site up in the next few days so [...]]]></description>
			<content:encoded><![CDATA[<p>What, no redesign? Um&#8230; yes, I&#8217;m running a little late on this I know. It seems my PHP skills are a little rusty so it&#8217;s taken me longer than I expected to get to grips with the wordpress template theme engine. I hope to get the new site up in the next few days so stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.conceptfusion.co.nz/2006/11/css-reboot-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Reboot</title>
		<link>http://www.conceptfusion.co.nz/2006/10/css-reboot/</link>
		<comments>http://www.conceptfusion.co.nz/2006/10/css-reboot/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 21:50:40 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.conceptfusion.co.nz/?p=64</guid>
		<description><![CDATA[As I&#8217;ve been a bit starved of design work at my day job of late I thought I would take the opportunity to vent my creative spleen by creating a fancy pants new design for the Concept Fusion blog as well as finally getting my portfolio site up. Look out on November 1st (CSS Reboot [...]]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;ve been a bit starved of design work at my day job of late I thought I would take the opportunity to vent my creative spleen by creating a fancy pants new design for the Concept Fusion blog as well as finally getting my portfolio site up.</p>
<p>Look out on November 1st (<a target="_blank" title="CSS Reboot" href="http://www.cssreboot.com">CSS Reboot</a> day) for the first stage of the new design, with the portfolio to follow soon after. Sneek peek below:</p>
<p><img alt="Concept Fusion 2.0 Sneak Peek" id="image63" src="http://www.conceptfusion.co.nz/wp-content/uploads/conceptfusion_preview.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.conceptfusion.co.nz/2006/10/css-reboot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The &#8220;modern&#8221; web development process</title>
		<link>http://www.conceptfusion.co.nz/2006/07/the-modern-web-development-process/</link>
		<comments>http://www.conceptfusion.co.nz/2006/07/the-modern-web-development-process/#comments</comments>
		<pubDate>Tue, 04 Jul 2006 22:31:56 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.conceptfusion.co.nz/?p=43</guid>
		<description><![CDATA[A very acurate representation of the web development process I think&#8230; that would be funnier if it weren&#39;t so true! I agree completey with the &#34;trying to get the layout working using only CSS before giving up and using tables&#34; part. There are still one or two very frustrating shortcomings with CSS that have given [...]]]></description>
			<content:encoded><![CDATA[<p>A very acurate representation of the web development process I think&#8230; that would be funnier if it weren&#39;t so true!</p>
<p>I agree completey with the &quot;trying to get the layout working using only CSS  before giving up and using tables&quot; part. There are still one or two very frustrating shortcomings with CSS that have given me many a float nightmare!<img src="http://www.conceptfusion.co.nz/wp-content/uploads/web_development_breakdown.png" /><br />
Via <a href="http://poisonedminds.com/d/20060621.html">Poisoned Minds</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.conceptfusion.co.nz/2006/07/the-modern-web-development-process/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
