SlideShare a Scribd company logo
Gil Fink
Senior Architect
SELA
Creating Data-
Driven HTML5
Applications
www.devconnections.com
CREATING DATA-DRIVEN HTML5 APPLICATIONS
AGENDA
 HTML5: Recap
 Storing Data in the Client-Side
 Q&A
 Summary
www.devconnections.com
CREATING DATA-DRIVEN HTML5 APPLICATIONS
HTML5: RECAP
 HTML5 ~= HTML + CSS3 + JavaScript API
 The future of the web
 Still under development
 Supposed to be ready at ~2014
www.devconnections.com
CREATING DATA-DRIVEN HTML5 APPLICATIONS
WHAT’S UNDER THE HTML5 UMBRELLA?
www.devconnections.com
CREATING DATA-DRIVEN HTML5 APPLICATIONS
STORING DATA IN THE CLIENT-SIDE
www.devconnections.com
CREATING DATA-DRIVEN HTML5 APPLICATIONS
DEMO
Using HTML5 Storages and AppCache
www.devconnections.com
CREATING DATA-DRIVEN HTML5 APPLICATIONS
WEB STORAGE
 Key/value storage
 Simple API
 sessionStorage
 Data is accessible to any page from the
same site opened in that window
 localStorage
 Data spans multiple windows and lasts
beyond the current session
www.devconnections.com
CREATING DATA-DRIVEN HTML5 APPLICATIONS
APPCACHE
 Create offline web applications
 Use a manifest file to configure the
cache
 Introduces API to interact with cache
events and the navigator.onLine
property
www.devconnections.com
CREATING DATA-DRIVEN HTML5 APPLICATIONS
INDEXEDDB
 Advanced key/value data
management
 Made of records holding simple values
and hierarchical objects
 Enables
 Storage of large numbers of objects locally in
the browser
 Fast insertion and extraction from the store
 Asynchronous/Synchronous API
www.devconnections.com
CREATING DATA-DRIVEN HTML5 APPLICATIONS
WEB APPLICATION APIS SUPPORT – WEB
STORAGE
http://caniuse.com
www.devconnections.com
CREATING DATA-DRIVEN HTML5 APPLICATIONS
WEB APPLICATION APIS SUPPORT –
OFFLINE WEB APPLICATIONS
http://caniuse.com
www.devconnections.com
CREATING DATA-DRIVEN HTML5 APPLICATIONS
WEB APPLICATION APIS SUPPORT –
INDEXEDDB
http://caniuse.com
www.devconnections.com
CREATING DATA-DRIVEN HTML5 APPLICATIONS
WHAT WE SAW
 Web Storage
 AppCache
 IndexedDB
 We didn’t cover other storage APIs such as
 File API
 FileSystem API
www.devconnections.com
CREATING DATA-DRIVEN HTML5 APPLICATIONS
QUESTIONS
www.devconnections.com
CREATING DATA-DRIVEN HTML5 APPLICATIONS
SUMMARY
 You can start depending on client-side
storages
 Will help you:
 To decrease the load on server-side and
databases
 To create offline web apps
www.devconnections.com
CREATING DATA-DRIVEN HTML5 APPLICATIONS
RESOURCES
 Session slide deck and demos –
http://sdrv.ms/1ekp929
 API specs –
http://www.w3.org/TR/webstorage/
http://www.w3.org/TR/IndexedDB/
http://dev.w3.org/html5/spec/offline.html
 My Website – http://www.gilfink.net
 Follow me on Twitter – @gilfink
www.devconnections.com
CREATING DATA-DRIVEN HTML5 APPLICATIONS
THANK YOU
Gil Fink
Senior Architect
gilf@sela.co.il
@gilfink
http://www.gilfink.net

More Related Content

PDF
Creating Data Driven HTML5 Applications
PPTX
Creating a Data Driven UI Framework
PDF
«The Grail: React based Isomorph apps framework»​
PDF
«I knew there had to be a better way to build mobile app»​
PDF
«Разрушаем Вавилонскую Башню WWW с помощью веб-компонент»​
PPTX
Basics of Backbone.js
PPTX
SPSNL16 - Building Office 365 and SharePoint solutions using modern developer...
PPTX
Server Side Responsive Layouts for ASP.NET WebForms using Telerik UI for ASP....
Creating Data Driven HTML5 Applications
Creating a Data Driven UI Framework
«The Grail: React based Isomorph apps framework»​
«I knew there had to be a better way to build mobile app»​
«Разрушаем Вавилонскую Башню WWW с помощью веб-компонент»​
Basics of Backbone.js
SPSNL16 - Building Office 365 and SharePoint solutions using modern developer...
Server Side Responsive Layouts for ASP.NET WebForms using Telerik UI for ASP....

What's hot (20)

