Webmaster Forum

Sponsored Reviews   1,000 Directory Submissions   V7N Directory
Go Back   Webmaster Forum > Web Development > Web Design Lobby
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.

Reply
 
LinkBack Thread Tools Display Modes
Old 10-14-2003, 04:56 PM   #21 (permalink)
JohnScott's Lovechild
 
Join Date: 10-12-03
Posts: 10,023
iTrader: 0 / 0%
Latest Blog:
None

Brian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest orderBrian is a web professional of the highest order
Quote:
Originally Posted by holarick
@Thanol: I don't think I could hand code a valid XHTML document either.

@Brian: Very excellent. Which site of yours is that? Could you post the link?

@LJ: I agree with you 100%. The hurdle is rethinking how we code in order to achieve similar results. Did you see the articles I posted in the Cross Browser Compatibility thread? I think you'll enjoy the one about coding for Netscape.

http://www.internet-marketing-resear...opic.php?t=244
www.brianhalacy.com

Not validated yet, been spending my time trying to get another site going for youth group. (don't mind the html 4.0 reference in the source code, that's added automagically by the editor I use)
Brian is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-14-2003, 05:00 PM   #22 (permalink)
v7n Mentor
 
Pretend's Avatar
 
Join Date: 10-13-03
Location: Ft. Lewis, WA
Posts: 3,264
iTrader: 0 / 0%
Latest Blog:
None

Pretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest order
Send a message via AIM to Pretend Send a message via Skype™ to Pretend
I don't know...doesn't make much sense...

That didn't work... How do I get both the border and the bottom to work?
__________________
My posts were too dang barren, so this got thrown in to take up a little bit of space.
Pretend is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-14-2003, 05:36 PM   #23 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,819
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
Send a message via MSN to LazyJim
Quote:
Originally Posted by Thanol
99% of all websites don't comply how are the 'web standards' standard?
Hmmm got me there!

Future standars! - More sites will comply, resistance is futile!
Colaboration! - The standards idea is that many people specify the standards, like lots of big companies.
Cross-platform! - Standard means that its standardized and will work on any platform.

blah balh Im tired, ask the W3C, night night all!
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-14-2003, 05:40 PM   #24 (permalink)
v7n Mentor
 
Thanol's Avatar
 
Join Date: 10-13-03
Location: Central Ohio (Dublin)
Posts: 1,519
iTrader: 0 / 0%
Latest Blog:
None

Thanol is a highly respected web proThanol is a highly respected web proThanol is a highly respected web proThanol is a highly respected web proThanol is a highly respected web proThanol is a highly respected web proThanol is a highly respected web proThanol is a highly respected web proThanol is a highly respected web proThanol is a highly respected web proThanol is a highly respected web pro
Send a message via AIM to Thanol Send a message via MSN to Thanol Send a message via Yahoo to Thanol
@Sesshoumaru-Sama Did you add class="bordercolorbottom" to the table cell, ex. <td class="bordercolorbottom">, that you want the bottom border to apear on?
__________________
-Scott
Build a Website : Other site
Thanol is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-14-2003, 05:46 PM   #25 (permalink)
v7n Mentor
 
Pretend's Avatar
 
Join Date: 10-13-03
Location: Ft. Lewis, WA
Posts: 3,264
iTrader: 0 / 0%
Latest Blog:
None

Pretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest orderPretend is a web professional of the highest order
Send a message via AIM to Pretend Send a message via Skype™ to Pretend
Yes, I did.

If you have any other ideas of how to help, go to my thread in the Scripting forum. That way we're not poluting this thread.
__________________
My posts were too dang barren, so this got thrown in to take up a little bit of space.
Pretend is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-03-2006, 05:02 PM   #26 (permalink)
Inactive
 
TheAkwardOne's Avatar
 
Join Date: 05-03-06
Location: New Hampshire
Posts: 20
iTrader: 0 / 0%
Latest Blog:
None

TheAkwardOne is on the right pathTheAkwardOne is on the right pathTheAkwardOne is on the right path
Send a message via AIM to TheAkwardOne
seems to me no one here really gets the syntax of CSS. It's quite simple really. All mulitple word commands are connected by a "-". Whether it is a propety or value. If you wanna ad color to the bottom border and only the bottom border it would

.Classname{border-bottom:Style Size Color}

Styleis equal to: ridge,groove,inset,outset,solid,dashed,dotted,or inherit
Size is equal to: xx-small through xx-large or a unit(px)
and Color is any hex value or color name.

Validating code is quite simple really it's just attention to detail.
Even if you still with to use deprecated elements you can validate using transitional instead of strict.
TheAkwardOne is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-10-2006, 08:32 AM   #27 (permalink)
Inactive
 
Mrblogs's Avatar
 
Join Date: 03-29-06
Posts: 548
iTrader: 0 / 0%
Mrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really niceMrblogs is just really nice
Send a message via MSN to Mrblogs Send a message via Yahoo to Mrblogs
w3 validation is like speed limits. Some countries have them - but most people ignore them and other countries dont even have them.

If it works in Firefox, IE and possibly Opera - then as long as you are not catering to specific things - it should be okay.
Mrblogs is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-10-2006, 09:31 AM   #28 (permalink)
v7n Mentor
 
DaveyBoy's Avatar
 
Join Date: 10-13-03
Location: England.
Posts: 6,197
iTrader: 0 / 0%
Latest Blog:
None

DaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest order
People seem to forget that the W3C is basically just a set of guidelines made by some people. Just because your sites returns as invalid on their site doesn't mean it's coded 'wrongly' or anything. I hate this subject more than any other. Most of my sites don't validate cos I don't bother trying to make them. Again, it's because I have to get through too many sites to afford the time to do this. I don't agree with them anyway so that's another reason i don't

