The Browser Whisperer RSS Feed

XSLT Template Techniques
10 Dec 2009, 10:48:42 AM
Recently I’ve been creating xml output for mobile using XSLT. While doing this I ran into a couple of complex problems because of the visual layout I wanted to achieve. In one XSLT template I create a list of items by iterating over a collection of ...
Read post

Google Chrome OS
19 Nov 2009, 02:38:45 PM
Today Google announced their new OS: Google Chrome OS. They specifically mentioned that it was targeted at netbooks. It’s really just a minimal Linux that boots directly into the Google Chrome browser. Applications on Chrome OS are the same as Web a ...
Read post

IE9 Sneak Peek
19 Nov 2009, 10:44:57 AM
One of the big news Items out of Microsoft PDC09 was the early work being done on IE9. In particular they showed huge speed improvements in JavaScript performance. They also showed of some advanced CSS3 features. JavaScript Improvements I'd lik ...
Read post

Color.FromArgb()
04 Nov 2009, 01:53:54 PM
Recently I found myself trying to change the background color of a Silverlight element from code behind. I was expecting that I was going to have to convert the hex color values to rgb or argb. Fortunately this isn’t necessary. You can just use the ...
Read post