Hey,
What would be a good way to validate the XHTML locally without using referer check at w3c.org? Or even use the same check, but send down the contents for validation as obviously referer validation doesn't quite work on the private web site during development. Cheers! -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside smime.p7s (4K) Download Attachment |
hi boris,
try html validator extension for firefox. petr Boris Popov wrote: > Hey, > > What would be a good way to validate the XHTML locally without using referer > check at w3c.org? Or even use the same check, but send down the contents for > validation as obviously referer validation doesn't quite work on the private > web site during development. > > Cheers! > > -Boris > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Boris Popov, DeepCove Labs (SNN)
That's not a bad suggestion, actually, thanks! I especially like being able
to restrict validation to a specific list of domains, say 'localhost' ;) Cheers! -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Petr Sent: Tuesday, May 23, 2006 1:37 PM To: [hidden email] Subject: [Seaside] Re: Validating XHTML? hi boris, try html validator extension for firefox. petr Boris Popov wrote: > Hey, > > What would be a good way to validate the XHTML locally without using referer > check at w3c.org? Or even use the same check, but send down the contents for > validation as obviously referer validation doesn't quite work on the private > web site during development. > > Cheers! > > -Boris > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside smime.p7s (4K) Download Attachment |
In reply to this post by Boris Popov, DeepCove Labs (SNN)
You can always do it internally. The Html/CSS validator used by http://www.badpage.info is located on SqueakSource.
-----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Boris Popov Sent: Tuesday, May 23, 2006 10:32 AM To: The Squeak Enterprise Aubergines Server - general discussion. Subject: [Seaside] Validating XHTML? Hey, What would be a good way to validate the XHTML locally without using referer check at w3c.org? Or even use the same check, but send down the contents for validation as obviously referer validation doesn't quite work on the private web site during development. Cheers! -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Boris Popov, DeepCove Labs (SNN)
If only VisualWorks had SqueakSource interface :)
Cheers! -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Blanchard, Todd Sent: Tuesday, May 23, 2006 2:57 PM To: The Squeak Enterprise Aubergines Server - general discussion. Subject: RE: [Seaside] Validating XHTML? You can always do it internally. The Html/CSS validator used by http://www.badpage.info is located on SqueakSource. -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Boris Popov Sent: Tuesday, May 23, 2006 10:32 AM To: The Squeak Enterprise Aubergines Server - general discussion. Subject: [Seaside] Validating XHTML? Hey, What would be a good way to validate the XHTML locally without using referer check at w3c.org? Or even use the same check, but send down the contents for validation as obviously referer validation doesn't quite work on the private web site during development. Cheers! -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside smime.p7s (4K) Download Attachment |
Free forum by Nabble | Edit this page |