Register - Login
Views: 99348635
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-21-22 05:23:49 PM
Jul - Posts by Sukasa
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ... 206 207 208 209 210 211 212 213 214 215
Sukasa

Level: 123


Posts: 202/4326
EXP: 20913326
For next: 317940

Since: 07-07-07


Since last post: 1.1 years
Last activity: 1.0 years

Posted on 01-02-08 02:11:50 AM, in Mafia IV: TSLDG Link
Profile | Send PM
Real Life Comics
p2pnet.net
My Site
Why say anything? this picture speaks for itself:

http://sukasa.kicks-ass.org/mafia.png

If that's not enough for anyone, I coudl always get them a video proving the PM is real.

____________________
(post in restricted forum)
Sukasa

Level: 123


Posts: 204/4326
EXP: 20913326
For next: 317940

Since: 07-07-07


Since last post: 1.1 years
Last activity: 1.0 years

Posted on 01-04-08 12:42:12 AM, in The Pit of 10 Trials [Floor 10 - Omega] Link
Profile | Send PM
Real Life Comics
p2pnet.net
My Site
Dazed, Sukasa stumbles and falls over

____________________
Sukasa

Level: 123


Posts: 205/4326
EXP: 20913326
For next: 317940

Since: 07-07-07


Since last post: 1.1 years
Last activity: 1.0 years

Posted on 01-04-08 12:53:15 AM, in Cursor*10 Link
Profile | Send PM
Real Life Comics
p2pnet.net
My Site


High score 179 when I beat it

____________________
Sukasa

Level: 123


Posts: 206/4326
EXP: 20913326
For next: 317940

Since: 07-07-07


Since last post: 1.1 years
Last activity: 1.0 years

Posted on 01-04-08 04:17:20 PM, in Regedit disabled? I AM THE ADMIN!! Link
Profile | Send PM
Real Life Comics
p2pnet.net
My Site
Yeah, I've had this happen for regedit and Task Manager. There's a set of Registry keys that are set up to disable those utilities, and nothing set up to check against unauthorized changes apparently.

____________________
Sukasa

Level: 123


Posts: 207/4326
EXP: 20913326
For next: 317940

Since: 07-07-07


Since last post: 1.1 years
Last activity: 1.0 years

Posted on 01-04-08 04:22:16 PM, in Regedit disabled? I AM THE ADMIN!! Link
Profile | Send PM
Real Life Comics
p2pnet.net
My Site
Here, copy and paste this into a text file, then rename it to a .bat file.

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
REG add HKCU\Software\Policies\Microsoft\Windows\System /v DisableCMD /t REG_DWORD /d 0 /f


This basically just sets Windows to allow regedit, Task Manager, and command prompt when they've been disabled.

____________________
Sukasa

Level: 123


Posts: 208/4326
EXP: 20913326
For next: 317940

Since: 07-07-07


Since last post: 1.1 years
Last activity: 1.0 years

Posted on 01-04-08 05:07:28 PM, in SMW ASM question regarding custom sprite creation Link
Profile | Send PM
Real Life Comics
p2pnet.net
My Site
You mean resizing a la Bowser?

Unfortunately, that's impossible. Bowser is actually a layer 1 object, running in SNES Mode7. The only way you'll be able to 'resize' anything in a normal level short of using the SuperFX is to use multiple copies of the sprite in the GFX file You could sorta 'resize' it if you coded it so tiles expanded out from the smaller sprite into the larger one, but it would be a rather complex setup I'd imagine.

____________________
Sukasa

Level: 123


Posts: 209/4326
EXP: 20913326
For next: 317940

Since: 07-07-07


Since last post: 1.1 years
Last activity: 1.0 years

Posted on 01-04-08 08:41:06 PM, in SMW ASM question regarding custom sprite creation Link
Profile | Send PM
Real Life Comics
p2pnet.net
My Site
Sorry Schwa, but I misunderstood it and thought you meant changing sprite's size in-game.

Basically, you need to find the draw routine in the sprite, and there should be an area where it writes to $0300,Y or so. That's the code that draws a sprite tile, You'll want to adjust that to draw two tiles a frame instead of one, and remember to add (or subtract) 16 pixels from the second tile. You'll also wan tto change the sprite's clipping value so that it collides with mario properly, for a cobrat, you'll probably be fine copying the clipping value of a koopa (using Mario world reconfigurator or tweaker).

It's somewhat me complex than that, but if you want ot talk to me in PMs or on IRC, I'd be happy to help.

____________________
Sukasa

Level: 123


Posts: 210/4326
EXP: 20913326
For next: 317940

Since: 07-07-07


Since last post: 1.1 years
Last activity: 1.0 years

Posted on 01-05-08 04:06:11 AM, in SMW ASM question regarding custom sprite creation Link
Profile | Send PM
Real Life Comics
p2pnet.net
My Site
He might. Ah well, I"ve worked with sprite graphics.

Basically, $0300,Y is an array of sprite tiles, formatted to 4 bytes per tile. One byte is the actual tile number, lower 8 bits. Two bytes are the sprite X/Y in-level, and the fourth byte contains the sprite page bit (2 pages of sprite tiles), and all the bits for PPU (X/Y flip, Palette, draw order). I can't remember the specific order though. That's basically $0300,Y in a nutshell. The draw routine in a sprite simply adds tiles to this array based on any number of sprite-specific rules. Unfortunately, because of how the sprites are so different, these can vary between even similar sprites.

