<?xml version="1.0" encoding="utf-8"?>
<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/" version="2.0">
  <channel>
    <title>Jim Zimmerman - ASP.NET, MVC, Ajax and ORM - Atlas</title>
    <link>http://www.jimzimmerman.com/blog/</link>
    <description>Web Development Jornal</description>
    <language>en-us</language>
    <copyright>Jim Zimmerman</copyright>
    <lastBuildDate>Fri, 09 Mar 2007 04:16:26 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.9.6264.0</generator>
    <managingEditor>jim@jimzimmerman.com</managingEditor>
    <webMaster>jim@jimzimmerman.com</webMaster>
    <item>
      <trackback:ping>http://www.jimzimmerman.com/blog/Trackback.aspx?guid=ccb6e05b-6eda-417f-9d6e-dbe19190b9e0</trackback:ping>
      <pingback:server>http://www.jimzimmerman.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.jimzimmerman.com/blog/PermaLink,guid,ccb6e05b-6eda-417f-9d6e-dbe19190b9e0.aspx</pingback:target>
      <dc:creator>Jim Zimmerman</dc:creator>
      <wfw:comment>http://www.jimzimmerman.com/blog/CommentView,guid,ccb6e05b-6eda-417f-9d6e-dbe19190b9e0.aspx</wfw:comment>
      <wfw:commentRss>http://www.jimzimmerman.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=ccb6e05b-6eda-417f-9d6e-dbe19190b9e0</wfw:commentRss>
      <slash:comments>68</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Although I have known for a while that there was going to be IntelliSense for JavaScript
in the next version of Visual Studio, this is the first time I have seen a public
post from the team on how it will work.  I just ran across this post: <a href="http://blogs.msdn.com/webdevtools/archive/2007/03/02/jscript-intellisense-in-orcas.aspx">http://blogs.msdn.com/webdevtools/archive/2007/03/02/jscript-intellisense-in-orcas.aspx</a> that
shows real examples of how this will work.  I am so excited to use this tool. 
If only i could use it now.  I feel that there must be a beta coming sometime
soon. 
</p>
        <img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=ccb6e05b-6eda-417f-9d6e-dbe19190b9e0" />
      </body>
      <title>IntelliSense for JavaScript using Visual Studio Orcas</title>
      <guid isPermaLink="false">http://www.jimzimmerman.com/blog/PermaLink,guid,ccb6e05b-6eda-417f-9d6e-dbe19190b9e0.aspx</guid>
      <link>http://www.jimzimmerman.com/blog/2007/03/09/IntelliSense+For+JavaScript+Using+Visual+Studio+Orcas.aspx</link>
      <pubDate>Fri, 09 Mar 2007 04:16:26 GMT</pubDate>
      <description>&lt;p&gt;
Although I have known for a while that there was going to be IntelliSense for JavaScript
in the next version of Visual Studio, this is the first time I have seen a public
post from the team on how it will work.&amp;nbsp; I just ran across this post: &lt;a href="http://blogs.msdn.com/webdevtools/archive/2007/03/02/jscript-intellisense-in-orcas.aspx"&gt;http://blogs.msdn.com/webdevtools/archive/2007/03/02/jscript-intellisense-in-orcas.aspx&lt;/a&gt;&amp;nbsp;that
shows real examples of how this will work.&amp;nbsp; I am so excited to use this tool.&amp;nbsp;
If only i could use it now.&amp;nbsp; I feel that there must be a beta coming sometime
soon. 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=ccb6e05b-6eda-417f-9d6e-dbe19190b9e0" /&gt;</description>
      <comments>http://www.jimzimmerman.com/blog/CommentView,guid,ccb6e05b-6eda-417f-9d6e-dbe19190b9e0.aspx</comments>
      <category>Ajax;Atlas</category>
    </item>
    <item>
      <trackback:ping>http://www.jimzimmerman.com/blog/Trackback.aspx?guid=5acb8dc3-ce50-4342-9d36-4178286d74ab</trackback:ping>
      <pingback:server>http://www.jimzimmerman.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.jimzimmerman.com/blog/PermaLink,guid,5acb8dc3-ce50-4342-9d36-4178286d74ab.aspx</pingback:target>
      <dc:creator>Jim Zimmerman</dc:creator>
      <wfw:comment>http://www.jimzimmerman.com/blog/CommentView,guid,5acb8dc3-ce50-4342-9d36-4178286d74ab.aspx</wfw:comment>
      <wfw:commentRss>http://www.jimzimmerman.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=5acb8dc3-ce50-4342-9d36-4178286d74ab</wfw:commentRss>
      <slash:comments>127</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://ajax.asp.net/">ASP.NET AJAX 1.0</a> has just released!  We can
now start to write great AJAX applications that will be fully supported.  They
may have taken a while, but that is too be expected when they create a massive base
framework that will be supported across multiple browsers.  This is not an easy
task.  
</p>
        <p>
This is a huge step to great things with using AJAX with ASP.NET 2.0.  I
know there are a lot of frameworks out there, but this is one that will be around
for awhile and is easily contributed to.  They have also extended the JavaScript
language so that it feels a little bit more like C# and wait until they release the
new Visual Studio where we will get intellisense for JavaScript.  I am so excited
to see this in action.
</p>
        <p>
Be sure to check out <a href="http://ajax.asp.net/">ajax.asp.net</a> and watch some
of the video demos they have and implement their code samples.  While we have
all seen demos like this before, we can actually implement these scenarios in a supported
environment.  Have fun!
</p>
        <img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=5acb8dc3-ce50-4342-9d36-4178286d74ab" />
      </body>
      <title>ASP.NET AJAX 1.0 Released</title>
      <guid isPermaLink="false">http://www.jimzimmerman.com/blog/PermaLink,guid,5acb8dc3-ce50-4342-9d36-4178286d74ab.aspx</guid>
      <link>http://www.jimzimmerman.com/blog/2007/01/24/ASPNET+AJAX+10+Released.aspx</link>
      <pubDate>Wed, 24 Jan 2007 06:52:38 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://ajax.asp.net/"&gt;ASP.NET AJAX 1.0&lt;/a&gt; has just released!&amp;nbsp; We can
now start to write great AJAX applications that will be fully supported.&amp;nbsp; They
may have taken a while, but that is too be expected when they create a massive base
framework that will be supported across multiple browsers.&amp;nbsp; This is not an easy
task.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
This is a huge step to great things with using AJAX with&amp;nbsp;ASP.NET 2.0.&amp;nbsp; I
know there are a lot of frameworks out there, but this is one that will be around
for awhile and is easily contributed to.&amp;nbsp; They have also extended the JavaScript
language so that it feels a little bit more like C# and wait until they release the
new Visual Studio where we will get intellisense for JavaScript.&amp;nbsp; I am so excited
to see this in action.
&lt;/p&gt;
&lt;p&gt;
Be sure to check out &lt;a href="http://ajax.asp.net/"&gt;ajax.asp.net&lt;/a&gt; and watch some
of the video demos they have and implement their code samples.&amp;nbsp; While we have
all seen demos like this before, we can actually implement these scenarios in a supported
environment.&amp;nbsp; Have fun!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=5acb8dc3-ce50-4342-9d36-4178286d74ab" /&gt;</description>
      <comments>http://www.jimzimmerman.com/blog/CommentView,guid,5acb8dc3-ce50-4342-9d36-4178286d74ab.aspx</comments>
      <category>Ajax;ASP.NET;Atlas</category>
    </item>
    <item>
      <trackback:ping>http://www.jimzimmerman.com/blog/Trackback.aspx?guid=8ffd0abd-2df2-43ba-9e77-13e8785a2d2f</trackback:ping>
      <pingback:server>http://www.jimzimmerman.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.jimzimmerman.com/blog/PermaLink,guid,8ffd0abd-2df2-43ba-9e77-13e8785a2d2f.aspx</pingback:target>
      <dc:creator>Jim Zimmerman</dc:creator>
      <wfw:comment>http://www.jimzimmerman.com/blog/CommentView,guid,8ffd0abd-2df2-43ba-9e77-13e8785a2d2f.aspx</wfw:comment>
      <wfw:commentRss>http://www.jimzimmerman.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=8ffd0abd-2df2-43ba-9e77-13e8785a2d2f</wfw:commentRss>
      <slash:comments>109</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
