Contents tagged with: html5
Author:
Daniel Jozsef July 7th, 2012
In the first part, I looked at why it makes sense to build hybrid applications, and addressed some of the pitfalls you need to avoid in order to keep your application responsive, and get the maximum out of the hardware.
This ...
Read more
html5, hybrid application, ios, iPhone, JSLQ, PhoneGap
Author:
Daniel Jozsef June 25th, 2012
In the last few weeks, I have worked on the iOS version of a hybrid mobile application. It was an epub-based book reader we created for both Android and iOS, with support for rudimentary DRM and shoplike functions (ie. downloading ...
Read more
html5, hybrid app, hybrid application, ios, PhoneGap
Author:
Viktor Lazar June 7th, 2012
JayData seamlessly integrates into Sencha Touch 2 through the JayData Sencha module. You only have to modify the proxy on your Sencha data store to use the JayData proxy and define a queryable as the data source. Using remoteFilter, remoteSort ...
Read more
html5, hybrid app, hybrid application, netflix, odata
Author:
Robert Bonay May 30th, 2012
JayData provides a convenient way to access an oData service.
http://www.youtube.com/watch?v=PeCdvwgeWdo
Read more
demo, html5, JavaScript, JayData, odata
Author:
Robert Bonay May 30th, 2012
Basic tutorial on how to filter/query data with JayData using filter predicates.
http://www.youtube.com/watch?v=CzViB8OJi9M
Read more
Ajax, demo, html5, JayData, mobileapps, odata
Author:
Robert Bonay May 30th, 2012
JayData oData provider in action. See how easy to create a simple HTML5 based CRUD application that deals with categories and products from the Northwind database.
http://www.youtube.com/watch?v=LlJHgj1y0CU
Read more
Ajax, demo, html5, hybrid app, JayData, odata
Author:
Peter Aron Zentai May 25th, 2012
One of the nicest and coolest new feature of JayData is the Knockoutjs integration module that comes with the latest JayData release, version 1.0.4. With this you can have templated lists and two way data-bound displays in a matter of ...
Read more
data binding, html5, hybrid application, JayData examples, knockout.js, knockoutjs, odata, SQLite, templates
Author:
Peter Aron Zentai May 21st, 2012
By completing this tutorial you will be able to consume an OData service from JavaScript with the elegance and simplicity of the JavaScript Language Query, without ever writing down an $.ajax statement or manually building OData query strings or payloads.
Notes:
...
Read more
Ajax, featured post, html5, JayData examples, JSLQ, odata, WCF
Author:
Viktor Lazar April 30th, 2012
Planets is an app prototype, demonstrating HTML5 – CSS3 - JavaScript features and using the JayData JavaScript Language Query (JSLQ) framework to store the application data in the browser’s local database.
The right tools for your needs
Choosing the right tools is ...
Read more
CSS3, html5, JayData examples, JSLQ, WebSQL
Author:
Viktor Lazar April 30th, 2012
CRUD (Create-Read-Update-Delete) applications are common on the web. Because of that, it helps a lot if you have a good database management framework in your hands. JayData is the best if you want to develop a client-side web application and ...
Read more
CRUD, html5, JayData examples, odata