SyndicateUser loginWho's new
New forum topicsPartner SitesRecent blog postsBrowse archives
|
What is Web 2.0Submitted by techguru on Sun, 2006-04-30 06:28.
Design Patterns and Business Models for the Next Generation of Software. This is a very good noted on web 2.0. You should get an idea what it's all about... ( categories: )
I am still confused with all this... is AJAX part of Web 2.0.... I think AJAX is not some thing new and it's like Java Script... Is that right ..? According to Wikipedia definations... yes it is more then just Java Script... Asynchronous JavaScript And XML, or its acronym, Ajax (Pronounced A-jacks), is a Web development technique for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire Web page does not have to be reloaded each time the user makes a change. This is meant to increase the Web page's interactivity, speed, and usability. The Ajax technique uses a combination of: XHTML (or HTML), CSS, for marking up and styling information. The XMLHttpRequest object to exchange data asynchronously with the web server. In some Ajax frameworks and in certain situations, an IFrame object is used instead of the XMLHttpRequest object to exchange data with the web server. XML is commonly used as the format for transferring data back from the server, although any format will work, including preformatted HTML, plain text, JSON and even EBML. Ref: Wikipedia Hope this helps These things are really confusing me. They should make an ultimate browser and an ultimate coding language instead of changing everything! Interesting article by the way. Nice post, also amusing that you use Wikipedia for a definition within a thread on Web 2.0. Very apt! :) |
Very interesting article.... Seems to be all of the web programming is going to be changed...