Welcome to my code and design centric website. I hope you enjoy the articles I have written on Coding and the resources I have shared to help with Learning. If you are hosting a conference you may want to learn more about my Speaking experience as well.
If you find something wrong, or just want to get in touch – reach out to me at @dougneiner on Twitter or shoot me an email.
-
Using CSS Classes with jQuery to Control Visual State Filed in Strategy • Published on Sun Feb 26 2012
Instead of showing, hiding, and otherwise adjusting an HTML element's visual display with jQuery, execute the same level of change by strategically adding and removing classes with jQuery/JavaScript.
-
Essential JavaScript Design Patterns for Beginners Filed in JavaScript • Shared on Sat Feb 18 2012
I really enjoyed Addy's presentation at the jQuery UK Conference where he touched on just a few patterns mentioned in this free online book. I haven't read through it yet, but I am super excited to learn more about some of these patterns. I think I will also find out the names for a number of the patterns I already use!
-
Stop (Mis)Using Return False Filed in Practices • Published on Mon Sep 20 2010
Probably one of the first topics covered when you get started learning about jQuery events is the concept of canceling the browser’s default behavior.
-
Introduction to Stateful Plugins and the Widget Factory Filed in jQuery UI • Published on Fri May 21 2010
The jQuery UI Widget Factory is a separate component of the jQuery UI Library that provides an easy, object oriented way to create stateful jQuery plugins.