Browse by Tags

Related Posts

  • JavaScript performance - access to global variables [part 1]

    While reading several posts about JavaScript performance [ 1 ] [ 2 ] I did a simple test, too. My first part will compare Firefox and IE7 using global variables compared with local ones. var x = {"FirstName":"Michael"}; function test1() { return x.FirstName; } function test2() { var...
    Posted to Ajax.NET Professional - AJAX and JSON made easy! (Weblog) by Michael Schwarz on 11-17-2006, 12:00 AM
    Filed under: AJAX, JavaScript, JavaScript Performance, Firefox, IE, ASP.NET
  • selectSingleNode and FireFox

    Ajax is cool, for sure. However sometimes its not so easy to work with, Ajax brings back a problem to web development that had been going by the wayside for a few years. You see when I started back in early 2000, we had MS IE, Netscape 4, AOL and a slew of other browsers to support. Writing interactive...
    Posted to Scott Sargent : Codeboy's Blog (Weblog) by codeboy on 01-25-2007, 12:00 AM
    Filed under: Firefox, AJAX, Javascript
  • selectSingleNode and FireFox

    Ajax is cool, for sure. However sometimes its not so easy to work with, Ajax brings back a problem to web development that had been going by the wayside for a few years. You see when I started back in early 2000, we had MS IE, Netscape 4, AOL and a slew of other browsers to support. Writing interactive...
    Posted to Scott Sargent : Codeboy's Blog (Weblog) by codeboy on 01-25-2007, 12:00 AM
    Filed under: Firefox, AJAX, Javascript
  • A LinkButton, DefaultButton, UpdatePanel and FireFox

    What are we going to do today Brain? Today Pinky? We are going to TAKE OVER THE... learn to use the stuff in the title... I recently did a post regarding An UpdatePanel, FireFox and the Default button . One thing that has stumped many ASP.NET Developers is... what about the @#%)&* Linkbutton! I can...
    Posted to Ryan Ternier (Weblog) by Ryan Ternier on 10-25-2007, 12:00 AM
    Filed under: ASP.NET , AJAX, JavaScript, Firefox, ASP.net Ajax
Page 1 of 1 (4 items)
Microsoft Communities