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: 57963703
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - JCS - Stats - Latest Posts - Color Chart - Smilies
10-18-14 01:51:24 PM
fortyfive-antelope

Jul - Posts by dirbaio
Pages: 1 2 3 4 5 6 7 8 9 10 ... 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 1068/-1288
EXP: NaN
For next: 0

Since: 07-28-09
From: Spain

Since last post: 1207 days
Last activity: 858 days

Posted on 01-15-11 03:52:42 PM, in Editor Development thread Link
r137 is out now.
It basically improves hugely the performance of the BG importing.

I feel like I was a n00b when I coded that... Why was I iterating over a 64x64 array 64x64 times?? Now it's much faster. Now it's possible to import complex images, like real photographs, in a much shorter time...

On the subject of quality: it's just impossible to import the BGs with perfect quality. Each BG can have max. 320 tiles.
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 1069/-1288
EXP: NaN
For next: 0

Since: 07-28-09
From: Spain

Since last post: 1207 days
Last activity: 858 days

Posted on 01-15-11 04:17:50 PM, in Raining Level + Go behind Tiles Link
I found out WHY you're getting the BG bugs.
The peach castle top BG has animated stuff. Look at Peach's castle flag. Those animated tiles are "overwriting" parts of the BG.

Solution: Just use another BG id.

Also, I have something interesting to research, that could help you.
byte 11 of block 5 controls the BG horizontal scrolling. (And byte 13 controls the vertical one, I think in the same format)
Also, bytes 11 and 13 of blocks 3 or 4 (i dont remember which one) control the scroll of the bottom bg layer.

I still dont understand what it does exactly, but i'm telling you because maybe there's a way to make the background not scroll at all, so you'd end up with a "static" rainbow BG. Maybe you want to investigate it further

These are the values i've tried so far:

0x0: Scroll exactly same as level. Used in w2-3 (sewer level) for example
0x1: Scroll slower than level. Used in most levels.
0x2: Scroll slower than level, maybe slower than 0x1?
0x4: Scroll faster than level
0x8: scroll slower than level, again?
0x10: scrool same as level
0x30: Scroll same as level.
0xFF: Makes the BG scroll HYPER CRAZY FAST!

Also, the sewer level 2-3 is weird: It uses 0x0 for byte 11 and 0x30 for byte 13. I dunno what's the difference, but there MUST be a difference?
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 1070/-1288
EXP: NaN
For next: 0

Since: 07-28-09
From: Spain

Since last post: 1207 days
Last activity: 858 days

Posted on 01-15-11 04:28:37 PM, in Raining Level + Go behind Tiles Link
I dunno

If you find out what is the exact function of those bytes, tell me and i'll make the editor capable of editing them.
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 1071/-1288
EXP: NaN
For next: 0

Since: 07-28-09
From: Spain

Since last post: 1207 days
Last activity: 858 days

Posted on 01-16-11 07:16:06 AM, in NSMB Editor 5 Downloads Link
You have to run this instead:

mono "/Users/macbookair/Downloads/NSMBe4/NSMBe4_Mono.exe"
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 1072/-1288
EXP: NaN
For next: 0

Since: 07-28-09
From: Spain

Since last post: 1207 days
Last activity: 858 days

Posted on 01-16-11 07:18:00 AM, in Editor Development thread Link
Well, it's not easy
because they are not "files" but "BG id's".

There's a table that maps BG id's to File ID's. But those unused bg's are not linked to any file. So it'd be necessary to add files, and modify that table.

The latter is easy, but the first one... I have no idea how to do it without screwing up all the file tables
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 1073/-1288
EXP: NaN
For next: 0

Since: 07-28-09
From: Spain

Since last post: 1207 days
Last activity: 858 days

Posted on 01-16-11 07:19:43 AM, in Help/Questions thread. ASK QUESTIONS HERE! Link
Originally posted by NsmB_PrO
OK, I have figured out the following:
When I edit textures in my (e) ROM, close the ROM and open it again, this window appears:

