<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><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>Fri, 07 Mar 2008 00:50:02 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>312800</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><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://feeds.feedburner.com/~r/ColinNeller/~3/247073248/ASPNETMVCNotesFromMIX08.aspx</link>
      <pubDate>Fri, 07 Mar 2008 00:50:02 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=V2oeJiF"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=V2oeJiF" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=WH7BpzF"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=WH7BpzF" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=PjVyfEf"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=PjVyfEf" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/247073248" 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://feeds.feedburner.com/~r/ColinNeller/~3/246865945/IntroToSQLServerDataServicesSSDSSQLServerInTheCloud.aspx</link>
      <pubDate>Thu, 06 Mar 2008 17:39:20 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=k1LwUfF"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=k1LwUfF" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=FPKQ0rF"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=FPKQ0rF" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=DyEgOvf"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=DyEgOvf" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/246865945" 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://feeds.feedburner.com/~r/ColinNeller/~3/241262058/AskingTheRightQuestions.aspx</link>
      <pubDate>Tue, 26 Feb 2008 04:07:24 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=kT4LpSE"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=kT4LpSE" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=ml0ktDE"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=ml0ktDE" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=tCBY90e"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=tCBY90e" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/241262058" 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://feeds.feedburner.com/~r/ColinNeller/~3/188379181/ThingsHeardInTheOffice.aspx</link>
      <pubDate>Wed, 21 Nov 2007 17:24:47 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=0kdbYaB"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=0kdbYaB" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=XwHJhMB"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=XwHJhMB" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=tigpaab"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=tigpaab" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/188379181" 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://feeds.feedburner.com/~r/ColinNeller/~3/184361903/MemphisNETDeveloperOrSQLServerGuru.aspx</link>
      <pubDate>Tue, 13 Nov 2007 23:21:33 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=Qk69noB"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=Qk69noB" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=o6pskfB"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=o6pskfB" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=AdkoMCb"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=AdkoMCb" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/184361903" 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://feeds.feedburner.com/~r/ColinNeller/~3/171177323/CaseOfTheMissingCustomDictionaryAddToDictionaryGrayedOut.aspx</link>
      <pubDate>Wed, 17 Oct 2007 15:51:55 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=Rwg6Vq6y"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=Rwg6Vq6y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=L35KccJj"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=L35KccJj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=sL5xdkTN"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=sL5xdkTN" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/171177323" 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://feeds.feedburner.com/~r/ColinNeller/~3/140473395/devLink2007.aspx</link>
      <pubDate>Fri, 03 Aug 2007 23:26:46 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=ruoOiZKm"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=ruoOiZKm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=s9EDmaTY"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=s9EDmaTY" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=Rs9FS6Lt"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=Rs9FS6Lt" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/140473395" 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://feeds.feedburner.com/~r/ColinNeller/~3/126439341/UpcomingNETEvents.aspx</link>
      <pubDate>Wed, 20 Jun 2007 16:00:02 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=uQ2JGQsj"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=uQ2JGQsj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=2W14oXlL"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=2W14oXlL" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=CPMHVoUt"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=CPMHVoUt" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/126439341" 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://feeds.feedburner.com/~r/ColinNeller/~3/125360574/ASPNET35WhereAreYou.aspx</link>
      <pubDate>Sat, 16 Jun 2007 16:09:03 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=hhlLCTTI"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=hhlLCTTI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=QtKLaYY9"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=QtKLaYY9" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=LNC7uhyo"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=LNC7uhyo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/125360574" 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://feeds.feedburner.com/~r/ColinNeller/~3/120975165/AdventuresIntoWPFStartup.aspx</link>
      <pubDate>Thu, 31 May 2007 04:32:48 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=OGeelnDo"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=OGeelnDo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=yCxkBcbD"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=yCxkBcbD" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=0tohRdpc"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=0tohRdpc" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/120975165" 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://feeds.feedburner.com/~r/ColinNeller/~3/106488837/MicrosoftAcquiresProClarity.aspx</link>
      <pubDate>Wed, 04 Apr 2007 04:59:03 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=Bx2jxjL5"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=Bx2jxjL5" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=yIQl2hKm"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=yIQl2hKm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=TnGNKBVh"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=TnGNKBVh" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/106488837" 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://feeds.feedburner.com/~r/ColinNeller/~3/106213592/LiveWriter.aspx</link>
      <pubDate>Tue, 03 Apr 2007 05:09:34 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=jBbiqY7X"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=jBbiqY7X" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=eHT5WKU7"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=eHT5WKU7" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=tZhNQOz4"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=tZhNQOz4" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/106213592" 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://feeds.feedburner.com/~r/ColinNeller/~3/103967917/SeparateYourBehaviorFromYourMarkupASimpleCSSJavascriptMenu.aspx</link>
      <pubDate>Fri, 23 Mar 2007 22:52:54 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=iGiRIsvb"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=iGiRIsvb" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=QqF7SNti"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=QqF7SNti" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=iwq9Kqzm"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=iwq9Kqzm" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/103967917"/&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://feeds.feedburner.com/~r/ColinNeller/~3/102522159/HaveIPiquedYourInterestOrPiquedPeekedPeaked.aspx</link>
      <pubDate>Sun, 18 Mar 2007 03:43:45 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=evH2fIRa"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=evH2fIRa" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=CJbl9jZZ"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=CJbl9jZZ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=6yKzThGK"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=6yKzThGK" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/102522159"/&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://feeds.feedburner.com/~r/ColinNeller/~3/94780593/DeveloperSetupForNET30AndVista.aspx</link>
      <pubDate>Fri, 23 Feb 2007 15:17:58 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=hFkBEi4e"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=hFkBEi4e" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=1Naf5YRa"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=1Naf5YRa" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=xRgTKYDo"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=xRgTKYDo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/94780593"/&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://feeds.feedburner.com/~r/ColinNeller/~3/93389332/WinSnapAwesomeVistaCompatibleScreenshotTool.aspx</link>
      <pubDate>Tue, 20 Feb 2007 16:31:08 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=x5QMuCfD"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=x5QMuCfD" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=1yMQM9ex"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=1yMQM9ex" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=4CNCCQdP"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=4CNCCQdP" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/93389332"/&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://feeds.feedburner.com/~r/ColinNeller/~3/86789599/HighMemoryUsageInFirefox.aspx</link>
      <pubDate>Mon, 05 Feb 2007 15:04:24 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=ObvikOEd"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=ObvikOEd" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=CwAmmhpA"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=CwAmmhpA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=sZWhGPhU"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=sZWhGPhU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/86789599"/&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://feeds.feedburner.com/~r/ColinNeller/~3/85637414/HelpFindTheCureForCancer.aspx</link>
      <pubDate>Fri, 02 Feb 2007 23:30:32 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=7eaEf216"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=7eaEf216" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=pwsIv7G1"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=pwsIv7G1" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=O0PFjPed"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=O0PFjPed" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/85637414"/&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://feeds.feedburner.com/~r/ColinNeller/~3/69764841/ATrueVBTernaryOperatorHopefullyComingToADesktopNearYou.aspx</link>
      <pubDate>Tue, 02 Jan 2007 14:53:19 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=BK6HlbUO"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=BK6HlbUO" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=qZ5bqS1s"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=qZ5bqS1s" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=AudWo9yd"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=AudWo9yd" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/69764841"/&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://feeds.feedburner.com/~r/ColinNeller/~3/58662316/VisualStudioTeamSystemForDatabaseProfessionalsTrial.aspx</link>
      <pubDate>Fri, 08 Dec 2006 16:42:58 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=uXTzPeTO"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=uXTzPeTO" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=CnqlvkmH"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=CnqlvkmH" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=9eVK3vAB"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=9eVK3vAB" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/58662316"/&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://feeds.feedburner.com/~r/ColinNeller/~3/58628450/VisualSVN11Released.aspx</link>
      <pubDate>Fri, 08 Dec 2006 15:16:52 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=cNgPEvme"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=cNgPEvme" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=ZG63XgDw"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=ZG63XgDw" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=fld8tJgu"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=fld8tJgu" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/58628450"/&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://feeds.feedburner.com/~r/ColinNeller/~3/58197380/dasBloggingWithWord2007.aspx</link>
      <pubDate>Thu, 07 Dec 2006 17:06:01 GMT</pubDate>
      <description>&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;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=upK2eaGI"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=upK2eaGI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=FqPSjgY2"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=FqPSjgY2" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=5vxYXiUF"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=5vxYXiUF" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/58197380"/&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>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=1aa0e0ee-476a-43fb-9da6-9e2c4683dbcb</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,1aa0e0ee-476a-43fb-9da6-9e2c4683dbcb.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,1aa0e0ee-476a-43fb-9da6-9e2c4683dbcb.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=1aa0e0ee-476a-43fb-9da6-9e2c4683dbcb</wfw:commentRss>
      <slash:comments>5</slash:comments>
      
      <title>Sending Email in Office 2007</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,1aa0e0ee-476a-43fb-9da6-9e2c4683dbcb.aspx</guid>
      <link>http://feeds.feedburner.com/~r/ColinNeller/~3/57483728/SendingEmailInOffice2007.aspx</link>
      <pubDate>Tue, 05 Dec 2006 16:41:24 GMT</pubDate>
      <description>&lt;p&gt;&#xD;
          &lt;img align="right" src="http://www.colinneller.com/blog/content/binary/120506_1640_SendingEmai1.png" alt=""&gt;&lt;/img&gt;Is&#xD;
