블로그 이미지
Leeway is... the freedom that someone has to take the action they want to or to change their plans.
maetel

Notice

Recent Post

Recent Comment

Recent Trackback

Archive

calendar

1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
  • total
  • today
  • yesterday

Category

2006. 3. 27. 17:27 Computation

Title:  Ajax and Web 2.0

Date:  March 27, 2006 5:27 PM

Category:  Work

Tags:  web XML


Ajax = Asynchronous JavaScript and XML

: it is a term that describes a new approach to using a number of existing technologies together, including the following: HTML or XHTML, Cascading Style Sheets, JavaScript, the Document Object Model, XML, XSLT, and the XMLHttpRequest object. When these technologies are combined in the Ajax model, Web applications are able to make quick, incremental updates to the user interface without reloading the entire browser page. [Source: mozilla developer center]

Ajax is also seen written in all capital letters (AJAX). 



http://developer.mozilla.org/en/docs/AJAX

AJAX (Asynchronous JavaScript and XML) is a newly coined term for two powerful browser features that have been around for years, but were overlooked by many web developers until recently when applications such as Gmail, Google suggest, and Google Maps hit the streets.


The two features in question are that you can:


    * Make requests to the server without reloading the page

    * Parse and work with XML documents 


http://en.wikipedia.org/wiki/Ajax_%28programming%29


XML = Extensible Markup Language 확장성 생성 언어

: a specification developed by the W3C. XML is a pared-down version of SGML, designed especially for Web documents. It allows designers to create their own customized tags, enabling the definition, transmission, validation, and interpretation of data between applications and between organizations.

하이퍼텍스트 생성 언어(HTML) 대체할 목적으로 월드 와이드 컨소시엄(WWW Consorsium)이라는 단체가 표준화 작업을 진행하고 있는 페이지 기술 언어. 보통 XML이라는 약어로 불린다. HTML에서 사용되는 연결(link) 기능 등을 확장함과 동시에 표준 범용 문서 생성 언어(SGML) 인터넷용으로 최적화한 것으로 HTML SGML 장점을 모두 가지도록 규정하였다. 마이크로소프트사는 XML 바탕으로 푸시형(push type) 소프트웨어용의 정보 배포 형식(information distribution format) 채널 정의 형식(CDF) 규정하여, 인터넷 익스플로러 4.0에서 실현하고 있다. 


http://www.webopedia.com/DidYouKnow/Computer_Science/2005/web_services.asp



What is Web 2.0

Design Patterns and Business Models for the Next Generation of Software

by Tim O'Reilly

09/30/2005

http://www.oreillynet.com/lpt/a/6228



'Computation' 카테고리의 다른 글

Name Server 변경  (0) 2007.05.18
physics engine  (0) 2007.05.03
shiffman's ICM @NYU  (0) 2006.04.11
code search engine  (0) 2006.02.18
software term  (0) 2006.02.17
posted by maetel