Welcome Guest ( Log In | Join )

Discover the best free computer help!
Learn more about Geeks to Go by taking the tour. Want to ask a question, reply to a topic, or remove all advertising? It's easy, fast and free. Join today!
Spyware, virus, trojan, fake security or privacy alerts? Please start with our malware cleaning guide.
     
 
Reply to this topicStart new topic
Before you make a website, or a few tips for your website!, DON'T DESIGN A WIDE PUBLIC WEBSITE WITHOUT W3C STANDARDS!!
Sir Grand Funk
post Aug 13 2006, 04:52 AM
Post #1


Member
***
Posts: 114
OS: Windows XP



I am sick and tired of crappy websites that use tables for layouts, use incorrect code, unvalid document types, large file types, compiled files (.js, .php [generall cached files]) embedded in .htm or .html documents, javascript ruled sites, annoying images everywhere (this includes clipart!), typos and finally useless websites.

Please, make it all stop..
W3c -- that little glimmer of hope.

My site maybe ugly, but my blind uncle, my technodumb aunt, my friends who use Opera and all of my friends with dialup appreciate it! There are so many other benifits...

I got so many submissions I have to edit all of the pages. SO the only pages that have been uploaded are the index, the "about us/website information page" and the "Anthony Lemmer link.

http://epigram.atspace.com

I am still reading up on "W3C Web Content Accessibility Guidelines" so the website isn't fully grand for that.

This post has been edited by Sir Grand Funk: Aug 13 2006, 05:22 AM
Go to the top of the page
 
+Quote Post
Neil Jones
post Aug 13 2006, 11:09 AM
Post #2


Member 5k
********
Posts: 5,648
From: UK
OS: Windows XP Home Edition Service Pack 3



Most people don't code web pages by hand, they use site builders or other programs. These don't comply to W3C standards. Frontpage makes pages tailored to Internet Explorer, but functional in other browsers. Office makes pages that won't work in anything but Internet Explorer. Many online site builders are designed around Internet Explorer.
Go to the top of the page
 
+Quote Post
Sir Grand Funk
post Aug 15 2006, 12:20 PM
Post #3


Member
***
Posts: 114
OS: Windows XP



I know this, and it is sad.
Go to the top of the page
 
+Quote Post
TaNkZ101
post Aug 15 2006, 02:07 PM
Post #4


Member
***
Posts: 327
From: Zagreb, Croatia
OS: Windows XP HE



i have seen many wonderful websites coded with tables. what is wrong with javascript? w3c standards are still interpereted by different browsers differently. tables are the easiest way to ensure your website will look the same in all web-browsers. what is wrong with images? try to find a company website without them

edit****: and their logos are ugly, and are not allowed to be changed. w3c wants browsers to follow their guidelines, yet they don't seem to care about their public image

This post has been edited by TaNkZ101: Aug 15 2006, 02:09 PM
Go to the top of the page
 
+Quote Post
Allsortgroup
post Aug 18 2006, 04:12 AM
Post #5


I SPAMMED Too Much!
***
Posts: 905
From: Southwater, West sussex, UK
OS: Windows Xp Home edition



I have heard that the w3c css validator and html validator lets bits of code that is wrong pass through ok. So that in internet explorer it displays fine, but in other browsers like firefox etc it displays rubbish.

Also my site http://www.allsortshop.com has html in php documents and visa versa and look how neat and tidy it is! Works in all browsers too!

This post has been edited by Allsortshop: Aug 18 2006, 04:14 AM
Go to the top of the page
 
+Quote Post
thenotch
post Aug 18 2006, 07:59 AM
Post #6


Member
Group Icon
Posts: 648
From: Missouri USA
OS: Windows XP Pro, Debian Linux, Windows Vista Business



QUOTE(TaNkZ101 @ Aug 15 2006, 03:07 PM) [snapback]759939[/snapback]

i have seen many wonderful websites coded with tables. what is wrong with javascript? w3c standards are still interpereted by different browsers differently. tables are the easiest way to ensure your website will look the same in all web-browsers. what is wrong with images? try to find a company website without them

edit****: and their logos are ugly, and are not allowed to be changed. w3c wants browsers to follow their guidelines, yet they don't seem to care about their public image


Tables work... BUT, they add a ton of extra code that not only uses up webspace but makes documents load slower if they are very detailed. Also, tables are just that, areas used for tabulature data, not layout.

Javascript is not SEO friendly and can cause your website to potentially be overlooked. Also, not everyone has the JRE installed and end up with nothing in their browsers. Also it doesn't comply will with accessability standards.

The W3C standards are not at fault. If all the browsers would work together a bit more on a set of standards across the board websites coded via a standard would look the same regardless of waht browser you viewed it in. So again, the issue is not with the standards group, they are trying, it's with the browser developers.

There is nothing wrong with images but images HAVE to be defined and contain ALT tags. ALT tags are good for SEO as well as accessibility and text only browsers.

As for their "image" that has nothing to do with what they are trying to accomplish. They are non-profit and are more concerned with tidy, efficient and standardized code other than how fancy their logo is. They get very few donations. Maybe if they had more donations they could hire a graphic designer or business analyst to design them a fancy-schmancy logo, but like I said, they have other fish to fry at the moment.

