Re: [WSG] LOCAL XHTML TESTING - HOW TO DO IT?

2004-12-13 Thread Robert Crawford
Joey said the following on 12/12/2004 7:52 AM: Download Web Developer Toolbar for firefox for local validating. http://www.chrispederick.com/work/firefox/webdeveloper/ Then you can see a tool under Tools called Validate Local HTML that should help you out a bit. Hope this helps Joey Also

[WSG] LOCAL XHTML TESTING - HOW TO DO IT?

2004-12-12 Thread Charles Slack
LOCAL XHTML TESTING - HOW TO DO IT? Hi,I'm an experienced real time software engineer getting involved in Web design. I have done a lot of reading, both books and web pages and, after a lot of heart searching, have arrived at the following strategy for developing web pages: 1. Develop and

Re: [WSG] LOCAL XHTML TESTING - HOW TO DO IT?

2004-12-12 Thread Kornel Lesinski
For serious testing install web server locally. There is for example easyphp.org (and many others) that install and configure Apache, PHP, MySQL with almost one click. Then you can configure Apache to send .xhtml files as application/xhtml+xml or use PHP for that. httpd.conf: AddType

Re: [WSG] LOCAL XHTML TESTING - HOW TO DO IT?

2004-12-12 Thread Joey
Download Web Developer Toolbar for firefox for local validating. http://www.chrispederick.com/work/firefox/webdeveloper/ Then you can see a tool under Tools called Validate Local HTML that should help you out a bit. Hope this helps Joey Charles Slack wrote: LOCAL XHTML TESTING - HOW TO DO IT?

Re: [WSG] LOCAL XHTML TESTING - HOW TO DO IT?

2004-12-12 Thread Roger Johansson
On 12 dec 2004, at 14.15, Charles Slack wrote: LOCAL XHTML TESTING - HOW TO DO IT? An easy way to check how Mozilla based browsers handle it is to change the file extension of your XHTML documents from .html to .xhtml. This will make Mozilla/Firefox treat it as application/xhtml+xml (check View