jQuery And The Anticipation Of Greatness

Posted October 17, 2007 at 8:46 AM by Ben Nadel

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.



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 »
10,638 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 »
10,638 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 »
10,638 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 »
76 Comments

jQuery = awesome


Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
InVision App - Prototyping Made Beautiful With Prototyping Tools Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
Feb 3, 2012 at 10:49 PM
How I Got Node.js Running On A Linux Micro Instance Using Amazon EC2
Wow this was really helpful! Only thing I would add is you need to update your .bash_profile after you edit the secure_path. This is what I did: $ . ~/.bash_profile Otherwise, NPM won't be found. ... read »
Feb 3, 2012 at 10:14 PM
Pushing Base64-Encoded Images Over HTML5 WebSockets With Pusher And ColdFusion
@Ben, Just wanted to let you know that pusher are soon to start limiting sizes on messages. This was the detail that came through in the Feb dispatch: "However, we will soon be limiting the s ... read »
Feb 3, 2012 at 5:05 PM
Regular Expressions Make CSV Parsing In ColdFusion So Much Easier (And Faster)
I tried using your RegEx in my C# program, but it was matching an extra empty-string at the end and so I would end up with an extra field that doesn't exist, so I changed it to this: (^|,)("(?: ... read »
Feb 3, 2012 at 3:47 PM
ColdFusion Supports HTTP Verbs PUT And DELETE (As Well As GET And POST)
Josh Cyr posted this on Twitter just a little bit ago. Thought it was appropriate. http://stackoverflow.com/questions/1619152/how-to-create-rest-urls-without-verbs/1619677#1619677 ... read »
Feb 3, 2012 at 2:28 PM
Changing The Execution Context Of Your Self-Executing Function Blocks In JavaScript
@Michael, You definitely make a good point (and extra points for quoting movies - I love movies). When you use a return() statement to define the object's public API, it does provide a consistent a ... read »
Feb 3, 2012 at 2:04 PM
Changing The Execution Context Of Your Self-Executing Function Blocks In JavaScript
To quote Jurassic Park: "Just because you can doesn't mean you should". I completely, utterly disagree with the thought that this is more readable. Consider the current module pattern: if ... read »
Feb 3, 2012 at 1:10 PM
REST API Design Rulebook By Mark Masse
@Jordan, Yeah, WRML was created by Mark Masse (author of the book). I also found it to be a bit convoluted. I suppose it is intended to allow the Client to be able to programmaticaly respond to cha ... read »
Feb 3, 2012 at 1:08 PM
ColdFusion Supports HTTP Verbs PUT And DELETE (As Well As GET And POST)
@Jason, To be honest, I don't have good answers for that kinds of stuff. And, to the point, that is specifically why I *really* liked the REST API Design Rulebook by Mark Masse - he just cuts throu ... read »