Sorry Window is German




LOL.
Could you click the "details" button and copy-paste the error message?
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 1074/-1288
EXP: NaN
For next: 0

Since: 07-28-09
From: Spain

Since last post: 1207 days
Last activity: 858 days

Posted on 01-16-11 07:20:52 AM, in Raining Level + Go behind Tiles Link
- What other BG id?
- Could you post the PNG that you're importing so that I can check?
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 1075/-1288
EXP: NaN
For next: 0

Since: 07-28-09
From: Spain

Since last post: 1207 days
Last activity: 858 days

Posted on 01-16-11 07:59:02 AM, in Raining Level + Go behind Tiles Link
Oh, well...
Thats more strange, yeah. I'll try to fix it this afternoon.
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 1076/-1288
EXP: NaN
For next: 0

Since: 07-28-09
From: Spain

Since last post: 1207 days
Last activity: 858 days

Posted on 01-16-11 08:06:04 AM, in Help/Questions thread. ASK QUESTIONS HERE! Link
Oh...
You're using the "load ROM" button?

It's terribly bugged. Never ever use it.
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 1077/-1288
EXP: NaN
For next: 0

Since: 07-28-09
From: Spain

Since last post: 1207 days
Last activity: 858 days

Posted on 01-16-11 12:06:50 PM, in Worldmap HEX editing (last edited by dirbaio at 01-16-11 12:08 PM) Link
the .nsbmd files are just 3D models: Nitro System Binary MoDel
You can find a doc here: kiwi.ds.googlepages.com/nsbmd.html

The strings you're seeing are references to animations, textures and other models.

But that's not the only thing. There are some tables on arm9.bin and overlay 0 that have the true path list.
Editing a nsbmd file by hand is a crazy idea.. It'd be better to make an importer.

EDIT: There's also the nsbca files: NitroSystem Binary Character Animation (?). They store the animations Mario make from a node to another. But the true path data is somewhere else.
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 1078/-1288
EXP: NaN
For next: 0

Since: 07-28-09
From: Spain

Since last post: 1207 days
Last activity: 858 days

Posted on 01-16-11 12:38:12 PM, in Worldmap HEX editing Link
Treeki knows...
I'll ask him and post it here.
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 1079/-1288
EXP: NaN
For next: 0

Since: 07-28-09
From: Spain

Since last post: 1207 days
Last activity: 858 days

Posted on 01-16-11 01:14:09 PM, in Treeki, would you like to become activer in NSMB-HACKING again? Link
NOT AGAIN!!!
Please.
(post in restricted forum)
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 1081/-1288
EXP: NaN
For next: 0

Since: 07-28-09
From: Spain

Since last post: 1207 days
Last activity: 858 days

Posted on 01-16-11 02:07:25 PM, in Raining Level + Go behind Tiles Link
Yeah, those new bugs were because of the editor. r139 solves them.
Keep in mind that it's impossible to get it imported perfectly. Each BG is restricted to max 320 tiles and the rainbow BG has more than 320, so it must be reduced.

Also, blurring the rainbow makes it look better:
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 1082/-1288
EXP: NaN
For next: 0

Since: 07-28-09
From: Spain

Since last post: 1207 days
Last activity: 858 days

Posted on 01-16-11 02:10:18 PM, in Raining Level + Go behind Tiles Link
Also,if you make the bg ONLY the rainbow, it will also look better.
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 1083/-1288
EXP: NaN
For next: 0

Since: 07-28-09
From: Spain

Since last post: 1207 days
Last activity: 858 days

Posted on 01-16-11 02:13:00 PM, in Raining Level + Go behind Tiles Link
The more things you want to put in a BG, the more bugs you'll have
because you're trying to fit more stuff in the same number of tiles. Keep that in mind.
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 1084/-1288
EXP: NaN
For next: 0

Since: 07-28-09
From: Spain

Since last post: 1207 days
Last activity: 858 days

Posted on 01-17-11 12:09:45 PM, in Help/Questions thread. ASK QUESTIONS HERE! Link
You edited textures and the rom locked itself?...
2D or 3D textures?
(post in restricted forum)
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 1086/-1288
EXP: NaN
For next: 0

Since: 07-28-09
From: Spain

Since last post: 1207 days
Last activity: 858 days

Posted on 01-17-11 12:43:16 PM, in Help/Questions thread. ASK QUESTIONS HERE! Link
Okay. I'll see if I can reproduce it and i'll fix it.
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 1087/-1288
EXP: NaN
For next: 0

Since: 07-28-09
From: Spain

Since last post: 1207 days
Last activity: 858 days

Posted on 01-18-11 08:30:08 PM, in Help/Questions thread. ASK QUESTIONS HERE! Link
Originally posted by luckwii

I worked more on the castle level today and found a couple interesting things about editing the sprites. So, so far the sound set has had no bearing on my problem. At one point I created the sprites 280,41,58,39 in a certain order where the latter sprites programed themselves. I should have saved at that point, but I was trying to make another change. So in some way these "program" themselves like the 197/107 sprites do when you create them in order.



You mean... The order you create the sprites matters??
That's Interesting...
Could you explain it better?
Pages: 1 2 3 4 5 6 7 8 9 10 ... 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
Jul - Posts by dirbaio






Rusted Logic

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

