navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

RE: Are You Valid?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Search Engine Optimization and Web Business >> RE: Are You Valid?
Page: <<   < prev  1 [2]
[Poll]

Are You Valid?


Valid HTML 4.01 Transitional
  19% (5)
Valid HTML 4.01 Strict
  7% (2)
Valid HTML 4.01 Frameset
  3% (1)
Valid XHTML 1.0 Transitional
  15% (4)
Valid XHMTL 1.0 Strict
  15% (4)
Valid XHTML 1.0 Frameset
  0% (0)
Valid XHMTL 1.1 Strict
  0% (0)
Valid CSS with Warnings
  3% (1)
Valid CSS with No Warnings
  19% (5)
No Validation
  15% (4)


Total Votes : 26


(last vote on : 2/16/2005 17:41:04)
(Poll will run till: -- )
 
Nicole

 

Posts: 2830
Joined: 9/15/2004
From: Nambucca / Kempsey, Australia
Status: offline

 
RE: Are You Valid? - 12/6/2004 15:11:54   
Okay,

Quite simply, i had no idea websites should comply with any standards like WCS until a few weeks ago when someone put one of my sites through it and gave me all the page errors. So, while i've made attempts to bring some of my pages in line with these standards, i'm still too young at this to be able to spend a lot of time learning another aspect in great detail.

A few observations though:

  • Someone said that 95% of web designers are unaware of WCS standards? Whether this is true or not, i would hazard a guess that this is because web design is an easy occupation to "do on the side", or "help a friend's business out" etc. I'd say a very high percentage of people are operating with no formal training, and don't even run it as a registered business.
  • I'd also assume that because of this, any standards or change in standards, or government directives on web design standards are simply being missed because "most" of the web designers in the world are not part of any industry body where such information can be distributed.
  • If a small business site is successfully sued by someone who couldn't view the site correctly, would this be beneficial to web designers who are WC3 savvy, to maybe point more business our way, or would it impact negatively by cutting back on the amount of small business who are "scared off" by such an event? Would it even create business for people who could make a living of re-coding websites that don't comply?
  • Upon discovering these standards here at Outfront, i contacted AGIMO (The Australian Government Information Management Office) and asked them by email, then a week later by phone, to send me copies of their "Best Practice" standards and checklists. This was about 2 months ago, and i'm still yet to receive them.


Nicole

_____________________________

:)

(in reply to pageoneresults)
Spooky

 

Posts: 26599
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: Are You Valid? - 12/6/2004 15:38:49   
As far as validation goes, I see it as a useful learning tool as well.
The simple act of validating against a standard can highlight various errors that may or may not cause browsers to render code correctly.

So, its not so much " learning another aspect in great detail", its improving what you already know.
A simple goal, is to achieve a minimum of "Valid HTML 4.01 Transitional" and "Valid CSS", although obviously its not a requirement set in concrete. Its based on you and your clients needs.

_____________________________

If you arent part of the solution, then there is good money to be made prolonging the problem

§þ:)


(in reply to Nicole)
dpf

 

Posts: 7121
Joined: 11/12/2003
From: India-napolis
Status: offline

 
RE: Are You Valid? - 12/6/2004 16:03:48   
excellent point, Spooky. A programmer has to compile his/her programs and the compiler will reject and catch many syntactical errors ( though not logic as we all learn). HTML (and javascript) are not compiled and thus there is no such check. sometimes, it will baffle the browser into doing something wierd and unrelated which makes finding the error difficult. Other times, the browser will adapt to the error and life goes on..until something changes in that browser or a user views with a different browser or the seasons change or.........

_____________________________

Dan

(in reply to Spooky)
pageoneresults

 

Posts: 1001
From: Orange, CA USA
Status: offline

 
RE: Are You Valid? - 12/6/2004 16:19:40   
One important point that has not been discussed yet is FP2003 and its ability to produce valid, accessbile pages. I've not really worked with it as closely as I do FP2002 (due to system configurations), but, I did run it through a few tests and it seems to perform without fail on my tests.

