4.5.3 and Ajax
Last Post 06/07/2007 10:39 AM by Joseph Craig. 3 Replies.
Author Messages
markp
Nuke Pro
Nuke Pro
Posts:93


--
06/05/2007 2:25 PM
    Lee There is an artilce about this on DNN site.  I tried to follow it , had nothing but installation errors, so not sure what its about, can you fill us in in plain speak?

    Thanks
    Mark
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    06/06/2007 4:21 PM
    Could you give me the link to the article?
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    markp
    Nuke Pro
    Nuke Pro
    Posts:93


    --
    06/06/2007 4:48 PM
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    06/07/2007 10:39 AM
    AJAX stands for Asynchronous JavaScript with XML( AJAX ).    But what does it mean?

    In simple English, it means that developers will be able to use AJAX to build more responsive web sites.  What this means for DotNetNuke is that  you may begin to see fewer reloads on an entire page and that if something changes on a page, the AJAX functionality will redraw only the part of the page that changes.  As a result, interactive pages may begin to respond as screens do on desktop software.  In Shaun Walker's blog entry, he refers to "partial rendering capabilities for more efficient and responsive application usability" of a page.  Microsoft refers to this as "enhancing the user experience."

    In terms of DotNetNuke, Walker's blog describes in very general detail how DotNetNuke is supporting AJAX, including support even if the host site hasn't installed the AJAX framework.

    There's also a detailed description of implementing AJAX in a module -- but this discussion is probably more useful for a module developer than a user.

    For most DNN users, I think, what we'll see is increasing use of AJAX in the core product, as well as in modules.  We're in the early stages, too, so don't expect to see a lot of AJAX functionality right off of the bat.

    Mitchel Sellers has been testing AJAX features with the core DNN modules and has documented some of the results in his blog.  Some modules support "partial rendering" (this is a setting that's buried in the module control's configuration.  Mitchel describes some modules for which this is useful, and also modules for which this isn't useful.

    Long term, I think that most of us will see that advantages of AJAX as the DNN teams adds it to the core of DNN and as module developers AJAX features to their modules.  If you are a module developer, you'll want to consider this for your modules.

    Joe Craig, Patapsco Research Group
    Complete DNN Support


    ---