Frame Works Designed By Basha G
API  Application program interface A set of routines, protocols, and tools for building software applications.  A good API makes it easier to develop a program by providing all the building blocks. A programmer then puts the blocks together.
API-Features Most operating environments, such as MS-Windows, provide an API so that programmers can write applications consistent with the operating environment. Although APIs are designed for programmers, they are ultimately good for users because they guarantee that all programs using a common API will have similar interfaces.  This makes it easier for users to learn new programs.
JavaScript A scripting language developed by Netscape to enable Web authors to design interactive sites.  . Javascript can interact with HTML source code, enabling Web authors to spice up their sites with dynamic content.
Java Script JavaScript is endorsed by a number of software companies and is an open language that anyone can use without purchasing a license.
Browser Support It is supported by recent browsers from Netscape and Microsoft, though Internet Explorer supports only a subset, which Microsoft calls Jscript.
Ajax  Asynchronous JavaScript and XML,    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.
Ajax Browser 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.  Ajax is also seen written in all capital letters (AJAX).
PHP  Hypertext Preprocessor,  An open source, server-side, HTML embedded scripting language used to create dynamic Web pages.
Thank You!! By Basha G.

API

  • 1.
  • 2.
    API Applicationprogram interface A set of routines, protocols, and tools for building software applications. A good API makes it easier to develop a program by providing all the building blocks. A programmer then puts the blocks together.
  • 3.
    API-Features Most operatingenvironments, such as MS-Windows, provide an API so that programmers can write applications consistent with the operating environment. Although APIs are designed for programmers, they are ultimately good for users because they guarantee that all programs using a common API will have similar interfaces. This makes it easier for users to learn new programs.
  • 4.
    JavaScript A scriptinglanguage developed by Netscape to enable Web authors to design interactive sites. . Javascript can interact with HTML source code, enabling Web authors to spice up their sites with dynamic content.
  • 5.
    Java Script JavaScriptis endorsed by a number of software companies and is an open language that anyone can use without purchasing a license.
  • 6.
    Browser Support Itis supported by recent browsers from Netscape and Microsoft, though Internet Explorer supports only a subset, which Microsoft calls Jscript.
  • 7.
    Ajax AsynchronousJavaScript and XML, 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.
  • 8.
    Ajax Browser Whenthese 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. Ajax is also seen written in all capital letters (AJAX).
  • 9.
    PHP HypertextPreprocessor, An open source, server-side, HTML embedded scripting language used to create dynamic Web pages.
  • 10.