使用ajax技术在web上面进行书写! 

Atlas Tutorial: Creating an AJAX Scribble application[转】 Atlas Tutorial: Creating an AJAX Scribble application[转】

Introduction

ASP.NET Atlas is a rich set of client side and server side libraries to develop AJAX-style applications using ASP.NET. This tutorial (and probably more in this series) attempts to provide a general view of the features available in Atlas. Since, Atlas is a very vast library this very first tutorial concentrates on two most important features of Atlas:

  1. Ability to call server side web services from client side scripts
  2. Ease of developing cross-browser compatible JavaScript code

Background

MFC Scribble application was one of the first application that I used to learn MFC. Therefore, I decided to base this tutorial on Scribble. Scribble application allows users to draw freehand sketches using the mouse. I first saw a similar application on the web, utilizing AJAX technologies, at the JavaScript Draw website. The JavaScript draw website works only on Mozilla Firefox. This article describes how to build a cross-browser version of the application. We will build on the application in each article in this series to demonstrates more features of Atlas.

请浏览http://codeproject.com/aspnet/ajax_scribble.asp

相关文章:

  • 2021-09-15
  • 2022-03-01
  • 2022-12-23
  • 2022-12-23
  • 2021-08-17
  • 2021-11-16
  • 2021-12-15
  • 2022-12-23
猜你喜欢
  • 2021-10-07
  • 2022-12-23
  • 2022-02-12
  • 2021-07-18
  • 2021-12-24
  • 2021-11-15
  • 2022-12-23
相关资源
相似解决方案