Today’s Web applications handle large amounts of data processing on the client side. They may even need to be able to operate offline. These demands things go a long way toward explaining why ...
Tech giants such as Amazon, Facebook, and Google have redefined IT for web-scale applications, leveraging standard servers and shared-nothing architectures to ensure maximum operational efficiency, ...
This article is excerpted from HTML5 Developer’s Cookbook and reprinted with permission of publisher Pearson/Addison-Wesley Professional. The persistence of information in the visitor’s browser has ...
This simple API can give you a leg up on local storage in your Web apps. Web apps, generally, have sets of data that either don't change a whole lot, or that represent state -- the configuration, ...
You've got data on your server that you need in your page. Here are all the solutions you require, including one that will make your application more scalable. The normal processing cycle for an ...
Cookies have long been the primary way to save information to a user’s browser. Whether it’s login info, preference settings or generic form data, most web developers turn to browser cookies. But ...
With so much progress made virtualizing servers, many observers say it’s time to turn our attention to the desktop. But is it better to use client-side or server-side hypervisors? Hypervisors have, at ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Client-side rendering technologies like React and Angular use the processor on the client device ...