JS Days 2025 is now live – Join 5,000+ devs for the premier virtual JavaScript event. Register Now

blog image
Tutorials

Accessibility: The Keyboard is Your Friend

Introduction The term “accessibility” is very broad and can be intimidating when first encountered. Often, this encounter comes from new business requirements. That is, developers have to make an existing application accessible. There are many aspects to consider for accessibility,…

blog image
SenchaCon

First Look at SenchaCon 2015 Sessions — And More Time to Get Your Early Bird Ticket

Thanks to everyone who submitted a talk for SenchaCon 2015. We had an overwhelming response to our Call for Papers, and it has been so exciting to see all the insightful abstracts that were submitted. We are happy to announce…

blog image
Ext JS

Tailoring Your Ext JS 5 Application for a Multi-Device World

Introduction Given today’s proliferation of devices and form factors, optimizing our applications for all of these possibilities has become increasingly complex. While we can use CSS to respond to some of these environmental conditions, typical Ext JS applications also contain…

blog image
News

Company Update

As we enter 2015, I have just gone over the six-month mark as CEO of Sencha and my enthusiasm about the company, our customers and the extended community of partners and developers continues to grow. These are exciting times to…

blog image
GXT

Taking a Look at Sencha GXT and GWT

I’m David Chandler, the new Developer Advocate for Sencha GXT. Having recently joined the Sencha GXT team, I wanted to take the opportunity to reflect on changes in the GWT ecosystem since GWT became fully open source in 2012 and…

blog image
HTML5

Best Practices for Building HTML5 Applications

JavaScript has enjoyed a long and storied history since its creation in 1995. As a prototype-based scripting language, JavaScript quickly became useful as a mechanism to implement dynamic logic and interactivity on web sites — and combined with the latest…

blog image
SenchaCon

SenchaCon 2015: Call for Papers is Open

SenchaCon 2015 will offer two days of technical sessions presented by Sencha customers and partners, as well as the Sencha team. This is your chance to share how you’ve used Sencha technology to design, develop and deploy amazing applications. These…

blog image
Ext JS

Announcing Sencha Ext JS 5.1

On behalf of Sencha and the entire Ext JS team, I’m proud to announce the release of Sencha Ext JS 5.1. With this release, we’ve added exciting new features that further improve the richness of the Sencha Ext JS framework,…

blog image
Ext JS

Top Support Tips

ExtraParams in Ext JS 5 by Greg Barry Ext JS 4 allowed users to append extraParams directly to a connection like so: Ext.Ajax.extraParams = { foo: "bar" }; Due to changes in the Ext JS 5 data package, this is…