6 Tips to Speed Up jQuery
As it stands, jQuery is an amazingly efficient JavaScript framework, but there are a few things that you can do when creating your code that will end up slowing...
3 comments
As it stands, jQuery is an amazingly efficient JavaScript framework, but there are a few things that you can do when creating your code that will end up slowing...
3 comments
I know I have already done a fade effect between two images with jQuery, but here is a quick little piece of code that will just add a nice...
13 comments
I have been spending a bit of time lately figuring out how to create my own plugins for jQuery. It doesn’t take much to accomplish and I thought it...
6 comments
Creating a page list in WordPress is super easy. All it takes is one function call: <?php wp_list_pages(); ?>. The only problem with the list is if you have...
40 comments
A client asked for me to put together a page on his website that would collect info off of his RSS feed and populate a page that could be...
6 comments