You can now download the <a href="http://ajax.asp.net/default.aspx?tabid=47&amp;subtabid=471">Release
Candidate of ASP.NET AJAX 1.0.</a>  It is time to get your app's ready. 
I am pretty sure we will not see too many changes at all now and can confidently write
code that will be used when it ships next month.  
</p>
        <p>
This has been a long wait, but well worth it.  I am sure that this framework
will grow and grow as it matures.  It has been a little painful to wait this
long for a release, but is well worth it.  These guys have worked so hard to
come up with a release that works cross browser and is easy to use to develop with
and is relatively bug free.  I am excited to all the new features that will be
added once there is a 1.0 release.  I think people will really embrace it and
add many controls that can be shared across the community.
</p>
        <img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=8ffd0abd-2df2-43ba-9e77-13e8785a2d2f" />
      </body>
      <title>ASP.NET AJAX 1.0 RC has been released</title>
      <guid isPermaLink="false">http://www.jimzimmerman.com/blog/PermaLink,guid,8ffd0abd-2df2-43ba-9e77-13e8785a2d2f.aspx</guid>
      <link>http://www.jimzimmerman.com/blog/2006/12/15/ASPNET+AJAX+10+RC+Has+Been+Released.aspx</link>
      <pubDate>Fri, 15 Dec 2006 05:53:02 GMT</pubDate>
      <description>&lt;p&gt;
You can now&amp;nbsp;download the &lt;a href="http://ajax.asp.net/default.aspx?tabid=47&amp;amp;subtabid=471"&gt;Release
Candidate of ASP.NET AJAX 1.0.&lt;/a&gt;&amp;nbsp; It is time to get your app's ready.&amp;nbsp;
I am pretty sure we will not see too many changes at all now and can confidently write
code that will be used when it ships next month.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
This has been a long wait, but well worth it.&amp;nbsp; I am sure that this framework
will grow and grow as it matures.&amp;nbsp; It has been a little painful to wait this
long for a release, but is well worth it.&amp;nbsp; These guys have worked so hard to
come up with a release that works cross browser and is easy to use to develop with
and is relatively bug free.&amp;nbsp; I am excited to all the new features that will be
added once there is a 1.0 release.&amp;nbsp; I think people will really embrace it and
add many controls that can be shared across the community.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=8ffd0abd-2df2-43ba-9e77-13e8785a2d2f" /&gt;</description>
      <comments>http://www.jimzimmerman.com/blog/CommentView,guid,8ffd0abd-2df2-43ba-9e77-13e8785a2d2f.aspx</comments>
      <category>Ajax;ASP.NET;Atlas</category>
    </item>
    <item>
      <trackback:ping>http://www.jimzimmerman.com/blog/Trackback.aspx?guid=f44e456c-a61a-43b7-bad9-4456d3bace28</trackback:ping>
      <pingback:server>http://www.jimzimmerman.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.jimzimmerman.com/blog/PermaLink,guid,f44e456c-a61a-43b7-bad9-4456d3bace28.aspx</pingback:target>
      <dc:creator>Jim Zimmerman</dc:creator>
      <wfw:comment>http://www.jimzimmerman.com/blog/CommentView,guid,f44e456c-a61a-43b7-bad9-4456d3bace28.aspx</wfw:comment>
      <wfw:commentRss>http://www.jimzimmerman.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=f44e456c-a61a-43b7-bad9-4456d3bace28</wfw:commentRss>
      <slash:comments>101</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
You can now <a href="http://ajax.asp.net/default.aspx?tabid=47&amp;subtabid=471">download</a> the
new Atlas or shall I say <a href="http://ajax.asp.net/">ASP.NET AJAX</a>.  They
have several downloads including the toolkit with a ton of cool controls for asp.net
Ajax and also a library for non asp.net users.  Pretty cool stuff.  
</p>
        <p>
You know they say they are going to commit to this for 10 years.  I don't know
about you, but anyone who is going to support this type of technology for 10 years
is one that you should be getting to know now.  This is not going anywhere and
you know Microsoft will always be adding features to this stuff.
</p>
        <img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=f44e456c-a61a-43b7-bad9-4456d3bace28" />
      </body>
      <title>ASP.NET AJAX Beta 1.0 Release</title>
      <guid isPermaLink="false">http://www.jimzimmerman.com/blog/PermaLink,guid,f44e456c-a61a-43b7-bad9-4456d3bace28.aspx</guid>
      <link>http://www.jimzimmerman.com/blog/2006/10/24/ASPNET+AJAX+Beta+10+Release.aspx</link>
      <pubDate>Tue, 24 Oct 2006 04:13:16 GMT</pubDate>
      <description>&lt;p&gt;
You can now &lt;a href="http://ajax.asp.net/default.aspx?tabid=47&amp;amp;subtabid=471"&gt;download&lt;/a&gt; the
new Atlas or shall I say&amp;nbsp;&lt;a href="http://ajax.asp.net/"&gt;ASP.NET AJAX&lt;/a&gt;. &amp;nbsp;They
have several downloads including the toolkit with a ton of cool controls for asp.net
Ajax and also a library for non asp.net users.&amp;nbsp; Pretty cool stuff.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
You know they say they are going to commit to this for 10 years.&amp;nbsp; I don't know
about you, but anyone who is going to support this type of technology for 10 years
is one that you should be getting to know now.&amp;nbsp; This is not going anywhere and
you know Microsoft will always be adding features to this stuff.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=f44e456c-a61a-43b7-bad9-4456d3bace28" /&gt;</description>
      <comments>http://www.jimzimmerman.com/blog/CommentView,guid,f44e456c-a61a-43b7-bad9-4456d3bace28.aspx</comments>
      <category>Ajax;ASP.NET;Atlas</category>
    </item>
    <item>
      <trackback:ping>http://www.jimzimmerman.com/blog/Trackback.aspx?guid=2f711b53-7842-41a1-b111-f48ece5a408f</trackback:ping>
      <pingback:server>http://www.jimzimmerman.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.jimzimmerman.com/blog/PermaLink,guid,2f711b53-7842-41a1-b111-f48ece5a408f.aspx</pingback:target>
      <dc:creator>Jim Zimmerman</dc:creator>
      <wfw:comment>http://www.jimzimmerman.com/blog/CommentView,guid,2f711b53-7842-41a1-b111-f48ece5a408f.aspx</wfw:comment>
      <wfw:commentRss>http://www.jimzimmerman.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=2f711b53-7842-41a1-b111-f48ece5a408f</wfw:commentRss>
      <slash:comments>95</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div style="clear: both;">
        </div>
Well the guys at Microsoft released the September release of the <a href="http://atlas.asp.net/default.aspx?tabid=47&amp;subtabid=477">Atlas
Control Toolkit</a>. This is a great release with some cool features like animation
and nobot along with some cool sliders. My balloon did not get in this time around
because of some unforeseen bugs. Those guys are fun to work with and they work very
hard. I see code check ins at midnight and sometimes 3 in the morning. They really
worked hard to get this release solid and you can tell when you look at it. Have fun!
The animation stuff is really amazing. You would swear its flash.<div style="clear: both; padding-bottom: 0.25em;"></div><img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=2f711b53-7842-41a1-b111-f48ece5a408f" /></body>
      <title>Atlas Control Toolit September Release</title>
      <guid isPermaLink="false">http://www.jimzimmerman.com/blog/PermaLink,guid,2f711b53-7842-41a1-b111-f48ece5a408f.aspx</guid>
      <link>http://www.jimzimmerman.com/blog/2006/09/21/Atlas+Control+Toolit+September+Release.aspx</link>
      <pubDate>Thu, 21 Sep 2006 04:00:00 GMT</pubDate>
      <description>&lt;div style="clear: both;"&gt;
