Finley, I am.

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.…

Of Javascript and Databases.

HTML5 is the new buzz word around the Web. What it entitles for us frontend developers is massive. The level of stuff that is being added is set to truly bring web apps to the forefront, and Javascript will continue…