T
Travis Newbury
Leif said:All tools are equal? According to that logic, Notepad is no better than
a text editor which ignores every third keypress. Do you really believe
that?
Your analogy is flawed.
Leif said:All tools are equal? According to that logic, Notepad is no better than
a text editor which ignores every third keypress. Do you really believe
that?
Well apparently wit is not hereditary...
Travis said:Your analogy is flawed.
Leif said:You claimed that no tool is better than any other (if Frontpage is
'no better or worse than any other tool', then all tools are just as
good as Frontpage, and as each other). I stated that if that's true,
then a text editor which ignores every third keystroke -- a tool by any
reasonable definition -- is just as good as Notepad, which is also a
tool. Where's the flawed analogy?
Harlan said:People who are competent at something choose tools that make their work
easier, not harder.
They may be better at fixing garbage produced by
inferior tools, but their preference will be not to use the inferior
tools in the first place.
Travis said:You are starting your argument with the assumption that FP is an
inferior tool, then using that assumption to prove your point that it
is an inferior tool.
Are you a liberal?
John said:Hello Bill
When you say, "works in Quirks mode," do you mean "operates" in quirks
mode, or "functions" in quirks mode? Because "operates," I would
believe. But "functions" is misleading, because what do you mean by
"works?" You don't know *what* you're going to get with a different box
model (and you're setting margins and padding all over the place).
I missed seeing your rationale for this. Is your reasoning that these
pages are so ancient and numerous, you haven't gone STRICT yet?
A clue or two is all I can offer you because (1) I'm no expert, not
nearly, and (2) your CSS is so convoluted I don't know what all's going
on. Fortunately I can delete vast chunks of it in the Edit CSS function
of FF Web Developer extension, and localize some likely suspects. YOU
will have to check and test and verify the usefulness of these clues.
I notice:
#full-page { position:absolute; top:10px; left:5px; width: 100%; }
If I get rid of the width:100%, the horizontal scroll bar vanishes.
Further, I notice no other effects. I suspect therefore, you don't need
this at all. Or maybe 90% or something would be better.
But just because the scroll bar is gone doesn't mean that the text is
visible; it's still hanging off the right side of the viewport. So look:
#main-page {
margin-left: 130px;
padding: 5px;
width: 100%;
background-color: #f0fff0;
}
Here, you're saying your want the content to be as wide as the viewport
(or wait, I think I mean _containing block_, but in your case I think
it's pretty much the same). But you've also said to start the 100%-wide
block to start 130 pixels to the right (give or take the 5). So it's no
surprise that the right edge is about 130 pixels off to the right.
You might want to adjust the width and/or margin values accordingly.
I am almost certainly overlooking something. With your opaque CSS and my
lack of experience, there's bound to be something else you ought to look
at too. But at the rates I'm charging you, maybe this is good enough. ;-)
Well, I'm not the guy to point out all the bad things in either part,
but in summary, I can't easily read and understand your code. Maybe
*you* know what .hbbqrff, .hbbqrffw, and #wntbl ol ol ol all mean, but I
certainly can't tell what styles are cascading and inheriting on your
page. I'm sure both your HTML and CSS could be much simpler, you'd then
have fewer problems with it, and whatever problems you did have would be
quicker to understand and solve.
Ohh! Ohh! Pick me! I *know* this one! er, I think...
Suppose I have set my browser to use a default black background (for
whatever reason), and your site specifies dark green text, and no (i.e.,
your "transparent") background. I see: darkness. A textless muddle of
mud. And as goofy as this example sounds, it's simply that if you're
going to commandeer the foreground (or bg) color, you'd better specify
the background (or fg) color, too. It's so important (and so often
forgotten) that the W3C includes it in the validation.
My pleasure. Hope it helps.
Yea, I am sure that is the exact words they used in the planning
meeting... FrontPage is a tool, no better or worse than any other
tool when used by some one that is competent.
"Travis Newbury said:Smart? It is an editor. It is not "smart" Maybe it's the user?
"Travis Newbury said:FrontPage is a tool, no better or worse than any other
tool when used by some one that is competent.
"Travis Newbury said:You are starting your argument with the assumption that FP is an
inferior tool, then using that assumption to prove your point that it
is an inferior tool.
Are you a liberal?
So would I, Peter, so would I. Nvu puts less crap in your files than FPI was told to use NVU in an introductory computer class, and I thought
it was aweful. I would rather use notepad than nvu.
-Peter-
Travis said:Sounds like user error to me...
Lets assume a user writes the some valid HTML in notepad, gives it
to FP only to have FP re-write the HTML and spit it back as some
non standard HTML full of FP extensions.
Sounds like the problem with the tool to me.
The only user error here is he/she is still using FP
Jussi Jumppanen
FrontPage does NOT add or change code unless you ask it to. It may
reformat, if you have not spent any time at all in preferences/options
- one of the options is to leave the HTML alone, or the way it's
entered in the Source Tab and the default is NOT to, which I will
concede is an error you can blame on MS/FP.
The point is, if you don't kinow the capabilities of a product, and
only go by the crap that people allow it to put out, you can't bitch
about ANY editor. From much of what I've heard, here, few people DO
understand that. Any other WYSIWYG editor would do the same, though the
defaults may be set differently..
BigDaddyBS
bigdaddybs said:FrontPage does NOT add or change code unless you ask it to.
Andy said:Which version? _Every_ version of FP I've suffered with has done this,
although I'm told that later versions are much less bad at it. What
about width and height attributes on an <img> ?
Harlan said:No, I wasn't.
You are demonstrating yourself to be the kind of person who argues by
casting people as "liberals"...
dorayme said:I am really pleased you brought this factor in as I had to
restrain myself earlier from expressing a thought that your logic
and obfuscation fitted perfectly with the Republican Right and
the mind set that would vote for Bush.
Lets assume a user writes the some valid HTML in notepad, gives it
to FP only to have FP re-write the HTML and spit it back as some
non standard HTML full of FP extensions.
Sounds like the problem with the tool to me.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.