jQuery: highlight keywords in WordPress post titles
How to search and highlight keywords within WordPress post titiles with jQuery.
Read more
jQuery: get the numeric part of an ID attribute
How to extract only the numeric portion of an ID attribute with jQuery.
Read more
On the simplicity of CSS design
CSS design hinges on simplicity. We should never break the original design.
Read more
jQuery: binding animation data to elements with JSON
How to bind animation properties and values to HTML elements with jQuery and JSON.
Read more
WordPress: add a description to the navigation menu items
How to add a description to each item of a WordPress navigation menu.
Read more
jQuery: complete random password generator (including MD5 encoding)
A random password generator written in jQuery, featuring an MD5 encoding function.
Read more
Managing featured content with jQuery and CSS
A simple but effective use of jQuery and CSS to manage the featured content of a web site.
Read more
JavaScript
JavaScript: create a uniqid() function
How to generate a random identifier with JavaScript.
Read more
jQuery: positioning popup windows
How to exactly position JavaScript popup windows with jQuery.
Read more