____________________
Sukasa

Level: 123


Posts: 211/4326
EXP: 20913326
For next: 317940

Since: 07-07-07


Since last post: 1.1 years
Last activity: 1.0 years

Posted on 01-05-08 11:04:35 PM, in A Layout five hours in the making... Link
Profile | Send PM
Real Life Comics
p2pnet.net
My Site
I think it looks somewhat nice. The specific colour could use a little tuning, but the layout is pleasant and well-laid-out. What Dd said about the large POST/SIGNATURE text is right, however. If I were you, I'd remove the line break below the signature and add it above it, or some sort of separating mark.

____________________
Sukasa

Level: 123


Posts: 212/4326
EXP: 20913326
For next: 317940

Since: 07-07-07


Since last post: 1.1 years
Last activity: 1.0 years

Posted on 01-06-08 03:19:11 AM, in What's your (Chinese Astrology) sign? Link
Profile | Send PM
Real Life Comics
p2pnet.net
My Site
IIRC, Horse was 1990.

____________________
Sukasa

Level: 123


Posts: 213/4326
EXP: 20913326
For next: 317940

Since: 07-07-07


Since last post: 1.1 years
Last activity: 1.0 years

Posted on 01-06-08 03:41:57 AM, in The General Project Screenshot/Videos Thread... (last edited by Sukasa at 01-06-08 03:54 AM) Link
Profile | Send PM
Real Life Comics
p2pnet.net
My Site
http://sukasa.kicks-ass.org/SNESDEV.rar

An SNES-geared IDE I've been working on, on-and-off over the past while. Sidebar icon graphics courtesy Kawa.

EDIT: finished alpha 1. Can load/save projects, and open reference documents. Read snesdev-sample for .proj file format details. Expect better when I bring it to beta stage.

EDIT2: fixed a bug, here's a linke to the update exe

http://sukasa.kicks-ass.org/SNESDEV.exe


____________________
Sukasa

Level: 123


Posts: 214/4326
EXP: 20913326
For next: 317940

Since: 07-07-07


Since last post: 1.1 years
Last activity: 1.0 years

Posted on 01-07-08 03:12:17 PM, in Mafia IV: TSLDG Link
Profile | Send PM
Real Life Comics
p2pnet.net
My Site
Hm, I'm out. With my laptop out of action for who-knows-how-long (having your backlight fail sucks), I'm going to have to stop playing. To be fair to the bystanders, I'd request I take the mafia hit for this night round.

____________________
Sukasa

Level: 123


Posts: 215/4326
EXP: 20913326
For next: 317940

Since: 07-07-07


Since last post: 1.1 years
Last activity: 1.0 years

Posted on 01-13-08 08:01:10 PM, in The Pit of 10 Trials [Floor 10 - Omega] Link
Profile | Send PM
Real Life Comics
p2pnet.net
My Site
*Sukasa fireballs the tulip.

____________________
Sukasa

Level: 123


Posts: 216/4326
EXP: 20913326
For next: 317940

Since: 07-07-07


Since last post: 1.1 years
Last activity: 1.0 years

Posted on 01-20-08 03:36:32 AM, in JUL: THE TEXT ADVENTURE Link
Profile | Send PM
Real Life Comics
p2pnet.net
My Site
> LEFT

____________________
Sukasa

Level: 123


Posts: 217/4326
EXP: 20913326
For next: 317940

Since: 07-07-07


Since last post: 1.1 years
Last activity: 1.0 years

Posted on 01-20-08 03:41:21 AM, in JUL: THE TEXT ADVENTURE Link
Profile | Send PM
Real Life Comics
p2pnet.net
My Site
>JUMP

____________________
Sukasa

Level: 123


Posts: 218/4326
EXP: 20913326
For next: 317940

Since: 07-07-07


Since last post: 1.1 years
Last activity: 1.0 years

Posted on 01-20-08 03:44:55 AM, in JUL: THE TEXT ADVENTURE Link
Profile | Send PM
Real Life Comics
p2pnet.net
My Site
> RUN TO LIGHT

____________________
Sukasa

Level: 123


Posts: 219/4326
EXP: 20913326
For next: 317940

Since: 07-07-07


Since last post: 1.1 years
Last activity: 1.0 years

Posted on 01-20-08 03:46:39 AM, in JUL: THE TEXT ADVENTURE Link
> RUN SCREAMING
Sukasa

Level: 123


Posts: 220/4326
EXP: 20913326
For next: 317940

Since: 07-07-07


Since last post: 1.1 years
Last activity: 1.0 years

Posted on 01-20-08 03:48:32 AM, in JUL: THE TEXT ADVENTURE Link
Profile | Send PM
Real Life Comics
p2pnet.net
My Site
> RUN TO LARGE BUILDING

____________________
Sukasa

Level: 123


Posts: 221/4326
EXP: 20913326
For next: 317940

Since: 07-07-07


Since last post: 1.1 years
Last activity: 1.0 years

Posted on 01-20-08 03:54:01 AM, in JUL: THE TEXT ADVENTURE Link
Profile | Send PM
Real Life Comics
p2pnet.net
My Site
> GO TO HELL

