473,503 Members | 1,768 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

firefox refuses to show a website that works on other machines


We are working on a website that is here:

http://www.lauradenyes.com/

The site was working till I put up an .htaccess file that was suppose
to redirect all html files to the PHP parser. The site then stopped
working, because I had the address of the PHP parser wrong. I then
deleted the .htaccess file, and the site began to work again. However,
on one machine it still does not work in FireFox.

We've four machines in our office. The site currently works on 2
browsers on 3 of those machines, and it works in IE on the 4th machine.
But it doesn't work in FireFox.

I assume this is some kind of cache problem, but I'd like some outside
input.

Thanks much.

Jul 24 '05 #1
11 2338
lk******@geocities.com wrote:

We are working on a website that is here:

http://www.lauradenyes.com/

The site was working till I put up an .htaccess file that was suppose
to redirect all html files to the PHP parser. The site then stopped
working, because I had the address of the PHP parser wrong. I then
deleted the .htaccess file, and the site began to work again. However,
on one machine it still does not work in FireFox.

We've four machines in our office. The site currently works on 2
browsers on 3 of those machines, and it works in IE on the 4th machine.
But it doesn't work in FireFox.

I assume this is some kind of cache problem, but I'd like some outside
input.


The page to which you refer is non-standard.
<URL:http://validator.w3.org/> reports 28 HTML 4.01 errors.

If the page were error-free, a Firefox bug report might be
appropriate. However, with the detected bugs in the Web page, it
is not possible to determine whether Firefox or the page itself is
at fault.

--

David E. Ross
<URL:http://www.rossde.com/>

I use Mozilla as my Web browser because I want a browser that
complies with Web standards. See <URL:http://www.mozilla.org/>.
Jul 24 '05 #2
David Ross wrote:
lk******@geocities.com wrote:
We are working on a website that is here:

http://www.lauradenyes.com/

The site was working till I put up an .htaccess file that was
suppose to redirect all html files to the PHP parser. The site
then stopped working, because I had the address of the PHP parser
wrong. I then deleted the .htaccess file, and the site began to
work again. However, on one machine it still does not work in
FireFox.

We've four machines in our office. The site currently works on 2
browsers on 3 of those machines, and it works in IE on the 4th
machine. But it doesn't work in FireFox.

I assume this is some kind of cache problem, but I'd like some
outside input.

