<?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 : web design</title><link>http://blogs.msdn.com/petel/archive/tags/web+design/default.aspx</link><description>Tags: web design</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Testing Multiple IE Versions, VPC’s and Super Preview</title><link>http://blogs.msdn.com/petel/archive/2009/07/20/testing-multiple-ie-versions-vpc-s-and-super-preview.aspx</link><pubDate>Mon, 20 Jul 2009 21:40:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9842061</guid><dc:creator>PeteL</dc:creator><slash:comments>10</slash:comments><comments>http://blogs.msdn.com/petel/comments/9842061.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=9842061</wfw:commentRss><description>&lt;p&gt;It’s been almost 2 years now since we first shipped the Internet Explorer testing VPC’s so that you could test IE6 and at the time IE7 on the same machine.&amp;#160; We understand the need for people to test IE6, IE7 and IE8 on the same machine, and remain committed to shipping the VPC’s!&amp;#160; &lt;/p&gt;  &lt;p&gt;The VPC’s will remain an important component of testing your sites, because they give you a real, and accurate way of seeing how your site interacts with not just rendering, but JavaScript, and other components in the browser.&amp;#160; &lt;/p&gt;  &lt;p&gt;But there’s a new option that will work fantastically for testing layout and rendering of pages, Expression Web SuperPreview.&amp;#160; SuperPreview allows you to compare multiple rendering engines side by side, or even super-impose one over the other.&amp;#160; For example, you could see what a page looks like in IE6 under the same page in IE7.&amp;#160; Does everything line up, are the images in the right place, are the right fonts used.&amp;#160; SuperPreview for Internet Explorer is free and can be downloaded on the &lt;a href="http://expression.microsoft.com/en-us/dd565874.aspx"&gt;Expression Web&lt;/a&gt; website.&lt;/p&gt;  &lt;p&gt;The limitation of SuperPreview For Internet Explorer is that it only supports the different rendering engines of IE.&amp;#160; Now that’s great, but we all know that IE is not the only browser on the internet – wouldn’t it be great if you could do IE8 overlaid on Firefox 3.5?&amp;#160; But you can!&amp;#160; The full version of SuperPreview that comes with Expression Web, supports all of the IE rendering engines, and also supports Firefox!&amp;#160; The full version of SuperPreview comes with Expression Web, which will be available later this summer – keep an eye on on the Expression website for when it’s released.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/petel/WindowsLiveWriter/TestingMultipleIEVersionsVPCsandSuperPre_A434/xwebsp_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="xwebsp" border="0" alt="xwebsp" src="http://blogs.msdn.com/blogfiles/petel/WindowsLiveWriter/TestingMultipleIEVersionsVPCsandSuperPre_A434/xwebsp_thumb.png" width="497" height="345" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;The big difference between SuperPreview and a lot of the other tools you can use online is that SuperPreview is either free (with the only IE limitation), or you need to purchase it as part of Expression Web; but once you’ve purchased it, it’s yours, it’s not a service you have to pay for every month, or per use.&amp;#160; And most of those online services don’t give you the ability to interact with the DOM, do overlays, and a lot of the other cool features that SuperPreview has.&lt;/p&gt;  &lt;p&gt;Soma has a really &lt;a href="http://blogs.msdn.com/somasegar/archive/2009/06/05/expression-web-3.aspx"&gt;great blog post&lt;/a&gt; about Expression Web 3, and goes into some cool detail about SuperPreview.&lt;/p&gt;  &lt;p&gt;Enjoy!    &lt;br /&gt;PEte&lt;/p&gt;  &lt;p&gt;PS: I’m working on updating the next set of VPC’s.&amp;#160; We’re trying something new this year, so hopefully you’ll see them sooner and with more regularity.&amp;#160; &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9842061" 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/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/IE6VPC/default.aspx">IE6VPC</category><category domain="http://blogs.msdn.com/petel/archive/tags/xWeb/default.aspx">xWeb</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 18: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 19: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>I'm Back!</title><link>http://blogs.msdn.com/petel/archive/2008/08/01/i-m-back.aspx</link><pubDate>Fri, 01 Aug 2008 20: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>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>Wed, 21 Nov 2007 01: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 04: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>Fri, 09 Nov 2007 00: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>ReMIX: Presentations in PDF &amp; Source for VS2008 Demo</title><link>http://blogs.msdn.com/petel/archive/2007/06/27/remix-presentations-in-pdf-source-for-vs2008-demo.aspx</link><pubDate>Thu, 28 Jun 2007 02:02:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3572097</guid><dc:creator>PeteL</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/petel/comments/3572097.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=3572097</wfw:commentRss><description>&lt;p&gt;Yep, the internet is on!&amp;nbsp; I think most of the comments I got yesterday all revolved around the fact that I posted all my presentations in PPTX format.&amp;nbsp; I work for Microsoft, and well, I use PowerPoint to create my presentations.&amp;nbsp; I figured most people, even if they didn't have PowerPoint on their machines would at least have the viewer so they could see the slides, but it sounds like quite a few people would rather have a PDF or some other format.&amp;nbsp; So, here you go!&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.nocommonground.com/blogSamples/TechEd%20-%20Web%20Blunders.pdf" mce_href="http://www.nocommonground.com/blogSamples/TechEd%20-%20Web%20Blunders.pdf"&gt;TechEd: Top 5 Web Blunders&lt;/a&gt;&lt;br&gt;&lt;a href="http://www.nocommonground.com/blogSamples/ReMIX07-BuildVideoSite.pdf" mce_href="http://www.nocommonground.com/blogSamples/ReMIX07-BuildVideoSite.pdf"&gt;ReMIX: Building Your Own Video Site&lt;/a&gt;&lt;br&gt;&lt;a href="http://www.nocommonground.com/blogSamples/ReMIX07-Implementing%20Rich%20UI.pdf" mce_href="http://www.nocommonground.com/blogSamples/ReMIX07-Implementing%20Rich%20UI.pdf"&gt;ReMIX: Implementing Rich UI&lt;/a&gt;&lt;br&gt;&lt;a href="http://www.nocommonground.com/blogSamples/ReMIX07-Using%20VS%20Orcas.pdf" mce_href="http://www.nocommonground.com/blogSamples/ReMIX07-Using%20VS%20Orcas.pdf"&gt;ReMIX: A Tour Around VS2008&lt;/a&gt;&lt;br&gt;&lt;a href="http://www.nocommonground.com/blogSamples/ReMIX07-SEO.pdf" mce_href="http://www.nocommonground.com/blogSamples/ReMIX07-SEO.pdf"&gt;ReMIX: Search Engine Optimization for Rich Media&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Note that these are stored on my personal website, so I can't guarantee how long they'll last as they're not on an official Microsoft server.&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've also included with this post the source to the VS2008 demo that I did.&amp;nbsp; I had to swap the pictures out and replace them with corporate clip art, but the rest of the content is the same.&amp;nbsp; I included the source for what I started with, and the source that I finished with so that you can see where I started, and where I finished.&amp;nbsp; If you want to follow along, you can watch the original demo at the MIX site&lt;br&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3572097" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/petel/attachment/3572097.ashx" length="1877160" type="application/x-zip-compressed" /><category domain="http://blogs.msdn.com/petel/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://blogs.msdn.com/petel/archive/tags/CSS+Examples/default.aspx">CSS Examples</category><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/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/presentations/default.aspx">presentations</category></item><item><title>ReMIX: Search Engine Optimization For Rich Internet Applications</title><link>http://blogs.msdn.com/petel/archive/2007/06/25/remix-search-engine-optimization-for-rich-internet-applications.aspx</link><pubDate>Tue, 26 Jun 2007 00:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3528441</guid><dc:creator>PeteL</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/petel/comments/3528441.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=3528441</wfw:commentRss><description>&lt;p&gt;I think that this was my favorite session I did while doing all my ReMIX presentations.&amp;nbsp; It was the one I found most interesting, and most relevant to the work that I do, and see many web developers and designers doing every day.&lt;/p&gt;&lt;p&gt;I'm not sure if there is video for this session, but if it shows up, I'll be sure to link to it.&amp;nbsp; In the mean time, I've included the slides for you to check out, and I'll try to get a blog post out about in the next week or two summarizing the info in the deck.&amp;nbsp;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3528441" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/petel/attachment/3528441.ashx" length="561488" type="application/vnd.openxmlformats-officedocument.pres" /><category domain="http://blogs.msdn.com/petel/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://blogs.msdn.com/petel/archive/tags/CSS+Examples/default.aspx">CSS Examples</category><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/conferences/default.aspx">conferences</category><category domain="http://blogs.msdn.com/petel/archive/tags/web+design/default.aspx">web design</category></item><item><title>Web Blunders: The Top 5 Biggest Mistakes On The Web</title><link>http://blogs.msdn.com/petel/archive/2007/06/25/web-blunders-the-top-5-biggest-mistakes-on-the-web.aspx</link><pubDate>Mon, 25 Jun 2007 23:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3527824</guid><dc:creator>PeteL</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/petel/comments/3527824.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=3527824</wfw:commentRss><description>&lt;p&gt;At TechEd this year, I presented a session where I presented my top five pet peeves on the web, the biggest and easiest problems to avoid on the web.&amp;nbsp; With how easy it is to share content on the web, I felt that these top five things were the best and easiest to get rid of.&lt;/p&gt;&lt;p&gt;In order, I felt they were:&lt;/p&gt;&lt;p&gt;5.&amp;nbsp; Unprofessional Site Design&lt;br&gt;4.&amp;nbsp; Lousy Content&lt;br&gt;3.&amp;nbsp; Poorly coded HTML/CSS/JavaScript&lt;br&gt;2.&amp;nbsp; Inappropriate use of Rich Content&lt;br&gt;1.&amp;nbsp; Not Being POSH&lt;/p&gt;&lt;p&gt;I've attached my slides below, so check them out, and let me know what your pet peeves are!&amp;nbsp;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3527824" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/petel/attachment/3527824.ashx" length="88818" type="application/vnd.openxmlformats-officedocument.pres" /><category domain="http://blogs.msdn.com/petel/archive/tags/CSS+Examples/default.aspx">CSS Examples</category><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/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/Internet+Explorer+7/default.aspx">Internet Explorer 7</category><category domain="http://blogs.msdn.com/petel/archive/tags/presentations/default.aspx">presentations</category></item><item><title>TechEd &amp;amp; ReMIX</title><link>http://blogs.msdn.com/petel/archive/2007/06/15/teched-amp-remix.aspx</link><pubDate>Fri, 15 Jun 2007 19:25:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3315173</guid><dc:creator>PeteL</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/petel/comments/3315173.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=3315173</wfw:commentRss><description>&lt;p&gt;What a great couple of weeks, and it's not over yet!&amp;nbsp; In the last two weeks, I've been to Orlando, Budapest, and Amsterdam, and I'm headed off to Zurich on Sunday.&amp;nbsp; I've got some down time today and tomorrow before two more full days in Zurich.&amp;nbsp; I've learned a lot, seen some fantastic things, and met some really great people.&lt;/p&gt; &lt;h2&gt;TechEd 2007 - Orlando&lt;/h2&gt; &lt;p&gt;I started TechEd off in Orlando a little early as some of my friends were going to be down there for a few parties and other events that were going on so I figured I'd join them.&amp;nbsp; It was a great way to start the trip and great to see my friends, and meet some new folks.&amp;nbsp; Kind of crazy, and a lot of fun.&lt;/p&gt; &lt;p&gt;TechEd itself was pretty great.&amp;nbsp; We got to meet lots of cool folks, and the presentations that the IE team and I did were all well received.&amp;nbsp; I haven't seen the sessions go online yet, but as soon as they do, I'll make another posting to them.&amp;nbsp; I did do one session, and I'll post it in another blog entry.&lt;/p&gt; &lt;p&gt;As usual, I shot a whole wack of photos that you can find on my &lt;a href="http://www.flickr.com/photos/petele/sets/72157600315591724/"&gt;flickr&lt;/a&gt; account.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;ReMIX - Budapest&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;On the last day of TechEd, I got on a plane headed for Budapest to do my first ReMIX event.&amp;nbsp; It started Monday at the Museum of Fine Art, one of the coolest venues I've ever seen.&amp;nbsp; We basically had two big halls filled with chairs, a podium, speakers, projection screens and peices of art that were out of this world.&amp;nbsp; I was presenting with two Greek urns (I think that's what they were) on either side of me.&amp;nbsp; Kudo's to Microsoft for getting such a great venue.&amp;nbsp; &lt;/p&gt; &lt;p&gt;The presentations went well in Budapest, though it was much different than any other audience I've ever spoken to before.&amp;nbsp; Because of the language difference (English for me, and Hungarian+English) for everyone else, we had to speak very slowly, and be sure to ennunciate everything.&amp;nbsp; I kind of felt like I was much more mellow than I usually am when I'm on stage.&amp;nbsp; People seemed interested though, and had some great questions after my session, so I'm guessing everything went well.&lt;/p&gt; &lt;p&gt;Again, they said they would be posting our presentations, and I'll link to them as soon as they're up.&amp;nbsp; If I don't see them in the next few days, I'll just upload them to my own server so everyone can get them.&lt;/p&gt; &lt;p&gt;Photos from Budapest are also uploaded to &lt;a href="http://www.flickr.com/photos/petele/sets/72157600347956526/"&gt;Flickr&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;ReMIX - Amsterdam&lt;/h2&gt; &lt;p&gt;They mixed (pardon the pun) ReMIX Amsterdam with DevDays, and we had a great showing.&amp;nbsp; I did a couple of fun sessions, and there were lots of people there.&amp;nbsp;I was a little worried about my first session, but it seemed to go pretty well, and there were lots of good questions, so I was happy.&amp;nbsp; &lt;/p&gt; &lt;p&gt;I haven't shot as many photos here, but I've shot quite a few, I'm planning on taking my film camera out tomorrow to see what I can get.&amp;nbsp;&amp;nbsp; It should be pretty interesting, there is lots of stuff around here to photograph.&lt;/p&gt; &lt;p&gt;I think I got my most interesting question that I've received since this tour started in Amsterdam though.&amp;nbsp; The question was, "with Silverlight now out, does that mean HTML is dead at Microsoft?"&amp;nbsp; The resounding answer is no.&amp;nbsp; It's just&amp;nbsp;another way of sharing stuff with your users, but I want to write a better post on it than that, so keep an eye out for it.&lt;/p&gt; &lt;p&gt;I'm off to Zurich on Sunday, then back to Seattle on Thursday, so I'll try to get back blogging as the week goes on!&amp;nbsp; And if you're at any of the sessions, come on up and say Hi!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3315173" 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/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/presentations/default.aspx">presentations</category><category domain="http://blogs.msdn.com/petel/archive/tags/MIX07/default.aspx">MIX07</category></item><item><title>MIX07 Recap (It's Over)</title><link>http://blogs.msdn.com/petel/archive/2007/05/04/mix07-recap-it-s-over.aspx</link><pubDate>Sat, 05 May 2007 00:24:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2415321</guid><dc:creator>PeteL</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/petel/comments/2415321.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=2415321</wfw:commentRss><description>&lt;p&gt;Wow, just wow, that's all I really need to say.&amp;nbsp; MIX07 was insane, an absolute great time, and some fantastic new stuff coming out from Microsoft for the web.&amp;nbsp; So what were the highlights, for me it came down to three things, first the announcements around Silverlight, second was all the great sharing we got to do about IE, and third, was meeting some fantastic people.&lt;/p&gt; &lt;p&gt;I didn't really get a chance to blog while I was at MIX this year, which I wish I had, but we were all so busy, attending sessions, hanging out, hearing what you had to say, eating drinking and being merry.&lt;/p&gt; &lt;h2&gt;IE&lt;/h2&gt; &lt;p&gt;As &lt;a href="http://blogs.msdn.com/cwilso/"&gt;Chris&lt;/a&gt; mentioned on the &lt;a href="http://blogs.msdn.com/ie/archive/2007/04/19/what-to-expect-from-ie-at-mix07.aspx"&gt;IE Blog&lt;/a&gt;, we didn't have anything to announce this year at MIX, we were there to listen, and provide some information.&amp;nbsp; Chris's IE session was standing room only, and it went over well.&amp;nbsp; He talked about some of the great features of IE7, but then moved into the things that we've learned about shipping IE, and what we need to deal with with future versions of IE.&lt;/p&gt; &lt;p&gt;The point Chris brought up as one of the hardest things to balance is application compatibility.&amp;nbsp; Almost every time we change IE, the rendering engine or the DOM we cause an application to break.&amp;nbsp; So how do we balance existing applications vs handling standards better?&amp;nbsp; Chris brought up the idea that there may need to be some kind of new switch that makes IE behave in a specific way.&amp;nbsp; If it's not there, you get one thing, if it is, you get something else. &lt;/p&gt; &lt;h2&gt;Silverlight&lt;/h2&gt; &lt;p&gt;Silverlight is awesome, to put it mildly.&amp;nbsp; Imagine building super sweet,&amp;nbsp;rich web applications using technology you already knew, like maybe C#.&amp;nbsp; That's the whole idea behind Silverlight.&amp;nbsp; It's a cross-browser(!), cross-platform(!) plug in for delivering the next generation of media experience and rich interactive applications.&amp;nbsp; The beta that is out today doesn't have support for the C# yet, but there is an alpha out that does.&amp;nbsp; The demo's that they showed just awed me.&amp;nbsp; &lt;/p&gt; &lt;p&gt;The best place to check out is &lt;a href="http://www.Silverlight.net"&gt;http://www.Silverlight.net&lt;/a&gt;. There are plenty of demos, samples and other stuff there that just kicks butt.&amp;nbsp; The fact that you can get high def video streaming easily, is amazing.&amp;nbsp; One of the keynote partners was Netflix, who showed their streaming video service in Silverlight.&amp;nbsp;&amp;nbsp;The player they use today is great, it works, but why install that when the&amp;nbsp;only application that is going to use it is their player?&amp;nbsp; I'd love the idea of multi-use applications, not something that is only used for&amp;nbsp;one purpose.&amp;nbsp;&amp;nbsp;And because it's a&amp;nbsp;dot net application, they were able to add a whole bunch of super cool features, like video sharing, so you&amp;nbsp;can synchronize watching movies with your friends anywhere in the&amp;nbsp;world.&amp;nbsp; &lt;/p&gt; &lt;h2&gt;Meeting Great Folks&lt;/h2&gt; &lt;p&gt;One of the things I love most about conferences is getting the opportunity to meet developers and designers.&amp;nbsp; The &lt;a href="http://blogs.msdn.com/jcarron"&gt;guys&lt;/a&gt; &lt;a href="http://blogs.msdn.com/canux/"&gt;from&lt;/a&gt; &lt;a href="http://blogs.msdn.com/mark_relph/"&gt;Microsoft&lt;/a&gt; &lt;a href="http://blogs.technet.com/cdnitmanagers/"&gt;Canada&lt;/a&gt; planned a small party at &lt;a href="http://www.venetian.com/#ID=TAO"&gt;Tao&lt;/a&gt; on Monday night, and a whole bunch of us (21 or so) ended up at &lt;a href="http://www.venetian.com/#ID=POSTRIO"&gt;Postrio&lt;/a&gt; for dinner.&amp;nbsp; It was a fun dinner, and a good way to hear about the stuff they were working on.&amp;nbsp; My friend Adam passed his camera around the table and there are a bunch of his photos are on &lt;a href="http://www.flickr.com/photos/adamjh/479636635/in/set-72157600160263994/"&gt;Flickr&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;Interesting Links from MIX07&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.visitmix.com/"&gt;MIX07 Website&lt;/a&gt;&lt;/li&gt; &lt;li&gt;IE Sessions: &lt;a href="http://sessions.visitmix.com/default.asp?year=All&amp;amp;event=1011&amp;amp;sessionChoice=2010,2011,2012&amp;amp;sortChoice=4&amp;amp;stype=asc&amp;amp;id=1562&amp;amp;search=XBD04&amp;amp;rsscheck=rss"&gt;IE: Past, Present And Future&lt;/a&gt;, &amp;nbsp;&lt;a href="http://sessions.visitmix.com/default.asp?year=All&amp;amp;event=1011&amp;amp;sessionChoice=2012&amp;amp;sortChoice=4&amp;amp;stype=asc&amp;amp;id=1524&amp;amp;search=DEV15&amp;amp;rsscheck=rss"&gt;Making Ajax Applications Scream On The Client&lt;/a&gt;,&amp;nbsp; &lt;a href="http://sessions.visitmix.com/default.asp?year=All&amp;amp;event=1011&amp;amp;sessionChoice=2012,2010&amp;amp;sortChoice=4&amp;amp;stype=asc&amp;amp;id=1497&amp;amp;search=BD008&amp;amp;rsscheck=rss"&gt;Making Money With RSS&lt;/a&gt;, &lt;a href="http://sessions.visitmix.com/default.asp?event=1011&amp;amp;session=2011&amp;amp;pid=DES04&amp;amp;disc=&amp;amp;id=1506&amp;amp;year=2007&amp;amp;search=DES04"&gt;Molly's Thinking In CSS&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.flickr.com/photos/petele/sets/72157600161752323/"&gt;My Photos on Flickr&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.flickr.com/photos/tags/mix07/"&gt;All MIX07 tagged photos on Flickr&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://twitter.com/mix07/with_friends"&gt;Twitter Feed from Flickr&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://blogs.msdn.com/karstenj/archive/2007/04/30/flitter-source-posted.aspx"&gt;Super cool Twitter/Flickr App That Was Running At MIX07&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;If you didn't make it to MIX, there are other ways you can participate!&amp;nbsp; You can watch the sessions online, or if you're outside North America, there are going to be several ReMix events around the world coming up.&amp;nbsp; I'll be at a few of them in June, so keep an eye here for more info!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2415321" 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/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/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></item><item><title>Favorite Web Development And Design References</title><link>http://blogs.msdn.com/petel/archive/2007/04/23/favorite-web-development-and-design-references.aspx</link><pubDate>Tue, 24 Apr 2007 00:51:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2250838</guid><dc:creator>PeteL</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/petel/comments/2250838.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=2250838</wfw:commentRss><description>&lt;p&gt;While at lunch today, we got on to the conversation of web design and web development resources.&amp;nbsp; I have sitting on my desk at all times, well, unless I'm using them at home:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.amazon.com/Cascading-Style-Sheets-Definitive-Guide/dp/0596005253/ref=pd_bbs_1/104-1378970-2441539?ie=UTF8&amp;amp;s=books&amp;amp;qid=1177364422&amp;amp;sr=8-1"&gt;Cascading Style Sheets: The Definitive Guide&lt;/a&gt; by &lt;a href="http://meyerweb.com/"&gt;Eric Meyer&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.amazon.com/Web-Standards-Solutions-Handbook-Pioneering/dp/1590593812/ref=pd_bbs_sr_1/104-1378970-2441539?ie=UTF8&amp;amp;s=books&amp;amp;qid=1177364452&amp;amp;sr=1-1"&gt;Web Standards Solutions: The Markup and Style Handbook&lt;/a&gt; by &lt;a href="http://simplebits.com/about/dan/"&gt;Dan Cederholm&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.amazon.com/Web-Design-Index/dp/9057680688/ref=pd_bbs_sr_1/104-1378970-2441539?ie=UTF8&amp;amp;s=books&amp;amp;qid=1177364482&amp;amp;sr=1-1"&gt;Web Design Index 5&lt;/a&gt; from &lt;a href="http://www.pepinpress.com/"&gt;The Pepin Press&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;I've got a few other books that I keep handy, though I'm noticeably missing an HTML book, and a copy of the W3C CSS 2.1 spec.&amp;nbsp; &lt;/p&gt; &lt;p&gt;I've got a few websites that I like to keep an eye on for resources, for example, color charts, HTML escape sequences, and such.&lt;/p&gt; &lt;p&gt;What about you, what are your favorite sites/books?&amp;nbsp; What's sitting on your desk?&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2250838" 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></item><item><title>One Way to Level the Layout Playing Field</title><link>http://blogs.msdn.com/petel/archive/2007/04/12/one-way-to-level-the-layout-playing-field.aspx</link><pubDate>Thu, 12 Apr 2007 22:02:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2102779</guid><dc:creator>PeteL</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/petel/comments/2102779.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=2102779</wfw:commentRss><description>&lt;p&gt;One of my pet peeves about CSS and HTML standards is sometimes, they aren't overly explicit, and browser vendors pick arbitrary values for things like line height, or margin or padding and the like.&amp;nbsp; &lt;a href="http://meyerweb.com"&gt;Eric Meyer&lt;/a&gt; has talked about a reset.css stylesheet that would effectively eliminate those differences and override the browsers value with the ones that you know and you specify.&lt;/p&gt; &lt;p&gt;&lt;a href="http://meyerweb.com/eric/thoughts/2007/04/12/reset-styles/"&gt;I'm excited to see that he posted a version of it&lt;/a&gt; (though reading the comments, it sounds like there will be a few revisions coming) on his blog today.&amp;nbsp; I'd highly recommend checking it out.&amp;nbsp; He based it on the &lt;a href="http://developer.yahoo.com/yui/reset/"&gt;one&lt;/a&gt; from the guys at &lt;a href="http://developer.yahoo.com/yui/"&gt;Yahoo! UI&lt;/a&gt;, added a few things and tweaked a few others.&amp;nbsp; It's certainly one way to help eliminate those frustrating hair pulling "why isn't this working" kinds of questions!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2102779" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/petel/archive/tags/CSS+Examples/default.aspx">CSS Examples</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/Internet+Explorer+7/default.aspx">Internet Explorer 7</category></item><item><title>IE6 VPC Refresh</title><link>http://blogs.msdn.com/petel/archive/2007/03/20/ie6-vpc-refresh.aspx</link><pubDate>Tue, 20 Mar 2007 23:20:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1921209</guid><dc:creator>PeteL</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/petel/comments/1921209.aspx</comments><wfw:commentRss>http://blogs.msdn.com/petel/commentrss.aspx?PostID=1921209</wfw:commentRss><description>&lt;p style="border-right: blue 1px solid; padding-right: 5px; border-top: blue 1px solid; padding-left: 5px; padding-bottom: 5px; border-left: blue 1px solid; padding-top: 5px; border-bottom: blue 1px solid"&gt;Cross-posted from the &lt;a href="http://blogs.msdn.com/ie/archive/2007/03/20/ie6-vpc-refresh-now-available.aspx"&gt;IE Blog&lt;/a&gt;&lt;/p&gt; &lt;p&gt;In my original &lt;a href="http://blogs.msdn.com/ie/archive/2006/11/30/ie6-and-ie7-running-on-a-single-machine.aspx"&gt;blog post&lt;/a&gt; about releasing the IE6 Virtual PC Image, we mentioned that it would expire on April 1st, 2007 (no, it wasn’t an April Fool’s joke), and that we’d be releasing a new VPC image to replace it sometime in March.&amp;nbsp; Well, I’m happy to report that I propped the new VHD up on Monday morning.&amp;nbsp; You can download the image &lt;a href="http://go.microsoft.com/fwlink/?LinkId=70868"&gt;here&lt;/a&gt;. Take note that a free download of &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=04d26402-3199-48a3-afa2-2dc0b40a73b6&amp;amp;DisplayLang=en"&gt;Virtual PC 2007&lt;/a&gt; is now available, replacing VPC2004.  &lt;p&gt;I didn’t make any major changes to the image other than adding the latest security updates. I also managed to reduce the download size to just under 400 megs, shaving off almost 100 megs from the previous image size. This image is time-bombed to July 23&lt;sup&gt;rd&lt;/sup&gt; , but we will continue to release these images as long as they are needed. They are time-bombed because you get them for free. If you want images without time-bombs, an MSDN subscription is the way to go.  &lt;p&gt;We have learned some interesting things about the distribution process in a virtual machine environment. One is that we currently don't have a way for WGA to work inside this evaluation virtual machine because the process used to create a virtual machine involves de-activation of the key used in the VM.&amp;nbsp; We are thinking about ways to fix this in the future but it's not as easy to do with Windows XP as it wasn't designed to support distribution like this. If there are specific applications or things you cannot install, follow up in the comments, and we'll see how we can address that for future versions.  &lt;p&gt;We did do some investigation of shipping VHD’s with IE5.5, or earlier, but decided that due to the low browser usage share (less than 1% total usage for all IE versions before 6), it wasn’t going to be beneficial for enough developers and designers.  &lt;p&gt;Keep an eye open in July for the next image drop!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1921209" 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/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/IE6VPC/default.aspx">IE6VPC</category></item></channel></rss>