I'm going to be dusting off my version of FP2003 over the holidays and moving everything over to that environment. I also have a copy of AccVerify that I purchased a while back and never used. Since I've been producing valid and accessible pages for quite a few years now, the tools are not really required anymore. Although I do like to spot check myself every now and then.

In regards to sporting the W3C icons on your sites. I usually put them in a footer include using the referer link syntax. This allows me to validate my pages on the fly by browsing to them.

HTML/XHTML Validation
http://validator.w3.org/check/referer

CSS Validation
http://jigsaw.w3.org/css-validator/check/referer

Just assign those links to the images and you can now validate by page at the browser level.

One important point about using the referrer links. There are certain errors that you will not see if you validate file URIs directly. For example, if you were validating your CSS file directly instead of validating it on the page. The validator will catch other errors that are in the HTML that will conflict with the CSS validation. I think this only occurs with XHTML validation, not sure though.

P.S. If you click the above referer links, you will see that this topic fails HTML 4.01 Transitional. The CSS does validate but there are warnings. When it comes to communities like this and the stuff that makes them work, validation is a little more difficult to achieve and maintain as you have users doing all sorts of stuff with their posts.

< Message edited by pageoneresults -- 12/6/2004 16:25:09 >


_____________________________

SEO Consultants Directory
Find Search Engine Marketing Companies

(in reply to dpf)
caz

 

Posts: 3518
Joined: 10/10/2001
From: Somewhere south of Chester, UK
Status: offline

 
RE: Are You Valid? - 12/6/2004 18:12:52   
quote:

some just want best price and could care less. I cannot afford to be a zealot at this stage.


When promoting the benefits to clients, I usually find that it is the concept of backwards/forwards compatibility that catches their attention. Many are not aware of the various flavours of IE, or indeed any other named browser and saying how poor coding can make or break pages, to the extent of making them unusable often focuses the mind wonderfully because they want their sites to be highly visible. (It's the adjusting and hacking that takes the time in my view, not the original valid coding. :))

In this respect usability is not accessibility, where attempts are made to make pages viewable/workable in specialised browsers for the disabled. Jaybee touched on that aspect above with 508 etc validation, where she gets written instruction from the client, thus absolving herself in any future litigation.

The reason I go with xhtml 1.0 strict is for forward compatiblity, when xml becomes the norm, rather than the baby as it is now.

And I just might be a passable designer by then :)

_____________________________

Do not meddle in the affairs of cats, for they are subtle and will dance, or more on your keyboard.
Cheshire cat. www.doracat.co.uk

I remember when it took less than 4hrs to fly across the Atlantic.

(in reply to dpf)
Spooky

 

Posts: 26599
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: Are You Valid? - 12/6/2004 20:12:52   
quote:

you will see that this topic fails HTML 4.01 Transitional

Dont I know it! :-)
Ive had the whole site validating quite well on prior occaisions, but each time there is new updates to the code, I have to redo LOTS of code manually. Ive given that up for the time being :)

_____________________________

If you arent part of the solution, then there is good money to be made prolonging the problem

§þ:)


(in reply to caz)
pageoneresults

 

Posts: 1001
From: Orange, CA USA
Status: offline

 
RE: Are You Valid? - 12/6/2004 22:07:44   
quote:

But each time there is new updates to the code...

There is a golden opportunity in that statement Spooky. I'll assume that you are referring to the providers of the forum software. Why not work with them to produce valid code from the source and get paid while you are doing it?

Application developers are missing the boat. I've helped a few clients become the benchmark in their industries online by producing valid and semantic driven websites. The same philosophy applies to developers of applications.

Why not make them (the forum software developers) an offer they can't refuse and at the same time really put them on the map? They could easily become the talk of the industry. There are very few application developers out there producing valid and semantically correct HTML/XHTML. Out of all the projects I work on, I think showing a programmer the correct way to do things is the most rewarding. Many of them just need a little guidance and then they run with it!

_____________________________

SEO Consultants Directory
Find Search Engine Marketing Companies

(in reply to Spooky)
jaybee

 

