Is IE? Shortest JavaScript code to find whether the browser is Internet Explorer.
Posted by Sunil | Filed under Web Development
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: IE, Internet Explorer, Javascript, web development tool
html-ipsum.com – a good tool for html developers
Posted by Sunil | Filed under Web Development
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: Firefox plugin, HTML, Html Ipsum, Lorem Ipsum, web development tool