&lt;/div&gt;
Well the guys at Microsoft released the September release of the &lt;a href="http://atlas.asp.net/default.aspx?tabid=47&amp;amp;subtabid=477"&gt;Atlas
Control Toolkit&lt;/a&gt;. This is a great release with some cool features like animation
and nobot along with some cool sliders. My balloon did not get in this time around
because of some unforeseen bugs. Those guys are fun to work with and they work very
hard. I see code check ins at midnight and sometimes 3 in the morning. They really
worked hard to get this release solid and you can tell when you look at it. Have fun!
The animation stuff is really amazing. You would swear its flash.&lt;div style="clear: both; padding-bottom: 0.25em;"&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=2f711b53-7842-41a1-b111-f48ece5a408f" /&gt;</description>
      <comments>http://www.jimzimmerman.com/blog/CommentView,guid,2f711b53-7842-41a1-b111-f48ece5a408f.aspx</comments>
      <category>Ajax;Atlas</category>
    </item>
    <item>
      <trackback:ping>http://www.jimzimmerman.com/blog/Trackback.aspx?guid=6e0f1a08-5a75-41f5-aee0-566a9ef941d2</trackback:ping>
      <pingback:server>http://www.jimzimmerman.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.jimzimmerman.com/blog/PermaLink,guid,6e0f1a08-5a75-41f5-aee0-566a9ef941d2.aspx</pingback:target>
      <dc:creator>Jim Zimmerman</dc:creator>
      <wfw:comment>http://www.jimzimmerman.com/blog/CommentView,guid,6e0f1a08-5a75-41f5-aee0-566a9ef941d2.aspx</wfw:comment>
      <wfw:commentRss>http://www.jimzimmerman.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=6e0f1a08-5a75-41f5-aee0-566a9ef941d2</wfw:commentRss>
      <slash:comments>95</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div style="clear: both;">
        </div>
I don't know about you all , but I think the biggest ajax problem is the "back button
problem". For example, I built this cool build a car application and my wife would
click the next button and then when she wanted to change something and go back she
would hit the back button and say, "What happened? Where did the car go?". That was
when I realized that we had to come up with a solution for the back button browser
problem in ajax. Well it looks as if Nikhil has come up with a good solution for this
problem here: <a href="http://www.nikhilk.net/BackButtonSupport.aspx">http://www.nikhilk.net/BackButtonSupport.aspx </a>.
I haven't had time to implement his stuff, but he is the father of Atlas, so I am
sure it probably works as advertised. He has some great stuff on his site on how to
implement it.<div style="clear: both; padding-bottom: 0.25em;"></div><img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=6e0f1a08-5a75-41f5-aee0-566a9ef941d2" /></body>
      <title>Wow a fix to the back button problem in ajax</title>
      <guid isPermaLink="false">http://www.jimzimmerman.com/blog/PermaLink,guid,6e0f1a08-5a75-41f5-aee0-566a9ef941d2.aspx</guid>
      <link>http://www.jimzimmerman.com/blog/2006/09/13/Wow+A+Fix+To+The+Back+Button+Problem+In+Ajax.aspx</link>
      <pubDate>Wed, 13 Sep 2006 04:00:00 GMT</pubDate>
      <description>&lt;div style="clear: both;"&gt;
&lt;/div&gt;
I don't know about you all , but I think the biggest ajax problem is the "back button
problem". For example, I built this cool build a car application and my wife would
click the next button and then when she wanted to change something and go back she
would hit the back button and say, "What happened? Where did the car go?". That was
when I realized that we had to come up with a solution for the back button browser
problem in ajax. Well it looks as if Nikhil has come up with a good solution for this
problem here: &lt;a href="http://www.nikhilk.net/BackButtonSupport.aspx"&gt;http://www.nikhilk.net/BackButtonSupport.aspx &lt;/a&gt;.
I haven't had time to implement his stuff, but he is the father of Atlas, so I am
sure it probably works as advertised. He has some great stuff on his site on how to
implement it.&lt;div style="clear: both; padding-bottom: 0.25em;"&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=6e0f1a08-5a75-41f5-aee0-566a9ef941d2" /&gt;</description>
      <comments>http://www.jimzimmerman.com/blog/CommentView,guid,6e0f1a08-5a75-41f5-aee0-566a9ef941d2.aspx</comments>
      <category>Ajax;Atlas</category>
    </item>
    <item>
      <trackback:ping>http://www.jimzimmerman.com/blog/Trackback.aspx?guid=4cc9dd7d-60fd-484d-8485-4ed65e2a85c3</trackback:ping>
      <pingback:server>http://www.jimzimmerman.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.jimzimmerman.com/blog/PermaLink,guid,4cc9dd7d-60fd-484d-8485-4ed65e2a85c3.aspx</pingback:target>
      <dc:creator>Jim Zimmerman</dc:creator>
      <wfw:comment>http://www.jimzimmerman.com/blog/CommentView,guid,4cc9dd7d-60fd-484d-8485-4ed65e2a85c3.aspx</wfw:comment>
      <wfw:commentRss>http://www.jimzimmerman.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=4cc9dd7d-60fd-484d-8485-4ed65e2a85c3</wfw:commentRss>
      <slash:comments>106</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div style="clear: both;">
        </div>
Scott Guthrie just announced <a href="http://weblogs.asp.net/scottgu/archive/2006/09/11/_2200_Atlas_2200_-1.0-Naming-and-Roadmap.aspx">Atlas
1.0 Naming and Roadmap</a>. This is great because it will be released to work with
vs 2005 and be fully supported. They listened to alot of people that want the new
technology now and they are delivering. Here is a little excerpt of what he said:<br /><br /><em>"Many people have asked us to deliver a fully-supported 1.0 release of �Atlas�
before the next release of Visual Studio. �Fully supported� means that Microsoft product
support services are available 24 hours a day, 7 days a week, 365 days a year and
that any customer can obtain hotfixes if they encounter a bug affecting their application.
It also means that the product has a committed servicing product lifetime of 10 years
� which provides companies with the ability to depend on it for mission critical applications. 
<br /><br />
I am excited to announce today that we are going to ship this fully supported �Atlas�
1.0 release on top of ASP.NET 2.0 and ensure that it works with Visual Studio 2005.
Our goal is to ship the �Atlas� 1.0 release around the end of this year. The plan
is to first have a Beta, then an RC, and then decide on the final date based on customer
feedback."</em><br /><br />
Good stuff!<div style="clear: both; padding-bottom: 0.25em;"></div><img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=4cc9dd7d-60fd-484d-8485-4ed65e2a85c3" /></body>
      <title>Microsoft AJAX Library and ASP.NET 2.0 AJAX Extensions will be supported in Visual Studio 2005</title>
      <guid isPermaLink="false">http://www.jimzimmerman.com/blog/PermaLink,guid,4cc9dd7d-60fd-484d-8485-4ed65e2a85c3.aspx</guid>
      <link>http://www.jimzimmerman.com/blog/2006/09/12/Microsoft+AJAX+Library+And+ASPNET+20+AJAX+Extensions+Will+Be+Supported+In+Visual+Studio+2005.aspx</link>
      <pubDate>Tue, 12 Sep 2006 04:00:00 GMT</pubDate>
      <description>&lt;div style="clear: both;"&gt;
