Expression Web SuperPreview for Internet Explorer and a few questions

Couple of days back Microsoft announced Super Preview for Internet Explorer . As a web quality analyst I personally welcome this move from Microsoft. I thought we can check the projects in different browsers with in this software. I downloaded it from Microsoft even though it is available only for trail version. It has 250 [...]

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: , , ,

Unobstructive image gallery listing using CSS

CSS development requires some special treatment when it developing for a CMS website. Usually while creating image gallery, video gallery or some type of sitemap design, it needs some extra care. Otherwise it will become mess up the entire template. Some designs are looks like this…  This gallery is simple. It has fixed width and [...]

Tags: , , , , , ,

Free Privacy policy and Disclaimer for your blog

Privacy policy and disclaimer is important for your blog or website as they inform your visitors about some more legal aspects of your website. Privacy Policy Privacy policy is essential for a site if your website or blog is asking for personal information such as email address from the visitors. Privacy policy lets your visitor [...]

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.

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: , , , , ,

YSlow ignores IE conditional comment

When I was checking through some site, I noticed that YSlow will not check style sheets inside the IE conditional comment. If Yslow is not considering the style sheet inside the conditional comment how we can say that site is fully optimized through YSlow. So performance grade is not reliable in this regard. What do [...]

Tags: , , , , , ,

html-ipsum.com – a good tool for html developers

Web developers know about the Lorem Ipsum. We can generate dummy texts from this site. And Firefox plug-in is available for that also. Now a new site called html ipsum, generates html snippets. It is a nice tool for web developers. If you want dummy html, you can simply copy from the snippet. While clicking [...]

Tags: , , , ,