Search: ie8
*HTML/CSS Selectivizr - CSS3 pseudo-class and attribute selectors for IE 6-8
Submitted by matt 8 hours ago (more from selectivizr.com)selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8. Simply include the script in your pages and selectivizr will do the rest. Selectivizr adds support for 19 CSS3 pseudo-classes, 2 pseudo-elements and every attribute selector to older versions of IE.
*HTML/CSS CSS Voodoo - The dark art of CSS Hacks
Submitted by matt 48 days ago (more from blog.ginader.de)Since I joined Yahoo! I stopped using Conditional Comments for Performance Reasons (less HTTP Requests). So I needed to get familiar again with the common Hacks for Internet Explorer I had completely forgotten about. Over time I hardly ever ran into situations when other Browsers misbehaved - but it did happen. Here's the current State of my CSS Hack Collection.
*Miscellaneous An Introduction to the Internet Explorer Developer Tools
Submitted by matt 48 days ago (more from msdn.microsoft.com)Nice overview of what's essentially Firebug for IE. Wondering what the difference between Document Mode and Browser mode is? Document Mode allows you to manually choose which rendering engine you want IE to render the page with. Browser Mode changes both the Document Mode, and the User Agent string, which allows Internet Explorer 8 to lie about who it says it is.
*HTML/CSS CSS3 PIE: CSS3 decorations for IE
Submitted by matt 58 days ago (more from css3pie.com)PIE makes Internet Explorer 6-8 capable of rendering several of the most useful CSS3 decoration features. PIE currently has full or partial support for the following CSS3 features: border-radius, box-shadow, border-image, multiple background images, linear-gradient as background image. Other features are under active development. Works via the IE behavior css property.
*Programming Cross-domain Ajax with Cross-Origin Resource Sharing
Submitted by matt 106 days ago (more from nczonline.net)There is a lot of solid support for cross-domain Ajax in modern web browsers, yet most developers are still unaware of this powerful capability. Usage requires just a little bit of extra JavaScript work and a little extra server-side work to ensure that the correct headers are being sent. IE8’s implementation lags a bit behind the others.
*Tech News Microsoft Launches Pivot, A Radically New Visualization of Online Objects
Submitted by matt 202 days ago (more from getpivot.com)Microsoft Live Labs' latest creation has just launched. Pivot is a fun, powerful discovery tool, built on Seadragon and powered by Silverlight, that runs in Vista or Windows 7 with IE8. It looks impressive and allows for truly intuitive exploration of information.
*Programming How Internet Explorer 8 document mode affects JavaScript
Submitted by matt 219 days ago (more from nczonline.net)Most people are pretty familiar with how the various document modes affect layout in terms of how CSS is implemented, but what has been lost is how the document mode affects the core JavaScript engine in the browser. These changes are somewhat subtle, but important to understand when you’re working with Internet Explorer 8.
*Miscellaneous Internet Explorer 8 document and browser modes
Submitted by matt 233 days ago (more from nczonline.net)Internet Explorer 8 has some powerful, and confusing, features as it relates to its rendering and execution engine. Document modes are used to determine which features are available to the page, and that includes which CSS features and which JavaScript features are enabled and available. Browser modes change how the document mode is determined when X-UA-Compatible is not specified.
*Programming ie-css3.js CSS3 pseudo selector emulation for Internet Explorer 5-8
Submitted by matt 234 days ago (more from keithclark.co.uk)allows Internet Explorer to identify CSS3 pseudo selectors and render any style rules defined with them. Simply include the script in your pages and start using these selectors in your style sheets — they'll work in IE... Honest!
*Miscellaneous dynaTrace Ajax - Deep Tracing of Internet Explorer
Submitted by matt 267 days ago (more from ejohn.org)After reading a recent post by Steve Souders concerning a free tool called dynaTrace Ajax, I was intrigued. It claimed to provide full tracing analysis of Internet Explorer 6-8 (including JavaScript, rendering, and network traffic). Giving it a try I was very impressed. I tested against a few web sites but got the most interesting results running against the JavaScript-heavy Gmail in IE 8.