[TYPO3-english] IE Death March Example

Bas v.d. Wiel j.a.m.v.d.wiel at tue.nl
Thu Mar 19 13:43:14 CET 2009


That's funny as MS will be coming out with the official IE8 release 
later today. I've been wondering all day how to kill IE6 as quickly and 
resolutely as possible. ;-)

Bas

Andreas Burg wrote:
> http://iedeathmarch.org/
>
> Hello,
>
> from now on I put following code on my pages and stop optimizing on IE6 and lower immediately. You 
> can use the code if you want to, or present another example.
>
> [browser = msie] && [version= <7]
>    page.10.marks.OLDBROWSER =< lib.oldbrowser
> [else]
>    page.10.marks.OLDBROWSER =
> [global]
>
> lib.oldbrowser = TEXT
> lib.oldbrowser.value (
>    <div class="warning">
>      <p><strong>No support for Internet Explorer 6 or lower!</strong></p>
>      <p>Your browser contains serious <strong>security holes</strong> and cannot display modern 
> content. Updating it to <a 
> href="http://www.microsoft.com/windows/internet-explorer/download-ie.aspx">IE 7</a> or <a 
> href="http://www.microsoft.com/windows/internet-explorer/beta/default.aspx">IE 8 beta</a> is easy 
> and free!</p>
>      <p>You should also consider if it is worth using a browser made by a profit-oriented company. 
> IE/Microsoft, Chrome/Google, Safari/Apple. Keyword: data abuse.</p>
>      <p>To browse the internet faster and securer and to enjoy our website to the full extent we 
> recommend the free open-source browsers <a href="http://www.opera.com/index.dml">Opera</a> or <a 
> href="http://www.mozilla-europe.org/en/">Firefox</a>.</p>
>      <p>You're not on your own computer? In that case please inform the system administrator!</p>
>    </div>
> )
>
> lib.oldbrowser.lang.de (
>    <div class="warning">
>      <p><strong>Keine Unterstützung für Internet Explorer 6 oder kleiner!</strong></p>
>      <p>Ihr Browser weist erhebliche <strong>Sicherheitslücken</strong> auf. Auch die Darstellung 
> moderner Inhalte ist nicht möglich. Ein Update auf <a 
> href="http://www.microsoft.com/germany/windows/internet-explorer/download-ie.aspx">IE 7</a> oder <a 
> href="http://www.microsoft.com/germany/windows/products/winfamily/ie/beta/default.mspx">IE 8 
> beta</a> ist einfach und kostenlos.</p>
>      <p>Überlegen Sie auch, ob es überhaupt verantwortlich ist mit einem Browser eines 
> gewinnorientierten Unternehmens unterwegs zu sein. IE/Microsoft, Chrome/Google, Safari/Apple. 
> Stichwort: Datenmissbrauch.</p>
>      <p>Um sicherer und schneller im Netz unterwegs zu sein, und unsere Seiten in vollem Umfang 
> genießen zu können, empfehlen wir daher die kostenlosen Open-Source-Browser <a 
> href="http://de.opera.com/">Opera</a> oder <a 
> href="http://www.mozilla-europe.org/de/firefox/">Firefox</a>.</p>
>      <p>Sie sitzen nicht an Ihrem PC? In diesem Fall informieren Sie bitte den System-Administrator.</p>
>    </div>
> )
>
>   



More information about the TYPO3-english mailing list