<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">David Barkol</title><subtitle type="html" /><id>http://blogs.neudesic.com/blogs/david_barkol/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.neudesic.com/blogs/david_barkol/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.neudesic.com/blogs/david_barkol/atom.aspx" /><generator uri="http://communityserver.org" version="2.0.60217.2664">Community Server</generator><updated>2006-06-14T19:26:00Z</updated><entry><title>Kill Dash 9, no more CPU time</title><link rel="alternate" type="text/html" href="http://blogs.neudesic.com/blogs/david_barkol/archive/2007/03/13/4877.aspx" /><id>http://blogs.neudesic.com/blogs/david_barkol/archive/2007/03/13/4877.aspx</id><published>2007-03-12T23:15:00Z</published><updated>2007-03-12T23:15:00Z</updated><content type="html">I can't get this song out of my head, I'm partial to the passage "So I pull out my keyboard and I pull out my glock, And I dismount your girl and I mount /proc
". Enjoy...
&lt;p&gt;
&lt;object width="425" height="350"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Fow7iUaKrq4"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/Fow7iUaKrq4" type="application/x-shockwave-flash" width="425" height="350"&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/p&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=4877" width="1" height="1"&gt;</content><author><name>David Barkol</name><uri>http://blogs.neudesic.com/members/David+Barkol.aspx</uri></author></entry><entry><title>Upcoming MSDN Webcast: An Introduction to ASP.NET 2.0 Web Parts</title><link rel="alternate" type="text/html" href="http://blogs.neudesic.com/blogs/david_barkol/archive/2007/03/07/4750.aspx" /><id>http://blogs.neudesic.com/blogs/david_barkol/archive/2007/03/07/4750.aspx</id><published>2007-03-07T06:11:00Z</published><updated>2007-03-07T06:11:00Z</updated><content type="html">&lt;P&gt;This Friday, March 9th at 1pm Pacific time, I'll be presenting an MSDN webcast on Web Parts in ASP.NET 2.0. In addition to a general introduction on what Web Parts are and how developers can effectively use them to build portals, I'm hoping to throw in a little &lt;A href="http://ajax.asp.net/" target=_blank&gt;ASP.NET AJAX&lt;/A&gt; stuff towards the end. &lt;/P&gt;
&lt;P&gt;To register, go &lt;A href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032326986&amp;amp;Culture=en-US" target=_blank&gt;here&lt;/A&gt;. See ya then. &lt;/P&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=4750" width="1" height="1"&gt;</content><author><name>David Barkol</name><uri>http://blogs.neudesic.com/members/David+Barkol.aspx</uri></author></entry><entry><title>New blog on ASP.NET Blogs</title><link rel="alternate" type="text/html" href="http://blogs.neudesic.com/blogs/david_barkol/archive/2007/01/23/4116.aspx" /><id>http://blogs.neudesic.com/blogs/david_barkol/archive/2007/01/23/4116.aspx</id><published>2007-01-23T23:34:00Z</published><updated>2007-01-23T23:34:00Z</updated><content type="html">&lt;P&gt;I have a&amp;nbsp;new blog on &lt;A href="http://weblogs.asp.net/"&gt;ASP.NET Blogs&lt;/A&gt;. The address is: &lt;A href="http://weblogs.asp.net/davidbarkol"&gt;http://weblogs.asp.net/davidbarkol&lt;/A&gt;.&amp;nbsp;Also, I put&amp;nbsp;up a post today&amp;nbsp;about the &lt;A href="http://weblogs.asp.net/davidbarkol/archive/2007/01/23/AjaxServerExtensions.aspx"&gt;Ajax Server Extensions&lt;/A&gt;, check it out.&lt;/P&gt;
&lt;P&gt;Future posts will most likely be on the new blog from now on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=4116" width="1" height="1"&gt;</content><author><name>David Barkol</name><uri>http://blogs.neudesic.com/members/David+Barkol.aspx</uri></author></entry><entry><title>Rounded corners for Web Parts in ASP.NET 2.0</title><link rel="alternate" type="text/html" href="http://blogs.neudesic.com/blogs/david_barkol/archive/2006/11/25/780.aspx" /><id>http://blogs.neudesic.com/blogs/david_barkol/archive/2006/11/25/780.aspx</id><published>2006-11-25T17:27:00Z</published><updated>2006-11-25T17:27:00Z</updated><content type="html">&lt;p&gt;Getting rounded corners on Web Parts in ASP.NET 2.0 isn't a trivial as you might think. It's the &lt;a href="http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.webparts.webpartchrome(VS.80).aspx" target="_blank"&gt;web part chrome&lt;/a&gt;&amp;nbsp;that renders the border, title bar and other UI elements of &lt;strong&gt;all&lt;/strong&gt; the web parts. To get rounded corners you have to extend both the WebPartZone and WebPartChrome classes to override a few methods and basically add padding to&amp;nbsp;the corners. &lt;/p&gt; &lt;p&gt;While going down this path for&amp;nbsp;a current project, we stumbled upon something that &lt;a href="http://fredrik.nsquared2.com/" target="_blank"&gt;Fredrik Normen&lt;/a&gt;&amp;nbsp;put together on&amp;nbsp;GotDotNet called &lt;a href="http://www.gotdotnet.com/workspaces/workspace.aspx?id=65fa26c3-a62a-49d6-895d-422272e53a0c" target="_blank"&gt;WebPart Components&lt;/a&gt;. The library adds rounded corners by doing pretty much the same thing - overriding the CreateWebPartChrome method in WebPartZone and overriding the RenderWebPart method in WebPartChrome. In addition, the library allows you to define templates for each chrome. This library turned out to be a huge time saver and now all that was left to do&amp;nbsp;was to integrate it with ASP.NET AJAX.&lt;/p&gt; &lt;p&gt;In the WebPart Components library we added a&amp;nbsp; reference to the ASP.NET Futures/Preview dll and changed the TemplatedWebPartZone class to inherit from the WebPartZone class in the preview bits.&lt;/p&gt;&lt;pre class="csharpcode"&gt;&lt;span class="kwrd"&gt;public&lt;/span&gt; &lt;span class="kwrd"&gt;class&lt;/span&gt; TemplatedWebPartZone : Microsoft.Web.Preview.UI.Controls.WebParts.WebPartZone&lt;/pre&gt;
&lt;p&gt;That's all we had to do. So, if you're looking to add rounded corners to Web Parts in ASP.NET 2.0, download and take a look at the WebPart Components library. The GotDotNet workspace is &lt;a href="http://www.gotdotnet.com/workspaces/workspace.aspx?id=65fa26c3-a62a-49d6-895d-422272e53a0c" target="_blank"&gt;here&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.neudesic.com/uploads/david_barkol/roundedwebpart.gif"&gt;&lt;/p&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=780" width="1" height="1"&gt;</content><author><name>David Barkol</name><uri>http://blogs.neudesic.com/members/David+Barkol.aspx</uri></author></entry><entry><title>Drag and drop ASP.NET 2.0 Web Parts in Firefox and Safari with ASP.NET AJAX</title><link rel="alternate" type="text/html" href="http://blogs.neudesic.com/blogs/david_barkol/archive/2006/11/07/631.aspx" /><id>http://blogs.neudesic.com/blogs/david_barkol/archive/2006/11/07/631.aspx</id><published>2006-11-07T23:54:00Z</published><updated>2006-11-07T23:54:00Z</updated><content type="html">&lt;P&gt;The beta 2 release of the &lt;A href="http://ajax.asp.net/" target=_blank&gt;asp.net ajax&lt;/A&gt;&amp;nbsp;library brings drag and drop support&amp;nbsp;for ASP.NET 2.0 Web Parts in both &lt;STRONG&gt;Safari&lt;/STRONG&gt; and &lt;STRONG&gt;Firefox&lt;/STRONG&gt;. DND support has been around for Firefox since the &lt;A HREF="/blogs/david_barkol/archive/2006/03/22/82.aspx" target=_blank&gt;Atlas March CTP&lt;/A&gt;. However, it was accidentally left out of the beta 1 release of asp.net ajax. Now it's back with additional support for Safari. &lt;/P&gt;
&lt;P&gt;Assuming you've converted your app from Atlas to ASP.NET AJAX, you only need to do the following steps to get this working:&lt;/P&gt;
&lt;P&gt;1) Add a reference to the &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=D7101C1A-5993-4F70-9944-4B98F312502D&amp;amp;displaylang=en" target=_blank&gt;ASP.NET 2.0 AJAX Futures&lt;/A&gt;&amp;nbsp;CTP. If you've selected the 'ASP.NET AJAX CTP-Enabled Web Site' template then this reference is already done for you.&amp;nbsp;This is the &lt;STRONG&gt;Microsoft.Web.Preview.dll&lt;/STRONG&gt; that contains added features like the AutoCompleteExtender and ProfileService.&lt;/P&gt;
&lt;P&gt;2) Include the tag prefix for the preview controls and add some tag mapping to replace the WebPartManager and WebPartZone controls with the ones from the preview bits.&amp;nbsp;Add the&amp;nbsp;following entries to the pages group in the web.config:&amp;nbsp;&lt;/P&gt;&lt;PRE class=csharpcode&gt;&lt;SPAN class=kwrd&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class=html&gt;pages&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN class=kwrd&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class=html&gt;controls&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;&amp;gt;&lt;/SPAN&gt;
    ....
    &lt;SPAN class=kwrd&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class=html&gt;add&lt;/SPAN&gt; &lt;SPAN class=attr&gt;tagPrefix&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;="asp"&lt;/SPAN&gt; &lt;SPAN class=attr&gt;namespace&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;="Microsoft.Web.Preview.UI"&lt;/SPAN&gt; &lt;SPAN class=attr&gt;assembly&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;="Microsoft.Web.Preview"&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;/&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN class=kwrd&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class=html&gt;add&lt;/SPAN&gt; &lt;SPAN class=attr&gt;tagPrefix&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;="asp"&lt;/SPAN&gt; &lt;SPAN class=attr&gt;namespace&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;="Microsoft.Web.Preview.UI.Controls"&lt;/SPAN&gt; &lt;SPAN class=attr&gt;assembly&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;="Microsoft.Web.Preview"&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;/&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN class=kwrd&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class=html&gt;controls&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN class=kwrd&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class=html&gt;tagMapping&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;&amp;gt;&lt;/SPAN&gt;
    ...
    &lt;SPAN class=kwrd&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class=html&gt;add&lt;/SPAN&gt; &lt;SPAN class=attr&gt;tagType&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;="System.Web.UI.WebControls.WebParts.WebPartManager"&lt;/SPAN&gt; &lt;SPAN class=attr&gt;mappedTagType&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;="Microsoft.Web.Preview.UI.Controls.WebParts.WebPartManager"&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;/&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN class=kwrd&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class=html&gt;add&lt;/SPAN&gt; &lt;SPAN class=attr&gt;tagType&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;="System.Web.UI.WebControls.WebParts.WebPartZone"&lt;/SPAN&gt; &lt;SPAN class=attr&gt;mappedTagType&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;="Microsoft.Web.Preview.UI.Controls.WebParts.WebPartZone"&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;/&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN class=kwrd&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class=html&gt;tagMapping&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class=kwrd&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class=html&gt;pages&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;3) Add the&amp;nbsp;following to the httpHandlers collection in the web.config:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class=csharpcode&gt;&lt;SPAN class=kwrd&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class=html&gt;add&lt;/SPAN&gt; &lt;SPAN class=attr&gt;verb&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;="GET"&lt;/SPAN&gt; 
   &lt;SPAN class=attr&gt;path&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;="ScriptResource.axd"&lt;/SPAN&gt; 
   &lt;SPAN class=attr&gt;type&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;="Microsoft.Web.Handlers.ScriptResourceHandler"&lt;/SPAN&gt; 
   &lt;SPAN class=attr&gt;validate&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;="false"&lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class=csharpcode&gt;&lt;SPAN class=kwrd&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;Below is a snapshot of it working in Safari. This particular application is something that we have been working on at &lt;A href="http://www.neudesic.com/" target=_blank&gt;Neudesic&lt;/A&gt; for a while. We've extended &lt;/SPAN&gt;&lt;SPAN class=kwrd&gt;the Web Parts with rounded corners and added some additional AJAX goodies. In this snapshot you see a Del.icio.us tag cloud web part being dragged into another zone. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=kwrd&gt;&amp;nbsp;&lt;/P&gt;&lt;IMG alt="Safari drag and drop" src="http://www.neudesic.com/uploads/david_barkol/DNDSafari.jpg"&gt; 
