gicalle
Member since Sep 22, 2010
- Profile: /members/6913-gicalle.htm
- Comments: 4
Recent Blog Comments By gicalle
-
Building Single-Page Applications Using jQuery And ColdFusion With Ben Nadel (Video Presentation)
Posted on Oct 6, 2010 at 1:40 PM
@Ben, the @id IS defined on that moment, due to the fact that the user just has selected it. so in fact it's a problem of not clearing it (but i've not really found the right place where this occurs) so that's why i flipped the order for the IF THEN check. the parameter NAME is set or erased correc... read more »
-
Building Single-Page Applications Using jQuery And ColdFusion With Ben Nadel (Video Presentation)
Posted on Sep 28, 2010 at 5:15 AM
i've found the bug. in the contact_form.js the 'show view' function was wrong. it checked on 'parameter.id' but it sometimes exists (after editing etc). i've changed it to first check that the 'name' parameter exists (the one you set with 'name: this.searchCriteria.val()' in contact_list.js... read more »
-
Building Single-Page Applications Using jQuery And ColdFusion With Ben Nadel (Video Presentation)
Posted on Sep 22, 2010 at 8:01 AM
how to: * download the zip * extract it * put it on the server (i'm testing this on a railo / xampp) * start the application * type 1 in the search box and enter (jumps to edit contact - leave other fields blank) * type enter (saves the contact with name 1) * type 2 (in search box) and enter * type ... read more »
-
Building Single-Page Applications Using jQuery And ColdFusion With Ben Nadel (Video Presentation)
Posted on Sep 22, 2010 at 7:59 AM
did i find a bug...? the application is working fine, but i've found a strange behaviour. there is a mistake between editing and auto-creating a contact (when no contact is found after typing in the search box). i cannot simulate in the live demo on this page (maybe it already different source cod... read more »