Just realised this thread is 3 years old and had been bumped
DaveyBoy is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-11-2006, 02:33 AM   #29 (permalink)
v7n Mentor
 
cashcannon's Avatar
 
Join Date: 01-26-06
Location: netherlands
Posts: 2,165
iTrader: 0 / 0%
Latest Blog:
None

cashcannon is a web professional of the highest ordercashcannon is a web professional of the highest ordercashcannon is a web professional of the highest ordercashcannon is a web professional of the highest ordercashcannon is a web professional of the highest ordercashcannon is a web professional of the highest ordercashcannon is a web professional of the highest ordercashcannon is a web professional of the highest ordercashcannon is a web professional of the highest ordercashcannon is a web professional of the highest ordercashcannon is a web professional of the highest order
Send a message via ICQ to cashcannon
I got a couple of sites 100% compliant, but I dont think the content is appropriate for this forum

and I allways stick to XHTML 1.0 Strict doctype, cause that's least buggy imo
cashcannon is online now  
Add Post to del.icio.us
Reply With Quote
Old 05-11-2006, 02:41 AM   #30 (permalink)
aka Colleen
 
Join Date: 03-25-04
Location: Canada
Posts: 5,958
iTrader: 0 / 0%
Latest Blog:
None

Kalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest orderKalina is a web professional of the highest order
Well my blog, http://www.mystical-twilight.com/ is compliant.
__________________
Ruby Jewelry Sales
Kalina is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-11-2006, 02:57 AM   #31 (permalink)
Inactive
 
reteep's Avatar
 
Join Date: 03-20-06
Location: Germany
Posts: 526
iTrader: 0 / 0%
reteep is a name known to allreteep is a name known to allreteep is a name known to allreteep is a name known to allreteep is a name known to allreteep is a name known to allreteep is a name known to allreteep is a name known to allreteep is a name known to allreteep is a name known to allreteep is a name known to all
Send a message via ICQ to reteep
I give a shit on w3c validation. I need my sites to work on (almost) every Browser and those sites are never 100% compliant.
reteep is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-11-2006, 03:32 AM   #32 (permalink)
CEO, V7 Inc
 
John Scott's Avatar
 
Join Date: 09-27-03
Location: Japan, mostly
Posts: 42,618
iTrader: 2 / 100%
John Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster material
Send a message via AIM to John Scott Send a message via Yahoo to John Scott
http://www.google.com/

Quote:
Result: Failed validation, 56 errors
__________________
Buy Permanent Contextual Links - V7N Web Directory

Questions? Call V7 toll free @ 1.888.876.8762
John Scott is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-11-2006, 03:36 AM   #33 (permalink)
CEO, V7 Inc
 
John Scott's Avatar
 
Join Date: 09-27-03
Location: Japan, mostly
Posts: 42,618
iTrader: 2 / 100%
John Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster material
Send a message via AIM to John Scott Send a message via Yahoo to John Scott
Quote:
Failed validation, 1 error
for http://www.v7n.com/scripts/

__________________
Buy Permanent Contextual Links - V7N Web Directory

Questions? Call V7 toll free @ 1.888.876.8762
John Scott is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-11-2006, 06:30 AM   #34 (permalink)
v7n Mentor
 
DaveyBoy's Avatar
 
Join Date: 10-13-03
Location: England.
Posts: 6,197
iTrader: 0 / 0%
Latest Blog:
None

DaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest order
Quote:
Originally Posted by JohnScott
Sloppy.
DaveyBoy is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-11-2006, 07:20 AM   #35 (permalink)
Member
 
JuggoPop's Avatar
 
Join Date: 10-09-03
Posts: 9,617
iTrader: 0 / 0%
Latest Blog:
None

JuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest order
why are we bumping 3 year old threads?
JuggoPop is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-11-2006, 07:27 AM   #36 (permalink)
v7n Mentor
 
DaveyBoy's Avatar
 
Join Date: 10-13-03
Location: England.
Posts: 6,197
iTrader: 0 / 0%
Latest Blog:
None

DaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest order
guess that's why he's called The Awkward One
DaveyBoy is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-13-2007, 11:34 AM   #37 (permalink)
Senior Member
 
Join Date: 06-29-07
Posts: 316
iTrader: 0 / 0%
Latest Blog:
None

zagu060807 is liked by many
Quote:
Originally Posted by holarick View Post
I'm just wondering if anyone here has a site that validates according to W3C standards? It doesn't seem to be a popular topic of discussion around here, which is surprising for a group of webmasters. I've also ran checks on several of the sites posted, and not one has validated properly. I know it's easy to get caught up in the design and aesthetics, but what about complying to web standards? Thoughts?

If you do have a site that validates, please post the link.

Check your markup here: http://validator.w3.org/

Check your CSS here: http://jigsaw.w3.org/css-validator/validator-uri.html
Recently, I made a page in my site that complies with w3c web standards. That will be the layout for all my pages within the website.
zagu060807 is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-13-2007, 06:43 PM   #38 (permalink)
Inactive
 
Join Date: 08-09-07
Posts: 23
iTrader: 0 / 0%
Latest Blog:
None

SportsNarrative is on the right pathSportsNarrative is on the right path
My site validates:

-

Possibly due to the simplicity of it!

Last edited by chicgeek : 08-13-2007 at 07:24 PM. Reason: link removed.
SportsNarrative is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-13-2007, 07:41 PM   #39 (permalink)
Inactive
 
Join Date: 08-10-07
Location: India
Posts: 75
iTrader: 0 / 0%
brandrocker is liked by many
I, usually, take care of HTML mark up validation and my site validates. It requires some practice to write valid syntax. But once acquired, it may not be that much difficult to validate your new sites further.
brandrocker is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools