Warning: You are using TidyHTML mode! Pages MAY and probably WILL break. To disable, click here or append 'xxx-off=1' to the URL!

Register - Login
Views: 57872576
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - JCS - Stats - Latest Posts - Color Chart - Smilies
10-16-14 04:35:19 AM

Jul - General Chat - Happy Birthday, Jul New poll - New thread - New reply
Pages: 1 2 3 Next newer thread | Next older thread
Xkeeper

...







Posted on 07-03-08 04:35:46 AM Link | Quote
Today, at 1:35:46 AM (PST), Jul turns one year old. Thank you, everybody, for making this possible, and I hope we can make it last many more.


I will do my best to bring some things back up to date, after letting them stagnate for so long.

--------------------

Deleted User
Collection of nobodies
Posted on 07-03-08 04:36:33 AM Link | Quote
Well here's an odd thing that just happened. About 5 minutes ago my internet went out, and it came back just seconds before you posted this thread... hmm.

Oh yeah, happy birthday us/Jul! Whee~

--------------------


===================
[Posted by NightKev]
Felis Cattaurus
There was a helicopter here. It's gone now. The only proof of its existence is a smouldering cockpit, and the exploded remains of a rocket with a trollface.
Level: 132


Posts: 2259/6462
EXP: 26801149
For next: 330784

Since: 07-03-07


Since last post: 155 days
Last activity: 21 days

Posted on 07-03-08 04:36:41 AM Link | Quote
YAAAAAAAAAY

--------------------
:3!!!
Kirby Mario
Resident BEMANI fan.
Level: 78


Posts: 543/1938
EXP: 4287110
For next: 95116

Since: 11-17-07


Since last post: 106 days
Last activity: 2 hours

Posted on 07-03-08 04:37:00 AM Link | Quote
Hooray for Jul being one year old!

Let keep this going!

--------------------
Can finally say that I became The Guy!
BMF54123

Rhea Snaketail
Slightly frazzled...
Level: 125


Posts: 915/5652
EXP: 21923319
For next: 530845

Since: 07-03-07
From: Neither here nor there.

Since last post: 5 days
Last activity: 6 hours

Posted on 07-03-08 04:37:25 AM Link | Quote
OH NOOOOOOOOOOOOOOOOOOOOOO

--------------------
Felis Cattaurus
There was a helicopter here. It's gone now. The only proof of its existence is a smouldering cockpit, and the exploded remains of a rocket with a trollface.
Level: 132


Posts: 2261/6462
EXP: 26801149
For next: 330784

Since: 07-03-07


Since last post: 155 days
Last activity: 21 days

Posted on 07-03-08 04:38:03 AM Link | Quote
Originally posted by Neko54123
OH NOOOOOOOOOOOOOOOOOOOOOO

I do hope you mean OH YES

--------------------
:3!!!
Kirby Mario
Resident BEMANI fan.
Level: 78


Posts: 544/1938
EXP: 4287110
For next: 95116

Since: 11-17-07


Since last post: 106 days
Last activity: 2 hours

Posted on 07-03-08 04:39:11 AM Link | Quote
It's amazing how long it seems like for Jul to be one year old.

It's awesome .

--------------------
Can finally say that I became The Guy!
Felis Cattaurus
There was a helicopter here. It's gone now. The only proof of its existence is a smouldering cockpit, and the exploded remains of a rocket with a trollface.
Level: 132


Posts: 2262/6462
EXP: 26801149
For next: 330784

Since: 07-03-07


Since last post: 155 days
Last activity: 21 days

Posted on 07-03-08 04:41:30 AM Link | Quote

1379. Jun Ishikawa, Dan Miyakawa - [Kirby Super Star] Staff Roll 1:38/5:02 [SPC]


Oddly appropriate

--------------------
:3!!!
Deleted User
Collection of nobodies
Posted on 07-03-08 04:45:00 AM Link | Quote
[01:44:05] * NightKev is listening to "Kris Davis - Island of Eden" .:192kbps / 44kHz / Stereo - 1:59/7:23:.

Are we doing this now? Oh, we aren't, oh well.

--------------------


===================
[Posted by NightKev]
Xkeeper

...







Posted on 07-03-08 04:54:15 AM Link | Quote
Figured I should make (and use) a special version of the banner for the day.

--------------------

Deleted User
Collection of nobodies
Posted on 07-03-08 04:55:13 AM Link | Quote
Flashy lights, title text "yay", and it's linked to this thread. All we need now is beer and NSNick...

--------------------


===================
[Posted by NightKev]
Kirby Mario
Resident BEMANI fan.
Level: 78


Posts: 548/1938
EXP: 4287110
For next: 95116

Since: 11-17-07


Since last post: 106 days
Last activity: 2 hours

Posted on 07-03-08 04:58:03 AM Link | Quote
The flashy banner is cool. I never even knew it linked to this thread.

--------------------
Can finally say that I became The Guy!
Deleted User
Collection of nobodies
Posted on 07-03-08 04:59:28 AM Link | Quote
Originally posted by Kirby Mario
The flashy banner is cool. I never even knew it linked to this thread.
Xkeeper loves using image title tags, so I always hover over any image he puts up.

--------------------


===================
[Posted by NightKev]
Kirby Mario
Resident BEMANI fan.
Level: 78


Posts: 549/1938
EXP: 4287110
For next: 95116

