Posted in jQuery | Posted on 04-07-2009 | 5,695 views
I just wrapped up my presentation on jQuery to the Alamo Area ColdFusion User Group. For a first run through, I think it went well. I've tried like heck to give new presentations this year, and this was one of two brand new presentations in the next 8 days. I had a bit too much material for the time allotted, so you will see me skip around a bit towards the end to wrap early. Also - I got some feedback saying I should maybe spend more time explaining what jQuery is up front. All excellent feedback. The first time giving a presentation can be both scary and educational as well. So thank you again to the Alamo!
You can find the embedded presentation below, as well as the recording URL here:
http://experts.na3.acrobat.com/p87003729/
Please send me some feedback folks on how I can improve the presentation next time. Also, jQuery team, forgive me for bad mouthing the effects. I'm just not an effects guy. ;) (Than again, I wasn't too pleased with the UI stuff at first!)


A little OT, but it just made my day.
I also think an immediate question one would get from this preso would be, using jquery instead of CF8-Ajax stuff. So, maybe you want to add a slide on that. For me, its probably down to how much flexibility you want and whats your data size, for example, 5000 records, jqGrid is faster than cfgrid (very minor difference), but it goes up as I go to 50k records.
@Kumar: I have a slide on plugins, but I skipped it because I ran out of time.
I meant $() as the document ready function. If you pass a function in as an argument to $ it adds it to the dom ready stack.
I see that you used $("#select1 option:selected").val() to retrieve the value of a select box, but I have always found that $("#select1").val() will return the value of the selected option. Is there a reason to use the "option:selected" selector, like browser compatibility?
Another useful plugin is Throbber (http://plugins.jquery.com/project/throbber) to automatically display and hide those spinning loading animations. Like most things jQuery, it's just too dang simple to implement, makes me feel that I'm not working hard enough :).
Excellent introduction to jQuery! Thank you very much for putting that together, really. The only suggestion I have, since you asked, is that the preamble doesn't need to be so long.
Ummm, you also indicated in the preso that you'd make the demo files available, and I came back just now to see if there was a download link yet, and I don't see it.
Thanks for the feedback.
Thanx again Ray!
[Add Comment] [Subscribe to Comments]