Down with SOPA & PIPA

Please check out Google’s excellent page where you can learn more and sign an online petition against this pending legislation in the US.

Currently, there’s no one in the world that can take down any website. At best, you can pursue local laws against hosting providers for a site you want taken down. If this legislation goes through, someone (i.e. Facebook) could throw some dollars at some lawyers and politicians, and get a “on/off” button to kill, let’s say Google Plus service, with complete disregard for any judicial process.

This affects every single person reading this page. If Sencha disagrees with my message here – tough luck. It’s a free Internet. If PIPA/SOPA goes through, Sencha could have this page taken down in a flash, using nothing but money.

I urge you to spread awareness of this message! Share this post!

VN:F [1.9.22_1171]
Rating: 8.7/10 (3 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)

ExtJS 4 Form getValues() Tip

Another bit of undocumented goodness from yours truly. As you probably know, ExtJS4 form panel contains a very useful method: formpanel.getForm().getValues(), which lets you populate an object with form’s data. Unfortunately, string format is used for all fields, even datefields. I will show you how to easily get valid data types through an undocumented feature:

Continue reading ExtJS 4 Form getValues() Tip

VN:F [1.9.22_1171]
Rating: 7.6/10 (22 votes cast)