App42 Storage Service persists all data types supported by JSON. However, if your app data contains date field to be saved, it should be saved in UTC formatted String. If you save it in a normal format then you will […]
Get notified instantly when we come up with
something new or interesting for you.
App42 Storage Service persists all data types supported by JSON. However, if your app data contains date field to be saved, it should be saved in UTC formatted String. If you save it in a normal format then you will […]
These days MVC is the most popular architectural pattern for Javascript and HTML5 applications. Backbone.js is also based on the same pattern and a lot of web applications are being designed using this. It supports every browser which is supported by jQuery.