<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" 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/" version="2.0">
  <channel>
    <title>flatlander</title>
    <link>http://www.flatlandmedia.com/flatlander/</link>
    <description />
    <language>en-us</language>
    <copyright>Your Name Here</copyright>
    <lastBuildDate>Tue, 11 Sep 2007 07:07:32 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.0.7226.0</generator>
    <managingEditor>dasblog@example.com</managingEditor>
    <webMaster>dasblog@example.com</webMaster>
    <item>
      <trackback:ping>http://www.flatlandmedia.com/flatlander/Trackback.aspx?guid=7c45cc13-a31a-42f3-a7ae-9754ef6b3dfb</trackback:ping>
      <pingback:server>http://www.flatlandmedia.com/flatlander/pingback.aspx</pingback:server>
      <pingback:target>http://www.flatlandmedia.com/flatlander/PermaLink,guid,7c45cc13-a31a-42f3-a7ae-9754ef6b3dfb.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.flatlandmedia.com/flatlander/CommentView,guid,7c45cc13-a31a-42f3-a7ae-9754ef6b3dfb.aspx</wfw:comment>
      <wfw:commentRss>http://www.flatlandmedia.com/flatlander/SyndicationService.asmx/GetEntryCommentsRss?guid=7c45cc13-a31a-42f3-a7ae-9754ef6b3dfb</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <p>
If you've made the jump to Vista and IIS7, like I recently did, and you've installed
asp.net 1.1 for some reason (like trying to use the unsupported VS 2003 as I have),
then you may be seeing this message, even when you are opening asp.net 2.0 sites in
VS 2005.
</p>
        <p>
          <img src="http://www.flatlandmedia.com/flatlander/content/binary/vsconfig.gif" border="0" />
        </p>
        <p>
You've checked in IIS, and the site is definitely pointed to an asp.net 2.0 application
pool, but you get this message every single time you open the site.  Today, I
came across <a href="http://vaultofthoughts.net/SiteConfiguredForUseWithASPNET114322573Solved.aspx">this
article</a>, which spurred me on to find a slightly better solution.  Instead
of deleting the 1.1 handlers, I just moved them down below the 2.0 handlers in the
Ordered List view of the Handler Mappings.  Voila, no more error message, plus
I don't lose the handlers that I might need at some point when testing an old, unsupported VS2003
app.  For having everything in one place, I'll put all of the linked article's
instructions and mine all together here.
</p>
        <ol>
          <li>
Open Internet Information Services (IIS) Manager 
</li>
          <li>
Select the root node 
</li>
          <li>
Open Handler Mappings 
</li>
          <li>
            <strike>Remove each entry that points to ASP.NET 1.1</strike>
          </li>
          <li>
Click on View Ordered List... in the Actions area.</li>
          <li>
Select each of the handlers that have 1.1 in the name, and move them down below the
handlers that have 2.0 in the name.</li>
          <li>
Reopen your VS 2005/asp.net 2.0 project, and no more error message.</li>
        </ol>
        <img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=7c45cc13-a31a-42f3-a7ae-9754ef6b3dfb" />
      </body>
      <title>Vista, Visual Studio 2005, and ASP.NET 1.1</title>
      <guid isPermaLink="false">http://www.flatlandmedia.com/flatlander/PermaLink,guid,7c45cc13-a31a-42f3-a7ae-9754ef6b3dfb.aspx</guid>
      <link>http://www.flatlandmedia.com/flatlander/2007/09/11/VistaVisualStudio2005AndASPNET11.aspx</link>
      <pubDate>Tue, 11 Sep 2007 07:07:32 GMT</pubDate>
      <description>&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
