Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • PDC 2008 ASP.NET AJAX Futures talk available online

    The full 83 minutes of my PDC talk are available on the Channel 9 web site . You can watch the session online (using Silverlight) or download the video in a number of formats. Slides and source code for the demo are also available. Watch online: http://channel9.msdn.com/pdc2008/PC32/ Download MP4 / iPod...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 11-03-2008, 12:00 AM
    Filed under: ASP.NET, Atlas, .NET, JavaScript, Microsoft AJAX Library, HTML, JSON, Ajax Control Toolkit, jQuery, PDC
  • 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
  • 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
  • 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
  • Simplifying the edit in place behavior

    Last week, I wrote about building a simple behavior to edit text in place . Almost at the same time, Nikhil was building a similar component for Silverlight , but it was considerably simpler because instead of substituting a label for the textbox on blur, he was just changing the border so that the textbox...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 11-24-2008, 12:00 AM
    Filed under: Atlas, Microsoft AJAX Library, HTML
  • Instantiating components on template markup

    All client-side template engines enable you to create HTML (feel free to go ‘duh’). What they don’t all allow is the creation of event handlers and components over the markup they generate. The general approach with those engines is to do a second pass of code over the markup to create handlers and components...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 11-28-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
  • Alternating styles in DataView

    A few months ago, I showed how you can alternate styles using CSS in a server-side ListView , by selecting the class depending on the remainder of the division of the data index by two. Well, you can do the exact same thing with the client-side DataView. Let’s first define the classes we’ll want to apply...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 01-29-2009, 12:00 AM
    Filed under: ASP.NET, Atlas, JavaScript, Microsoft AJAX Library, HTML
  • Alternating styles in DataView

    A few months ago, I showed how you can alternate styles using CSS in a server-side ListView , by selecting the class depending on the remainder of the division of the data index by two. Well, you can do the exact same thing with the client-side DataView. Let’s first define the classes we’ll want to apply...
    Posted to What's New (Weblog) by Anonymous on 01-30-2009, 12:00 AM
    Filed under: ASP.NET, JavaScript, Microsoft AJAX Library, Atlas, HTML
  • How to choose a client template engine

    Disclaimer: I worked on the Microsoft Ajax 4.0 template engine, so my criteria are of course heavily influenced by our own design. Templates are a data rendering method that server-side developers have enjoyed since the old days of classic ASP and PHP. The idea was quite simple (add code blocks and dynamic...
    Posted to What's New (Weblog) by Anonymous on 02-05-2009, 12:00 AM
    Filed under: ASP.NET, JavaScript, Microsoft AJAX Library, Atlas, HTML, jquery, Internet Explorer, injection
Page 1 of 4 (37 items) 1 2 3 4 Next >