it just me or should the "send" button be where the "paste" button is? I almost click&#xD;
"paste" every time I'm about to send an email. Anyone else have this problem? &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
As a side-note… Word 2007 is awesome for blogging. It just works.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=1aa0e0ee-476a-43fb-9da6-9e2c4683dbcb"&gt;&lt;/img&gt;&#xD;
      &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=dLdLAzFG"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=dLdLAzFG" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=JiJ6SFaC"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=JiJ6SFaC" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=4J5RXVuP"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=4J5RXVuP" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/57483728"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,1aa0e0ee-476a-43fb-9da6-9e2c4683dbcb.aspx</comments>
      <category>Blogging;Office</category>
    <feedburner:origLink>http://www.colinneller.com/blog/SendingEmailInOffice2007.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=846ace50-a12e-451b-979d-f5e7610ad7cd</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,846ace50-a12e-451b-979d-f5e7610ad7cd.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,846ace50-a12e-451b-979d-f5e7610ad7cd.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=846ace50-a12e-451b-979d-f5e7610ad7cd</wfw:commentRss>
      <slash:comments>3</slash:comments>
      
      <title>SQL Express – More than you realize</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,846ace50-a12e-451b-979d-f5e7610ad7cd.aspx</guid>
      <link>http://feeds.feedburner.com/~r/ColinNeller/~3/57098895/SQLExpressMoreThanYouRealize.aspx</link>
      <pubDate>Mon, 04 Dec 2006 14:35:59 GMT</pubDate>
      <description>&lt;h1&gt;SQL Express &#xD;
