About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
Tag Archives: Compatibility
HTML5 and CSS3 for IE8
IE8 and lower are not playing nice with HTML5 pages. Also CSS3 wasn’t invented when it released. To get the best result on IE8 with the least effort just add some scripts. Not pixel perfect, but good enough for the … Continue reading
Compat inspector fiddler rule
Origional post here. My version of the fiddler CustomRules.js file below.
Visual Studio 2010 profiler on Windows 8 issue
I’ve been using Microsoft Visual Studio 2010 on my Windows 8 machine for a while now. Never had an issue until today when I tried to start the profiler. Turns out the driver it uses is not compatible with Windows … Continue reading
Posted in Tooling
Tagged Compatibility, Profiler, Visual Studio 2010, Visual Studio 2012, windows 8
Leave a comment