Azadi Saryev
Member since Nov 23, 2009
- Profile: /members/4826-azadi-saryev.htm
- Comments: 7
Recent Blog Comments By Azadi Saryev
-
How Javascript Loading And Blocking Works By Default
Posted on May 7, 2010 at 3:23 AM
@Steve: if you look at the jquery source, or just check fired requests in firebug, you will see that each $.getScript() - and $.ajax() for dataType 'script' and 'jsonp' - is appended a 'cache-busting' unique timestamp url variable. this 'prevents' browsers from caching the requested script. or, to p... read more »
-
How Javascript Loading And Blocking Works By Default
Posted on May 7, 2010 at 1:30 AM
I am also using jquery's getScript() function to load scripts asynchronously. Its callback allows to load dependent scripts easily. However, one 'gotcha' with it is that getScript() in its default functionality prevents caching of loaded scripts. A work around for this is to modify jquery source co... read more »
-
ColdFusion Application.cfc Properties Get Normalized In Interesting Ways
Posted on May 4, 2010 at 9:34 PM
CLIENTSTORAGE: Registry? Really? :)... read more »
-
Odd CFLoop Condition Runtime Compilation Bug
Posted on Dec 12, 2009 at 3:49 AM
does look like a bug... especially considering delayed evaluation works fine <cfloop condition="true">... read more »
-
Using $Variable In jQuery Code Is Just Hungarian Notation
Posted on Dec 10, 2009 at 10:22 AM
i think it's worth pointing out - as the yayQuery guys did in their podcast, which, i believe, this post of yours kind of comes from - that $ as prefix for a var name IS just that, a prefix. the growing prevalence of its use is, to a certain degree at least, due to more and more developers adoptin... read more »
-
jQuery UI 1.7 By Dan Wellman
Posted on Nov 23, 2009 at 12:08 PM
PS: and don't forget to fill out a short survey after the purchase (if you buy from PACK directly) - you will get a 40% discount promo code for future purchases. Azadi... read more »
-
jQuery UI 1.7 By Dan Wellman
Posted on Nov 23, 2009 at 12:04 PM
great review, Ben! exactly what i was waiting (and hoping) for - i bought the book straight away after reading your review, but from PACKTpub.com directly - their cover price is a bit better, AND you can use the DZone promo code to get further 20% discount (!): http://java.dzone.com/announcements/g... read more »