Could be individual options settings on the computers. Lawdy be, with
all those nested framesets, I wouldn't know where to begin to look for
an answer.
The page to which you refer is non-standard.
<URL:http://validator.w3.org/> reports 28 HTML 4.01 errors.
It reveals fewer errors if you manually choose a frameset doctype (as
none is specified in any of the pages (which is itself an error).
If the page were error-free, a Firefox bug report might be
appropriate. However, with the detected bugs in the Web page, it
is not possible to determine whether Firefox or the page itself is
at fault.


I doubt not a bit that this is a browser problem.

--
-bts
-This space intentionally left blank.
Jul 24 '05 #3
Thanks much. Do you know of an appropriate forum where I could ask
about browser problems?

Jul 24 '05 #4
lk******@geocities.com wrote:
Thanks much. Do you know of an appropriate forum where I could ask
about browser problems?


Please quote a bit of what you are replying to, thanks. Not doing that
causes us to have to change newsreader settings and possibly change
threading options to see what that was.

Since I see exactly the same thing in (W2K) Firefox 1.0.4 and IE6, I
don't think there is a browser problem. This is what I see in both
browsers:

http://home.rochester.rr.com/bshagna...auradenyes.jpg

I've also just looked at your style sheets. You have font sizes done
in points (pt). pt is for print media; you should set sizes in
percentages, with font-size: 100% for body and normal textual
content, and larger for <hx>, such as h1 { font-size: 175%; }. Users
of IE will not be able to resize yours if necessary due to vision
problems.

I still haven't figured out why you need all these nested frames!

--
-bts
-This space intentionally left blank.
Jul 24 '05 #5
Thanks very much for the image of the site, it is very useful to us.

I agree with you that the style sheet needs to be amended in several
places. Neither of us, currently working on the site, had anything to
do with its creation, so we now find ourselves in the position of
trying to rescue a site that was designed according to tenets we
ourselves don't subscribe to.

We hope to get rid of the frames as soon as possible. We are working on
non-frame pages now.

It would help, of course, if we could see the website with more than
one browser, so for that reason we need to figure out why it is not
showing up in Firefox

Jul 24 '05 #6
lk******@geocities.com wrote:
Do you know of an appropriate forum where I could ask
about browser problems?


Here's a tip for you: Either get yourself a real newsreader and quit
using google groups to post to usenet, or learn how to turn the quoting
feature on, then use accepted quoting practices. Dumping google is the
better way to go, since many people already killfile any google posters.

"How to post" comes up regularly, but you've been around long enough
where you should have seen this many times already.

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Jul 24 '05 #7
> "How to post" comes up regularly, but you've been around long enough
where you should have seen this many times already.


Awful sorry. Google used to automatically include the message that I
was replying to, and then this year it stopped doing so. I will try
hard to remember to copy and paste the line I'm replying to.

Jul 24 '05 #8
On 14 Jul 2005 21:42:35 -0700, lk******@geocities.com wrote:
We are working on a website that is here:
http://www.lauradenyes.com/


Missing closing quote on an attribute value of one of the <meta>s.
That will confuse any parser, some of which will recover better than
others.

Validate before posting here - it'll catch most errors like this.
Jul 24 '05 #9
On 15 Jul 2005 20:01:33 -0700, lk******@geocities.com wrote:
"How to post" comes up regularly, but you've been around long enough
where you should have seen this many times already.


Awful sorry. Google used to automatically include the message that I
was replying to, and then this year it stopped doing so. I will try
hard to remember to copy and paste the line I'm replying to.


That's a step in the right direction,but not enough. You need to
attribute quotes correctly.

See http://oakroadsystems.com/genl/unice.htm#googlefu

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you
Jul 24 '05 #10
In <11**********************@g14g2000cwa.googlegroups .com>, on
07/15/2005
at 08:01 PM, lk******@geocities.com said:
Awful sorry. Google used to automatically include the message that I
was replying to, and then this year it stopped doing so. I will try
hard to remember to copy and paste the line I'm replying to.


The new and deproved google will quote[1] the article that you're
replying to; you just have to stand on your head in order to request
it. As I recall, the process starts with clicking on "show options";
you can probably figure it out from there, or at worst google for
"show options".

[1] But you still need to add an attributions line manually.

--
Shmuel (Seymour J.) Metz, SysProg and JOAT <http://patriot.net/~shmuel>

Unsolicited bulk E-mail subject to legal action. I reserve the
right to publicly post or ridicule any abusive E-mail. Reply to
domain Patriot dot net user shmuel+news to contact me. Do not
reply to sp******@library.lspace.org

Jul 24 '05 #11
Stan Brown wrote:
On 15 Jul 2005 20:01:33 -0700, lk******@geocities.com wrote:
"How to post" comes up regularly, but you've been around long enough
where you should have seen this many times already.
Awful sorry. Google used to automatically include the message that I
was replying to, and then this year it stopped doing so. I will try
hard to remember to copy and paste the line I'm replying to.

That's a step in the right direction,but not enough. You need to
attribute quotes correctly. See http://oakroadsystems.com/genl/unice.htm#googlefu


Also, if he were using a real news client with a real news feed, he
wouldn't have such worries. And that environment would allow him to
become more Usenet clued than staying on the GG tit will.

--
Blinky Linux Registered User 297263
Killing all Usenet posts from Google Groups
Info: http://blinkynet.net/comp/uip5.html
*ALSO contains links for access to the NON-BETA GG archive interface*
Jul 24 '05 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
3546
by: Cliff R. | last post by:
Hi, I use a handy little Javascript Flash detection script on a number of sites (copied below). Usually works great, but I just started trying Firefox and it's not working. A few browsers are...
14
2494
by: catorcio | last post by:
I'm trying to have some text in my page changed by clicking a button. Googleing around I've discovered that innerText doesn't work with every browser, so I've switched to innerHTML. It works fine...
23
6366
by: Markus | last post by:
Hi, i have this problem: Sometimes, i can't reproduce, if i click on an small image on the website, the popup _AND_ an other Tab in firefox open. Here are the linkcode: <div...
1
1974
by: ticmanis | last post by:
Hello, I'm having trouble getting MSIE 6.0 (running on XP SP2) to accept a cookie which works fine in both Firefox and wget. The web server is Boa 0.94.13 (a small embedded server) using PHP...
11
3404
by: minnesotti | last post by:
Hi there, I subscribed to a photographic pictures-hosting website which is heavy on JavaScript. My preferred latest browser Mozilla Firefox does not work with it -- no pictures are displayed and...
0
1962
by: shantibhushan | last post by:
Hi I am facing specific problem with firefox browser. I have integrated payment gateway in my website. it is working fine in internet explorer. But I am facing problem with firefox and opera...
4
1685
by: nick | last post by:
Hi Can anybody tell me why this doesn't work in Firefox? sel.options = new Option("\u0020\u0020- \u0020\u0020Option 1", 1); Basically I'm trying to indent some options but Firefox refuses...
7
2522
by: Carlos Mendonça | last post by:
Has anyone managed to get ClickOnce to work with Firefox? It seems to me that it still has the same issues VS 2K5 had. I appreciate any comments or tips.
3
2410
by: SAL | last post by:
Hello, I did google this issue and found some stuff related to BrowserCaps section of either web.config or machine.config but it didn't work. It seems that most pages in my webapp are okay but a...
0
7199
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7274
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
5576
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5005
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4670
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3162
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3151
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1507
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
732
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.