Archive for the 'IE7' Tag

  1. Problem with SWFObject 2.1 in IE7 / Vista

    I have a site where I’m using the SWFObject javascript library to handle Flash detection and embedding of flash movies. I noticed a javascript error in IE7 that was preventing the alternate content being replaced with the flash movie - the end result was a banner showing ‘get a new version of flash’ etc.

    After a little investigation the problem appears to only affect the minified version of the library. I haven’t found the exact issue, but it looks like a problem with the obfuscation applied in publishing the minified js file.

    I have a custom endpoint handling minification and caching of the javascript anyhow, so after switching to the source version of the library and handling minification myself, all is good in IE7.

    Posted at 12:03 pm on 18/03/09

    Tags: ,

    Comments: 2

  2. Traitor!

    Last night I finally got around to installing IE7 after reading the release candidate had gone public. A little late to the game, but blah, blah, blah, some excuse goes here…

    I’ve been following the improvements to the CSS and rendering engine fairly closely, but I hadn’t really expected the overall product to kick ass. I love Firefox. Really. Even have the t-shirt. I’m now considering leaving it swimming in the gutter and running off with IE7.

    From an initial look it seems to be leagues ahead of the last release. It provides two different zoom modes - the usual text size increase, but also an Opera style full page zoom. I think my favourite feature is the tab overview page which displays a thumbnail view of each tab that updates in realtime as the pages change.

    It seems like the whole attitude towards development of the product has changed over the past year or so, and the commitment to better support of the CSS standard is really encouraging. All of the sites that I’ve developed just work straight off, because the browser is moving closer to the standard that the sites validate to. That is actually quite a significant achievement for a major new browser release.

    I think I was expecting some level of pain with a new flavour of browser on the block, but so far everything looks peachy. Give it a go and see what you think (well… windows users). I’ll decide whether or not to stab Firefox in the back over the next few days.

    Posted at 6:57 am on 25/08/06

    Tags: ,

    Comments: 3

  3. IE7 Beta 3 Available

    The final beta for IE7 is now available to download. It still replaces IE6, so you’ll probably want to set this up in a virtual PC.

    Information about the new features is available over at the IE Blog. Still no concrete details around release date for the final version, but it looks like the second half of the year.

    Posted at 8:44 am on 30/06/06

    Tags: , ,

    Comments: None

  4. King PNG

    I was mulling over the changes coming up in IE7 and what was the happiest new feature. I think the one that gets me bouncing up and down is the support for full alpha channel in the PNG image format.

    I think that up to now the format has never caught on in a big way, as the main benefit is having full control over the alpha channel and being able to layer up semi-transparent areas, and IE6 would not natively support the opacity specified in the image.

    There were a few workarounds - more can be read on AListApart. These are based around using the AlphaImageLoader proprietary filter in Internet Explorer. However doesn’t provide the kind of flexibility you can usually get when you specify CSS background properties - for example, getting to control horizontal and vertical tiling behaviour.

    So with IE7, all of the major modern browsers will now support the alpha channel in PNG format (cheering from the stalls). This all sounds a bit geeky and dull so far, but this makes the life of a designer much more exciting.

    We’ve been able to do a certain amount with transparency up until now, but generally by faking it, where images happen to match up perfectly to give the illusion of transparency. However, this would mean that moving things around too much would require cutting new image assets.

    No longer! We can now see a point where the general browsing populous will all be rendering PNG images correctly, which means that we can do some very cool things. I’ll try to whip up some examples in the near future - feel free to add links to any showcase sites that you’ve come across.

    Posted at 11:15 am on 13/06/06

    Tags: , ,

    Comments: None