If you've made the jump to Vista and IIS7, like I recently did, and you've installed
asp.net 1.1 for some reason (like trying to use the unsupported VS 2003 as I have),
then you may be seeing this message, even when you are opening asp.net 2.0 sites in
VS 2005.
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.flatlandmedia.com/flatlander/content/binary/vsconfig.gif" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
You've checked in IIS, and the site is definitely pointed to an asp.net 2.0 application
pool, but you get this message every single time you open the site.&amp;nbsp; Today, I
came across &lt;a href="http://vaultofthoughts.net/SiteConfiguredForUseWithASPNET114322573Solved.aspx"&gt;this
article&lt;/a&gt;, which spurred me on to find a slightly better solution.&amp;nbsp; Instead
of deleting the 1.1 handlers, I just moved them down below the 2.0 handlers in the
Ordered List view of the Handler Mappings.&amp;nbsp; Voila, no more error message, plus
I don't lose the handlers that I might need at some point when testing an old, unsupported&amp;nbsp;VS2003
app.&amp;nbsp; For having everything in one place, I'll put all of the linked article's
instructions and mine all together here.
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Open Internet Information Services (IIS) Manager 
&lt;li&gt;
Select the root node 
&lt;li&gt;
Open Handler Mappings 
&lt;li&gt;
&lt;strike&gt;Remove each entry that points to ASP.NET 1.1&lt;/strike&gt;
&lt;/li&gt;
&lt;li&gt;
Click on View Ordered List... in the Actions area.&lt;/li&gt;
&lt;li&gt;
Select each of the handlers that have 1.1 in the name, and move them down below the
handlers that have 2.0 in the name.&lt;/li&gt;
&lt;li&gt;
Reopen your VS 2005/asp.net 2.0 project, and no more error message.&lt;/li&gt;
&lt;/ol&gt;
&lt;img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=7c45cc13-a31a-42f3-a7ae-9754ef6b3dfb" /&gt;</description>
      <comments>http://www.flatlandmedia.com/flatlander/CommentView,guid,7c45cc13-a31a-42f3-a7ae-9754ef6b3dfb.aspx</comments>
      <category>Technical</category>
    </item>
    <item>
      <trackback:ping>http://www.flatlandmedia.com/flatlander/Trackback.aspx?guid=1e485077-9fe5-4826-a92e-3ca544bf556c</trackback:ping>
      <pingback:server>http://www.flatlandmedia.com/flatlander/pingback.aspx</pingback:server>
      <pingback:target>http://www.flatlandmedia.com/flatlander/PermaLink,guid,1e485077-9fe5-4826-a92e-3ca544bf556c.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.flatlandmedia.com/flatlander/CommentView,guid,1e485077-9fe5-4826-a92e-3ca544bf556c.aspx</wfw:comment>
      <wfw:commentRss>http://www.flatlandmedia.com/flatlander/SyndicationService.asmx/GetEntryCommentsRss?guid=1e485077-9fe5-4826-a92e-3ca544bf556c</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Huh.  What do you know?  It still works.  I don't have a lot to say,
but I'm so enjoying the taste in my mouth that I thought I'd share my joy.  I
made a <a href="http://www.foodnetwork.com/food/recipes/recipe/0,1977,FOOD_9936_32934,00.html">blue
cheese-stuffed beef tenderloin</a> tonight for the first time, and I must say, it
may have been the best entree I've ever had.  Paired with a nice bottle of Chianti
from The Burk, perfection was attained!
</p>
        <p>
Happy Easter!
</p>
        <img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=1e485077-9fe5-4826-a92e-3ca544bf556c" />
      </body>
      <title>Is This Thing Still On?</title>
      <guid isPermaLink="false">http://www.flatlandmedia.com/flatlander/PermaLink,guid,1e485077-9fe5-4826-a92e-3ca544bf556c.aspx</guid>
      <link>http://www.flatlandmedia.com/flatlander/2007/04/06/IsThisThingStillOn.aspx</link>
      <pubDate>Fri, 06 Apr 2007 05:14:20 GMT</pubDate>
      <description>&lt;p&gt;
Huh.&amp;nbsp; What do you know?&amp;nbsp; It still works.&amp;nbsp; I don't have a lot to say,
but I'm so enjoying the taste in my mouth that I thought I'd share my joy.&amp;nbsp; I
made a &lt;a href="http://www.foodnetwork.com/food/recipes/recipe/0,1977,FOOD_9936_32934,00.html"&gt;blue
cheese-stuffed beef tenderloin&lt;/a&gt; tonight for the first time, and I must say, it
may have been the best entree I've ever had.&amp;nbsp; Paired with a nice bottle of Chianti
from The Burk, perfection was attained!
&lt;/p&gt;
&lt;p&gt;
Happy Easter!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=1e485077-9fe5-4826-a92e-3ca544bf556c" /&gt;</description>
      <comments>http://www.flatlandmedia.com/flatlander/CommentView,guid,1e485077-9fe5-4826-a92e-3ca544bf556c.aspx</comments>
      <category>Food</category>
    </item>
    <item>
      <trackback:ping>http://www.flatlandmedia.com/flatlander/Trackback.aspx?guid=dbeb3023-c480-4aef-9209-0ee3f92279b1</trackback:ping>
      <pingback:server>http://www.flatlandmedia.com/flatlander/pingback.aspx</pingback:server>
      <pingback:target>http://www.flatlandmedia.com/flatlander/PermaLink,guid,dbeb3023-c480-4aef-9209-0ee3f92279b1.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.flatlandmedia.com/flatlander/CommentView,guid,dbeb3023-c480-4aef-9209-0ee3f92279b1.aspx</wfw:comment>
      <wfw:commentRss>http://www.flatlandmedia.com/flatlander/SyndicationService.asmx/GetEntryCommentsRss?guid=dbeb3023-c480-4aef-9209-0ee3f92279b1</wfw:commentRss>
      <slash:comments>4</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
The 4th of July is right around the corner.  As usual, we'll be in Coronado for
the festivities.  Jeff and I are going to run the 5K.  For some of you,
taking pics of fireworks is in your near future.  Mark, I'm looking in your direction. 
You should <a href="http://digital-photography-school.com/blog/how-to-photograph-fireworks/">check
this out</a>.
</p>
        <img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=dbeb3023-c480-4aef-9209-0ee3f92279b1" />
      </body>
      <title>Getting Ready For The 4oJ</title>
      <guid isPermaLink="false">http://www.flatlandmedia.com/flatlander/PermaLink,guid,dbeb3023-c480-4aef-9209-0ee3f92279b1.aspx</guid>
      <link>http://www.flatlandmedia.com/flatlander/2006/06/28/GettingReadyForThe4oJ.aspx</link>
      <pubDate>Wed, 28 Jun 2006 19:09:53 GMT</pubDate>
      <description>&lt;p&gt;
The 4th of July is right around the corner.&amp;nbsp; As usual, we'll be in Coronado for
the festivities.&amp;nbsp; Jeff and I are going to run the 5K.&amp;nbsp; For some of you,
taking pics of fireworks is in your near future.&amp;nbsp; Mark, I'm looking in your direction.&amp;nbsp;
You should &lt;a href="http://digital-photography-school.com/blog/how-to-photograph-fireworks/"&gt;check
this out&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=dbeb3023-c480-4aef-9209-0ee3f92279b1" /&gt;</description>
      <comments>http://www.flatlandmedia.com/flatlander/CommentView,guid,dbeb3023-c480-4aef-9209-0ee3f92279b1.aspx</comments>
      <category>Fun</category>
    </item>
    <item>
      <trackback:ping>http://www.flatlandmedia.com/flatlander/Trackback.aspx?guid=913809c4-2036-4bc9-893b-185cd1a1c4d4</trackback:ping>
      <pingback:server>http://www.flatlandmedia.com/flatlander/pingback.aspx</pingback:server>
      <pingback:target>http://www.flatlandmedia.com/flatlander/PermaLink,guid,913809c4-2036-4bc9-893b-185cd1a1c4d4.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.flatlandmedia.com/flatlander/CommentView,guid,913809c4-2036-4bc9-893b-185cd1a1c4d4.aspx</wfw:comment>
      <wfw:commentRss>http://www.flatlandmedia.com/flatlander/SyndicationService.asmx/GetEntryCommentsRss?guid=913809c4-2036-4bc9-893b-185cd1a1c4d4</wfw:commentRss>
      <slash:comments>3</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Coolio was in line one checkout over from me at the grocery store last Taco Tuesday. 
Yeah, that's right, Coolio.
</p>
        <p>
I also got my first taste of <a href="http://www.guitarherogame.com/">Guitar Hero</a> on
Sunday night.  Then, we played some more tonight at Taco Tues.  I think
I'm hooked, and I shall be purchasing it after the 4th of July.  My only fear
is that I'm going to waste a lot of time on it.
</p>
        <p>
          <a href="http://www.showtimemaps.com/updates/PermaLink,guid,99810bec-fa98-4df0-8bd7-c250e63af86d.aspx">Be
sure to check out the latest additions to ShowTimeMaps as well</a>.
</p>
        <img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=913809c4-2036-4bc9-893b-185cd1a1c4d4" />
      </body>
      <title>Latest Adventures</title>
      <guid isPermaLink="false">http://www.flatlandmedia.com/flatlander/PermaLink,guid,913809c4-2036-4bc9-893b-185cd1a1c4d4.aspx</guid>
      <link>http://www.flatlandmedia.com/flatlander/2006/06/28/LatestAdventures.aspx</link>
      <pubDate>Wed, 28 Jun 2006 07:16:58 GMT</pubDate>
      <description>&lt;p&gt;
Coolio was in line one checkout over from me at the grocery store last Taco Tuesday.&amp;nbsp;
Yeah, that's right, Coolio.
&lt;/p&gt;
&lt;p&gt;
I also got my first taste of &lt;a href="http://www.guitarherogame.com/"&gt;Guitar Hero&lt;/a&gt; on
Sunday night.&amp;nbsp; Then, we played some more tonight at Taco Tues.&amp;nbsp; I think
I'm hooked, and I shall be purchasing it after the 4th of July.&amp;nbsp; My only fear
is that I'm going to waste a lot of time on it.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.showtimemaps.com/updates/PermaLink,guid,99810bec-fa98-4df0-8bd7-c250e63af86d.aspx"&gt;Be
sure to check out the latest additions to ShowTimeMaps as well&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=913809c4-2036-4bc9-893b-185cd1a1c4d4" /&gt;</description>
      <comments>http://www.flatlandmedia.com/flatlander/CommentView,guid,913809c4-2036-4bc9-893b-185cd1a1c4d4.aspx</comments>
      <category>Celebrity Sightings</category>
      <category>Fun</category>
      <category>Movies</category>
    </item>
    <item>
      <trackback:ping>http://www.flatlandmedia.com/flatlander/Trackback.aspx?guid=81467220-38d7-49f1-881e-191c437aaf84</trackback:ping>
      <pingback:server>http://www.flatlandmedia.com/flatlander/pingback.aspx</pingback:server>
      <pingback:target>http://www.flatlandmedia.com/flatlander/PermaLink,guid,81467220-38d7-49f1-881e-191c437aaf84.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.flatlandmedia.com/flatlander/CommentView,guid,81467220-38d7-49f1-881e-191c437aaf84.aspx</wfw:comment>
      <wfw:commentRss>http://www.flatlandmedia.com/flatlander/SyndicationService.asmx/GetEntryCommentsRss?guid=81467220-38d7-49f1-881e-191c437aaf84</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I just got all the latest stuff uploaded for <a href="http://www.showtimemaps.com/">http://www.showtimemaps.com/</a>. 
