Latest Ext JS 7.8 is now available. Learn more

blog image
Ext JS

Ext JS 5 Tablet Support

Guest Blog Post Ext JS has been recognized as the leading framework for desktop web applications. The landscape of computer usage, both personal and enterprise, has been changing dramatically since tablets started challenging PC sales worldwide. Sencha recognized this shift…

blog image
GXT

Getting Started with GWT Super Dev Mode

If you’ve been using GWT in the last few months, you’ve undoubtedly noticed that various browsers have been removing support for classic Dev Mode. This change has been a long time coming. It helps to ensure better performing browsers and…

blog image
Sencha Touch

Creating an Online/Offline proxy in Sencha Touch

Guest Blog Post Introduction A common requirement in Sencha Touch is that an application must continue working normally when a device loses its connection to the Internet. Sencha Cmd delivers some great tools that give us everything we need for…

blog image
Ext JS

Creating Custom Layouts in Ext JS and Sencha Touch

The Layout system is one of the most powerful and unique parts of the Sencha frameworks. Layouts handle the sizing and positioning of every Component in your application, so you don't need to manage those pieces manually. Ext JS and…

blog image
Ext JS

Designing Responsive Applications with Ext JS

In today’s world, users expect to be able to use web applications not only on their desktop computers, but also their mobile devices, which come in all shapes and sizes. The requirement to make an application so adaptive can seem…

blog image
Ext JS

Deep Dive Into Ext JS 5 Data

Introduction With the introduction of Ext JS 5, we have greatly expanded the capabilities of the Sencha Data Package, which was initially released with Ext JS 4 and Sencha Touch 2. The data package is one of the cornerstones of…

blog image
Architect

Training Tip: Using Custom Fonts with Sencha Architect

Back in the days when websites were restricted to typical fonts such as Arial, Georgia, Times and so on, fonts were delivered from the user’s machine. Fortunately today, because of HTML5 and CSS3, browsers support embedded web fonts. In this…

blog image
Ext JS

Ext JS 5: Engineered for Performance

Introduction Sencha recently released Ext JS 5, and we have received lots of positive feedback from our customers and community. Beyond the addition of tablet support, MVVM and many awesome new features, we really wanted to prove that Ext JS…

blog image
Ext JS

Upgrading Deft JS to Work with Ext JS 5

Guest Blog Post Introduction Deft JS is a community-driven library of useful building blocks that enable teams to rapidly develop large-scale applications using Sencha Ext JS. The primary goals of Deft JS are to promote modularity, reusability and testability. Deft…