&lt;/h1&gt;&#xD;
        &lt;p&gt;&#xD;
Many people don't realize the full potential of SQL Express. Yes, there are several&#xD;
limitations including the following: &#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
1 CPU &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
1 GB RAM &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Limited 64-bit support &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
4 GB max DB size &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;div&gt;No support for the following: &#xD;
&lt;/div&gt;&#xD;
            &lt;ul&gt;&#xD;
              &lt;li&gt;&#xD;
Web Services (HTTP Endpoints) &#xD;
&lt;/li&gt;&#xD;
              &lt;li&gt;&#xD;
Integration Services &#xD;
&lt;/li&gt;&#xD;
              &lt;li&gt;&#xD;
Notification Services &#xD;
&lt;/li&gt;&#xD;
              &lt;li&gt;&#xD;
Jobs (though &lt;a href="http://blogs.msdn.com/rogerwolterblog/archive/2006/04/13/575974.aspx"&gt;service&#xD;
broker can be used for job-like behavior&lt;/a&gt;… thanks &lt;a href="http://jdixon.dotnetdevelopersjournal.com"&gt;Jerry&lt;/a&gt;) &#xD;
&lt;/li&gt;&#xD;
            &lt;/ul&gt;&#xD;
          &lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;p&gt;&#xD;