&lt;/div&gt;
Scott Guthrie just announced &lt;a href="http://weblogs.asp.net/scottgu/archive/2006/09/11/_2200_Atlas_2200_-1.0-Naming-and-Roadmap.aspx"&gt;Atlas
1.0 Naming and Roadmap&lt;/a&gt;. This is great because it will be released to work with
vs 2005 and be fully supported. They listened to alot of people that want the new
technology now and they are delivering. Here is a little excerpt of what he said:&lt;br&gt;
&lt;br&gt;
&lt;em&gt;"Many people have asked us to deliver a fully-supported 1.0 release of �Atlas�
before the next release of Visual Studio. �Fully supported� means that Microsoft product
support services are available 24 hours a day, 7 days a week, 365 days a year and
that any customer can obtain hotfixes if they encounter a bug affecting their application.
It also means that the product has a committed servicing product lifetime of 10 years
� which provides companies with the ability to depend on it for mission critical applications. 
&lt;br&gt;
&lt;br&gt;
I am excited to announce today that we are going to ship this fully supported �Atlas�
1.0 release on top of ASP.NET 2.0 and ensure that it works with Visual Studio 2005.
Our goal is to ship the �Atlas� 1.0 release around the end of this year. The plan
is to first have a Beta, then an RC, and then decide on the final date based on customer
feedback."&lt;/em&gt;
&lt;br&gt;
&lt;br&gt;
Good stuff!&lt;div style="clear: both; padding-bottom: 0.25em;"&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=4cc9dd7d-60fd-484d-8485-4ed65e2a85c3" /&gt;</description>
      <comments>http://www.jimzimmerman.com/blog/CommentView,guid,4cc9dd7d-60fd-484d-8485-4ed65e2a85c3.aspx</comments>
      <category>Atlas;Ajax</category>
    </item>
    <item>
      <trackback:ping>http://www.jimzimmerman.com/blog/Trackback.aspx?guid=bb5b2039-5ff8-4073-8d1f-347e476514dd</trackback:ping>
      <pingback:server>http://www.jimzimmerman.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.jimzimmerman.com/blog/PermaLink,guid,bb5b2039-5ff8-4073-8d1f-347e476514dd.aspx</pingback:target>
      <dc:creator>Jim Zimmerman</dc:creator>
      <wfw:comment>http://www.jimzimmerman.com/blog/CommentView,guid,bb5b2039-5ff8-4073-8d1f-347e476514dd.aspx</wfw:comment>
      <wfw:commentRss>http://www.jimzimmerman.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=bb5b2039-5ff8-4073-8d1f-347e476514dd</wfw:commentRss>
      <slash:comments>66</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div style="clear: both;">
        </div>
Funny, i Just found out there is a magazine for Ajax called AjaxWorld. There are probably
more magazines out there dedicated to Ajax, but i have not run into them yet. I ran
into this <a href="http://www.ajaxdevelopersjournal.com/read/253435.htm">article </a> today
and thought I would share it with you. It is a nice primer for those of you wanting
to learn more about the features and potential of Atlas from a third party perspective.<div style="clear: both; padding-bottom: 0.25em;"></div><img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=bb5b2039-5ff8-4073-8d1f-347e476514dd" /></body>
      <title>Nice primer on Microsoft Atlas from AjaxWorld</title>
      <guid isPermaLink="false">http://www.jimzimmerman.com/blog/PermaLink,guid,bb5b2039-5ff8-4073-8d1f-347e476514dd.aspx</guid>
      <link>http://www.jimzimmerman.com/blog/2006/08/03/Nice+Primer+On+Microsoft+Atlas+From+AjaxWorld.aspx</link>
      <pubDate>Thu, 03 Aug 2006 04:00:00 GMT</pubDate>
      <description>&lt;div style="clear: both;"&gt;
&lt;/div&gt;
Funny, i Just found out there is a magazine for Ajax called AjaxWorld. There are probably
more magazines out there dedicated to Ajax, but i have not run into them yet. I ran
into this &lt;a href="http://www.ajaxdevelopersjournal.com/read/253435.htm"&gt;article &lt;/a&gt; today
and thought I would share it with you. It is a nice primer for those of you wanting
to learn more about the features and potential of Atlas from a third party perspective.&lt;div style="clear: both; padding-bottom: 0.25em;"&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=bb5b2039-5ff8-4073-8d1f-347e476514dd" /&gt;</description>
      <comments>http://www.jimzimmerman.com/blog/CommentView,guid,bb5b2039-5ff8-4073-8d1f-347e476514dd.aspx</comments>
      <category>Ajax;Atlas</category>
    </item>
    <item>
      <trackback:ping>http://www.jimzimmerman.com/blog/Trackback.aspx?guid=3f404255-d9b8-4660-9c20-3d7148c5b5f5</trackback:ping>
      <pingback:server>http://www.jimzimmerman.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.jimzimmerman.com/blog/PermaLink,guid,3f404255-d9b8-4660-9c20-3d7148c5b5f5.aspx</pingback:target>
      <dc:creator>Jim Zimmerman</dc:creator>
      <wfw:comment>http://www.jimzimmerman.com/blog/CommentView,guid,3f404255-d9b8-4660-9c20-3d7148c5b5f5.aspx</wfw:comment>
      <wfw:commentRss>http://www.jimzimmerman.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=3f404255-d9b8-4660-9c20-3d7148c5b5f5</wfw:commentRss>
      <slash:comments>70</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div style="clear: both;">
        </div>
Microsoft just released the first <a href="http://atlas.asp.net/atlastoolkit/">Atlas
Control Toolkit</a> with controls from non-microsoft authors. My balloon control did
not make it into this release but will be put in the next one to allow for proper
testing. There are some cool new controls that I think everyone will enjoy. I especially
like the ratings and dynamicpopulate control. Shawn Burke did a great job on the DynamicPopulate
Control and I thank him for allowing me to add the customScript feature so that you
can call javascript to populate a control instead of a web service or a page method.
Sometimes this can be very useful.<br /><br />
Have fun!<div style="clear: both; padding-bottom: 0.25em;"></div><img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=3f404255-d9b8-4660-9c20-3d7148c5b5f5" /></body>
      <title>New Atlas Control Toolkit Released</title>
      <guid isPermaLink="false">http://www.jimzimmerman.com/blog/PermaLink,guid,3f404255-d9b8-4660-9c20-3d7148c5b5f5.aspx</guid>
      <link>http://www.jimzimmerman.com/blog/2006/08/02/New+Atlas+Control+Toolkit+Released.aspx</link>
      <pubDate>Wed, 02 Aug 2006 04:00:00 GMT</pubDate>
      <description>&lt;div style="clear: both;"&gt;
&lt;/div&gt;
Microsoft just released the first &lt;a href="http://atlas.asp.net/atlastoolkit/"&gt;Atlas
Control Toolkit&lt;/a&gt; with controls from non-microsoft authors. My balloon control did
not make it into this release but will be put in the next one to allow for proper
testing. There are some cool new controls that I think everyone will enjoy. I especially
like the ratings and dynamicpopulate control. Shawn Burke did a great job on the DynamicPopulate
Control and I thank him for allowing me to add the customScript feature so that you
can call javascript to populate a control instead of a web service or a page method.
Sometimes this can be very useful.&lt;br&gt;
&lt;br&gt;
Have fun!&lt;div style="clear: both; padding-bottom: 0.25em;"&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=3f404255-d9b8-4660-9c20-3d7148c5b5f5" /&gt;</description>
      <comments>http://www.jimzimmerman.com/blog/CommentView,guid,3f404255-d9b8-4660-9c20-3d7148c5b5f5.aspx</comments>
      <category>Ajax;Atlas</category>
    </item>
    <item>
      <trackback:ping>http://www.jimzimmerman.com/blog/Trackback.aspx?guid=48b4f37c-2d74-4d34-8133-bc44f7e0747f</trackback:ping>
      <pingback:server>http://www.jimzimmerman.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.jimzimmerman.com/blog/PermaLink,guid,48b4f37c-2d74-4d34-8133-bc44f7e0747f.aspx</pingback:target>
      <dc:creator>Jim Zimmerman</dc:creator>
      <wfw:comment>http://www.jimzimmerman.com/blog/CommentView,guid,48b4f37c-2d74-4d34-8133-bc44f7e0747f.aspx</wfw:comment>
      <wfw:commentRss>http://www.jimzimmerman.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=48b4f37c-2d74-4d34-8133-bc44f7e0747f</wfw:commentRss>
      <slash:comments>123</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div style="clear: both;">
        </div>
