A place to post questions and ideas about SuperCali PHP Event Calendar
You are not logged in.
I tested http://uuspacecoast.org/calendar/ with the HTML Validator: http://users.skynet.be/mgueury/mozilla/. It gave me lots of errors that appear to be generated by supercali scripts.
Unclosed tags and using "&" instead of "&" as argument separators are high on the list of errors.
http://www.w3.org/QA/2005/04/php-session says the separator problem can be fixed in the PHP.ini file. I'm going to try to get my server admin to fix that.
Are there any plans to fix the closing tags problem?
Several files omit the type attribute in script elements. I'll fix them. How should I submit the fixes?
Why are BBCodes off?
Bill
Offline
I'm continuing the masochistic HTML Validator exercise.
I'm fixing the "&" vs "&" challenge, the missing end tags, and the missing alt attribute in img tags.
One error has me stumped:
day_week_functions.php line 223 is: echo "<div class=\"cell\" id=\"0:00:".$dm."/".$da."/".$dy."\"></div>\n";
The validator hates this, reporting: line xxx column yy - Error: value of attribute "id" invalid: "1" cannot start a name.
This is probably some neat hack, I would like to understand it.
I've modified quite a few files. Are you interested in seeing them? The calendar seems to run better.
Bill
Offline