Register - Login
Views: 99397086
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 01:35:45 PM
Jul - Posts by Dwedit
Pages: 1 2 3 4
Dwedit
Member
Level: 19


Posts: 21/61
EXP: 34938
For next: 839

Since: 08-03-07


Since last post: 102 days
Last activity: 69 days

Posted on 07-25-08 06:08:12 AM, in Repairing a corrupt FF4DS save? Link
Used the M3's soft reset feature, and the ROM and Savegame both had parts overwritten with junk. First 0x1400 bytes of the savegame got killed. I had another save slot from 4 hours before it though.
Obviously, you can't just make a new savegame and copy everything past the 0x1400 byte mark, it doesn't work that way thanks to checksums.

____________________
Dwedit
Member
Level: 19


Posts: 22/61
EXP: 34938
For next: 839

Since: 08-03-07


Since last post: 102 days
Last activity: 69 days

Posted on 08-12-08 06:54:17 AM, in I made an NSF file: aurora.nsf Link
Download

Made by me. Based on the famous "Hymn To Aurora", composed by the demo group Sync.
It's more of a port than a remake.
Gratuitous abuse of the DMC channel abounds.

It's about 4:14 long before it loops.

____________________
Dwedit
Member
Level: 19


Posts: 23/61
EXP: 34938
For next: 839

Since: 08-03-07


Since last post: 102 days
Last activity: 69 days

Posted on 10-03-08 07:23:00 AM, in VLC media player version 0.9.2 released. Link
What a downer, they are using some shitty non-native file open dialog that doesn't let you enter a path and press enter.

____________________
Dwedit
Member
Level: 19


Posts: 24/61
EXP: 34938
For next: 839

Since: 08-03-07


Since last post: 102 days
Last activity: 69 days

Posted on 10-04-08 12:39:18 PM, in It is a YTMND Link
Freedom Fries

____________________
Dwedit
Member
Level: 19


Posts: 25/61
EXP: 34938
For next: 839

Since: 08-03-07


Since last post: 102 days
Last activity: 69 days

Posted on 01-01-09 10:59:19 PM, in Eversion - A cute platformer with a dark secret Link
http://zarat.us/tra/offline-games/eversion.html (download hotlink)
Found this game from a Somethingawful thread, and now I simply must spread this everywhere else.
It's a nice cute kiddy platforming game with wholesome 8-bit goodness. There are also locations where you can press X and Evert, which slightly changes the game mechanics, so you can now walk on clouds.
Your goal is to collect all the jewels and save the princess.

Wait till you reach level 4.

____________________
Dwedit
Member
Level: 19


Posts: 26/61
EXP: 34938
For next: 839

Since: 08-03-07


Since last post: 102 days
Last activity: 69 days

Posted on 01-02-09 08:34:37 PM, in Eversion - A cute platformer with a dark secret Link
In "scripts\main.rb", If you add this block of code to the "def keydown(k)" function, you can switch eversion levels with the numbers 1-9. Eversion number 9 appears to be a glitch, but it works somewhat as long as "readjust" is not called.




if (k>=49 && k<=57) then
$darkness=k-49;
$flash=255;
if ($darkness<8) then
$map.readjust()
end
end



____________________
Dwedit
Member
Level: 19


Posts: 27/61
EXP: 34938
For next: 839

Since: 08-03-07


Since last post: 102 days
Last activity: 69 days

Posted on 01-06-09 11:05:55 AM, in Eversion - A cute platformer with a dark secret Link
Originally posted by Girlydragon
Don't click unless you have cleared the whole game.

And before anyone asks, yes this was done without any modification or hacking to the game.

As for my least favorite part... Level 3, 6 and 8. Too much waiting and possible to get stuck.

Was it done without any modification or hacking to the save file?
How is that possible without hacks?

____________________
Dwedit
Member
Level: 19


Posts: 28/61
EXP: 34938
For next: 839

Since: 08-03-07


Since last post: 102 days
Last activity: 69 days

Posted on 01-06-09 06:42:33 PM, in Eversion - A cute platformer with a dark secret Link
Wow, and I thought the bug where you stand on the tree before the eversion level changes to go through the ceiling in level 8 was a gamebreaker.