Since: 11-17-07


Since last post: 106 days
Last activity: 2 hours

Posted on 07-03-08 05:07:24 AM Link | Quote
Originally posted by NightKev
Originally posted by Kirby Mario
The flashy banner is cool. I never even knew it linked to this thread.
Xkeeper loves using image title tags, so I always hover over any image he puts up.

I should do that too... I bet it didn't really take that long to make the banner, but it's cool to see it as a sort of sign.

--------------------
Can finally say that I became The Guy!
Xkeeper

...







Posted on 07-03-08 05:08:29 AM Link | Quote

<?php

$img = imagecreatefrompng("julbanner.png");
$f = 4;


for ($i = 0; $i <= 5; $i++) {
$c[$i] = imagecolorallocate($img, $i * 20 + 150, $i * 20 + 130, $i * 10 + 30);
}

$n = $f;
for ($x = 1; $x <= 599; $x += 4) {
$n++;
$co = $n % 5;
imagefilledrectangle($img, $x, 1, $x + 1, 2, $c[$co]);
}

$n = $f;
for ($x = 597; $x >= 1; $x -= 4) {
$n++;
$co = $n % 5;
imagefilledrectangle($img, $x, 97, $x + 1, 98, $c[$co]);
}

$n = $f;
for ($y = 1; $y <= 99; $y += 4) {
$n++;
$co = $n % 5;
imagefilledrectangle($img, 597, $y, 598, $y + 1, $c[$co]);
}

$n = $f;
for ($y = 97; $y >= 1; $y -= 4) {
$n++;
$co = $n % 5;
imagefilledrectangle($img, 1, $y, 2, $y + 1, $c[$co]);
}

header("Content-type: image/png");
imagepng($img);

?>



Just modifying $f (0-5)...

--------------------

Kirby Mario
Resident BEMANI fan.
Level: 78


Posts: 550/1938
EXP: 4287110
For next: 95116

Since: 11-17-07


Since last post: 106 days
Last activity: 2 hours

Posted on 07-03-08 05:11:27 AM Link | Quote
Heh, I probably would've done it pixel by pixel.

I just hope to learn PHP soon so I could do something like that.

--------------------
Can finally say that I became The Guy!
Bloodstar
11050
bumblin' stumblin' robots


Post 695/11051

Joined
07-06-07
Active
5 days ago
Posted on 07-03-08 06:01:04 AM Link | Quote
woo, jul's a year old now

Kinda feels like it's been a while sometimes, yet other times it feels like it's been ridiculously short... it's strange.

And how the hell did I get almost 700 posts in a year, anyway?

anyway good night it is six in the morning and I AM TIRED



--------------------
"I mean, I'd flame him, but I'm worried about how he'd respond... He's obviously mentally unstable if he thinks I'm his friend." - Kyouji Craw



363 Days


695 Posts


349134 EXP


21313 EXP Next


753 EXP per post


179.714 seconds Idle Time


Overall Ranking: 23
Eon

Strange Adventures
Level: 60


Posts: 450/1024
EXP: 1684610
For next: 88168

Since: 07-22-07


Since last post: 5 days
Last activity: 15 hours

Posted on 07-03-08 06:01:09 AM Link | Quote
Yay! Nice to see the board safe and sound.

This month it'll be 7 years since I joined Acmlm's...

--------------------
Bloodstar
11050
bumblin' stumblin' robots


Post 696/11051

Joined
07-06-07
Active
5 days ago
Posted on 07-03-08 06:02:11 AM Link | Quote
It'll be about... five or so in November, for me. Though I got wiped along with the databases vanishing...

anyway, good night for real now.

--------------------
"I mean, I'd flame him, but I'm worried about how he'd respond... He's obviously mentally unstable if he thinks I'm his friend." - Kyouji Craw



363 Days


696 Posts


349888 EXP


20559 EXP Next


754 EXP per post


179.327 seconds Idle Time


Overall Ranking: 23
DigitalBasic

this game made my cook steam !!!!
Level: 156


Posts: 2890/9550
EXP: 48151353
For next: 338267

Since: 07-03-07
From: Citra, Florida

Since last post: 126 days
Last activity: 43 min.

Posted on 07-03-08 06:27:15 AM Link | Quote
It'd be five years for me in December.

Heh, a whole year. Awesome.

Congrats to everyone that made it last this long.

--------------------

Pages: 1 2 3 Next newer thread | Next older thread
Jul - General Chat - Happy Birthday, Jul New poll - New thread - New reply






Rusted Logic

Acmlmboard - 07/23/2013 b378.03
©2000-2013 Acmlm, Xkeeper, Inuyasha, et al.

