jQuery And The Anticipation Of Greatness

Posted October 17, 2007 at 8:46 AM

Tags: Javascript / DHTML

I have been using jQuery for a while now and the high has still not worn off. Even now, after I know what to expect, I find myself stopping in the middle of event wiring and thinking to myself, "This is so darn easy!" How is it possible that I'm still surprised as to how little jQuery code is required to make some really awesome stuff. It's just bananas. When I code in jQuery I am overwhelmed with this feeling that things are just falling into place. It's not like an adrenaline rush or anything - I'm trying to think of how to explain it... it's like when you think of something really funny to say and you're just waiting for your turn in the conversation and this feeling of anticipation builds inside of you; it's like that; it's like you have this anticipation of greatness. Now, not to say that the outcome of the coding will actually be great, but that the use of jQuery is so empowering that you kind of just assume that greatness will ensue.

Just a little stream of consciousness for you.

Post Comment  |  Ask Ben  |  Permalink  |  Print Page




Reader Comments

Oct 17, 2007 at 9:51 AM // reply »
5 Comments

Your excitement is awesome! I actually feel the same way when working with jQuery although I've only been using it briefly. It's quite a gem.

I honestly find myself stopping to laugh at times when I've done something in jQuery that was so easy and yet is so damn cool, especially when I think how long it would have taken if I were to have done the whole thing from scratch.


Oct 17, 2007 at 9:55 AM // reply »
6,516 Comments

@Fitz,

That's what I'm talking about!


Oct 17, 2007 at 10:02 AM // reply »
5 Comments

I know what it's like. I've been using jQuery for over a month now, and I'm so in love with it's simplicity. Even clients now ask "this must have took you a long time to code"... I just play along and think of all the extra time I have to try out other stuff for them.

It's that feeling that keeps you up at night when you should be sleeping...


Oct 17, 2007 at 11:02 AM // reply »
1 Comments

I completely agree Ben! In fact, to quote the manager of my local CFUG, "I don't know how I got along without it!" I'd like to echo that sentiment too: How on earth did I get along without jQuery?


Oct 17, 2007 at 11:04 AM // reply »
16 Comments

Ben, I had to jack your post because it was awesome. I put it on my blog and posted it to the jQuery list. I'm glad that Glen got you hooked into jQuery. :)


Oct 17, 2007 at 11:09 AM // reply »
1 Comments

Very nice. And Thank You. Thank you for putting into words what I've been trying to express since I found jQuery. It's amazing.


Abu
Oct 17, 2007 at 12:11 PM // reply »
1 Comments

We came into contact with jquery in the middle of our redesign. If you can only image hoe much code has become obsolete and how much thinner its become.

I can only imagine that the destiny of jquery is to replace javascript itself.


Oct 17, 2007 at 12:13 PM // reply »
6,516 Comments

Glad you guys like it as much as I do :)


Oct 17, 2007 at 1:33 PM // reply »
1 Comments

Yeah I can't count the number of times even in the last week that I look at something I've put together in jQuery and say "you've got to be fucking kidding me, that can't be all of the code". But yep there it is. It's an unbelievable joy to work with and at no point do you feel like you're using training wheels, just writing smarter.

Oh and hi Ben!


Oct 17, 2007 at 2:35 PM // reply »
6,516 Comments

@Martin!

What's happening? Thanks for dropping by and leaving a comment. jQuery rocks :)


Oct 17, 2007 at 3:11 PM // reply »
1 Comments

I know the feeling! It happens whenever I get the chance to code in Ruby. Don't get me wrong, I'm a full-time ColdFusion programmer and love it too but if you haven't had the chance to experiment with Ruby and Ruby on Rails and you enjoy the 'oh my God is this code for real!?!?' sensation then I highly recommend you give it a try sometime.


Oct 17, 2007 at 6:16 PM // reply »
74 Comments

jQuery = awesome


Post Comment  |  Ask Ben

Recent Blog Comments
Nov 22, 2009 at 4:30 AM
jQuery Live() Method And Event Bubbling
dasegtezr ... read »
Nov 22, 2009 at 4:03 AM
jQuery Live() Method And Event Bubbling
C_fieri ... read »
Nov 22, 2009 at 1:56 AM
Learning ColdFusion 9: Using CFQuery In CFScript Can Enable SQL Injection Attacks
Why adobe would give you script equivalent of cfquery is beyond me. I love cfquery tag because it helps me wriite clean sql, and get away from the horrible jdbc queries If I wanted to write javali ... read »
Nov 22, 2009 at 1:45 AM
Streaming Text Using ColdFusion's CFContent Tag And The Variable Attribute
The reason you would want to do this is to stream. Ack json/xml files to ria clients I used thus technique before because putting json in response stream causes debugging info to come thru As well a ... read »
Nov 21, 2009 at 6:47 PM
Hal Helms - Real World Object Oriented Development, Sarasota - Day Five
@charlie griefer, Thank you.. ... read »
Nov 21, 2009 at 5:15 PM
Using ColdFusion Structures To Remove Duplicate List Values
@Jose Galdamez, Oh heh yeah I didn't paste the whole code. I should have defined the vars -- my bad. It's fixed thou. Thanks. ... read »
Nov 21, 2009 at 4:49 PM
Styling The ColdFusion 8 WriteToBrowser CFImage Output
Great work yet again Ben! Whilst I didn't use this whole code, I copied some of your regex code for a similar problem with the lack of an alt attribute and unescaped ampersands in CFIMAGE for Railo 3 ... read »
Nov 21, 2009 at 1:13 PM
My First ColdFusion Builder Extension - Encrypting And Decrypting CFM / CFC Files
@Ben, Because I am pedantic, I just want to make sure that everyone knows there is absolutely no encryption going on. There is only encoding and obfuscation. The cfencode tool only obfuscates your C ... read »