If you live in LA or Austin, the times are accurate and up-to-date, and many of the
times link to where you can buy tix.
</p>
        <p>
Here's my related post on the other blog: <a href="http://www.showtimemaps.com/updates/PermaLink,guid,53274b80-fa8e-483d-b15a-40e4cb11bf21.aspx">http://www.showtimemaps.com/updates/PermaLink,guid,53274b80-fa8e-483d-b15a-40e4cb11bf21.aspx</a></p>
        <p>
Be sure to check out <a href="http://www.showtimemaps.com/SpreadTheWord.aspx">http://www.showtimemaps.com/SpreadTheWord.aspx</a></p>
        <p>
 
</p>
        <img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=81467220-38d7-49f1-881e-191c437aaf84" />
      </body>
      <title>ShowTimeMaps Ready For Use</title>
      <guid isPermaLink="false">http://www.flatlandmedia.com/flatlander/PermaLink,guid,81467220-38d7-49f1-881e-191c437aaf84.aspx</guid>
      <link>http://www.flatlandmedia.com/flatlander/2006/06/17/ShowTimeMapsReadyForUse.aspx</link>
      <pubDate>Sat, 17 Jun 2006 22:48:40 GMT</pubDate>
      <description>&lt;p&gt;
I just got all the latest stuff uploaded for &lt;a href="http://www.showtimemaps.com/"&gt;http://www.showtimemaps.com/&lt;/a&gt;.&amp;nbsp;
If you live in LA or Austin, the times are accurate and up-to-date, and many of the
times link to where you can buy tix.
&lt;/p&gt;
&lt;p&gt;
Here's my related post on the other blog: &lt;a href="http://www.showtimemaps.com/updates/PermaLink,guid,53274b80-fa8e-483d-b15a-40e4cb11bf21.aspx"&gt;http://www.showtimemaps.com/updates/PermaLink,guid,53274b80-fa8e-483d-b15a-40e4cb11bf21.aspx&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Be sure to check out &lt;a href="http://www.showtimemaps.com/SpreadTheWord.aspx"&gt;http://www.showtimemaps.com/SpreadTheWord.aspx&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=81467220-38d7-49f1-881e-191c437aaf84" /&gt;</description>
      <comments>http://www.flatlandmedia.com/flatlander/CommentView,guid,81467220-38d7-49f1-881e-191c437aaf84.aspx</comments>
      <category>Announcements</category>
    </item>
    <item>
      <trackback:ping>http://www.flatlandmedia.com/flatlander/Trackback.aspx?guid=7a5cfd7a-bd16-4bfd-8566-48c02b8aebbe</trackback:ping>
      <pingback:server>http://www.flatlandmedia.com/flatlander/pingback.aspx</pingback:server>
      <pingback:target>http://www.flatlandmedia.com/flatlander/PermaLink,guid,7a5cfd7a-bd16-4bfd-8566-48c02b8aebbe.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.flatlandmedia.com/flatlander/CommentView,guid,7a5cfd7a-bd16-4bfd-8566-48c02b8aebbe.aspx</wfw:comment>
      <wfw:commentRss>http://www.flatlandmedia.com/flatlander/SyndicationService.asmx/GetEntryCommentsRss?guid=7a5cfd7a-bd16-4bfd-8566-48c02b8aebbe</wfw:commentRss>
      <slash:comments>3</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I purchased a 19" Samsung 930B monitor tonight just before leaving for church. 
I had just enough time to plug it in.  I tried one setting in the display properties
to try to get it to come on, but no luck and I was out of time.  When I got back
home, I found that it had sorted itself out, and both monitors were on.  All
I had to do was swap the primary and secondary monitors so that the new, bigger monitor
would be the primary.  I'm really going to enjoy the additional desktop space,
but I think the most useful thing for is going to be the fact that I'll be able to
use one screen for RDP (remoting into my work machine) and the other for my local
machine.  Pretty exciting stuff.
</p>
        <p>
