How to Load In and Animate Content with jQuery

http://net.tutsplus.com/tutorials/javascript-ajax/how-to-load-in-and-animate-content-with-jquery/ Author: James Padolsey I’m a freelance web developer based in Hampton, UK. I write about and enjoy front-end web development. Most of what I write focuses on my favorite topic, JavaScript! To read my blog or find out more about me please visit my site!

Using jQuery with Other Libraries / no conflict

GENERAL The jQuery library, and virtually all of its plugins are constrained within the jQuery namespace. As a general rule, “global” objects are stored inside the jQuery namespace as well, so you shouldn’t get a clash between jQuery and any other library (like Prototype, MooTools, or YUI). That said, there is one caveat: By default, jQuery …

Using Div/CSS popup instead of javascript alert box

http://www.jquery-dev.com/2008/12/02/jqmodal-jquery-modal-popup-plugin http://www.84bytes.com/2008/06/02/jquery-modal-dialog-boxes/ http://vision-media.ca/resources/jquery/jquery-popup-plugin-review http://www.queness.com/post/77/simple-jquery-modal-window-tutorial http://plugins.jquery.com/project/modaldialog

MooTools 1.2 Image Protector: dwProtector

Image protection is a hot topic on the net these days, and why shouldn’t it be? If you spent two hours designing an awesome graphic, would you want it ripped of in matter of seconds? Hell no! That’s why I’ve created an image protector class to help designers and artists protect their images. Here’s how …