<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Colin Neller</title>
    <link>http://www.colinneller.com/blog/</link>
    <description>.NET Development: C#, VB.NET, Visual Studio, and Windows</description>
    <language>en-us</language>
    <copyright>Colin Neller</copyright>
    <lastBuildDate>Sat, 27 Jun 2009 13:27:44 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.9.6315.0</generator>
    <managingEditor>cneller@gmail.com</managingEditor>
    <webMaster>cneller@gmail.com</webMaster>
    <geo:lat>35.157681</geo:lat><geo:long>-89.782497</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by/2.5/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by/2.5/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/ColinNeller" type="application/rss+xml" /><feedburner:emailServiceId>ColinNeller</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=4e9d0be7-963e-4588-8a77-31350fe844dc</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,4e9d0be7-963e-4588-8a77-31350fe844dc.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,4e9d0be7-963e-4588-8a77-31350fe844dc.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=4e9d0be7-963e-4588-8a77-31350fe844dc</wfw:commentRss>
      <slash:comments>1</slash:comments>
      
      <title>Speaking at CodeStock 2009 – Regular Expressions</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,4e9d0be7-963e-4588-8a77-31350fe844dc.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/WBHMwkPMvtY/SpeakingAtCodeStock2009RegularExpressions.aspx</link>
      <pubDate>Sat, 27 Jun 2009 13:27:44 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
I'm about to give my talk at CodeStock, so I thought I'd post my content for the attendees&#xD;
and anyone else who is interested. We'll be doing an overview of RegEx, dive into&#xD;
some of the more advanced features, and also discuss how to create your RegEx so they're&#xD;
more maintainable by others… and you.  Feel free to leave comments to this post&#xD;
with your favorite RegEx websites, tools, etc., and I'll add them to the list.&lt;br&gt;&lt;/p&gt;&#xD;
        &lt;h3&gt;Tools&#xD;
&lt;/h3&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://sourceforge.net/projects/regulator/"&gt;The Regulator&lt;/a&gt; (free! ...but&#xD;
make sure you turn off intellisense)&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://www.regexbuddy.com/"&gt;RegexBuddy&lt;/a&gt; ($39.95, but well worth it.)&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://weblogs.asp.net/rosherove/archive/2006/07/19/RegulazyFacts.aspx"&gt;Regulazy&lt;/a&gt; (A&#xD;
free, interesting way to learn RegEx)&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://www.addedbytes.com/cheat-sheets/regular-expressions-cheat-sheet/"&gt;RegEx&#xD;
Cheat Sheet&lt;/a&gt; (Having this on your office wall may save you days of work over a&#xD;
lifetime)&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Comment on this post and I'll add your favorite tools/websites.&lt;br&gt;&lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;h3&gt;Presentation Files:&#xD;
&lt;/h3&gt;&#xD;
        &lt;a href="http://www.colinneller.com/blog/content/binary/RegulatorFiles.zip"&gt;RegulatorFiles.zip&#xD;
(2.93 KB)&lt;/a&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;a href="http://www.colinneller.com/blog/content/binary/RegEx-Revisited.pptx"&gt;RegEx-Revisited.pptx&#xD;
(105.05 KB)&lt;/a&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=4e9d0be7-963e-4588-8a77-31350fe844dc"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=WBHMwkPMvtY:kdCS3r9E35I:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=WBHMwkPMvtY:kdCS3r9E35I:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=WBHMwkPMvtY:kdCS3r9E35I:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=WBHMwkPMvtY:kdCS3r9E35I:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/WBHMwkPMvtY" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,4e9d0be7-963e-4588-8a77-31350fe844dc.aspx</comments>
      <category>Best Practices;RegEx;Tools</category>
    <feedburner:origLink>http://www.colinneller.com/blog/SpeakingAtCodeStock2009RegularExpressions.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=1971df88-8152-4cb7-8353-2927673c52f4</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,1971df88-8152-4cb7-8353-2927673c52f4.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,1971df88-8152-4cb7-8353-2927673c52f4.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=1971df88-8152-4cb7-8353-2927673c52f4</wfw:commentRss>
      
      <title>*.svc Files Return 404 Page Not Found on Server 2003</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,1971df88-8152-4cb7-8353-2927673c52f4.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/eDWAk8qTZlc/svcFilesReturn404PageNotFoundOnServer2003.aspx</link>
      <pubDate>Wed, 17 Dec 2008 00:19:56 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
I was getting 404 (Page Not Found) when navigating to our SVC files on our Windows&#xD;
Server 2003/IIS 6 boxes. After doing some research, it was suggested to run the following&#xD;
command: &#xD;
&lt;/p&gt;&#xD;
        &lt;p style="margin-left: 36pt"&gt;&#xD;
          &lt;a href="http://msdn.microsoft.com/en-us/library/ms732012.aspx"&gt;ServiceModelReg.exe&lt;/a&gt; /i &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Well, that didn't work for me; same problem – page not found. So I tried resetting&#xD;
the extension mapping manually and fortunately, it worked. Here's how: &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Right-click the root "Web Sites" node in IIS Manager (inetmgr.exe) &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;img src="http://www.colinneller.com/blog/content/binary/121708_0019_svcFilesRet1.png" alt=""&gt;&lt;/img&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Click the "Configuration" button under the "Home Directory" tab &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;img src="http://www.colinneller.com/blog/content/binary/121708_0019_svcFilesRet2.png" alt=""&gt;&lt;/img&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Select the ".svc" row under the "Mappings" tab and then remove it with, well, the&#xD;
"Remove" button. Click "OK", "Select All", "OK", "Apply", etc. until everything is&#xD;
applied in IIS. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;img src="http://www.colinneller.com/blog/content/binary/121708_0019_svcFilesRet3.png" alt=""&gt;&lt;/img&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Finally, re-run ServiceModelReg.exe: &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;img src="http://www.colinneller.com/blog/content/binary/121708_0019_svcFilesRet4.png" alt=""&gt;&lt;/img&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=1971df88-8152-4cb7-8353-2927673c52f4"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=eDWAk8qTZlc:wIBG6YIRr-o:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=eDWAk8qTZlc:wIBG6YIRr-o:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=eDWAk8qTZlc:wIBG6YIRr-o:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/eDWAk8qTZlc" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,1971df88-8152-4cb7-8353-2927673c52f4.aspx</comments>
      <category>Troubleshooting;WCF;Windows Server</category>
    <feedburner:origLink>http://www.colinneller.com/blog/svcFilesReturn404PageNotFoundOnServer2003.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=03f1d1c7-6e47-4655-8d19-4b109c3a2c82</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,03f1d1c7-6e47-4655-8d19-4b109c3a2c82.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,03f1d1c7-6e47-4655-8d19-4b109c3a2c82.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=03f1d1c7-6e47-4655-8d19-4b109c3a2c82</wfw:commentRss>
      <slash:comments>1</slash:comments>
      
      <title>Remove Focus Rectangle from Silverlight Control in Firefox</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,03f1d1c7-6e47-4655-8d19-4b109c3a2c82.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/PHTcEn8inMU/RemoveFocusRectangleFromSilverlightControlInFirefox.aspx</link>
      <pubDate>Mon, 01 Dec 2008 23:58:12 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
By default, Firefox uses a dotted rectangle to indicate that an &lt;span style="font-family:Courier New; font-size:8pt"&gt;object&lt;/span&gt; element&#xD;
has focus. Since Silverlight is implemented using the &lt;span style="font-family:Courier New; font-size:8pt"&gt;object&lt;/span&gt; tag,&#xD;
it also "suffers" from this behavior. To remove this focus rectangle, simply include&#xD;
the following definition in your CSS: &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Here's the pretty version: &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;img src="http://www.colinneller.com/blog/content/binary/120108_2358_RemoveFocus1.png" alt=""&gt;&lt;/img&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Does anyone have a good way to paste code into Word 2007 such that when the post is&#xD;
published, the code remains intact? Here's what I'm getting (which is close, but not&#xD;
perfect) &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;span style="font-family:Courier New; font-size:10pt"&gt;&#xD;
            &lt;span style="color:#a31515"&gt;object:focus&lt;/span&gt; { &lt;/span&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;span style="font-family:Courier New; font-size:10pt"&gt;&#xD;
            &lt;span style="color:red"&gt;outline&lt;/span&gt;: &lt;span style="color:blue"&gt;none&lt;/span&gt;; &lt;/span&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;span style="font-family:Courier New; font-size:10pt"&gt;}&lt;/span&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=03f1d1c7-6e47-4655-8d19-4b109c3a2c82"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=PHTcEn8inMU:n39yZPeVCKI:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=PHTcEn8inMU:n39yZPeVCKI:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=PHTcEn8inMU:n39yZPeVCKI:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/PHTcEn8inMU" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,03f1d1c7-6e47-4655-8d19-4b109c3a2c82.aspx</comments>
    <feedburner:origLink>http://www.colinneller.com/blog/RemoveFocusRectangleFromSilverlightControlInFirefox.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=c4b92fcc-3a35-43c7-8dad-3bfab22c390f</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,c4b92fcc-3a35-43c7-8dad-3bfab22c390f.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,c4b92fcc-3a35-43c7-8dad-3bfab22c390f.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=c4b92fcc-3a35-43c7-8dad-3bfab22c390f</wfw:commentRss>
      
      <title>MNUG – Introduction to Silverlight 2 – October 23, 2008</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,c4b92fcc-3a35-43c7-8dad-3bfab22c390f.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/QfIyNqQyfCc/MNUGIntroductionToSilverlight2October232008.aspx</link>
      <pubDate>Sat, 25 Oct 2008 14:02:02 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
Last Thursday I presented my "Introduction to &lt;a href="http://silverlight.net/"&gt;Silverlight&#xD;
2&lt;/a&gt;" talk to the &lt;a href="http://mnug.net/"&gt;Memphis .NET User Group&lt;/a&gt;. This was&#xD;
the second time I have been fortunate enough to have a captive audience to present&#xD;
this talk to. I was able to "pilot" the talk to the FedEx user group a couple of months&#xD;
ago - while Silverlight was still in beta. We had a good crowd on Thursday and LOTS&#xD;
of great questions. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I've zipped up the sample code and the slide deck at the bottom of this post. The&#xD;
sample code does assume that you are running a local &lt;a href="http://www.codeplex.com/MSFTDBProdSamples/"&gt;Adventure&#xD;
Works database&lt;/a&gt;. I prefer the "LT" version as the download is much smaller than&#xD;
the others. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Here are some of the links I referenced in the presentation: &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Silverlight resources: &#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://silverlight.net/"&gt;Silverlight Homepage&lt;/a&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://silverlight.net/GetStarted/"&gt;Silverlight: Getting Started&lt;/a&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://weblogs.asp.net/Scottgu/"&gt;Scott Guthrie's Blog&lt;/a&gt;&#xD;
          &lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;p&gt;&#xD;
