[thelist] site check please - http://www.stemofficial.co.uk

Burhan Khalid burhankhalid at members.evolt.org
Tue Apr 2 22:19:00 CST 2002


At 02:11 AM 4/3/02 +0100, you wrote:
>Brad Dobyns wrote:
>>I think the site looks good. A couple of things:
>>[ snippity snip ]



>>1) In the [visual] section, whenever I click on an image to see a larger
>>version, I get an error, "Parse error: parse error in
>>/home/sites/site64/web/sections/visual/gallery/showimage.php on line 1";
>Yup, all fixed now, found this out today. Yesterday I was messing around
>with it, trying to make it all xhtml compliant, put in the <?xml version
>1.0?> tag (The one with the charset and all) and of course the parser
>thought it was PHP and threw it up. So I took it out as the W3C
>recommendations stated it was optional (but encouraged).
>
>On this note, is there anyway for this declaration and PHP to live
>harmoniously??

[ snip ]

There is an option in PHP, namely :

; Allow the <? tag.  Otherwise, only <?php and <script> tags are recognized.
short_open_tag = On

If you turn off the short_open_tag, then it will not parse <?xml as php. Of
course, the other
way around that problem is to put the following lines in your html :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

and then omit the <?xml line. With the above lines (and you can change them
as you like), will
set your page up as XHTML

hth,
Burhan Khalid

>>2) The front page table could be made smaller. I found that I still had a
>>little
>>scrolling to do even though my resolution was set to 1024x768.
>OK, thanks for letting me know.
>
>>3) When deep inside the site, I found I could never get back to the home
>>page.
>>There is no [home] link, but perhaps you don't want to have one.
>Decided to leave it out, as its effectively just a space filler - didn't
>want to go straight in to news page (in case I can't update/have nothing
>to update with), but had to have something - but once they've seen a
>small sample of the album cover once, I'd think they would be fine with
>not seeing it again :) (Until we try and sell it of course ;))
>>Otherwise, site looks great. Keep it up.
>Thanks!
>Thankyou also to the others that took the time to check over the site!
>
>Dave Stevens
>
>--
>For unsubscribe and other options, including
>the Tip Harvester and archive of thelist go to:
>http://lists.evolt.org Workers of the Web, evolt !




More information about the thelist mailing list