<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" 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:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Atlas</title>
        <link>http://blogs.dotnetnerds.com/sherman/category/95.aspx</link>
        <description>Atlas</description>
        <language>en-US</language>
        <copyright>Sherman Quick</copyright>
        <managingEditor>sherman@dotnetnerds.com</managingEditor>
        <generator>Subtext Version 1.9.2.23</generator>
        <item>
            <title>Getting Started w/ Atlas</title>
            <link>http://blogs.dotnetnerds.com/sherman/archive/2006/11/03/37799.aspx</link>
            <description>&lt;p align="left"&gt;For the next couple of posts, I think I'm going to focus on showing off some of the new Atlas components; therefore, I'll go through a brief demo on how to start a new Atlas project using Visual Studio 2005 first before diving into them head first.&lt;/p&gt;
&lt;p align="left"&gt;Before I begin, please note that Atlas is currently Beta and that means that things are going to be changing on a pretty consistant basis.  I'd appreciate it if you can send feedback to me if something isn't quite lining up with what you're seeing so that I can update my posts appropriately.  &lt;/p&gt;
&lt;p align="left"&gt;With that being said, let's proceed with setting up that new Atlas project using Visual Studio 2005...&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;
    &lt;div align="left"&gt;Be sure you've got the following components installed (see &lt;a title="http://ajax.asp.net/" href="http://ajax.asp.net/"&gt;http://ajax.asp.net/&lt;/a&gt; to download them) &lt;/div&gt;
    &lt;ul&gt;
        &lt;li&gt;
        &lt;div align="left"&gt;ASP.NET 2.0 AJAX 1.0 Beta &lt;/div&gt;
        &lt;/li&gt;
        &lt;li&gt;
        &lt;div align="left"&gt;ASP.NET 2.0 AJAX CTP Beta&lt;/div&gt;
        &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div align="left"&gt;Open Visual Studio 2005 &lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div align="left"&gt;Click &lt;strong&gt;File&lt;/strong&gt; -&amp;gt; &lt;strong&gt;New&lt;/strong&gt; -&amp;gt; &lt;strong&gt;Web Site...&lt;/strong&gt; &lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div align="left"&gt;Since the new Atlas controls are contained under the CTP, you'll want to select the "&lt;strong&gt;ASP .NET AJAX CTP-Enabled Web Site&lt;/strong&gt;" template under &lt;strong&gt;Visual Studio Installed Templates&lt;/strong&gt; &lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div align="left"&gt;Since I've got IIS enabled on my system, I'm going to select "&lt;strong&gt;HTTP&lt;/strong&gt;" for location and type in "&lt;strong&gt;http://localhost/AtlasDemo&lt;/strong&gt;" for the URL.  You can select "&lt;strong&gt;File System&lt;/strong&gt;" if you don't have IIS enabled on your system and choose a location where you want the files installed.  If you choose "&lt;strong&gt;File System&lt;/strong&gt;", Visual Studio can still emulate the web site for you when you run in debug mode (very nice feature by the way...) &lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div align="left"&gt;Select your favorite programming language (I like C#) and then click the &lt;strong&gt;OK&lt;/strong&gt; button&lt;/div&gt;
    &lt;/li&gt;
&lt;/ol&gt;
&lt;p align="center"&gt;&lt;a atomicselection="true" href="http://blogs.dotnetnerds.com/images/blogs_dotnetnerds_com/sherman/WindowsLiveWriter/GettingStartedwAtlas_E9C1/AtlasProjSetup%5B10%5D.jpg"&gt;&lt;img style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height="158" alt="" width="240" border="0" src="http://blogs.dotnetnerds.com/images/blogs_dotnetnerds_com/sherman/WindowsLiveWriter/GettingStartedwAtlas_E9C1/AtlasProjSetup_thumb%5B4%5D.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p align="left"&gt; &lt;/p&gt;
&lt;p align="left"&gt;After a few seconds of Visual Studio chewing on your request, you'll have your first Atlas project set up and ready to go.  Too easy, eh?  Next post, I'm thinking we should check out the UpdatePanel component and see what it can do...&lt;/p&gt;&lt;img src="http://blogs.dotnetnerds.com/sherman/aggbug/37799.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Sherman Quick</dc:creator>
            <guid>http://blogs.dotnetnerds.com/sherman/archive/2006/11/03/37799.aspx</guid>
            <pubDate>Fri, 03 Nov 2006 22:37:27 GMT</pubDate>
            <wfw:comment>http://blogs.dotnetnerds.com/sherman/comments/37799.aspx</wfw:comment>
            <comments>http://blogs.dotnetnerds.com/sherman/archive/2006/11/03/37799.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.dotnetnerds.com/sherman/comments/commentRss/37799.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.dotnetnerds.com/sherman/services/trackbacks/37799.aspx</trackback:ping>
        </item>
        <item>
            <title>Atlas (ASP.NET 2.0 AJAX) Introduction</title>
            <link>http://blogs.dotnetnerds.com/sherman/archive/2006/11/01/37798.aspx</link>
            <description>&lt;p align="left"&gt;As I mentioned in my previous post, I've been playing around with Atlas, Microsoft's implementation of AJAX for ASP .NET 2.0, recently and think its about time I started sharing some of my experiences with you guys.&lt;/p&gt;
&lt;p align="left"&gt;For starters, AJAX stands for Asynchronous Javascript and XML and it's a term that is used to encompass a variety of technologies whose overall mission is to provide us "web-head" types with a platform via which we can add more fluidity and functionality to our web pages through asynchronous operations.  From what I've seen so far, the combination of these technologies allows client-server communications to go on behind the scenes in an extremely fluid manner making the typical static web page operate in a more dynamic fashion, dare I say, similar to what you'd find in a Windows application.  To be perfectly honest with you, the technologies being used in AJAX really aren't ground breaking or new; however, the basic premise AJAX is to wrap these various technologies into a single architecture that makes it easier to for us developers to create, standardize, and re-use web components that would benefit greatly from asynchonous operations.  &lt;/p&gt;
&lt;p align="left"&gt;If you're one of those brave souls who like to work with Beta implementations, feel free to visit the following site that has everything you need to get started:  &lt;a title="http://ajax.asp.net/" href="http://ajax.asp.net/"&gt;http://ajax.asp.net/&lt;/a&gt;&lt;/p&gt;
&lt;p align="left"&gt;To begin working with Atlas, you'll need the following items installed in the order given below:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;
    &lt;div align="left"&gt;Visual Studio 2005 or Visual Web Developer 2005 &lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div align="left"&gt;ASP.NET 2.0 AJAX 1.0 Beta &lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div align="left"&gt;ASP.NET 2.0 AJAX CTP Beta &lt;/div&gt;
    &lt;/li&gt;
&lt;/ul&gt;
&lt;p align="left"&gt;Naturally, the two AJAX installations can be obtained from the link I gave you above and, hopefully, you've already got Visual Studio 2005 already installed.  If not, you might be able to get away with a Visual Studio Express Edition, but, unfortunately, I don't have confirmation on that.  Anyway, give those installs a try so that you can work along with me as I experiment with this stuff.  Next post, we'll start working with the basics and have some fun learning what this technology update can do...&lt;/p&gt;&lt;img src="http://blogs.dotnetnerds.com/sherman/aggbug/37798.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Sherman Quick</dc:creator>
            <guid>http://blogs.dotnetnerds.com/sherman/archive/2006/11/01/37798.aspx</guid>
            <pubDate>Thu, 02 Nov 2006 04:52:49 GMT</pubDate>
            <wfw:comment>http://blogs.dotnetnerds.com/sherman/comments/37798.aspx</wfw:comment>
            <comments>http://blogs.dotnetnerds.com/sherman/archive/2006/11/01/37798.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://blogs.dotnetnerds.com/sherman/comments/commentRss/37798.aspx</wfw:commentRss>
            <trackback:ping>http://blogs.dotnetnerds.com/sherman/services/trackbacks/37798.aspx</trackback:ping>
        </item>
    </channel>
</rss>