Forum Moderators: open
[mozilla.org...] is the place...
Download Manager has been enabled (with many improvements) for the 1.1 Alph arelease.
Mozilla now takes advantage of Quartz rendering for users of Mac OS X 10.1.5
Viewing HTML mail messages as plain text is new.
Quote original message has been implemented for 1.1a
We have new layout performance enhancements targeted at DHTML.
There have also been performance enhancements for the application startup speed.
Viewsource for MathML and view source for selections have been implemented.
Mozilla now has support for the display of XBM images.
Autocomplete in the addressbar has an improved sort order.
Browser tabs now close left to right (they used to close right to left).
The cross-plaform File Picker now has a button for creating a new directory.
Redundant backup of preferences files has been implemented in 1.1 Alpha.
Mozilla's drag and drop support has been greatly improved.
Image blocking for Mail & News has been implemented.
Isnt there a preference you can add to make it not cache pages? I thought I saw one but I cant remember now and I cant get it to open I think I killed it earlier!
what annoys me most about mozilla and netscape is that
it happens sooo often that a page is loaded but without
its extern stylesheet and/or its extern javascript....
Is that happening on your sites, or somebody elses? It sounds a lot like a MIME problem some people have reported: If the web server isn't flagging stylesheets with the right Content Type (text/css), Mozilla in Standards Compliance Mode will ignore the stylesheet. I haven't heard any complaints about Javascript, but I could believe it.
(For the record, all the HTTP specifications say the Content-Type header is the final arbiter of a file's type. MSIE breaks spec by choosing its file extension mappings over the server header's, so a lot of MSIE-influenced webmasters never set the right media type on their stylesheets.)
AddType text/css css
If yo udo not have an .htaccess file, you can create one from any text editor. Just open a new file and type in AddType text/css css and save the file as .htaccess - Then upload the file using binary mode (some ftp programs will do so automatically) to your root directory where your main index page resides.
I had to do this with one of my own sites. after which Mozilla (as per Web Standards) was finally able to read the external style sheets.
Mine was because of a bad template design I made. It insurted code into the top of the page above <html> so it would not
always recognize the rel link to the style sheet. I took it out and have not had the problem since. Have you had anyone look
at the site to make sure it happens to them as well? And in different browers to isolate it to mozilla?
It sounds a lot like a MIME problem...
HTTP/1.0 200 OK
Date: Fri, 14 Jun 2002 07:01:09 GMT
Server: Apache/1.3.11 (Unix) mod_x-httpd-php4_script
Vary: Host
Last-Modified: Thu, 13 Jun 2002 07:49:48 GMT
ETag: "777162-7d9-3d084e9c"
Accept-Ranges: bytes
Content-Length: 2009
Content-Type: text/css
HTTP/1.0 200 OK
Date: Fri, 14 Jun 2002 07:01:03 GMT
Server: Apache/1.3.11 (Unix) mod_x-httpd-php4_script
Vary: Host
Last-Modified: Thu, 13 Jun 2002 09:50:47 GMT
ETag: "18615ae-1b2d-3d086af7"
Accept-Ranges: bytes
Content-Length: 6957
Content-Type: application/x-javascript
...concerning js and css files, i'm not too sure whether it's only my site, but it certainly happens
on my site regularly
the problem with the images does not appear that often and it even happened to me on the mozilla site
at first i thought the problem about the js fiels was that they generate code between 15 and 25kb of code,
but after i replaced some "document.writeln" with "document.write" the problem was solved...
well, leaving the other problem and i just can't figure out what's wrong