Some of my favorite examples: &#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://www.mscui.net/PatientJourneyDemonstrator/"&gt;Patient Journey Demonstrator&lt;/a&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://memorabilia.hardrock.com/"&gt;Hard Rock Café Memorabilia&lt;/a&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://www.windowsvista.si/"&gt;Windows Vista Emulator&lt;/a&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://www.physicspoweredgames.com/"&gt;Physics Powered Games&lt;/a&gt;&#xD;
          &lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;br&gt;&#xD;
Download: &lt;a href="http://www.colinneller.com/blog/content/binary/Neller-IntroToSilverlight2.zip"&gt;Neller-IntroToSilverlight2.zip&#xD;
(2.41 MB)&lt;/a&gt;&lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=c4b92fcc-3a35-43c7-8dad-3bfab22c390f"&gt;&lt;/img&gt;&lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=QfIyNqQyfCc:AdXB0RKhnMw:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=QfIyNqQyfCc:AdXB0RKhnMw:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=QfIyNqQyfCc:AdXB0RKhnMw:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/QfIyNqQyfCc" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,c4b92fcc-3a35-43c7-8dad-3bfab22c390f.aspx</comments>
      <category>.NET;Silverlight;Tools;Visual Studio</category>
    <feedburner:origLink>http://www.colinneller.com/blog/MNUGIntroductionToSilverlight2October232008.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=5aa20006-4fa6-4937-a229-5bec27d74d6f</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,5aa20006-4fa6-4937-a229-5bec27d74d6f.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,5aa20006-4fa6-4937-a229-5bec27d74d6f.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=5aa20006-4fa6-4937-a229-5bec27d74d6f</wfw:commentRss>
      
      <title>ASP.NET MVC Notes from MIX 08</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,5aa20006-4fa6-4937-a229-5bec27d74d6f.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/HHQF6E0DsxY/ASPNETMVCNotesFromMIX08.aspx</link>
      <pubDate>Fri, 07 Mar 2008 00:50:02 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
Presenter: Scott Hanselman&#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
This is pre-release... keep that in mind&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
IT'S NOT WEBFORMS 4.0&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Creating a new project&lt;/li&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
Must select .NET 3.5 from the multi-targeting combobox&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
You can generate test against any testing framework that supports it (including NUnit/MbUnit)&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
System.Web.Mvc/Routing/Abstractions&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Routing not under MVC - can be used outside of MVC&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Abstractions also not under MVC - can be used for other Web "stuff"&lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
          &lt;li&gt;&#xD;
Convention over configuration&lt;/li&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
URI determines which controller gets called&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
URI parts make up parameters that are passed to the controller&lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
          &lt;li&gt;&#xD;
IT'S NOT WEBFORMS 4.0&lt;/li&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
It's about alternatives.  You choose.  It's awesome. &#xD;
&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
"ALT.NET" (N*)&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
It's part of System.Web... it's not going anywhere.&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Plays well with other N* stuff (Brail, etc. too)&lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
          &lt;li&gt;&#xD;
Goals&lt;/li&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
Separate concerns:  TDD, maintenance&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Extensible&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Enable clean URLs &amp;amp; HTML&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Great integration w/ ASP.NET&lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
          &lt;li&gt;&#xD;
Rude Q&amp;amp;A&lt;/li&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
LOB - no, keep truckin' on WebForms&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Front controller&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Widgets? Component story?  "We're working on it..."&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Yes, Ajax, no control toolkit (yes JS libraries)&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Released when?  When it's done...&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Is it safe?  What about security?&lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
          &lt;li&gt;&#xD;
My battery is dying... over and out.&lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=5aa20006-4fa6-4937-a229-5bec27d74d6f"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=HHQF6E0DsxY:ONTJ0j77ugE:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=HHQF6E0DsxY:ONTJ0j77ugE:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=HHQF6E0DsxY:ONTJ0j77ugE:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/HHQF6E0DsxY" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,5aa20006-4fa6-4937-a229-5bec27d74d6f.aspx</comments>
      <category>.NET/.NET 3.5;Web/ASP.NET</category>
    <feedburner:origLink>http://www.colinneller.com/blog/ASPNETMVCNotesFromMIX08.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=a01c1fb8-785b-4162-84e3-99f7c1e596ba</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,a01c1fb8-785b-4162-84e3-99f7c1e596ba.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,a01c1fb8-785b-4162-84e3-99f7c1e596ba.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=a01c1fb8-785b-4162-84e3-99f7c1e596ba</wfw:commentRss>
      
      <title>Intro to SQL Server Data Services (SSDS) - SQL Server in the Cloud</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,a01c1fb8-785b-4162-84e3-99f7c1e596ba.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/y8Te-y03MDY/IntroToSQLServerDataServicesSSDSSQLServerInTheCloud.aspx</link>
      <pubDate>Thu, 06 Mar 2008 17:39:20 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
These are my notes from Nigel Ellis' talk at MIX 08&#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
MSFT Data Platform is evolving: Data is moving to the cloud&lt;/li&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
New Challenge: Connecting islands of data and connecting them&lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
          &lt;li&gt;&#xD;
Data services vision&lt;/li&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
Data Services interface on top of a data store&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
SSDS vs. ADO.NET Data Services/Live Services&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Sync-Framework ties all data islands together&lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
          &lt;li&gt;&#xD;
Demo: Sync Framework&lt;/li&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
Sync between platforms: Access, Data Services, Local VCF&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Sync app sitting in tray hosting sync framework; performs orchestration between data&#xD;
islands&lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
          &lt;li&gt;&#xD;
Value of SSDS&lt;/li&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
Application Agility&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Scalability&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
High-Availability: SLA&lt;/li&gt;&#xD;
          &lt;/ul&gt;&#xD;
          &lt;li&gt;&#xD;
Nuts &amp;amp; Bolts&lt;/li&gt;&#xD;
          &lt;ul&gt;&#xD;
            &lt;li&gt;&#xD;
There is no schema - everything is a property-bag/hash table&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
Everything is done using XML payload through REST&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
There are "metadata properties" that describe the entity: ID, Kind, Version&lt;/li&gt;&#xD;
            &lt;li&gt;&#xD;
"Flex" properties&lt;/li&gt;&#xD;
            &lt;ul&gt;&#xD;
              &lt;li&gt;&#xD;
Instance type can be changed on the fly (add/remove properties of an instance)&lt;/li&gt;&#xD;
              &lt;li&gt;&#xD;
Support for simple types: decimal, string, bool, etc.&lt;/li&gt;&#xD;
              &lt;li&gt;&#xD;
                &lt;em&gt;All properties are indexed&lt;/em&gt; (CN: Interesting... I wonder how they're efficiently&#xD;
doing this?)&lt;/li&gt;&#xD;
            &lt;/ul&gt;&#xD;
            &lt;li&gt;&#xD;
Containers&lt;/li&gt;&#xD;
            &lt;ul&gt;&#xD;
              &lt;li&gt;&#xD;
Stores flexible entities&lt;/li&gt;&#xD;
              &lt;li&gt;&#xD;
Widest domain of search&lt;/li&gt;&#xD;
            &lt;/ul&gt;&#xD;
            &lt;li&gt;&#xD;
Authority&lt;/li&gt;&#xD;
            &lt;ul&gt;&#xD;
              &lt;li&gt;&#xD;
A collection of containers&lt;/li&gt;&#xD;
              &lt;li&gt;&#xD;
Analogous to a namespace&lt;/li&gt;&#xD;
              &lt;li&gt;&#xD;
Unit of billing &amp;amp; geo-location&lt;/li&gt;&#xD;
            &lt;/ul&gt;&#xD;
            &lt;li&gt;&#xD;
API&lt;/li&gt;&#xD;
            &lt;ul&gt;&#xD;
              &lt;li&gt;&#xD;
SOAP &amp;amp; REST (SSL)&lt;/li&gt;&#xD;
              &lt;li&gt;&#xD;
Operations&lt;/li&gt;&#xD;
              &lt;ul&gt;&#xD;
                &lt;li&gt;&#xD;
Authority provisioning (CRUD)&lt;/li&gt;&#xD;
              &lt;/ul&gt;&#xD;
              &lt;li&gt;&#xD;
Container provisioning &amp;amp; querying&lt;/li&gt;&#xD;
              &lt;li&gt;&#xD;
Entity storage, update, delete, &amp;amp; query&lt;/li&gt;&#xD;
              &lt;li&gt;&#xD;
Query using simple LINQ-like syntax&lt;/li&gt;&#xD;
            &lt;/ul&gt;&#xD;
            &lt;li&gt;&#xD;
REST API&lt;/li&gt;&#xD;
            &lt;ul&gt;&#xD;
              &lt;li&gt;&#xD;
Service: /v1 (CreateAuthority)&lt;/li&gt;&#xD;
              &lt;li&gt;&#xD;
Authority: /v1 (FetchAuthority, QueryContainers, CreateContainer)&lt;/li&gt;&#xD;
              &lt;li&gt;&#xD;
Container: /v1/{ContainerID} (FetchContainer, QueryEntities, UpdateContainer, DeleteContainer,&#xD;
CreateEntity)&lt;/li&gt;&#xD;
              &lt;li&gt;&#xD;
Entity: /v1/{ContainerID}/{EntityID} (Fetch, Update, Delete Entity)&lt;/li&gt;&#xD;
            &lt;/ul&gt;&#xD;
            &lt;li&gt;&#xD;
Used in a multi-tentant senario (LitwareHR)&lt;/li&gt;&#xD;
            &lt;ul&gt;&#xD;
              &lt;li&gt;&#xD;
"ACE" Concepts (Authority, Container, Entity)&lt;/li&gt;&#xD;
            &lt;/ul&gt;&#xD;
            &lt;li&gt;&#xD;
Availability&lt;/li&gt;&#xD;
            &lt;ul&gt;&#xD;
              &lt;li&gt;&#xD;
Closed beta 3/5/2008&lt;/li&gt;&#xD;
              &lt;li&gt;&#xD;
Open beta 7/2008&lt;/li&gt;&#xD;
            &lt;/ul&gt;&#xD;
            &lt;ul&gt;&#xD;
              &lt;li&gt;&#xD;
Service refresh every 8 weeks&lt;/li&gt;&#xD;
              &lt;li&gt;&#xD;
