It’s about time you got your hands dirty. Here’s 4 sweet JavaScript techniques to get you started :

  • Animate Div - I began with some basic animation techniques, such as growing and shrinking a div. You’ll need to know how to use setTimeout() and also how it differs from setInterval(). After that, you’re ready to jump into some real animation.

  • Yellow Fade Technique - We all know the great minds at 37 singals thought this up, but how can you implement it in your project? To answer that, we must turn to Nick Chapman’s Implementation.

  • Drag and Drop - Simon Cozens wrote up this drag and drop intro that eventually sparked Tim Taylor to come up with this masterpiece.

  • Editing - Tim Taylor strikes again with his Edit in Place implementation. You may also want to look at the popular [editable business card](http://www.baekdal.com/articles/ Usability/usable-XMLHttpRequest/ “Editing and user interface”) over at Baekdal. Personally, I’m looking forward to the possibilities opened up by the IE only contenteditable.

HTML Form Builder
Ryan Campbell

Down and Dirty with JavaScript by Ryan Campbell

This entry was posted 5 years ago and was filed under Notebooks.
Comments are currently closed.

· Add a Comment ·

· Comments are Closed ·