____________________
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ... 206 207 208 209 210 211 212 213 214 215
Jul - Posts by Sukasa


Rusted Logic

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

36 database queries, 40 query cache hits.
Query execution time:  0.086774 seconds
Script execution time:  0.051633 seconds
Total render time:  0.138407 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 94 - Warning: unescaped & or unknown entity "&page"
line 149 column 126 - Warning: unescaped & or unknown entity "&page"
line 149 column 158 - Warning: unescaped & or unknown entity "&page"
line 149 column 190 - Warning: unescaped & or unknown entity "&page"
line 149 column 222 - Warning: unescaped & or unknown entity "&page"
line 149 column 254 - Warning: unescaped & or unknown entity "&page"
line 149 column 286 - Warning: unescaped & or unknown entity "&page"
line 149 column 318 - Warning: unescaped & or unknown entity "&page"
line 149 column 350 - Warning: unescaped & or unknown entity "&page"
line 149 column 382 - Warning: unescaped & or unknown entity "&page"
line 149 column 418 - Warning: unescaped & or unknown entity "&page"
line 149 column 452 - Warning: unescaped & or unknown entity "&page"
line 149 column 486 - Warning: unescaped & or unknown entity "&page"
line 149 column 520 - Warning: unescaped & or unknown entity "&page"
line 149 column 558 - Warning: unescaped & or unknown entity "&page"
line 149 column 594 - Warning: unescaped & or unknown entity "&page"
line 149 column 630 - Warning: unescaped & or unknown entity "&page"
line 149 column 666 - Warning: unescaped & or unknown entity "&page"
line 149 column 702 - Warning: unescaped & or unknown entity "&page"
line 149 column 738 - Warning: unescaped & or unknown entity "&page"
line 149 column 774 - Warning: unescaped & or unknown entity "&page"
line 149 column 810 - Warning: unescaped & or unknown entity "&page"
line 149 column 846 - Warning: unescaped & or unknown entity "&page"
line 149 column 882 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 921 - 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 179 column 73 - Warning: missing </div>
line 187 column 15 - Warning: missing <tr>
line 187 column 15 - Warning: discarding unexpected <table>
line 188 column 41 - Warning: missing <td>
line 194 column 9 - Warning: missing <tr>
line 212 column 13 - Warning: missing <tr>
line 213 column 27 - Warning: missing </nobr> before </table>
line 215 column 73 - Warning: missing </div>
line 222 column 9 - Warning: missing <tr>
line 240 column 13 - Warning: missing <tr>
line 241 column 27 - Warning: missing </nobr> before </table>
line 245 column 1297 - Warning: missing </label> before <div>
line 245 column 1357 - Warning: inserting implicit <label>
line 245 column 1363 - Warning: inserting implicit <label>
line 245 column 1363 - Warning: missing </label> before <div>
line 245 column 1406 - Warning: inserting implicit <label>
line 245 column 1406 - Warning: missing </label> before <div>
line 245 column 1411 - Warning: inserting implicit <label>
line 245 column 1511 - Warning: discarding unexpected </label>
line 243 column 73 - Warning: missing </div>
line 252 column 9 - Warning: missing <tr>
line 270 column 13 - Warning: missing <tr>
line 271 column 27 - Warning: missing </nobr> before </table>
line 273 column 73 - Warning: missing </div>
line 280 column 9 - Warning: missing <tr>
line 298 column 13 - Warning: missing <tr>
line 299 column 27 - Warning: missing </nobr> before </table>
line 301 column 73 - Warning: missing </div>
line 314 column 9 - Warning: missing <tr>
line 332 column 13 - Warning: missing <tr>
line 333 column 27 - Warning: missing </nobr> before </table>
line 335 column 73 - Warning: missing </div>
line 344 column 9 - Warning: missing <tr>
line 362 column 13 - Warning: missing <tr>
line 363 column 27 - Warning: missing </nobr> before </table>
line 365 column 73 - Warning: missing </div>
line 376 column 9 - Warning: missing <tr>
line 394 column 13 - Warning: missing <tr>
line 395 column 27 - Warning: missing </nobr> before </table>
line 397 column 73 - Warning: missing </div>
line 406 column 9 - Warning: missing <tr>
line 424 column 13 - Warning: missing <tr>
line 425 column 27 - Warning: missing </nobr> before </table>
line 427 column 73 - Warning: missing </div>
line 434 column 9 - Warning: missing <tr>
line 452 column 13 - Warning: missing <tr>
line 453 column 27 - Warning: missing </nobr> before </table>
line 455 column 73 - Warning: missing </div>
line 462 column 9 - Warning: missing <tr>
line 480 column 13 - Warning: missing <tr>
line 481 column 27 - Warning: missing </nobr> before </table>
line 483 column 73 - Warning: missing </div>
line 499 column 9 - Warning: missing <tr>
line 517 column 13 - Warning: missing <tr>
line 518 column 27 - Warning: missing </nobr> before </table>
line 520 column 73 - Warning: missing </div>
line 527 column 9 - Warning: missing <tr>
line 545 column 13 - Warning: missing <tr>
line 546 column 27 - Warning: missing </nobr> before </table>
line 548 column 73 - Warning: missing </div>
line 555 column 9 - Warning: missing <tr>
line 573 column 13 - Warning: missing <tr>
line 574 column 27 - Warning: missing </nobr> before </table>
line 576 column 73 - Warning: missing </div>
line 583 column 9 - Warning: missing <tr>
line 601 column 13 - Warning: missing <tr>
line 602 column 27 - Warning: missing </nobr> before </table>
line 604 column 73 - Warning: missing </div>
line 611 column 9 - Warning: missing <tr>
line 629 column 13 - Warning: missing <tr>
line 630 column 27 - Warning: missing </nobr> before </table>
line 632 column 73 - Warning: missing </div>
line 639 column 9 - Warning: missing <tr>
line 657 column 13 - Warning: missing <tr>
line 658 column 27 - Warning: missing </nobr> before </table>
line 665 column 9 - Warning: missing <tr>
line 683 column 13 - Warning: missing <tr>
line 684 column 27 - Warning: missing </nobr> before </table>
line 686 column 73 - Warning: missing </div>
line 693 column 9 - Warning: missing <tr>
line 711 column 13 - Warning: missing <tr>
line 712 column 27 - Warning: missing </nobr> before </table>
line 714 column 73 - Warning: missing </div>
line 722 column 35 - Warning: missing <tr>
line 722 column 94 - Warning: unescaped & or unknown entity "&page"
line 722 column 126 - Warning: unescaped & or unknown entity "&page"
line 722 column 158 - Warning: unescaped & or unknown entity "&page"
line 722 column 190 - Warning: unescaped & or unknown entity "&page"
line 722 column 222 - Warning: unescaped & or unknown entity "&page"
line 722 column 254 - Warning: unescaped & or unknown entity "&page"
line 722 column 286 - Warning: unescaped & or unknown entity "&page"
line 722 column 318 - Warning: unescaped & or unknown entity "&page"
line 722 column 350 - Warning: unescaped & or unknown entity "&page"
line 722 column 382 - Warning: unescaped & or unknown entity "&page"
line 722 column 418 - Warning: unescaped & or unknown entity "&page"
line 722 column 452 - Warning: unescaped & or unknown entity "&page"
line 722 column 486 - Warning: unescaped & or unknown entity "&page"
line 722 column 520 - Warning: unescaped & or unknown entity "&page"
line 722 column 558 - Warning: unescaped & or unknown entity "&page"
line 722 column 594 - Warning: unescaped & or unknown entity "&page"
line 722 column 630 - Warning: unescaped & or unknown entity "&page"
line 722 column 666 - Warning: unescaped & or unknown entity "&page"
line 722 column 702 - Warning: unescaped & or unknown entity "&page"
line 722 column 738 - Warning: unescaped & or unknown entity "&page"
line 722 column 774 - Warning: unescaped & or unknown entity "&page"
line 722 column 810 - Warning: unescaped & or unknown entity "&page"
line 722 column 846 - Warning: unescaped & or unknown entity "&page"
line 722 column 882 - Warning: unescaped & or unknown entity "&page"
line 722 column 50 - Warning: missing </font> before </td>
line 722 column 921 - Warning: missing </font> before </table>
line 724 column 35 - Warning: missing <tr>
line 724 column 50 - Warning: missing </font> before </td>
line 724 column 133 - Warning: missing </font> before </table>
line 726 column 17 - Warning: discarding unexpected </textarea>
line 726 column 28 - Warning: discarding unexpected </form>
line 726 column 35 - Warning: discarding unexpected </embed>
line 726 column 43 - Warning: discarding unexpected </noembed>
line 726 column 53 - Warning: discarding unexpected </noscript>
line 726 column 64 - Warning: discarding unexpected </noembed>
line 726 column 74 - Warning: discarding unexpected </embed>
line 726 column 82 - Warning: discarding unexpected </table>
line 726 column 90 - Warning: discarding unexpected </table>
line 728 column 9 - Warning: missing </font> before <table>
line 740 column 25 - Warning: discarding unexpected </font>
line 749 column 58 - Warning: discarding unexpected </font>
line 727 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 160 column 11 - Warning: <img> lacks "alt" attribute
line 161 column 23 - Warning: <img> lacks "alt" attribute
line 161 column 64 - Warning: <img> lacks "alt" attribute
line 161 column 113 - Warning: <img> lacks "alt" attribute
line 161 column 163 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 179 column 369 - Warning: <tr> attribute "height" has invalid value "20px"
line 179 column 436 - Warning: <img> lacks "alt" attribute
line 179 column 641 - Warning: <tr> attribute "height" has invalid value "*"
line 185 column 1635 - Warning: <img> lacks "alt" attribute
line 185 column 1746 - Warning: <img> lacks "alt" attribute
line 196 column 11 - Warning: <img> lacks "alt" attribute
line 197 column 23 - Warning: <img> lacks "alt" attribute
line 197 column 64 - Warning: <img> lacks "alt" attribute
line 197 column 113 - Warning: <img> lacks "alt" attribute
line 197 column 163 - Warning: <img> lacks "alt" attribute
line 208 column 15 - Warning: <img> lacks "alt" attribute
line 215 column 369 - Warning: <tr> attribute "height" has invalid value "20px"
line 215 column 436 - Warning: <img> lacks "alt" attribute
line 215 column 641 - Warning: <tr> attribute "height" has invalid value "*"
line 217 column 1424 - Warning: <img> lacks "alt" attribute
line 217 column 1535 - Warning: <img> lacks "alt" attribute
line 224 column 11 - Warning: <img> lacks "alt" attribute
line 225 column 23 - Warning: <img> lacks "alt" attribute
line 225 column 64 - Warning: <img> lacks "alt" attribute
line 225 column 113 - Warning: <img> lacks "alt" attribute
line 225 column 163 - Warning: <img> lacks "alt" attribute
line 236 column 15 - Warning: <img> lacks "alt" attribute
line 243 column 369 - Warning: <tr> attribute "height" has invalid value "20px"
line 243 column 436 - Warning: <img> lacks "alt" attribute
line 243 column 641 - Warning: <tr> attribute "height" has invalid value "*"
line 245 column 1450 - Warning: <img> proprietary attribute value "absmiddle"
line 245 column 1450 - Warning: <img> lacks "alt" attribute
line 247 column 1646 - Warning: <img> lacks "alt" attribute
line 247 column 1757 - Warning: <img> lacks "alt" attribute
line 254 column 11 - Warning: <img> lacks "alt" attribute
line 255 column 23 - Warning: <img> lacks "alt" attribute
line 255 column 64 - Warning: <img> lacks "alt" attribute
line 255 column 113 - Warning: <img> lacks "alt" attribute
line 255 column 163 - Warning: <img> lacks "alt" attribute
line 266 column 15 - Warning: <img> lacks "alt" attribute
line 273 column 369 - Warning: <tr> attribute "height" has invalid value "20px"
line 273 column 436 - Warning: <img> lacks "alt" attribute
line 273 column 641 - Warning: <tr> attribute "height" has invalid value "*"
line 275 column 1588 - Warning: <img> lacks "alt" attribute
line 275 column 1699 - Warning: <img> lacks "alt" attribute
line 282 column 11 - Warning: <img> lacks "alt" attribute
line 283 column 23 - Warning: <img> lacks "alt" attribute
line 283 column 64 - Warning: <img> lacks "alt" attribute
line 283 column 113 - Warning: <img> lacks "alt" attribute
line 283 column 163 - Warning: <img> lacks "alt" attribute
line 294 column 15 - Warning: <img> lacks "alt" attribute
line 301 column 369 - Warning: <tr> attribute "height" has invalid value "20px"
line 301 column 436 - Warning: <img> lacks "alt" attribute
line 301 column 641 - Warning: <tr> attribute "height" has invalid value "*"
line 309 column 1923 - Warning: <img> lacks "alt" attribute
line 309 column 2034 - Warning: <img> lacks "alt" attribute
line 316 column 11 - Warning: <img> lacks "alt" attribute
line 317 column 23 - Warning: <img> lacks "alt" attribute
line 317 column 64 - Warning: <img> lacks "alt" attribute
line 317 column 113 - Warning: <img> lacks "alt" attribute
line 317 column 163 - Warning: <img> lacks "alt" attribute
line 328 column 15 - Warning: <img> lacks "alt" attribute
line 335 column 369 - Warning: <tr> attribute "height" has invalid value "20px"
line 335 column 436 - Warning: <img> lacks "alt" attribute
line 335 column 641 - Warning: <tr> attribute "height" has invalid value "*"
line 339 column 1581 - Warning: <img> proprietary attribute value "absmiddle"
line 339 column 1581 - Warning: <img> lacks "alt" attribute
line 339 column 1890 - Warning: <img> lacks "alt" attribute
line 339 column 2001 - Warning: <img> lacks "alt" attribute
line 346 column 11 - Warning: <img> lacks "alt" attribute
line 347 column 23 - Warning: <img> lacks "alt" attribute
line 347 column 64 - Warning: <img> lacks "alt" attribute
line 347 column 113 - Warning: <img> lacks "alt" attribute
line 347 column 163 - Warning: <img> lacks "alt" attribute
line 358 column 15 - Warning: <img> lacks "alt" attribute
line 365 column 369 - Warning: <tr> attribute "height" has invalid value "20px"
line 365 column 436 - Warning: <img> lacks "alt" attribute
line 365 column 641 - Warning: <tr> attribute "height" has invalid value "*"
line 371 column 2116 - Warning: <img> lacks "alt" attribute
line 371 column 2227 - Warning: <img> lacks "alt" attribute
line 378 column 11 - Warning: <img> lacks "alt" attribute
line 379 column 23 - Warning: <img> lacks "alt" attribute
line 379 column 64 - Warning: <img> lacks "alt" attribute
line 379 column 113 - Warning: <img> lacks "alt" attribute
line 379 column 163 - Warning: <img> lacks "alt" attribute
line 390 column 15 - Warning: <img> lacks "alt" attribute
line 397 column 369 - Warning: <tr> attribute "height" has invalid value "20px"
line 397 column 436 - Warning: <img> lacks "alt" attribute
line 397 column 641 - Warning: <tr> attribute "height" has invalid value "*"
line 401 column 2051 - Warning: <img> lacks "alt" attribute
line 401 column 2162 - Warning: <img> lacks "alt" attribute
line 408 column 11 - Warning: <img> lacks "alt" attribute
line 409 column 23 - Warning: <img> lacks "alt" attribute
line 409 column 64 - Warning: <img> lacks "alt" attribute
line 409 column 113 - Warning: <img> lacks "alt" attribute
line 409 column 163 - Warning: <img> lacks "alt" attribute
line 420 column 15 - Warning: <img> lacks "alt" attribute
line 427 column 369 - Warning: <tr> attribute "height" has invalid value "20px"
line 427 column 436 - Warning: <img> lacks "alt" attribute
line 427 column 641 - Warning: <tr> attribute "height" has invalid value "*"
line 429 column 1697 - Warning: <img> lacks "alt" attribute
line 429 column 1808 - Warning: <img> lacks "alt" attribute
line 436 column 11 - Warning: <img> lacks "alt" attribute
line 437 column 23 - Warning: <img> lacks "alt" attribute
line 437 column 64 - Warning: <img> lacks "alt" attribute
line 437 column 113 - Warning: <img> lacks "alt" attribute
line 437 column 163 - Warning: <img> lacks "alt" attribute
line 448 column 15 - Warning: <img> lacks "alt" attribute
line 455 column 369 - Warning: <tr> attribute "height" has invalid value "20px"
line 455 column 436 - Warning: <img> lacks "alt" attribute
line 455 column 641 - Warning: <tr> attribute "height" has invalid value "*"
line 457 column 1408 - Warning: <img> lacks "alt" attribute
line 457 column 1519 - Warning: <img> lacks "alt" attribute
line 464 column 11 - Warning: <img> lacks "alt" attribute
line 465 column 23 - Warning: <img> lacks "alt" attribute
line 465 column 64 - Warning: <img> lacks "alt" attribute
line 465 column 113 - Warning: <img> lacks "alt" attribute
line 465 column 163 - Warning: <img> lacks "alt" attribute
line 476 column 15 - Warning: <img> lacks "alt" attribute
line 483 column 369 - Warning: <tr> attribute "height" has invalid value "20px"
line 483 column 436 - Warning: <img> lacks "alt" attribute
line 483 column 641 - Warning: <tr> attribute "height" has invalid value "*"
line 494 column 1943 - Warning: <img> lacks "alt" attribute
line 494 column 2054 - Warning: <img> lacks "alt" attribute
line 501 column 11 - Warning: <img> lacks "alt" attribute
line 502 column 23 - Warning: <img> lacks "alt" attribute
line 502 column 64 - Warning: <img> lacks "alt" attribute
line 502 column 113 - Warning: <img> lacks "alt" attribute
line 502 column 163 - Warning: <img> lacks "alt" attribute
line 513 column 15 - Warning: <img> lacks "alt" attribute
line 520 column 369 - Warning: <tr> attribute "height" has invalid value "20px"
line 520 column 436 - Warning: <img> lacks "alt" attribute
line 520 column 641 - Warning: <tr> attribute "height" has invalid value "*"
line 522 column 1616 - Warning: <img> lacks "alt" attribute
line 522 column 1727 - Warning: <img> lacks "alt" attribute
line 529 column 11 - Warning: <img> lacks "alt" attribute
line 530 column 23 - Warning: <img> lacks "alt" attribute
line 530 column 64 - Warning: <img> lacks "alt" attribute
line 530 column 113 - Warning: <img> lacks "alt" attribute
line 530 column 163 - Warning: <img> lacks "alt" attribute
line 541 column 15 - Warning: <img> lacks "alt" attribute
line 548 column 369 - Warning: <tr> attribute "height" has invalid value "20px"
line 548 column 436 - Warning: <img> lacks "alt" attribute
line 548 column 641 - Warning: <tr> attribute "height" has invalid value "*"
line 550 column 1415 - Warning: <img> lacks "alt" attribute
line 550 column 1526 - Warning: <img> lacks "alt" attribute
line 557 column 11 - Warning: <img> lacks "alt" attribute
line 558 column 23 - Warning: <img> lacks "alt" attribute
line 558 column 64 - Warning: <img> lacks "alt" attribute
line 558 column 113 - Warning: <img> lacks "alt" attribute
line 558 column 163 - Warning: <img> lacks "alt" attribute
line 569 column 15 - Warning: <img> lacks "alt" attribute
line 576 column 369 - Warning: <tr> attribute "height" has invalid value "20px"
line 576 column 436 - Warning: <img> lacks "alt" attribute
line 576 column 641 - Warning: <tr> attribute "height" has invalid value "*"
line 578 column 1393 - Warning: <img> lacks "alt" attribute
line 578 column 1504 - Warning: <img> lacks "alt" attribute
line 585 column 11 - Warning: <img> lacks "alt" attribute
line 586 column 23 - Warning: <img> lacks "alt" attribute
line 586 column 64 - Warning: <img> lacks "alt" attribute
line 586 column 113 - Warning: <img> lacks "alt" attribute
line 586 column 163 - Warning: <img> lacks "alt" attribute
line 597 column 15 - Warning: <img> lacks "alt" attribute
line 604 column 369 - Warning: <tr> attribute "height" has invalid value "20px"
line 604 column 436 - Warning: <img> lacks "alt" attribute
line 604 column 641 - Warning: <tr> attribute "height" has invalid value "*"
line 606 column 1392 - Warning: <img> lacks "alt" attribute
line 606 column 1503 - Warning: <img> lacks "alt" attribute
line 613 column 11 - Warning: <img> lacks "alt" attribute
line 614 column 23 - Warning: <img> lacks "alt" attribute
line 614 column 64 - Warning: <img> lacks "alt" attribute
line 614 column 113 - Warning: <img> lacks "alt" attribute
line 614 column 163 - Warning: <img> lacks "alt" attribute
line 625 column 15 - Warning: <img> lacks "alt" attribute
line 632 column 369 - Warning: <tr> attribute "height" has invalid value "20px"
line 632 column 436 - Warning: <img> lacks "alt" attribute
line 632 column 641 - Warning: <tr> attribute "height" has invalid value "*"
line 634 column 1401 - Warning: <img> lacks "alt" attribute
line 634 column 1512 - Warning: <img> lacks "alt" attribute
line 641 column 11 - Warning: <img> lacks "alt" attribute
line 642 column 23 - Warning: <img> lacks "alt" attribute
line 642 column 64 - Warning: <img> lacks "alt" attribute
line 642 column 113 - Warning: <img> lacks "alt" attribute
line 642 column 163 - Warning: <img> lacks "alt" attribute
line 653 column 15 - Warning: <img> lacks "alt" attribute
line 667 column 11 - Warning: <img> lacks "alt" attribute
line 668 column 23 - Warning: <img> lacks "alt" attribute
line 668 column 64 - Warning: <img> lacks "alt" attribute
line 668 column 113 - Warning: <img> lacks "alt" attribute
line 668 column 163 - Warning: <img> lacks "alt" attribute
line 679 column 15 - Warning: <img> lacks "alt" attribute
line 686 column 369 - Warning: <tr> attribute "height" has invalid value "20px"
line 686 column 436 - Warning: <img> lacks "alt" attribute
line 686 column 641 - Warning: <tr> attribute "height" has invalid value "*"
line 688 column 1410 - Warning: <img> lacks "alt" attribute
line 688 column 1521 - Warning: <img> lacks "alt" attribute
line 695 column 11 - Warning: <img> lacks "alt" attribute
line 696 column 23 - Warning: <img> lacks "alt" attribute
line 696 column 64 - Warning: <img> lacks "alt" attribute
line 696 column 113 - Warning: <img> lacks "alt" attribute
line 696 column 163 - Warning: <img> lacks "alt" attribute
line 707 column 15 - Warning: <img> lacks "alt" attribute
line 714 column 369 - Warning: <tr> attribute "height" has invalid value "20px"
line 714 column 436 - Warning: <img> lacks "alt" attribute
line 714 column 641 - Warning: <tr> attribute "height" has invalid value "*"
line 716 column 1399 - Warning: <img> lacks "alt" attribute
line 716 column 1510 - Warning: <img> lacks "alt" attribute
line 734 column 25 - Warning: <img> lacks "alt" attribute
line 739 column 267 - Warning: <img> lacks "alt" attribute
line 147 column 133 - Warning: trimming empty <font>
line 149 column 921 - Warning: trimming empty <font>
line 245 column 1297 - Warning: trimming empty <label>
line 245 column 1357 - Warning: trimming empty <label>
line 245 column 1406 - Warning: trimming empty <label>
line 722 column 921 - Warning: trimming empty <font>
line 724 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 179 column 224 - Warning: <table> proprietary attribute "height"
line 179 column 369 - Warning: <tr> proprietary attribute "height"
line 179 column 387 - Warning: <td> proprietary attribute "background"
line 179 column 641 - Warning: <tr> proprietary attribute "height"
line 185 column 1587 - Warning: <tr> proprietary attribute "height"
line 213 column 27 - Warning: <nobr> is not approved by W3C
line 215 column 224 - Warning: <table> proprietary attribute "height"
line 215 column 369 - Warning: <tr> proprietary attribute "height"
line 215 column 387 - Warning: <td> proprietary attribute "background"
line 215 column 641 - Warning: <tr> proprietary attribute "height"
line 217 column 1376 - Warning: <tr> proprietary attribute "height"
line 241 column 27 - Warning: <nobr> is not approved by W3C
line 243 column 224 - Warning: <table> proprietary attribute "height"
line 243 column 369 - Warning: <tr> proprietary attribute "height"
line 243 column 387 - Warning: <td> proprietary attribute "background"
line 243 column 641 - Warning: <tr> proprietary attribute "height"
line 247 column 1598 - Warning: <tr> proprietary attribute "height"
line 271 column 27 - Warning: <nobr> is not approved by W3C
line 273 column 224 - Warning: <table> proprietary attribute "height"
line 273 column 369 - Warning: <tr> proprietary attribute "height"
line 273 column 387 - Warning: <td> proprietary attribute "background"
line 273 column 641 - Warning: <tr> proprietary attribute "height"
line 275 column 1540 - Warning: <tr> proprietary attribute "height"
line 299 column 27 - Warning: <nobr> is not approved by W3C
line 301 column 224 - Warning: <table> proprietary attribute "height"
line 301 column 369 - Warning: <tr> proprietary attribute "height"
line 301 column 387 - Warning: <td> proprietary attribute "background"
line 301 column 641 - Warning: <tr> proprietary attribute "height"
line 309 column 1875 - Warning: <tr> proprietary attribute "height"
line 333 column 27 - Warning: <nobr> is not approved by W3C
line 335 column 224 - Warning: <table> proprietary attribute "height"
line 335 column 369 - Warning: <tr> proprietary attribute "height"
line 335 column 387 - Warning: <td> proprietary attribute "background"
line 335 column 641 - Warning: <tr> proprietary attribute "height"
line 339 column 1842 - Warning: <tr> proprietary attribute "height"
line 363 column 27 - Warning: <nobr> is not approved by W3C
line 365 column 224 - Warning: <table> proprietary attribute "height"
line 365 column 369 - Warning: <tr> proprietary attribute "height"
line 365 column 387 - Warning: <td> proprietary attribute "background"
line 365 column 641 - Warning: <tr> proprietary attribute "height"
line 371 column 2068 - Warning: <tr> proprietary attribute "height"
line 395 column 27 - Warning: <nobr> is not approved by W3C
line 397 column 224 - Warning: <table> proprietary attribute "height"
line 397 column 369 - Warning: <tr> proprietary attribute "height"
line 397 column 387 - Warning: <td> proprietary attribute "background"
line 397 column 641 - Warning: <tr> proprietary attribute "height"
line 401 column 2003 - Warning: <tr> proprietary attribute "height"
line 425 column 27 - Warning: <nobr> is not approved by W3C
line 427 column 224 - Warning: <table> proprietary attribute "height"
line 427 column 369 - Warning: <tr> proprietary attribute "height"
line 427 column 387 - Warning: <td> proprietary attribute "background"
line 427 column 641 - Warning: <tr> proprietary attribute "height"
line 429 column 1649 - Warning: <tr> proprietary attribute "height"
line 453 column 27 - Warning: <nobr> is not approved by W3C
line 455 column 224 - Warning: <table> proprietary attribute "height"
line 455 column 369 - Warning: <tr> proprietary attribute "height"
line 455 column 387 - Warning: <td> proprietary attribute "background"
line 455 column 641 - Warning: <tr> proprietary attribute "height"
line 457 column 1360 - Warning: <tr> proprietary attribute "height"
line 481 column 27 - Warning: <nobr> is not approved by W3C
line 483 column 224 - Warning: <table> proprietary attribute "height"
line 483 column 369 - Warning: <tr> proprietary attribute "height"
line 483 column 387 - Warning: <td> proprietary attribute "background"
line 483 column 641 - Warning: <tr> proprietary attribute "height"
line 494 column 1895 - Warning: <tr> proprietary attribute "height"
line 518 column 27 - Warning: <nobr> is not approved by W3C
line 520 column 224 - Warning: <table> proprietary attribute "height"
line 520 column 369 - Warning: <tr> proprietary attribute "height"
line 520 column 387 - Warning: <td> proprietary attribute "background"
line 520 column 641 - Warning: <tr> proprietary attribute "height"
line 522 column 1568 - Warning: <tr> proprietary attribute "height"
line 546 column 27 - Warning: <nobr> is not approved by W3C
line 548 column 224 - Warning: <table> proprietary attribute "height"
line 548 column 369 - Warning: <tr> proprietary attribute "height"
line 548 column 387 - Warning: <td> proprietary attribute "background"
line 548 column 641 - Warning: <tr> proprietary attribute "height"
line 550 column 1367 - Warning: <tr> proprietary attribute "height"
line 574 column 27 - Warning: <nobr> is not approved by W3C
line 576 column 224 - Warning: <table> proprietary attribute "height"
line 576 column 369 - Warning: <tr> proprietary attribute "height"
line 576 column 387 - Warning: <td> proprietary attribute "background"
line 576 column 641 - Warning: <tr> proprietary attribute "height"
line 578 column 1345 - Warning: <tr> proprietary attribute "height"
line 602 column 27 - Warning: <nobr> is not approved by W3C
line 604 column 224 - Warning: <table> proprietary attribute "height"
line 604 column 369 - Warning: <tr> proprietary attribute "height"
line 604 column 387 - Warning: <td> proprietary attribute "background"
line 604 column 641 - Warning: <tr> proprietary attribute "height"
line 606 column 1344 - Warning: <tr> proprietary attribute "height"
line 630 column 27 - Warning: <nobr> is not approved by W3C
line 632 column 224 - Warning: <table> proprietary attribute "height"
line 632 column 369 - Warning: <tr> proprietary attribute "height"
line 632 column 387 - Warning: <td> proprietary attribute "background"
line 632 column 641 - Warning: <tr> proprietary attribute "height"
line 634 column 1353 - Warning: <tr> proprietary attribute "height"
line 658 column 27 - Warning: <nobr> is not approved by W3C
line 684 column 27 - Warning: <nobr> is not approved by W3C
line 686 column 224 - Warning: <table> proprietary attribute "height"
line 686 column 369 - Warning: <tr> proprietary attribute "height"
line 686 column 387 - Warning: <td> proprietary attribute "background"
line 686 column 641 - Warning: <tr> proprietary attribute "height"
line 688 column 1362 - Warning: <tr> proprietary attribute "height"
line 712 column 27 - Warning: <nobr> is not approved by W3C
line 714 column 224 - Warning: <table> proprietary attribute "height"
line 714 column 369 - Warning: <tr> proprietary attribute "height"
line 714 column 387 - Warning: <td> proprietary attribute "background"
line 714 column 641 - Warning: <tr> proprietary attribute "height"
line 716 column 1351 - Warning: <tr> proprietary attribute "height"
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 499 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