People fight standards and will always opt for the "easy way out". Learning have to layout a site with div tags is tougher as opposed to letting Frontpage design a table for you, but is much more efficient and is one step closer to standards being met. Standards are tougher to follow. But if EVERYONE sucked it up and did just that you would see it isn't very hard and that all these problems with browser views and the like would disappear.

Just like anything in life, if you take the easy way out, while it may be the greatest thing since sliced bread at the moment, eventually it causes problems. The way browsers view things is a prime example of this. Web page designers got lazy and the browsers followed suit. W3C is trying to fix what got broken from the get go.
Go to the top of the page
 
+Quote Post
Sir Grand Funk
post Aug 20 2006, 03:55 AM
Post #7


Member
***
Posts: 114
OS: Windows XP



QUOTE(TaNkZ101 @ Aug 15 2006, 03:07 PM) [snapback]759939[/snapback]

i have seen many wonderful websites coded with tables. what is wrong with javascript? w3c standards are still interpereted by different browsers differently. tables are the easiest way to ensure your website will look the same in all web-browsers. what is wrong with images? try to find a company website without them

edit****: and their logos are ugly, and are not allowed to be changed. w3c wants browsers to follow their guidelines, yet they don't seem to care about their public image

Dude, W3c isn't about the average user. It is about the people who don't have everything you have. An example: person with dialup whom can't load images swiftly, disablity functions and generic accesablility.

Oh, and Tables is a 'no-no' because the content jumps around and it can cause stuck pixels in old browsers.

This post has been edited by Sir Grand Funk: Aug 20 2006, 03:56 AM
Go to the top of the page
 
+Quote Post
Sir Grand Funk
post Aug 20 2006, 04:01 AM
Post #8


Member
***
Posts: 114
OS: Windows XP



QUOTE(thenotch @ Aug 18 2006, 08:59 AM) [snapback]762299[/snapback]

QUOTE(TaNkZ101 @ Aug 15 2006, 03:07 PM) [snapback]759939[/snapback]

i have seen many wonderful websites coded with tables. what is wrong with javascript? w3c standards are still interpereted by different browsers differently. tables are the easiest way to ensure your website will look the same in all web-browsers. what is wrong with images? try to find a company website without them

edit****: and their logos are ugly, and are not allowed to be changed. w3c wants browsers to follow their guidelines, yet they don't seem to care about their public image


Tables work... BUT, they add a ton of extra code that not only uses up webspace but makes documents load slower if they are very detailed. Also, tables are just that, areas used for tabulature data, not layout.

Javascript is not SEO friendly and can cause your website to potentially be overlooked. Also, not everyone has the JRE installed and end up with nothing in their browsers. Also it doesn't comply will with accessability standards.

The W3C standards are not at fault. If all the browsers would work together a bit more on a set of standards across the board websites coded via a standard would look the same regardless of waht browser you viewed it in. So again, the issue is not with the standards group, they are trying, it's with the browser developers.

There is nothing wrong with images but images HAVE to be defined and contain ALT tags. ALT tags are good for SEO as well as accessibility and text only browsers.

As for their "image" that has nothing to do with what they are trying to accomplish. They are non-profit and are more concerned with tidy, efficient and standardized code other than how fancy their logo is. They get very few donations. Maybe if they had more donations they could hire a graphic designer or business analyst to design them a fancy-schmancy logo, but like I said, they have other fish to fry at the moment.

People fight standards and will always opt for the "easy way out". Learning have to layout a site with div tags is tougher as opposed to letting Frontpage design a table for you, but is much more efficient and is one step closer to standards being met. Standards are tougher to follow. But if EVERYONE sucked it up and did just that you would see it isn't very hard and that all these problems with browser views and the like would disappear.

Just like anything in life, if you take the easy way out, while it may be the greatest thing since sliced bread at the moment, eventually it causes problems. The way browsers view things is a prime example of this. Web page designers got lazy and the browsers followed suit. W3C is trying to fix what got broken from the get go.


Thank you!

QUOTE(Allsortshop @ Aug 18 2006, 05:12 AM) [snapback]762183[/snapback]

I have heard that the w3c css validator and html validator lets bits of code that is wrong pass through ok. So that in internet explorer it displays fine, but in other browsers like firefox etc it displays rubbish.

Also my site http://www.allsortshop.com has html in php documents and visa versa and look how neat and tidy it is! Works in all browsers too!


YAY! You might wanna save your banner in a different format or downgrade quality. It took 1:00 to load on my work computer. Otherwise, it is perfect.
Go to the top of the page
 
+Quote Post
DKasler
post Sep 7 2006, 09:49 PM
Post #9


Member
**
Posts: 34
From: Brooklyn, NY
OS: Windows XP x64



Standards are KEY. I personally most of the Sites I work on by hand and always for for standards compliance. However sometimes its not always possible, so I ALWAYS test my sites in IE, Firefox, and Opera to make sure it works in all 3. If it doesnt... I dont stop working on it untill it does.

I hate going to a website in Firefox (my default browser) and having it not work. I never return to sites I can't view in Firefox (except MS Update sites).
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


RSS Time is now: 8th January 2009 - 03:46 AM
Advertisements do not imply our endorsement of that product or service. The forum is run by volunteers who donate their time and expertise. We make every attempt to ensure that the help and advice posted is accurate and will not cause harm to your computer. However, we do not guarantee that they are accurate and they are to be used at your own risk.