&lt;P&gt;And here is another action shot in Firefox of the an old web parts demo: &lt;/P&gt;&lt;IMG alt="Firefox drag and drop" src="http://www.neudesic.com/uploads/david_barkol/DNDFirefox.jpg"&gt; 
&lt;P&gt;Lastly, I've updated the source of the demo portal app from an old code camp presentation, you can download it here:&lt;/P&gt;&lt;/SPAN&gt;
&lt;DIV&gt;&lt;A href="http://www.neudesic.com/uploads/david_barkol/MSDNWebcast_WebParts.zip"&gt;For ASP.NET AJAX 1.0&lt;/A&gt; &lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="http://www.neudesic.com/uploads/david_barkol/DemoPortal3.zip"&gt;For ASP.NET AJAX Beta 2&lt;/A&gt; &lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="http://www.neudesic.com/uploads/david_barkol/DemoPortal_ASPNETAJAX_RC1.zip"&gt;For ASP.NET AJAX RC1&lt;/A&gt;&lt;/DIV&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=631" width="1" height="1"&gt;</content><author><name>David Barkol</name><uri>http://blogs.neudesic.com/members/David+Barkol.aspx</uri></author></entry><entry><title>Desert Code Camp slides and source: ASP.NET AJAX (Atlas)</title><link rel="alternate" type="text/html" href="http://blogs.neudesic.com/blogs/david_barkol/archive/2006/10/30/544.aspx" /><id>http://blogs.neudesic.com/blogs/david_barkol/archive/2006/10/30/544.aspx</id><published>2006-10-30T08:22:00Z</published><updated>2006-10-30T08:22:00Z</updated><content type="html">&lt;p&gt;Last weekend&amp;nbsp;I gave a presentation at Desert Code Camp on ASP.NET AJAX. I spent a lot of time on the server extensions (UpdatePanel, ScriptManager, etc.)&amp;nbsp;and tried to cover as much as I could on the client-side stuff (Networking stack, JavaScript extensions, control toolkit ...). I also tried to cover some AJAX principles, guidelines an security. Unfortunately, you can only squeeze so much into an a little over an hour. Still, the basics got covered and overall it went pretty well. Below are links to the slides and source from the presentation. Included in the source is a sample rss reader which I didn't have a chance to demonstrate.&lt;/p&gt; &lt;p&gt;Source - &lt;a href="http://www.neudesic.com/uploads/david_barkol/aspajax_demo.zip"&gt;http://www.neudesic.com/uploads/david_barkol/aspajax_demo.zip&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Slides - &lt;a href="http://www.neudesic.com/uploads/david_barkol/aspajax_slides.zip"&gt;http://www.neudesic.com/uploads/david_barkol/aspajax_slides.zip&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=544" width="1" height="1"&gt;</content><author><name>David Barkol</name><uri>http://blogs.neudesic.com/members/David+Barkol.aspx</uri></author></entry><entry><title>Upcoming ASP.NET AJAX Sessions</title><link rel="alternate" type="text/html" href="http://blogs.neudesic.com/blogs/david_barkol/archive/2006/10/26/521.aspx" /><id>http://blogs.neudesic.com/blogs/david_barkol/archive/2006/10/26/521.aspx</id><published>2006-10-26T17:04:00Z</published><updated>2006-10-26T17:04:00Z</updated><content type="html">&lt;P&gt;Just wanted to list a few upcoming talks I had on ASP.NET AJAX. I hope to cover not only the latest bits but also explain some of the changes from the previous CTP. Hope to see you there.&lt;/P&gt;
&lt;P&gt;1) &lt;A href="http://www.desertcodecamp.com/" target=_blank&gt;Desert Code Camp&lt;/A&gt;&amp;nbsp;- Saturday, October 28th&lt;/P&gt;
&lt;P&gt;2) &lt;A href="http://www.ladotnet.org/EventDescription.asp?113" target=_blank&gt;Los Angeles .NET Developers Group&lt;/A&gt;&amp;nbsp;- Monday, November 6th&lt;/P&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=521" width="1" height="1"&gt;</content><author><name>David Barkol</name><uri>http://blogs.neudesic.com/members/David+Barkol.aspx</uri></author></entry><entry><title>ASP.NET AJAX ('Atlas') beta status</title><link rel="alternate" type="text/html" href="http://blogs.neudesic.com/blogs/david_barkol/archive/2006/10/11/412.aspx" /><id>http://blogs.neudesic.com/blogs/david_barkol/archive/2006/10/11/412.aspx</id><published>2006-10-11T18:33:00Z</published><updated>2006-10-11T18:33:00Z</updated><content type="html">&lt;p&gt;&lt;img src="http://atlas.asp.net/images/ajax-poster-photo-logo.png"&gt; &lt;/p&gt; &lt;p&gt;So it's been a while since the last Atlas CTP was released (July). By now, if you've been following Atlas; you should&amp;nbsp;have seen Scott Guthrie's post&amp;nbsp;about the &lt;a href="http://weblogs.asp.net/scottgu/archive/2006/09/11/_2200_Atlas_2200_-1.0-Naming-and-Roadmap.aspx" target="_blank"&gt;naming and roadmap plans&lt;/a&gt;. If not, take a moment to read through the post and pay close attention to the &lt;strong&gt;"Atlas" Feature Delivery Plan.&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;What does this mean for existing applications built on the&amp;nbsp;last CTP? It means that the next release -&amp;nbsp;the beta release, is going to require you to make some changes to your code in regards to some of the syntax and references. This doesn't mean that features are going to be removed, just shifted&amp;nbsp;around into two components:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Core - fully supported features, part of 1.0 release&lt;/li&gt; &lt;li&gt;CTP features - not fully supported, will work on top of supported 'core' release&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;We'll have a better idea of what makes it into the fully supported release soon. Until then, if you want to get a head start, here are a few recommended posts from Bertrand Le Roy:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://weblogs.asp.net/bleroy/archive/2006/10/11/From-closures-to-prototypes_2C00_-part-1.aspx" target="_blank"&gt;From closures to prototypes&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://weblogs.asp.net/bleroy/archive/2006/10/07/Careful-with-that-prototype_2C00_-Eugene.aspx" target="_blank"&gt;Careful with that prototype, Eugene&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=412" width="1" height="1"&gt;</content><author><name>David Barkol</name><uri>http://blogs.neudesic.com/members/David+Barkol.aspx</uri></author></entry><entry><title>Visual Studio &amp;quot;Orcas&amp;quot; September CTP</title><link rel="alternate" type="text/html" href="http://blogs.neudesic.com/blogs/david_barkol/archive/2006/09/29/324.aspx" /><id>http://blogs.neudesic.com/blogs/david_barkol/archive/2006/09/29/324.aspx</id><published>2006-09-29T16:13:00Z</published><updated>2006-09-29T16:13:00Z</updated><content type="html">&lt;P&gt;The latest CTP for the next version of Visual Studio, codename "Orcas" has just been released. This time, it's been released as a VPC image, which is nice to see since I have so much CTP, beta, and alpha stuff on my machine right now. &lt;/P&gt;
&lt;P&gt;Anyway, you can download it from here: &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=82243606-d16d-445c-8949-9ee8c10cda2e&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=82243606-d16d-445c-8949-9ee8c10cda2e&amp;amp;DisplayLang=en&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=324" width="1" height="1"&gt;</content><author><name>David Barkol</name><uri>http://blogs.neudesic.com/members/David+Barkol.aspx</uri></author></entry><entry><title>Source code format plug-in for Windows Live Writer</title><link rel="alternate" type="text/html" href="http://blogs.neudesic.com/blogs/david_barkol/archive/2006/08/29/270.aspx" /><id>http://blogs.neudesic.com/blogs/david_barkol/archive/2006/08/29/270.aspx</id><published>2006-08-29T00:46:25Z</published><updated>2006-08-29T00:46:25Z</updated><content type="html">&lt;p&gt;Mike Ormond has thrown together a nice source code format plug-in for &lt;a href="http://windowslivewriter.spaces.live.com/blog/cns!D85741BB5E0BE8AA!174.entry" target="_blank"&gt;Windows Live Writer&lt;/a&gt;&amp;nbsp;that you can read about and download &lt;a href="http://blogs.msdn.com/mikeormond/archive/2006/08/24/716900.aspx" target="_blank"&gt;here&lt;/a&gt;. If you are using Community Server, you will just need to add the css from his site&amp;nbsp;to the &lt;u&gt;CSS Overrides&lt;/u&gt; settings of your blog.&lt;/p&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=270" width="1" height="1"&gt;</content><author><name>David Barkol</name><uri>http://blogs.neudesic.com/members/David+Barkol.aspx</uri></author></entry><entry><title>Turn off AutoComplete when using Atlas AutoCompleteExtender</title><link rel="alternate" type="text/html" href="http://blogs.neudesic.com/blogs/david_barkol/archive/2006/08/27/254.aspx" /><id>http://blogs.neudesic.com/blogs/david_barkol/archive/2006/08/27/254.aspx</id><published>2006-08-27T07:36:00Z</published><updated>2006-08-27T07:36:00Z</updated><content type="html">&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Background&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The title of this post might seem a bit confusing, so first let's define a few things:&lt;/P&gt;
&lt;P&gt;The Atlas AutoCompleteExtender is a server control that adds an auto-complete behavior to a text box. The results&amp;nbsp;are displayed in a drop-down panel underneath the text box. Rather than just show a history of what was entered into the text box, the auto-complete results are returned from a web service call that you implement. The image below shows the results of what can potentially be a long list of items from my wife:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://www.neudesic.com/uploads/david_barkol/autocompleteextender.gif"&gt; &lt;/P&gt;
&lt;P&gt;The browser AutoComplete is&amp;nbsp;just a history of items that have been entered into a text box. As you start to enter text into the text box it will display the results from previous entries. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;The Problem&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you use the AutoCompleteExtender and the browser settings for AutoComplete are enabled, you will get an overlay of both when entering text into the text&amp;nbsp;box. In the image below you can see both the history and the auto-complete results from the web service displayed below the text box.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://www.neudesic.com/uploads/david_barkol/autocompleteoverlay.gif"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Solution&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;All we need to do is set the autocomplete attribute of the text box to 'off' :&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;lt;asp:TextBox ID="textBox1" runat="server" autocomplete="off" /&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can also turn off autocomplete for the entire form:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;lt;form id="form1" method="post" runat="server" autocomplete="off"&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can do this programmatically as well:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;textBox1.Attributes.Add("autocomplete", "off");&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=254" width="1" height="1"&gt;</content><author><name>David Barkol</name><uri>http://blogs.neudesic.com/members/David+Barkol.aspx</uri></author></entry><entry><title>Windows Live Writer</title><link rel="alternate" type="text/html" href="http://blogs.neudesic.com/blogs/david_barkol/archive/2006/08/14/219.aspx" /><id>http://blogs.neudesic.com/blogs/david_barkol/archive/2006/08/14/219.aspx</id><published>2006-08-14T04:05:00Z</published><updated>2006-08-14T04:05:00Z</updated><content type="html">&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This post was composed with &lt;A href="http://windowslivewriter.spaces.live.com/blog/cns!D85741BB5E0BE8AA!174.entry" target=_blank&gt;Windows Live Writer&lt;/A&gt;&amp;nbsp;-- a cool, new desktop application that makes writing blog post easier. Aside from being a nice WYSIWIG editor&amp;nbsp;for blog posts, it also supports publishing maps and photos (although I couldn't get it to work yet with Community Server). &lt;/P&gt;
&lt;P&gt;Paul Stamatiou has a nice review &lt;A href="http://paulstamatiou.com/2006/08/14/review-windows-live-writer-beta/"&gt;here&lt;/A&gt; &lt;/P&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=219" width="1" height="1"&gt;</content><author><name>David Barkol</name><uri>http://blogs.neudesic.com/members/David+Barkol.aspx</uri></author></entry><entry><title>A bloggers quest</title><link rel="alternate" type="text/html" href="http://blogs.neudesic.com/blogs/david_barkol/archive/2006/07/12/188.aspx" /><id>http://blogs.neudesic.com/blogs/david_barkol/archive/2006/07/12/188.aspx</id><published>2006-07-12T00:54:00Z</published><updated>2006-07-12T00:54:00Z</updated><content type="html">&lt;a href="http://msnbc.msn.com/id/13804920/" target="_blank"&gt;Blogger's quest ends with keys to house&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
There is a great article on MSNBC about a blogger who bartered his way up from a red paper clip to a new home. This
has inspired me to try this myself. I have this book on Web Parts that I'd like to trade (preferably for another book). 
The book is actually pretty good, I just can't get past the cover. While I don't mind the Wrox covers, this one is particulary 
disturbing. I brought it into the office one day and it literally scared one of my co-workers back into his cube. So... if 
you can get past the cover and have something interesting to offer, then this book is yours!


&lt;br /&gt;&lt;br /&gt;
&lt;a href="http://www.amazon.com/gp/product/076457860X/102-7966228-9335369?v=glance&amp;n=283155" target="_blank"&gt;
&lt;img src="http://www.neudesic.com/uploads/david_barkol/webpartsbook.jpg" /&gt;
&lt;/a&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=188" width="1" height="1"&gt;</content><author><name>David Barkol</name><uri>http://blogs.neudesic.com/members/David+Barkol.aspx</uri></author></entry><entry><title>Atlas June CTP</title><link rel="alternate" type="text/html" href="http://blogs.neudesic.com/blogs/david_barkol/archive/2006/06/30/185.aspx" /><id>http://blogs.neudesic.com/blogs/david_barkol/archive/2006/06/30/185.aspx</id><published>2006-06-30T18:05:00Z</published><updated>2006-06-30T18:05:00Z</updated><content type="html">&lt;div&gt;
The Atlas June CTP has finally been released. You can download it &lt;a href="http://atlas.asp.net/default.aspx?tabid=47&amp;subtabid=471" target="_blank"&gt;here&lt;/a&gt;.
&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;
The most visible changes are to the UpdatePanel, allowing you to add it dynamically to a page along with some other bug fixes. 
&lt;/div&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=185" width="1" height="1"&gt;</content><author><name>David Barkol</name><uri>http://blogs.neudesic.com/members/David+Barkol.aspx</uri></author></entry><entry><title>One time at Code Camp, I took a semaphore and ...</title><link rel="alternate" type="text/html" href="http://blogs.neudesic.com/blogs/david_barkol/archive/2006/06/14/163.aspx" /><id>http://blogs.neudesic.com/blogs/david_barkol/archive/2006/06/14/163.aspx</id><published>2006-06-14T18:26:00Z</published><updated>2006-06-14T18:26:00Z</updated><content type="html">&lt;p&gt;
&lt;a href="http://www.socalcodecamp.com/"&gt;&lt;img src="http://www.socalcodecamp.com//Portals/11/sdrr5.gif" alt="San Diego Rock &amp; Roll Code Camp" /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
    Code Camps are popping up all over the place (New Jersey, DC, Atlanta, Orlando ... ). The next installment of the &lt;a href="http://www.socalcodecamp.com/"&gt;Southern California Rock &amp; Roll Code Camp&lt;/a&gt; 
    is less than two weeks away. This is a &lt;b&gt;free&lt;/b&gt; event, held June 24th &amp; 25th at the UCSD Extension Complex in La Jolla, CA.    
&lt;/p&gt;
&lt;p&gt;
    As usual, &lt;a href="http://www.neudesic.com"&gt;Neudesic&lt;/a&gt; will be there in full force with sessions on WCF, Agile, Team Foundation Server, C# 3.0, Atlas, SharePoint 2007 and more. 
    &lt;a href="http://www.socalcodecamp.com/Default.aspx?tabid=234&amp;ctl=ArticleView&amp;mid=650&amp;articleId=71"&gt;I&lt;/a&gt; will be doing a session on Atlas with another member of our team. To join,
    register &lt;a href="http://www.socalcodecamp.com/Default.aspx?tabid=206&amp;ctl=Register"&gt;here&lt;/a&gt;. See ya there!
    
&lt;/p&gt;&lt;img src="http://blogs.neudesic.com/aggbug.aspx?PostID=163" width="1" height="1"&gt;</content><author><name>David Barkol</name><uri>http://blogs.neudesic.com/members/David+Barkol.aspx</uri></author></entry></feed>