27 database queries, 30 query cache hits.
Query execution time:  0.374238 seconds
Script execution time:  0.079879 seconds
Total render time:  0.454117 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 141 column 134 - Warning: missing </font> before </table>
line 143 column 35 - Warning: missing <tr>
line 143 column 95 - Warning: unescaped & or unknown entity "&page"
line 143 column 128 - Warning: unescaped & or unknown entity "&page"
line 143 column 161 - Warning: unescaped & or unknown entity "&page"
line 143 column 194 - Warning: unescaped & or unknown entity "&page"
line 143 column 227 - Warning: unescaped & or unknown entity "&page"
line 143 column 260 - Warning: unescaped & or unknown entity "&page"
line 143 column 293 - Warning: unescaped & or unknown entity "&page"
line 143 column 326 - Warning: unescaped & or unknown entity "&page"
line 143 column 359 - Warning: unescaped & or unknown entity "&page"
line 143 column 392 - Warning: unescaped & or unknown entity "&page"
line 143 column 430 - Warning: unescaped & or unknown entity "&page"
line 143 column 465 - Warning: unescaped & or unknown entity "&page"
line 143 column 500 - Warning: unescaped & or unknown entity "&page"
line 143 column 535 - Warning: unescaped & or unknown entity "&page"
line 143 column 573 - Warning: unescaped & or unknown entity "&page"
line 143 column 608 - Warning: unescaped & or unknown entity "&page"
line 143 column 643 - Warning: unescaped & or unknown entity "&page"
line 143 column 678 - Warning: unescaped & or unknown entity "&page"
line 143 column 713 - Warning: unescaped & or unknown entity "&page"
line 143 column 748 - Warning: unescaped & or unknown entity "&page"
line 143 column 783 - Warning: unescaped & or unknown entity "&page"
line 143 column 818 - Warning: unescaped & or unknown entity "&page"
line 143 column 853 - Warning: unescaped & or unknown entity "&page"
line 143 column 888 - Warning: unescaped & or unknown entity "&page"
line 143 column 50 - Warning: missing </font> before </td>
line 143 column 925 - Warning: missing </font> before </table>
line 150 column 9 - Warning: <div> isn't allowed in <tr> elements
line 149 column 9 - Info: <tr> previously mentioned
line 152 column 9 - Warning: missing <tr>
line 166 column 13 - Warning: missing <tr>
line 167 column 27 - Warning: <nobr> is not approved by W3C
line 176 column 15 - Warning: missing <td>
line 177 column 9 - Warning: <div> isn't allowed in <tr> elements
line 176 column 15 - Info: <tr> previously mentioned
line 179 column 9 - Warning: missing <tr>
line 193 column 13 - Warning: missing <tr>
line 194 column 27 - Warning: <nobr> is not approved by W3C
line 220 column 15 - Warning: missing <td>
line 221 column 9 - Warning: <div> isn't allowed in <tr> elements
line 220 column 15 - Info: <tr> previously mentioned
line 223 column 9 - Warning: missing <tr>
line 237 column 13 - Warning: missing <tr>
line 238 column 27 - Warning: <nobr> is not approved by W3C
line 245 column 15 - Warning: missing <td>
line 246 column 9 - Warning: <div> isn't allowed in <tr> elements
line 245 column 15 - Info: <tr> previously mentioned
line 248 column 9 - Warning: missing <tr>
line 262 column 13 - Warning: missing <tr>
line 263 column 27 - Warning: <nobr> is not approved by W3C
line 269 column 15 - Warning: missing <td>
line 270 column 9 - Warning: <div> isn't allowed in <tr> elements
line 269 column 15 - Info: <tr> previously mentioned
line 272 column 9 - Warning: missing <tr>
line 286 column 13 - Warning: missing <tr>
line 287 column 27 - Warning: <nobr> is not approved by W3C
line 296 column 15 - Warning: missing <td>
line 297 column 9 - Warning: <div> isn't allowed in <tr> elements
line 296 column 15 - Info: <tr> previously mentioned
line 299 column 9 - Warning: missing <tr>
line 313 column 13 - Warning: missing <tr>
line 314 column 27 - Warning: <nobr> is not approved by W3C
line 326 column 15 - Warning: missing <td>
line 327 column 9 - Warning: <div> isn't allowed in <tr> elements
line 326 column 15 - Info: <tr> previously mentioned
line 329 column 9 - Warning: missing <tr>
line 343 column 13 - Warning: missing <tr>
line 344 column 27 - Warning: <nobr> is not approved by W3C
line 349 column 15 - Warning: missing <td>
line 350 column 9 - Warning: <div> isn't allowed in <tr> elements
line 349 column 15 - Info: <tr> previously mentioned
line 352 column 9 - Warning: missing <tr>
line 366 column 13 - Warning: missing <tr>
line 367 column 27 - Warning: <nobr> is not approved by W3C
line 372 column 15 - Warning: missing <td>
line 373 column 9 - Warning: <div> isn't allowed in <tr> elements
line 372 column 15 - Info: <tr> previously mentioned
line 375 column 9 - Warning: missing <tr>
line 389 column 13 - Warning: missing <tr>
line 390 column 27 - Warning: <nobr> is not approved by W3C
line 397 column 15 - Warning: missing <td>
line 398 column 9 - Warning: <div> isn't allowed in <tr> elements
line 397 column 15 - Info: <tr> previously mentioned
line 400 column 9 - Warning: missing <tr>
line 414 column 13 - Warning: missing <tr>
line 415 column 27 - Warning: <nobr> is not approved by W3C
line 427 column 15 - Warning: missing <td>
line 428 column 9 - Warning: <div> isn't allowed in <tr> elements
line 427 column 15 - Info: <tr> previously mentioned
line 430 column 9 - Warning: missing <tr>
line 444 column 13 - Warning: missing <tr>
line 445 column 27 - Warning: <nobr> is not approved by W3C
line 450 column 15 - Warning: missing <td>
line 451 column 9 - Warning: <div> isn't allowed in <tr> elements
line 450 column 15 - Info: <tr> previously mentioned
line 453 column 9 - Warning: missing <tr>
line 467 column 13 - Warning: missing <tr>
line 468 column 27 - Warning: <nobr> is not approved by W3C
line 473 column 15 - Warning: missing <td>
line 473 column 19 - Warning: discarding unexpected <table>
line 474 column 41 - Warning: missing <td>
line 477 column 41 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 477 column 41 - Warning: inserting implicit <table>
line 478 column 9 - Warning: <div> isn't allowed in <tr> elements
line 477 column 41 - Info: <tr> previously mentioned
line 480 column 9 - Warning: missing <tr>
line 494 column 13 - Warning: missing <tr>
line 495 column 27 - Warning: <nobr> is not approved by W3C
line 503 column 15 - Warning: missing <td>
line 504 column 9 - Warning: <div> isn't allowed in <tr> elements
line 503 column 15 - Info: <tr> previously mentioned
line 506 column 9 - Warning: missing <tr>
line 520 column 13 - Warning: missing <tr>
line 521 column 27 - Warning: <nobr> is not approved by W3C
line 526 column 15 - Warning: missing <td>
line 527 column 9 - Warning: <div> isn't allowed in <tr> elements
line 526 column 15 - Info: <tr> previously mentioned
line 529 column 9 - Warning: missing <tr>
line 543 column 13 - Warning: missing <tr>
line 544 column 27 - Warning: <nobr> is not approved by W3C
line 549 column 15 - Warning: missing <td>
line 550 column 9 - Warning: <div> isn't allowed in <tr> elements
line 549 column 15 - Info: <tr> previously mentioned
line 552 column 9 - Warning: missing <tr>
line 566 column 13 - Warning: missing <tr>
line 567 column 27 - Warning: <nobr> is not approved by W3C
line 572 column 15 - Warning: missing <td>
line 572 column 19 - Warning: discarding unexpected <table>
line 573 column 41 - Warning: missing <td>
line 576 column 41 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 576 column 41 - Warning: inserting implicit <table>
line 577 column 9 - Warning: <div> isn't allowed in <tr> elements
line 576 column 41 - Info: <tr> previously mentioned
line 579 column 9 - Warning: missing <tr>
line 593 column 13 - Warning: missing <tr>
line 594 column 27 - Warning: <nobr> is not approved by W3C
line 598 column 15 - Warning: missing <td>
line 599 column 9 - Warning: <div> isn't allowed in <tr> elements
line 598 column 15 - Info: <tr> previously mentioned
line 601 column 9 - Warning: missing <tr>
line 615 column 13 - Warning: missing <tr>
line 616 column 27 - Warning: <nobr> is not approved by W3C
line 627 column 17 - Warning: discarding unexpected <table>
line 630 column 35 - Warning: missing <tr>
line 630 column 95 - Warning: unescaped & or unknown entity "&page"
line 630 column 128 - Warning: unescaped & or unknown entity "&page"
line 630 column 161 - Warning: unescaped & or unknown entity "&page"
line 630 column 194 - Warning: unescaped & or unknown entity "&page"
line 630 column 227 - Warning: unescaped & or unknown entity "&page"
line 630 column 260 - Warning: unescaped & or unknown entity "&page"
line 630 column 293 - Warning: unescaped & or unknown entity "&page"
line 630 column 326 - Warning: unescaped & or unknown entity "&page"
line 630 column 359 - Warning: unescaped & or unknown entity "&page"
line 630 column 392 - Warning: unescaped & or unknown entity "&page"
line 630 column 430 - Warning: unescaped & or unknown entity "&page"
line 630 column 465 - Warning: unescaped & or unknown entity "&page"
line 630 column 500 - Warning: unescaped & or unknown entity "&page"
line 630 column 535 - Warning: unescaped & or unknown entity "&page"
line 630 column 573 - Warning: unescaped & or unknown entity "&page"
line 630 column 608 - Warning: unescaped & or unknown entity "&page"
line 630 column 643 - Warning: unescaped & or unknown entity "&page"
line 630 column 678 - Warning: unescaped & or unknown entity "&page"
line 630 column 713 - Warning: unescaped & or unknown entity "&page"
line 630 column 748 - Warning: unescaped & or unknown entity "&page"
line 630 column 783 - Warning: unescaped & or unknown entity "&page"
line 630 column 818 - Warning: unescaped & or unknown entity "&page"
line 630 column 853 - Warning: unescaped & or unknown entity "&page"
line 630 column 888 - Warning: unescaped & or unknown entity "&page"
line 630 column 50 - Warning: missing </font> before </td>
line 630 column 925 - Warning: missing </font> before </table>
line 632 column 35 - Warning: missing <tr>
line 632 column 50 - Warning: missing </font> before </td>
line 632 column 134 - Warning: missing </font> before </table>
line 634 column 17 - Warning: discarding unexpected </textarea>
line 634 column 28 - Warning: discarding unexpected </form>
line 634 column 35 - Warning: discarding unexpected </embed>
line 634 column 43 - Warning: discarding unexpected </noembed>
line 634 column 53 - Warning: discarding unexpected </noscript>
line 634 column 64 - Warning: discarding unexpected </noembed>
line 634 column 74 - Warning: discarding unexpected </embed>
line 634 column 82 - Warning: discarding unexpected </table>
line 634 column 90 - Warning: discarding unexpected </table>
line 643 column 9 - Warning: missing </font> before <table>
line 659 column 9 - Warning: inserting implicit <font>
line 671 column 23 - Warning: inserting implicit <font>
line 678 column 58 - Warning: discarding unexpected </font>
line 636 column 1 - Warning: missing </center>
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 143 column 17 - Warning: <table> lacks "summary" attribute
line 151 column 9 - Warning: <table> lacks "summary" attribute
line 155 column 23 - Warning: <img> lacks "alt" attribute
line 155 column 64 - Warning: <img> lacks "alt" attribute
line 155 column 113 - Warning: <img> lacks "alt" attribute
line 162 column 15 - Warning: <img> lacks "alt" attribute
line 165 column 11 - Warning: <table> lacks "summary" attribute
line 178 column 9 - Warning: <table> lacks "summary" attribute
line 182 column 23 - Warning: <img> lacks "alt" attribute
line 182 column 64 - Warning: <img> lacks "alt" attribute
line 182 column 113 - Warning: <img> lacks "alt" attribute
line 189 column 15 - Warning: <img> lacks "alt" attribute
line 192 column 11 - Warning: <table> lacks "summary" attribute
line 205 column 836 - Warning: <img> proprietary attribute value "absmiddle"
line 205 column 836 - Warning: <img> lacks "alt" attribute
line 222 column 9 - Warning: <table> lacks "summary" attribute
line 226 column 23 - Warning: <img> lacks "alt" attribute
line 226 column 64 - Warning: <img> lacks "alt" attribute
line 226 column 113 - Warning: <img> lacks "alt" attribute
line 233 column 15 - Warning: <img> lacks "alt" attribute
line 236 column 11 - Warning: <table> lacks "summary" attribute
line 240 column 82 - Warning: <img> proprietary attribute value "absmiddle"
line 240 column 82 - Warning: <img> lacks "alt" attribute
line 242 column 258 - Warning: <img> proprietary attribute value "absmiddle"
line 242 column 258 - Warning: <img> lacks "alt" attribute
line 247 column 9 - Warning: <table> lacks "summary" attribute
line 251 column 23 - Warning: <img> lacks "alt" attribute
line 251 column 64 - Warning: <img> lacks "alt" attribute
line 251 column 113 - Warning: <img> lacks "alt" attribute
line 258 column 15 - Warning: <img> lacks "alt" attribute
line 261 column 11 - Warning: <table> lacks "summary" attribute
line 271 column 9 - Warning: <table> lacks "summary" attribute
line 275 column 23 - Warning: <img> lacks "alt" attribute
line 275 column 64 - Warning: <img> lacks "alt" attribute
line 275 column 113 - Warning: <img> lacks "alt" attribute
line 282 column 15 - Warning: <img> lacks "alt" attribute
line 285 column 11 - Warning: <table> lacks "summary" attribute
line 294 column 420 - Warning: <img> proprietary attribute value "absmiddle"
line 294 column 420 - Warning: <img> lacks "alt" attribute
line 298 column 9 - Warning: <table> lacks "summary" attribute
line 302 column 23 - Warning: <img> lacks "alt" attribute
line 302 column 64 - Warning: <img> lacks "alt" attribute
line 302 column 113 - Warning: <img> lacks "alt" attribute
line 309 column 15 - Warning: <img> lacks "alt" attribute
line 312 column 11 - Warning: <table> lacks "summary" attribute
line 318 column 351 - Warning: <img> lacks "alt" attribute
line 319 column 442 - Warning: <img> proprietary attribute value "absmiddle"
line 319 column 442 - Warning: <img> lacks "alt" attribute
line 328 column 9 - Warning: <table> lacks "summary" attribute
line 332 column 23 - Warning: <img> lacks "alt" attribute
line 332 column 64 - Warning: <img> lacks "alt" attribute
line 332 column 113 - Warning: <img> lacks "alt" attribute
line 339 column 15 - Warning: <img> lacks "alt" attribute
line 342 column 11 - Warning: <table> lacks "summary" attribute
line 351 column 9 - Warning: <table> lacks "summary" attribute
line 355 column 23 - Warning: <img> lacks "alt" attribute
line 355 column 64 - Warning: <img> lacks "alt" attribute
line 355 column 113 - Warning: <img> lacks "alt" attribute
line 362 column 15 - Warning: <img> lacks "alt" attribute
line 365 column 11 - Warning: <table> lacks "summary" attribute
line 374 column 9 - Warning: <table> lacks "summary" attribute
line 378 column 23 - Warning: <img> lacks "alt" attribute
line 378 column 64 - Warning: <img> lacks "alt" attribute
line 378 column 113 - Warning: <img> lacks "alt" attribute
line 385 column 15 - Warning: <img> lacks "alt" attribute
line 388 column 11 - Warning: <table> lacks "summary" attribute
line 399 column 9 - Warning: <table> lacks "summary" attribute
line 403 column 23 - Warning: <img> lacks "alt" attribute
line 403 column 64 - Warning: <img> lacks "alt" attribute
line 403 column 113 - Warning: <img> lacks "alt" attribute
line 410 column 15 - Warning: <img> lacks "alt" attribute
line 413 column 11 - Warning: <table> lacks "summary" attribute
line 429 column 9 - Warning: <table> lacks "summary" attribute
line 433 column 23 - Warning: <img> lacks "alt" attribute
line 433 column 64 - Warning: <img> lacks "alt" attribute
line 433 column 113 - Warning: <img> lacks "alt" attribute
line 440 column 15 - Warning: <img> lacks "alt" attribute
line 443 column 11 - Warning: <table> lacks "summary" attribute
line 452 column 9 - Warning: <table> lacks "summary" attribute
line 456 column 23 - Warning: <img> lacks "alt" attribute
line 456 column 64 - Warning: <img> lacks "alt" attribute
line 456 column 113 - Warning: <img> lacks "alt" attribute
line 463 column 15 - Warning: <img> lacks "alt" attribute
line 466 column 11 - Warning: <table> lacks "summary" attribute
line 146 column 17 - Warning: <table> lacks "summary" attribute
line 479 column 9 - Warning: <table> lacks "summary" attribute
line 483 column 23 - Warning: <img> lacks "alt" attribute
line 483 column 64 - Warning: <img> lacks "alt" attribute
line 483 column 113 - Warning: <img> lacks "alt" attribute
line 490 column 15 - Warning: <img> lacks "alt" attribute
line 493 column 11 - Warning: <table> lacks "summary" attribute
line 501 column 367 - Warning: <img> lacks "alt" attribute
line 505 column 9 - Warning: <table> lacks "summary" attribute
line 509 column 23 - Warning: <img> lacks "alt" attribute
line 509 column 64 - Warning: <img> lacks "alt" attribute
line 509 column 113 - Warning: <img> lacks "alt" attribute
line 516 column 15 - Warning: <img> lacks "alt" attribute
line 519 column 11 - Warning: <table> lacks "summary" attribute
line 528 column 9 - Warning: <table> lacks "summary" attribute
line 532 column 23 - Warning: <img> lacks "alt" attribute
line 532 column 64 - Warning: <img> lacks "alt" attribute
line 532 column 113 - Warning: <img> lacks "alt" attribute
line 539 column 15 - Warning: <img> lacks "alt" attribute
line 542 column 11 - Warning: <table> lacks "summary" attribute
line 551 column 9 - Warning: <table> lacks "summary" attribute
line 555 column 23 - Warning: <img> lacks "alt" attribute
line 555 column 64 - Warning: <img> lacks "alt" attribute
line 555 column 113 - Warning: <img> lacks "alt" attribute
line 562 column 15 - Warning: <img> lacks "alt" attribute
line 565 column 11 - Warning: <table> lacks "summary" attribute
line 477 column 41 - Warning: <table> lacks "summary" attribute
line 578 column 9 - Warning: <table> lacks "summary" attribute
line 582 column 23 - Warning: <img> lacks "alt" attribute
line 582 column 64 - Warning: <img> lacks "alt" attribute
line 582 column 113 - Warning: <img> lacks "alt" attribute
line 589 column 15 - Warning: <img> lacks "alt" attribute
line 592 column 11 - Warning: <table> lacks "summary" attribute
line 600 column 9 - Warning: <table> lacks "summary" attribute
line 604 column 23 - Warning: <img> lacks "alt" attribute
line 604 column 64 - Warning: <img> lacks "alt" attribute
line 604 column 113 - Warning: <img> lacks "alt" attribute
line 611 column 15 - Warning: <img> lacks "alt" attribute
line 614 column 11 - Warning: <table> lacks "summary" attribute
line 576 column 41 - Warning: <table> lacks "summary" attribute
line 630 column 17 - Warning: <table> lacks "summary" attribute
line 632 column 17 - Warning: <table> lacks "summary" attribute
line 638 column 1 - Warning: <img> lacks "alt" attribute
line 639 column 1 - Warning: <img> lacks "alt" attribute
line 640 column 1 - Warning: <img> lacks "alt" attribute
line 647 column 9 - Warning: <table> lacks "summary" attribute
line 649 column 25 - Warning: <img> lacks "alt" attribute
line 679 column 17 - Warning: <table> lacks "summary" attribute
line 141 column 134 - Warning: trimming empty <font>
line 143 column 925 - Warning: trimming empty <font>
line 598 column 15 - Warning: trimming empty <tr>
line 630 column 925 - Warning: trimming empty <font>
line 632 column 134 - Warning: trimming empty <font>
line 153 column 11 - Warning: <a> cannot copy name attribute to id
line 180 column 11 - Warning: <a> cannot copy name attribute to id
line 224 column 11 - Warning: <a> cannot copy name attribute to id
line 249 column 11 - Warning: <a> cannot copy name attribute to id
line 273 column 11 - Warning: <a> cannot copy name attribute to id
line 300 column 11 - Warning: <a> cannot copy name attribute to id
line 330 column 11 - Warning: <a> cannot copy name attribute to id
line 353 column 11 - Warning: <a> cannot copy name attribute to id
line 376 column 11 - Warning: <a> cannot copy name attribute to id
line 401 column 11 - Warning: <a> cannot copy name attribute to id
line 431 column 11 - Warning: <a> cannot copy name attribute to id
line 454 column 11 - Warning: <a> cannot copy name attribute to id
line 481 column 11 - Warning: <a> cannot copy name attribute to id
line 507 column 11 - Warning: <a> cannot copy name attribute to id
line 530 column 11 - Warning: <a> cannot copy name attribute to id
line 553 column 11 - Warning: <a> cannot copy name attribute to id
line 580 column 11 - Warning: <a> cannot copy name attribute to id
line 602 column 11 - Warning: <a> cannot copy name attribute to id
Info: Document content looks like HTML Proprietary
Info: No system identifier in emitted doctype
346 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