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

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