N
Neredbojias
Guy Macon:
|Neredbojias:
|Yes, as I discovered in my researching. Most Google references still
|proffer the "image/x-icon" though. Interestingly too,
|"text/javascript" should really be "application/javascript" as in:
|<script type="application/javascript">
|...which I didn't know, either.
Get a load of this! I uploaded 2 pages to my site identical in
everything except that one had:
<script type="application/javascript">
....and the other:
<script type="text/javascript">
....for the javascript sections.
Well guess what. Ie7 fails to read the javascript in the "application"
version! I _really_ hope they fix that in ie8...
Alas, image/x-icon does not conform to the IANA Mime-Type standards.
The "x-" Mime-Types are for files that have no assigned Mime-Type,
and .ico has been assigned image/vnd.microsoft.icon.
|Neredbojias:
|Yes, as I discovered in my researching. Most Google references still
|proffer the "image/x-icon" though. Interestingly too,
|"text/javascript" should really be "application/javascript" as in:
|<script type="application/javascript">
|...which I didn't know, either.
Get a load of this! I uploaded 2 pages to my site identical in
everything except that one had:
<script type="application/javascript">
....and the other:
<script type="text/javascript">
....for the javascript sections.
Well guess what. Ie7 fails to read the javascript in the "application"
version! I _really_ hope they fix that in ie8...