27 database queries.
Query execution time:  0.087236 seconds
Script execution time:  0.080878 seconds
Total render time:  0.168114 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 94 column 11 - Warning: <form> isn't allowed in <table> elements
line 93 column 10 - Info: <table> previously mentioned
line 95 column 11 - Warning: missing <tr>
line 95 column 124 - Warning: missing </font> before </td>
line 99 column 16 - Warning: plain text isn't allowed in <tr> elements
line 95 column 11 - Info: <tr> previously mentioned
line 100 column 68 - Warning: <nobr> is not approved by W3C
line 100 column 68 - Warning: missing </nobr> before </td>
line 117 column 68 - Warning: <nobr> is not approved by W3C
line 117 column 68 - Warning: missing </nobr> before <tr>
line 141 column 35 - Warning: missing <tr>
line 141 column 50 - Warning: missing </font> before </td>
line 142 column 37 - Warning: unescaped & or unknown entity "&id"
line 141 column 179 - Warning: missing </font> before </table>
line 143 column 35 - Warning: missing <tr>
line 143 column 96 - Warning: unescaped & or unknown entity "&page"
line 143 column 128 - Warning: unescaped & or unknown entity "&page"
line 143 column 50 - Warning: missing </font> before </td>
line 143 column 163 - Warning: missing </font> before </table>
line 150 column 9 - Warning: discarding unexpected <table>
line 152 column 111 - Warning: replacing unexpected b by </b>
line 162 column 13 - Warning: missing <tr>
line 163 column 27 - Warning: <nobr> is not approved by W3C
line 163 column 99 - Warning: unescaped & or unknown entity "&postid"
line 163 column 27 - Warning: missing </nobr> before </table>
line 165 column 254 - Warning: missing <tr>
line 165 column 491 - Warning: missing <tr>
line 170 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 170 column 17 - Warning: inserting implicit <table>
line 170 column 21 - Warning: discarding unexpected <table>
line 178 column 33 - Warning: missing <tr>
line 179 column 47 - Warning: <nobr> is not approved by W3C
line 179 column 119 - Warning: unescaped & or unknown entity "&postid"
line 179 column 47 - Warning: missing </nobr> before </table>
line 184 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 184 column 17 - Warning: inserting implicit <table>
line 185 column 9 - Warning: <div> isn't allowed in <tr> elements
line 184 column 17 - Info: <tr> previously mentioned
line 187 column 9 - Warning: missing <tr>
line 201 column 13 - Warning: missing <tr>
line 202 column 27 - Warning: <nobr> is not approved by W3C
line 202 column 99 - Warning: unescaped & or unknown entity "&postid"
line 206 column 15 - Warning: missing <td>
line 207 column 9 - Warning: <div> isn't allowed in <tr> elements
line 206 column 15 - Info: <tr> previously mentioned
line 209 column 9 - Warning: missing <tr>
line 223 column 13 - Warning: missing <tr>
line 224 column 27 - Warning: <nobr> is not approved by W3C
line 224 column 99 - Warning: unescaped & or unknown entity "&postid"
line 230 column 15 - Warning: missing <td>
line 231 column 9 - Warning: <div> isn't allowed in <tr> elements
line 230 column 15 - Info: <tr> previously mentioned
line 233 column 9 - Warning: missing <tr>
line 247 column 13 - Warning: missing <tr>
line 248 column 27 - Warning: <nobr> is not approved by W3C
line 248 column 99 - Warning: unescaped & or unknown entity "&postid"
line 250 column 356 - Warning: <blink> is not approved by W3C
line 252 column 15 - Warning: missing <td>
line 253 column 9 - Warning: <div> isn't allowed in <tr> elements
line 252 column 15 - Info: <tr> previously mentioned
line 255 column 9 - Warning: missing <tr>
line 269 column 13 - Warning: missing <tr>
line 270 column 27 - Warning: <nobr> is not approved by W3C
line 270 column 99 - Warning: unescaped & or unknown entity "&postid"
line 272 column 154 - Warning: <blink> is not approved by W3C
line 275 column 15 - Warning: missing <td>
line 276 column 9 - Warning: <div> isn't allowed in <tr> elements
line 275 column 15 - Info: <tr> previously mentioned
line 278 column 9 - Warning: missing <tr>
line 292 column 13 - Warning: missing <tr>
line 293 column 27 - Warning: <nobr> is not approved by W3C
line 293 column 99 - Warning: unescaped & or unknown entity "&postid"
line 299 column 15 - Warning: missing <td>
line 300 column 9 - Warning: <div> isn't allowed in <tr> elements
line 299 column 15 - Info: <tr> previously mentioned
line 302 column 9 - Warning: missing <tr>
line 316 column 13 - Warning: missing <tr>
line 317 column 27 - Warning: <nobr> is not approved by W3C
line 317 column 99 - Warning: unescaped & or unknown entity "&postid"
line 323 column 15 - Warning: missing <td>
line 323 column 19 - Warning: discarding unexpected <table>
line 331 column 33 - Warning: missing <tr>
line 332 column 47 - Warning: <nobr> is not approved by W3C
line 332 column 119 - Warning: unescaped & or unknown entity "&postid"
line 332 column 47 - Warning: missing </nobr> before </table>
line 337 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 337 column 17 - Warning: inserting implicit <table>
line 338 column 9 - Warning: discarding unexpected <table>
line 340 column 111 - Warning: replacing unexpected b by </b>
line 350 column 13 - Warning: missing <tr>
line 351 column 27 - Warning: <nobr> is not approved by W3C
line 351 column 99 - Warning: unescaped & or unknown entity "&postid"
line 351 column 27 - Warning: missing </nobr> before </table>
line 353 column 254 - Warning: missing <tr>
line 353 column 491 - Warning: missing <tr>
line 355 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 355 column 17 - Warning: inserting implicit <table>
line 355 column 21 - Warning: discarding unexpected <table>
line 363 column 33 - Warning: missing <tr>
line 364 column 47 - Warning: <nobr> is not approved by W3C
line 364 column 119 - Warning: unescaped & or unknown entity "&postid"
line 364 column 47 - Warning: missing </nobr> before </table>
line 367 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 367 column 17 - Warning: inserting implicit <table>
line 368 column 9 - Warning: <div> isn't allowed in <tr> elements
line 367 column 17 - Info: <tr> previously mentioned
line 370 column 9 - Warning: missing <tr>
line 384 column 13 - Warning: missing <tr>
line 385 column 27 - Warning: <nobr> is not approved by W3C
line 385 column 99 - Warning: unescaped & or unknown entity "&postid"
line 389 column 15 - Warning: missing <td>
line 389 column 19 - Warning: discarding unexpected <table>
line 397 column 33 - Warning: missing <tr>
line 398 column 47 - Warning: <nobr> is not approved by W3C
line 398 column 119 - Warning: unescaped & or unknown entity "&postid"
line 398 column 47 - Warning: missing </nobr> before </table>
line 401 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 401 column 17 - Warning: inserting implicit <table>
line 402 column 9 - Warning: <div> isn't allowed in <tr> elements
line 401 column 17 - Info: <tr> previously mentioned
line 404 column 9 - Warning: missing <tr>
line 418 column 13 - Warning: missing <tr>
line 419 column 27 - Warning: <nobr> is not approved by W3C
line 419 column 99 - Warning: unescaped & or unknown entity "&postid"
line 424 column 15 - Warning: missing <td>
line 425 column 9 - Warning: discarding unexpected <table>
line 427 column 111 - Warning: replacing unexpected b by </b>
line 437 column 13 - Warning: missing <tr>
line 438 column 27 - Warning: <nobr> is not approved by W3C
line 438 column 99 - Warning: unescaped & or unknown entity "&postid"
line 438 column 27 - Warning: missing </nobr> before </table>
line 440 column 254 - Warning: missing <tr>
line 440 column 491 - Warning: missing <tr>
line 485 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 485 column 17 - Warning: inserting implicit <table>
line 486 column 9 - Warning: <div> isn't allowed in <tr> elements
line 485 column 17 - Info: <tr> previously mentioned
line 488 column 9 - Warning: missing <tr>
line 502 column 13 - Warning: missing <tr>
line 503 column 27 - Warning: <nobr> is not approved by W3C
line 503 column 99 - Warning: unescaped & or unknown entity "&postid"
line 509 column 15 - Warning: missing <td>
line 509 column 19 - Warning: discarding unexpected <table>
line 512 column 33 - Warning: missing </font> before </td>
line 522 column 25 - Warning: plain text isn't allowed in <tr> elements
line 509 column 15 - Info: <tr> previously mentioned
line 524 column 33 - Warning: missing <tr>
line 525 column 47 - Warning: <nobr> is not approved by W3C
line 525 column 119 - Warning: unescaped & or unknown entity "&postid"
line 525 column 47 - Warning: missing </nobr> before </table>
line 527 column 98 - Warning: <style> isn't allowed in <td> elements
line 527 column 25 - Info: <td> previously mentioned
line 539 column 1777 - Warning: replacing unexpected big by </big>
line 551 column 2712 - Warning: discarding unexpected </font>
line 551 column 2719 - Warning: discarding unexpected </font>
line 552 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 552 column 17 - Warning: inserting implicit <table>
line 553 column 9 - Warning: <div> isn't allowed in <tr> elements
line 552 column 17 - Info: <tr> previously mentioned
line 555 column 9 - Warning: missing <tr>
line 569 column 13 - Warning: missing <tr>
line 570 column 27 - Warning: <nobr> is not approved by W3C
line 570 column 99 - Warning: unescaped & or unknown entity "&postid"
line 572 column 73 - Warning: <style> isn't allowed in <td> elements
line 572 column 9 - Info: <td> previously mentioned
line 576 column 15 - Warning: missing <td>
line 576 column 19 - Warning: discarding unexpected <table>
line 579 column 33 - Warning: missing </font> before </td>
line 589 column 25 - Warning: plain text isn't allowed in <tr> elements
line 576 column 15 - Info: <tr> previously mentioned
line 591 column 33 - Warning: missing <tr>
line 592 column 47 - Warning: <nobr> is not approved by W3C
line 592 column 119 - Warning: unescaped & or unknown entity "&postid"
line 592 column 47 - Warning: missing </nobr> before </table>
line 594 column 98 - Warning: <style> isn't allowed in <td> elements
line 594 column 25 - Info: <td> previously mentioned
line 600 column 1670 - Warning: replacing unexpected big by </big>
line 612 column 2605 - Warning: discarding unexpected </font>
line 612 column 2612 - Warning: discarding unexpected </font>
line 613 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 613 column 17 - Warning: inserting implicit <table>
line 614 column 9 - Warning: <div> isn't allowed in <tr> elements
line 613 column 17 - Info: <tr> previously mentioned
line 616 column 9 - Warning: missing <tr>
line 630 column 13 - Warning: missing <tr>
line 631 column 27 - Warning: <nobr> is not approved by W3C
line 631 column 99 - Warning: unescaped & or unknown entity "&postid"
line 633 column 311 - Warning: missing </font> before <hr>
line 637 column 506 - Warning: discarding unexpected </font>
line 637 column 658 - Warning: discarding unexpected </td>
line 640 column 17 - Warning: discarding unexpected <table>
line 643 column 35 - Warning: missing <tr>
line 643 column 96 - Warning: unescaped & or unknown entity "&page"
line 643 column 128 - Warning: unescaped & or unknown entity "&page"
line 643 column 50 - Warning: missing </font> before </td>
line 643 column 163 - Warning: missing </font> before </table>
line 645 column 35 - Warning: missing <tr>
line 645 column 50 - Warning: missing </font> before </td>
line 646 column 37 - Warning: unescaped & or unknown entity "&id"
line 645 column 179 - Warning: missing </font> before </table>
line 647 column 17 - Warning: discarding unexpected </textarea>
line 647 column 28 - Warning: discarding unexpected </form>
line 647 column 35 - Warning: discarding unexpected </embed>
line 647 column 43 - Warning: discarding unexpected </noembed>
line 647 column 53 - Warning: discarding unexpected </noscript>
line 647 column 64 - Warning: discarding unexpected </noembed>
line 647 column 74 - Warning: discarding unexpected </embed>
line 647 column 82 - Warning: discarding unexpected </table>
line 647 column 90 - Warning: discarding unexpected </table>
line 656 column 9 - Warning: missing </font> before <table>
line 672 column 9 - Warning: inserting implicit <font>
line 684 column 23 - Warning: inserting implicit <font>
line 691 column 37 - Warning: discarding unexpected </font>
line 649 column 1 - Warning: missing </center>
line 572 column 73 - Warning: <style> inserting "type" attribute
line 91 column 9 - Warning: <img> lacks "alt" attribute
line 93 column 10 - Warning: <table> lacks "summary" attribute
line 95 column 63 - Warning: <img> lacks "alt" attribute
line 100 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 100 column 93 - Warning: <img> lacks "alt" attribute
line 117 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 117 column 98 - Warning: <img> lacks "alt" attribute
line 136 column 1 - Warning: <table> lacks "summary" attribute
line 136 column 240 - Warning: <td> attribute "bgcolor" lacks value
line 141 column 17 - Warning: <table> lacks "summary" attribute
line 142 column 43 - Warning: <img> proprietary attribute value "absmiddle"
line 142 column 140 - Warning: <img> proprietary attribute value "absmiddle"
line 142 column 243 - Warning: <img> proprietary attribute value "absmiddle"
line 143 column 17 - Warning: <table> lacks "summary" attribute
line 146 column 17 - Warning: <table> lacks "summary" attribute
line 156 column 21 - Warning: <img> lacks "alt" attribute
line 157 column 25 - Warning: <img> lacks "alt" attribute
line 157 column 71 - Warning: <img> lacks "alt" attribute
line 157 column 117 - Warning: <img> lacks "alt" attribute
line 157 column 163 - Warning: <img> lacks "alt" attribute
line 157 column 213 - Warning: <img> lacks "alt" attribute
line 157 column 257 - Warning: <img> lacks "alt" attribute
line 157 column 301 - Warning: <img> lacks "alt" attribute
line 157 column 345 - Warning: <img> lacks "alt" attribute
line 157 column 389 - Warning: <img> lacks "alt" attribute
line 158 column 15 - Warning: <img> lacks "alt" attribute
line 161 column 11 - Warning: <table> lacks "summary" attribute
line 165 column 73 - Warning: <table> lacks "summary" attribute
line 165 column 278 - Warning: <img> lacks "alt" attribute
line 165 column 312 - Warning: <table> lacks "summary" attribute
line 168 column 972 - Warning: <img> lacks "alt" attribute
line 168 column 1068 - Warning: <img> lacks "alt" attribute
line 169 column 1216 - Warning: <img> lacks "alt" attribute
line 169 column 1279 - Warning: <img> lacks "alt" attribute
line 170 column 17 - Warning: <table> lacks "summary" attribute
line 174 column 37 - Warning: <img> lacks "alt" attribute
line 177 column 33 - Warning: <table> lacks "summary" attribute
line 183 column 392 - Warning: <font> attribute "color" had invalid value "888888" and has been replaced
line 186 column 9 - Warning: <table> lacks "summary" attribute
line 190 column 23 - Warning: <img> lacks "alt" attribute
line 190 column 64 - Warning: <img> lacks "alt" attribute
line 190 column 113 - Warning: <img> lacks "alt" attribute
line 190 column 163 - Warning: <img> lacks "alt" attribute
line 191 column 11 - Warning: <img> lacks "alt" attribute
line 197 column 15 - Warning: <img> lacks "alt" attribute
line 200 column 11 - Warning: <table> lacks "summary" attribute
line 208 column 9 - Warning: <table> lacks "summary" attribute
line 212 column 22 - Warning: <img> lacks "alt" attribute
line 212 column 63 - Warning: <img> lacks "alt" attribute
line 212 column 112 - Warning: <img> lacks "alt" attribute
line 212 column 162 - Warning: <img> lacks "alt" attribute
line 213 column 11 - Warning: <img> lacks "alt" attribute
line 219 column 15 - Warning: <img> lacks "alt" attribute
line 222 column 11 - Warning: <table> lacks "summary" attribute
line 232 column 9 - Warning: <table> lacks "summary" attribute
line 235 column 11 - Warning: <img> lacks "alt" attribute
line 236 column 23 - Warning: <img> lacks "alt" attribute
line 236 column 64 - Warning: <img> lacks "alt" attribute
line 236 column 113 - Warning: <img> lacks "alt" attribute
line 236 column 163 - Warning: <img> lacks "alt" attribute
line 237 column 11 - Warning: <img> lacks "alt" attribute
line 243 column 15 - Warning: <img> lacks "alt" attribute
line 246 column 11 - Warning: <table> lacks "summary" attribute
line 250 column 73 - Warning: <table> proprietary attribute "height"
line 250 column 73 - Warning: <table> lacks "summary" attribute
line 250 column 192 - Warning: <table> lacks "summary" attribute
line 250 column 530 - Warning: <img> lacks "alt" attribute
line 254 column 9 - Warning: <table> lacks "summary" attribute
line 258 column 23 - Warning: <img> lacks "alt" attribute
line 258 column 64 - Warning: <img> lacks "alt" attribute
line 258 column 113 - Warning: <img> lacks "alt" attribute
line 258 column 163 - Warning: <img> lacks "alt" attribute
line 259 column 11 - Warning: <img> lacks "alt" attribute
line 265 column 15 - Warning: <img> lacks "alt" attribute
line 268 column 11 - Warning: <table> lacks "summary" attribute
line 277 column 9 - Warning: <table> lacks "summary" attribute
line 281 column 22 - Warning: <img> lacks "alt" attribute
line 281 column 63 - Warning: <img> lacks "alt" attribute
line 281 column 112 - Warning: <img> lacks "alt" attribute
line 281 column 162 - Warning: <img> lacks "alt" attribute
line 282 column 11 - Warning: <img> lacks "alt" attribute
line 288 column 15 - Warning: <img> lacks "alt" attribute
line 291 column 11 - Warning: <table> lacks "summary" attribute
line 297 column 157 - Warning: <img> proprietary attribute value "absmiddle"
line 297 column 157 - Warning: <img> lacks "alt" attribute
line 301 column 9 - Warning: <table> lacks "summary" attribute
line 305 column 23 - Warning: <img> lacks "alt" attribute
line 305 column 64 - Warning: <img> lacks "alt" attribute
line 305 column 113 - Warning: <img> lacks "alt" attribute
line 305 column 163 - Warning: <img> lacks "alt" attribute
line 306 column 11 - Warning: <img> lacks "alt" attribute
line 312 column 15 - Warning: <img> lacks "alt" attribute
line 315 column 11 - Warning: <table> lacks "summary" attribute
line 321 column 241 - Warning: <img> proprietary attribute value "absmiddle"
line 321 column 241 - Warning: <img> lacks "alt" attribute
line 184 column 17 - Warning: <table> lacks "summary" attribute
line 327 column 37 - Warning: <img> lacks "alt" attribute
line 330 column 33 - Warning: <table> lacks "summary" attribute
line 336 column 355 - Warning: <font> attribute "color" had invalid value "888888" and has been replaced
line 337 column 17 - Warning: <table> lacks "summary" attribute
line 344 column 21 - Warning: <img> lacks "alt" attribute
line 345 column 25 - Warning: <img> lacks "alt" attribute
line 345 column 71 - Warning: <img> lacks "alt" attribute
line 345 column 117 - Warning: <img> lacks "alt" attribute
line 345 column 163 - Warning: <img> lacks "alt" attribute
line 345 column 213 - Warning: <img> lacks "alt" attribute
line 345 column 257 - Warning: <img> lacks "alt" attribute
line 345 column 301 - Warning: <img> lacks "alt" attribute
line 345 column 345 - Warning: <img> lacks "alt" attribute
line 345 column 389 - Warning: <img> lacks "alt" attribute
line 346 column 15 - Warning: <img> lacks "alt" attribute
line 349 column 11 - Warning: <table> lacks "summary" attribute
line 353 column 73 - Warning: <table> lacks "summary" attribute
line 353 column 278 - Warning: <img> lacks "alt" attribute
line 353 column 312 - Warning: <table> lacks "summary" attribute
line 353 column 699 - Warning: <img> lacks "alt" attribute
line 353 column 795 - Warning: <img> lacks "alt" attribute
line 354 column 943 - Warning: <img> lacks "alt" attribute
line 354 column 1006 - Warning: <img> lacks "alt" attribute
line 355 column 17 - Warning: <table> lacks "summary" attribute
line 359 column 37 - Warning: <img> lacks "alt" attribute
line 362 column 33 - Warning: <table> lacks "summary" attribute
line 366 column 295 - Warning: <font> attribute "color" had invalid value "888888" and has been replaced
line 369 column 9 - Warning: <table> lacks "summary" attribute
line 373 column 22 - Warning: <img> lacks "alt" attribute
line 373 column 63 - Warning: <img> lacks "alt" attribute
line 373 column 112 - Warning: <img> lacks "alt" attribute
line 373 column 162 - Warning: <img> lacks "alt" attribute
line 374 column 11 - Warning: <img> lacks "alt" attribute
line 380 column 15 - Warning: <img> lacks "alt" attribute
line 383 column 11 - Warning: <table> lacks "summary" attribute
line 367 column 17 - Warning: <table> lacks "summary" attribute
line 393 column 37 - Warning: <img> lacks "alt" attribute
line 396 column 33 - Warning: <table> lacks "summary" attribute
line 400 column 369 - Warning: <img> proprietary attribute value "absmiddle"
line 400 column 369 - Warning: <img> lacks "alt" attribute
line 400 column 494 - Warning: <font> attribute "color" had invalid value "888888" and has been replaced
line 403 column 9 - Warning: <table> lacks "summary" attribute
line 407 column 22 - Warning: <img> lacks "alt" attribute
line 407 column 63 - Warning: <img> lacks "alt" attribute
line 407 column 112 - Warning: <img> lacks "alt" attribute
line 407 column 162 - Warning: <img> lacks "alt" attribute
line 408 column 11 - Warning: <img> lacks "alt" attribute
line 414 column 15 - Warning: <img> lacks "alt" attribute
line 417 column 11 - Warning: <table> lacks "summary" attribute
line 421 column 400 - Warning: <img> proprietary attribute value "absmiddle"
line 421 column 400 - Warning: <img> lacks "alt" attribute
line 401 column 17 - Warning: <table> lacks "summary" attribute
line 431 column 21 - Warning: <img> lacks "alt" attribute
line 432 column 25 - Warning: <img> lacks "alt" attribute
line 432 column 71 - Warning: <img> lacks "alt" attribute
line 432 column 117 - Warning: <img> lacks "alt" attribute
line 432 column 163 - Warning: <img> lacks "alt" attribute
line 432 column 213 - Warning: <img> lacks "alt" attribute
line 432 column 257 - Warning: <img> lacks "alt" attribute
line 432 column 301 - Warning: <img> lacks "alt" attribute
line 432 column 345 - Warning: <img> lacks "alt" attribute
line 432 column 389 - Warning: <img> lacks "alt" attribute
line 433 column 15 - Warning: <img> lacks "alt" attribute
line 436 column 11 - Warning: <table> lacks "summary" attribute
line 440 column 73 - Warning: <table> lacks "summary" attribute
line 440 column 278 - Warning: <img> lacks "alt" attribute
line 440 column 312 - Warning: <table> lacks "summary" attribute
line 483 column 1957 - Warning: <img> lacks "alt" attribute
line 483 column 2053 - Warning: <img> lacks "alt" attribute
line 484 column 2201 - Warning: <img> lacks "alt" attribute
line 484 column 2264 - Warning: <img> lacks "alt" attribute
line 487 column 9 - Warning: <table> lacks "summary" attribute
line 491 column 22 - Warning: <img> lacks "alt" attribute
line 491 column 63 - Warning: <img> lacks "alt" attribute
line 491 column 112 - Warning: <img> lacks "alt" attribute
line 491 column 162 - Warning: <img> lacks "alt" attribute
line 492 column 11 - Warning: <img> lacks "alt" attribute
line 498 column 15 - Warning: <img> lacks "alt" attribute
line 501 column 11 - Warning: <table> lacks "summary" attribute
line 485 column 17 - Warning: <table> lacks "summary" attribute
line 513 column 43 - Warning: <img> proprietary attribute value "absmiddle"
line 513 column 43 - Warning: <img> lacks "alt" attribute
line 513 column 86 - Warning: <img> proprietary attribute value "absmiddle"
line 513 column 86 - Warning: <img> lacks "alt" attribute
line 513 column 129 - Warning: <img> proprietary attribute value "absmiddle"
line 513 column 129 - Warning: <img> lacks "alt" attribute
line 513 column 172 - Warning: <img> proprietary attribute value "absmiddle"
line 513 column 172 - Warning: <img> lacks "alt" attribute
line 515 column 33 - Warning: <img> lacks "alt" attribute
line 520 column 37 - Warning: <img> lacks "alt" attribute
line 523 column 33 - Warning: <table> lacks "summary" attribute
line 527 column 949 - Warning: <table> lacks "summary" attribute
line 537 column 1557 - Warning: <img> lacks "alt" attribute
line 538 column 1687 - Warning: <img> lacks "alt" attribute
line 554 column 9 - Warning: <table> lacks "summary" attribute
line 557 column 11 - Warning: <img> lacks "alt" attribute
line 558 column 22 - Warning: <img> lacks "alt" attribute
line 558 column 63 - Warning: <img> lacks "alt" attribute
line 558 column 112 - Warning: <img> lacks "alt" attribute
line 558 column 162 - Warning: <img> lacks "alt" attribute
line 559 column 11 - Warning: <img> lacks "alt" attribute
line 565 column 15 - Warning: <img> lacks "alt" attribute
line 568 column 11 - Warning: <table> lacks "summary" attribute
line 572 column 1296 - Warning: <table> lacks "summary" attribute
line 572 column 1515 - Warning: <img> lacks "alt" attribute
line 572 column 1708 - Warning: <img> proprietary attribute value "absmiddle"
line 572 column 1708 - Warning: <img> lacks "alt" attribute
line 574 column 2018 - Warning: <img> lacks "alt" attribute
line 574 column 2204 - Warning: <img> lacks "alt" attribute
line 552 column 17 - Warning: <table> lacks "summary" attribute
line 580 column 43 - Warning: <img> proprietary attribute value "absmiddle"
line 580 column 43 - Warning: <img> lacks "alt" attribute
line 580 column 86 - Warning: <img> proprietary attribute value "absmiddle"
line 580 column 86 - Warning: <img> lacks "alt" attribute
line 580 column 129 - Warning: <img> proprietary attribute value "absmiddle"
line 580 column 129 - Warning: <img> lacks "alt" attribute
line 580 column 172 - Warning: <img> proprietary attribute value "absmiddle"
line 580 column 172 - Warning: <img> lacks "alt" attribute
line 582 column 33 - Warning: <img> lacks "alt" attribute
line 587 column 37 - Warning: <img> lacks "alt" attribute
line 590 column 33 - Warning: <table> lacks "summary" attribute
line 594 column 949 - Warning: <table> lacks "summary" attribute
line 596 column 1193 - Warning: <img> proprietary attribute value "absmiddle"
line 596 column 1193 - Warning: <img> lacks "alt" attribute
line 598 column 1450 - Warning: <img> lacks "alt" attribute
line 599 column 1580 - Warning: <img> lacks "alt" attribute
line 615 column 9 - Warning: <table> lacks "summary" attribute
line 618 column 11 - Warning: <img> lacks "alt" attribute
line 619 column 23 - Warning: <img> lacks "alt" attribute
line 619 column 64 - Warning: <img> lacks "alt" attribute
line 619 column 113 - Warning: <img> lacks "alt" attribute
line 619 column 163 - Warning: <img> lacks "alt" attribute
line 620 column 11 - Warning: <img> lacks "alt" attribute
line 626 column 15 - Warning: <img> lacks "alt" attribute
line 629 column 11 - Warning: <table> lacks "summary" attribute
line 633 column 73 - Warning: <table> proprietary attribute "height"
line 633 column 73 - Warning: <table> lacks "summary" attribute
line 633 column 203 - Warning: <table> lacks "summary" attribute
line 637 column 573 - Warning: <img> lacks "alt" attribute
line 613 column 17 - Warning: <table> lacks "summary" attribute
line 643 column 17 - Warning: <table> lacks "summary" attribute
line 645 column 17 - Warning: <table> lacks "summary" attribute
line 646 column 43 - Warning: <img> proprietary attribute value "absmiddle"
line 646 column 140 - Warning: <img> proprietary attribute value "absmiddle"
line 646 column 243 - Warning: <img> proprietary attribute value "absmiddle"
line 651 column 1 - Warning: <img> lacks "alt" attribute
line 652 column 1 - Warning: <img> lacks "alt" attribute
line 653 column 1 - Warning: <img> lacks "alt" attribute
line 660 column 9 - Warning: <table> lacks "summary" attribute
line 662 column 25 - Warning: <img> lacks "alt" attribute
line 692 column 17 - Warning: <table> lacks "summary" attribute
line 613 column 17 - Warning: trimming empty <tr>
line 613 column 17 - Warning: trimming empty <table>
line 152 column 19 - Warning: <a> cannot copy name attribute to id
line 172 column 33 - Warning: <a> cannot copy name attribute to id
line 188 column 11 - Warning: <a> cannot copy name attribute to id
line 210 column 11 - Warning: <a> cannot copy name attribute to id
line 234 column 11 - Warning: <a> cannot copy name attribute to id
line 256 column 11 - Warning: <a> cannot copy name attribute to id
line 279 column 11 - Warning: <a> cannot copy name attribute to id
line 303 column 11 - Warning: <a> cannot copy name attribute to id
line 325 column 33 - Warning: <a> cannot copy name attribute to id
line 340 column 19 - Warning: <a> cannot copy name attribute to id
line 357 column 33 - Warning: <a> cannot copy name attribute to id
line 371 column 11 - Warning: <a> cannot copy name attribute to id
line 391 column 33 - Warning: <a> cannot copy name attribute to id
line 405 column 11 - Warning: <a> cannot copy name attribute to id
line 427 column 19 - Warning: <a> cannot copy name attribute to id
line 489 column 11 - Warning: <a> cannot copy name attribute to id
line 511 column 42 - Warning: <a> cannot copy name attribute to id
line 556 column 11 - Warning: <a> cannot copy name attribute to id
line 578 column 42 - Warning: <a> cannot copy name attribute to id
line 617 column 11 - Warning: <a> cannot copy name attribute to id
Info: Document content looks like HTML Proprietary
Info: No system identifier in emitted doctype
467 warnings, 0 errors were found!


The table summary attribute should be used to describe
the table structure. It is very helpful for people using
non-visual browsers. The scope and headers attributes for
table cells are useful for specifying which headers apply
to each table cell, enabling non-visual browsers to provide
a meaningful context for each cell.

The alt attribute should be used to give a short description
of an image; longer descriptions should be given with the
longdesc attribute which takes a URL linked to the description.
These measures are needed for people using non-graphical browsers.

For further advice on how to make your pages accessible
see http://www.w3.org/WAI/GL.
. You may also want to try
"http://www.cast.org/bobby/" which is a free Web-based
service for checking URLs for accessibility.

You are recommended to use CSS to specify the font and
properties such as its size and color. This will reduce
the size of HTML files and make them easier to maintain
compared with using <FONT> elements.

You are recommended to use CSS to control line wrapping.
Use "white-space: nowrap" to inhibit wrapping in place
of inserting <NOBR>...</NOBR> into the markup.

To learn more about HTML Tidy see http://tidy.sourceforge.net
Please fill bug reports and queries using the "tracker" on the Tidy web site.
Additionally, questions can be sent to html-tidy@w3.org
HTML and CSS specifications are available from http://www.w3.org/
Lobby your company to join W3C, see http://www.w3.org/Consortium