Go live H1-2009&lt;/li&gt;&#xD;
            &lt;/ul&gt;&#xD;
          &lt;/ul&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=a01c1fb8-785b-4162-84e3-99f7c1e596ba"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=y8Te-y03MDY:qFpF1zhf--Q:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=y8Te-y03MDY:qFpF1zhf--Q:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=y8Te-y03MDY:qFpF1zhf--Q:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/y8Te-y03MDY" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,a01c1fb8-785b-4162-84e3-99f7c1e596ba.aspx</comments>
      <category>SQL Server</category>
    <feedburner:origLink>http://www.colinneller.com/blog/IntroToSQLServerDataServicesSSDSSQLServerInTheCloud.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=972fe36d-5dbf-4d21-affb-eb75c175e564</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,972fe36d-5dbf-4d21-affb-eb75c175e564.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,972fe36d-5dbf-4d21-affb-eb75c175e564.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=972fe36d-5dbf-4d21-affb-eb75c175e564</wfw:commentRss>
      <slash:comments>2</slash:comments>
      
      <title>Asking the Right Questions</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,972fe36d-5dbf-4d21-affb-eb75c175e564.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/MM1bx-Zii2s/AskingTheRightQuestions.aspx</link>
      <pubDate>Tue, 26 Feb 2008 04:07:24 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
It seems to me that when a bunch of geeks get together, it should be seen as an opportunity&#xD;
to learn.  Too often, the procedure is for each person to jump into the "look&#xD;
what I did" game or to stand back and passively listen.  I encourage you to not&#xD;
look at "nerd gatherings" as a time to assert your dominance over the crowd or a time&#xD;
to stand back and simply observe; instead, actively try to learn as much as you can. &#xD;
Ask questions; dig into how other people approach problems; find people that have&#xD;
achieved what you would like to achieve, and find out how they got there.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Obviously, "nerd gatherings" aren't the only place that this skill is desirable -&#xD;
but it's a good place to start.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=972fe36d-5dbf-4d21-affb-eb75c175e564"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=MM1bx-Zii2s:4lnCmXD0Ufg:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=MM1bx-Zii2s:4lnCmXD0Ufg:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=MM1bx-Zii2s:4lnCmXD0Ufg:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/MM1bx-Zii2s" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,972fe36d-5dbf-4d21-affb-eb75c175e564.aspx</comments>
    <feedburner:origLink>http://www.colinneller.com/blog/AskingTheRightQuestions.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=f6ea8bbe-b8d0-4158-ad25-8fc759d9aa79</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,f6ea8bbe-b8d0-4158-ad25-8fc759d9aa79.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,f6ea8bbe-b8d0-4158-ad25-8fc759d9aa79.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=f6ea8bbe-b8d0-4158-ad25-8fc759d9aa79</wfw:commentRss>
      
      <title>Things Heard in the Office</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,f6ea8bbe-b8d0-4158-ad25-8fc759d9aa79.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/nGCBJoQXaso/ThingsHeardInTheOffice.aspx</link>
      <pubDate>Wed, 21 Nov 2007 17:24:47 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
"Oh crap, my brain isn't working."&lt;br&gt;&#xD;
- Anonymous &#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=f6ea8bbe-b8d0-4158-ad25-8fc759d9aa79"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=nGCBJoQXaso:zRhRW4ipLBM:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=nGCBJoQXaso:zRhRW4ipLBM:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=nGCBJoQXaso:zRhRW4ipLBM:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/nGCBJoQXaso" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,f6ea8bbe-b8d0-4158-ad25-8fc759d9aa79.aspx</comments>
    <feedburner:origLink>http://www.colinneller.com/blog/ThingsHeardInTheOffice.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=658085d4-8a5a-4b17-a307-5ad3338a1b78</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,658085d4-8a5a-4b17-a307-5ad3338a1b78.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,658085d4-8a5a-4b17-a307-5ad3338a1b78.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=658085d4-8a5a-4b17-a307-5ad3338a1b78</wfw:commentRss>
      
      <title>Memphis .NET developer or SQL Server Guru</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,658085d4-8a5a-4b17-a307-5ad3338a1b78.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/yap1gCQDFl8/MemphisNETDeveloperOrSQLServerGuru.aspx</link>
      <pubDate>Tue, 13 Nov 2007 23:21:33 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
Are you a .NET developer or SQL Server expert that is looking for a job in Memphis?&#xD;
If so, and you meet the requirements listed below, shoot me an email with your resume&#xD;
– we're hiring! &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;img src="http://www.colinneller.com/blog/content/binary/111307_2314_MemphisNETd1.png" alt=""&gt;&lt;/img&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
This profitable, Memphis-based company provides web-based software to customers throughout&#xD;
the US. The company is growing and working to provide the best products while utilizing&#xD;
the newest technologies. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The company is seeking a senior-level programmer to add to the current software development&#xD;
team. The ideal candidate will have a four-year college degree and at least 5 years&#xD;
of programming experience. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Excellent knowledge of ASP, ASP.NET, Microsoft SQL Server, Multi-tenant architectures,&#xD;
JavaScript, and HTML are required. The candidate should also possess a very good working&#xD;
knowledge of database tuning, ADO.NET, XML, AJAX, and n-tier architecture based on&#xD;
Microsoft patterns and practices. The applicant must have good analytical and troubleshooting&#xD;
abilities. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
This is a great chance to work in a highly-available, scalable, enterprise-class environment&#xD;
featuring Windows Server 2003, SQL Server 2005, SQL clustering, database mirroring,&#xD;
geographic redundancy, and a n-tier architecture. In addition, this company is working&#xD;
closely with Microsoft as an early adopter of SQL 2008, Windows Server 2008, Visual&#xD;
Studio 2008 and .NET 3.5.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=658085d4-8a5a-4b17-a307-5ad3338a1b78"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=yap1gCQDFl8:UzU0JoQJXK8:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=yap1gCQDFl8:UzU0JoQJXK8:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=yap1gCQDFl8:UzU0JoQJXK8:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/yap1gCQDFl8" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,658085d4-8a5a-4b17-a307-5ad3338a1b78.aspx</comments>
    <feedburner:origLink>http://www.colinneller.com/blog/MemphisNETDeveloperOrSQLServerGuru.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=118be5b8-a6a7-4aad-baf0-8f71ebf4a0c7</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,118be5b8-a6a7-4aad-baf0-8f71ebf4a0c7.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,118be5b8-a6a7-4aad-baf0-8f71ebf4a0c7.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=118be5b8-a6a7-4aad-baf0-8f71ebf4a0c7</wfw:commentRss>
      
      <title>Case of the Missing Custom Dictionary – Add to Dictionary Grayed Out</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,118be5b8-a6a7-4aad-baf0-8f71ebf4a0c7.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/auQ0jyPgwfg/CaseOfTheMissingCustomDictionaryAddToDictionaryGrayedOut.aspx</link>
      <pubDate>Wed, 17 Oct 2007 15:51:55 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
I was sending out some emails this morning, and while using spell check I noticed&#xD;
something strange: my "Add to Dictionary" button was grayed out!?! &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;img src="http://www.colinneller.com/blog/content/binary/101707_1545_CaseoftheMi1.png" alt=""&gt;&lt;/img&gt;&#xD;
          &lt;br&gt;&#xD;
First thought: this cannot be! I love that button! &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Next thought: check what's going on with my custom dictionary. So I checked out the&#xD;
options panel under the office button (in Outlook 2007.)&lt;br&gt;&lt;img src="http://www.colinneller.com/blog/content/binary/101707_1545_CaseoftheMi2.png" alt=""&gt;&lt;/img&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Under "Proofing", there is a "Custom Dictionaries…" button:&lt;br&gt;&lt;img src="http://www.colinneller.com/blog/content/binary/101707_1545_CaseoftheMi3.png" alt=""&gt;&lt;/img&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Next step: check my custom dictionary path… uh, where is my custom dictionary – and&#xD;
its path?&lt;br&gt;&lt;img src="http://www.colinneller.com/blog/content/binary/101707_1545_CaseoftheMi4.png" alt=""&gt;&lt;/img&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Next step: use the "Add…" button to add the custom dictionary back to the list. Fortunately,&#xD;
it defaulted to the appropriate path: &#xD;
&lt;br&gt;&#xD;
C:\Documents and Settings\&amp;lt;username&amp;gt;\Application Data\Microsoft\UProof\CUSTOM.DIC &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Problem: after adding the dictionary to the list and closing the "Custom Dictionaries"&#xD;
dialog, I checked the list by reopening the dialog – nada… it disappeared! Outlook&#xD;
wouldn't let me add the custom dictionary back to the list. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Solution: restart outlook. After the restart, everything works perfectly. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Weird.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=118be5b8-a6a7-4aad-baf0-8f71ebf4a0c7"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=auQ0jyPgwfg:sjahAqGEwaQ:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=auQ0jyPgwfg:sjahAqGEwaQ:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=auQ0jyPgwfg:sjahAqGEwaQ:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/auQ0jyPgwfg" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,118be5b8-a6a7-4aad-baf0-8f71ebf4a0c7.aspx</comments>
      <category>Word</category>
    <feedburner:origLink>http://www.colinneller.com/blog/CaseOfTheMissingCustomDictionaryAddToDictionaryGrayedOut.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=a70c8d61-038b-4b58-8273-68e2ff37f325</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,a70c8d61-038b-4b58-8273-68e2ff37f325.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,a70c8d61-038b-4b58-8273-68e2ff37f325.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=a70c8d61-038b-4b58-8273-68e2ff37f325</wfw:commentRss>
      <slash:comments>3</slash:comments>
      
      <title>devLink 2007</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,a70c8d61-038b-4b58-8273-68e2ff37f325.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/HJojuO0s8uQ/devLink2007.aspx</link>
      <pubDate>Fri, 03 Aug 2007 23:26:46 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;h1&gt;High-Quality Training and Networking – Cheap! &#xD;
&lt;/h1&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.devlink.net/"&gt;&#xD;
            &lt;a href="http://www.devlink.net/"&gt;&#xD;
              &lt;img align="left" src="http://www.colinneller.com/blog/content/binary/080307_2326_devLink20071.png" alt="" border="0"&gt;&lt;/img&gt;&#xD;
            &lt;/a&gt;&#xD;
          &lt;/a&gt;This&#xD;
October in Nashville, TN, you can get the benefit of a $2,000 conference for only&#xD;
$50! If you think I'm exaggerating, check out the quality of the &lt;a href="http://www.devlink.net/Information/Speakers/tabid/80/Default.aspx"&gt;speakers&#xD;
listed on the devLink website&lt;/a&gt;. &lt;a href="http://wss.anvilsystems.com/public/Lists/Posts/AllPosts.aspx"&gt;John&#xD;
Kellar&lt;/a&gt; has done a great job of putting on this conference for the second year.&#xD;
I was fortunate to be able to attend last year, and I expect to attend again this&#xD;
year. If you have a blog (or would like to start one) and plan to attend, but sure&#xD;
to blog about it to enter into the contest… but if you don't, I won't mind a bit –&#xD;
it gives me a better chance of &lt;a href="http://devlink.net/Default.aspx?tabid=96"&gt;winning&#xD;
the Xbox 360&lt;/a&gt; for myself! &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Hope to see you there! &#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=a70c8d61-038b-4b58-8273-68e2ff37f325"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=HJojuO0s8uQ:gKjs9lznyNI:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=HJojuO0s8uQ:gKjs9lznyNI:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=HJojuO0s8uQ:gKjs9lznyNI:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/HJojuO0s8uQ" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,a70c8d61-038b-4b58-8273-68e2ff37f325.aspx</comments>
    <feedburner:origLink>http://www.colinneller.com/blog/devLink2007.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=b21819a6-4973-48a3-af94-4c779dea4b3c</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,b21819a6-4973-48a3-af94-4c779dea4b3c.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,b21819a6-4973-48a3-af94-4c779dea4b3c.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=b21819a6-4973-48a3-af94-4c779dea4b3c</wfw:commentRss>
      
      <title>Upcoming .NET Events</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,b21819a6-4973-48a3-af94-4c779dea4b3c.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/d-IxQN9X8xQ/UpcomingNETEvents.aspx</link>
      <pubDate>Wed, 20 Jun 2007 16:00:02 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
