ExtJS4 Dev Tools of a Pro

Apologies for the self-proclaimed “Pro” title. My cred: 1 year ExtJS3 and ExtJS4 for almost a year now, since it came out. I build enterprise portals for large organizations and I usually develop remotely over VPN in Clients’ environments. This means I do not always have the luxury of installing Visual Studio, so I have to stick to a minimal setup. However, it works great!

Let’s start of with my favorite: Notepad++

  • Small download & very fast application
  • Use “Explorer” plugin (left panels in the above screenshot)
  • Shown with “Obsidian” theme
  • Has syntax highlighting for pretty much every language
  • Can zoom in/out of text very easy ; great for working with text on 24″+ monitors
  • Great support for file searching & replacing
  • Can collapse sections
My next tool “combo” is FireFox + FireBug + Illuminations
VN:F [1.9.22_1171]
Rating: 8.6/10 (5 votes cast)

ExtJS4 Clean Custom Builds (2)

See Previous Example first!

In this tutorial we’ll make a Windows batch script to automate building of the custom ExtJS4 framework. We’ll also touch on declaring dependencies in custom components. Ultimately, this serves for much faster load times and less wasted bandwidth:

Continue reading ExtJS4 Clean Custom Builds (2)

VN:F [1.9.22_1171]
Rating: 7.0/10 (3 votes cast)

ExtJS4 Clean Custom Builds

In this tutorial I will show you how to reduce your ExtJS4 application load times by half, using Sencha SDK Tools. Also, I will show you how to do a clean custom build, the kind that doesn’t cause your production code to occasionally download JS files via autoloader. Another gem of this example – we’ll get our “compiled” JS down to just about 100 KB, instead of 500 KB+ that results if you follow other tutorials.

Continue reading ExtJS4 Clean Custom Builds

VN:F [1.9.22_1171]
Rating: 8.0/10 (7 votes cast)