HTML5 Scorecard: Chrome for Android Beta
As part of our continuing series on the HTML5 capabilities of new mobile platforms, today we’re taking a look at the new Chrome for Android browser beta for Android 4.
Android—Ice Cream Sandwich: The HTML5 Developer Scorecard
As part of our series on the HTML5 capabilities of new mobile platforms, today we look at the Samsung Galaxy Nexus, the first device to ship with Android 4.0, aka Ice Cream Sandwich. Will Android 4.0 be a major step forward?
The Sencha Hackathon Recap
SenchaCon in Austin last week really reaffirmed our belief in the strength of the Sencha community – and most especially on day three, when we hosted our biggest ever Sencha Hackathon.
EventRecorder for Android Web Applications
After we came up with RemoteJS, we started thinking about how we could go one step further regarding the testing of Android web applications based on Sencha Touch. Introducing EventRecorder for Android mobile web apps.
Building a Rating Widget with Ext Core 3.0 Final and Google CDN
We are very proud to announce the final release of Ext Core under the MIT license. Your feedback was invaluable. Thank you for all the bugs reported and test cases created. For those of you who are new to Ext Core, we suggest you read the previous blog post about the all the features and examples that we released as part of the beta.
Ext CDN - Custom Builds, Compression, and Fast Performance
We are please to announce that Ext has partnered with CacheFly, a global content network, to provide free CDN hosting for the Ext JS framework. Cachefly’s globally distributed network and aggressive caching accelerate the delivery of web content like JavaScript and CSS, making for an even faster Ext experience.
Ext Charting and Mapping with Google Visualizations
Creating cross-browser consistent visualizations of data without Adobe’s Flash plugin has always been a difficult issue to address. Google introduced a Visualization API earlier this year which enables you to present tabular data in the form of charts, maps, and other graphical representations without the need for Flash. (Some visualizations actually do use flash, but most are implemented with SVG and/or VML.) Working with different API’s can present hurdles as we attempt to massage the same data in two different data structures – one for a grid and another for a pie chart. To address this specific challenge, I developed a short user extension Ext.ux.GVisualizationPanel enabling users to integrate visualizations into Ext JS applications without concern for these issues. The GVisualizationPanel adapts any Ext data Store into the google’s format and enables you to embed any type of visualization into a panel.
Google Contacts: Creating a Google Chrome App with Ext and the Google Data API
When Google Chrome was released last week, I was interested in seeing how the Application mode feature worked. I revived an old project to interface with the Google Contacts Data API and built a small application to manage your google contacts which you can ‘install’. The example extends the Ext.data.DataProxy to allow you to populate a store with your contact information to bind to any store driven components such as Grid, EditorGrid, ComboBox and DataView.