BTW, I signed the contracts for showtimemaps.com last week, so real-time data should
be available within days!
</p>
        <img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=7a5cfd7a-bd16-4bfd-8566-48c02b8aebbe" />
      </body>
      <title>New Dual-Monitor Setup</title>
      <guid isPermaLink="false">http://www.flatlandmedia.com/flatlander/PermaLink,guid,7a5cfd7a-bd16-4bfd-8566-48c02b8aebbe.aspx</guid>
      <link>http://www.flatlandmedia.com/flatlander/2006/06/05/NewDualMonitorSetup.aspx</link>
      <pubDate>Mon, 05 Jun 2006 10:54:44 GMT</pubDate>
      <description>&lt;p&gt;
I purchased a 19" Samsung 930B monitor tonight just before leaving for church.&amp;nbsp;
I had just enough time to plug it in.&amp;nbsp; I tried one setting in the display properties
to try to get it to come on, but no luck and I was out of time.&amp;nbsp; When I got back
home, I found that it had sorted itself out, and both monitors were on.&amp;nbsp; All
I had to do was swap the primary and secondary monitors so that the new, bigger monitor
would be the primary.&amp;nbsp; I'm really going to enjoy the additional desktop space,
but I think the most useful thing for is going to be the fact that I'll be able to
use one screen for RDP (remoting into my work machine) and the other for my local
machine.&amp;nbsp; Pretty exciting stuff.
&lt;/p&gt;
&lt;p&gt;
BTW, I signed the contracts for showtimemaps.com last week, so real-time data should
be available within days!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=7a5cfd7a-bd16-4bfd-8566-48c02b8aebbe" /&gt;</description>
      <comments>http://www.flatlandmedia.com/flatlander/CommentView,guid,7a5cfd7a-bd16-4bfd-8566-48c02b8aebbe.aspx</comments>
      <category>Fun</category>
      <category>Technical</category>
    </item>
    <item>
      <trackback:ping>http://www.flatlandmedia.com/flatlander/Trackback.aspx?guid=444c10db-3a81-4b5a-be77-5abfbbb7c597</trackback:ping>
      <pingback:server>http://www.flatlandmedia.com/flatlander/pingback.aspx</pingback:server>
      <pingback:target>http://www.flatlandmedia.com/flatlander/PermaLink,guid,444c10db-3a81-4b5a-be77-5abfbbb7c597.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.flatlandmedia.com/flatlander/CommentView,guid,444c10db-3a81-4b5a-be77-5abfbbb7c597.aspx</wfw:comment>
      <wfw:commentRss>http://www.flatlandmedia.com/flatlander/SyndicationService.asmx/GetEntryCommentsRss?guid=444c10db-3a81-4b5a-be77-5abfbbb7c597</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://www.showtimemaps.com/">http://www.showtimemaps.com/</a> has really
been coming along.  If you haven't checked it out yet, go for it.  You'll
notice that there's a link just below the header that says "<a href="http://www.showtimemaps.com/updates/">Latest
Updates/Submit Comment</a>".  That will take you to a blog I set up just for
comments this project.  Please go there and provide feedback.  Also, now's
the time to start showing the site to friends and colleagues that might think it's
cool.  I'm hoping to have live movie data with links to actually purchasing tickets
real soon!
</p>
        <img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=444c10db-3a81-4b5a-be77-5abfbbb7c597" />
      </body>
      <title>New Blog Just for ShowTimeMaps</title>
      <guid isPermaLink="false">http://www.flatlandmedia.com/flatlander/PermaLink,guid,444c10db-3a81-4b5a-be77-5abfbbb7c597.aspx</guid>
      <link>http://www.flatlandmedia.com/flatlander/2006/05/23/NewBlogJustForShowTimeMaps.aspx</link>
      <pubDate>Tue, 23 May 2006 07:44:34 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://www.showtimemaps.com/"&gt;http://www.showtimemaps.com/&lt;/a&gt; has really
been coming along.&amp;nbsp; If you haven't checked it out yet, go for it.&amp;nbsp; You'll
notice that there's a link just below the header that says "&lt;a href="http://www.showtimemaps.com/updates/"&gt;Latest
Updates/Submit Comment&lt;/a&gt;".&amp;nbsp; That will take you to a blog I set up just for
comments this project.&amp;nbsp; Please go there and provide feedback.&amp;nbsp; Also, now's
the time to start showing the site to friends and colleagues that might think it's
cool.&amp;nbsp; I'm hoping to have live movie data with links to actually purchasing tickets
real soon!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=444c10db-3a81-4b5a-be77-5abfbbb7c597" /&gt;</description>
      <comments>http://www.flatlandmedia.com/flatlander/CommentView,guid,444c10db-3a81-4b5a-be77-5abfbbb7c597.aspx</comments>
      <category>Announcements</category>
    </item>
    <item>
      <trackback:ping>http://www.flatlandmedia.com/flatlander/Trackback.aspx?guid=dad0a917-c0ed-44b9-8ad4-673803bcaefd</trackback:ping>
      <pingback:server>http://www.flatlandmedia.com/flatlander/pingback.aspx</pingback:server>
      <pingback:target>http://www.flatlandmedia.com/flatlander/PermaLink,guid,dad0a917-c0ed-44b9-8ad4-673803bcaefd.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.flatlandmedia.com/flatlander/CommentView,guid,dad0a917-c0ed-44b9-8ad4-673803bcaefd.aspx</wfw:comment>
      <wfw:commentRss>http://www.flatlandmedia.com/flatlander/SyndicationService.asmx/GetEntryCommentsRss?guid=dad0a917-c0ed-44b9-8ad4-673803bcaefd</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I'm working on my scripts to clean and convert my movie data into what I need for
showtimemaps.com.  I cleared a huge hurdle in geocoding today.  Hopefully,
I'll have it pretty dang clean by the end of this week.  Then, hopefully, the
next week, I'll add some cool stuff to the interface.  Once I start working on
that, I'll start posting the link and soliciting more feedback from you guys.
</p>
        <img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=dad0a917-c0ed-44b9-8ad4-673803bcaefd" />
      </body>
      <title>ShowTimeMaps Update</title>
      <guid isPermaLink="false">http://www.flatlandmedia.com/flatlander/PermaLink,guid,dad0a917-c0ed-44b9-8ad4-673803bcaefd.aspx</guid>
      <link>http://www.flatlandmedia.com/flatlander/2006/05/16/ShowTimeMapsUpdate.aspx</link>
      <pubDate>Tue, 16 May 2006 01:55:07 GMT</pubDate>
      <description>&lt;p&gt;
I'm working on my scripts to clean and convert my movie data into what I need for
showtimemaps.com.&amp;nbsp; I cleared a huge&amp;nbsp;hurdle in geocoding today. &amp;nbsp;Hopefully,
I'll have it pretty dang clean by the end of this week.&amp;nbsp; Then, hopefully, the
next week, I'll add some cool stuff to the interface.&amp;nbsp; Once I start working on
that, I'll start posting the link and soliciting more feedback from you guys.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=dad0a917-c0ed-44b9-8ad4-673803bcaefd" /&gt;</description>
      <comments>http://www.flatlandmedia.com/flatlander/CommentView,guid,dad0a917-c0ed-44b9-8ad4-673803bcaefd.aspx</comments>
      <category>Fun</category>
    </item>
    <item>
      <trackback:ping>http://www.flatlandmedia.com/flatlander/Trackback.aspx?guid=6e4085a6-05c7-4c62-8001-449faee533b7</trackback:ping>
      <pingback:server>http://www.flatlandmedia.com/flatlander/pingback.aspx</pingback:server>
      <pingback:target>http://www.flatlandmedia.com/flatlander/PermaLink,guid,6e4085a6-05c7-4c62-8001-449faee533b7.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.flatlandmedia.com/flatlander/CommentView,guid,6e4085a6-05c7-4c62-8001-449faee533b7.aspx</wfw:comment>
      <wfw:commentRss>http://www.flatlandmedia.com/flatlander/SyndicationService.asmx/GetEntryCommentsRss?guid=6e4085a6-05c7-4c62-8001-449faee533b7</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Well, I didn't get much done on my movie maps thing this week, but that's mostly because
I was busy doing other stuff.  Jamie and I were in Austin for a day, because
my work sent me to an AJAX conference.  Unfortunately, the conference didn't
answer all of my questions, but it did at least let me know that I'm not too far behind
in learning how to use it.  Fortunately, we got to hang with some friends a bit
at dinner.
</p>
        <p>
The night we got back from Austin, the Baylor telecom alumni party was at The Spanish
Kitchen.  As we were walking in, Jimmy Johnson, Howie Long, and Terry Bradshaw
were walking out.  Then, yesterday, we went to a restaurant in Hollywood named
'eat' for Mother's Day/Jamie's birthday.  While we ate, we saw Zach Braff and
Mandy Moore as they made their way past the hostess.  So, two solid celebrity
sightings this week.  Enjoy!
</p>
        <img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=6e4085a6-05c7-4c62-8001-449faee533b7" />
      </body>
      <title>Quick Update</title>
      <guid isPermaLink="false">http://www.flatlandmedia.com/flatlander/PermaLink,guid,6e4085a6-05c7-4c62-8001-449faee533b7.aspx</guid>
      <link>http://www.flatlandmedia.com/flatlander/2006/05/15/QuickUpdate.aspx</link>
      <pubDate>Mon, 15 May 2006 05:17:01 GMT</pubDate>
      <description>&lt;p&gt;
Well, I didn't get much done on my movie maps thing this week, but that's mostly because
I was busy doing other stuff.&amp;nbsp; Jamie and I were in Austin for a day, because
my work sent me to an AJAX conference.&amp;nbsp; Unfortunately, the conference didn't
answer all of my questions, but it did at least let me know that I'm not too far behind
in learning how to use it.&amp;nbsp; Fortunately, we got to hang with some friends a bit
at dinner.
&lt;/p&gt;
&lt;p&gt;
The night we got back from Austin, the Baylor telecom alumni party was at The Spanish
Kitchen.&amp;nbsp; As we were walking in, Jimmy Johnson, Howie Long, and Terry Bradshaw
were walking out.&amp;nbsp; Then, yesterday, we went to a restaurant in Hollywood named
'eat' for Mother's Day/Jamie's birthday.&amp;nbsp; While we ate, we saw Zach Braff and
Mandy Moore as they made their way past the hostess.&amp;nbsp; So, two solid celebrity
sightings this week.&amp;nbsp; Enjoy!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=6e4085a6-05c7-4c62-8001-449faee533b7" /&gt;</description>
      <comments>http://www.flatlandmedia.com/flatlander/CommentView,guid,6e4085a6-05c7-4c62-8001-449faee533b7.aspx</comments>
      <category>Celebrity Sightings</category>
    </item>
    <item>
      <trackback:ping>http://www.flatlandmedia.com/flatlander/Trackback.aspx?guid=8b3dd4ec-fa73-482e-9000-8d4809fa9706</trackback:ping>
      <pingback:server>http://www.flatlandmedia.com/flatlander/pingback.aspx</pingback:server>
      <pingback:target>http://www.flatlandmedia.com/flatlander/PermaLink,guid,8b3dd4ec-fa73-482e-9000-8d4809fa9706.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.flatlandmedia.com/flatlander/CommentView,guid,8b3dd4ec-fa73-482e-9000-8d4809fa9706.aspx</wfw:comment>
      <wfw:commentRss>http://www.flatlandmedia.com/flatlander/SyndicationService.asmx/GetEntryCommentsRss?guid=8b3dd4ec-fa73-482e-9000-8d4809fa9706</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Today, I registered showtimemaps.com, cinemapper.com, and mapthemovie.com.  Hopefully,
I'll be getting some sample data from my new data source tomorrow.  If I do,
I'll try to get everything adjusted and up at the new domain name(s) within a week. 
I'm aiming to have my first set of features ready to go with live data (for the LA
market) by June 1st, though I may try to get it done earlier, in time for the Da Vinci
Code release.
</p>
        <p>
Thanks everyone for all of the suggestions.  Between those posted in the comments,
in emails, and in discussion with friends, I easily had 50 to choose from.
</p>
        <img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=8b3dd4ec-fa73-482e-9000-8d4809fa9706" />
      </body>
      <title>What I've Registered So Far...</title>
      <guid isPermaLink="false">http://www.flatlandmedia.com/flatlander/PermaLink,guid,8b3dd4ec-fa73-482e-9000-8d4809fa9706.aspx</guid>
      <link>http://www.flatlandmedia.com/flatlander/2006/05/08/WhatIveRegisteredSoFar.aspx</link>
      <pubDate>Mon, 08 May 2006 07:36:44 GMT</pubDate>
      <description>&lt;p&gt;
Today, I registered showtimemaps.com, cinemapper.com, and mapthemovie.com.&amp;nbsp; Hopefully,
I'll be getting some sample data from my new data source tomorrow.&amp;nbsp; If I do,
I'll try to get everything adjusted and up at the new domain name(s) within a week.&amp;nbsp;
I'm aiming to have my first set of features ready to go with live data (for the LA
market) by June 1st, though I may try to get it done earlier, in time for the Da Vinci
Code release.
&lt;/p&gt;
&lt;p&gt;
Thanks everyone for all of the suggestions.&amp;nbsp; Between those posted in the comments,
in emails, and in discussion with friends, I easily had 50 to choose from.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=8b3dd4ec-fa73-482e-9000-8d4809fa9706" /&gt;</description>
      <comments>http://www.flatlandmedia.com/flatlander/CommentView,guid,8b3dd4ec-fa73-482e-9000-8d4809fa9706.aspx</comments>
      <category>Fun</category>
      <category>Movies</category>
    </item>
    <item>
      <trackback:ping>http://www.flatlandmedia.com/flatlander/Trackback.aspx?guid=6ea07a31-c80e-42dd-ae68-72cd53f39cec</trackback:ping>
      <pingback:server>http://www.flatlandmedia.com/flatlander/pingback.aspx</pingback:server>
      <pingback:target>http://www.flatlandmedia.com/flatlander/PermaLink,guid,6ea07a31-c80e-42dd-ae68-72cd53f39cec.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.flatlandmedia.com/flatlander/CommentView,guid,6ea07a31-c80e-42dd-ae68-72cd53f39cec.aspx</wfw:comment>
      <wfw:commentRss>http://www.flatlandmedia.com/flatlander/SyndicationService.asmx/GetEntryCommentsRss?guid=6ea07a31-c80e-42dd-ae68-72cd53f39cec</wfw:commentRss>
      <slash:comments>5</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
