NodeDomain lesson with Adobe Brackets
I've been an IntelliJ IDEA user for 4 years now but I usually have most features turned off but it's a memory hog, the constant indexing and...
Project Managing Personal Finances
Back when I was 19 I built my first house, well, paid someone else to build it of course. At the time, I thought I was hot shit being only 1...
In the article Abstract vs Override, I talked about how to use overrides in an application to globally change Ext JS to work for your applic...
What is callParent and callSuper?
One of the best things about Ext JS is it's class system. Even though JavaScript doesn't have a class system with inheritance, Ext JS utiliz...
Let's face it fellow programmers, we don't document our code like we really should. Why should we? It doesn't add to the functionality of th...
You just got contracted or assigned a new app! Wow, that's exciting! All you want to do is just jump in and start coding right? Well, you ne...
A common method when developing an application is to be event driven. This allows your code to be very flexible. Not being event driven can...
No doubt, you likely have a store or two in your Ext JS/Touch application. Have you had to add a listener to the store to do something? Mayb...
Over the years of working with Ext JS and Sencha Touch, I've gotten to see lots of code both from projects I've worked on and for the many c...
Wordpress is slow, Ghost is better?
The de facto standard of blog software is Wordpress, I'm sure everyone has heard of it. You can do quite a bit with it: install themes, plug...