HTML5 Storage supported browser
if (!window.openDatabase) { alert(‘Databases are not supported in this browser.’); } else { alert(‘Databases are supported in this browser.’); }
if (!window.openDatabase) { alert(‘Databases are not supported in this browser.’); } else { alert(‘Databases are supported in this browser.’); }
The client-side database storage Currently Google Chrome support HTML5 Local Databases Chrome is now available for the Windows and Mac, so that makes the browser platform consistent. Basis example for HTML5 database usage is var dbName = ‘Database Name’; var dbVersion = ‘1.0’; var dbDspName = ‘Display Name’; var dbmaxSize = 100000; var db =… Continue reading HTML5 Storage
Working with spreadsheets See how ColdFusion 9 enables you read and write data to spreadsheets using the new CFSPREADSHEET tag. Managing Adobe AIR data synchronization See how to automatically manage the online/offline capabilities of Adobe AIR® applications with ColdFusion 9. Ajax controls, data grid See how the ColdFusion data grid can be implemented as a… Continue reading Adobe® ColdFusion® 9 new functionality
Source : http://forta.com/books/032166034X/ Description: This book is for anyone who wants to create cutting-edge Internet-based applications using ColdFusion 9 – the most customer driven version of ColdFusion to date. If you are a Webmaster or Web page designer and want to create dynamic, data-driven Web pages, this book is for you. If you are an… Continue reading Adobe ColdFusion 9 Web Application Construction Kit, Volume 1: Getting Started