Ext JS 7.9 & Rapid Ext JS 1.1 are out now! Check what’s new Read More

blog image
JavaScript

Learn about the Salesforce Mobile Platform Services at SenchaCon

Guest Blog Post The Salesforce Platform Mobile Services are a set of tools, frameworks, and APIs to help you rapidly build enterprise mobile apps for any device. The Salesforce Platform Mobile Services pair with your mobile app just as seamlessly…

blog image
JavaScript

UI Testing a Sencha App

A few months ago, I wrote a post titled Automating Unit Tests that covered how developers could write unit tests for their business logic and validate their JavaScript syntax. Understanding these concepts is essential when building an enterprise application: bugs…

blog image
JavaScript

Extensions, Extensions, Extensions

Extensions allow developers to access valuable features and explore beyond Sencha's usual frameworks. Thus, they are a very important part of the Sencha platform. At Sencha, we are investing to improve our ecosystem of extensions and I wanted to share…

blog image
JavaScript

A Survey of JavaScript Timers on Mobile

It wasn't too long ago that web developers were struggling with poor implementations of JavaScript timers in desktop browsers. John Resig's survey of desktop browser timers at the end of 2007 showed serious problems with timer resolution and/or timer consistency…

blog image
JavaScript

First Thoughts Learning Ext JS 4.1

I wanted to share my thoughts on my progress learning Ext JS 4.1 as a developer new to Sencha. As an application developer I have used many different development environments and application frameworks throughout my career and whenever I learn…

blog image
JavaScript

Using Ext Loader for Your Application

Brand new to Ext JS 4.0 is a class Loader system that makes use of the new dependency system. These two powerful new features allow you to create extensive applications that allow the browser to download digest code as necessary.…