One may find it useful for rotating images with fadeIn fadeOut effect using jQuery. How it works? It collects image elements grouped by class name and rotates them within an image element which is identified by element ID.
How to open a WordPress menu child link in new window with jQuery
Following is the example code for how to open a WordPress menu child link in new window with jQuery.
How to Use Custom Fonts On Your Website With the help of CSS
How To Use Custom Fonts On Your Website With CSS? Let’s do an example together. Download bttf.ttf (Back to future font) from here.
URL for getting cached page from Google Cache
Posting the Google Server’s URL for getting cached page from Google Cache for my own reference as i frequently need this url to get old pages of my home town website these days which is undergoing heavy changes. The URL…
Adding Subscribe via Email Widget to Blogger
To add a Subscribe via Email Widget to Blogger is easy. In order to be able to add this widget you just need to be good at copy-pasting and should have some knowledge of blogger admin interface. Even if you…
How to open a wordpress menu link in new tab
I will show you how to make a wordpress menu link open in new browser tab. Open a Menus in WordPress Admin Section > Appearance tab.
Redirect to a Different URL using .htaccess
A straight forward redirection using .htaccess. Note that the domain name should be omitted from From address and it should always be there in To address, even if the redirection is on same server. [code]<IfModule mod_rewrite.c> RewriteEngine On redirect 301…
Resize image using Advanced Settings tab in WordPress Image Editor
I literally overlooked this very useful option till now. So.. you can re-size image to your desired dimension by clicking those 60%, 70% tabs as shown in the figure below. hmm!
Vector Digital Clock jQuery Plugin (beta)
Vector Digital Clock plugin was created to show Digital Clock in more computerized and presentable way. With this plugin it is possible to show each digit or character of time in form of Digital Vector or character. This plugin works…
Floating Social Icons, Facebook, Twitter, LinkedIn, Digg & Google Plus
Posting the html, css & javascript code for floating social icons shown in the attached image below. The code was created using this link but it didn’t work for Facebook. Pasting here for reference and later use. Someone with html,…