Is the end of HTML as we know it?

R

rf

1001 Webs said:
On Nov 7, 6:00 am, Chaddy2222 <[email protected]>
wrote:
You know Chaddy, since you are such an ignorant person you should
learn at least when to shut up.

Chaddy has been here far longer than you and has given far better advice
than you will ever be able to. I have my own ideas on who is the ignorant
one in this matter, and it is not Chaddy.

Good advice.
I have a better idea.
I'm not going to read your mindless obvieties.

<PLONK>

Lets hope you plonk *all* of us :)
 
J

Jerry Stuckle

1001 said:
It would look better if you learned to use Flash in the first place.
It is just pathetic the way it looks.
Aren't you ashamed of showing off such a disgrace?

You should get your own site in shape before criticizing others.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
(e-mail address removed)
==================
 
C

Chaddy2222

You should get your own site in shape before criticizing others.
I could not agree more.
I need to be honest here:
I can NOT believe that with the OP's lack of clue and understanding
about some rather fundamentall facts concerning website design that
he even expects to get payed for what he slaps together.
Baysicly, the OP is a hack, that's evident from the fact that he /
she / it uses third party templates.
Frankly if clients wanted third party templates, and CMS's they could
just install Joomla.
BTW, that's why I have not been much of a fan of the CMS packages I
have found, they are all reliant on templates that use very bloated
code.
 
E

Els

Chaddy2222 said:
BTW, that's why I have not been much of a fan of the CMS packages I
have found, they are all reliant on templates that use very bloated
code.

Have to correct you there, Chad - I use Joomla for clients all the
time, but in no way do I depend on templates with bloated code. I
write the templates myself, and replace tables with divs where needed.
Obviously, this does need quite a bit of customisation, but that's why
they pay me for it ;-)
 
C

Chaddy2222

Have to correct you there, Chad - I use Joomla for clients all the
time, but in no way do I depend on templates with bloated code. I
write the templates myself, and replace tables with divs where needed.
Obviously, this does need quite a bit of customisation, but that's why
they pay me for it ;-)
Yes, I must admit i'll be looking at template customisation very soon
in Joomla.
I just did not like the default templates in Mambo.
 
E

Els

Chaddy2222 said:
Yes, I must admit i'll be looking at template customisation very soon
in Joomla.
I just did not like the default templates in Mambo.

Have a look at the new Joomla version, 1.5. Status is release
candidate at the moment, and it comes with two default templates, of
which one entirely accessible and tableless.
 
S

SpaceGirl

Have to correct you there, Chad - I use Joomla for clients all the
time, but in no way do I depend on templates with bloated code. I
write the templates myself, and replace tables with divs where needed.
Obviously, this does need quite a bit of customisation, but that's why
they pay me for it ;-)

How do you find Joomla! Els? I have a client wanting to use it, and I
was pushing them more in the direction of WordPress (which I have more
experience with). They currently have Joomla! but I really can't get
to grips with it!
 
E

Els

SpaceGirl said:
How do you find Joomla! Els? I have a client wanting to use it, and I
was pushing them more in the direction of WordPress (which I have more
experience with). They currently have Joomla! but I really can't get
to grips with it!

I've never used Wordpress, but Joomla is a piece of cake[*]. At the
same time though, I've now been using it for over a year, and I'm
still discovering handy features I didn't know about. (I guess that's
what you get for not reading manuals...)

______________
[*] miles may differ ;-)

(fup to a.w.w)
 
E

Ed Jensen

Beauregard T. Shagnasty said:
In the first post in this thread that I see from you on my newsserver,
and the one I responded to, you said:
[snip]

..as have I, since the 70s, so how was I to know that didn't include web
development? It does for me.

Here is a copy of my first post on the subject:

**** BEGIN COPY ****

Speaking from the viewpoint of a USER of the web rather than from the
viewpoint of a DEVELOPER of web sites:

I prefer web sites built with table-based layouts. I have trouble
reading the tiny, tiny fonts that are all the rage on the web these
days. I almost always increase the font size a step or two.

Table-based layouts seem to handle my font size increases without any
problems (for the most part).

CSS-based layouts seem to have trouble handling my font size
increases. This usually results in sections overlapping other
sections and, in many cases, some sections being completely obscured.
Sometimes, sections even vanish entirely, apparently being rendered
into some kind of void.

Right about now, I'm sure Ivory Tower types are blaming this on web
developers writing bad CSS or something. But the fact of the matter
is, if a tool makes it hard to do things right, then the tool should
probably be considered fundamentally broken.

As a result, I tend to consider CSS fundamentally broken for the task
of layout.

**** END COPY ****

As you can see, I *clearly* stated that I formed my viewpoint based on
being a *user* of the web, not a *developer* of the web.

I'm sorry your news server failed you, but that's not my problem.

Perhaps, next time, you'll be a little more careful about throwing
insults around.
It is still simply a matter of knowledge/training/ability/mindset of the
developer, and not the fault of the tool. As already mentioned, there
are just as many bad table-layout sites as there are CSS-layout sites.

I call this the "Bjarne Stroustrup Excuse". He always argued that
it's not C++ that's too complex, but instead, developers not being
properly educated.