How about cinemapper.com?
</p>
        <img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=6ea07a31-c80e-42dd-ae68-72cd53f39cec" />
      </body>
      <title>Movie Maps Domain Name</title>
      <guid isPermaLink="false">http://www.flatlandmedia.com/flatlander/PermaLink,guid,6ea07a31-c80e-42dd-ae68-72cd53f39cec.aspx</guid>
      <link>http://www.flatlandmedia.com/flatlander/2006/05/05/MovieMapsDomainName.aspx</link>
      <pubDate>Fri, 05 May 2006 22:16:09 GMT</pubDate>
      <description>&lt;p&gt;
How about cinemapper.com?
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=6ea07a31-c80e-42dd-ae68-72cd53f39cec" /&gt;</description>
      <comments>http://www.flatlandmedia.com/flatlander/CommentView,guid,6ea07a31-c80e-42dd-ae68-72cd53f39cec.aspx</comments>
      <category>Fun</category>
      <category>Movies</category>
    </item>
    <item>
      <trackback:ping>http://www.flatlandmedia.com/flatlander/Trackback.aspx?guid=712688c8-4d3a-4d6b-a9cc-bf99397b8b15</trackback:ping>
      <pingback:server>http://www.flatlandmedia.com/flatlander/pingback.aspx</pingback:server>
      <pingback:target>http://www.flatlandmedia.com/flatlander/PermaLink,guid,712688c8-4d3a-4d6b-a9cc-bf99397b8b15.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.flatlandmedia.com/flatlander/CommentView,guid,712688c8-4d3a-4d6b-a9cc-bf99397b8b15.aspx</wfw:comment>
      <wfw:commentRss>http://www.flatlandmedia.com/flatlander/SyndicationService.asmx/GetEntryCommentsRss?guid=712688c8-4d3a-4d6b-a9cc-bf99397b8b15</wfw:commentRss>
      <slash:comments>3</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I talked with my movie data source, and it looks like it's going to be feasible to
build my <a href="http://www.flatlandmedia.com/atlas/ShowTimeMaps.aspx">movie maps</a> deal
with some better data.  So, now I need your help deciding on a domain name. 
Here are some names that are available:
</p>
        <p>
showtimemaps.com<br />
movietimemaps.com<br />
movietimemap.com<br />
cinemamap.com
</p>
        <p>
Unfortunately, moviemap.com and moviemaps.com are already taken.  Let me
know what you think of these, and please suggest new ones!
</p>
        <img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=712688c8-4d3a-4d6b-a9cc-bf99397b8b15" />
      </body>
      <title>Movie Maps Domain Name</title>
      <guid isPermaLink="false">http://www.flatlandmedia.com/flatlander/PermaLink,guid,712688c8-4d3a-4d6b-a9cc-bf99397b8b15.aspx</guid>
      <link>http://www.flatlandmedia.com/flatlander/2006/05/05/MovieMapsDomainName.aspx</link>
      <pubDate>Fri, 05 May 2006 16:30:25 GMT</pubDate>
      <description>&lt;p&gt;
I talked with my movie data source, and it looks like it's going to be feasible to
build my &lt;a href="http://www.flatlandmedia.com/atlas/ShowTimeMaps.aspx"&gt;movie maps&lt;/a&gt; deal
with some better data.&amp;nbsp; So, now I need your help deciding on a domain name.&amp;nbsp;
Here are some names that are available:
&lt;/p&gt;
&lt;p&gt;
showtimemaps.com&lt;br&gt;
movietimemaps.com&lt;br&gt;
movietimemap.com&lt;br&gt;
cinemamap.com
&lt;/p&gt;
&lt;p&gt;
Unfortunately, moviemap.com and moviemaps.com&amp;nbsp;are already taken.&amp;nbsp; Let me
know what you think of these, and please suggest new ones!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.flatlandmedia.com/flatlander/aggbug.ashx?id=712688c8-4d3a-4d6b-a9cc-bf99397b8b15" /&gt;</description>
      <comments>http://www.flatlandmedia.com/flatlander/CommentView,guid,712688c8-4d3a-4d6b-a9cc-bf99397b8b15.aspx</comments>
      <category>Fun</category>
      <category>Movies</category>
    </item>
  </channel>
</rss>
