gordonbrander + ie 48
Browserscope Ringmark
february 2012 by gordonbrander
Holy cow -- used http://rng.io/ with BrowserScope to show feature tests for a massive number of browsers.
ios
mobile
web
development
learn
ie
firefox
webkit
february 2012 by gordonbrander
CSS Compatibility and Internet Explorer
february 2012 by gordonbrander
Looks like IE is keeping track of this now. Compatibility tables for every major version of IE, dating back to 5.
ie
bug
css
learn
february 2012 by gordonbrander
Download: IE App Compat VHD - Microsoft Download Center - Download Details
december 2011 by gordonbrander
Microsoft offering free VMs for browser testing.
windows
ie
vm
web
development
december 2011 by gordonbrander
#eCSStender.org { content: "Homepage"; }
november 2011 by gordonbrander
Bringing CSS3 selectors to IE. Includes compound classes.
css
javascript
ie
bug
polyfill
november 2011 by gordonbrander
xdissent/ievms - GitHub
september 2011 by gordonbrander
Auto-installer for MS IE Virtual Machines on VirtualBox. I might just have to switch from VMWare.
vm
ie
development
opensource
test
september 2011 by gordonbrander
Download Details - Microsoft Download Center - IE App Compat VHD
september 2011 by gordonbrander
Microsoft is providing VMS for testing Internet Explorer! Pigs, flying!
ie
development
test
browser
vm
september 2011 by gordonbrander
IEWebGL - WebGL for Internet Explorer
july 2011 by gordonbrander
An installable plugin for IE that adds support for WebGL
webgl
3d
ie
bug
plugin
opensource
july 2011 by gordonbrander
Cross Browser CSS Transforms – even in IE
june 2011 by gordonbrander
A css transforms polyfill that gets 3d transforms working in Internet Explorer -- event v6!
css
javascript
transforms
animation
3d
ie
polyfill
june 2011 by gordonbrander
Adactio: Journal—Windows mobile media queries
april 2011 by gordonbrander
The state of media queries in Windows Mobile 7: nonexistent. At least we can use conditional comments to patch it up.
css
mobile
ie
bug
web
development
april 2011 by gordonbrander
jQuery Pseudo Plugin (:before and :after in Internet Explorer)
march 2011 by gordonbrander
A simple and small CSS generated content shim for ::before and ::after pseudo-elements. Minimal fuss and no stylesheet processing.
jquery
css
ie
polyfill
javascript
march 2011 by gordonbrander
Internet Explorer 9 Guide for Developers
february 2011 by gordonbrander
Overview of HTML5, JS and CSS3 support in IE9
css
html
development
learn
ie
february 2011 by gordonbrander
HTML5 Cross browser Polyfills - GitHub
january 2011 by gordonbrander
An attempting-to-be-definitive collection of HTML5 functionality shims.
html
javascript
bug
ie
css3
january 2011 by gordonbrander
Detect IE in JS using conditional comments – James Padolsey
january 2011 by gordonbrander
Fiendishly clever.
ie
bug
javascript
january 2011 by gordonbrander
Main Page - Drip IE Leak Detector
january 2011 by gordonbrander
IE javascript memory leak detector. Originally written and released by MS, they discontinued support, but under its BSD license it has been hosted and maintained elsewhere.
ie
javascript
bug
opensource
unittest
app
january 2011 by gordonbrander
Selectivizr - CSS3 pseudo-class and attribute selectors for IE 6-8
november 2010 by gordonbrander
Emulates advanced CSS3 selectors in IE. Integrates with just about any major JS library.
css
ie
javascript
web
development
november 2010 by gordonbrander
HttpWatch 7.0: Seamless HTTP monitoring for IE and Firefox
september 2010 by gordonbrander
Like ySlow, but way more.
development
web
firefox
ie
app
performance
september 2010 by gordonbrander
DynaTrace
september 2010 by gordonbrander
Performace-tracking and stack tracing software for Internet Explorer's rendering engine. There is a free version, too.
ie
development
javascript
css
web
app
performance
september 2010 by gordonbrander
Paul Irish: Bulletproof @font-face syntax
june 2010 by gordonbrander
Way more complex than it needs to be (thanks IE), but at least it works, and it gives me an excuse to put a smily face character in my CSS.
@font-face
typography
css
ie
learn
june 2010 by gordonbrander
Fix for inline-block/text-indent image replacement in IE7
may 2010 by gordonbrander
IE7 indents the whole inline-block box, meaning your replacement disappears. `text-indent: 0; font-size: 0; line-height: 0;` causes the text to be invisible in IE7, meaning you don't need an indent. Using the `zoom:1;display:inline` hack also seems to fix the issue.
css
ie
bug
design
may 2010 by gordonbrander
Conditional comments block resource downloads ind IE8
may 2010 by gordonbrander
$##*$%#$*$%*!!!!!!!
ie
bug
css
may 2010 by gordonbrander
HTML 5 innerShiv
april 2010 by gordonbrander
IE has issues with InnerHTML and HTML5. This should solve it.
javascript
ie
bug
html
april 2010 by gordonbrander
FlashCanvas
february 2010 by gordonbrander
A more robust implementation of canvas in Flash, hosted on GitHub. Based on the original proof-of-concept work by Grant Jones. Performance is acceptable for basic stuff, but hangs up on some of the processing.js examples.
flash
canvas
ie
html
february 2010 by gordonbrander
Canvas as ActiveX: iecanvas repository
february 2010 by gordonbrander
...and here is the repository for said Mozilla project.
ie
javascript
canvas
html
february 2010 by gordonbrander
Canvas as ActiveX: No Browser Left Behind
february 2010 by gordonbrander
Vladimir Vukićević of Mozilla is working on porting FF's canvas rendering engine to ActiveX for IE. This would provide a basically native canvas implementation.
canvas
ie
javascript
html
february 2010 by gordonbrander
explorercanvas - Project Hosting on Google Code
february 2010 by gordonbrander
Google has created a turn-key javascript library to make canvas work in IE. Since it uses VML there are some performance issues for interactive things, like games.
canvas
ie
javascript
html
february 2010 by gordonbrander
Aza’s Thoughts: Fixing IE by porting Canvas to Flash
february 2010 by gordonbrander
...it's a proof-of-concept, but it has some performance issues.
canvas
flash
javascript
ie
html
february 2010 by gordonbrander
IE7 problem with page zoom and position:relative
january 2010 by gordonbrander
Test case and fix
ie
ie7
bug
css
january 2010 by gordonbrander
Mezzoblue: WEFT-less
november 2009 by gordonbrander
Working with @font-face, Font Forge and Internet Explorer.
@font-face
font
design
ie
css
typography
november 2009 by gordonbrander
Developer's Guide - Google Chrome Frame
october 2009 by gordonbrander
Replaces Trident with the Webkit rendering engine in IE. This is not a hack, it uses IE-provided API's in a completely kosher (if unintended) way.
documentation
ie
bug
web
design
development
webkit
october 2009 by gordonbrander
More technical details about Google Chrome Frame
september 2009 by gordonbrander
Google is using fully-supported IE API's to replace Trident with Chrome's rendering engine. This is not a hack, it's actually a set of API's IE added to their software.
ie
web
design
development
webkit
css
html
september 2009 by gordonbrander
DD_belatedPNG: Medicine for your IE6/PNG headache!
august 2009 by gordonbrander
Runs PNG's through VML (which for some reason makes them display correctly!). Absolutely, hands down faster, better, less buggy than AlphaImageLoader
ie
hack
png
design
web
august 2009 by gordonbrander
Modernizr.js
august 2009 by gordonbrander
Feature testing javascript suite for HTML 5 elements. It also "registers" html 5 elements in IE, so you can use them with abandon.
standard
ie
javascript
library
test
firefox
safari
html
august 2009 by gordonbrander
HTML5 enabling script
july 2009 by gordonbrander
A tiny little script that enables html5 elements to be rendered properly in IE6, 7 and 8.
javascript
ie
web
development
css
html
july 2009 by gordonbrander
CSS - String Truncation with Ellipsis | A JavaScript, CSS, and XHTML Resource By Matt Snider
july 2009 by gordonbrander
Making overflow:ellipses work in all browsers (including Firefox). Wow.
css
design
web
development
typography
firefox
xml
ie
july 2009 by gordonbrander
Supporting HTML5 Elements in Firefox 2
june 2009 by gordonbrander
...with links to tips on supporting them in IE as well.
html
ie
firefox
javascript
development
web
june 2009 by gordonbrander
Ubiquitous web font embedding just got a step closer
may 2009 by gordonbrander
An article from Web Directions. We've got everything we need now to do CSS font embeds. It's all about the legalities. It looks like even these legal issues may be paved over through hosted font files.
design
web
css
font
typography
@font-face
law
ie
may 2009 by gordonbrander
Mozilla Webdev Blog Archive » Cross-Browser Inline-Block
april 2009 by gordonbrander
More on cross-browser inline-block
css
web
development
ie
layout
firefox
design
april 2009 by gordonbrander
Button Width fix in IE
april 2009 by gordonbrander
IE likes to add extra space to either side of buttons that are wide or have been modified with CSS. A quick two-line fix.
css
web
design
development
ie
april 2009 by gordonbrander
Achieving Rounded Corners in Internet Explorer for jQuery UI with DD_roundies
april 2009 by gordonbrander
...using VML vector drawing on the fly.
ie
css
jquery
web
development
design
javascript
plugin
april 2009 by gordonbrander
Cross Browser Support for inline-block Styling
april 2009 by gordonbrander
Display: inline-block for IE and older versions of FireFox
css
hack
web
development
design
ie
firefox
haslayout
inline-block
april 2009 by gordonbrander
IE 6 min/max-width hack
march 2009 by gordonbrander
Cameron Moll's IE expression declaration that emulates min and max-width in one line.
css
web
design
development
accessibility
ie
usability
javascript
ui
march 2009 by gordonbrander
SimpleBits: How I Might Deal with IE6: Comment #75
february 2009 by gordonbrander
A simple, single stylesheet/conditional comment combo that omits styles for IE6
ie
web
design
development
css
standard
february 2009 by gordonbrander
IE/Win Inherited Margins on Form Elements
february 2009 by gordonbrander
If the immediate parent of *some* form elements hasLayout and it's immediate ancestor has margin, the form element inherits the sum total of all the margins of all the ancestors. Consider my mind blown.
css
haslayout
ie
bug
html
february 2009 by gordonbrander
Clearing a float container without source markup
november 2008 by gordonbrander
the black magic :after method.
css
web
development
ie
layout
learn
november 2008 by gordonbrander
mtjs IE png handler
august 2008 by gordonbrander
Full png support for IE6 and 5, including background positioning and repeat. Can be used with or without a spacer gif.
javascript
ie
development
august 2008 by gordonbrander
ies4osx
january 2008 by gordonbrander
Internet explorer easily installed on your OSX. Multiple versions possible. Needs Intel processor.
web
development
ie
mac
january 2008 by gordonbrander
related tags
3d ⊕ @font-face ⊕ accessibility ⊕ animation ⊕ app ⊕ browser ⊕ bug ⊕ canvas ⊕ css ⊕ css3 ⊕ design ⊕ development ⊕ documentation ⊕ firefox ⊕ flash ⊕ font ⊕ hack ⊕ haslayout ⊕ html ⊕ ie ⊖ ie7 ⊕ inline-block ⊕ ios ⊕ javascript ⊕ jquery ⊕ law ⊕ layout ⊕ learn ⊕ library ⊕ mac ⊕ mobile ⊕ opensource ⊕ performance ⊕ plugin ⊕ png ⊕ polyfill ⊕ safari ⊕ standard ⊕ test ⊕ transforms ⊕ typography ⊕ ui ⊕ unittest ⊕ usability ⊕ vm ⊕ web ⊕ webgl ⊕ webkit ⊕ windows ⊕ xml ⊕Copy this bookmark: