Download presentation
Presentation is loading. Please wait.
Published byThomas Hudson Modified over 9 years ago
2
Web Application Experience in 1993
3
Brendan Eich’s Home Page (the inventor of JavaScript)
4
Super Fancy Ajax Application
6
renders once Ajax Calls (services)
11
Controls Code Work Web ServerWeb Browser renders postback
14
Controls Code Work Web ServerWeb Browser renders sneaky postback
17
Web ServerWeb Browser renders sneaky postback Code Work Controls
21
for (var i=0;i < data.length;i++) { row = " "; row += " " + data[i].Title + " "; row += " " + data[i].Director + " "; table += row; } $get("movieBody").innerHTML = table; (Evil)
22
movieView.set_data(data); {{ Title }} {{ Director }} {{ DateReleased.localeFormat("D") }} (Good)
43
© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.