<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>PeteL's Blog</title><link>http://blogs.msdn.com/petel/default.aspx</link><description>Product Manager, Internet Explorer, Developer Division</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>TechEd09 - Top 10 Mistakes Made By Web Developers</title><link>http://blogs.msdn.com/petel/archive/2009/05/18/teched09-top-10-mistakes-made-by-web-developers.aspx</link><pubDate>Mon, 18 May 2009 20:59:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9626022</guid><dc:creator>PeteL</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/petel/comments/9626022.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=9626022</wfw:commentRss><description>&lt;P&gt;I consider myself a developer more than a designer.&amp;nbsp; In fact, I’m pretty bad at web design.&amp;nbsp; I know what looks nice, and I know what doesn’t work well, but I’m not so good at creating kick butt designs.&amp;nbsp; So, at TechEd last year, I presented “Top 10 Mistakes Made By Web Developers” and it went over extremely well, and I was asked to do it again this year.&amp;nbsp; I did it twice at TechEd EMEA in Barcelona, and was asked to do it twice this year as we filled the room the first time!&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Since it was an Interactive session, it’s not recorded, nor are the slides put online but I offered to share &lt;A href="http://blogs.msdn.com/petel/archive/2008/11/14/top-10-web-mistakes-from-teched-emea.aspx" mce_href="http://blogs.msdn.com/petel/archive/2008/11/14/top-10-web-mistakes-from-teched-emea.aspx"&gt;some of the sites&lt;/A&gt; I used both as good sites and bad sites and also share the slides!&lt;/P&gt;
&lt;P&gt;I’ll be posting the demo code from WUX310 later this week!&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9626022" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/petel/attachment/9626022.ashx" length="500900" type="application/pdf" /><category domain="http://blogs.msdn.com/petel/archive/tags/share/default.aspx">share</category><category domain="http://blogs.msdn.com/petel/archive/tags/conferences/default.aspx">conferences</category><category domain="http://blogs.msdn.com/petel/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category><category domain="http://blogs.msdn.com/petel/archive/tags/IE8/default.aspx">IE8</category></item><item><title>VPC’s are coming…</title><link>http://blogs.msdn.com/petel/archive/2009/04/30/vpc-s-are-coming.aspx</link><pubDate>Thu, 30 Apr 2009 20:47:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9581254</guid><dc:creator>PeteL</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/petel/comments/9581254.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=9581254</wfw:commentRss><description>&lt;p&gt;Since several people have asked, the new VPC’s are propping now.&amp;#160; I suspect they should be up and available within the next 12 hours.&amp;#160; Watch the &lt;a href="http://twitter.com/ie"&gt;IE&lt;/a&gt; or &lt;a href="http://twitter.com/ieteam"&gt;IETeam&lt;/a&gt; twitter accounts for updates.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9581254" width="1" height="1"&gt;</description></item><item><title>Running Multiple Versions Of IE On The Same Box</title><link>http://blogs.msdn.com/petel/archive/2009/04/27/running-multiple-versions-of-ie-on-the-same-box.aspx</link><pubDate>Mon, 27 Apr 2009 16:27:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9571189</guid><dc:creator>PeteL</dc:creator><slash:comments>27</slash:comments><comments>http://blogs.msdn.com/petel/comments/9571189.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=9571189</wfw:commentRss><description>&lt;p&gt;There are applications out there that will put IE4/5/6/7/8 on the same machine and let you switch between the different versions of IE, but there are a couple of problems with this.&amp;#160; I typically describe this type of situation as a Frankenbuild.&amp;#160; Any time you start messing with Windows core components, and changing OS level DLL’s, you’re setting yourself up for heartache.&amp;#160; You also don’t know if you’re replacing the whole set, or just a subset of the DLLs.&amp;#160; For example, if you’ve got IE8 installed on the box, and you put the IE6 rendering engine in, you have the IE6 rendering engine, the IE8 JavaScript engine and the IE8 networking stack.&amp;#160; Hmm, no real customer is ever going to see that.&amp;#160; You never know what the tool is replacing, if it’s the whole IE stack, or just the components.&amp;#160; &lt;/p&gt;  &lt;p&gt;Another example would be having IE8 installed, then putting the IE7 rendering and JavaScript components in.&amp;#160; Great, so you’ve got almost the whole stack, but we made significant changes to how the Phishing Filter works between 7 and 8.&amp;#160; What if what you’re looking at or testing will hit that, and you get a completely different behavior than what a real IE7 user would see. &lt;/p&gt;  &lt;p&gt;There’s also a security issue there, who is to know if the DLL you just placed on your machine is a real IE5 component, or if it’s a Trojan that is going to send your browser sessions to some unknown host.&amp;#160; While I’d say this is unlikely, it’s not impossible. &lt;/p&gt;  &lt;p&gt;We strongly recommend people use VPC images for testing different versions of IE, we even make those VPC’s available for people to download.&amp;#160; They’re time bombed, because we’re basically giving a copy of Windows away, but users can also build their own.&amp;#160; &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9571189" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/petel/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://blogs.msdn.com/petel/archive/tags/share/default.aspx">share</category><category domain="http://blogs.msdn.com/petel/archive/tags/ie/default.aspx">ie</category><category domain="http://blogs.msdn.com/petel/archive/tags/IE8/default.aspx">IE8</category></item><item><title>Setting X-UA-Compatible with ASP.NET Pages</title><link>http://blogs.msdn.com/petel/archive/2009/04/15/setting-x-ua-compatible-with-asp-net-pages.aspx</link><pubDate>Wed, 15 Apr 2009 15:47:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9551011</guid><dc:creator>PeteL</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/petel/comments/9551011.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=9551011</wfw:commentRss><description>&lt;P&gt;I got an email today asking about the best way to go about adding the X-UA-Compatible tags on ASP.NET pages where you’ve got a master page, and may want to over ride the X-UA-Compatible tag in some content pages, but not others.&lt;/P&gt;
&lt;P&gt;After playing around with it in Visual Studio for a few minutes, I pulled together the following scenarios:&lt;/P&gt;
&lt;H2&gt;Access To The Server&lt;/H2&gt;
&lt;P&gt;The optimal way to do this, if you have server level access, is to add the IE=EmulateIE7 as an HTTP Response Header from the server. Then, any pages served from that server will be rendered in IE7 mode. If Internet Explorer finds the X-UA-Compatible tag in both the HTTP Response Header, and as a META tag, the META tag will win out. Thus, if you've added the IE=EmulateIE7 to the server, you can over ride it by using the following code snippet:&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Consolas&gt;protected void Page_Load(object sender, EventArgs e) &lt;BR&gt;{ &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HtmlMeta xuac = new HtmlMeta(); &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xuac.HttpEquiv = "X-UA-Compatible"; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xuac.Content = "IE=EmulateIE8"; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Header.Controls.AddAt(0, xuac); &lt;BR&gt;}&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;One quick note about the Page_Load method, you'll note I use the Header.Controls.AddAt(0, xuac) method. The X-UA-Compatible tag needs to occur BEFORE any code on the page is run, if it doesn't IE will ignore the X-UA-Compatible tag; so it's best to makes sure this is the first tag on the page.&lt;/P&gt;
&lt;H2&gt;No Server Access&lt;/H2&gt;
&lt;P&gt;If you don't have access to the server, and you want to put the X-UA-Compatible tag in the ASP.NET MASTER page, you could do something like this:&lt;/P&gt;
&lt;P&gt;In the master page, I'd create a Content Place Holder:&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Consolas&gt;&amp;lt;asp:ContentPlaceHolder ID="cphMeta" runat="server"&amp;gt; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /&amp;gt; &lt;BR&gt;&amp;lt;/asp:ContentPlaceHolder&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Then, in the individual pages, where you want to override, and go to IE8 standards, you'd insert&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Consolas&gt;&amp;lt;asp:Content ID="Content1" ContentPlaceHolderID="cphMeta" runat="server"&amp;gt; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" /&amp;gt; &lt;BR&gt;&amp;lt;/asp:Content&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9551011" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/petel/archive/tags/Code+Samples/default.aspx">Code Samples</category><category domain="http://blogs.msdn.com/petel/archive/tags/share/default.aspx">share</category><category domain="http://blogs.msdn.com/petel/archive/tags/ie/default.aspx">ie</category><category domain="http://blogs.msdn.com/petel/archive/tags/web+design/default.aspx">web design</category><category domain="http://blogs.msdn.com/petel/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category><category domain="http://blogs.msdn.com/petel/archive/tags/IE8/default.aspx">IE8</category></item><item><title>Top 10 Web Mistakes [From TechEd EMEA]</title><link>http://blogs.msdn.com/petel/archive/2008/11/14/top-10-web-mistakes-from-teched-emea.aspx</link><pubDate>Fri, 14 Nov 2008 16:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9074388</guid><dc:creator>PeteL</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/petel/comments/9074388.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=9074388</wfw:commentRss><description>&lt;P&gt;I just finished presenting my last session of TechEd EMEA for 2008 and I'm sad to be leaving!&amp;nbsp; But, hopefully I'll get another chance next year.&lt;/P&gt;
&lt;P&gt;My last session was a repeat of "Top 10 Web Mistakes" and I said I'd post some of the sites that I showed during the session, so here they are.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sites That Suck&lt;/STRONG&gt;&lt;BR&gt;&lt;A href="http://www.teacherxpress.com/"&gt;http://www.teacherxpress.com/&lt;/A&gt;&lt;BR&gt;How am I supposed to find content on this site?&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.continental.com/"&gt;http://www.continental.com&lt;/A&gt;&lt;BR&gt;Some validation errors are okay, others, maybe not so much.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.samanzerin.com/"&gt;http://www.samanzerin.com/&lt;/A&gt;&lt;BR&gt;I don't even know where to start, figuratively or literally.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.wsdot.wa.gov/traffic/seattle/flowmaps/bridges.htm"&gt;http://www.wsdot.wa.gov/traffic/seattle/flowmaps/bridges.htm&lt;/A&gt;&lt;BR&gt;&lt;A href="http://wsdot.wa.gov/traffic/"&gt;http://wsdot.wa.gov/traffic/&lt;/A&gt;&lt;BR&gt;Nice to see consistency on here. :)&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.toyjoy.com/"&gt;http://www.toyjoy.com/&lt;/A&gt;&lt;BR&gt;Only pop ups?&amp;nbsp; Really?&lt;/P&gt;
&lt;P&gt;&lt;A href="http://twitter.com/home"&gt;http://twitter.com/home&lt;/A&gt;&lt;BR&gt;Think about your work flow.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.miniusa.com/"&gt;http://www.miniusa.com/&lt;/A&gt;#&lt;BR&gt;Try turning JavaScript off and count the clicks to a 404.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.ccps.k12.fl.us/schools/LBHS/"&gt;http://www.ccps.k12.fl.us/schools/LBHS/&lt;/A&gt;&lt;BR&gt;A little too much flash for me.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.barcelona.com/"&gt;http://www.barcelona.com/&lt;/A&gt;&lt;BR&gt;Hmm, ad too much?&lt;/P&gt;
&lt;P&gt;&lt;A href="http://seattletimes.nwsource.com/html/home/index.html"&gt;http://seattletimes.nwsource.com/html/home/index.html&lt;/A&gt;&lt;BR&gt;Let's find a creative way of putting ads on a page.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://users.hunterlink.net.au/~mbbjsj/index.htm"&gt;http://users.hunterlink.net.au/~mbbjsj/index.htm&lt;/A&gt;&lt;BR&gt;&lt;A href="http://www.havenworks.com/"&gt;http://www.havenworks.com/&lt;/A&gt;&lt;BR&gt;&lt;A href="http://www.5safepoints.com/"&gt;http://www.5safepoints.com/&lt;/A&gt;&lt;BR&gt;&lt;A href="http://web.archive.org/web/20060613061524/http:/moire.ch/"&gt;http://web.archive.org/web/20060613061524/http:/moire.ch/&lt;/A&gt;&lt;BR&gt;If only there were a group like Doctors Without Boarders, Designers Without Boarders.&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&lt;STRONG&gt;Sites That Rock&lt;BR&gt;&lt;/STRONG&gt;&lt;A href="http://www.brightcreative.com/"&gt;http://www.BrightCreative.com&lt;/A&gt;&lt;BR&gt;GREAT use of isolating hacks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Thanks for a great time in Barcelona!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9074388" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/petel/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://blogs.msdn.com/petel/archive/tags/share/default.aspx">share</category><category domain="http://blogs.msdn.com/petel/archive/tags/conferences/default.aspx">conferences</category><category domain="http://blogs.msdn.com/petel/archive/tags/web+design/default.aspx">web design</category><category domain="http://blogs.msdn.com/petel/archive/tags/IE8/default.aspx">IE8</category></item><item><title>IE For Developers at Web 2.0 Expo</title><link>http://blogs.msdn.com/petel/archive/2008/09/23/ie-for-developers-at-web-2-0-expo.aspx</link><pubDate>Tue, 23 Sep 2008 18:21:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8962583</guid><dc:creator>PeteL</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/petel/comments/8962583.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=8962583</wfw:commentRss><description>&lt;P&gt;Here's the slide deck from my session at Web 2.0 Expo last week.&amp;nbsp; I cut out a few things in order to get it to fit in the 50 minute slot they allotted me, so it's kind of short, if you're looking for full details, check out the deck from Fronteers as it has a bit more detail on things.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;I did add a bit about search providers to this deck, so there is a little new stuff there.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;It was great to be in NYC for the week, and I met a lot of great people.&amp;nbsp; It was exciting to see all the people who want to see IE8 and hear their excitement about standards and the new features!&amp;nbsp; I can't wait to deliver!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8962583" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/petel/attachment/8962583.ashx" length="576443" type="application/pdf" /><category domain="http://blogs.msdn.com/petel/archive/tags/share/default.aspx">share</category><category domain="http://blogs.msdn.com/petel/archive/tags/ie/default.aspx">ie</category><category domain="http://blogs.msdn.com/petel/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category><category domain="http://blogs.msdn.com/petel/archive/tags/presentations/default.aspx">presentations</category><category domain="http://blogs.msdn.com/petel/archive/tags/IE8/default.aspx">IE8</category></item><item><title>Fronteers Session</title><link>http://blogs.msdn.com/petel/archive/2008/09/12/fronteers-session.aspx</link><pubDate>Fri, 12 Sep 2008 11:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8946265</guid><dc:creator>PeteL</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/petel/comments/8946265.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=8946265</wfw:commentRss><description>&lt;P&gt;Here's the deck that I presented today at Fronteers 2008.&amp;nbsp; Seems like people got something out of it, and was told by a couple of people that "wow, I have nothing to complain about any more"!&amp;nbsp; Love it!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8946265" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/petel/attachment/8946265.ashx" length="646081" type="application/pdf" /><category domain="http://blogs.msdn.com/petel/archive/tags/share/default.aspx">share</category><category domain="http://blogs.msdn.com/petel/archive/tags/ie/default.aspx">ie</category><category domain="http://blogs.msdn.com/petel/archive/tags/presentations/default.aspx">presentations</category><category domain="http://blogs.msdn.com/petel/archive/tags/IE8/default.aspx">IE8</category><category domain="http://blogs.msdn.com/petel/archive/tags/_2300_fronteers2008/default.aspx">#fronteers2008</category></item><item><title>I'm Back!</title><link>http://blogs.msdn.com/petel/archive/2008/08/01/i-m-back.aspx</link><pubDate>Fri, 01 Aug 2008 17:04:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8800831</guid><dc:creator>PeteL</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/petel/comments/8800831.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=8800831</wfw:commentRss><description>&lt;P&gt;&amp;lt;pokes head above blog wall&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;moves some cob webs aside&amp;gt;&lt;/P&gt;
&lt;P&gt;hello! i'm back.&amp;nbsp; :)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;a couple of months ago, I did an interview with Craig shoemaker about one of the session I did at TechEd this year, and he posted the interview&amp;nbsp;a few weeks ago.&amp;nbsp; I figured this would be a good place to start my blogging again!&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;B&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Top Web Design Mistakes&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;A href="http://getpixel8ed.com/shows/mistakes" mce_href="http://getpixel8ed.com/shows/mistakes"&gt;&lt;FONT size=3 face=Calibri&gt;http://getpixel8ed.com/shows/mistakes&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;I&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Pete LePage is Product Manager of Internet Explorer Developer Division and he doesn’t want your web site to stink. Sharing from his talk given at TechEd 2008, Pete highlights 10 common web design mistakes and tells you how you can bypass the same blunders. Pete also tells us how future features of Internet Explorer will help your visitors leave your site with a smile.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/I&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8800831" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/petel/archive/tags/share/default.aspx">share</category><category domain="http://blogs.msdn.com/petel/archive/tags/ie/default.aspx">ie</category><category domain="http://blogs.msdn.com/petel/archive/tags/web+design/default.aspx">web design</category></item><item><title>IE VPC's - Which Ones Next?</title><link>http://blogs.msdn.com/petel/archive/2008/02/04/ie-vpc-s-which-ones-next.aspx</link><pubDate>Mon, 04 Feb 2008 23:58:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7451159</guid><dc:creator>PeteL</dc:creator><slash:comments>25</slash:comments><comments>http://blogs.msdn.com/petel/comments/7451159.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=7451159</wfw:commentRss><description>&lt;P&gt;Apologies for going dark the last little while, I'm going to do my best to change that again.&amp;nbsp; Lots of stuff going on here that I'm really excited about, but before I get into that, I want to do an unscientific survey.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;We currently offer developers and designers the following VPC images:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;XP + SP2 with IE6&lt;/LI&gt;
&lt;LI&gt;XP + SP2 with IE7&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;We're looking at the next batch now, and I'm curious, if we were to add one more, which of the following would you prefer?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Vista with IE7&lt;/LI&gt;
&lt;LI&gt;Vista + SP1 with IE7&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Also, if you're a Mac user, and want to see either VPC images compressed with ZIP, or Parallels users, a comment would be appreciated.&amp;nbsp; No promises on these, I just want to understand what is more important to you.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;BR&gt;PEte&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7451159" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/petel/archive/tags/share/default.aspx">share</category><category domain="http://blogs.msdn.com/petel/archive/tags/ie/default.aspx">ie</category><category domain="http://blogs.msdn.com/petel/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category><category domain="http://blogs.msdn.com/petel/archive/tags/Internet+Explorer+7/default.aspx">Internet Explorer 7</category><category domain="http://blogs.msdn.com/petel/archive/tags/IE6VPC/default.aspx">IE6VPC</category></item><item><title>"IE8" and VPC's</title><link>http://blogs.msdn.com/petel/archive/2007/12/05/ie8-and-vpc-s.aspx</link><pubDate>Thu, 06 Dec 2007 00:16:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6672435</guid><dc:creator>PeteL</dc:creator><slash:comments>13</slash:comments><comments>http://blogs.msdn.com/petel/comments/6672435.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=6672435</wfw:commentRss><description>&lt;p&gt;Two quick notes that I wanted to get out there.&lt;/p&gt;  &lt;p&gt;IE8.&amp;#160; Yep, it officially has a name now.&amp;#160; Check out the &lt;a href="http://blogs.msdn.com/ie/archive/2007/12/05/internet-explorer-8.aspx"&gt;post&lt;/a&gt; from Dean on the IE blog.&lt;/p&gt;  &lt;p&gt;I've uploaded the new VPC images and am just waiting for them to propagate through the severs, now.&amp;#160; I expect it to be live within the next 24 hours.&lt;/p&gt;  &lt;p&gt;PEte&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6672435" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/petel/archive/tags/share/default.aspx">share</category><category domain="http://blogs.msdn.com/petel/archive/tags/ie/default.aspx">ie</category><category domain="http://blogs.msdn.com/petel/archive/tags/IE6VPC/default.aspx">IE6VPC</category><category domain="http://blogs.msdn.com/petel/archive/tags/IE8/default.aspx">IE8</category></item><item><title>IE6 / IE7 VPC's Coming</title><link>http://blogs.msdn.com/petel/archive/2007/11/28/ie6-ie7-vpc-s-coming.aspx</link><pubDate>Wed, 28 Nov 2007 18:09:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6582896</guid><dc:creator>PeteL</dc:creator><slash:comments>10</slash:comments><comments>http://blogs.msdn.com/petel/comments/6582896.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=6582896</wfw:commentRss><description>&lt;p&gt;Just a quick note to say that the IE6 and IE7 VPC images are being updated as we speak, and I suspect the new versions should be online Monday or Tuesday.&amp;nbsp; &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6582896" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/petel/archive/tags/share/default.aspx">share</category><category domain="http://blogs.msdn.com/petel/archive/tags/ie/default.aspx">ie</category><category domain="http://blogs.msdn.com/petel/archive/tags/IE6VPC/default.aspx">IE6VPC</category></item><item><title>Web Tools Or Tools For Web People</title><link>http://blogs.msdn.com/petel/archive/2007/11/20/web-tools-or-tools-for-web-people.aspx</link><pubDate>Tue, 20 Nov 2007 22:22:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6445388</guid><dc:creator>PeteL</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/petel/comments/6445388.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=6445388</wfw:commentRss><description>&lt;p&gt;A couple of days ago, I got an email from the guys at &lt;a href="http://www.debugbar.com/"&gt;DebugBar&lt;/a&gt; letting me know that they had just released their &lt;a href="http://www.my-debugbar.com/wiki/ToDo/Beta"&gt;Beta1&lt;/a&gt; for Debug Bar 5.0.&amp;nbsp; They've got a pretty good tool bar for doing web design and web development in IE.&amp;nbsp; Their DebugBar adds features like a DOM Inspector, an HTTP Inspector, a JavaScript Console and Inspector, an HTML Validator among other things.&amp;nbsp; It's free for personal use, and the commercial license is easy to obtain.&lt;/p&gt; &lt;p&gt;There are a couple of other tools worth pointing out as well&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.fiddler2.com/fiddler2/"&gt;Fiddler2&lt;/a&gt; a web debugging proxy written by one of the PM's on the IE team&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=E59C3964-672D-4511-BB3E-2D5E1DB91038&amp;amp;displaylang=en"&gt;IE Developer Tool Bar&lt;/a&gt; the Microsoft IE Developer Toolbar.&amp;nbsp; There's lots of info on it &lt;a href="http://blogs.msdn.com/ie/archive/2007/05/10/Internet-Explorer-Developer-Toolbar-_2D00_-Get-It-Now_2100_.aspx"&gt;here&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&amp;amp;displaylang=en"&gt;IE6 and IE7 Virtual PC images&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.microsoft.com/express/vwd/"&gt;Visual Web Developer Express 2008&lt;/a&gt; has great JavaScript debugging features&lt;/li&gt; &lt;li&gt;&lt;a href="http://research.microsoft.com/projects/ajaxview/"&gt;AjaxView&lt;/a&gt; a great tool from MS Research for remotely monitoring web2.0 applications for doing perf work&lt;/li&gt; &lt;li&gt;&lt;a href="http://projects.nikhilk.net/Projects/WebDevHelper.aspx"&gt;Nikhil's Web Development Helper&lt;/a&gt; is an add-on that helps AJAX and ASP.NET developers see what is going on with their code&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Hope this helps!&lt;/p&gt; &lt;p&gt;PEte&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6445388" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/petel/archive/tags/share/default.aspx">share</category><category domain="http://blogs.msdn.com/petel/archive/tags/ie/default.aspx">ie</category><category domain="http://blogs.msdn.com/petel/archive/tags/web+design/default.aspx">web design</category><category domain="http://blogs.msdn.com/petel/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category><category domain="http://blogs.msdn.com/petel/archive/tags/Internet+Explorer+7/default.aspx">Internet Explorer 7</category><category domain="http://blogs.msdn.com/petel/archive/tags/IE+AddOns/default.aspx">IE AddOns</category></item><item><title>Beginning Expression Web</title><link>http://blogs.msdn.com/petel/archive/2007/11/13/beginning-expression-web.aspx</link><pubDate>Wed, 14 Nov 2007 01:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6190318</guid><dc:creator>PeteL</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/petel/comments/6190318.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=6190318</wfw:commentRss><description>&lt;P&gt;&lt;STRIKE&gt;I have three copies of &lt;/STRIKE&gt;&lt;A href="http://www.wrox.com/WileyCDA/WroxTitle/productCd-0470073152.html" mce_href="http://www.wrox.com/WileyCDA/WroxTitle/productCd-0470073152.html"&gt;&lt;STRIKE&gt;Beginning Expression Web by Zak Ruvalcaba&lt;/STRIKE&gt;&lt;/A&gt;&lt;STRIKE&gt; to give away.&amp;nbsp; Heck, I'll even throw in a copy of Expression Web!&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;First three people to email me with your&amp;nbsp;full name,&amp;nbsp;mailing address and phone number*&amp;nbsp;&amp;nbsp;get them :)&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;*Microsoft Legal wants me to tell you: One copy per person/mailing address.&amp;nbsp; I'll delete your contact info once I've shipped the package to you.&amp;nbsp; If you're outside the USA, you're responsible for any taxes, etc...&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt; These three books are gone.&amp;nbsp; Thanks for the interest! :)&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6190318" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/petel/archive/tags/ie/default.aspx">ie</category><category domain="http://blogs.msdn.com/petel/archive/tags/web+design/default.aspx">web design</category><category domain="http://blogs.msdn.com/petel/archive/tags/xWeb/default.aspx">xWeb</category></item><item><title>I'm not going to Click To Activate anymore (soon)</title><link>http://blogs.msdn.com/petel/archive/2007/11/08/i-m-not-going-to-click-to-activate-anymore-soon.aspx</link><pubDate>Thu, 08 Nov 2007 21:04:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5995912</guid><dc:creator>PeteL</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/petel/comments/5995912.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=5995912</wfw:commentRss><description>&lt;p&gt;Phew.&amp;nbsp; I've been pretty heads down the last month on a couple of different projects, and one of the biggers ones just went live today!&amp;nbsp; This morning, I posted an &lt;a href="http://blogs.msdn.com/ie/archive/2007/11/08/ie-automatic-component-activation-changes-to-ie-activex-update.aspx"&gt;item to the IE blog&lt;/a&gt; announcing that we're removing click to activate from Internet Explorer!&amp;nbsp; The first "preview" patch will be available in early December, and then it will be included in the April 2008 Cumulitive Update for IE.&lt;/p&gt; &lt;p&gt;I saw one person on the IE blog comment and ask why we're taking so long to just up and remove this.&amp;nbsp; The simple answer is many customers don't like it when we make big changes to IE.&amp;nbsp; It's that whole breaking the web thing that &lt;a href="http://blogs.msdn.com/cwilso/"&gt;Chris&lt;/a&gt; keeps talking about.&amp;nbsp; We do not expect any changes to the way web pages operate, but we want to give time for you to play with it and see for yourself.&lt;/p&gt; &lt;p&gt;For web developers and designers, this doesn't change anything.&amp;nbsp; Your pages will still work in the same way that they did before.&amp;nbsp; If you've been using the JS insertion method, great.&amp;nbsp; If not, no worries there either.&amp;nbsp; &lt;/p&gt; &lt;p&gt;And don't forget, MIX registration opened this morning!&amp;nbsp; &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5995912" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/petel/archive/tags/ie/default.aspx">ie</category><category domain="http://blogs.msdn.com/petel/archive/tags/web+design/default.aspx">web design</category><category domain="http://blogs.msdn.com/petel/archive/tags/Internet+Explorer+7/default.aspx">Internet Explorer 7</category></item><item><title>UPS Package Tracking In Your IE7 Search Bar</title><link>http://blogs.msdn.com/petel/archive/2007/10/08/ups-package-tracking-in-your-ie7-search-bar.aspx</link><pubDate>Mon, 08 Oct 2007 16:13:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5366270</guid><dc:creator>PeteL</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/petel/comments/5366270.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=5366270</wfw:commentRss><description>&lt;p&gt;Confession time, I'm an online shopping addict.&amp;nbsp; Amazon and I get along really well.&amp;nbsp; Well, Amazon and my bank account don't get along well, but Amazon and I do.&amp;nbsp; Along with many other online stores, I tend to do a good bit of shopping online.&amp;nbsp; This morning, I got a tracking notification for a package that is being shipped to me, and it occurred to me this morning that you could easily create a search provider for UPS (or most other shippers for that matter) and have it appear in your IE7 Inline Search box really easily.&amp;nbsp;&lt;/p&gt; &lt;p&gt;The easiest way to add it is to go to &lt;a href="http://www.microsoft.com/windows/ie/searchguide/en-en/default.mspx?dcsref=http://runonce.msn.com/runonce2.aspx"&gt;Add Search Providers to Internet Explorer 7&lt;/a&gt;&amp;nbsp;and in the "Create Your Own" box, add &lt;em&gt;http://wwwapps.ups.com/WebTracking/processInputRequest?sort_by=status&amp;amp;error_carried=true&amp;amp;tracknums_displayed=1&amp;amp;TypeOfInquiryNumber=T&amp;amp;loc=en-us&amp;amp;InquiryNumber1=TEST&amp;amp;AgreeToTermsAndConditions=yes&lt;/em&gt; to the URL text box, then give it a name.&amp;nbsp; Finally, click on the INSTALL button, and it'll add the UPS package tracking to your search provider.&amp;nbsp; &lt;/p&gt; &lt;p&gt;Now, all you have to do is put a tracking number in your search box, and hit enter.&amp;nbsp; Bingo, you've got results!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5366270" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/petel/archive/tags/share/default.aspx">share</category><category domain="http://blogs.msdn.com/petel/archive/tags/ie/default.aspx">ie</category><category domain="http://blogs.msdn.com/petel/archive/tags/Internet+Explorer+7/default.aspx">Internet Explorer 7</category></item></channel></rss>