Collapsing and expanding footer using JQuery

Footer concept changing day by day. Web2 footer is big and lot of links and information carrying on that. Here you can see different types of footers. Today I am going to discuss about collapsing and expanding footers. Most of the site doesn’t have collapsing and expanding footer. But It would be nice if you [...]

Tags: , , , ,

Language translation ajax api for Indian languages from Google

Language translation ajax api help you to detect and translate language with in a webpage. It also supports right to left languages like Arabic etc. You can add the translation in your website / blog also. It is very simple and it supports most of the Indian languages. Ohh!!  Google rocks! Google is providing us [...]

Tags: , , ,

Is IE? Shortest JavaScript code to find whether the browser is Internet Explorer.

There are a lot of JavaScript codes to find whether the user browser is Internet Explorer. But here is the shortest code to check whether the browser is Internet Explorer. if(‘\v’==’v’) It will return true if you are using Internet Explorer. So we can write the code like this. if(“\v”==”v”){ alert(“This browser is Internet Explorer”); [...]

Tags: , , ,

How to make a colour scheme for your website using JQuery and CSS

It is an interesting thing that if we see some changes on a website, both content wise and layout or colour wise. So I decided to add a colour scheme to my blog.So the visitors can select a colour scheme from these buttons. Have you notice the 6 buttons in this page on the header [...]

Tags: , , , , , ,

Pushup – advice your visitors to upgrade their browser

It is an interesting thing that pushup javascript will tell the visitors that they have to upgrade their browsers to the  latest one if they are using the  old browsers. It is easy to install and customisable Upload the pushup package in to your server Include the pushup.css and pushup.js in to your page header. If [...]

Tags: , , , , , , , ,

Open links in new window automatically in WordPress using JQuery

Sometimes we need to open the external links automatically in our websites. Here I am adding a small snippet for that. JQuery is JavaScript framework using for that. So first you need to include Jquery framework to your page. For that either you need to download the jquery and add it your page, or you [...]

Tags: , , , , ,