Archive for the ‘Javascript’ Category
Ever since I’ve began creating web applications that include more and more Javascript, some of my own, and some such as Javascript libraries and plug-ins, the need for me to optimize the amount of data to transfer to the client becomes more imporatant. I’ve found that compressing your Javascript is one of the simpliest things […]
Categories: Javascript
For the last year to two I’ve familiarized myself quite a bit with AJAX and was able to leverage its power in providing a seamless user experience with so-called Web 2.0 style of web development and design. I’ve began AJAX with simple XMLHttpRequest (XHR) to request HTTP data from the server. Then, I’ve stepped up […]
Categories: Javascript, Web Development