We all know how that turned out: C++ has little going for it these
days, except simple inertia (i.e., it's not worth rewriting large
bases of code in less complex/better languages). Developers continue
to increasingly choose simpler/better languages these days, such as
Java and C#.

Your claim is similar. All we need to do is replace "C++" with "CSS
based layouts".

While there's some truth to that argument, at some point you need to
be pragmatic. If 99% of the web developers out there are getting it
wrong, maybe the tool needs to be more user friendly.

You can argue they're all dummies, or you can argue that the tool just
doesn't work that well, or you can argue that the problem is somewhere
in between those two extremes.

It's my opinion that the underlying problem is somewhere closer to the
tool being too complex. You may have a different opinion, and that's
fine.
 
E

Ed Jensen

Chris F.A. Johnson said:
The tiny font problem has nothing to do with CSS; it is the fault
of the developer who specified ridiculously small fonts. The
problem predates CSS, when it was common to see <font size=-1> (or
even -2) to use smaller fonts.

Small fonts are just as often used with table layouts as with CSS.

Small fonts aren't a problem in Firefox (my browser of choice). I
just increase the text size until the text is a comfortable size for
reading.

The problem is web sites that render incorrectly after the font size
is increased.

I'm not trying to start a "table based layouts" vs. "CSS based
layouts" war here, I'm just sharing my personal experience: Web sites
designed with table based layouts seem to handle it reasonably well
when I increase the text size. Web sites designed with CSS based
layouts seem to rarely handle it gracefully. YMMV.
 
C

Chris F.A. Johnson

Small fonts aren't a problem in Firefox (my browser of choice). I
just increase the text size until the text is a comfortable size for
reading.

With a well-designed site, you don't have to do that.

(Besides, with Firefox, you needn't do that, either; just set a
minimum font size.)
The problem is web sites that render incorrectly after the font size
is increased.

That is bad coding; there is no need for that to happen.
I'm not trying to start a "table based layouts" vs. "CSS based
layouts" war here, I'm just sharing my personal experience: Web sites
designed with table based layouts seem to handle it reasonably well
when I increase the text size. Web sites designed with CSS based
layouts seem to rarely handle it gracefully. YMMV.

That is not a function of tables versus CSS; it's a matter of good
coding versus bad coding.
 
C

Chaddy2222

Flash is completely accessible to modern readers.- Hide quoted text -
Hmmm no it's not Travis.
It's getting better though.
But it's not accessible by default, you need to feed the content of
the Flash through the MSAA feature in Windows to get moddern screen
readers to read the content. Hence it only works in Windows and only
if the feature is enabled by the Flash developer.
But I think for most Flash stuff a short description of the movie
works fine.
 
1

1001 Webs

Then it's worse. It's not your browser that needs adjusting, it is your
design.
No idiot, no.
The text has to fit in the box, moron.
It is plain stupid to expect resizable text to fit in some arbitrarily sized
box.
It is plain foolish, to say the least, to give opinions without
knowing about the dimensions of the box.
But by now I know that's a typical reply of smartalec rf.
The poor soul ...
 
1

1001 Webs

Chaddy has been here far longer than you and has given far better advice
than you will ever be able to. I have my own ideas on who is the ignorant
one in this matter, and it is not Chaddy.


Good advice.



Lets hope you plonk *all* of us :)
Not you Richard.
I am growing fond of you, you know ?
You are so naively foolish ...
 
1

1001 Webs

You should get your own site in shape before criticizing others.

You should get a website before attempting to even open your mouth,
you phony "instructor".
Hey people, Jerry Sucker does NOT have his own website.
That says it all, doesn't it?

Have you been able to "instruct" your dog at least.?
Can't even do that, can you?
 
1

1001 Webs

I could not agree more.
I need to be honest here:
I can NOT believe that with the OP's lack of clue and understanding
about some rather fundamentall facts concerning website design that
he even expects to get payed for what he slaps together.
Baysicly, the OP is a hack, that's evident from the fact that he /
she / it uses third party templates.
Frankly if clients wanted third party templates, and CMS's they could
just install Joomla.
BTW, that's why I have not been much of a fan of the CMS packages I
have found, they are all reliant on templates that use very bloated
code.
Hi moron,

here, have a look at some Flash created by me.
http://www.geocities.com/microlink_estepona/

don't like it really, but compared to yours it looks like "Halo 3"
 
C

Chris F.A. Johnson

No idiot, no.
The text has to fit in the box, moron.

If you give a fixed size to the box, the text you provide, no
matter what it is, may or may not fit in the box. It all depends on
the font size in the viewer's browser.

If you don't specify the size of the box, it will expand to fit the
text.
It is plain foolish, to say the least, to give opinions without
knowing about the dimensions of the box.

It is plain foolish to give a fixed size to a box when you don't
know what size the viewer is using for text (and you don't).
 
J

Jonathan N. Little

Chris said:
If you give a fixed size to the box, the text you provide, no
matter what it is, may or may not fit in the box. It all depends on
the font size in the viewer's browser.

If you don't specify the size of the box, it will expand to fit the
text.

Or dimension the box in units proportial to the text, i.e., em's. Or you
have to scroll the overflow... The classic 10lbs of /whatever/ in a 5lb bag.
 

Ask a Question

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.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,444
Messages
2,571,709
Members
48,796
Latest member
Greg L.
Top