Free 40 Merry Desktop Christmas Wallpapers
With only a couple of days left, you probably have already finished decking your halls with the proverbial boughs of holly. If so, then why not do the same with your laptop or PC as well by putting up festive wallpaper? Allow us to help you get started by showing you this cool assortment of [...]
How To Display Random Ads Using jQuery
Let’s say that you have a bunch of ads on your web site and you want to make sure that some ads don’t show up more often than the others. Well, here’s a nice jQuery code that will let you display them in random order. shuffleAds: function(arr) { for(var j, x, i = arr.length; i; [...]
Upload Your Files with These 10 Powerful jQuery Uploader Plugins
Today’s web developers are unstoppable about creating newer and better plugins for your web site, so I’ve gathered 10 of the most powerful jQuery File Uploaders for your web site or blog. One of the plugins featured here is the jQuery upload which lets you upload your files by Ajax style. Ajax Upload by Valums [...]
12 Fonts of Christmas for Your Website
IT’S that time of the year once again. Have you updated your blog’s web design theme yet for it to be in tune with the holiday season? It’s not too late yet so let’s start it off by dressing up your site text using any of these 12 free Christmas fonts. The number fits perfectly [...]
Get Rid of Email Spam with jQuery Spamless
Protect your web site against email spam with this lightweight and very useful jQuery plugin called jQuery Spamless. The plugin is designed by the web developers at Design Chemical, which prevents spam from entering and littering your blog. What it does is to convert indistinct email addresses which are hard to detect by spam harvesters [...]
jQuery News Scroller Tutorial
Showcase the latest news, top stories, and important links in your web site or blog with the jQuery news scroller. This tool is very useful if your web site has a lot of features and you want them displayed in a small compact box. With its news-type scrolling effect, your visitors can easily get a [...]
5 jQuery Snippets For A More Responsive Web Page
Enable HTML5 markup on older browsers We all know that HTML5 is the future of web development. The only problem is some people still use older versions of web browsers that don’t support this language yet. So for that, here’s a script that will force those browsers to recognize the new tags introduced by HTML5 [...]