(#1)
|
|
Zeropaid Regular
![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,646
Join Date: Feb 2004
Reputation Power: 159
|
giant vent ... MORON WEB DESIGNERS -
August 19th, 2004, 04:03 PM
my parents are having some people do their webpage, and I had a vew gripes with the page they provided, so I emailed them:
Hi, the web page looks fine, but I checked it to make sure it was valid (it will display properly in every web browser), and it is not. You can check it for validity at validator.w3.org. As you can see, stylesheets are poorly implemented, nor is the alt attribute used on any images. The pages use tables instead of the more up-to-date and dynamic div tag, and you attempted to write it in HTML 4.01, a 5 year old version, rather than the newest XHTML 1.1. It would take less than two hours to correct these problems and ensure the pages would render properly in 100% of web browsers. We think the design is great, but these problems under the hood should be fixed prior to the page's launch. Give us a call if these problems seem insurmountable. Thank you. They emailed back, 2 weeks later. I have included my responses in red. Tell me what you think. Quote:
|
|
|
|
|
(#2)
|
(#3)
|
|
Music is my life!
![]() ![]() Posts: 1,252
Join Date: Dec 2002
Location: Canada, (lol you learn something new everyday)
Age: 22
Reputation Power: 148
|
August 19th, 2004, 05:08 PM
"And you forgot to address my concern about use of tables, rather than the DIV tag. Do you test your pages with a screen reader? Braile browser? While they
are a minority, blind and deaf web users do exist, and may want to find out about our business, and it is not our job to force them to look elsewhere. I suggest you read up on something called "accessibility", it's a nice thing to design with in mind." It is, but you really have to watch out. Being blind myself, if a site is not accessible to me, I get frustrated. But there's a problem with these standards groups. They think that accessibility is standard accross different people. Let me tell you it's not. This is a really really bad example , but look at suprnova.org, that site is a nightmare for a new, or person just begining to use a screen reader. Because of the fact that the section indicators arn't links anymore, there graphics. I'm ok with it, because lots of the trance I'm looking for has va at the begining of the title, so I can just use my w screen readers links list option and skip around, But some people would consider that site unaccessible because they can't quickly navigate the site, so you gotta be carfull what you consider accessible , or not, that's why to really, and I mean really have an accessible site, you have to use one of the two big screen readers jaws http://www.hj.com or http://www.gwmicro.com |
|
(#4)
|
|
Zeropaid Regular
![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,646
Join Date: Feb 2004
Reputation Power: 159
|
August 19th, 2004, 05:19 PM
Quote:
EDIT: rather than add a post I'll ad this here... Actually, he just bought a dreamweaver template for the site and made it in designer mode. Maybe he thinks that since he paid $500 for a wysiwyg editor, his code must be perfect. I've written better code on scrap paper (really, and I'm not that good.) |
|
|
|
|
(#5)
|
|
Proud Girl Lover
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,924
Join Date: Sep 2002
Location: Tomoyos Little Black Box
Reputation Power: 353
|
August 19th, 2004, 05:20 PM
Fire him....he's a fucking moron... tell him you've got a word of advice... "Stick to dooping AOL users"
www.dakota-fanning.org www.elle-fanning.net |
|
|
|
(#6)
|
(#7)
|
(#8)
|
|
Zeropaid Regular
![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,646
Join Date: Feb 2004
Reputation Power: 159
|
August 19th, 2004, 07:42 PM
Quote:
I like a minimalist design with no tricks so people know what to expect. Like changing the status bar in javascript... I used to think that was so cool but seeing how it screws up opera and firefox, I hate it. So I leave the page basic and add what I need. Bells and whistles irritate me. Oh and these people aren't doing a site for me, they're doing a site for my parent's business. They haven't put it on the web yet, otherwise I'd post a link. Their website is http://kessnorth.com/ |
|
|
|
|
(#9)
|
|
Zeropaids nipple
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,749
Join Date: Mar 2004
Location: purgatory
Age: 23
Reputation Power: 831
|
August 19th, 2004, 11:22 PM
Should I contact your parents and tell them to fire their web designer
http://www.zeropaid.com/bbs/showthread.php?t=55492 |
|
|
|
(#10)
|
(#11)
|
|
yeah, whatever...
![]() Posts: 1,195
Join Date: May 2002
Location: New World Order HQ
Age: 30
Reputation Power: 151
|
August 20th, 2004, 08:34 AM
w3c pisses me off.
But because some of our clients are subjected to severe auditing we have to comply to their standards so we can put their XHTML-validated images on the sites. My gripes... Should I have to put ALT into a 'blank.gif' image that is only used for spacing??? - Of course not... but w3c is sooooo anal about it that we have to do ALT="" which is 6 bytes of wasted bandwidth per 'blank.gif' image. Why can't people continue to use the 'height' and 'background' properties of some tags still when 99.8% of the world are using browsers that support these properties? I also find CSS very useful for a lot of things but if a lot of the elements of your page are unique in their formatting you can waste more bandwidth and time conforming to unnecessary standards. In a RAD (rapid application development) environment this can end up turning a complex JSP/ASP/PHP page (that generates HTML) from a 20-30 min task to well over an hour. Another gripe I have with w3c is that if you are coding a content management system and your users are used to developing content in MS-Word (yeah I know MS-Word is terrible for HTML generation but that's what a lot of school staff do and it's hard to get them to move over to Dreamweaver or whatever!!) - you end up with some of MS's proprietry tags in there which then further complicate issues... requiring you to code complex clean-up scripts that slow down responsiveness, increase strain on the processor of the server and ultimately make the page slightly more accessible to about 0.02% of potential visitors. It also means you need to create stylesheets on-the-fly if you want to give your users any real formatting control of the content within their browser. (We use the typical IFRAME method) If anything, w3c should split the validation or give pages a percentage rating for their 'cleanness' and then show errors on a following page. I do like the w3c site because it does help teach clean coding practive.. but insistance that pages need to meet the standards EXACTLY and especially when these are on trivial issues which result in no noticeable effects on ANY browsers is a pain. w3c... good for teaching coders to keep code clean... but they do insist on some unnecessary crap sometimes. Of course.. you can always validate your page, find out what the IP-range for the validator is and make sure that when it connects.. it get's shown a static clean page that isn't the real one!!! It's naughty... but it works. :;) btw.. don't think I've missed the point about blind or partially sighted people as I have to design with them in mind too (schools, govt., etc. need compliance with accessibility standards for their audits too - so we have to create pages accordingly) m e t h o d-----...Target aquired: BREIN |
|
(#12)
|
|
Zeropaid Regular
![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,646
Join Date: Feb 2004
Reputation Power: 159
|
August 20th, 2004, 08:50 AM
Quote:
|
|
|
|
|
(#13)
|
|
PeerWebmaster
![]() Posts: 2,418
Join Date: Oct 2002
Location: localhost
Age: 21
Reputation Power: 207
|
August 20th, 2004, 08:59 AM
Quote:
The W3C's ideal is to seperate content from presentation as much as possible. That's why they want you to use DIVs and CSS. Having used tables for years in my amateur site attempts, when I discovered the newer DIV techniques I was at first unwilling to adopt the techniques, but have reaped the rewards since. |
|
|
|
|
(#14)
|
|
Zeropaid Regular
![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,646
Join Date: Feb 2004
Reputation Power: 159
|
August 20th, 2004, 10:01 AM
Quote:
|
|
|
|
|
(#15)
|
|
Smarter than the average
![]() Posts: 1,461
Join Date: Jul 2003
Location: Earth
Reputation Power: 151
|
August 20th, 2004, 12:41 PM
Content is king. if you have useful content people will visit your site. The few people who do not use standard browsers that are obsolete are a small minority. Unless your a government, a large corporation or other organization and mandated by law to provide universal access, you do not need to bother with standards to the perfection of the w3c.
With technology advancing so fast, it is hard to keep up with all of the standard changes. If you do not like your provider, switch providers. If you have enough money, you can hire programmers and coders to create what ever you want. Most of us are not that lucky, or the content is not that important. In a few years, pages written today will look as bad as pages from 1996 look dated today. |
|
|
|
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Web Inventor Finally Earns a Profit | tackdaddy | News | 0 | June 15th, 2004 11:51 PM |













Linear Mode
