| AJAX - Asynchronous Javascript And XML |
|
|
Ajax, is a web development technique used for creating interactive web applications. We have built our streaming application with Ajax. The intent is to make our application not only unique, but to 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 you requests a change. You will notice the web page's interactivity, speed, functionality, and usability when using our Administration Panel. To date we are still the only company in the world with a 100% Ajax solution for streaming media.
The name is an acronym standing for Asynchronous JavaScript and XML. Ajax is asynchronous in that loading does not interfere with normal page loading. JavaScript is the programming language that Ajax function calls are made in. Data retrieved using the technique is commonly formatted using XML, as reflected in the naming of the XMLHTTPRequest object from which Ajax is derived. Ajax is a cross-platform technology usable on many different operating systems, computer architectures, and Web browsers as it is based on open standards such as JavaScript and XML, together with open source implementations of other required technologies. It is also one of the programming languages used to make Web 2.0 programs on the iPhone. |




Ajax, is a web development technique used for creating interactive web applications. We have built our streaming application with Ajax. The intent is to make our application not only unique, but to 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 you requests a change. You will notice the web page's interactivity, speed, functionality, and usability when using our Administration Panel. To date we are still the only company in the world with a 100% Ajax solution for streaming media.