NodeDomain lesson with Adobe Brackets February 12, 2015
3 min read
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 February 11, 2015
3 min read
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...
Overriding methods safely January 20, 2015
7 min read
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? January 20, 2015
6 min read
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...
Documentation Friday! January 09, 2015
3 min read
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...
A Naming Strategy January 07, 2015
7 min read
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 Naming Strategy December 19, 2014
4 min read
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...
Store Listeners December 18, 2014
5 min read
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...
A cause in poor performance December 17, 2014
3 min read
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? December 17, 2014
3 min read
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...