Here is a very simple <a href="http://www.codeproject.com/useritems/SimpleAjaxQuizUsingAtlas.asp">tutorial </a>I
saw on code project on how to use atlas to create a quiz. I like it because it shows
how simple you can write atlas apps using straight javascript and html, but still
using the atlas library to do the web service call management. Alot of times this
is how I prefer to write ajax / atlas apps. I am also a big fan of the atlas toolkit,
because you can resuse javascript now in such a cleaner way. Check out the toolkit <a href="http://atlas.asp.net/default.aspx?tabid=47&amp;subtabid=477">here</a>.
And if you are so bold as to want to play with the source code, you can find that <a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=AtlasControlToolkit">here</a>.<div style="clear: both; padding-bottom: 0.25em;"></div><img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=48b4f37c-2d74-4d34-8133-bc44f7e0747f" /></body>
      <title>Nice simple ajax / atlas demo</title>
      <guid isPermaLink="false">http://www.jimzimmerman.com/blog/PermaLink,guid,48b4f37c-2d74-4d34-8133-bc44f7e0747f.aspx</guid>
      <link>http://www.jimzimmerman.com/blog/2006/08/01/Nice+Simple+Ajax+Atlas+Demo.aspx</link>
      <pubDate>Tue, 01 Aug 2006 04:00:00 GMT</pubDate>
      <description>&lt;div style="clear: both;"&gt;
&lt;/div&gt;
Here is a very simple &lt;a href="http://www.codeproject.com/useritems/SimpleAjaxQuizUsingAtlas.asp"&gt;tutorial &lt;/a&gt;I
saw on code project on how to use atlas to create a quiz. I like it because it shows
how simple you can write atlas apps using straight javascript and html, but still
using the atlas library to do the web service call management. Alot of times this
is how I prefer to write ajax / atlas apps. I am also a big fan of the atlas toolkit,
because you can resuse javascript now in such a cleaner way. Check out the toolkit &lt;a href="http://atlas.asp.net/default.aspx?tabid=47&amp;amp;subtabid=477"&gt;here&lt;/a&gt;.
And if you are so bold as to want to play with the source code, you can find that &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=AtlasControlToolkit"&gt;here&lt;/a&gt;.&lt;div style="clear: both; padding-bottom: 0.25em;"&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=48b4f37c-2d74-4d34-8133-bc44f7e0747f" /&gt;</description>
      <comments>http://www.jimzimmerman.com/blog/CommentView,guid,48b4f37c-2d74-4d34-8133-bc44f7e0747f.aspx</comments>
      <category>Ajax;Atlas</category>
    </item>
    <item>
      <trackback:ping>http://www.jimzimmerman.com/blog/Trackback.aspx?guid=da5ec810-8358-4466-aa58-34f271f929fb</trackback:ping>
      <pingback:server>http://www.jimzimmerman.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.jimzimmerman.com/blog/PermaLink,guid,da5ec810-8358-4466-aa58-34f271f929fb.aspx</pingback:target>
      <dc:creator>Jim Zimmerman</dc:creator>
      <wfw:comment>http://www.jimzimmerman.com/blog/CommentView,guid,da5ec810-8358-4466-aa58-34f271f929fb.aspx</wfw:comment>
      <wfw:commentRss>http://www.jimzimmerman.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=da5ec810-8358-4466-aa58-34f271f929fb</wfw:commentRss>
      <slash:comments>76</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div style="clear: both;">
        </div>
For all you who would like to learn more about Atlas here in Tampa, Joe Healy and
I are speaking on Wednesday, June 14, 2006 <a href="http://www.microsoft.com/mscorp/info/usaoffices/gulfstates/tampa.mspx">here</a> in
Tampa. Joe is going to talk about how to start with Atlas along with an overview and
how to start with the <a href="http://atlas.asp.net/atlastoolkit/">Atlas Toolkit</a>.
I am going to get advanced and talk about how to best debug the atlas applications
along with writing your own custom atlas control. I will also touch on script# from
Nikil as well as talk about some advanced javascript features. You can check out the
event details and signup <a href="http://www.devfish.net/articles/techedoutcasts.htm">here</a>.
I also have written a atlas control that you all will be able to download a beta of
after the talk. I have been so busy writing the control and working that I haven't
posted in a while. Hard to keep up sometimes. Hope to see you all there!<div style="clear: both; padding-bottom: 0.25em;"></div><img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=da5ec810-8358-4466-aa58-34f271f929fb" /></body>
      <title>Tampa Bay TechEd Outcasts Event June 12 - 17</title>
      <guid isPermaLink="false">http://www.jimzimmerman.com/blog/PermaLink,guid,da5ec810-8358-4466-aa58-34f271f929fb.aspx</guid>
      <link>http://www.jimzimmerman.com/blog/2006/06/12/Tampa+Bay+TechEd+Outcasts+Event+June+12+17.aspx</link>
      <pubDate>Mon, 12 Jun 2006 04:00:00 GMT</pubDate>
      <description>&lt;div style="clear: both;"&gt;
&lt;/div&gt;
For all you who would like to learn more about Atlas here in Tampa, Joe Healy and
I are speaking on Wednesday, June 14, 2006 &lt;a href="http://www.microsoft.com/mscorp/info/usaoffices/gulfstates/tampa.mspx"&gt;here&lt;/a&gt; in
Tampa. Joe is going to talk about how to start with Atlas along with an overview and
how to start with the &lt;a href="http://atlas.asp.net/atlastoolkit/"&gt;Atlas Toolkit&lt;/a&gt;.
I am going to get advanced and talk about how to best debug the atlas applications
along with writing your own custom atlas control. I will also touch on script# from
Nikil as well as talk about some advanced javascript features. You can check out the
event details and signup &lt;a href="http://www.devfish.net/articles/techedoutcasts.htm"&gt;here&lt;/a&gt;.
I also have written a atlas control that you all will be able to download a beta of
after the talk. I have been so busy writing the control and working that I haven't
posted in a while. Hard to keep up sometimes. Hope to see you all there!&lt;div style="clear: both; padding-bottom: 0.25em;"&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=da5ec810-8358-4466-aa58-34f271f929fb" /&gt;</description>
      <comments>http://www.jimzimmerman.com/blog/CommentView,guid,da5ec810-8358-4466-aa58-34f271f929fb.aspx</comments>
      <category>Atlas;Events</category>
    </item>
    <item>
      <trackback:ping>http://www.jimzimmerman.com/blog/Trackback.aspx?guid=da9a71d2-d99d-4415-b5f8-c91b22e95344</trackback:ping>
      <pingback:server>http://www.jimzimmerman.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.jimzimmerman.com/blog/PermaLink,guid,da9a71d2-d99d-4415-b5f8-c91b22e95344.aspx</pingback:target>
      <dc:creator>Jim Zimmerman</dc:creator>
      <wfw:comment>http://www.jimzimmerman.com/blog/CommentView,guid,da9a71d2-d99d-4415-b5f8-c91b22e95344.aspx</wfw:comment>
      <wfw:commentRss>http://www.jimzimmerman.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=da9a71d2-d99d-4415-b5f8-c91b22e95344</wfw:commentRss>
      <slash:comments>69</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div style="clear: both;">
        </div>
Now this is some very cool stuff. Nikhil, the architect of Atlas, has released a prototype
to create atlas / ajax apps in c# without writing javascript code. You can check the
post and download some bits <a href="http://www.nikhilk.net/ScriptSharpIntro.aspx">here</a>.
I haven't had time to play with it yet, but I will post a review when I do. I actually
like writing javascript, but i will try anything that makes life easier when writing
complex ajax apps. 
<br /><br />
Have fun!<div style="clear: both; padding-bottom: 0.25em;"></div><img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=da9a71d2-d99d-4415-b5f8-c91b22e95344" /></body>
      <title>Script# Prototype from Nikhil</title>
      <guid isPermaLink="false">http://www.jimzimmerman.com/blog/PermaLink,guid,da9a71d2-d99d-4415-b5f8-c91b22e95344.aspx</guid>
      <link>http://www.jimzimmerman.com/blog/2006/05/24/Script+Prototype+From+Nikhil.aspx</link>
      <pubDate>Wed, 24 May 2006 04:00:00 GMT</pubDate>
      <description>&lt;div style="clear: both;"&gt;
