Of Javascript and Databases. (Part 2)
Yesterday, I showed y'all one of the cool, new technologies of HTML5: Javascript databases. I also released my jQuery plugin allowing for a Code Igniter style "Active Record." Create and manager local databases with ease, even without knowing SQL. In my view, one of the big uses of this technology is synchronizing data from a server to the local database, and vis versa. Sure, there are apps that you may write that the database existing only locally is fine, but if the user wants to use it on multiple devices (iPhone, desktop, and laptop?), you'll need to synchronize the data.…