BUT, I would say &lt;strong&gt;the list of supported items is much more impressive&lt;/strong&gt; for&#xD;
a free, "lightweight" DB engine: &#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
Stored Procedures, Triggers, and Views &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
T-SQL Enhancements (exception handing, recursive queries, and support for new data&#xD;
types, etc.) &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
SQL CLR &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
User-defined Types &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Native XML &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
XQuery &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Service Broker &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Merge Replication (Subscriber only) &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Transactional Replication (Subscriber only) &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Report Server &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Native Support for Web Services (For reporting services) &#xD;
&lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;p&gt;&#xD;
To see a complete comparison of the various SQL versions, take a look at Microsoft's &lt;a href="http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx"&gt;SQL&#xD;
Server 2005 Features Comparison&lt;/a&gt;. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
This is my first post from Word 2007… We'll see how it goes.&#xD;
&lt;/p&gt;&#xD;
        &lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=846ace50-a12e-451b-979d-f5e7610ad7cd"&gt;&lt;/img&gt;&#xD;
      &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=FuINmzFh"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=FuINmzFh" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=tlXylvMv"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=tlXylvMv" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/ColinNeller?a=FaJQZr6V"&gt;&lt;img src="http://feeds.feedburner.com/~f/ColinNeller?i=FaJQZr6V" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColinNeller/~4/57098895"/&gt;</description>
      <comments>http://www.colinneller.com/blog/CommentView,guid,846ace50-a12e-451b-979d-f5e7610ad7cd.aspx</comments>
      <category>SQL Server</category>
    <feedburner:origLink>http://www.colinneller.com/blog/SQLExpressMoreThanYouRealize.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.colinneller.com/blog/Trackback.aspx?guid=9d3b89d4-175b-400c-b045-8258ad11d46b</trackback:ping>
      <pingback:server>http://www.colinneller.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.colinneller.com/blog/PermaLink,guid,9d3b89d4-175b-400c-b045-8258ad11d46b.aspx</pingback:target>
      <dc:creator>Colin Neller</dc:creator>
      <wfw:comment>http://www.colinneller.com/blog/CommentView,guid,9d3b89d4-175b-400c-b045-8258ad11d46b.aspx</wfw:comment>
      <wfw:commentRss>http://www.colinneller.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=9d3b89d4-175b-400c-b045-8258ad11d46b</wfw:commentRss>
      
      <title>Nikhil Kothari's Web Development Helper</title>
      <guid isPermaLink="false">http://www.colinneller.com/blog/PermaLink,guid,9d3b89d4-175b-400c-b045-8258ad11d46b.aspx</guid>
      <link>http://feeds.feedburner.com/~r/ColinNeller/~3/49205917/NikhilKotharisWebDevelopmentHelper.aspx</link>
      <pubDate>Tue, 14 Nov 2006 16:15:52 GMT</pubDate>
      <description>&lt;img style="float: right;" src="http://www.colinneller.com/blog/content/binary/webDevHelperContext.png" border="0"&gt;&lt;/img&gt;If&#xD;
you are a web developer, I recommend that you drop everything right now and go install &lt;a href="http://projects.nikhilk.net/"&gt;Nikhil&#xD;
Kothari's&lt;/a&gt;&lt;a href="http://projects.nikhilk.net/Projects/WebDevHelper.aspx"&gt;Web&#xD;
Development Helper&lt;/a&gt;.  It is a fabulous tool for writing and debugging ASP.NET&#xD;
applications.  It helps with in the following areas:&lt;br&gt;&lt;ul&gt;&lt;li&gt;&#xD;
Tracing &#xD;
&lt;/li&gt;&lt;li&gt;&#xD;
ViewState &#xD;
&lt;/li&gt;&lt;li&gt;&#xD;
Caching (ASP.NET and HTTP) &#xD;
&lt;/li&gt;&lt;li&gt;&#xD;
Restarting AppDomains &#xD;
&lt;/li&gt;&lt;li&gt;&#xD;
Logging HTTP(S) Traffic (Including XMLHttpRequest) &#xD;
&lt;/li&gt;&lt;li&gt;&#xD;
DOM &#xD;
&lt;/li&gt;&lt;li&gt;&#xD;
JavaScript&lt;/li&gt;&lt;/ul&gt;&#xD;
...and I just realized that &lt;a href="http://www.scottgu.com/"&gt;Scott Guthrie&lt;/a&gt; has&#xD;
also &lt;a href="http://weblogs.asp.net/scottgu/archive/2006/11/13/Nikhil_2700_s-WebDevHelper-Utility-and-ASP.NET-AJAX-Support.aspx"&gt;blogged&#xD;
about the Web Development Helper&lt;/a&gt;.  For more info, see his post.&lt;br&gt;&lt;br&gt;&#xD;
For more developer resources (web and otherwise), see my &lt;a href="http://www.colinneller.com/blog/DeveloperToolsAndResources.aspx"&gt;Developers&#xD;
Tools List&lt;/a&gt;.&lt;br&gt;&lt;br&gt;&lt;img src="http://www.colinneller.com/blog/content/binary/webDevHelperPane.png" border="0"&gt;&lt;/img&gt;&lt;img width="0" height="0" src="http://www.colinneller.com/blog/aggbug.ashx?id=9d3b89d4-175b-400c-b045-8258ad11d46b"&gt;&