|
|
Technology - Anchors
MySql
- SSL support, query caching, stored procedures, triggers, updateable views, cursors, multi threaded, multi-user
- 10 million installations
- used by Wikipedia - 200 million queries per day - 11,000 per sec
- others - Goggle, Boeing, American Express
Apache
- http server - key role in www
- March 2007 runs 58% of all websites.
PHP
- flexible, feature rich language, provides different mechanism to mimic the way browser interacts with web server.
- Many ways to access, parse and cache the data
- From simple scripts to enterprise class applications
Java Scripts
- client-side scripting language and also used to enable scripting access to objects embedded in other applications. Client scripts used for alarm clock to quick access search boxes
DOM
- (Document Object Module) extension - traverse with the function to store the results as attributes in the root tag.Unified way to access elements
JSON
- JS Object Notation - a format for easy access and parsing with JS backend.
AJAX
- Asynchronous JavaScript and XML - xmlhttprequest object, call back function, code to pass results, independent network connection, asynchronously - user continue to work
XML
- Extensible markup language which provides a general data model oriented framework and a syntactic foundation for the web based software development
|
|
|