Announcing Sencha Blink 1.0
Today we’re pleased to announce the first release of Sencha Blink, a cross platform UI toolkit for the coming wave of spectacle-based devices. Sencha Blink offers a full set of display components, fully abstracted eye events (using the new W3C HTML5 Eye Events), and a rich set of image query primitives.
Survey Says: Windows Phone 8 Support Strong, HTML5 Important for Multi-Device App Dev
We recently conducted a survey to our developer community about the impact that today’s multi-device world has on businesses and application development. Over 1,400 developers, managers, and IT execs responded and shared their insights on a variety of topics, including Windows Phone 8, Apple’s iOS 6, and the challenges of IT in a Bring Your Own Device (BYOD) world.
A Survey of JavaScript Timers on Mobile
Desktop browsers have had high resolution, high consistency JavaScript timers for the last few years. As a result, many web developers have become used to creating production-quality animations using zero-second callbacks via setTimeOut() and setInterval(). However, on mobile devices, this style of animation programming can have subpar performance and consistency – we wondered if it was due to poorer timer implementations. We researched the issue and found that while older Androids and iPods have noticeably poorer timer implementations than desktop browsers, the most recent Android and iOS tablets and phones seem to have mostly caught up.
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.
