Page 1 of 1

Integrated Network Systems

Posted: Sun May 15, 2005 7:43 am
by kingfhb
http://www.integsys.com

Comments Welcome.

Thanks

Re: Integrated Network Systems

Posted: Sun May 15, 2005 11:51 am
by WiseQ
Nice site, but you definetly need to clean up some code if you intend to use the xhtml 1.0 transitional doctype.
Check your page at http://validator.w3.org/.

Regards
WiseQ

Re: Integrated Network Systems

Posted: Sun May 15, 2005 7:07 pm
by kingfhb
Hmmm... Okay, I changed the code to be compliant with XHTML using Tidy. However, when I run the check you listed, it still shows errors, where Tidy does not... any thoughts?

Re: Integrated Network Systems

Posted: Sun May 15, 2005 8:00 pm
by WiseQ
Your code is definetly not xhtml 1.0 strict compliant yet, even if Tidy says so.
I would recommend that you carefully read the error output that you get from http://validator.w3.org/, its quite explanatory. If you do not understand the errors, then you should read the specifications for the doctype that you are using, and perhaps change to a less demanding doctype than xhtml 1.0 strict.

Regards
WiseQ

Re: Integrated Network Systems

Posted: Sun May 15, 2005 9:05 pm
by Utter
Errors and whatnot aside it IS a very nice clean site.

How have you organised the content into two columns?

Utter

Re: Integrated Network Systems

Posted: Sun May 15, 2005 10:16 pm
by koehler
kingfhb wrote: any thoughts?
Of course, just remove the xhtml issues listed by the w3c validator. iI is more important to have
a proper code than the bells&whistles.

Please also take a look at the options you have at the validator (for example "show source") to
speed cleanup a bit.

If i where your customer then i would not agree to pay your service until this is fixed.


Regards,

Michael

Re: Integrated Network Systems

Posted: Mon May 16, 2005 2:32 am
by kingfhb
WiseQ wrote: Your code is definetly not xhtml 1.0 strict compliant yet, even if Tidy says so.
I would recommend that you carefully read the error output that you get from http://validator.w3.org/, its quite explanatory. If you do not understand the errors, then you should read the specifications for the doctype that you are using, and perhaps change to a less demanding doctype than xhtml 1.0 strict.

Regards
WiseQ
This was the doctype that Tidy added to the code. I removed it completely. Tidy then took the raw HTML and "converted" it to XHTML (Supposedly). I will take a closer look at the code since some of the errors I get are embedded in some of the CMS modules code, not my programming.

Re: Integrated Network Systems

Posted: Mon May 16, 2005 2:37 am
by kingfhb
koehler wrote:
kingfhb wrote: any thoughts?
Of course, just remove the xhtml issues listed by the w3c validator. iI is more important to have
a proper code than the bells&whistles.

Please also take a look at the options you have at the validator (for example "show source") to
speed cleanup a bit.

If i where your customer then i would not agree to pay your service until this is fixed.


Regards,

Michael
"Bells and Whistles"??? Thanks for the criticism, and Whew!!! Boy am I lucky your not a customer of mine! I guess I should just go ahead a give up, maybe file for bankruptcy now huh? I love guys like you on these message boards who seem to think everyone should just know everything and thinking you know more makes you better than everyone else.

Then again, you would not be my customer because you would already know how to develop your own site right?

Well, thanks again!

Re: Integrated Network Systems

Posted: Mon May 16, 2005 2:42 am
by kingfhb
Utter wrote: Errors and whatnot aside it IS a very nice clean site.

How have you organised the content into two columns?

Utter
The template is designed so that the news items appear in one column and the main body or content section appears in the main column. However, the main column is still just one content item in the CMS. If you click through the pages, you will see the only thing that actually changes is the main column.

The HTML blob section helps a lot also in some cases. I was doing another site for someone else and used it frequently. Then again, with a slight modification to the news module, you could do the same thing and manage it from it's own admin part. I also had to make a minor change to the calendar module so that the events would not appear as bullets in the calendar and listed out underneath it.

Thanks for the compliments!!

Re: Integrated Network Systems

Posted: Mon May 16, 2005 6:07 pm
by koehler
kingfhb wrote: "Bells and Whistles"??? Thanks for the criticism, and Whew!!! Boy am I lucky your not a customer of mine! I guess I should just go ahead a give up, maybe file for bankruptcy now huh? I love guys like you on these message boards who seem to think everyone should just know everything and thinking you know more makes you better than everyone else.
Then again, you would not be my customer because you would already know how to develop your own site right?
Well, thanks again!

Kingfhb,


it is not in my intention to profile myself better or greater than you.

You asked about comments and i answered.

I'm sorry that my pedantic answer set you bad. So please dont
take it to serious.. guess you dont mind issues with improper html.


Regards,

Michael