<?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>trickeries! &#187; css</title>
	<atom:link href="http://trickeries.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://trickeries.com</link>
	<description>it's tricky to rock a style thats liked online</description>
	<lastBuildDate>Tue, 02 Mar 2010 06:01:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>trickyInc: a dynamic css / javascript php library</title>
		<link>http://trickeries.com/401/trickyinc-a-dynamic-css-javascript-php-library/</link>
		<comments>http://trickeries.com/401/trickyinc-a-dynamic-css-javascript-php-library/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 04:37:50 +0000</pubDate>
		<dc:creator>atom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[trickyInc]]></category>

		<guid isPermaLink="false">http://trickeries.com/?p=401</guid>
		<description><![CDATA[I am very pleased to introduce trickyInc, a flexible and extensible dynamic css / javascript library written in php.
Download
Documentation
I won&#8217;t go into detail here about what it does, because the google code project covers that pretty well.  If you have any interest in dynamic css and/or javascript, I urge you to check it out. [...]]]></description>
			<content:encoded><![CDATA[<p>I am very pleased to introduce trickyInc, a flexible and extensible dynamic css / javascript library written in php.</p>
<h2><a href="http://code.google.com/p/trickyinc/downloads/detail?name=trickyInc.zip">Download</a></h2>
<h2><a href="http://code.google.com/p/trickyinc/wiki/Documentation">Documentation</a></h2>
<p>I won&#8217;t go into detail here about what it does, because the google code project covers that pretty well.  If you have any interest in dynamic css and/or javascript, I urge you to check it out.  I have been using it on all of my projects lately, and I am enjoying the hell out of it.</p>
<p>I would love some developer feedback on this, so if anyone finds this interesting enough to use, please let me know about your experience, and open issues in the google code project as necessary.  I would also love any feedback regarding making it faster / safer / better / whatever.</p>
]]></content:encoded>
			<wfw:commentRss>http://trickeries.com/401/trickyinc-a-dynamic-css-javascript-php-library/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pixler: a transparent PNG pixel generator</title>
		<link>http://trickeries.com/252/pixler-a-transparent-png-pixel-generator/</link>
		<comments>http://trickeries.com/252/pixler-a-transparent-png-pixel-generator/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 10:40:13 +0000</pubDate>
		<dc:creator>atom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[pixler]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[toy]]></category>

		<guid isPermaLink="false">http://trickeries.com/?p=252</guid>
		<description><![CDATA[I made a weensy little script for the theme I recently made (which I still have not named or prepared for distribution) which will generate single pixel transparent pngs to use as tiled background images in css.
demonstration toy

&#60;?php    
&#160;
	$p = imagecreatetruecolor&#40;1, 1&#41;;
	imagesavealpha&#40;$p, true&#41;;
	$o = &#40;100 - &#40;int&#41; $_GET&#91;'o'&#93;&#41; * 1.27;
	$c = imagecolorallocatealpha&#40;$p, [...]]]></description>
			<content:encoded><![CDATA[<p>I made a weensy little script for the theme I recently made (which I still have not named or prepared for distribution) which will generate single pixel transparent pngs to use as tiled background images in css.</p>
<h2><a href="http://trickeries.com/demo/pixler/">demonstration toy</a></h2>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #FF00FF; font-weight: bold;">&lt;?php</span>    
&nbsp;
	<span style="color: #00FF00;">$p</span> <span style="color: #339933;">=</span> <span style="color: #0066FF;">imagecreatetruecolor</span><span style="color: #FF6600;">&#40;</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">1</span><span style="color: #FF6600;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #0066FF;">imagesavealpha</span><span style="color: #FF6600;">&#40;</span><span style="color: #00FF00;">$p</span><span style="color: #339933;">,</span> <span style="color: #FF6600; font-weight: bold;">true</span><span style="color: #FF6600;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #00FF00;">$o</span> <span style="color: #339933;">=</span> <span style="color: #FF6600;">&#40;</span><span style="color: #cc66cc;">100</span> <span style="color: #339933;">-</span> <span style="color: #FF6600;">&#40;</span>int<span style="color: #FF6600;">&#41;</span> <span style="color: #00FF00;">$_GET</span><span style="color: #FF6600;">&#91;</span><span style="color: #0000ff;">'o'</span><span style="color: #FF6600;">&#93;</span><span style="color: #FF6600;">&#41;</span> <span style="color: #339933;">*</span> <span style="color:#800080;">1.27</span><span style="color: #339933;">;</span>
	<span style="color: #00FF00;">$c</span> <span style="color: #339933;">=</span> <span style="color: #0066FF;">imagecolorallocatealpha</span><span style="color: #FF6600;">&#40;</span><span style="color: #00FF00;">$p</span><span style="color: #339933;">,</span> <span style="color: #FF6600;">&#40;</span>int<span style="color: #FF6600;">&#41;</span> <span style="color: #00FF00;">$_GET</span><span style="color: #FF6600;">&#91;</span><span style="color: #0000ff;">'r'</span><span style="color: #FF6600;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #FF6600;">&#40;</span>int<span style="color: #FF6600;">&#41;</span> <span style="color: #00FF00;">$_GET</span><span style="color: #FF6600;">&#91;</span><span style="color: #0000ff;">'g'</span><span style="color: #FF6600;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #FF6600;">&#40;</span>int<span style="color: #FF6600;">&#41;</span> <span style="color: #00FF00;">$_GET</span><span style="color: #FF6600;">&#91;</span><span style="color: #0000ff;">'b'</span><span style="color: #FF6600;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #00FF00;">$o</span><span style="color: #FF6600;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #0066FF;">imagefill</span><span style="color: #FF6600;">&#40;</span><span style="color: #00FF00;">$p</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <span style="color: #00FF00;">$c</span><span style="color: #FF6600;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #0066FF;">header</span><span style="color: #FF6600;">&#40;</span><span style="color: #FF0000;">&quot;Content-type: image/png&quot;</span><span style="color: #FF6600;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #0066FF;">imagepng</span><span style="color: #FF6600;">&#40;</span><span style="color: #00FF00;">$p</span><span style="color: #FF6600;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<h2>usage / parameters:</h2>
<dl>
<dt>r</dt>
<dd>how much red to include: r=[0-255]</dd>
<dt>g</dt>
<dd>how much green to include: g=[0-255]</dd>
<dt>b</dt>
<dd>how much blue to include: b=[0-255]</dd>
<dt>o</dt>
<dd>how opaque the pixel should be: o=[0(fully transparent)-100(fully opaque)]</dd>
</dl>
<h2>so&#8230;</h2>
<dl>
<dt>pixler.php?r=255&amp;g=255&amp;b=255&amp;o=50</dt>
<dd>will make a white pixel that is 50% visible.</dd>
<dt>pixler.php?r=255&amp;o=100</dt>
<dd>will make a red pixel that is fully visible.</dd>
<dt>pixler.php</dt>
<dd>calling the script with no parameters will create an invisible black pixel (&#8230;).</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://trickeries.com/252/pixler-a-transparent-png-pixel-generator/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve made a new theme, help me name it.</title>
		<link>http://trickeries.com/242/ive-mad-a-new-theme-help-me-name-it/</link>
		<comments>http://trickeries.com/242/ive-mad-a-new-theme-help-me-name-it/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 04:18:49 +0000</pubDate>
		<dc:creator>atom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[pixler]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[this site]]></category>

		<guid isPermaLink="false">http://trickeries.com/?p=242</guid>
		<description><![CDATA[I liked my old theme, but I was getting tired of it and wanted to try something new.  This theme is very different than my last (and I think pretty different in general), which is one of the things I was going for.
It has a full page flexible layout as opposed to a fixed width [...]]]></description>
			<content:encoded><![CDATA[<p>I liked my old theme, but I was getting tired of it and wanted to try something new.  This theme is very different than my last (and I think pretty different in general), which is one of the things I was going for.</p>
<p>It has a full page flexible layout as opposed to a fixed width centered layout, is brightly colored rather than dark, and the biggest thing is that there is no JavaScript, and my last theme was filthy with the stuff.</p>
<p>There is some fine tuning to be done, once the little things are taken care of the theme will be available for download.</p>
<p>If anyone has a great name for it, please drop it in the comments.  Extra points if you can manage the word &#8220;thuggin&#8221; into it.  I can&#8217;t come up with a damn thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://trickeries.com/242/ive-mad-a-new-theme-help-me-name-it/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>rAccordion &#8211; a MooTools 1.2 recursive accordion</title>
		<link>http://trickeries.com/192/raccordion-a-mootools-12-recursive-accordion/</link>
		<comments>http://trickeries.com/192/raccordion-a-mootools-12-recursive-accordion/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 08:18:08 +0000</pubDate>
		<dc:creator>atom</dc:creator>
				<category><![CDATA[downloads]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[accordion]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[rAccordion]]></category>
		<category><![CDATA[recursive]]></category>

		<guid isPermaLink="false">http://trickeries.com/?p=192</guid>
		<description><![CDATA[So I have managed to create a recursive mootools accordion, which is something I have wanted to get done for a long time.
The secret ingredient to get this made up was some CSS3 selectors and a bit of recursion.
You basically just pass in a class for the toggles, a class for the elements, and a [...]]]></description>
			<content:encoded><![CDATA[<p>So I have managed to create a recursive mootools accordion, which is something I have wanted to get done for a long time.</p>
<p>The secret ingredient to get this made up was some CSS3 selectors and a bit of recursion.</p>
<p>You basically just pass in a class for the toggles, a class for the elements, and a parent container to reference.</p>
<p>The usage ends up fairly simple:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #FF00FF; font-weight: bold;">new</span> rAccordion<span style="color: #99FF00;">&#40;</span><span style="color: #3366CC;">'container'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'toggle'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'element'</span><span style="color: #99FF00;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>In the example, container is the id of the parent that the classes are in, toggle is the class that each toggle has, and element is the class that each element has.  A fourth argument can be passed, which is the options argument for the mootools Accordion class.</p>
<p>There are some kinks thatstill need working out.  There are inherit problems with just jamming accordions inside of each other.  The way mootools creates the accordion requires quite a bit of inline styles, which include defined heights.  These heights become problematic when accordions inside accordions need to expand or contract, but their parent element has a defined height and overflow which will not allow the newly expanded portion to be seen.</p>
<p>I do have something of a solution in place, but it feels a little hacky, but I am not sure it will get any better unless I rewrite the accordion.</p>
<p>If anyone has any ideas on how to address this issue, please drop me a comment.</p>
<h2><a href="http://trickeries.com/demo/rAccordion/">example</a></h2>
<h2><a href='http://trickeries.com/wp-content/uploads/2008/08/raccordion.zip'>download w/the example</a></h2>
<h2>Here is the class:</h2>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #FF00FF; font-weight: bold;">var</span> rAccordion <span style="color: #339933;">=</span> <span style="color: #FF00FF; font-weight: bold;">new</span> <span style="color: #FF00FF; font-weight: bold;">Class</span><span style="color: #99FF00;">&#40;</span><span style="color: #99FF00;">&#123;</span>
&nbsp;
	initialize<span style="color: #339933;">:</span> <span style="color: #FF00FF; font-weight: bold;">function</span><span style="color: #99FF00;">&#40;</span>container<span style="color: #339933;">,</span> toggleClass<span style="color: #339933;">,</span> elementClass<span style="color: #339933;">,</span> options<span style="color: #99FF00;">&#41;</span><span style="color: #99FF00;">&#123;</span>
		<span style="color: #00FF00; font-weight: bold;">this</span>.<span style="color: #0066FF;">container</span> <span style="color: #339933;">=</span> container<span style="color: #339933;">;</span>
		<span style="color: #00FF00; font-weight: bold;">this</span>.<span style="color: #0066FF;">tClass</span> <span style="color: #339933;">=</span> toggleClass<span style="color: #339933;">;</span>
		<span style="color: #00FF00; font-weight: bold;">this</span>.<span style="color: #0066FF;">eClass</span> <span style="color: #339933;">=</span> elementClass<span style="color: #339933;">;</span>
		<span style="color: #00FF00; font-weight: bold;">this</span>.<span style="color: #0066FF;">options</span> <span style="color: #339933;">=</span> options<span style="color: #339933;">;</span>
		<span style="color: #00FF00; font-weight: bold;">this</span>.<span style="color: #0066FF;">selector</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">'#'</span> <span style="color: #339933;">+</span> <span style="color: #00FF00; font-weight: bold;">this</span>.<span style="color: #0066FF;">container</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">' &gt; .'</span><span style="color: #339933;">;</span>
		<span style="color: #00FF00; font-weight: bold;">this</span>.<span style="color: #0066FF;">makeAccordion</span><span style="color: #99FF00;">&#40;</span><span style="color: #99FF00;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #99FF00;">&#125;</span><span style="color: #339933;">,</span>
&nbsp;
	makeAccordion<span style="color: #339933;">:</span> <span style="color: #FF00FF; font-weight: bold;">function</span><span style="color: #99FF00;">&#40;</span><span style="color: #99FF00;">&#41;</span><span style="color: #99FF00;">&#123;</span>
		<span style="color: #FF00FF; font-weight: bold;">new</span> Accordion<span style="color: #99FF00;">&#40;</span>
			$$<span style="color: #99FF00;">&#40;</span><span style="color: #00FF00; font-weight: bold;">this</span>.<span style="color: #0066FF;">selector</span><span style="color: #339933;">+</span><span style="color: #00FF00; font-weight: bold;">this</span>.<span style="color: #0066FF;">tClass</span><span style="color: #99FF00;">&#41;</span><span style="color: #339933;">,</span>
			$$<span style="color: #99FF00;">&#40;</span><span style="color: #00FF00; font-weight: bold;">this</span>.<span style="color: #0066FF;">selector</span><span style="color: #339933;">+</span><span style="color: #00FF00; font-weight: bold;">this</span>.<span style="color: #0066FF;">eClass</span><span style="color: #99FF00;">&#41;</span><span style="color: #339933;">,</span>
			<span style="color: #00FF00; font-weight: bold;">this</span>.<span style="color: #0066FF;">options</span>
		<span style="color: #99FF00;">&#41;</span>.<span style="color: #0066FF;">addEvents</span><span style="color: #99FF00;">&#40;</span><span style="color: #99FF00;">&#123;</span>
			<span style="color: #006600; font-style: italic;">// The onActive and onComplete events added to the stack here to</span>
			<span style="color: #006600; font-style: italic;">// attempt to address some of the css issues.</span>
			<span style="color: #3366CC;">'onActive'</span><span style="color: #339933;">:</span> <span style="color: #FF00FF; font-weight: bold;">function</span><span style="color: #99FF00;">&#40;</span>toggle<span style="color: #99FF00;">&#41;</span><span style="color: #99FF00;">&#123;</span>
				<span style="color: #00FF00; font-weight: bold;">if</span><span style="color: #99FF00;">&#40;</span>toggle.<span style="color: #0066FF;">getParent</span><span style="color: #99FF00;">&#40;</span><span style="color: #99FF00;">&#41;</span>.<span style="color: #0066FF;">getStyle</span><span style="color: #99FF00;">&#40;</span><span style="color: #3366CC;">'height'</span><span style="color: #99FF00;">&#41;</span> <span style="color: #339933;">!=</span> <span style="color: #FFFF00;">0</span><span style="color: #99FF00;">&#41;</span>
					toggle.<span style="color: #0066FF;">getParent</span><span style="color: #99FF00;">&#40;</span><span style="color: #99FF00;">&#41;</span>.<span style="color: #0066FF;">setStyle</span><span style="color: #99FF00;">&#40;</span><span style="color: #3366CC;">'height'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">''</span><span style="color: #99FF00;">&#41;</span><span style="color: #339933;">;</span>
			<span style="color: #99FF00;">&#125;</span><span style="color: #339933;">,</span>
			<span style="color: #3366CC;">'onComplete'</span><span style="color: #339933;">:</span> <span style="color: #FF00FF; font-weight: bold;">function</span><span style="color: #99FF00;">&#40;</span>a<span style="color: #99FF00;">&#41;</span><span style="color: #99FF00;">&#123;</span>
				<span style="color: #00FF00; font-weight: bold;">if</span> <span style="color: #99FF00;">&#40;</span>$defined<span style="color: #99FF00;">&#40;</span>a<span style="color: #99FF00;">&#41;</span><span style="color: #99FF00;">&#41;</span> <span style="color: #99FF00;">&#123;</span>
					<span style="color: #FF00FF; font-weight: bold;">var</span> height <span style="color: #339933;">=</span> <span style="color: #FFFF00;">0</span><span style="color: #339933;">;</span>
					a.<span style="color: #0066FF;">getParent</span><span style="color: #99FF00;">&#40;</span><span style="color: #99FF00;">&#41;</span>.<span style="color: #0066FF;">getChildren</span><span style="color: #99FF00;">&#40;</span><span style="color: #99FF00;">&#41;</span>.<span style="color: #0066FF;">each</span><span style="color: #99FF00;">&#40;</span><span style="color: #FF00FF; font-weight: bold;">function</span><span style="color: #99FF00;">&#40;</span>e<span style="color: #99FF00;">&#41;</span><span style="color: #99FF00;">&#123;</span>
						height <span style="color: #339933;">=</span> height <span style="color: #339933;">+</span> e.<span style="color: #0066FF;">offsetHeight</span><span style="color: #339933;">;</span>
					<span style="color: #99FF00;">&#125;</span><span style="color: #99FF00;">&#41;</span><span style="color: #339933;">;</span>
					<span style="color: #00FF00; font-weight: bold;">if</span><span style="color: #99FF00;">&#40;</span>height <span style="color: #339933;">!=</span> a.<span style="color: #0066FF;">getParent</span><span style="color: #99FF00;">&#40;</span><span style="color: #99FF00;">&#41;</span>.<span style="color: #0066FF;">offsetHeight</span> <span style="color: #339933;">&amp;&amp;</span> a.<span style="color: #0066FF;">getParent</span><span style="color: #99FF00;">&#40;</span><span style="color: #99FF00;">&#41;</span>.<span style="color: #0066FF;">offsetHeight</span> <span style="color: #339933;">!=</span> <span style="color: #FFFF00;">0</span><span style="color: #99FF00;">&#41;</span>
						a.<span style="color: #0066FF;">getParent</span><span style="color: #99FF00;">&#40;</span><span style="color: #99FF00;">&#41;</span>.<span style="color: #0066FF;">setStyle</span><span style="color: #99FF00;">&#40;</span><span style="color: #3366CC;">'height'</span><span style="color: #339933;">,</span><span style="color: #3366CC;">''</span><span style="color: #99FF00;">&#41;</span><span style="color: #339933;">;</span>
				<span style="color: #99FF00;">&#125;</span>
			<span style="color: #99FF00;">&#125;</span>
		<span style="color: #99FF00;">&#125;</span><span style="color: #99FF00;">&#41;</span><span style="color: #339933;">;</span>
		<span style="color: #00FF00; font-weight: bold;">this</span>.<span style="color: #0066FF;">selector</span> <span style="color: #339933;">+=</span> <span style="color: #00FF00; font-weight: bold;">this</span>.<span style="color: #0066FF;">eClass</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">' &gt; .'</span><span style="color: #339933;">;</span>
		<span style="color: #00FF00; font-weight: bold;">if</span><span style="color: #99FF00;">&#40;</span>$defined<span style="color: #99FF00;">&#40;</span>$$<span style="color: #99FF00;">&#40;</span><span style="color: #00FF00; font-weight: bold;">this</span>.<span style="color: #0066FF;">selector</span><span style="color: #99FF00;">&#41;</span><span style="color: #99FF00;">&#91;</span><span style="color: #FFFF00;">0</span><span style="color: #99FF00;">&#93;</span><span style="color: #99FF00;">&#41;</span><span style="color: #99FF00;">&#41;</span>
			<span style="color: #00FF00; font-weight: bold;">this</span>.<span style="color: #0066FF;">makeAccordion</span><span style="color: #99FF00;">&#40;</span><span style="color: #99FF00;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #99FF00;">&#125;</span>
&nbsp;
<span style="color: #99FF00;">&#125;</span><span style="color: #99FF00;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://trickeries.com/192/raccordion-a-mootools-12-recursive-accordion/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>IE8: helping, not hurting</title>
		<link>http://trickeries.com/28/ie8-helping-not-hurting/</link>
		<comments>http://trickeries.com/28/ie8-helping-not-hurting/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 05:03:38 +0000</pubDate>
		<dc:creator>atom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://trickeries.com/28/ie8-helping-not-hurting/</guid>
		<description><![CDATA[
Microsoft Expands Support for Web Standards
Company outlines new approach to make standards-based rendering the default mode in Internet Explorer 8, will work with Web designers and content developers to help with standards behavior transition.

Microsoft has finally been cajoled into standards compliance.  For the first time ever, it looks like web developers can create standards [...]]]></description>
			<content:encoded><![CDATA[<p class="image"><img src="http://trickeries.com/wp-content/uploads/2008/03/acid2.png" alt="IE8 will render the acid2 test correctly by default" /></p>
<h3><a href="http://www.microsoft.com/presspass/press/2008/mar08/03-03WebStandards.mspx?rss_fdn=Press%20Releases" title="Microsoft Expands Support for Web Standards">Microsoft Expands Support for Web Standards</a></h3>
<blockquote cite="microsoft"><p>Company outlines new approach to make standards-based rendering the default mode in Internet Explorer 8, will work with Web designers and content developers to help with standards behavior transition.</p></blockquote>
<hr />
<p>Microsoft has finally been cajoled into standards compliance.  For the first time ever, it looks like web developers can create standards compliant pages confident in the knowledge that Internet Explorer will render them correctly &#8211; without hacks, and without conditional comments.</p>
<h3>Bravo Internet, Bravo.</h3>
]]></content:encoded>
			<wfw:commentRss>http://trickeries.com/28/ie8-helping-not-hurting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
