Posts tagged reference

Bart

How jQuery.Bart Was Built

4

Putting aside the fact that this took far longer to fully code than I wanted it to, I have to say that the process of building jQuery.Bart was fun. I finally got my GitHub repository up and running, and am getting used to committing code into that. I also got to play with some CSS3 animations, and some interesting quirks to the jQuery.animate() function, so overall this was an awesome learning experience.

As I have done with earlier plugins which I have written, I will take you on a brief journey through what went into the construction of this plugin and why I have made some of the choices I have made as far as structure, syntax, and functionality.

(more…)

Great Wisdom

0

The koan below is liberally borrowed, but I most recently found it on an excellent article by Nick Morgan. If you are learning about closures in any language, both his article and the koan are excellent resources.

(more…)

Go to Top