I use ExtJs a lot in my daily work writing thousands of lines of Javascript almost everyday. When confronted with this much amount of code, it is important that my text editor could help me find the problems as soon…
I use ExtJs a lot in my daily work writing thousands of lines of Javascript almost everyday. When confronted with this much amount of code, it is important that my text editor could help me find the problems as soon…
As the hierarchy of ExtJs classes go deeper, the possibility of variable conflicts increases with it, because many variables are saved in the instance scope (“this”), even the supposedly private variables (cmon theres not private variable in javascript, but extjs…
It happens to me sometimes. I dont want to use any web framework out there such as rails or nodejs express. Just a simple index.html would suffice. But I still want to keep my css clean and still want to…