473,910 Members | 4,240 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

There oughta be a law...

After someone mentioned to me they had learned HTML from a particular site,
I thought I'd check it out. The site is http://buddinghtmlgurus.com . On
their main page they tell you to "[t]ake control and learn to write your own
W3C standard HTML 4 code."

I have lost count on how many basic flaws there are in this one page. And if
you continue to page 2, it gets even worse.

Now, if the author is reading, I'm sorry. You are probably a fantastic
person and a great friend/parent/domestic partner/etc. But this page is not
worthy of someone who ought to be teaching others to do HTML. I am queasy
just looking at it.

I'm not in the habit of trashing webpages, but this author purports to teach
people to code HTML! It's awful enough that I had to post here about it.
Maybe someone's got a wall of shame going...
Jul 20 '05 #1
5 1504
Neal wrote:
After someone mentioned to me they had learned HTML from a particular
site, I thought I'd check it out. The site is
http://buddinghtmlgurus.com . On their main page they tell you to
"[t]ake control and learn to write your own W3C standard HTML 4 code."

I have lost count on how many basic flaws there are in this one page.
And if you continue to page 2, it gets even worse.

Now, if the author is reading, I'm sorry. You are probably a fantastic
person and a great friend/parent/domestic partner/etc. But this page
is not worthy of someone who ought to be teaching others to do HTML.
I am queasy just looking at it.

I'm not in the habit of trashing webpages, but this author purports
to teach people to code HTML! It's awful enough that I had to post
here about it. Maybe someone's got a wall of shame going...

http://ppewww.ph.gla.ac.uk/~flavell/www/

scroll down to flavell's law

--
William Tasso - http://WilliamTasso.com
Jul 20 '05 #2
In article <3f************ **********@news .rcn.com> in
comp.infosystem s.www.authoring.html, Neal wrote:
The site is http://buddinghtmlgurus.com . On
their main page they tell you to "[t]ake control and learn to write your own
W3C standard HTML 4 code."

I have lost count on how many basic flaws there are in this one page. And if
you continue to page 2, it gets even worse.


There _is_ a law, "Flavell's Law" (named by me).

The law states that any site that claims to teach HTML will contain
invalid HTML.

(There are exceptions, but they are about as rare as exceptions to
Murphy's Law.)

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #3

"Stan Brown" <th************ @fastmail.fm> wrote in message
news:MP******** *************** *@news.odyssey. net...
There _is_ a law, "Flavell's Law" (named by me).

The law states that any site that claims to teach HTML will contain
invalid HTML.


If only I had a bit more free time, I'd take one of their 'courses' - I'd be
the celebrity mole...
Jul 20 '05 #4
"Neal" <ne**@spamrcn.c om> wrote in message news:<3f******* *************** @news.rcn.com>. ..
After someone mentioned to me they had learned HTML from a particular site,
I thought I'd check it out. The site is http://buddinghtmlgurus.com . On
their main page they tell you to "[t]ake control and learn to write your own
W3C standard HTML 4 code."


Well, I've never had the slightest expectation of anything resembling
valid, accessible Web authoring from any site with "guru" in its
name... that's generally a signal of "gee-whiz" dee-zine-er types who
want to show off "kewl tricks" rather than engage in logical
information architecture.

--
Dan
Jul 20 '05 #5

"Daniel R. Tobias" <da*@tobias.nam e> wrote in message
news:aa******** *************** ***@posting.goo gle.com...
Well, I've never had the slightest expectation of anything resembling valid, accessible Web authoring from any site with "guru" in its name... that's generally a signal of "gee-whiz" dee-zine-er types who want to show off "kewl tricks" rather than engage in logical
information architecture.


I'll consult them when I build that "My Little Pony Tribute
Page!!!11!!1"
Jul 20 '05 #6

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

Similar topics

36
6438
by: Andrea Griffini | last post by:
I did it. I proposed python as the main language for our next CAD/CAM software because I think that it has all the potential needed for it. I'm not sure yet if the decision will get through, but something I'll need in this case is some experience-based set of rules about how to use python in this context. For example... is defining readonly attributes in classes worth the hassle ? Does duck-typing scale well in complex
42
2619
by: Irmen de Jong | last post by:
Pickle and marshal are not safe. They can do harmful things if fed maliciously constructed data. That is a pity, because marshal is fast. I need a fast and safe (secure) marshaler. Is xdrlib the only option? I would expect that it is fast and safe because it (the xdr spec) has been around for so long. Or are there better options (perhaps 3rd party libraries)?
6
312
by: Nick Dreyer | last post by:
In VB.NET I would like to not have to create property get/set procedures for every class variable I want to expose to Excel VBA projects in COM builds. Can anyone tell me if that is possible, or refer me to some documents that will make me understand why this apparent limitation of VB.NET COM builds is acceptable, i.e. why in "good" object code programs I should expect to never have to create large numbers of public class variables that...
7
3053
by: Office Drone | last post by:
I'm a bit confused about memory usage, and for some reason I wasn't able to find a single point-of-call to get the amount of memory available. If we take, for instance, the Windows platform: There is * Virtual memory you can allocate (VirtualAlloc) * Global memory you can allocate (GlobalAlloc) * Local memory you can allocate (LocalAlloc)
39
2835
by: Antoon Pardon | last post by:
I was wondering how people would feel if the cmp function and the __cmp__ method would be a bit more generalised. The problem now is that the cmp protocol has no way to indicate two objects are incomparable, they are not equal but neither is one less or greater than the other. So I thought that either cmp could return None in this case or throw a specific exception. People writing a __cmp__ method could do the same.
6
16130
by: Henro V | last post by:
And if there is one, is there a way to make forms that are wider? For every day on the form (first field) it needs to be followed by 52(!) datefields. I've widened the form as far as I can but I lack space................ Any solutions? TIA Henro
10
2199
by: Willem | last post by:
Looking for some opinions on alternatives to programming with Access. I find that quite often I need to loop through my recordsets (first to last) performing calculations and was wondering if there is a faster alternative than Access? What about VB.Net and MS SQL - could I do the same with this combination? Would it be any faster? Thanks,
44
4237
by: Tolga | last post by:
As far as I know, Perl is known as "there are many ways to do something" and Python is known as "there is only one way". Could you please explain this? How is this possible and is it *really* a good concept?
5
2928
by: B1ackwater | last post by:
We've fooled around with Access a bit, but only using the single-user store-bought version. It seems to be a good database - versatile and infinitely programmable - and can apparently be used as a front end to SQL server if we ever needed to go that route. But - is there a client/server version of Access ? Looking on the CDW site there is a bewildering variety of packages and licences and such, but we can't figure out just which do...
0
9879
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10541
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9727
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
8099
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
7250
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5939
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
6142
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4776
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 we have to send another system
3
3360
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.