&lt;/div&gt;
Now this is some very cool stuff. Nikhil, the architect of Atlas, has released a prototype
to create atlas / ajax apps in c# without writing javascript code. You can check the
post and download some bits &lt;a href="http://www.nikhilk.net/ScriptSharpIntro.aspx"&gt;here&lt;/a&gt;.
I haven't had time to play with it yet, but I will post a review when I do. I actually
like writing javascript, but i will try anything that makes life easier when writing
complex ajax apps. 
&lt;br&gt;
&lt;br&gt;
Have fun!&lt;div style="clear: both; padding-bottom: 0.25em;"&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=da9a71d2-d99d-4415-b5f8-c91b22e95344" /&gt;</description>
      <comments>http://www.jimzimmerman.com/blog/CommentView,guid,da9a71d2-d99d-4415-b5f8-c91b22e95344.aspx</comments>
      <category>Ajax;ASP.NET;Atlas</category>
    </item>
    <item>
      <trackback:ping>http://www.jimzimmerman.com/blog/Trackback.aspx?guid=1f0af873-ac1d-4305-8c99-abb9ab4b83eb</trackback:ping>
      <pingback:server>http://www.jimzimmerman.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.jimzimmerman.com/blog/PermaLink,guid,1f0af873-ac1d-4305-8c99-abb9ab4b83eb.aspx</pingback:target>
      <dc:creator>Jim Zimmerman</dc:creator>
      <wfw:comment>http://www.jimzimmerman.com/blog/CommentView,guid,1f0af873-ac1d-4305-8c99-abb9ab4b83eb.aspx</wfw:comment>
      <wfw:commentRss>http://www.jimzimmerman.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=1f0af873-ac1d-4305-8c99-abb9ab4b83eb</wfw:commentRss>
      <slash:comments>108</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div style="clear: both;">
        </div>
The new Atlas control kit has been updated a few days ago. This release incorporates
a bunch of community feature feedback, fixes a lot of bugs, adds support for the Safari
browser, and introduces another 4 new Atlas-enabled controls to the 9 introduced with
the first release. You can download it from this link: <a href="http://atlas.asp.net/default.aspx?tabid=47&amp;subtabid=477"> http://atlas.asp.net/default.aspx?tabid=47&amp;subtabid=477</a>.<br /><br />
Have fun, the controls make it really easy to add atlas functionality to your site.<div style="clear: both; padding-bottom: 0.25em;"></div><img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=1f0af873-ac1d-4305-8c99-abb9ab4b83eb" /></body>
      <title>Atlas Control Kit Updated</title>
      <guid isPermaLink="false">http://www.jimzimmerman.com/blog/PermaLink,guid,1f0af873-ac1d-4305-8c99-abb9ab4b83eb.aspx</guid>
      <link>http://www.jimzimmerman.com/blog/2006/05/10/Atlas+Control+Kit+Updated.aspx</link>
      <pubDate>Wed, 10 May 2006 04:00:00 GMT</pubDate>
      <description>&lt;div style="clear: both;"&gt;
&lt;/div&gt;
The new Atlas control kit has been updated a few days ago. This release incorporates
a bunch of community feature feedback, fixes a lot of bugs, adds support for the Safari
browser, and introduces another 4 new Atlas-enabled controls to the 9 introduced with
the first release. You can download it from this link: &lt;a href="http://atlas.asp.net/default.aspx?tabid=47&amp;amp;subtabid=477"&gt; http://atlas.asp.net/default.aspx?tabid=47&amp;amp;subtabid=477&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
Have fun, the controls make it really easy to add atlas functionality to your site.&lt;div style="clear: both; padding-bottom: 0.25em;"&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=1f0af873-ac1d-4305-8c99-abb9ab4b83eb" /&gt;</description>
      <comments>http://www.jimzimmerman.com/blog/CommentView,guid,1f0af873-ac1d-4305-8c99-abb9ab4b83eb.aspx</comments>
      <category>Ajax;Atlas</category>
    </item>
    <item>
      <trackback:ping>http://www.jimzimmerman.com/blog/Trackback.aspx?guid=d12c20e6-4cd2-448b-8fd0-d21619652bbd</trackback:ping>
      <pingback:server>http://www.jimzimmerman.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.jimzimmerman.com/blog/PermaLink,guid,d12c20e6-4cd2-448b-8fd0-d21619652bbd.aspx</pingback:target>
      <dc:creator>Jim Zimmerman</dc:creator>
      <wfw:comment>http://www.jimzimmerman.com/blog/CommentView,guid,d12c20e6-4cd2-448b-8fd0-d21619652bbd.aspx</wfw:comment>
      <wfw:commentRss>http://www.jimzimmerman.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=d12c20e6-4cd2-448b-8fd0-d21619652bbd</wfw:commentRss>
      <slash:comments>84</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div style="clear: both;">
        </div>
Bertrand Le Roy, a dev on the Atlas team has built a tool for documenting Atlas classes
called ScriptDoc. You can download it from this link; <a href="http://www.gotdotnet.com/workspaces/workspace.aspx?id=5d6cbdb9-c177-40f2-98db-71ec86a467cc%20">http://www.gotdotnet.com/workspaces/workspace.aspx?id=5d6cbdb9-c177-40f2-98db-71ec86a467cc</a>.<br /><br />
I haven't had time to use it yet, but it will definitley help keep my javascript more
organized.<div style="clear: both; padding-bottom: 0.25em;"></div><img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=d12c20e6-4cd2-448b-8fd0-d21619652bbd" /></body>
      <title>Documenting Atlas Classes</title>
      <guid isPermaLink="false">http://www.jimzimmerman.com/blog/PermaLink,guid,d12c20e6-4cd2-448b-8fd0-d21619652bbd.aspx</guid>
      <link>http://www.jimzimmerman.com/blog/2006/05/02/Documenting+Atlas+Classes.aspx</link>
      <pubDate>Tue, 02 May 2006 04:00:00 GMT</pubDate>
      <description>&lt;div style="clear: both;"&gt;
&lt;/div&gt;
Bertrand Le Roy, a dev on the Atlas team has built a tool for documenting Atlas classes
called ScriptDoc. You can download it from this link; &lt;a href="http://www.gotdotnet.com/workspaces/workspace.aspx?id=5d6cbdb9-c177-40f2-98db-71ec86a467cc%20"&gt;http://www.gotdotnet.com/workspaces/workspace.aspx?id=5d6cbdb9-c177-40f2-98db-71ec86a467cc&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
I haven't had time to use it yet, but it will definitley help keep my javascript more
organized.&lt;div style="clear: both; padding-bottom: 0.25em;"&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=d12c20e6-4cd2-448b-8fd0-d21619652bbd" /&gt;</description>
      <comments>http://www.jimzimmerman.com/blog/CommentView,guid,d12c20e6-4cd2-448b-8fd0-d21619652bbd.aspx</comments>
      <category>Atlas</category>
    </item>
    <item>
      <trackback:ping>http://www.jimzimmerman.com/blog/Trackback.aspx?guid=933318f1-95c7-462e-a84b-99dc345d473c</trackback:ping>
      <pingback:server>http://www.jimzimmerman.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.jimzimmerman.com/blog/PermaLink,guid,933318f1-95c7-462e-a84b-99dc345d473c.aspx</pingback:target>
      <dc:creator>Jim Zimmerman</dc:creator>
      <wfw:comment>http://www.jimzimmerman.com/blog/CommentView,guid,933318f1-95c7-462e-a84b-99dc345d473c.aspx</wfw:comment>
      <wfw:commentRss>http://www.jimzimmerman.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=933318f1-95c7-462e-a84b-99dc345d473c</wfw:commentRss>
      <slash:comments>81</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div style="clear: both;">
        </div>
