gordonbrander + ie   48

Browserscope Ringmark
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
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
#eCSStender.org { content: "Homepage"; }
Bringing CSS3 selectors to IE. Includes compound classes.
css  javascript  ie  bug  polyfill 
november 2011 by gordonbrander
xdissent/ievms - GitHub
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
Microsoft is providing VMS for testing Internet Explorer! Pigs, flying!
ie  development  test  browser  vm 
september 2011 by gordonbrander
IEWebGL - WebGL for Internet Explorer
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
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
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)
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
Overview of HTML5, JS and CSS3 support in IE9
css  html  development  learn  ie 
february 2011 by gordonbrander
HTML5 Cross browser Polyfills - GitHub
An attempting-to-be-definitive collection of HTML5 functionality shims.
html  javascript  bug  ie  css3 
january 2011 by gordonbrander
Main Page - Drip IE Leak Detector
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
Emulates advanced CSS3 selectors in IE. Integrates with just about any major JS library.
css  ie  javascript  web  development 
november 2010 by gordonbrander
DynaTrace
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
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
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
HTML 5 innerShiv
IE has issues with InnerHTML and HTML5. This should solve it.
javascript  ie  bug  html 
april 2010 by gordonbrander
FlashCanvas
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
...and here is the repository for said Mozilla project.
ie  javascript  canvas  html 
february 2010 by gordonbrander
Canvas as ActiveX: No Browser Left Behind
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
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
...it's a proof-of-concept, but it has some performance issues.
canvas  flash  javascript  ie  html 
february 2010 by gordonbrander
Mezzoblue: WEFT-less
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
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
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!
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
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
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
Supporting HTML5 Elements in Firefox 2
...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
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
Button Width fix in IE
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
Cross Browser Support for inline-block Styling
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
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
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
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
mtjs IE png handler
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
Internet explorer easily installed on your OSX. Multiple versions possible. Needs Intel processor.
web  development  ie  mac 
january 2008 by gordonbrander

Copy this bookmark:



description:


tags: