What is AJAX?
Ajax stands for Asynchronous JavaScript And XML. It is a web development technique used for creating interactive web applications and the logical next step in the services-oriented architecture revolution. With Ajax, user interfaces from within the browser can use web services as their data source to store and retrieve information.
Ajax is a group [...]
Archive for July 6th, 2008
Blogging Task 5 : AJAX
Posted in Web Application on July 6, 2008 | Leave a Comment »
Extensible Markup Language (XML).
Posted in Web Application on July 6, 2008 | Leave a Comment »
What is XML?
The Extensible Mark-up Language (XML) is a general-purpose specification for creating custom mark-up languages. It is classified as an extensible language because it allows its users to define their own elements. Its primary purpose is to facilitate the sharing of structured data across different information systems, particularly via the Internet.
Structured information contains both [...]
JavaScript
Posted in Web Application on July 6, 2008 | Leave a Comment »
What is JavaScript?
JavaScript is a compact, object-based scripting language for Web pages. JavaScript code embedded into your HTML pages can enhance them with many interesting elements, from swapping images when you move a cursor over them, to multi-level drop-down menus.
You can create really sophisticated and almost application-like pages with the help of JavaScript. You [...]
Cascading Style Sheets (CSS).
Posted in Web Application on July 6, 2008 | Leave a Comment »
Cascading Style Sheets.
Cascading Style Sheets or CSS allow you to control the layout and look of your page easily. CSS tags or properties are easy to use and affect the look and feel or style of your pages. Learn how to use CSS instead of older technology. The articles and links on this page will [...]