____________________
Dwedit
Member
Level: 19


Posts: 29/61
EXP: 34938
For next: 839

Since: 08-03-07


Since last post: 102 days
Last activity: 69 days

Posted on 01-08-09 01:02:06 PM, in Eversion - A cute platformer with a dark secret Link
Level 3 has a 7<-->8 Eversion point for some reason.

____________________
Dwedit
Member
Level: 19


Posts: 30/61
EXP: 34938
For next: 839

Since: 08-03-07


Since last post: 102 days
Last activity: 69 days

Posted on 01-13-09 03:11:14 PM, in Eversion - A cute platformer with a dark secret Link
Eversion levels are displayed as 1+darkness. So "darkness=8" is eversion level 9. If you call readjust with darkness=8 or higher, the game dies. If you assign darkness higher than 8, the game crashes.

____________________
Dwedit
Member
Level: 19


Posts: 31/61
EXP: 34938
For next: 839

Since: 08-03-07


Since last post: 102 days
Last activity: 69 days

Posted on 01-14-09 07:27:08 PM, in Eversion - A cute platformer with a dark secret Link
Did anyone else notice that this game resembles "Sack of Flour - Heart of Gold"?

____________________
Dwedit
Member
Level: 19


Posts: 32/61
EXP: 34938
For next: 839

Since: 08-03-07


Since last post: 102 days
Last activity: 69 days

Posted on 01-19-09 02:55:34 AM, in Eversion - A cute platformer with a dark secret Link
I wonder what kind of compression the graphics use.
I might make an unauthorized Flash port.

____________________
Dwedit
Member
Level: 19


Posts: 33/61
EXP: 34938
For next: 839

Since: 08-03-07


Since last post: 102 days
Last activity: 69 days

Posted on 01-21-09 03:24:30 PM, in Eversion - A cute platformer with a dark secret Link
You missed the rosebushes that block you in level 4.

____________________
Dwedit
Member
Level: 19


Posts: 34/61
EXP: 34938
For next: 839

Since: 08-03-07


Since last post: 102 days
Last activity: 69 days

Posted on 02-03-09 03:10:11 AM, in Eversion - A cute platformer with a dark secret (last edited by Dwedit at 02-03-09 12:16 AM) Link
The game has been updated.
Now movement has acceleration and deceleration, as well as jumps not always automatically being at maximum power. Making the turnaround jumps in level 4 is much harder, as well as the jumps in level 6.
Also, the right edge no longer constrains you in the autoscrolling levels, it now moves the deadly left edge at your speed if you move faster.
Music has been changed a bit, especially eversion level 3's music.

____________________
Dwedit
Member
Level: 19


Posts: 35/61
EXP: 34938
For next: 839

Since: 08-03-07


Since last post: 102 days
Last activity: 69 days

Posted on 02-05-09 04:09:05 PM, in Eversion - A cute platformer with a dark secret Link
In 1.4, eversion level -1 works perfectly. It appears to remove all monsters after you select it, and otherwise acts just like eversion level 1.
Couldn't get it working in 1.5.

____________________
Dwedit
Member
Level: 19


Posts: 36/61
EXP: 34938
For next: 839

Since: 08-03-07


Since last post: 102 days
Last activity: 69 days

Posted on 02-10-09 06:45:06 AM, in CSS Anti-table elitism? Link
What is up with everyone hating on using Tables in HTML, and insisting on using the horrible CSS "Float" feature instead?

____________________
Dwedit
Member
Level: 19


Posts: 37/61
EXP: 34938
For next: 839

Since: 08-03-07


Since last post: 102 days
Last activity: 69 days

Posted on 02-10-09 08:55:34 PM, in Do you use home/end/pageup/pagedown? Link
Not only do I extensively use Home and End, I also use ctrl+Left/Right to move the text cursor one word at a time. I feel crippled when I'm using an awful text editor which doesn't support such a feature.

____________________
Dwedit
Member
Level: 19


Posts: 38/61
EXP: 34938
For next: 839

Since: 08-03-07


Since last post: 102 days
Last activity: 69 days

