[JSMentors] Re: Svar: ExtJS4: Everything is a String

2011-05-31 Thread Dmitry Pashkevich
Using the string instead of the object/class reference definitely seems slower. So what are the ostensible benefits of using a string instead, and can the performance be improved It is slower but that affects only the initial load time of your scripts. But in return you won't have to care

[JSMentors] Re: Svar: ExtJS4: Everything is a String

2011-05-31 Thread zedshaws_eviltwin
On May 31, 6:30 am, Dmitry Pashkevich dip...@mail.ru wrote: Using the string instead of the object/class reference definitely seems slower.  So what are the ostensible benefits of using a string instead, and can the performance be improved It is slower but that affects only the initial load

[JSMentors] Re: querySelectorAll

2011-05-31 Thread RobG
On May 29, 6:42 pm, Diego Perini diego.per...@gmail.com wrote: Nathan, the querySelectorAll method exists also on IE 8 in Standard Mode. In all IE versions 9 there are problem with the Universal selector since their API methods returns text nodes included in the result set. This is not