May POTM Results, June POTM Voting, July Newsletter
Posted by Nick & Eric on 2 July 2000, 00:37 GMT
Ugg, I'm tired. One day late (because Andy's Internet connection puked on him), here's the POTM results for May. Congratulations to the winners! Secondly, you can now vote for your favorite programs in June's POTM. Update (Eric): As usual, the July Newsletter has also been posted to the Newsletter Archive. Update (Nick): July's issue of TIGCM is out, and it happens to contain an interview with some weird guy named Nick Disabato. Check it out!
|
|
|
The comments below are written by ticalc.org visitors. Their views are not necessarily those of ticalc.org, and ticalc.org takes no responsibility for their content.
|
|
Re: May POTM Results, June POTM Voting, July Newsletter
|
Robin Kay
(Web Page)
|
Hey! That huge rant about the TIGCM has just dissapeared,,, (Not that I agreed with it). So ticalc.org does censor posts rather than letting them be constructivly critisised.
--Robin Kay--
|
|
3 July 2000, 00:22 GMT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: May POTM Results, June POTM Voting, July Newsletter
|
MathJMendl
(Web Page)
|
First of all, others might be a bit simpler but I bet they don't find all of the errors. This is the only one that will definitely be correct. Also, about it 'not making sense,' it doesn't make sense? It makes perfect sense to me. Let me read off the first few lines:
> <HTML>
> ^
>Error: Missing DOCTYPE declaration at start of document (explanation...)
Every html document needs a declaration before the html stating what type of document it is (i.e. html 3.2, 4.01 transitional, 4.0 strict, etc.). And if you didn't know this, you could just click their explanation link.
>Line 9, column 50:
> <SCRIPT LANGUAGE="JavaScript" >SRC="/mfunctions.js"></SCRIPT>
>Error: required attribute "TYPE" not specified
It's missing a TYPE attribute that tells the browser what kind of script it is. How else is it supposed to know what you're thinking?
>Line 13, column 34:
> ... <BODY BGCOLOR="white" MARGINWIDTH="0" >MARGINHEIGHT="0" LEFTM ...
>Error: there is no attribute "MARGINWIDTH"
That attribute does not exist. Simple as that. Maybe it has been deprecated (and if so, the doctype declaration could make it legal), or maybe it never existed.
And so on.
|
|
4 July 2000, 21:29 GMT
|
|
1 2 3 4
You can change the number of comments per page in Account Preferences.
|