Posted on 02-15-09 05:08:30 AM, in Midway files for Ch.11 bankruptcy Link
Is it wrong that the only thing I know about Far Sight Technologies is that they made Action 52 for the Genesis?

____________________
Dwedit
Member
Level: 19


Posts: 39/61
EXP: 34938
For next: 839

Since: 08-03-07


Since last post: 102 days
Last activity: 69 days

Posted on 03-31-09 01:46:07 AM, in Oracle of Ages Level Viewer Link
So yeah, for a while, I've been working on a Level Viewer for Zelda - Oracle of Ages for Game Boy Color.

So here's the level viewer if you want to play with it, and see how the levels are arranged and what tilesets build them up.

Screenshots:


Screenshots are somewhat old, they don't include the indicator on the minimap




____________________
Dwedit
Member
Level: 19


Posts: 40/61
EXP: 34938
For next: 839

Since: 08-03-07


Since last post: 102 days
Last activity: 69 days

Posted on 04-01-09 05:02:28 AM, in Oracle of Ages Level Viewer Link
I've released a new version that also views Oracle of Seasons.
Download




____________________
Pages: 1 2 3 4
Jul - Posts by Dwedit


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

31 database queries, 46 query cache hits.
Query execution time:  0.078753 seconds
Script execution time:  0.027143 seconds
Total render time:  0.105896 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 119 column 11 - Warning: <form> isn't allowed in <table> elements
line 118 column 10 - Info: <table> previously mentioned
line 120 column 11 - Warning: missing <tr>
line 120 column 119 - Warning: missing </font> before </td>
line 124 column 16 - Warning: plain text isn't allowed in <tr> elements
line 120 column 11 - Info: <tr> previously mentioned
line 125 column 68 - Warning: missing </nobr> before </td>
line 141 column 68 - Warning: missing </nobr> before <tr>
line 147 column 35 - Warning: missing <tr>
line 147 column 50 - Warning: missing </font> before </td>
line 147 column 133 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 95 - Warning: unescaped & or unknown entity "&page"
line 149 column 130 - Warning: unescaped & or unknown entity "&page"
line 149 column 163 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 198 - Warning: missing </font> before </table>
line 156 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 158 column 9 - Warning: missing <tr>
line 176 column 13 - Warning: missing <tr>
line 183 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 185 column 9 - Warning: missing <tr>
line 203 column 13 - Warning: missing <tr>
line 215 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 217 column 9 - Warning: missing <tr>
line 235 column 13 - Warning: missing <tr>
line 241 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 243 column 9 - Warning: missing <tr>
line 261 column 13 - Warning: missing <tr>
line 267 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 269 column 9 - Warning: missing <tr>
line 287 column 13 - Warning: missing <tr>
line 298 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 300 column 9 - Warning: missing <tr>
line 318 column 13 - Warning: missing <tr>
line 334 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 336 column 9 - Warning: missing <tr>
line 354 column 13 - Warning: missing <tr>
line 366 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 368 column 9 - Warning: missing <tr>
line 386 column 13 - Warning: missing <tr>
line 392 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 394 column 9 - Warning: missing <tr>
line 412 column 13 - Warning: missing <tr>
line 418 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 420 column 9 - Warning: missing <tr>
line 438 column 13 - Warning: missing <tr>
line 444 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 446 column 9 - Warning: missing <tr>
line 464 column 13 - Warning: missing <tr>
line 470 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 472 column 9 - Warning: missing <tr>
line 490 column 13 - Warning: missing <tr>
line 497 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 499 column 9 - Warning: missing <tr>
line 517 column 13 - Warning: missing <tr>
line 523 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 525 column 9 - Warning: missing <tr>
line 543 column 13 - Warning: missing <tr>
line 552 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 554 column 9 - Warning: missing <tr>
line 572 column 13 - Warning: missing <tr>
line 579 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 581 column 9 - Warning: missing <tr>
line 599 column 13 - Warning: missing <tr>
line 605 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 607 column 9 - Warning: missing <tr>
line 625 column 13 - Warning: missing <tr>
line 631 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 633 column 9 - Warning: missing <tr>
line 651 column 13 - Warning: missing <tr>
line 657 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 659 column 9 - Warning: missing <tr>
line 677 column 13 - Warning: missing <tr>
line 691 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 693 column 9 - Warning: missing <tr>
line 711 column 13 - Warning: missing <tr>
line 721 column 17 - Warning: missing <tr>
line 721 column 17 - Warning: discarding unexpected <table>
line 724 column 35 - Warning: missing <tr>
line 724 column 95 - Warning: unescaped & or unknown entity "&page"
line 724 column 130 - Warning: unescaped & or unknown entity "&page"
line 724 column 163 - Warning: unescaped & or unknown entity "&page"
line 724 column 50 - Warning: missing </font> before </td>
line 724 column 198 - Warning: missing </font> before </table>
line 726 column 35 - Warning: missing <tr>
line 726 column 50 - Warning: missing </font> before </td>
line 726 column 133 - Warning: missing </font> before </table>
line 728 column 17 - Warning: discarding unexpected </textarea>
line 728 column 28 - Warning: discarding unexpected </form>
line 728 column 35 - Warning: discarding unexpected </embed>
line 728 column 43 - Warning: discarding unexpected </noembed>
line 728 column 53 - Warning: discarding unexpected </noscript>
line 728 column 64 - Warning: discarding unexpected </noembed>
line 728 column 74 - Warning: discarding unexpected </embed>
line 728 column 82 - Warning: discarding unexpected </table>
line 728 column 90 - Warning: discarding unexpected </table>
line 730 column 9 - Warning: missing </font> before <table>
line 742 column 25 - Warning: discarding unexpected </font>
line 751 column 58 - Warning: discarding unexpected </font>
line 729 column 1 - Warning: missing </center>
line 120 column 63 - Warning: <img> lacks "alt" attribute
line 125 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 125 column 93 - Warning: <img> lacks "alt" attribute
line 141 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 141 column 98 - Warning: <img> lacks "alt" attribute
line 161 column 22 - Warning: <img> lacks "alt" attribute
line 161 column 63 - Warning: <img> lacks "alt" attribute
line 161 column 112 - Warning: <img> lacks "alt" attribute
line 161 column 162 - Warning: <img> lacks "alt" attribute
line 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 188 column 22 - Warning: <img> lacks "alt" attribute
line 188 column 63 - Warning: <img> lacks "alt" attribute
line 188 column 112 - Warning: <img> lacks "alt" attribute
line 188 column 162 - Warning: <img> lacks "alt" attribute
line 189 column 11 - Warning: <img> lacks "alt" attribute
line 199 column 15 - Warning: <img> lacks "alt" attribute
line 220 column 22 - Warning: <img> lacks "alt" attribute
line 220 column 63 - Warning: <img> lacks "alt" attribute
line 220 column 112 - Warning: <img> lacks "alt" attribute
line 220 column 162 - Warning: <img> lacks "alt" attribute
line 221 column 11 - Warning: <img> lacks "alt" attribute
line 231 column 15 - Warning: <img> lacks "alt" attribute
line 246 column 22 - Warning: <img> lacks "alt" attribute
line 246 column 63 - Warning: <img> lacks "alt" attribute
line 246 column 112 - Warning: <img> lacks "alt" attribute
line 246 column 162 - Warning: <img> lacks "alt" attribute
line 247 column 11 - Warning: <img> lacks "alt" attribute
line 257 column 15 - Warning: <img> lacks "alt" attribute
line 272 column 22 - Warning: <img> lacks "alt" attribute
line 272 column 63 - Warning: <img> lacks "alt" attribute
line 272 column 112 - Warning: <img> lacks "alt" attribute
line 272 column 162 - Warning: <img> lacks "alt" attribute
line 273 column 11 - Warning: <img> lacks "alt" attribute
line 283 column 15 - Warning: <img> lacks "alt" attribute
line 303 column 22 - Warning: <img> lacks "alt" attribute
line 303 column 63 - Warning: <img> lacks "alt" attribute
line 303 column 112 - Warning: <img> lacks "alt" attribute
line 303 column 162 - Warning: <img> lacks "alt" attribute
line 304 column 11 - Warning: <img> lacks "alt" attribute
line 314 column 15 - Warning: <img> lacks "alt" attribute
line 339 column 22 - Warning: <img> lacks "alt" attribute
line 339 column 63 - Warning: <img> lacks "alt" attribute
line 339 column 112 - Warning: <img> lacks "alt" attribute
line 339 column 162 - Warning: <img> lacks "alt" attribute
line 340 column 11 - Warning: <img> lacks "alt" attribute
line 350 column 15 - Warning: <img> lacks "alt" attribute
line 371 column 22 - Warning: <img> lacks "alt" attribute
line 371 column 63 - Warning: <img> lacks "alt" attribute
line 371 column 112 - Warning: <img> lacks "alt" attribute
line 371 column 162 - Warning: <img> lacks "alt" attribute
line 372 column 11 - Warning: <img> lacks "alt" attribute
line 382 column 15 - Warning: <img> lacks "alt" attribute
line 397 column 22 - Warning: <img> lacks "alt" attribute
line 397 column 63 - Warning: <img> lacks "alt" attribute
line 397 column 112 - Warning: <img> lacks "alt" attribute
line 397 column 162 - Warning: <img> lacks "alt" attribute
line 398 column 11 - Warning: <img> lacks "alt" attribute
line 408 column 15 - Warning: <img> lacks "alt" attribute
line 423 column 22 - Warning: <img> lacks "alt" attribute
line 423 column 63 - Warning: <img> lacks "alt" attribute
line 423 column 112 - Warning: <img> lacks "alt" attribute
line 423 column 162 - Warning: <img> lacks "alt" attribute
line 424 column 11 - Warning: <img> lacks "alt" attribute
line 434 column 15 - Warning: <img> lacks "alt" attribute
line 449 column 22 - Warning: <img> lacks "alt" attribute
line 449 column 63 - Warning: <img> lacks "alt" attribute
line 449 column 112 - Warning: <img> lacks "alt" attribute
line 449 column 162 - Warning: <img> lacks "alt" attribute
line 450 column 11 - Warning: <img> lacks "alt" attribute
line 460 column 15 - Warning: <img> lacks "alt" attribute
line 475 column 22 - Warning: <img> lacks "alt" attribute
line 475 column 63 - Warning: <img> lacks "alt" attribute
line 475 column 112 - Warning: <img> lacks "alt" attribute
line 475 column 162 - Warning: <img> lacks "alt" attribute
line 476 column 11 - Warning: <img> lacks "alt" attribute
line 486 column 15 - Warning: <img> lacks "alt" attribute
line 502 column 22 - Warning: <img> lacks "alt" attribute
line 502 column 63 - Warning: <img> lacks "alt" attribute
line 502 column 112 - Warning: <img> lacks "alt" attribute
line 502 column 162 - Warning: <img> lacks "alt" attribute
line 503 column 11 - Warning: <img> lacks "alt" attribute
line 513 column 15 - Warning: <img> lacks "alt" attribute
line 528 column 22 - Warning: <img> lacks "alt" attribute
line 528 column 63 - Warning: <img> lacks "alt" attribute
line 528 column 112 - Warning: <img> lacks "alt" attribute
line 528 column 162 - Warning: <img> lacks "alt" attribute
line 529 column 11 - Warning: <img> lacks "alt" attribute
line 539 column 15 - Warning: <img> lacks "alt" attribute
line 557 column 22 - Warning: <img> lacks "alt" attribute
line 557 column 63 - Warning: <img> lacks "alt" attribute
line 557 column 112 - Warning: <img> lacks "alt" attribute
line 557 column 162 - Warning: <img> lacks "alt" attribute
line 558 column 11 - Warning: <img> lacks "alt" attribute
line 568 column 15 - Warning: <img> lacks "alt" attribute
line 584 column 22 - Warning: <img> lacks "alt" attribute
line 584 column 63 - Warning: <img> lacks "alt" attribute
line 584 column 112 - Warning: <img> lacks "alt" attribute
line 584 column 162 - Warning: <img> lacks "alt" attribute
line 585 column 11 - Warning: <img> lacks "alt" attribute
line 595 column 15 - Warning: <img> lacks "alt" attribute
line 610 column 22 - Warning: <img> lacks "alt" attribute
line 610 column 63 - Warning: <img> lacks "alt" attribute
line 610 column 112 - Warning: <img> lacks "alt" attribute
line 610 column 162 - Warning: <img> lacks "alt" attribute
line 611 column 11 - Warning: <img> lacks "alt" attribute
line 621 column 15 - Warning: <img> lacks "alt" attribute
line 636 column 22 - Warning: <img> lacks "alt" attribute
line 636 column 63 - Warning: <img> lacks "alt" attribute
line 636 column 112 - Warning: <img> lacks "alt" attribute
line 636 column 162 - Warning: <img> lacks "alt" attribute
line 637 column 11 - Warning: <img> lacks "alt" attribute
line 647 column 15 - Warning: <img> lacks "alt" attribute
line 662 column 22 - Warning: <img> lacks "alt" attribute
line 662 column 63 - Warning: <img> lacks "alt" attribute
line 662 column 112 - Warning: <img> lacks "alt" attribute
line 662 column 162 - Warning: <img> lacks "alt" attribute
line 663 column 11 - Warning: <img> lacks "alt" attribute
line 673 column 15 - Warning: <img> lacks "alt" attribute
line 686 column 831 - Warning: <img> lacks "alt" attribute
line 687 column 901 - Warning: <img> lacks "alt" attribute
line 696 column 22 - Warning: <img> lacks "alt" attribute
line 696 column 63 - Warning: <img> lacks "alt" attribute
line 696 column 112 - Warning: <img> lacks "alt" attribute
line 696 column 162 - Warning: <img> lacks "alt" attribute
line 697 column 11 - Warning: <img> lacks "alt" attribute
line 707 column 15 - Warning: <img> lacks "alt" attribute
line 717 column 561 - Warning: <img> lacks "alt" attribute
line 736 column 25 - Warning: <img> lacks "alt" attribute
line 741 column 267 - Warning: <img> lacks "alt" attribute
line 147 column 133 - Warning: trimming empty <font>
line 149 column 198 - Warning: trimming empty <font>
line 721 column 17 - Warning: trimming empty <tr>
line 724 column 198 - Warning: trimming empty <font>
line 726 column 133 - Warning: trimming empty <font>
line 125 column 68 - Warning: <nobr> is not approved by W3C
line 141 column 68 - Warning: <nobr> is not approved by W3C
line 177 column 27 - Warning: <nobr> is not approved by W3C
line 204 column 27 - Warning: <nobr> is not approved by W3C
line 236 column 27 - Warning: <nobr> is not approved by W3C
line 262 column 27 - Warning: <nobr> is not approved by W3C
line 288 column 27 - Warning: <nobr> is not approved by W3C
line 319 column 27 - Warning: <nobr> is not approved by W3C
line 355 column 27 - Warning: <nobr> is not approved by W3C
line 387 column 27 - Warning: <nobr> is not approved by W3C
line 413 column 27 - Warning: <nobr> is not approved by W3C
line 439 column 27 - Warning: <nobr> is not approved by W3C
line 465 column 27 - Warning: <nobr> is not approved by W3C
line 491 column 27 - Warning: <nobr> is not approved by W3C
line 518 column 27 - Warning: <nobr> is not approved by W3C
line 544 column 27 - Warning: <nobr> is not approved by W3C
line 573 column 27 - Warning: <nobr> is not approved by W3C
line 600 column 27 - Warning: <nobr> is not approved by W3C
line 626 column 27 - Warning: <nobr> is not approved by W3C
line 652 column 27 - Warning: <nobr> is not approved by W3C
line 678 column 27 - Warning: <nobr> is not approved by W3C
line 712 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 257 warnings and 0 errors!


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 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.

About HTML Tidy: https://github.com/htacg/tidy-html5
Bug reports and comments: https://github.com/htacg/tidy-html5/issues
Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/
Latest HTML specification: http://dev.w3.org/html5/spec-author-view/
Validate your HTML documents: http://validator.w3.org/nu/
Lobby your company to join the W3C: http://www.w3.org/Consortium

Do you speak a language other than English, or a different variant of
English? Consider helping us to localize HTML Tidy. For details please see
https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md