PPTX
Building solutions with the SharePoint Framework - introduction
PPTX
Polyglot Persistence in Azure
PPTX
Delivering Rich Content Applications at Scale with Nuxeo & MongoDB Atlas
PPTX
Azure Functions Overview
PPTX
Reporting Solution for ASP.NET Application with Telerik reporting
PPTX
PPTX
Introduzione a web e servizi con .net e azure
PDF
Developing 3D Visualization Apps
PPTX
What’s right & wrong with WCF-WebHTTP Adapter?
PPTX
Deep Dive building solutions on the SharePoint Framework - SPS Brussels 2016
PPTX
NextGen Portal for Your Organization
PPTX
Forge - DevCon 2017, Darmstadt Germany: Integrating Forge Data Management API...
PPTX
Building and Delivering Reports from your Web and Mobile Apps with Telerik Re...
PPTX
Building Office 365 solutions with React
ODP
Backend as a Service Comparison
PDF
A Simpler Web App Architecture (jDays 2016)
PDF
BladeRunnerJS Show & Tell
PPTX
Typescript 102 angular and type script
PDF
Forge - DevCon 2016: Cloud PDM Demystified – The Future of File Management
PPTX
Rencore Webinar: SharePoint Customizations - the most overlooked road block t...
Building solutions with the SharePoint Framework - introduction
Polyglot Persistence in Azure
Delivering Rich Content Applications at Scale with Nuxeo & MongoDB Atlas
Azure Functions Overview
Reporting Solution for ASP.NET Application with Telerik reporting
Introduzione a web e servizi con .net e azure
Developing 3D Visualization Apps
What’s right & wrong with WCF-WebHTTP Adapter?
Deep Dive building solutions on the SharePoint Framework - SPS Brussels 2016
NextGen Portal for Your Organization
Forge - DevCon 2017, Darmstadt Germany: Integrating Forge Data Management API...
Building and Delivering Reports from your Web and Mobile Apps with Telerik Re...
Building Office 365 solutions with React
Backend as a Service Comparison
A Simpler Web App Architecture (jDays 2016)
BladeRunnerJS Show & Tell
Typescript 102 angular and type script
Forge - DevCon 2016: Cloud PDM Demystified – The Future of File Management
Rencore Webinar: SharePoint Customizations - the most overlooked road block t...
Ad

Similar to Creating Data Driven HTML5 Applications (20)

PDF
Naked and afraid Offline Mobile
PDF
Naked and afraid Offline mobile
KEY
jQuery Conference Boston 2011 CouchApps
PDF
HTML5 features & JavaScript APIs
PPT
Mobile Web Applications using HTML5 [IndicThreads Mobile Application Develop...
PPTX
Introduction to html5
PPTX
In-browser storage and me
PPTX
PPTX
Html5 and web technology update
PDF
Client-side storage
KEY
CouchConf NYC CouchApps
PPTX
HTML5 for Rich User Experience
PDF
Html5 storage suggestions for challenges.pptx
PDF
Html5 workshop part 1
PDF
HTML5 New Features and Resources
PDF
Local Storage for Web Applications
PDF
HTML5 Technical Executive Summary
PPTX
HTML5 on Mobile
PPTX
Notes on SF W3Conf
PDF
Beginning Aspnet 45 Databases 3rd Edition Sandeep Chanda Damien Foggon
Naked and afraid Offline Mobile
Naked and afraid Offline mobile
jQuery Conference Boston 2011 CouchApps
HTML5 features & JavaScript APIs
Mobile Web Applications using HTML5 [IndicThreads Mobile Application Develop...
Introduction to html5
In-browser storage and me
Html5 and web technology update
Client-side storage
CouchConf NYC CouchApps
HTML5 for Rich User Experience
Html5 storage suggestions for challenges.pptx
Html5 workshop part 1
HTML5 New Features and Resources
Local Storage for Web Applications
HTML5 Technical Executive Summary
HTML5 on Mobile
Notes on SF W3Conf
Beginning Aspnet 45 Databases 3rd Edition Sandeep Chanda Damien Foggon
Ad

More from Gil Fink (20)

PDF
Becoming a Tech Speaker
PPTX
Web animation on steroids web animation api
PDF
The Time for Vanilla Web Components has Arrived
PDF
Stencil the time for vanilla web components has arrived
PDF
Stencil the time for vanilla web components has arrived
PDF
Stencil: The Time for Vanilla Web Components has Arrived
PDF
Stencil the time for vanilla web components has arrived
PDF
Being a tech speaker
PDF
Working with Data in Service Workers
PDF
Demystifying Angular Animations
PDF
Redux data flow with angular
PDF
Redux data flow with angular
PDF
Who's afraid of front end databases?
PDF
One language to rule them all type script
PDF
End to-end apps with type script
PDF
Web component driven development
PDF
Web components
PDF
Redux data flow with angular 2
PDF
Biological Modeling, Powered by AngularJS
PDF
Who's afraid of front end databases
Becoming a Tech Speaker
Web animation on steroids web animation api
The Time for Vanilla Web Components has Arrived
Stencil the time for vanilla web components has arrived
Stencil the time for vanilla web components has arrived
Stencil: The Time for Vanilla Web Components has Arrived
Stencil the time for vanilla web components has arrived
Being a tech speaker
Working with Data in Service Workers
Demystifying Angular Animations
Redux data flow with angular
Redux data flow with angular
Who's afraid of front end databases?
One language to rule them all type script
End to-end apps with type script
Web component driven development
Web components
Redux data flow with angular 2
Biological Modeling, Powered by AngularJS
Who's afraid of front end databases

Recently uploaded (20)

DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Empathic Computing: Creating Shared Understanding
PPTX
Big Data Technologies - Introduction.pptx
PDF
cuic standard and advanced reporting.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Encapsulation theory and applications.pdf
PPTX
Spectroscopy.pptx food analysis technology
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
The AUB Centre for AI in Media Proposal.docx
Per capita expenditure prediction using model stacking based on satellite ima...
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Empathic Computing: Creating Shared Understanding
Big Data Technologies - Introduction.pptx
cuic standard and advanced reporting.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Spectral efficient network and resource selection model in 5G networks
Digital-Transformation-Roadmap-for-Companies.pptx
Programs and apps: productivity, graphics, security and other tools
Encapsulation theory and applications.pdf
Spectroscopy.pptx food analysis technology
Diabetes mellitus diagnosis method based random forest with bat algorithm
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Chapter 3 Spatial Domain Image Processing.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Advanced methodologies resolving dimensionality complications for autism neur...

Creating Data Driven HTML5 Applications