One of the tough tasks in web development and in particular CSS styling, is to find the RGB and hexadecimal value of uncommon colours. As a web developer working in CSS, I longed to give that nice blue/green tinge colour for my UI and always struggled with the hexadecimal value. Particularly in finding the same for colours I find in other sites. Thanks to the IE9 Developer Toolbar which has this nice colour picker, one can find the hexadecimal code (and the RGB equivalent) from any web page. To demonstrate, ......
IE9 Toolbar’s Browser Mode allows us to test for different versions of IE. This feature has been there right from IE8 Developer Toolbar. But, I always thought that the testing was just limited to the different versions of IE i.e. IE7, IE8 and IE9. One of the advantages of having a technical boss is that, he points to the right set of information when needed. @harishV pointed out that you can test even for other browsers such as Chrome, Firefox, Safari from within the IE9 Developer Toolbar. For the ......