Posts: 14145
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: Are You Valid? - 12/7/2004 13:19:28   
Hi POR. I think you need to have a word with your parents. Bert or Jim would have been a lot easier. :)

Just thought I'd let you know I've got that cloaking problem sorted. The domain park had made some changes and substituted forwarding. They've fixed it, so they say, but it'll obviosly take a while to propagate round the web. Working here though so hopefully sorted. Thanks for the tip off.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to pageoneresults)
Andy from Spain

 

Posts: 922
From: Ipswich
Status: offline

 
RE: Are You Valid? - 12/7/2004 14:40:48   
quote:

Application developers are missing the boat.
It's something we are just finishing and have it 95% done for our shopping cart software code, along with a 100% CSS templated control panel coming out soon. Great thread / great poll.

Cheers
Andy

(in reply to jaybee)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: Are You Valid? - 12/7/2004 14:43:21   
I've run through the online tutorials and intro's to XHTML... anybody have advice for a good reference book (on XHTML)?

I'm working on evolving my web dev... taking it up a notch... :)

_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to Andy from Spain)
Giomanach

 

Posts: 6090
Joined: 11/19/2003
From: England
Status: offline

 
RE: Are You Valid? - 12/7/2004 16:25:37   
quote:

It's something we are just finishing and have it 95% done for our shopping cart software code, along with a 100% CSS templated control panel coming out soon. Great thread / great poll.

Cheers
Andy

That's a bit ironic....I've been hired several times in the past to make templates to fit onto your Generic ASp Shopping Cart...and have always ensured that they are valid templates...whether the webs themselves are valid...well..that's up to the client:)

_____________________________




(in reply to bobby)
Andy from Spain

 

Posts: 922
From: Ipswich
Status: offline

 
RE: Are You Valid? - 12/7/2004 17:09:26   
I'm referring to the code that makes up the shopping cart and the control panel, not the templates, which would of course be up to the user.

Andy

(in reply to Giomanach)
caz

 

Posts: 3518
Joined: 10/10/2001
From: Somewhere south of Chester, UK
Status: offline

 
RE: Are You Valid? - 12/7/2004 17:25:12   
quote:

ORIGINAL: bobby

I've run through the online tutorials and intro's to XHTML... anybody have advice for a good reference book (on XHTML)?
:)


Good old Elizabeth Castro, HTML for the World Wide Web: with XHTML and CSS. 5th ed,2003. Peachpit Press.
Next recommendation, please...
:)

_____________________________

Do not meddle in the affairs of cats, for they are subtle and will dance, or more on your keyboard.
Cheshire cat. www.doracat.co.uk

I remember when it took less than 4hrs to fly across the Atlantic.

(in reply to bobby)
jaybee

 

Posts: 14145
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: Are You Valid? - 12/8/2004 4:00:41   
quote:

anybody have advice for a good reference book (on XHTML)?


Carol, I was just going to recommend exactly the same book. What I like about it is that you get the HTML and XHTML equivalents together so you can see immediately if something is deprecated and then, she also gives the way to do it using css as well.

The examples on her site are pretty good too.

Bobby, go get it. http://www.cookwood.com/html/

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to caz)
BobbyDouglas

 

Posts: 5455
Joined: 5/15/2003
From: Arizona
Status: offline

 
RE: Are You Valid? - 12/8/2004 16:27:21   
I think it depends a lot on the type of website, and the amount of money/time that is devoted to the site.

For the most part, I won't validate my code, but I will check on other browsers/OS to make sure it displays correctly.

Validating is supposed to ensure that the page displays the same on most computers, but I noticed a lot of times this isn't true. Valid code can still have its problems.

If I know a webiste is going to be getting hits from Win98 using IE 5.5+, I won't bother trying to validate the code for other browsers. There are some companies that only use IE, and their clients only use IE too.

_____________________________

Arizona Web Design - Mr Bobs Web Design in Arizona
The Arizona Web Hosting Challenge

(in reply to dpf)
Page:   <<   < prev  1 [2]

All Forums >> Web Development >> Search Engine Optimization and Web Business >> RE: Are You Valid?
Page: <<   < prev  1 [2]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts