• Monday, April 19th, 2010
The dual developments of web interfaces: Ajax or Flash?
“Ajax or Flash?. This is one of the many unanswered questions that virtually any web developer has done over the past year. more…
• Friday, April 16th, 2010
AJAX time ago seems to be the buzzword in the “world” of Web application development, and in fact many will listen to name but few know that it really is and even less know where to find clear information about what is this new ” wonder “of technology that Jesse James Garrett published in English excellent article worth translating in full. more…
• Sunday, March 28th, 2010
As the services are using the www as support, the operating system is replaced by the browser becomes a universal access client and not just content (or web pages) but to all types of transactional services. Some software that converts any pervasive and independent of the computer from which you access. more…
• Thursday, March 25th, 2010
In my view one of the main drivers of growth in the use of AJAX is Google. Remember that Gmail already used this technology before it was christened with the name of a detergent and indeed received much criticism for using both initial javascript in your mail client. more…
• Thursday, March 04th, 2010
AJAX, short for Asynchronous JavaScript And XML (in English “Asynchronous JavaScript and XML). Web development technique for creating interactive applications by combining three existing technologies:
HTML (or XHTML) and Cascading Style Sheets (CSS) to present the information;
Document Object Model (DOM) and JavaScript, to dynamically interact with data and XML and XSLT, to exchange and manipulate data in a more…
• Sunday, February 28th, 2010
It appeared that Gmail has changed how you view the web. Today we know we can make an entire site without having to reload the page and only loading the parts we need.
The technology used is the XMLHttpRequest, recently christened with the name of AJAX. more…