The other night I was doing a quick session on how to make live.com gadgets using
Atlas. I couldn't actually show the atlas way working because I was getting a javascript
error of 'm_contentIE is undefined'. I had to resort to just the xml, js, and css
files way the live.com folks do it. The new atlas:Gadget control makes it so much
easier. To get it work you have to add more trusted sites like *.start.com, *.live.com
and localhost in internet explorer security settings. The * is what does it. Covers
all current and future subdomains. This is only if you are testing from localhost
as far as I know. Here is a post on it, that was shown to me during my session by
Joe Healy.<br /><a href="http://microsoftgadgets.com/forums/5184/ShowPost.aspx">http://microsoftgadgets.com/forums/5184/ShowPost.aspx </a>. 
<br />
I thank him for showing me that, I was about ready to pull my hair out debugging the
live.com javascript code earlier that day getting ready for my session. Found out
the reason I was able to get raw xml way working was because I Could set binding options
inline = true. When using atlas:gadget you are stuck with the xml that is generating
when calling page.aspx?gadget=true. I hope this helps at least one person trying to
fix this problem.<div style="clear: both; padding-bottom: 0.25em;"></div><img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=933318f1-95c7-462e-a84b-99dc345d473c" /></body>
      <title>Fix for live.com gadget javascript error from localhost</title>
      <guid isPermaLink="false">http://www.jimzimmerman.com/blog/PermaLink,guid,933318f1-95c7-462e-a84b-99dc345d473c.aspx</guid>
      <link>http://www.jimzimmerman.com/blog/2006/05/01/Fix+For+Livecom+Gadget+Javascript+Error+From+Localhost.aspx</link>
      <pubDate>Mon, 01 May 2006 04:00:00 GMT</pubDate>
      <description>&lt;div style="clear: both;"&gt;
&lt;/div&gt;
The other night I was doing a quick session on how to make live.com gadgets using
Atlas. I couldn't actually show the atlas way working because I was getting a javascript
error of 'm_contentIE is undefined'. I had to resort to just the xml, js, and css
files way the live.com folks do it. The new atlas:Gadget control makes it so much
easier. To get it work you have to add more trusted sites like *.start.com, *.live.com
and localhost in internet explorer security settings. The * is what does it. Covers
all current and future subdomains. This is only if you are testing from localhost
as far as I know. Here is a post on it, that was shown to me during my session by
Joe Healy.&lt;br&gt;
&lt;a href="http://microsoftgadgets.com/forums/5184/ShowPost.aspx"&gt;http://microsoftgadgets.com/forums/5184/ShowPost.aspx &lt;/a&gt;. 
&lt;br&gt;
I thank him for showing me that, I was about ready to pull my hair out debugging the
live.com javascript code earlier that day getting ready for my session. Found out
the reason I was able to get raw xml way working was because I Could set binding options
inline = true. When using atlas:gadget you are stuck with the xml that is generating
when calling page.aspx?gadget=true. I hope this helps at least one person trying to
fix this problem.&lt;div style="clear: both; padding-bottom: 0.25em;"&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=933318f1-95c7-462e-a84b-99dc345d473c" /&gt;</description>
      <comments>http://www.jimzimmerman.com/blog/CommentView,guid,933318f1-95c7-462e-a84b-99dc345d473c.aspx</comments>
      <category>Ajax;Atlas</category>
    </item>
    <item>
      <trackback:ping>http://www.jimzimmerman.com/blog/Trackback.aspx?guid=ec479160-6276-42f5-9033-144e6312b4fb</trackback:ping>
      <pingback:server>http://www.jimzimmerman.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.jimzimmerman.com/blog/PermaLink,guid,ec479160-6276-42f5-9033-144e6312b4fb.aspx</pingback:target>
      <dc:creator>Jim Zimmerman</dc:creator>
      <wfw:comment>http://www.jimzimmerman.com/blog/CommentView,guid,ec479160-6276-42f5-9033-144e6312b4fb.aspx</wfw:comment>
      <wfw:commentRss>http://www.jimzimmerman.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=ec479160-6276-42f5-9033-144e6312b4fb</wfw:commentRss>
      <slash:comments>124</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div style="clear: both;">
        </div>
Ok, now some of you may already know this, so don't laugh too hard that I have been
writing Ajax - style apps for almost a year and have just been using fiddler to do
most of my debugging. If you have not heard of fiddler you can get that <a href="http://www.fiddlertool.com/fiddler/">here.</a><br /><br />
Anyway, I stumbled across a very easy way to debug javascript with Visual Studio 2005.
I assume this also works for older versions. All that you need to do is put debugger;
on the line where you want to set a breakpoint and then open the page in IE and it
will ask you if what debugger you want to use. Note: You need to make sure you are
allowing javascript to be debugged in IE by checking the appropiate checkbox in intenet
options &gt; advanced.<br /><br />
Once the debugger is open you can step though the code like you normally would in
a c# app and watch the variables. If you are making ajax calls and returning xml or
javascript you can also see that data come back. If you are using JSON you can actually
continue stepping through that code that was returned from you server in runtime.
Pretty cool stuff! It has just made my life so much easier and I am suprised I have
not heard of this before. I guess I had my head in the sand for a little bit. I hope
this helps someone who has been looking for how to do this.<div style="clear: both; padding-bottom: 0.25em;"></div><img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=ec479160-6276-42f5-9033-144e6312b4fb" /></body>
      <title>Debugging Javascript with Visual Studio 2005</title>
      <guid isPermaLink="false">http://www.jimzimmerman.com/blog/PermaLink,guid,ec479160-6276-42f5-9033-144e6312b4fb.aspx</guid>
      <link>http://www.jimzimmerman.com/blog/2006/04/14/Debugging+Javascript+With+Visual+Studio+2005.aspx</link>
      <pubDate>Fri, 14 Apr 2006 04:00:00 GMT</pubDate>
      <description>&lt;div style="clear: both;"&gt;
&lt;/div&gt;
Ok, now some of you may already know this, so don't laugh too hard that I have been
writing Ajax - style apps for almost a year and have just been using fiddler to do
most of my debugging. If you have not heard of fiddler you can get that &lt;a href="http://www.fiddlertool.com/fiddler/"&gt;here.&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
Anyway, I stumbled across a very easy way to debug javascript with Visual Studio 2005.
I assume this also works for older versions. All that you need to do is put debugger;
on the line where you want to set a breakpoint and then open the page in IE and it
will ask you if what debugger you want to use. Note: You need to make sure you are
allowing javascript to be debugged in IE by checking the appropiate checkbox in intenet
options &amp;gt; advanced.&lt;br&gt;
&lt;br&gt;
Once the debugger is open you can step though the code like you normally would in
a c# app and watch the variables. If you are making ajax calls and returning xml or
javascript you can also see that data come back. If you are using JSON you can actually
continue stepping through that code that was returned from you server in runtime.
Pretty cool stuff! It has just made my life so much easier and I am suprised I have
not heard of this before. I guess I had my head in the sand for a little bit. I hope
this helps someone who has been looking for how to do this.&lt;div style="clear: both; padding-bottom: 0.25em;"&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=ec479160-6276-42f5-9033-144e6312b4fb" /&gt;</description>
      <comments>http://www.jimzimmerman.com/blog/CommentView,guid,ec479160-6276-42f5-9033-144e6312b4fb.aspx</comments>
      <category>Ajax;ASP.NET;Atlas</category>
    </item>
    <item>
      <trackback:ping>http://www.jimzimmerman.com/blog/Trackback.aspx?guid=2f4bc774-2cea-4ec6-b28e-6c65584e1b7e</trackback:ping>
      <pingback:server>http://www.jimzimmerman.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.jimzimmerman.com/blog/PermaLink,guid,2f4bc774-2cea-4ec6-b28e-6c65584e1b7e.aspx</pingback:target>
      <dc:creator>Jim Zimmerman</dc:creator>
      <wfw:comment>http://www.jimzimmerman.com/blog/CommentView,guid,2f4bc774-2cea-4ec6-b28e-6c65584e1b7e.aspx</wfw:comment>
      <wfw:commentRss>http://www.jimzimmerman.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=2f4bc774-2cea-4ec6-b28e-6c65584e1b7e</wfw:commentRss>
      <slash:comments>72</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div style="clear: both;">
        </div>
Looks like some people have been listening to us developers about what we want. Microsoft
has released shared source controls to simplify Atlas development. Pretty cool stuff.
I am already starting to create controls. Have fun!<br /><br /><a href="http://atlas.asp.net/atlastoolkit/">http://atlas.asp.net/atlastoolkit/</a><br /><br /><div style="clear: both; padding-bottom: 0.25em;"></div><img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=2f4bc774-2cea-4ec6-b28e-6c65584e1b7e" /></body>
      <title>Atlas Control Toolkit</title>
      <guid isPermaLink="false">http://www.jimzimmerman.com/blog/PermaLink,guid,2f4bc774-2cea-4ec6-b28e-6c65584e1b7e.aspx</guid>
      <link>http://www.jimzimmerman.com/blog/2006/04/13/Atlas+Control+Toolkit.aspx</link>
      <pubDate>Thu, 13 Apr 2006 04:00:00 GMT</pubDate>
      <description>&lt;div style="clear: both;"&gt;
&lt;/div&gt;
Looks like some people have been listening to us developers about what we want. Microsoft
has released shared source controls to simplify Atlas development. Pretty cool stuff.
I am already starting to create controls. Have fun!&lt;br&gt;
&lt;br&gt;
&lt;a href="http://atlas.asp.net/atlastoolkit/"&gt;http://atlas.asp.net/atlastoolkit/&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
&lt;div style="clear: both; padding-bottom: 0.25em;"&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=2f4bc774-2cea-4ec6-b28e-6c65584e1b7e" /&gt;</description>
      <comments>http://www.jimzimmerman.com/blog/CommentView,guid,2f4bc774-2cea-4ec6-b28e-6c65584e1b7e.aspx</comments>
      <category>Ajax;Atlas</category>
    </item>
    <item>
      <trackback:ping>http://www.jimzimmerman.com/blog/Trackback.aspx?guid=42fa9b6b-e800-4621-b8b5-be1019adc7e9</trackback:ping>
      <pingback:server>http://www.jimzimmerman.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.jimzimmerman.com/blog/PermaLink,guid,42fa9b6b-e800-4621-b8b5-be1019adc7e9.aspx</pingback:target>
      <dc:creator>Jim Zimmerman</dc:creator>
      <wfw:comment>http://www.jimzimmerman.com/blog/CommentView,guid,42fa9b6b-e800-4621-b8b5-be1019adc7e9.aspx</wfw:comment>
      <wfw:commentRss>http://www.jimzimmerman.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=42fa9b6b-e800-4621-b8b5-be1019adc7e9</wfw:commentRss>
      <slash:comments>101</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div style="clear: both;">
        </div>
Here is Nikhil's Web Development Helper. This is a great tool for debugging ajax and
atlas applications. Check it out here: <a href="http://www.nikhilk.net/Project.WebDevHelper.aspx">http://www.nikhilk.net/Project.WebDevHelper.aspx</a><br /><br /><br />
Make sure to follow instructions carefully to get this to work. Only will work on
your own .net apps.<div style="clear: both; padding-bottom: 0.25em;"></div><img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=42fa9b6b-e800-4621-b8b5-be1019adc7e9" /></body>
      <title>Web Development Helper - Great Ajax Debugger for IE</title>
      <guid isPermaLink="false">http://www.jimzimmerman.com/blog/PermaLink,guid,42fa9b6b-e800-4621-b8b5-be1019adc7e9.aspx</guid>
      <link>http://www.jimzimmerman.com/blog/2006/03/11/Web+Development+Helper+Great+Ajax+Debugger+For+IE.aspx</link>
      <pubDate>Sat, 11 Mar 2006 05:00:00 GMT</pubDate>
      <description>&lt;div style="clear: both;"&gt;
&lt;/div&gt;
Here is Nikhil's Web Development Helper. This is a great tool for debugging ajax and
atlas applications. Check it out here: &lt;a href="http://www.nikhilk.net/Project.WebDevHelper.aspx"&gt;http://www.nikhilk.net/Project.WebDevHelper.aspx&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Make sure to follow instructions carefully to get this to work. Only will work on
your own .net apps.&lt;div style="clear: both; padding-bottom: 0.25em;"&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=42fa9b6b-e800-4621-b8b5-be1019adc7e9" /&gt;</description>
      <comments>http://www.jimzimmerman.com/blog/CommentView,guid,42fa9b6b-e800-4621-b8b5-be1019adc7e9.aspx</comments>
      <category>Ajax;Atlas</category>
    </item>
    <item>
      <trackback:ping>http://www.jimzimmerman.com/blog/Trackback.aspx?guid=5e14dcd9-5d2a-4e25-9bfd-27849d332ba4</trackback:ping>
      <pingback:server>http://www.jimzimmerman.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.jimzimmerman.com/blog/PermaLink,guid,5e14dcd9-5d2a-4e25-9bfd-27849d332ba4.aspx</pingback:target>
      <dc:creator>Jim Zimmerman</dc:creator>
      <wfw:comment>http://www.jimzimmerman.com/blog/CommentView,guid,5e14dcd9-5d2a-4e25-9bfd-27849d332ba4.aspx</wfw:comment>
      <wfw:commentRss>http://www.jimzimmerman.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=5e14dcd9-5d2a-4e25-9bfd-27849d332ba4</wfw:commentRss>
      <slash:comments>115</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div style="clear: both;">
        </div>
Here is a link to a look at the Atlas technology. 
<br /><br /><a href="http://beta.asp.net/default.aspx?tabindex=7&amp;tabid=47">http://beta.asp.net/default.aspx?tabindex=7&amp;tabid=47</a><br /><br />
I am looking at it myself and hope to incorporate this into my presentation on Saturday,
Sept. 24th, 2005 in Tallahassee for Code Camp.<div style="clear: both; padding-bottom: 0.25em;"></div><img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=5e14dcd9-5d2a-4e25-9bfd-27849d332ba4" /></body>
      <title>Atlas Info</title>
      <guid isPermaLink="false">http://www.jimzimmerman.com/blog/PermaLink,guid,5e14dcd9-5d2a-4e25-9bfd-27849d332ba4.aspx</guid>
      <link>http://www.jimzimmerman.com/blog/2005/09/19/Atlas+Info.aspx</link>
      <pubDate>Mon, 19 Sep 2005 04:00:00 GMT</pubDate>
      <description>&lt;div style="clear: both;"&gt;
&lt;/div&gt;
Here is a link to a look at the Atlas technology. 
&lt;br&gt;
&lt;br&gt;
&lt;a href="http://beta.asp.net/default.aspx?tabindex=7&amp;amp;tabid=47"&gt;http://beta.asp.net/default.aspx?tabindex=7&amp;amp;tabid=47&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
I am looking at it myself and hope to incorporate this into my presentation on Saturday,
Sept. 24th, 2005 in Tallahassee for Code Camp.&lt;div style="clear: both; padding-bottom: 0.25em;"&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.jimzimmerman.com/blog/aggbug.ashx?id=5e14dcd9-5d2a-4e25-9bfd-27849d332ba4" /&gt;</description>
      <comments>http://www.jimzimmerman.com/blog/CommentView,guid,5e14dcd9-5d2a-4e25-9bfd-27849d332ba4.aspx</comments>
      <category>Ajax;Atlas</category>
    </item>
  </channel>
</rss>