December 27th, 2004, 02:19 PM
|
#1 (permalink)
| | Ultimate Member
Join Date: Jan 2003 Location: MA / NH
Posts: 1,497
| |
| |
December 27th, 2004, 02:27 PM
|
#2 (permalink)
| | The Macedonian Member
Join Date: Mar 2004 Location: Macedonia Point, IN
Posts: 3,363
|
Looks nice here, easy to navigate |
| |
December 27th, 2004, 02:56 PM
|
#3 (permalink)
| | Ultimate Member
Join Date: Jun 2002 Location: Ohio
Posts: 1,349
|
I like the design. No errors that I can find.
__________________
23. That's the number of people Mr. T has pitied in the time it has taken you to read this sentence.
|
| |
December 27th, 2004, 03:16 PM
|
#4 (permalink)
| | Senior Member
Join Date: Jul 2004 Location: New Zealand
Posts: 582
|
Looks good, I'll do my usual and suggest a run through http://validator.w3.org/check?uri=ht...gn%2Findex.php
which shows a multitude of really minor errors and a couple re table layout and tr use.
edit: navigation is nice but some indication in the nav menu as to which page you are on would be good. |
| |
December 27th, 2004, 04:22 PM
|
#5 (permalink)
| | Ultimate Member
Join Date: Jan 2003 Location: MA / NH
Posts: 1,497
|
Indication added, per request. (orgionally had it planned in pure HTML prototype, but never had implemented it)
Some of those errors have been fixed... but I add white space to my code to make it, for example, look like this: Code: <html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Athol Daily News</title>
<link href="styles/styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- Checks to see if the user is logged in -->
<?
if (isset($_COOKIE["atholdailynews"])) { instead of this: Code: <html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Athol Daily News</title>
<link href="styles/styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- Checks to see if the user is logged in -->
<?
if (isset($_COOKIE["atholdailynews"])) { but it picks up on that. (and reports it as an error!)
Blaze |
| |
December 27th, 2004, 04:43 PM
|
#6 (permalink)
| | Senior Member
Join Date: Jul 2004 Location: New Zealand
Posts: 582
|
Nice.
That's very odd with the spaces. I use spacing on my own site with no validation problems. This tends to suggest that there is something else going on as well. Personally I'd hang on to the indentation irrespective.
There's another useful little package called html_tidy. Takes a page on stdin and passes out a tidied version on stdout. http://tidy.sourceforge.net/
edit: changing <br/> for <br> would fix a few as well.
Last edited by James T : December 27th, 2004 at 04:45 PM.
|
| |
December 27th, 2004, 04:53 PM
|
#7 (permalink)
| | Ultimate Member
Join Date: Jan 2003 Location: MA / NH
Posts: 1,497
|
Yup, plan on that. However, alot of the problem I see are becuase of the PHP generation. (seems like that anyways....)
Blaze |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | |
Posting Rules
| You may post new threads You may post replies You may not post attachments You may not edit your posts HTML code is Off | | | | Most Active Discussions | | | | | Recent Discussions  | | | | | |