Browse by Tags

Related Posts

  • Beware of the greedy Script element

    I've seen this problem a few times now, from a few different developers... including myself. I figure it must have plagued someone else out there too, so hopefully if you read this, if you ever encounter this problem, it wont cost you hours. It's a hell of a problem to track down because when you run...
    Posted to Infinities Loop (Weblog) by InfinitiesLoop on 06-13-2007, 12:00 AM
    Filed under: AJAX, IE, Atlas, HTML
  • .NET AJAX Survey Results

    Simone has finished the survey and published the results of the survey about the usage of AJAX among .NET web developers . The results are very interesting. The most used AJAX toolkit is ASP.NET AJAX with about 73.7% followed by the AJAX Control Toolkit which is used by almost half of the .NET developers...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 12-21-2007, 12:00 AM
    Filed under: AJAX, Ajax.NET, ASP.NET, .NET, JavaScript, Atlas, JSON, HTML, jQuery, UI
  • How to... use Class Libraries with ASP.NET AJAX like AjaxPro

    Using Ajax.NET Professional (AjaxPro) you are able to put you AJAX methods wherever you want, if inside the Page class itself, any .NET class in the same project or as a reference class library. To generate the AJAX client-side JavaScript proxies the AjaxPro library checks for all public methods inside...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 01-09-2008, 12:00 AM
    Filed under: AJAX, Ajax.NET, ASP.NET, .NET, JavaScript, Atlas, Source Code, HTML, UI
  • Getting absolute coordinates from a DOM element

    For some reason, there is no standard API to get the pixel coordinates of a DOM element relative to the upper-left corner of the document. APIs only exist to get coordinates relative to the offset parent. Problem is, it's very important to get those coordinates for applications such as drag and drop...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 01-29-2008, 12:00 AM
    Filed under: Atlas, Microsoft AJAX Library, HTML, Safari, Opera, Internet Explorer, Firefox
  • A case for partial rendering

    I've been seeing more and more authors lately dismissing partial rendering (a.k.a. UpdatePanel) as a poor man's version of Ajax, something you should only choose if you're too lazy to implement "true" Ajax. I think that view not only has a slightly pedantic ring (isn't laziness one of the most...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 03-11-2008, 12:00 AM
    Filed under: ASP.NET, Atlas, JavaScript, Microsoft AJAX Library, HTML
  • How to build a cross-browser history management system

    When we built the history management feature in ASP.NET Futures, we spent considerable time experimenting with the different behaviors of the main browsers out there. The problem with such a feature is that it has to rely on a number of hacks because browser vendors basically never anticipated this need...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 09-07-2007, 12:00 AM
    Filed under: ASP.NET, Atlas, JavaScript, Microsoft AJAX Library, HTML, Safari, Opera
  • ASP.NET Ajax client-side templates and declarative markup article in MSDN Magazine

    I wrote a short column in Dino Esposito 's latest MSDN Magazine article to introduce two new features that we will ship with the next version of ASP.NET Ajax . The features will enable you to declaratively instantiate client-side components and to build data-driven HTML from simple templates. http:/...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 06-17-2008, 12:00 AM
    Filed under: ASP.NET, Atlas, JavaScript, Microsoft AJAX Library, HTML
Page 1 of 1 (7 items)