Twitter / kaizenx

Thursday, July 31, 2008

The browser known as Safari is retarded.

Why?

This is why:-

Because in the head element...

It doesn't recognize this:-

<link rel="stylesheet" type="text/css" href="css.css" title="HI">

Why? What possessed them to do it?

Also, here are some more dotnet hacks to make your dotnet app appear right on Safari....I hate Safari... so much extra work....

if (Request.UserAgent.IndexOf(”AppleWebKit”) > 0)
{

Request.Browser.Adapters.Clear();

}

AND

Create a safari.browser file, and dump this into it

<browsers>
  <browser refID="safari1plus">
  <controlAdapters>
  <adapter controlType="System.Web.UI.WebControls.Menu" adapterType="" />
  </controlAdapters>
  </browser>
</browsers>

One more thing, why aren't they fixing their security flaws?


secunia

As opposed to Opera! 

secunia

1 comment:

Brady said...

fyi - the control is actually retarded which is why it renders completely different to Safari.