Jenn said:
the page was a suggestion or an idea... use it .. don't use it ...
True, but
it
doesn't matter to me either way.
That may be so, but you are missing the point. Your suggestion is a bad
suggestion web design-wise. Most people *want* their web sites indexed
by search engines. It is often how new visitors find the site. It is
like if your suggestion was to a writer a way to publish his novel which
had no means of advertising and distribution. If no readers are aware of
the book and cannot get there hands on it, what good is it for the author?
None. So it is the same for methods of web development that prevent a
site from being indexed. You may find countless examples of such methods
online and in old books, but sheer quantity does not improve their value
anymore than all those email offers for "special" stock tips or foreign
exiles needing your assistance for money transfers will make them great
investment opportunities.
A person can keep trying to get the
perfect page and never get the page working so anyone can appreciate it, or
you can do something now and get the page up in a timely manner. If all
someone wants to do is code for the google bot, I imagine there are other
ways to do that and still use some of those ideas on dynamic drive.
Not much. Most of the scripts are pure rubbish. A quick glance can
betray their value when you see UserAgent sniffing over object detection
and arcane bits such as:
if( document.layers ) {...}
Why
re-invent the wheel? I don't understand why it's so difficult to get a page
going that will work for a great many people and the browsers they use...
It is not really that hard, but you do have to know best design
practices. It is evolving so it is not something that you learn once and
then move on to something else.
but might not work perfect for a small number of people. I don't think it's
possible to have a perfect website and perfect code and the site look nice
Maybe not, but you can come close. But leaving out search engines is not
a *small thing*. Just remember JavaScript is *optional*. Keep repeating
it until it sticks. Your design should never depend on it to work if the
site is destine for the public. My old site does utilize JavaScript to
enhance the site and augment for IE's (v7 and under) CSS deficiencies,
but still functions without. I'm jettisoning that damn "Bouncing Betty"
navbar and flyout menus in my new design...you should jettison some of
your current beliefs that you hold so dear.