<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>adrianba.net</title>
        <link>http://adrianba.net/Default.aspx</link>
        <description>On land, on sea, and in the ether.</description>
        <language>en-GB</language>
        <copyright>Adrian Bateman</copyright>
        <generator>Subtext Version 2.5.2.0</generator>
        <image>
            <title>adrianba.net</title>
            <url>http://adrianba.net/images/RSS2Image.gif</url>
            <link>http://adrianba.net/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>Pretending browser detection isn't browser detection</title>
            <category>IE10</category>
            <link>http://adrianba.net/archive/2012/12/20/pretending-browser-detection-isnt-browser-detection.aspx</link>
            <description>&lt;p&gt;From time to time I see &lt;a href="http://www.impressivewebs.com/ie10-css-hacks/"&gt;posts like this describing "CSS Hacks" to detect a particular version of IE&lt;/a&gt;. This post describes how &lt;a href="http://msdn.microsoft.com/en-us/library/ie/hh801214(v=vs.85).aspx"&gt;removing conditional comments support in IE10&lt;/a&gt; might be a problem for targeting workarounds to IE10. Specifically it says:&lt;/p&gt;  &lt;blockquote&gt;&lt;em&gt;"But without conditional comments in IE10, the only options we’re left with to target CSS problems are hacks or browser sniffing — and we certainly don’t want to resort to the latter."&lt;/em&gt;&lt;/blockquote&gt;  &lt;p&gt;It goes on to describe a set of hacks that amount to browser sniffing using JavaScript (&lt;code&gt;if (/*@cc_on!@*/false &amp;amp;&amp;amp; document.documentMode === 10)&lt;/code&gt;) or some combination of media queries that some developers will only fire for IE10. Just because you don't use the user agent string doesn't mean you're not browser sniffing.&lt;/p&gt;  &lt;p&gt;The whole point of &lt;a href="http://blogs.msdn.com/b/ie/archive/2010/04/14/same-markup-writing-cross-browser-code.aspx"&gt;feature detection&lt;/a&gt; is to look for the feature you want to use and if it is missing do something else. If the issue really is a bug in a specific version of a browser and you can't find a way to detect the correct vs. the errant behaviour then consider browser detection explicitly, not hidden in code made to look like something else.&lt;/p&gt;  &lt;p&gt;The main issue is one that &lt;a href="http://www.impressivewebs.com/ie10-css-hacks/#comment-27944"&gt;David Storey notes in the comments&lt;/a&gt;: this kind of hack is unreliable as bugs are fixed or new features introduced. Today we find that most sites that don't work correctly in IE10 by default are broken because they made this kind of assumption. They either expect that if they detect IE then a specific feature isn't present or will work a specific way or the assume that if feature A is supported then feature B must also be supported, often when there is no connection between the two. When a new version of IE comes along that fixes the bug or maybe implements feature A but not B then the site is broken because of these incorrect assumptions.&lt;/p&gt;  &lt;p&gt;All browsers prioritise the order in which they deliver new features according to their own goals. In IE10 we invested a lot in new CSS3 layout support like &lt;a href="http://www.w3.org/TR/css3-grid/"&gt;grid&lt;/a&gt; and &lt;a href="http://www.w3.org/TR/css3-regions/"&gt;regions&lt;/a&gt;, for example. There are other things that we didn't get to though we always wish we could have done more. Use feature detection in your site for the things you use that we didn't get to yet so that as soon as we include support your site should simply light up that part in IE.&lt;/p&gt;&lt;img src="http://adrianba.net/aggbug/470.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Adrian Bateman</dc:creator>
            <guid>http://adrianba.net/archive/2012/12/20/pretending-browser-detection-isnt-browser-detection.aspx</guid>
            <pubDate>Thu, 20 Dec 2012 18:46:15 GMT</pubDate>
            <comments>http://adrianba.net/archive/2012/12/20/pretending-browser-detection-isnt-browser-detection.aspx#feedback</comments>
            <wfw:commentRss>http://adrianba.net/comments/commentRss/470.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Syncing multiple Gmail calendars with Windows 8 Calendar app</title>
            <link>http://adrianba.net/archive/2012/12/19/syncing-multiple-gmail-calendars-with-windows-8-calendar-app.aspx</link>
            <description>&lt;p&gt;I’m not a Gmail user but I know someone who is. She was a little disappointed to discover that when configuring her Gmail account with a Microsoft Surface, only one of the many Google calendars synchronised to the built-in Calendar app. It looks like the app only syncs the default calendar. After a little searching, we found a &lt;a href="http://alexkilpatrick.com/syncing-windows-8-calendar-with-multiple-google-calendars/"&gt;workaround&lt;/a&gt;. It’s a little clunky but did the trick. Hopefully this gets fixed properly in an update to the main app.&lt;/p&gt;&lt;img src="http://adrianba.net/aggbug/469.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Adrian Bateman</dc:creator>
            <guid>http://adrianba.net/archive/2012/12/19/syncing-multiple-gmail-calendars-with-windows-8-calendar-app.aspx</guid>
            <pubDate>Wed, 19 Dec 2012 18:04:08 GMT</pubDate>
            <comments>http://adrianba.net/archive/2012/12/19/syncing-multiple-gmail-calendars-with-windows-8-calendar-app.aspx#feedback</comments>
            <wfw:commentRss>http://adrianba.net/comments/commentRss/469.aspx</wfw:commentRss>
        </item>
        <item>
            <title>IEBlog - Protecting Consumers' Privacy Online</title>
            <category>W3C</category>
            <link>http://adrianba.net/archive/2012/02/23/ieblog-protecting-consumers-privacy-online.aspx</link>
            <description>&lt;p&gt;&lt;em&gt;This morning in the United States, the White House announced a new "&lt;a href="http://www.whitehouse.gov/the-press-office/2012/02/23/we-can-t-wait-obama-administration-unveils-blueprint-privacy-bill-rights"&gt;Consumer Privacy Bill of Rights&lt;/a&gt;" as part of the effort to improve consumers' online privacy. As I've &lt;a href="http://blogs.msdn.com/b/ie/archive/2011/09/08/online-tracking-consumer-protection-and-web-standards.aspx"&gt;mentioned&lt;/a&gt; &lt;a href="http://blogs.msdn.com/b/ie/archive/2012/01/23/this-week-in-privacy.aspx"&gt;before&lt;/a&gt;, Microsoft is actively participating in the industry initiative for &lt;a href="http://www.w3.org/2011/tracking-protection/"&gt;Tracking Protection at the W3C&lt;/a&gt; to produce Web standards for online privacy.&lt;/em&gt; [&lt;a href="http://blogs.msdn.com/b/ie/archive/2012/02/23/protecting-consumers-privacy-online.aspx"&gt;continues on the IEBlog&lt;/a&gt;]&lt;/p&gt;&lt;img src="http://adrianba.net/aggbug/468.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Adrian Bateman</dc:creator>
            <guid>http://adrianba.net/archive/2012/02/23/ieblog-protecting-consumers-privacy-online.aspx</guid>
            <pubDate>Thu, 23 Feb 2012 08:00:00 GMT</pubDate>
            <comments>http://adrianba.net/archive/2012/02/23/ieblog-protecting-consumers-privacy-online.aspx#feedback</comments>
            <wfw:commentRss>http://adrianba.net/comments/commentRss/468.aspx</wfw:commentRss>
        </item>
        <item>
            <title>IEBlog - This Week in Privacy</title>
            <category>W3C</category>
            <link>http://adrianba.net/archive/2012/01/23/ieblog-this-week-in-privacy.aspx</link>
            <description>&lt;p&gt;&lt;em&gt;&lt;a href="http://www.microsoft.com/Presspass/Features/2012/jan12/GatesMemo.mspx"&gt;In the last ten years&lt;/a&gt; Microsoft has invested heavily in user privacy. Just like security, privacy considerations are baked into every Microsoft product. It is almost a year since the &lt;a href="http://www.w3.org/"&gt;World Wide Web Consortium (W3C)&lt;/a&gt;, an international community that develops open standards to ensure the long-term growth of the Web, &lt;a href="http://blogs.msdn.com/b/ie/archive/2011/02/24/web-tracking-protection-an-emerging-internet-standard-that-helps-protect-consumers-from-tracking.aspx"&gt;accepted and published&lt;/a&gt; Microsoft’s &lt;a href="http://www.w3.org/Submission/2011/01/Comment/"&gt;member submission&lt;/a&gt; for an Internet Standard to help protect consumer privacy.&lt;/em&gt; [&lt;a href="http://blogs.msdn.com/b/ie/archive/2012/01/23/this-week-in-privacy.aspx"&gt;continues on the IEBlog&lt;/a&gt;]&lt;/p&gt;&lt;img src="http://adrianba.net/aggbug/467.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Adrian Bateman</dc:creator>
            <guid>http://adrianba.net/archive/2012/01/23/ieblog-this-week-in-privacy.aspx</guid>
            <pubDate>Mon, 23 Jan 2012 08:00:00 GMT</pubDate>
            <comments>http://adrianba.net/archive/2012/01/23/ieblog-this-week-in-privacy.aspx#feedback</comments>
            <wfw:commentRss>http://adrianba.net/comments/commentRss/467.aspx</wfw:commentRss>
        </item>
        <item>
            <title>ASP.NET __doPostBack problems and IE10</title>
            <category>.NET</category>
            <category>IE10</category>
            <link>http://adrianba.net/archive/2011/09/12/asp-net-__dopostback-problems-and-ie10.aspx</link>
            <description>Scott Hanselman describes the &lt;a href="http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx"&gt;ASP.NET fix need to make the browser definition files work with IE10&lt;/a&gt;. In general we encourage developers to use &lt;a href="http://blogs.msdn.com/b/ie/archive/2010/04/14/same-markup-writing-cross-browser-code.aspx"&gt;feature detection&lt;/a&gt; when switching their mark-up but the ASP.NET infrastructure has been around for a long time. One thing to watch out for if you are doing custom browser detection is the two digit version number with IE10. We've seen a few sites have issues because they only expect a single digit and end up thinking IE10 is IE1.&lt;img src="http://adrianba.net/aggbug/466.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Adrian Bateman</dc:creator>
            <guid>http://adrianba.net/archive/2011/09/12/asp-net-__dopostback-problems-and-ie10.aspx</guid>
            <pubDate>Mon, 12 Sep 2011 23:54:59 GMT</pubDate>
            <comments>http://adrianba.net/archive/2011/09/12/asp-net-__dopostback-problems-and-ie10.aspx#feedback</comments>
            <wfw:commentRss>http://adrianba.net/comments/commentRss/466.aspx</wfw:commentRss>
        </item>
        <item>
            <title>IEBlog - Online Tracking, Consumer Protection, and Web Standards</title>
            <category>W3C</category>
            <link>http://adrianba.net/archive/2011/09/08/ieblog-online-tracking-consumer-protection-and-web-standards.aspx</link>
            <description>&lt;p&gt;&lt;em&gt;Today, the W3C announced the creation of a &lt;/em&gt;&lt;a href="http://www.w3.org/2011/tracking-protection/"&gt;&lt;em&gt;Tracking Protection Working Group&lt;/em&gt;&lt;/a&gt;&lt;em&gt; to work on defining what tracking is, signaling user intent, and tracking protection lists. The W3C’s action here can help protect consumers from unwanted tracking. We welcome the opportunity to work with the industry and governments on a Web standard based on our earlier work.&lt;/em&gt; [&lt;a href="http://blogs.msdn.com/b/ie/archive/2011/09/08/online-tracking-consumer-protection-and-web-standards.aspx"&gt;continues on the IEBlog&lt;/a&gt;]&lt;/p&gt;&lt;img src="http://adrianba.net/aggbug/465.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Adrian Bateman</dc:creator>
            <guid>http://adrianba.net/archive/2011/09/08/ieblog-online-tracking-consumer-protection-and-web-standards.aspx</guid>
            <pubDate>Thu, 08 Sep 2011 23:16:04 GMT</pubDate>
            <comments>http://adrianba.net/archive/2011/09/08/ieblog-online-tracking-consumer-protection-and-web-standards.aspx#feedback</comments>
            <wfw:commentRss>http://adrianba.net/comments/commentRss/465.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Web Tracking Protection&amp;ndash;standards track work for user privacy at the W3C</title>
            <category>W3C</category>
            <link>http://adrianba.net/archive/2011/02/24/web-tracking-protectionndashstandards-track-work-for-user-privacy-at-the.aspx</link>
            <description>&lt;p&gt;This morning the W3C &lt;a href="http://www.w3.org/Submission/2011/01/Comment/"&gt;accepted and published&lt;/a&gt; Microsoft’s &lt;a href="http://www.w3.org/Submission/2011/SUBM-web-tracking-protection-20110224/"&gt;Web Tracking Protection member submission&lt;/a&gt; proposing a standard for helping to address privacy concerns related to online tracking. You can read more on the &lt;a href="http://blogs.msdn.com/b/ie/archive/2011/02/24/web-tracking-protection-an-emerging-internet-standard-that-helps-protect-consumers-from-tracking.aspx"&gt;IE Blog&lt;/a&gt; and on the &lt;a href="http://www.w3.org/QA/2011/02/do_not_track_at_w3c.html"&gt;W3C Blog&lt;/a&gt;. Web Tracking Protection is based on IE9’s tracking protection lists showcased on the &lt;a href="http://ie.microsoft.com/testdrive/Browser/TrackingProtection/Default.html"&gt;IE9 Test Drive&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://adrianba.net/aggbug/464.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Adrian Bateman</dc:creator>
            <guid>http://adrianba.net/archive/2011/02/24/web-tracking-protectionndashstandards-track-work-for-user-privacy-at-the.aspx</guid>
            <pubDate>Thu, 24 Feb 2011 16:26:08 GMT</pubDate>
            <comments>http://adrianba.net/archive/2011/02/24/web-tracking-protectionndashstandards-track-work-for-user-privacy-at-the.aspx#feedback</comments>
            <wfw:commentRss>http://adrianba.net/comments/commentRss/464.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Test post with upgrade to Subtext 2.5</title>
            <category>Blog</category>
            <link>http://adrianba.net/archive/2010/12/22/test-post-with-upgrade-to-subtext-2-5.aspx</link>
            <description>&lt;p&gt;I have upgraded this blog to Subtext 2.5 and moved hosting providers from WebHost4Life to Arvixe. This is a test post to make sure it is all working.&lt;/p&gt;&lt;img src="http://adrianba.net/aggbug/455.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Adrian Bateman</dc:creator>
            <guid>http://adrianba.net/archive/2010/12/22/test-post-with-upgrade-to-subtext-2-5.aspx</guid>
            <pubDate>Wed, 22 Dec 2010 22:25:43 GMT</pubDate>
            <comments>http://adrianba.net/archive/2010/12/22/test-post-with-upgrade-to-subtext-2-5.aspx#feedback</comments>
            <wfw:commentRss>http://adrianba.net/comments/commentRss/455.aspx</wfw:commentRss>
        </item>
        <item>
            <title>IEBlog - Web Standards development at the W3C TPAC 2010</title>
            <category>W3C</category>
            <link>http://adrianba.net/archive/2010/11/29/ieblog-web-standards-development-at-the-w3c-tpac-2010.aspx</link>
            <description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/ie/archive/2009/11/02/participating-at-w3c-s-tpac-2009.aspx"&gt;&lt;em&gt;Last year&lt;/em&gt;&lt;/a&gt;&lt;em&gt; I wrote about the W3C’s annual Technical Plenary and Advisory Committee (TPAC) conference. This is where most of the W3C working groups get together for a week of face to face meetings and networking. &lt;/em&gt;&lt;a href="http://www.w3.org/2010/11/TPAC/"&gt;&lt;em&gt;TPAC 2010&lt;/em&gt;&lt;/a&gt;&lt;em&gt; was a couple of weeks ago and here I will highlight some of the topics discussed by the groups where we participate…&lt;/em&gt; [&lt;a href="http://blogs.msdn.com/b/ie/archive/2010/11/29/web-standards-development-at-the-w3c-tpac-2010.aspx"&gt;continues on the IEBlog&lt;/a&gt;]&lt;/p&gt;&lt;img src="http://adrianba.net/aggbug/462.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Adrian Bateman</dc:creator>
            <guid>http://adrianba.net/archive/2010/11/29/ieblog-web-standards-development-at-the-w3c-tpac-2010.aspx</guid>
            <pubDate>Tue, 30 Nov 2010 03:20:00 GMT</pubDate>
            <comments>http://adrianba.net/archive/2010/11/29/ieblog-web-standards-development-at-the-w3c-tpac-2010.aspx#feedback</comments>
            <wfw:commentRss>http://adrianba.net/comments/commentRss/462.aspx</wfw:commentRss>
        </item>
        <item>
            <title>IEBlog - CSS 2.1 Implementation Reports</title>
            <category>W3C</category>
            <link>http://adrianba.net/archive/2010/10/08/ieblog-css-2-1-implementation-reports.aspx</link>
            <description>&lt;p&gt;&lt;em&gt;I want to provide an update to my &lt;/em&gt;&lt;a href="http://blogs.msdn.com/b/ie/archive/2010/09/13/web-standards-from-working-draft-to-recommendation.aspx"&gt;&lt;em&gt;last blog post about the W3C process&lt;/em&gt;&lt;/a&gt;&lt;em&gt; that we follow to develop and finalise Web Standards. The working group published the Release Candidate (RC) of the &lt;/em&gt;&lt;a href="http://test.csswg.org/suites/css2.1/20100917/"&gt;&lt;em&gt;CSS 2.1 Test Suite&lt;/em&gt;&lt;/a&gt;&lt;em&gt; on &lt;/em&gt;&lt;a href="http://lists.w3.org/Archives/Public/public-css-testsuite/2010Sep/0099.html"&gt;&lt;em&gt;September 17&lt;/em&gt;&lt;/a&gt;&lt;em&gt;. The next step is for the major browser vendors to submit their implementation reports using the working group’s &lt;/em&gt;&lt;a href="http://test.csswg.org/suites/css2.1/20100917/implement-report-TEMPLATE.data"&gt;&lt;em&gt;template&lt;/em&gt;&lt;/a&gt;&lt;em&gt; within one month from publication of the test suite. The group has set a deadline on October 18…&lt;/em&gt; [&lt;a href="http://blogs.msdn.com/b/ie/archive/2010/10/08/css-2-1-implementation-reports.aspx"&gt;continues on the IEBlog&lt;/a&gt;]&lt;/p&gt;&lt;img src="http://adrianba.net/aggbug/459.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Adrian Bateman</dc:creator>
            <guid>http://adrianba.net/archive/2010/10/08/ieblog-css-2-1-implementation-reports.aspx</guid>
            <pubDate>Fri, 08 Oct 2010 23:30:00 GMT</pubDate>
            <comments>http://adrianba.net/archive/2010/10/08/ieblog-css-2-1-implementation-reports.aspx#feedback</comments>
            <wfw:commentRss>http://adrianba.net/comments/commentRss/459.aspx</wfw:commentRss>
        </item>
        <item>
            <title>IEBlog - Web Standards: from Working Draft to Recommendation</title>
            <category>W3C</category>
            <link>http://adrianba.net/archive/2010/09/13/ieblog-web-standards-from-working-draft-to-recommendation.aspx</link>
            <description>&lt;p&gt;&lt;em&gt;Complete Web Standards with multiple browser implementations and comprehensive test suites are the backbone of the interoperable Web. Getting web standards through the complete standardisation process and turned into official W3C Recommendations takes a lot of effort. While it is tempting to view the latest editor’s draft of a specification as a "standard", a large part of the complexity that ensures good interoperability happens in the "last mile". In the last couple of weeks, several key web specifications have reached important milestones and these examples illustrate how the process works… &lt;/em&gt;[&lt;a href="http://blogs.msdn.com/b/ie/archive/2010/09/13/web-standards-from-working-draft-to-recommendation.aspx"&gt;continues on the IEBlog&lt;/a&gt;]     &lt;/p&gt;&lt;img src="http://adrianba.net/aggbug/456.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Adrian Bateman</dc:creator>
            <guid>http://adrianba.net/archive/2010/09/13/ieblog-web-standards-from-working-draft-to-recommendation.aspx</guid>
            <pubDate>Tue, 14 Sep 2010 01:00:00 GMT</pubDate>
            <comments>http://adrianba.net/archive/2010/09/13/ieblog-web-standards-from-working-draft-to-recommendation.aspx#feedback</comments>
            <wfw:commentRss>http://adrianba.net/comments/commentRss/456.aspx</wfw:commentRss>
        </item>
        <item>
            <title>IEBlog - Standards Documentation for IE7 and IE8</title>
            <category>IE8</category>
            <link>http://adrianba.net/archive/2010/03/26/ieblog-standards-documentation-for-ie7-and-ie8.aspx</link>
            <description>&lt;p&gt;&lt;em&gt;Over the &lt;/em&gt;&lt;a href="http://blogs.msdn.com/ie/archive/2010/03/17/more-standards-documentation-available.aspx"&gt;&lt;em&gt;last month&lt;/em&gt;&lt;/a&gt;&lt;em&gt;, as part of Microsoft’s &lt;/em&gt;&lt;a href="http://www.microsoft.com/interop/"&gt;&lt;em&gt;commitment to interoperability&lt;/em&gt;&lt;/a&gt;&lt;em&gt;, we’ve published information for Internet Explorer 7 and Internet Explorer 8 describing variations from certain web standards…&lt;/em&gt; [&lt;a href="http://blogs.msdn.com/b/ie/archive/2010/03/26/standards-documentation-for-ie7-and-ie8.aspx"&gt;continues on the IEBlog&lt;/a&gt;]&lt;/p&gt;&lt;img src="http://adrianba.net/aggbug/461.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Adrian Bateman</dc:creator>
            <guid>http://adrianba.net/archive/2010/03/26/ieblog-standards-documentation-for-ie7-and-ie8.aspx</guid>
            <pubDate>Fri, 26 Mar 2010 20:45:00 GMT</pubDate>
            <comments>http://adrianba.net/archive/2010/03/26/ieblog-standards-documentation-for-ie7-and-ie8.aspx#feedback</comments>
            <wfw:commentRss>http://adrianba.net/comments/commentRss/461.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Working with Web Standards</title>
            <category>W3C</category>
            <link>http://adrianba.net/archive/2010/03/12/working-with-web-standards.aspx</link>
            <description>&lt;p&gt;There’s lots going on in the web standards world and being part of the Internet Explorer team gives me a front row seat. We’ve posted a few updates on the IE Blog relating to standards in the last few weeks:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://blogs.msdn.com/ie/archive/2010/02/01/w3c-svg-working-group-update-for-january-2010.aspx"&gt;W3C SVG Working Group Update for January 2010&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/ie/archive/2010/02/22/mix-microsoft-w3c-and-svg.aspx"&gt;MIX - Microsoft, W3C and SVG&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/ie/archive/2010/02/24/documenting-standards-in-ie.aspx"&gt;Documenting Standards in IE&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/ie/archive/2010/03/05/W3C-HTML-Working-Group-Publishes-New-Drafts.aspx"&gt;W3C HTML Working Group Publishes New Drafts&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/ie/archive/2010/03/09/Working-with-the-HTML5-Community.aspx"&gt;Working with the HTML5 Community&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;I’m really looking forward to the feedback we get from &lt;a href="http://live.visitmix.com/News/Internet-Explorer-9-at-MIX10"&gt;MIX&lt;/a&gt; where General Manager of IE, Dean Hachamovitch, will present one of the &lt;a href="http://live.visitmix.com/News/MIX10-Keynotes-Interviews-and-Sessions-Online"&gt;keynote sessions&lt;/a&gt; and there will be a number of IE9 &lt;a href="http://live.visitmix.com/Sessions#/tags/InternetExplorer"&gt;breakouts&lt;/a&gt;. Unfortunately, I won’t get a chance to be at MIX this year but I’ll be watching from afar and waiting to hear the stories my colleagues have to tell when they return.&lt;/p&gt;  &lt;p&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/MIX10"&gt;MIX10&lt;/a&gt;,&lt;a href="http://technorati.com/tags/IE9"&gt;IE9&lt;/a&gt;,&lt;a href="http://technorati.com/tags/W3C"&gt;W3C&lt;/a&gt;,&lt;a href="http://technorati.com/tags/HTML5"&gt;HTML5&lt;/a&gt;&lt;/p&gt;&lt;img src="http://adrianba.net/aggbug/463.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Adrian Bateman</dc:creator>
            <guid>http://adrianba.net/archive/2010/03/12/working-with-web-standards.aspx</guid>
            <pubDate>Sat, 13 Mar 2010 00:07:00 GMT</pubDate>
            <comments>http://adrianba.net/archive/2010/03/12/working-with-web-standards.aspx#feedback</comments>
            <wfw:commentRss>http://adrianba.net/comments/commentRss/463.aspx</wfw:commentRss>
        </item>
        <item>
            <title>IEBlog - Working with the HTML5 Community</title>
            <link>http://adrianba.net/archive/2010/03/09/ieblog-working-with-the-html5-community.aspx</link>
            <description>&lt;p&gt;&lt;em&gt;We’re always excited to engage with members of the W3C including the developers of other browsers as well as the broader web development community to help shape the direction of emerging Web standards, particularly &lt;/em&gt;&lt;a href="http://blogs.msdn.com/ie/archive/2010/03/05/W3C-HTML-Working-Group-Publishes-New-Drafts.aspx"&gt;&lt;em&gt;HTML5&lt;/em&gt;&lt;/a&gt;&lt;em&gt;.  This includes participating in events like TPAC, which &lt;/em&gt;&lt;a href="http://blogs.msdn.com/ie/archive/2009/11/02/participating-at-w3c-s-tpac-2009.aspx"&gt;&lt;em&gt;we wrote about in November&lt;/em&gt;&lt;/a&gt;&lt;em&gt;, and on-going engagement with various working groups…&lt;/em&gt; [&lt;a href="http://blogs.msdn.com/b/ie/archive/2010/03/09/working-with-the-html5-community.aspx"&gt;continues on the IEBlog&lt;/a&gt;]&lt;/p&gt;&lt;img src="http://adrianba.net/aggbug/458.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Adrian Bateman</dc:creator>
            <guid>http://adrianba.net/archive/2010/03/09/ieblog-working-with-the-html5-community.aspx</guid>
            <pubDate>Tue, 09 Mar 2010 22:00:00 GMT</pubDate>
            <comments>http://adrianba.net/archive/2010/03/09/ieblog-working-with-the-html5-community.aspx#feedback</comments>
            <wfw:commentRss>http://adrianba.net/comments/commentRss/458.aspx</wfw:commentRss>
        </item>
        <item>
            <title>IEBlog - W3C HTML Working Group Publishes New Drafts</title>
            <category>W3C</category>
            <category>HTML5</category>
            <link>http://adrianba.net/archive/2010/03/05/ieblog-w3c-html-working-group-publishes-new-drafts.aspx</link>
            <description>&lt;p&gt;&lt;em&gt;Last week, &lt;/em&gt;&lt;a href="http://lists.w3.org/Archives/Public/public-html/2010Feb/0851.html"&gt;&lt;em&gt;the W3C HTML Working Group reached a decision&lt;/em&gt;&lt;/a&gt;&lt;em&gt; to publish several new working drafts and these are now available. The discussion about what to publish and how to structure the HTML5 specification has taken several months. In November, at the &lt;/em&gt;&lt;a href="http://blogs.msdn.com/ie/archive/2009/11/02/participating-at-w3c-s-tpac-2009.aspx"&gt;&lt;em&gt;TPAC meeting&lt;/em&gt;&lt;/a&gt;&lt;em&gt;, a &lt;/em&gt;&lt;a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8220"&gt;&lt;em&gt;request&lt;/em&gt;&lt;/a&gt;&lt;em&gt; was made for the Microdata section of the specification to be removed. Back in August, I posted about our support for a &lt;/em&gt;&lt;a href="http://lists.w3.org/Archives/Public/public-html/2009Aug/0628.html"&gt;&lt;em&gt;separate Canvas 2D API&lt;/em&gt;&lt;/a&gt;&lt;em&gt; specification…&lt;/em&gt; [&lt;a href="http://blogs.msdn.com/b/ie/archive/2010/03/05/w3c-html-working-group-publishes-new-drafts.aspx"&gt;continues on the IEBlog&lt;/a&gt;]     &lt;/p&gt;&lt;img src="http://adrianba.net/aggbug/457.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Adrian Bateman</dc:creator>
            <guid>http://adrianba.net/archive/2010/03/05/ieblog-w3c-html-working-group-publishes-new-drafts.aspx</guid>
            <pubDate>Fri, 05 Mar 2010 17:11:00 GMT</pubDate>
            <comments>http://adrianba.net/archive/2010/03/05/ieblog-w3c-html-working-group-publishes-new-drafts.aspx#feedback</comments>
            <wfw:commentRss>http://adrianba.net/comments/commentRss/457.aspx</wfw:commentRss>
        </item>
        <item>
            <title>IEBlog - Participating at W3C&amp;rsquo;s TPAC 2009</title>
            <category>W3C</category>
            <link>http://adrianba.net/archive/2009/11/02/ieblog-participating-at-w3crsquos-tpac-2009.aspx</link>
            <description>&lt;p&gt;&lt;em&gt;This week the W3C holds its annual &lt;/em&gt;&lt;a href="http://www.w3.org/2009/11/TPAC/"&gt;&lt;em&gt;Technical Plenary and Advisory Committee meeting&lt;/em&gt;&lt;/a&gt;&lt;em&gt; (TPAC 2009). There will be about a dozen people from the IE team participating and this is a valuable opportunity to continue working together with other W3C members on the next generation of web standards. High quality specifications that improve interoperability between browsers are important. Our goal is to help ensure these new standards work well for web developers and will work well in future versions of IE…&lt;/em&gt; [&lt;a href="http://blogs.msdn.com/b/ie/archive/2009/11/02/participating-at-w3c-s-tpac-2009.aspx"&gt;continues on the IEBlog&lt;/a&gt;]&lt;/p&gt;&lt;img src="http://adrianba.net/aggbug/460.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Adrian Bateman</dc:creator>
            <guid>http://adrianba.net/archive/2009/11/02/ieblog-participating-at-w3crsquos-tpac-2009.aspx</guid>
            <pubDate>Tue, 03 Nov 2009 01:00:00 GMT</pubDate>
            <comments>http://adrianba.net/archive/2009/11/02/ieblog-participating-at-w3crsquos-tpac-2009.aspx#feedback</comments>
            <wfw:commentRss>http://adrianba.net/comments/commentRss/460.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Microsoft product pipeline continues to be strong</title>
            <category>Microsoft</category>
            <link>http://adrianba.net/archive/2009/05/19/microsoft-product-pipeline-continues-to-be-strong.aspx</link>
            <description>&lt;p&gt;There were a number of announcements at TechEd US last week with many status updates on forthcoming products. Bruce Kyle has written up the list on the &lt;a href="http://blogs.msdn.com/usisvde/archive/2009/05/15/roadmaps-for-major-products-announced-at-teched.aspx"&gt;US ISV DE blog&lt;/a&gt;. Itâ€™s interesting to see the ramp-up for Windows Mobile 6.5 beginning with the launch of registration for the &lt;a href="http://developer.windowsmobile.com/Marketplace.aspx"&gt;Windows Marketplace for Mobile&lt;/a&gt; and an &lt;a href="http://blogs.msdn.com/windowsmobile/archive/2009/03/18/windows-mobile-6-5-what-s-in-for-developers.aspx"&gt;announcement&lt;/a&gt; of support for the latest draft of the &lt;a href="http://www.w3.org/TR/widgets/"&gt;W3C Widgets&lt;/a&gt; spec. In fact, there is a &lt;a href="http://msdn.microsoft.com/en-us/rampup/dd807370.aspx"&gt;Windows Mobile Ramp-Up&lt;/a&gt; track on MSDN to facilitate learning about mobile development.&lt;/p&gt;  &lt;p&gt;One aspect Iâ€™m particularly interested in exploring is the Windows 7 native support for the &lt;a href="http://code.msdn.microsoft.com/ScenicRibbon"&gt;ribbon UI&lt;/a&gt;. This is something Iâ€™ve been investigating for a while for a side project and so Iâ€™m considering limiting myself to Windows 7 for now so I can take advantage of this control. As I understand it, &lt;a href="http://msdn.microsoft.com/en-us/library/dd371191(VS.85).aspx"&gt;the plan is to provide support for Windows Vista&lt;/a&gt; around the time of Windows 7 RTM.&lt;/p&gt;&lt;img src="http://adrianba.net/aggbug/454.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Adrian Bateman</dc:creator>
            <guid>http://adrianba.net/archive/2009/05/19/microsoft-product-pipeline-continues-to-be-strong.aspx</guid>
            <pubDate>Tue, 19 May 2009 15:06:50 GMT</pubDate>
            <comments>http://adrianba.net/archive/2009/05/19/microsoft-product-pipeline-continues-to-be-strong.aspx#feedback</comments>
            <wfw:commentRss>http://adrianba.net/comments/commentRss/454.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Does your PC support hardware virtualisation?</title>
            <category>Windows</category>
            <link>http://adrianba.net/archive/2009/05/13/does-your-pc-support-hardware-virtualisation.aspx</link>
            <description>&lt;p&gt;The release of a &lt;a href="http://www.microsoft.com/windows/virtual-pc/download.aspx"&gt;beta of Virtual PC for Windows 7&lt;/a&gt; allows Windows XP applications to run in a way that integrates them into the usual Windows desktop without it being obvious that an entire second copy of Windows is running. Virtual PC on Windows 7 requires hardware virtualisation and I was looking for a quick way to determine whether that is supported on any given PC.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.grc.com/securable.htm"&gt;SecurAble&lt;/a&gt; by Gibson Research Corp supports both Intel and AMD CPUs and tells you simply whether the processor is 64-bit capable, whether it supports &lt;a href="http://support.microsoft.com/kb/875352"&gt;Data Execution Prevention&lt;/a&gt; technology, and whether it supports hardware-assisted virtualisation.&lt;/p&gt;&lt;img src="http://adrianba.net/aggbug/453.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Adrian Bateman</dc:creator>
            <guid>http://adrianba.net/archive/2009/05/13/does-your-pc-support-hardware-virtualisation.aspx</guid>
            <pubDate>Thu, 14 May 2009 05:36:48 GMT</pubDate>
            <comments>http://adrianba.net/archive/2009/05/13/does-your-pc-support-hardware-virtualisation.aspx#feedback</comments>
            <wfw:commentRss>http://adrianba.net/comments/commentRss/453.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Legacy printers and Windows 7</title>
            <category>Windows</category>
            <link>http://adrianba.net/archive/2009/05/07/legacy-printers-and-windows-7.aspx</link>
            <description>&lt;p&gt;I have an old printer. Very old. Itâ€™s an Epson EPL-5500 and I got it in about 1995/6 and it has served me well ever since. Soon I might need a new printer â€“ soon I wonâ€™t be able to get toner cartridges for this one â€“ but for now it is fine. It worked fine in Vista but now that Iâ€™ve decided to enter the 64-bit world with Windows 7, I need 64-bit drivers and they donâ€™t come with Win7. After all, who still uses a printer that is more than a decade old?&lt;/p&gt;  &lt;p&gt;My printer is connected to my Windows Home Server and I know that server operating systems have the ability to host drivers for the printers they share so that when you connect to the printer, the driver is downloaded. Using Remote Desktop to connect to WHS, there is an Additional Drivers button on the Sharing tab of the printer properties.&lt;/p&gt;  &lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="AdditionalDrivers" border="0" alt="AdditionalDrivers" src="http://adrianba.net/images/adrianba_net/WindowsLiveWriter/LegacyprintersandWindows7_8ECC/AdditionalDrivers_3.png" width="376" height="362" /&gt; &lt;/p&gt;  &lt;p&gt;WHS is based on Windows Server 2003 so it doesnâ€™t intrinsically know anything about Windows Vista or Windows 7. It does know about 64-bit Windows XP, though. By default the x64 checkbox is unchecked and the driver isnâ€™t installed. When you check the box, youâ€™re prompted to enter the DVD containing the driver. Unfortunately, WHS is 32-bit only so inserting the WHS DVD doesnâ€™t help. I found a copy of Windows Server 2003 64-bit on an old MSDN DVD and used that to provide a copy of the 64-bit driver. This gives me a â€˜Yesâ€™ in the Additional Drivers dialog and now I can connect to the printer from Windows 7. When I do, Windows prompts me to elevate permissions so that the driver can be installed and all is well.&lt;/p&gt;  &lt;p&gt;Windows Home Server to the rescue again (sort of) and now all my Windows 7 PCâ€™s will be able to print again.&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5c458f36-dca6-451c-aec5-1f446f54d480" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Windows+7" rel="tag"&gt;Windows 7&lt;/a&gt;,&lt;a href="http://technorati.com/tags/64-bit" rel="tag"&gt;64-bit&lt;/a&gt;,&lt;a href="http://technorati.com/tags/printer" rel="tag"&gt;printer&lt;/a&gt;,&lt;a href="http://technorati.com/tags/driver" rel="tag"&gt;driver&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Epson" rel="tag"&gt;Epson&lt;/a&gt;,&lt;a href="http://technorati.com/tags/EPL-5500" rel="tag"&gt;EPL-5500&lt;/a&gt;&lt;/div&gt;&lt;img src="http://adrianba.net/aggbug/452.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Adrian Bateman</dc:creator>
            <guid>http://adrianba.net/archive/2009/05/07/legacy-printers-and-windows-7.aspx</guid>
            <pubDate>Thu, 07 May 2009 17:10:06 GMT</pubDate>
            <comments>http://adrianba.net/archive/2009/05/07/legacy-printers-and-windows-7.aspx#feedback</comments>
            <wfw:commentRss>http://adrianba.net/comments/commentRss/452.aspx</wfw:commentRss>
        </item>
        <item>
            <title>&amp;ldquo;A webpage is not responding on the following website&amp;rdquo; in IE8 on Win7</title>
            <category>IE8</category>
            <link>http://adrianba.net/archive/2009/05/05/ldquoa-webpage-is-not-responding-on-the-following-websiterdquo-in.aspx</link>
            <description>&lt;p&gt;Yesterday, a note was posted on the &lt;a href="http://blogs.msdn.com/ie/"&gt;IE blog&lt;/a&gt; about the &lt;a href="http://blogs.msdn.com/ie/archive/2009/05/04/ie8-in-windows-7-rc-reliability-and-telemetry.aspx"&gt;â€œhang recoveryâ€ feature in IE8 on Windows 7&lt;/a&gt;. During testing, it was found that the timer used to determine if a tab in IE is not being responsive was found to be a little too sensitive on some peopleâ€™s computers, especially while using the built-in developer tools.&lt;/p&gt;  &lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="A webpage is not responding on the following website" border="0" alt="A webpage is not responding on the following website" src="http://adrianba.net/images/adrianba_net/WindowsLiveWriter/Awebpageisnotrespondingonthefollowingweb_F27E/notresponding_3.png" width="244" height="179" /&gt; &lt;/p&gt;  &lt;p&gt;Today, two updates for IE8 on Win7 RC are available through Windows Update. The &lt;a href="http://support.microsoft.com/kb/960321"&gt;first&lt;/a&gt; is the expected â€œ&lt;a href="http://blogs.msdn.com/ie/archive/2009/03/30/compatibility-view-list-and-ie8-rtw.aspx"&gt;compatibility list&lt;/a&gt;â€. Since IE8 (and Windows 7) ship with an empty compatibility list, one needs to be downloaded after first install. The &lt;a href="http://support.microsoft.com/?kbid=970858"&gt;second&lt;/a&gt; update is one to mitigate the issue of seeing the â€œwebpage is not respondingâ€ dialog too frequently. The updates are both rated â€œImportantâ€ and itâ€™s recommended that you install both updates.&lt;/p&gt;&lt;img src="http://adrianba.net/aggbug/451.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Adrian Bateman</dc:creator>
            <guid>http://adrianba.net/archive/2009/05/05/ldquoa-webpage-is-not-responding-on-the-following-websiterdquo-in.aspx</guid>
            <pubDate>Wed, 06 May 2009 00:17:42 GMT</pubDate>
            <comments>http://adrianba.net/archive/2009/05/05/ldquoa-webpage-is-not-responding-on-the-following-websiterdquo-in.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://adrianba.net/comments/commentRss/451.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>