To find out Windows Server Name using IP
Goto Command Prompt (Start > Run > cmd>
C:> nbtstat -A <<ip address>>
(remember upper case A)
Note (added on mar 31st)
this works on all versions of windows
http://www.computerhope.com/nbtstat.htm
To find out Windows Server Name using IP
Goto Command Prompt (Start > Run > cmd>
C:> nbtstat -A <<ip address>>
(remember upper case A)
Note (added on mar 31st)
this works on all versions of windows
http://www.computerhope.com/nbtstat.htm
Created a quick HTML page to find the font size mapping between various units (em, px, pt)
The font size looks uniform in FF 3 and Chrome. (Images attached)
In IE.. you see it by yourself.
I found this Freebie (not great interface though) which helped me to cleanup my stylesheet.
http://www.dotnetsurfers.com/Blog/ct.ashx?id=5eb69d72-b844-412a-9da2-ac8f21b5a714&url=http%3a%2f%2fwww.dotnetsurfers.com%2futils%2fcsscleaner.zip
Word of caution
By default this looks for .aspx,.ascx,.master files.
So before removing the unused class, please search the entire solution to make sure you haven’t used them in code behind files.
object.cssclass = “cssclassname”
Happy Style Cleaning !