Skip to main content

Kenyth Zeng's Library tagged compatibility   View Popular

30 Jun 09

Oxymoronical » Nightly Tester Tools

This extension adds a few extras useful to those that regularly test nightly builds of Firefox, Thunderbird, Sunbird and Toolkit Seamonkey (Suiterunner).

www.oxymoronical.com/...nightly - Preview

firefox athand add-on tools compatibility

  • This extension adds a few extras useful to those that regularly test nightly builds of Firefox, Thunderbird, Sunbird and Toolkit Seamonkey (Suiterunner).
02 Jan 09

MahZeh.org » Blog Archive » Solutions to the IE z-index Bug: CSS

  • documented the IE z-index bug (Anne van Kesteren and Kae Verens among them)
  • positioned absolute relative to the parents’ boundaries. (The CSS2 specification defines a “container block,” against whose boundaries descendants can be positioned, as having a position other than none.)

Bug Report: Explorer z-index bug

  • In Internet Explorer positioned elements generate a new stacking context, starting with a z-index value of 0. Therefore z-index doesn't work correctly.

MahZeh.org » Blog Archive » Solutions to the IE z-index Bug: JavaScript

  • Because IE considers each of the relative-positioned parent blocks to establish its own independent z-index stack, assigning z-index for either of the pop-up child blocks has no effect on its stacking order with respect to any element outside of its parent block.
  • set z-index on the parent blocks

Multiple Classes in IE | Ryan Brill

  • IE6 doesn't understand the chain of classes within a CSS selector, but rather only reads the last class.
  • which means you would have to do more computing with you JS or PHP (or other server side language).

My DebugBar | IETester / HomePage

IE8 beta 2, IE7 IE 6 and IE5.5 on Vista and XP

www.my-debugbar.com/...HomePage - Preview

testing tools webdesign webbrowser IE compatibility

  • IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 2, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.
26 Dec 08

How To Make IE Cache Less · Nadav Samet's Blog

  • Internet Explorer is known to cache the responses of GET calls. The problem occurs if your javascript functions request the same url over and over again. Internet Explorer will cache the response of the first call, and subsequent calls will automatically return the same response, without actually contacting the server.
  • add a random part to the url (i.e.: /poll?random=f2dee87716f).
  • 1 more annotations...

prototype Ajax.Updater and IE7 bug(?) - Ruby Forum

  • Ajax.Updater works only the first time and stops sending request
    afterwards.
  • just add header in the
    response object saying explicitly not to cache.
    only for GET requests, response must have something like this:
    <%
    response.setHeader("CACHE-CONTROL", "NO-CACHE");
    %>

From the Archives: Ajax IE Caching Issues | Null Disquisition

  • My problem was that if the url for the java servlet (e.g. ’servlet/imagemaker.jsp?foo=bar&goo=car’) had been requested recently, IE presumed that it didn’t need to ask the server for that url again.
  • i disabled asynchronity in my xmlhttprequest, and to my dismay - it worked.
  • 3 more annotations...
13 Dec 08

<iframe> replacement?

  • The transitional doctype allows frames, but when you move on to strict, there are two separate doctypes.
  • <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
    "http://www.w3.org/TR/html4/frameset.dtd">

    or

    <!DOCTYPE html PUBLIC "-//W3C//DTD xhtml 1.0 Frameset//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

  • 4 more annotations...
07 Nov 08

"No such file or directory" When the file is there [Archive] - Ubuntu Forums

  • 64 bit version.
  • $ ./firefox-bin

    bash: ./firefox-bin: No such file or directory
  • 3 more annotations...
18 Jul 08

Tab Mix Plus Add-On for Firefox 3.0.1 | mark.bockenstedt.net

  • For some reason, the developer of TMP has not released a version that’s compatible with Firefox 3
1 - 20 of 25 Next ›
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo