<?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>Buta no Ie &#187; ie</title>
	<atom:link href="http://singchan.com/tag/ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://singchan.com</link>
	<description>The House of Pork and User Experience Development</description>
	<lastBuildDate>Tue, 11 Oct 2011 22:08:26 +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>SharePoint 2010: CssRegistration ConditionalExpression Property</title>
		<link>http://singchan.com/2010/03/01/sharepoint-2010-cssregistration-conditionalexpression-property/</link>
		<comments>http://singchan.com/2010/03/01/sharepoint-2010-cssregistration-conditionalexpression-property/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 21:57:17 +0000</pubDate>
		<dc:creator>Buta</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[HTML/CSS]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[conditional comment]]></category>
		<category><![CDATA[ConditionalExpression]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSSRegistration]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[ue]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://singchan.com/?p=262</guid>
		<description><![CDATA[In a previous post detailing the new SharePoint 2010 CssRegistration control, I mentioned that I did not know what the ConditionalExpression property did. Well, now I do! This property takes an Internet Explorer Conditional Comment. For example, if we wanted to link to a style sheet specific to IE 7 or greater, we can do [...]]]></description>
			<content:encoded><![CDATA[<p>In a previous post detailing the <a href="/2009/12/29/branding-sharepoint-2010-collaboration-sites-part-2-in-a-series/">new SharePoint 2010 CssRegistration control</a>, I mentioned that I did not know what the ConditionalExpression property did. Well, now I do!</p>
<p>This property takes an <a href="http://msdn.microsoft.com/en-us/library/ms537512(VS.85).aspx" title="Internet Explorer Conditional Comments documentation on MSDN">Internet Explorer Conditional Comment</a>. For example, if we wanted to link to a style sheet specific to IE 7 or greater, we can do this:</p>
<pre class="brush: plain; title: ; notranslate">&lt;SharePoint:CSSRegistration Name=&quot;foo.css&quot; ConditionalExpression=&quot;gte IE 7&quot; runat=&quot;server&quot; /&gt;</pre>
<p>The following markup would be emitted:</p>
<pre class="brush: plain; title: ; notranslate">
&lt;!--[if gte IE 7]&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;foo.css&quot;/&gt;
&lt;![endif]--&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://singchan.com/2010/03/01/sharepoint-2010-cssregistration-conditionalexpression-property/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft announces Internet Explorer 9 at PDC</title>
		<link>http://singchan.com/2009/11/20/microsoft-announces-internet-explorer-9-at-pdc/</link>
		<comments>http://singchan.com/2009/11/20/microsoft-announces-internet-explorer-9-at-pdc/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 16:25:29 +0000</pubDate>
		<dc:creator>Buta</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[HTML/CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie9]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[ms]]></category>
		<category><![CDATA[pdc]]></category>
		<category><![CDATA[pdc09]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[SunSpider]]></category>

		<guid isPermaLink="false">http://singchan.com/?p=99</guid>
		<description><![CDATA[Microsoft has announced they&#8217;re busy working away on the next version of Internet Explorer. Some of the more interesting things included: Much better JavaScript performance! IE8 was a nice first step at improving JS performance on IE but still woefully behind the JS profilers and JIT compilers of Firefox, Safari, et al. Early builds of [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has announced they&#8217;re busy working away on the next version of Internet Explorer. Some of the more interesting things included:</p>
<ul>
<li>Much better JavaScript performance! IE8 was a nice first step at improving JS performance on IE but still woefully behind the JS profilers and JIT compilers of Firefox, Safari, et al. Early builds of IE9 are already 4 times faster in the <a title="SunSpider JavaScript Benchmark" href="http://www2.webkit.org/perf/sunspider-0.9/sunspider.html" target="_blank">SunSpider benchmark</a> than that of IE8 and putting it about par with Firefox 3.5.</li>
<li>CSS Level 3! Again early builds apparently are able to pass the majority of the <a title="CSS3 Selectors Testsuite" href="http://www.css3.info/selectors-test/test.html" target="_blank">CSS3 Selectors Testsuite</a>, 41 out of 43. Of course, Firefox 3.5 and Safari 4 already completely pass this test. IE8 only passed 22 of these tests by the way.</li>
</ul>
<h3>Where&#8217;s more HTML5?</h3>
<p>Microsoft was very non-committal about this. They made a good start in IE8 with things like DOM storage, cross document messaging (XDM) and have a built in JSON API, but where&#8217;s &lt;video&gt; or more importantly &lt;canvas&gt;?</p>
<p>It&#8217;s a promising start for Microsoft with news about IE9&#8242;s JS performance and CSS3 compliance. Here&#8217;s hoping to Microsoft finding time to implement some of the HTML elements that competitors have already integrated into their browsers. Don&#8217;t need IE10 to STILL be playing catch-up.</p>
]]></content:encoded>
			<wfw:commentRss>http://singchan.com/2009/11/20/microsoft-announces-internet-explorer-9-at-pdc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

