Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Can you guys explain exactly what a framework or library does, I use AJAX and understood it to be a simple asyncronous/syncronous call using the XMLHttpRequest class to return either text/html or XML.
why do I need a framework, library or widget to do this?
In software development, a framework is a defined support structure in which another software project can be organized and developed. A framework may include support programs, code libraries, a scripting language, or other software to help develop and glue together the different components of a software project.
Frameworks are designed with the intent of facilitating software development, by allowing designers and programmers to spend more time on meeting software requirements rather than dealing with the more tedious low level details of providing a working system.
ajaxian said:25% of you eschew frameworks and work with XMLHttpRequest directly
Since there are so many things one can do with AJAX, it is best to work on the application, and not spend the first six months reimplementing your own personal version of the GUI widget set
I still don't know what a .NET framework actually means.