jQuery: vertically animated sliding menu June 20, 2012 A vertically animated sliding menu with jQuery where all the items change their positions on hover. Read more
jQuery: centering a lightbox without a stated height June 20, 2012 We can use the well-known CSS technique for centering boxes to a jQuery lightbox. Read more
jQuery: trigger an action when an element is removed June 19, 2012 By using DOM events we can perform a particular action with jQuery when an element is removed from the document. Read more
Comparison between CSS and jQuery menus June 18, 2012 How can we choose between CSS and jQuery menus? Let's see the pros and cons. Read more
jQuery: useful tips to work with images June 18, 2012 Some useful tips and code snippets to work with images in jQuery. Read more
WordPress: paginating posts without plugins June 18, 2012 A simple way to paginate WordPress posts without using plugins. Read more
jQuery: disable the Enter key on forms June 18, 2012 How to disable the Enter key on forms with jQuery. Read more
CSS: dynamic alternate borders on menu items June 16, 2012 A simple yet effective solution for creating dynamic effects on the borders of the items of a CSS menu. Read more
jQuery: avoid conflicts with Prototype only when necessary June 16, 2012 Prototype and jQuery can work very well together, provided that we're able to prevent possible conflicts from happening. Read more
JavaScript JavaScript: empty a DOM element June 16, 2012 How to remove all the child nodes from a DOM element with JavaScript. Read more