If you're in the mood to learn some .NET this year, Jon Box just posted a &lt;a href="http://blogs.msdn.com/jonbox/archive/2007/06/19/where-do-i-go-instead-of-pdc.aspx"&gt;list&#xD;
of upcoming .NET events&lt;/a&gt; – some local to this area and über cheap (read: free)!&#xD;
High quality and low cost is a good thing. &#xD;
&lt;/p&gt;&#xD;
        &lt;h2&gt;Give Back to the Community! &#xD;
&lt;/h2&gt;&#xD;
        &lt;p&gt;&#xD;
As indicated on Jon's list, we at the &lt;a href="http://mnug.net/"&gt;Memphis .NET User&#xD;
Group&lt;/a&gt; are planning to have a &lt;a href="http://search.live.com/results.aspx?q=%22day+of+.net%22"&gt;Day&#xD;
of .NET&lt;/a&gt; this November. We are still in the process of working out all the details,&#xD;
but we're beginning to round up speakers. If you might be willing to share some of&#xD;
your .NET-related experience, please consider speaking at this event. Keep in mind:&#xD;
your session does not have to take the form of a PowerPoint lecture. In many cases,&#xD;
it will be better if it's not – be creative: &#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
Ask a co-worker or two to co-present with you &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Use a "chalk talk" style of session (very conversational and usually involving a white&#xD;
board… "White board talk" just doesn't sound as good!) &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Facilitate a discussion around a specific problem or technology – "birds of a feather"&#xD;
style &#xD;
&lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;p&gt;&#xD;
If you're thinking "What would I talk about? I don't have anything to say!", give&#xD;
me a holler; I'll help you think through it. Your topic could be as simple as thinking&#xD;
up a list of obstacles you've stumbled over in the last few months, and presenting&#xD;
your workarounds to each problem. Taking a different approach, you could get a list&#xD;
of "pain points" from the audience around a specific technology (e.g. ASP.NET &amp;amp;&#xD;
Ajax), and facilitate a discussion of workarounds. If you are interested at all, I&#xD;
would be happy to brainstorm with you both the topic and format of your session. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Even if presenting/facilitating is not your "thing", please consider attending the&#xD;
event. We're hoping to have a great turnout from the Memphis area and surrounding&#xD;
regions!&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=b21819a6-4973-48a3-af94-4c779dea4b3c"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=d-IxQN9X8xQ:OolQ-Uwfk9Q:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=d-IxQN9X8xQ:OolQ-Uwfk9Q:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=d-IxQN9X8xQ:OolQ-Uwfk9Q:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/d-IxQN9X8xQ" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,b21819a6-4973-48a3-af94-4c779dea4b3c.aspx</comments>
    <feedburner:origLink>http://www.colinneller.com/blog/UpcomingNETEvents.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=a96e5f30-cec2-454e-8b18-37c229890039</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,a96e5f30-cec2-454e-8b18-37c229890039.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,a96e5f30-cec2-454e-8b18-37c229890039.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=a96e5f30-cec2-454e-8b18-37c229890039</wfw:commentRss>
      <slash:comments>1</slash:comments>
      
      <title>ASP.NET 3.5 where are you?</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,a96e5f30-cec2-454e-8b18-37c229890039.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/HFyyFlJ1Ixw/ASPNET35WhereAreYou.aspx</link>
      <pubDate>Sat, 16 Jun 2007 16:09:03 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;img alt="image" src="http://www.colinneller.com/blog/content/binary/WindowsLiveWriter/ASP.NET3.5whereareyou_9787/image_ca99825d-4540-462f-8c92-b0504de55e8d.png" align="right" border="0"&gt;&lt;/img&gt;It&#xD;
occurred to me that I heard little (read:none) about ASP.NET 3.5 at TechEd, so I thought&#xD;
I would search the web to see what's coming down the pipeline.  My search engine&#xD;
brought back the answer: nothing.  You'll find some about Silverlight, some about&#xD;
ASP.NET futures, even a unreleased book on ASP.NET 3.5, but no real information&#xD;
(that I found) on ASP.NET 3.5.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
My thought: "Ah, a challenge!  Since I have VS 2008 Beta 1 installed, I'll just&#xD;
compare System.Web v2.0 to v3.5 using Reflector."  Should have worked, right? &#xD;
Well, it may well have... had I found System.Web.dll v3.5.  I did successfully&#xD;
find a LOT of 3.5 assemblies, but the only one under System.Web.* was System.Web.Services... &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
My question to the blogosphere: has &lt;strong&gt;anyone&lt;/strong&gt; seen any information&#xD;
on ASP.NET 3.5?&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:4f404a53-aefb-4031-8f24-657c6345db6e" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati&#xD;
Tags: &lt;a href="http://technorati.com/tags/VS%202008" rel="tag"&gt;VS 2008&lt;/a&gt;, &lt;a href="http://technorati.com/tags/.NET%203.5" rel="tag"&gt;.NET&#xD;
3.5&lt;/a&gt;, &lt;a href="http://technorati.com/tags/ASP.NET" rel="tag"&gt;ASP.NET&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=a96e5f30-cec2-454e-8b18-37c229890039"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=HFyyFlJ1Ixw:WnGYfEXPOso:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=HFyyFlJ1Ixw:WnGYfEXPOso:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=HFyyFlJ1Ixw:WnGYfEXPOso:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/HFyyFlJ1Ixw" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,a96e5f30-cec2-454e-8b18-37c229890039.aspx</comments>
      <category>.NET/.NET 3.5;Web/ASP.NET</category>
    <feedburner:origLink>http://www.colinneller.com/blog/ASPNET35WhereAreYou.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=df1a9582-6f86-4e9e-bf2b-dd5445d1f7be</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,df1a9582-6f86-4e9e-bf2b-dd5445d1f7be.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,df1a9582-6f86-4e9e-bf2b-dd5445d1f7be.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=df1a9582-6f86-4e9e-bf2b-dd5445d1f7be</wfw:commentRss>
      <slash:comments>1</slash:comments>
      
      <title>Adventures into WPF: Startup</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,df1a9582-6f86-4e9e-bf2b-dd5445d1f7be.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/eyc_EYWtiY8/AdventuresIntoWPFStartup.aspx</link>
      <pubDate>Thu, 31 May 2007 04:32:48 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
Being a web-oriented developer, I have decided to start looking into WPF in order&#xD;
to prep for future &lt;a href="http://silverlight.net/GetStarted/" target="_blank"&gt;Silverlight&lt;/a&gt; development. &#xD;
I plan to blog through my learning process.  If you're interested, stay tuned&#xD;
to this channel for WPF through a newbie's perspective.  Also, if there's specific&#xD;
aspects of WPF you'd like to see me look into, fee free to leave comments to that&#xD;
affect.  Seeing as how there seems to be a drastic shortage of VB.NET WPF code&#xD;
on the net, I plan to do at least some of my exploration in VB.NET.  This should&#xD;
also be interesting with &lt;a href="http://www.panopticoncentral.net/archive/2007/05/01/20383.aspx" target="_blank"&gt;VBx&lt;/a&gt; coming&#xD;
out "soon."  &#xD;
&lt;/p&gt;&#xD;
        &lt;hr&gt;&lt;/hr&gt;&#xD;
        &lt;p&gt;&#xD;
I'll start by opening a new VB WPF Application in Orcas Beta 1:&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;img height="440" src="http://www.colinneller.com/blog/content/binary/WindowsLiveWriter/StartingIntoWPF_13A62/image011.png" width="704"&gt;&lt;/img&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Here's the result:&lt;br&gt;&#xD;
 &lt;img height="550" src="http://www.colinneller.com/blog/content/binary/WindowsLiveWriter/StartingIntoWPF_13A62/image033.png" width="810"&gt;&lt;/img&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
VS creates two XAML and code-behind files.  To see how the application behavior&#xD;
is configured, take a look at the project settings:&lt;br&gt;&#xD;
 &lt;img alt="image" src="http://www.colinneller.com/blog/content/binary/WindowsLiveWriter/StartingIntoWPF_13A62/image_23983b85-e208-4a5a-a1d1-fa0dea5ce05f.png" border="0"&gt;&lt;/img&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Observations:&#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
"Startup object" has become "Startup URI."  This can also be set in the "Application"&#xD;
node in Application.xaml:&lt;pre class="code"&gt;&lt;span style="color: rgb(0,0,255)"&gt;&lt;/span&gt;&lt;span style="color: rgb(0,0,255)"&gt;&lt;img alt="image" src="http://www.colinneller.com/blog/content/binary/WindowsLiveWriter/StartingIntoWPF_13A62/image_cd30c196-bccb-44e6-8660-d3c3d40d786d.png" border="0"&gt;&lt;/img&gt;&lt;br&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
"Shutdown mode" has three settings - similarly to WinForms 2.0.  These settings&#xD;
can also be set in the "Application" node in Application.xaml:&lt;pre class="code"&gt;&lt;span style="color: rgb(0,0,255)"&gt;&lt;/span&gt;&lt;span style="color: rgb(0,0,255)"&gt;&lt;img alt="image" src="http://www.colinneller.com/blog/content/binary/WindowsLiveWriter/StartingIntoWPF_13A62/image_d95c039f-d025-4d64-b5c7-dc9bb0dea485.png" border="0"&gt;&lt;/img&gt;&lt;/span&gt;&lt;br&gt;&lt;/pre&gt;&lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
Many settings in the page are stored in Application.xaml.  Clicking "Edit&#xD;
XAML" (in VB) opens this file for manual editing. &#xD;
&lt;br&gt;&lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;p&gt;&#xD;
A simple F5 runs our high-tech program:&lt;br&gt;&lt;img alt="image" src="http://www.colinneller.com/blog/content/binary/WindowsLiveWriter/StartingIntoWPF_13A62/image_db3cfdb5-953d-428e-a0d0-318decbd63be.png" border="0"&gt;&lt;/img&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
More text time...&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;br&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:0be8e57e-9378-4d57-97c3-3752d5ce362d" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati&#xD;
Tags: &lt;a href="http://technorati.com/tags/WPF" rel="tag"&gt;WPF&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Orcas" rel="tag"&gt;Orcas&lt;/a&gt;&lt;/div&gt;&#xD;
        &lt;a href="http://11011.net/software/vspaste"&gt;&#xD;
        &lt;/a&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=df1a9582-6f86-4e9e-bf2b-dd5445d1f7be"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=eyc_EYWtiY8:u7V8A_ZHWfM:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=eyc_EYWtiY8:u7V8A_ZHWfM:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=eyc_EYWtiY8:u7V8A_ZHWfM:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/eyc_EYWtiY8" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,df1a9582-6f86-4e9e-bf2b-dd5445d1f7be.aspx</comments>
      <category>.NET/WPF;Visual Studio</category>
    <feedburner:origLink>http://www.colinneller.com/blog/AdventuresIntoWPFStartup.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=5d30beb8-4e91-48f9-9eeb-54a4537448ef</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,5d30beb8-4e91-48f9-9eeb-54a4537448ef.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,5d30beb8-4e91-48f9-9eeb-54a4537448ef.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=5d30beb8-4e91-48f9-9eeb-54a4537448ef</wfw:commentRss>
      
      <title>Microsoft Acquires ProClarity</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,5d30beb8-4e91-48f9-9eeb-54a4537448ef.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/UgARGWafSmY/MicrosoftAcquiresProClarity.aspx</link>
      <pubDate>Wed, 04 Apr 2007 04:59:03 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
I was making my way to MSDN to check out the very cool &lt;a href="http://www.microsoft.com/Expression/products/overview.aspx?key=web" target="_blank"&gt;Expression&#xD;
Web&lt;/a&gt; (&lt;a href="http://blogs.msdn.com/somasegar/archive/2007/04/03/listening-to-your-feedback-expression-and-msdn.aspx" target="_blank"&gt;now&#xD;
available to all MSDN Premium subscribers&lt;/a&gt;), and noticed some interesting new downloads&#xD;
available:&lt;br&gt;&lt;img height="128" alt="MSDN ProClarity listing" src="http://www.colinneller.com/blog/content/binary/WindowsLiveWriter/BIMicrosoftAquiresProClarity_14F8F/image014.png" width="270"&gt;&lt;/img&gt;  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
A quick internet search turns up the following Microsoft Press Release:&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;&#xD;
              &lt;a href="http://www.microsoft.com/presspass/press/2006/apr06/04-03ProClarityPR.mspx" target="_blank"&gt;Microsoft&#xD;
Agrees to Acquire ProClarity&lt;/a&gt;, Enhancing Business Intelligence Offering&lt;br&gt;&#xD;
Leader in advanced analytics adds to Microsoft’s comprehensive BI capabilities&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
Here's a quick teaser from the &lt;a href="http://www.proclarity.com/" target="_blank"&gt;ProClarity&#xD;
website&lt;/a&gt; (interestingly enough running classic asp):&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;ProClarity, a Microsoft Subsidiary, puts your &lt;strong&gt;business intelligence&lt;/strong&gt; to&#xD;
work - moving you quickly beyond a barrage of numbers into "why is this happening?"&#xD;
and "how can we improve it?" ProClarity is designed to &lt;strong&gt;expand the capabilities&#xD;
of Microsoft business intelligence&lt;/strong&gt;, making information simpler to access,&#xD;
easier to use and clearer to understand.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=5d30beb8-4e91-48f9-9eeb-54a4537448ef"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=UgARGWafSmY:ZeqZSaokDJA:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=UgARGWafSmY:ZeqZSaokDJA:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=UgARGWafSmY:ZeqZSaokDJA:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/UgARGWafSmY" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,5d30beb8-4e91-48f9-9eeb-54a4537448ef.aspx</comments>
      <category>Visual Studio</category>
    <feedburner:origLink>http://www.colinneller.com/blog/MicrosoftAcquiresProClarity.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=ed2d3564-4cea-4b21-aa69-3e39eec6d209</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,ed2d3564-4cea-4b21-aa69-3e39eec6d209.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,ed2d3564-4cea-4b21-aa69-3e39eec6d209.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=ed2d3564-4cea-4b21-aa69-3e39eec6d209</wfw:commentRss>
      
      <title>Live Writer</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,ed2d3564-4cea-4b21-aa69-3e39eec6d209.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/do7d54Hkbos/LiveWriter.aspx</link>
      <pubDate>Tue, 03 Apr 2007 05:09:34 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://windowslivewriter.spaces.live.com/blog/cns!D85741BB5E0BE8AA!174.entry" target="_new" atomicselection="true"&gt;&#xD;
            &lt;img height="660" src="http://www.colinneller.com/blog/content/binary/WindowsLiveWriter/LiveWriter_291/image%7B0%7D%5B18%5D.png" width="644" align="right"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt; I&#xD;
thought I'd give live writer a go since I've got two blogs to maintain now: &#xD;
this personal blog and the new &lt;a href="http://mnug.net/blogs/news/" target="_blank"&gt;Memphis&#xD;
.NET User Group Blog&lt;/a&gt; where I'll post announcements for MNUG.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The Word 2007 blogging interface is very shiny, but I only have access to it&#xD;
at my work computer.  So, in order to blog from my home workstation and my laptop,&#xD;
I needed to find a new blog editor.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
So far I really like the simplicity of the Live Writer interface.  Live Writer&#xD;
actually analyzes the style sheets from your blog and lets you use them to preview&#xD;
text as you type.  Setting up multiple blogs is no problem, and you can&#xD;
easily choose between them with the dropdown in the upper left-hand corner. &#xD;
Spell check is built in and you can set it to always spell-check before publishing&#xD;
(yes please!)  All this, and it works great on Vista too.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
If you're looking for a good, cheap (free) blogging editor, give &lt;a href="http://windowslivewriter.spaces.live.com/blog/cns!D85741BB5E0BE8AA!174.entry"&gt;Live&#xD;
Writer&lt;/a&gt; a whirl.  I think you'll like it!  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Mostly unrelated: did I mention that I REALLY like &lt;a href="http://www.ntwind.com/software/winsnap.html"&gt;WinSnap&lt;/a&gt; for&#xD;
screen shots?&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=ed2d3564-4cea-4b21-aa69-3e39eec6d209"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=do7d54Hkbos:Y6mavQ9FFRU:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=do7d54Hkbos:Y6mavQ9FFRU:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=do7d54Hkbos:Y6mavQ9FFRU:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/do7d54Hkbos" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,ed2d3564-4cea-4b21-aa69-3e39eec6d209.aspx</comments>
      <category>Blogging</category>
    <feedburner:origLink>http://www.colinneller.com/blog/LiveWriter.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=f027a99e-bcb6-47ac-917a-d1a0eb16f3ee</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,f027a99e-bcb6-47ac-917a-d1a0eb16f3ee.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,f027a99e-bcb6-47ac-917a-d1a0eb16f3ee.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=f027a99e-bcb6-47ac-917a-d1a0eb16f3ee</wfw:commentRss>
      
      <title>Separate your behavior from your markup: A Simple CSS Javascript Menu</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,f027a99e-bcb6-47ac-917a-d1a0eb16f3ee.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/vKrPcWxdliY/SeparateYourBehaviorFromYourMarkupASimpleCSSJavascriptMenu.aspx</link>
      <pubDate>Fri, 23 Mar 2007 22:52:54 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
I've been working on a quick prototype of a &lt;a href="http://www.colinneller.com/css-javascript-menu/"&gt;CSS&#xD;
javascript menu&lt;/a&gt;. Here's the preview (click for live demo): &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.colinneller.com/css-javascript-menu/"&gt;&#xD;
            &lt;img src="http://www.colinneller.com/blog/content/binary/032307_2252_Separateyou1.png" alt="" border="0"&gt;&lt;/img&gt;&#xD;
          &lt;/a&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Doesn't look like much, but images could easily be added to dress it up. The best&#xD;
part is the HTML – there's not much to it. I used the example from this &lt;a href="http://tutorials.alsacreations.com/deroulant/"&gt;CSS&#xD;
javascript menu&lt;/a&gt; as my base and dressed it up from there. Here's the key: keep&#xD;
your script out of the HTML. By using IDs and relative DOM paths, you can significantly&#xD;
cut down on the amount of javascript that usually finds its way into the HTML. Notice&#xD;
that the only references to script are the script links at the top of the page: &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;span style="font-family: Consolas; font-size: 8pt;"&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;    1&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt; &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;!&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;DOCTYPE&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: red;"&gt;html&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: red;"&gt;PUBLIC&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;"-//W3C//DTD&#xD;
XHTML 1.0 Transitional//EN"&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
    2&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt; &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;html&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: red;"&gt;xmlns&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;="http://www.w3.org/1999/xhtml"&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
    3&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt; &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;head&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
    4&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;     &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;title&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;Untitled&#xD;
Page&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;title&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
    5&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;     &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;link&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: red;"&gt;type&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;="text/css"&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: red;"&gt;rel&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;="stylesheet"&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: red;"&gt;href&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;="navbar.css"&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
    6&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;     &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;script&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: red;"&gt;src&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;="prototype.js"&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: red;"&gt;type&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;="text/javascript"&amp;gt;&amp;lt;/&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;script&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
    7&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;     &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;script&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: red;"&gt;src&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;="scriptaculous.js?load=effects"&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: red;"&gt;type&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;="text/javascript"&amp;gt;&amp;lt;/&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;script&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;   &#xD;
&lt;br&gt;&#xD;
    8&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;     &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;script&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: red;"&gt;type&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;="text/javascript"&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: red;"&gt;src&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;="navbar.js"&amp;gt;&amp;lt;/&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;script&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
    9&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt; &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;head&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
   10&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt; &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;body&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
          &lt;/span&gt;&#xD;
          &lt;br&gt;&#xD;
          &lt;br&gt;&#xD;
The rest of the HTML is as follows: &#xD;
&lt;/p&gt;&#xD;
        &lt;p style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;&#xD;
          &lt;span style="font-family: Consolas; font-size: 8pt;"&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;   12&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt; &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;div&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: red;"&gt;id&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;="menu"&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
   13&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
   14&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;     &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;div&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: red;"&gt;id&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;="submenuContainer"&amp;gt;&amp;lt;/&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;div&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
   15&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
   16&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;     &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;dl&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
   17&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;         &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;dt&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: red;"&gt;color&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;="#ffaaaa"&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: red;"&gt;selected&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;a&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: red;"&gt;href&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;="#"&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;Menu&#xD;
1&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;a&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;dt&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
   18&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;         &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;dd&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
   19&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;        &#xD;
    &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;ul&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
   20&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;        &#xD;
        &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;li&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;a&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: red;"&gt;href&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;="#"&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;Sub&#xD;
Menu 1.1&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;a&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;li&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
   21&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;        &#xD;
        &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;li&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;a&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: red;"&gt;href&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;="#"&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;Sub&#xD;
Menu 1.2&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;a&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;li&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
   22&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;        &#xD;
        &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;li&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;a&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
            &lt;span style="color: red;"&gt;href&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;="#"&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;Sub&#xD;
Menu 1.3&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;a&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;li&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
   23&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;        &#xD;
    &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;ul&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
   24&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;         &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;dd&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
   25&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;     &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;dl&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
   26&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;  &lt;/span&gt;&#xD;
          &lt;/span&gt;&#xD;
          &lt;br&gt;&#xD;
          &lt;span style="color: black; font-family: Consolas; font-size: 8pt;"&gt;...&lt;/span&gt;&#xD;
          &lt;br&gt;&#xD;
          &lt;span style="font-family: Consolas; font-size: 8pt;"&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;   60&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
   61&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt; &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;div&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
   62&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
   63&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt; &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;body&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;&#xD;
              &lt;br&gt;&#xD;
   64&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt; &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(163, 21, 21);"&gt;html&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;&#xD;
            &lt;/span&gt;&#xD;
          &lt;/span&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
In order to do this, I use the help of the &lt;a href="http://www.prototypejs.org/"&gt;prototype&#xD;
javascript library&lt;/a&gt;. &lt;a href="http://www.prototypejs.org/"&gt;Prototype&lt;/a&gt; allows&#xD;
navigating the DOM in a painless fashion: &#xD;
&lt;/p&gt;&#xD;
        &lt;p style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;&#xD;
          &lt;span style="font-family: Consolas; font-size: 8pt;"&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;   27&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt; &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;function&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt; initSubmenus()&#xD;
{&lt;br&gt;&#xD;
   28&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;     $$(&lt;/span&gt;&#xD;
            &lt;span style="color: maroon; background-color: rgb(255, 255, 191);"&gt;'#menu&#xD;
dd'&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;).each(&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;function&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;(dd)&#xD;
{&lt;br&gt;&#xD;
   29&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;         &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;var&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt; st&#xD;
= dd.style;&lt;br&gt;&#xD;
   30&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;        &#xD;
st.display=&lt;/span&gt;&#xD;
            &lt;span style="color: maroon; background-color: rgb(255, 255, 191);"&gt;'none'&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;;&lt;br&gt;&#xD;
   31&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;        &#xD;
st.top=&lt;/span&gt;&#xD;
            &lt;span style="color: maroon; background-color: rgb(255, 255, 191);"&gt;'18px'&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;;&lt;br&gt;&#xD;
   32&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;        &#xD;
st.left=&lt;/span&gt;&#xD;
            &lt;span style="color: maroon; background-color: rgb(255, 255, 191);"&gt;'1px'&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;;&lt;br&gt;&#xD;
   33&lt;/span&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;    &#xD;
});&lt;br&gt;&#xD;
   34&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt; }&lt;/span&gt;&#xD;
          &lt;/span&gt;&#xD;
          &lt;br&gt;&#xD;
          &lt;span style="color: black; font-family: Consolas; font-size: 8pt;"&gt;...&lt;/span&gt;&#xD;
          &lt;br&gt;&#xD;
          &lt;span style="font-family: Consolas; font-size: 8pt;"&gt;&#xD;
            &lt;span style="color: rgb(43, 145, 175);"&gt;   73&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;     &lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;var&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt; submenu&#xD;
= $(&lt;/span&gt;&#xD;
            &lt;span style="color: blue;"&gt;this&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;).next(&lt;/span&gt;&#xD;
            &lt;span style="color: maroon; background-color: rgb(255, 255, 191);"&gt;'dd'&lt;/span&gt;&#xD;
            &lt;span style="color: black;"&gt;); &lt;/span&gt;&#xD;
          &lt;/span&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=f027a99e-bcb6-47ac-917a-d1a0eb16f3ee"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=vKrPcWxdliY:4MZty7KONJE:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=vKrPcWxdliY:4MZty7KONJE:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=vKrPcWxdliY:4MZty7KONJE:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/vKrPcWxdliY" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,f027a99e-bcb6-47ac-917a-d1a0eb16f3ee.aspx</comments>
      <category>Web/CSS;Web/JavaScript</category>
    <feedburner:origLink>http://www.colinneller.com/blog/SeparateYourBehaviorFromYourMarkupASimpleCSSJavascriptMenu.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=0d92eda4-525c-485b-a490-89c03b23bc56</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,0d92eda4-525c-485b-a490-89c03b23bc56.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,0d92eda4-525c-485b-a490-89c03b23bc56.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=0d92eda4-525c-485b-a490-89c03b23bc56</wfw:commentRss>
      
      <title>"Have I Piqued your Interest?" or "piqued != peeked || peaked"</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,0d92eda4-525c-485b-a490-89c03b23bc56.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/flNDQy9y64U/HaveIPiquedYourInterestOrPiquedPeekedPeaked.aspx</link>
      <pubDate>Sun, 18 Mar 2007 03:43:45 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
This is off-topic from my normal technical-ish (developer-related) ramblings, but&#xD;
I have recently read several blog posts that reminded me of this oft-forgotten rule:&#xD;
"your interest" was most likely not "peaked" or "peeked"... &lt;a href="http://www.wsu.edu/%7Ebrians/errors/peaked.html"&gt;your&#xD;
interest was &lt;/a&gt;&lt;b&gt;&lt;i&gt;&lt;a href="http://tempuri.org/tempuri.html"&gt;piqued&lt;/a&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
For this and other interesting common misuses of the English language (of which I'm&#xD;
sure I have one in this post! &lt;img alt=":-D" src="http://www.colinneller.com/blog/smilies/veryhappy.gif"&gt;&lt;/img&gt;)&#xD;
see "&lt;a href="http://www.wsu.edu/%7Ebrians/errors/index.html"&gt;Common English Errors&lt;/a&gt;."&lt;span style=""&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
That is all – now back to your regularly-scheduled geek ramblings...&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=0d92eda4-525c-485b-a490-89c03b23bc56"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=flNDQy9y64U:27appmOuFjs:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=flNDQy9y64U:27appmOuFjs:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=flNDQy9y64U:27appmOuFjs:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/flNDQy9y64U" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,0d92eda4-525c-485b-a490-89c03b23bc56.aspx</comments>
      <category>Musings</category>
    <feedburner:origLink>http://www.colinneller.com/blog/HaveIPiquedYourInterestOrPiquedPeekedPeaked.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=2a914eba-0ec4-4649-98b9-a0b982c02923</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,2a914eba-0ec4-4649-98b9-a0b982c02923.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,2a914eba-0ec4-4649-98b9-a0b982c02923.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=2a914eba-0ec4-4649-98b9-a0b982c02923</wfw:commentRss>
      
      <title>Developer Setup for .NET 3.0 and Vista</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,2a914eba-0ec4-4649-98b9-a0b982c02923.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/60VPMbefsrU/DeveloperSetupForNET30AndVista.aspx</link>
      <pubDate>Fri, 23 Feb 2007 15:17:58 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;h1&gt;Get Coding with Vista and .NET 3.0 (&lt;a href="http://wcf.netfx3.com/"&gt;WCF&lt;/a&gt;, &lt;a href="http://wpf.netfx3.com/"&gt;WPF&lt;/a&gt;, &lt;a href="http://wf.netfx3.com/"&gt;WF&lt;/a&gt;,&#xD;
and &lt;a href="http://cardspace.netfx3.com/"&gt;CardSpace&lt;/a&gt;) &#xD;
&lt;/h1&gt;&#xD;
        &lt;p&gt;&#xD;
Here's what you'll need: &#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
Visual Studio 2005 (you're on your own here!) &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://msdn2.microsoft.com/en-us/vstudio/bb265237.aspx"&gt;Visual Studio 2005&#xD;
Service Pack 1&lt;/a&gt; (XP/2003) or &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=fb6bb56a-10b7-4c05-b81c-5863284503cf&amp;amp;DisplayLang=en"&gt;Visual&#xD;
Studio SP1 for Vista – Beta&lt;/a&gt; (Vista) &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=F54F5537-CC86-4BF5-AE44-F5A1E805680D&amp;amp;displaylang=en"&gt;Visual&#xD;
Studio 2005 extensions for WCF &amp;amp; WPF, November 2006 CTP&lt;/a&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=A2151993-991D-4F58-A707-5883FF4C1DC2&amp;amp;displaylang=en"&gt;Visual&#xD;
Studio 2005 extensions for WF, Final&lt;/a&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;div&gt;&#xD;
              &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=c2b1e300-f358-4523-b479-f53d234cdccf&amp;amp;displaylang=en"&gt;Windows&#xD;
SDK for Vista and .NET 3.0&lt;/a&gt; – Includes: &#xD;
&lt;/div&gt;&#xD;
            &lt;ul&gt;&#xD;
              &lt;li&gt;&#xD;
XAML Pad (WPF) or use &lt;a href="http://www.charlespetzold.com/wpf/"&gt;XAML Cruncher&lt;/a&gt; (WPF) &#xD;
&lt;/li&gt;&#xD;
              &lt;li&gt;&#xD;
SvcConfigEditor (WCF) &#xD;
&lt;/li&gt;&#xD;
              &lt;li&gt;&#xD;
SvcTraceViewer (WCF) &#xD;
&lt;/li&gt;&#xD;
              &lt;li&gt;&#xD;
SvcUtil (WCF) &#xD;
&lt;/li&gt;&#xD;
              &lt;li&gt;&#xD;
LOTS of other goodies &#xD;
&lt;/li&gt;&#xD;
            &lt;/ul&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://www.microsoft.com/windows/products/winfamily/virtualpc/default.mspx"&gt;Virtual&#xD;
PC 2007&lt;/a&gt; (Free) with XP installed for VS 2003 Development on Vista&lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=2a914eba-0ec4-4649-98b9-a0b982c02923"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=60VPMbefsrU:ziRPjV3nI88:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=60VPMbefsrU:ziRPjV3nI88:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=60VPMbefsrU:ziRPjV3nI88:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/60VPMbefsrU" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,2a914eba-0ec4-4649-98b9-a0b982c02923.aspx</comments>
      <category>.NET/CardSpace;.NET/WCF;.NET/WF;.NET/WPF;Visual Studio</category>
    <feedburner:origLink>http://www.colinneller.com/blog/DeveloperSetupForNET30AndVista.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=3e1aab7e-1046-4da4-8528-7fdcebbd0537</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,3e1aab7e-1046-4da4-8528-7fdcebbd0537.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,3e1aab7e-1046-4da4-8528-7fdcebbd0537.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=3e1aab7e-1046-4da4-8528-7fdcebbd0537</wfw:commentRss>
      
      <title>WinSnap: Awesome, Vista-Compatible Screenshot Tool</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,3e1aab7e-1046-4da4-8528-7fdcebbd0537.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/9vVHVOp8AiU/WinSnapAwesomeVistaCompatibleScreenshotTool.aspx</link>
      <pubDate>Tue, 20 Feb 2007 16:31:08 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;h1&gt;Screenshot Utility &lt;a href="http://www.ntwind.com/software/winsnap/feature-highlights.html"&gt;&lt;img align="right" src="http://www.colinneller.com/blog/content/binary/022007_1631_WinSnapAwes1.png" alt="" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/h1&gt;&#xD;
        &lt;p&gt;&#xD;
This &lt;a href="http://www.ntwind.com/software/winsnap.html"&gt;screenshot utility&lt;/a&gt; does&#xD;
it all: &#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
Beautiful drop shadows &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Auto save-to-disk &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Image rotation &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Multiple object selection &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Vista support &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Corner rounding &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Drop shadow transparency &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://www.ntwind.com/software/winsnap/what-is-new.html"&gt;And more…&lt;/a&gt;&#xD;
          &lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;a href="http://www.ntwind.com/software/winsnap.html"&gt;WinSnap&lt;/a&gt; is one of the first-to-install&#xD;
utilities on any new machines. It seems that no matter what I build the computer for,&#xD;
I end up needing or wanting to take screenshots. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
What's more – it works seamlessly with Word 2007 for blogging: I can take great screenshots&#xD;
and then add slick affects to them in about 5 seconds. In this example screen shot,&#xD;
WinSnap did everything except the reflection. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
It's also great for emailing screenshots to friends and co-workers. Since WinSnap&#xD;
saves images to the clipboard as PNGs (be default), image size is significantly reduced&#xD;
when pasting images into emails. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Just about my only complaint… when I tried to take a screenshot of WinSnap its self&#xD;
– it kept getting out of the way! &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
There's a &lt;a href="http://www.ntwind.com/software/winsnap/download-free-version.html"&gt;free&#xD;
version available&lt;/a&gt;, though you shouldn't mind paying for the full version in all&#xD;
its glory. &lt;a href="http://www.ntwind.com/software/winsnap.html"&gt;WinSnap&lt;/a&gt; is worth&#xD;
every cent. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=3e1aab7e-1046-4da4-8528-7fdcebbd0537"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=9vVHVOp8AiU:PqmBd_S17J4:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=9vVHVOp8AiU:PqmBd_S17J4:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=9vVHVOp8AiU:PqmBd_S17J4:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/9vVHVOp8AiU" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,3e1aab7e-1046-4da4-8528-7fdcebbd0537.aspx</comments>
    <feedburner:origLink>http://www.colinneller.com/blog/WinSnapAwesomeVistaCompatibleScreenshotTool.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=c9d1ed6a-74e9-4ca3-9510-cdfc211b82f8</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,c9d1ed6a-74e9-4ca3-9510-cdfc211b82f8.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,c9d1ed6a-74e9-4ca3-9510-cdfc211b82f8.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=c9d1ed6a-74e9-4ca3-9510-cdfc211b82f8</wfw:commentRss>
      
      <title>High Memory Usage in Firefox</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,c9d1ed6a-74e9-4ca3-9510-cdfc211b82f8.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/jtE2G1HQmWE/HighMemoryUsageInFirefox.aspx</link>
      <pubDate>Mon, 05 Feb 2007 15:04:24 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
When I came in to the office this Monday morning my computer was dragging pretty badly,&#xD;
so I did what any other Windows performance sleuth would do: I fired up Process Explorer.&#xD;
This is what jumped at me: &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;img src="http://www.colinneller.com/blog/content/binary/020507_1504_HighMemoryU1.png" alt=""&gt;&lt;/img&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The memory usage is a "bit" on the high side… &#xD;
&lt;/p&gt;&#xD;
        &lt;h2&gt;Note to self: &#xD;
&lt;/h2&gt;&#xD;
        &lt;p&gt;&#xD;
Don't leave Firefox running over the weekend.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=c9d1ed6a-74e9-4ca3-9510-cdfc211b82f8"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=jtE2G1HQmWE:LFZJK9dhaEY:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=jtE2G1HQmWE:LFZJK9dhaEY:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=jtE2G1HQmWE:LFZJK9dhaEY:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/jtE2G1HQmWE" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,c9d1ed6a-74e9-4ca3-9510-cdfc211b82f8.aspx</comments>
      <category>Musings;Web/Firefox</category>
    <feedburner:origLink>http://www.colinneller.com/blog/HighMemoryUsageInFirefox.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=1b057488-add5-4b50-a40b-4a692ccd4fd0</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,1b057488-add5-4b50-a40b-4a692ccd4fd0.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,1b057488-add5-4b50-a40b-4a692ccd4fd0.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=1b057488-add5-4b50-a40b-4a692ccd4fd0</wfw:commentRss>
      
      <title>Help Find the Cure for Cancer</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,1b057488-add5-4b50-a40b-4a692ccd4fd0.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/iVYleomS1_o/HelpFindTheCureForCancer.aspx</link>
      <pubDate>Fri, 02 Feb 2007 23:30:32 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
From &lt;a href="http://www.stephenforte.net/owdasblog/"&gt;Stephen Forte's WebBlog&lt;/a&gt;: &#xD;
&lt;/p&gt;&#xD;
        &lt;p style="margin-left: 36pt"&gt;&#xD;
          &lt;em&gt;Do you believe that software can change the world? How &lt;strong&gt;about the opportunity&#xD;
to work on an application that promises to help accelerate a cure for cancer? &lt;/strong&gt;&lt;/em&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
If you or someone you know is passionate about helping to accelerate a cure for cancer,&#xD;
and is in a position to take on a new job, read more about &lt;a href="http://www.stephenforte.net/owdasblog/default.aspx"&gt;one&#xD;
of the coolest software projects ever&lt;/a&gt;. Here's a summary of the requirements: &#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;strong&gt;Well-rounded&lt;/strong&gt; skills in software application development. &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
One who has been working &lt;strong&gt;primarily with C#&lt;/strong&gt; for &lt;strong&gt;at least the&#xD;
past two years&lt;/strong&gt;, with an additional minimum &lt;strong&gt;three years of Microsoft&#xD;
.NET framework application development&lt;/strong&gt; experience (and preferable some 2.0&#xD;
and 3.0 experience). &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Familiarity with &lt;strong&gt;Object Oriented design&lt;/strong&gt; methodology. &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
A successful candidate will have experience with &lt;strong&gt;Windows client application&#xD;
development&lt;/strong&gt; (.NET WinForms, preferably WPF) and &lt;strong&gt;web services&lt;/strong&gt;. &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Desirable to have experience with &lt;strong&gt;SharePoint&lt;/strong&gt;, preferable Office SharePoint&#xD;
Server 2007, Office Document XML, or other custom Office applications. You should&#xD;
also have experience working within a &lt;strong&gt;distributed development team&lt;/strong&gt;. &#xD;
&lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=1b057488-add5-4b50-a40b-4a692ccd4fd0"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=iVYleomS1_o:FBxZZmvlJtc:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=iVYleomS1_o:FBxZZmvlJtc:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=iVYleomS1_o:FBxZZmvlJtc:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/iVYleomS1_o" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,1b057488-add5-4b50-a40b-4a692ccd4fd0.aspx</comments>
      <category>Community</category>
    <feedburner:origLink>http://www.colinneller.com/blog/HelpFindTheCureForCancer.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=baba343c-a63b-4190-abe5-9f2726462d53</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,baba343c-a63b-4190-abe5-9f2726462d53.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,baba343c-a63b-4190-abe5-9f2726462d53.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=baba343c-a63b-4190-abe5-9f2726462d53</wfw:commentRss>
      <slash:comments>1</slash:comments>
      
      <title>A True VB Ternary Operator - Hopefully Coming To a Desktop Near You</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,baba343c-a63b-4190-abe5-9f2726462d53.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/EAcURiR_ans/ATrueVBTernaryOperatorHopefullyComingToADesktopNearYou.aspx</link>
      <pubDate>Tue, 02 Jan 2007 14:53:19 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Coming from a C++/C# background, one of my main frustrations with VB has been its&#xD;
lack of a true ternary ("?:") operator. In Paul Vick's recent post, he discusses &lt;a href="http://www.panopticoncentral.net/archive/2006/12/29/18883.aspx"&gt;the&#xD;
possible inclusion of a ternary operator in the next version of VB&lt;/a&gt; (9.0 - Orcas).&#xD;
Finally the IIF operator will behave like we C#/C++ (or javascript for that matter)&#xD;
folks expect it to. I'm looking forward to it… now if we could only get rid of those&#xD;
pesky line-continuation characters! &#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=baba343c-a63b-4190-abe5-9f2726462d53"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=EAcURiR_ans:5lIrL7BySGQ:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=EAcURiR_ans:5lIrL7BySGQ:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=EAcURiR_ans:5lIrL7BySGQ:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/EAcURiR_ans" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,baba343c-a63b-4190-abe5-9f2726462d53.aspx</comments>
      <category>.NET/VB.NET</category>
    <feedburner:origLink>http://www.colinneller.com/blog/ATrueVBTernaryOperatorHopefullyComingToADesktopNearYou.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=ffe71741-bb37-4f85-a64f-588ac48122f7</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,ffe71741-bb37-4f85-a64f-588ac48122f7.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,ffe71741-bb37-4f85-a64f-588ac48122f7.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=ffe71741-bb37-4f85-a64f-588ac48122f7</wfw:commentRss>
      <slash:comments>4</slash:comments>
      
      <title>Visual Studio Team System for Database Professionals - Trial</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,ffe71741-bb37-4f85-a64f-588ac48122f7.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/v6J7rY28Zc0/VisualStudioTeamSystemForDatabaseProfessionalsTrial.aspx</link>
      <pubDate>Fri, 08 Dec 2006 16:42:58 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p style="margin-left: 36pt;"&gt;&#xD;
          &lt;em&gt;Visual Studio 2005 Team Edition for Database Professionals trial edition requires&#xD;
Visual Studio 2005 Team Suite be installed before you install Visual Studio 2005 Team&#xD;
Edition for Database Professionals trial edition. &lt;/em&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
It makes it pretty tough to use a trial version if you have to buy it first. If I &lt;em&gt;had&lt;/em&gt; Team&#xD;
Suite, I "probably" wouldn't be installing the trial… &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;img src="http://www.colinneller.com/blog/content/binary/120806_1642_VisualStudi1.png" alt=""&gt;&lt;/img&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=ffe71741-bb37-4f85-a64f-588ac48122f7"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=v6J7rY28Zc0:o3UzLgR0Vh8:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=v6J7rY28Zc0:o3UzLgR0Vh8:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=v6J7rY28Zc0:o3UzLgR0Vh8:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/v6J7rY28Zc0" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,ffe71741-bb37-4f85-a64f-588ac48122f7.aspx</comments>
      <category>SQL Server;Visual Studio</category>
    <feedburner:origLink>http://www.colinneller.com/blog/VisualStudioTeamSystemForDatabaseProfessionalsTrial.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=8189150b-824b-4b75-9acf-430a95a10c21</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,8189150b-824b-4b75-9acf-430a95a10c21.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,8189150b-824b-4b75-9acf-430a95a10c21.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=8189150b-824b-4b75-9acf-430a95a10c21</wfw:commentRss>
      
      <title>VisualSVN 1.1 Released</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,8189150b-824b-4b75-9acf-430a95a10c21.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/nJu5luMJV8E/VisualSVN11Released.aspx</link>
      <pubDate>Fri, 08 Dec 2006 15:16:52 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;img src="http://www.colinneller.com/blog/content/binary/120806_1515_VisualSVN111.png" alt="" align="right"&gt;&lt;/img&gt;&#xD;
          &lt;a href="http://www.visualsvn.com/"&gt;VisualSVN&lt;/a&gt; has&#xD;
been released, and I like what I see. With this version comes visual indicators that&#xD;
show you the status of each file. This, along with support for file/folder deletion,&#xD;
top of an already great feature set including file moving and renaming. This tool&#xD;
integrates seamlessly with the well-known &lt;a href="http://tortoisesvn.net/"&gt;TortoiseSVN&lt;/a&gt;,&#xD;
bringing the TSVN experience right into Visual Studio – and then some. This latest&#xD;
release finally brings VisualSVN to a place where I can now whole-heartedly recommend&#xD;
this to any Visual Studio/Subversion user. There is a free trial available, and the&#xD;
license cost is only $19. See the formal announcement on the &lt;a href="http://www.visualsvn.com/release-1.1.html"&gt;VisualSVN&#xD;
blog&lt;/a&gt;. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Current feature list &#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
Support for Visual Studio 2003/2005 &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Visual status indicators (high-contrast indicators also available) &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
File/folder deletion &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
File/folder renaming &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Show log &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Repository browser &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Integration with Windows Explorer &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
File locking &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Conflict resolution &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Blame &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Update &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Commit &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Diff ("Show Changes") &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Revert &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Patches &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Branch &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Switch &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Merge &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Update to Revision &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Checkout &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Cleanup&lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=8189150b-824b-4b75-9acf-430a95a10c21"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=nJu5luMJV8E:3IyXLtv8Szo:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=nJu5luMJV8E:3IyXLtv8Szo:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=nJu5luMJV8E:3IyXLtv8Szo:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/nJu5luMJV8E" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,8189150b-824b-4b75-9acf-430a95a10c21.aspx</comments>
      <category>Source Control;Visual Studio</category>
    <feedburner:origLink>http://www.colinneller.com/blog/VisualSVN11Released.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=4154de18-afbe-4128-a013-3adaeb44fbf7</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,4154de18-afbe-4128-a013-3adaeb44fbf7.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,4154de18-afbe-4128-a013-3adaeb44fbf7.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=4154de18-afbe-4128-a013-3adaeb44fbf7</wfw:commentRss>
      
      <title>dasBlogging with Word 2007</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,4154de18-afbe-4128-a013-3adaeb44fbf7.aspx</guid>
      <link>http://feedproxy.google.com/~r/ColinNeller/~3/9VXDq1bqQj8/dasBloggingWithWord2007.aspx</link>
      <pubDate>Thu, 07 Dec 2006 17:06:01 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;&#xD;
        &lt;h1&gt;How to Blog with Word 2007 and &lt;a href="http://www.dasblog.net"&gt;dasBlog&lt;/a&gt;&lt;/h1&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Start by creating a new document using the "New Blog Post" template (New &amp;gt; Installed&#xD;
Templates &amp;gt; New Blog Post) &#xD;
&lt;/p&gt;&#xD;
        &lt;h2&gt;Initial Configuration &#xD;
&lt;/h2&gt;&#xD;
        &lt;p style="margin-left: 36pt;"&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;ol&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;div&gt;Select "Manage Accounts" from the "Blog Post" tab&lt;br&gt;&lt;img src="http://www.colinneller.com/blog/content/binary/120706_1704_dasBlogging1.png" alt=""&gt;&lt;/img&gt;&lt;/div&gt;&#xD;
            &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;div&gt;Create a new account&lt;br&gt;&lt;img src="http://www.colinneller.com/blog/content/binary/120706_1704_dasBlogging2.png" alt=""&gt;&lt;/img&gt;&lt;/div&gt;&#xD;
            &lt;ol&gt;&#xD;
              &lt;li&gt;&#xD;
                &lt;div&gt;Settings for &lt;a href="http://www.dasblog.net"&gt;dasBlog&lt;/a&gt;: &#xD;
&lt;/div&gt;&#xD;
                &lt;ol&gt;&#xD;
                  &lt;li&gt;&#xD;
API: MetaWebLog &#xD;
&lt;/li&gt;&#xD;
                  &lt;li&gt;&#xD;
Blog Post URL: &lt;a href="http://%3Cblog_root_url%3E/blogger.aspx"&gt;http://&amp;lt;blog_root_url&amp;gt;/blogger.aspx&lt;/a&gt;&lt;/li&gt;&#xD;
                  &lt;li&gt;&#xD;
                    &lt;div&gt;User/Password: Your blog login and password &#xD;
&lt;/div&gt;&#xD;
                    &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
                  &lt;/li&gt;&#xD;
                &lt;/ol&gt;&#xD;
              &lt;/li&gt;&#xD;
              &lt;li&gt;&#xD;
                &lt;div&gt;Picture Options&lt;br&gt;&lt;img src="http://www.colinneller.com/blog/content/binary/120706_1704_dasBlogging3.png" alt=""&gt;&lt;/img&gt;&lt;/div&gt;&#xD;
                &lt;ol&gt;&#xD;
                  &lt;li&gt;&#xD;
Note that I included my FTP username/password in the "Upload URL" path &#xD;
&lt;/li&gt;&#xD;
                  &lt;li&gt;&#xD;
                    &lt;div&gt;The "Source URL" will be &lt;a href="http://%3Cblog_root_url%3E/content/binary/"&gt;http://&amp;lt;blog_root_url&amp;gt;/content/binary/&lt;/a&gt;&lt;/div&gt;&#xD;
                    &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
                  &lt;/li&gt;&#xD;
                &lt;/ol&gt;&#xD;
              &lt;/li&gt;&#xD;
            &lt;/ol&gt;&#xD;
          &lt;/li&gt;&#xD;
        &lt;/ol&gt;&#xD;
        &lt;h2&gt;Start Blogging &#xD;
&lt;/h2&gt;&#xD;
        &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
        &lt;ol&gt;&#xD;
          &lt;li&gt;&#xD;
Give your post a title&lt;br&gt;&lt;img src="http://www.colinneller.com/blog/content/binary/120706_1704_dasBlogging4.png" alt=""&gt;&lt;/img&gt;&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;div&gt;Write your content &#xD;
&lt;/div&gt;&#xD;
            &lt;p&gt;&#xD;
              &lt;img src="http://www.colinneller.com/blog/content/binary/120706_1704_dasBlogging5.png" alt=""&gt;&lt;/img&gt;&#xD;
            &lt;/p&gt;&#xD;
            &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;div&gt;Add style to your content (note that these styles correspond directly to HTML&#xD;
elements)&lt;br&gt;&lt;img src="http://www.colinneller.com/blog/content/binary/120706_1704_dasBlogging6.png" alt=""&gt;&lt;/img&gt;&lt;/div&gt;&#xD;
            &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;div&gt;Stylize your screen shots&lt;br&gt;&lt;img src="http://www.colinneller.com/blog/content/binary/120706_1704_dasBlogging7.png" alt=""&gt;&lt;/img&gt;&lt;/div&gt;&#xD;
            &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;div&gt;Assign categories&lt;br&gt;&lt;img src="http://www.colinneller.com/blog/content/binary/120706_1704_dasBlogging8.png" alt=""&gt;&lt;/img&gt;&lt;br&gt;&lt;img src="http://www.colinneller.com/blog/content/binary/120706_1704_dasBlogging9.png" alt=""&gt;&lt;/img&gt;&lt;/div&gt;&#xD;
            &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;div&gt;Publish your content&lt;br&gt;&lt;img src="http://www.colinneller.com/blog/content/binary/120706_1704_dasBlogging10.png" alt=""&gt;&lt;/img&gt;&lt;/div&gt;&#xD;
            &lt;p&gt;&#xD;
 &#xD;
&lt;/p&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
View the results&lt;br&gt;&lt;img src="http://www.colinneller.com/blog/content/binary/120706_1704_dasBlogging11.png" alt=""&gt;&lt;/img&gt;&lt;/li&gt;&#xD;
        &lt;/ol&gt;&#xD;
        &lt;font color="#ff0000"&gt;UPDATE: &lt;font color="#000000"&gt;When blogging about dasblog, make&#xD;
sure that either your image names don't contain "&lt;a href="http://www.dasblog.net"&gt;dasBlog&lt;/a&gt;"&#xD;
or that you change the content filter for "&lt;a href="http://www.dasblog.net"&gt;dasBlog&lt;/a&gt;"&#xD;
to be "&lt;b&gt;\b&lt;/b&gt;&lt;a href="http://www.dasblog.net"&gt;dasBlog&lt;/a&gt;&lt;b&gt;\b&lt;/b&gt;" (or something&#xD;
similar) so that your images don't end up like: &amp;lt;img src="content/binary/&amp;lt;a&amp;gt;&lt;a href="http://www.dasblog.net"&gt;dasBlog&lt;/a&gt;&amp;lt;a/&amp;gt;_image_123.png"&#xD;
/&amp;gt; &lt;img alt=":-)" src="http://www.colinneller.com/blog/smilies/happy.gif"&gt;&lt;/img&gt;&lt;/font&gt;&lt;/font&gt;&#xD;
        &lt;br&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=4154de18-afbe-4128-a013-3adaeb44fbf7"&gt;&lt;/img&gt;&#xD;
      &lt;/body&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=9VXDq1bqQj8:W1SbXTg11Lo:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ColinNeller?a=9VXDq1bqQj8:W1SbXTg11Lo:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ColinNeller?i=9VXDq1bqQj8:W1SbXTg11Lo:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/9VXDq1bqQj8" height="1" width="1"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,4154de18-afbe-4128-a013-3adaeb44fbf7.aspx</comments>
      <category>Blogging;Office</category>
    <feedburner:origLink>http://www.colinneller.com/blog/dasBloggingWithWord2007.aspx</feedburner:origLink></item>
  </channel>
</rss>
