Blogposts categorized with: HTML5
Author:
Peter Aron Zentai April 18th, 2013
Querying is one of the most important aspects of a good data management library. JayData was always very strong at this with using natural JavaScript expressions as vehicles to transfer the developer intention into storage specific things.
Good old JSLQ
So to ...
Read more
html5, JSLQ
Author:
Robert Bonay February 21st, 2013
Do you want to reduce or simplify your code by adding default values to your objects? Since JayData 1.2.7 you can do it both with $data.define() and $data.Entity.extend().
Setting default values with $data.define()
Setting default values with $data.Entity.extend()
Avoiding default values
In case you ...
Read more
default values, html5, JSLQ, type system
Author:
Peter Aron Zentai November 4th, 2012
The JayData ItemStore API is an ideal data library for most client data solutions, where information has to be stored on the client on a durable manner. For example persisting the cart in an E-Shop or recording unsaved form data ...
Read more
html5, ItemStore Api, JayData examples, JayData providers
Author:
Peter Aron Zentai September 18th, 2012
We are happy to announce our first complex user control: a data bound grid solution for knockoutjs developers. While the documentation is still on the way, let me share just a couple of photos and some of the feature highlights.
Works ...
Read more
html5, hybrid application, Indexed DB, JayData examples, jayGrid, knockout.js, metadata
Author:
Robert Bonay August 2nd, 2012
Rainer Wittmann published his HTML5 app tutorial: The Ferrari meets JayData, which queries SharePoint 2013 and 2010 services using the OData provider of JayData. You can find the live examples and the source code in his blogpost. Congrats Rainer!
Read more
html5, metro, odata, SharePoint
Author:
Daniel Jozsef July 23rd, 2012
In the last post, I went through the basics of creating a PhoneGap project for iOS, and now as promised, I will go through the basics of Objective-C programming, and JS debugging inside PhoneGap.
Objective-C boot camp
Assuming that you come from ...
Read more
android, crossplatform, html5, hybrid application, ios, iPhone, PhoneGap
Author:
Robert Bonay July 17th, 2012
The Netflix browser example app using OData became some kind of standard in this blog for JayData examples to present the benefits developing HTML5 applications. We are glad to share Rainer Wittmann’s great blogpost about how to use the OData ...
Read more
html5, JayData examples, metro, netflix, odata, win8, Windows 8
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:
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:
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