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: 57876925
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - JCS - Stats - Latest Posts - Color Chart - Smilies
10-16-14 08:01:07 AM
fortyfive-antelope

Jul - Posts by Milly
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... 56 57 58 59 60 61 62 63 64 65
Post 181/1287 (288 days), online 3 days ago
Posted on 05-04-08 09:53:24 PM, in Need Help Please Link
The hosts file is 233k? And what are all those backups of it?

Normally it shouldn't even be 1k, and never changes by itself (Windows uses it as a local DNS, but that's it) ... all it contains by default is a single line mapping localhost to 127.0.0.1, and some comment explaining how the file works ...


Open the file with Notepad (if it doesn't open at all, something is wrong), I'm guessing there's going to be quite a long list of host/IP mappings that got added, some of which could be causing specific sites to not work at all

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



#64  
Post 182/1287 (288 days), online 3 days ago
Posted on 05-04-08 11:20:58 PM, in Need Help Please Link
Ok, that just seems to be Spybot adding a very long list of bad sites as 127.0.0.1 (to block access to them), so no problem there ...

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



#64  
Post 183/1287 (288 days), online 3 days ago
Posted on 05-05-08 01:29:05 PM, in Jul Pub Link
Mushrooms make me grow strong too, just like Mario




But this one won't make me fly

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



#64  
Post 184/1287 (288 days), online 3 days ago
Posted on 05-05-08 03:54:47 PM, in Birthday? It's not my birthday! Link
I think that happened with a server move before, like a timezone change ... birthdays are stored as Unix times in the database (midnight for the day you entered), so shifting them back a few hours could have done that

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



#64  
(post in restricted forum)
Post 186/1287 (288 days), online 3 days ago
Posted on 05-06-08 11:47:14 AM, in Obligatory desktop screenshots thread Link
Seems to be the same desktop my sister has, or at least similar ... and the keyboard looks exactly like the one my father recently got (to replace the one my other sister made a mess of)


My desktop, this was nearly half a year ago but the only change since then is this

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



#64  
(post in restricted forum)
(post in restricted forum)
Post 189/1287 (288 days), online 3 days ago
Posted on 05-09-08 09:23:12 AM, in IRC is boring. Link
I post here whenever I find things to post in, which really seems to depend on activity here

Originally posted by pieguy1372
a very large project that I should have been doing all semester but really started only about a month before the due date, with most of the work being done in the week or two before the due date
It's worse when you do it all in the last 2 days of the semester ... like I did once (then again, it wasn't that big of a project, but I did have the whole semester for it)

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



#64
Post 190/1287 (288 days), online 3 days ago
Posted on 05-11-08 02:02:09 AM, in IRC is boring. Link
I think it was only 15 hours per year here, and it was part of a special program (about 10 years ago) ... of course, it's now higher, from what I heard from my sister

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



#64  
Post 191/1287 (288 days), online 3 days ago
Posted on 05-13-08 11:02:16 AM, in Gas prices are so high that.... Link
$3.99(9) is a weird limit, I wonder what that comes from

There was a similar problem here a few years ago when gas first hit $1.00/L, since the gas price signs around stations (not sure about the pumps) only had space for 99.9 (¢/L) ... it's been fixed in different ways since then, like using a "10" digit (and above) or putting a 1 in front

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



#64  
Post 192/1287 (288 days), online 3 days ago
Posted on 05-13-08 03:16:04 PM, in Jul Pub Link
It are belong to us actually, doesn't just belong


And even without going through the trouble of l33tsp34k or backwards text, just capitalizing the first letter of every word is already enough to make it annoying to both type and read, I don't know why some people do that

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



#64  
Post 193/1287 (288 days), online 3 days ago
Posted on 05-13-08 05:18:32 PM, in Question about TRASM's syntax Link
I don't know about TRASM specificaly, but assemblers usually have a "org" instruction that tells the address, which would be what you need:

           ;offset would start at $0000 here

org $157C ;offset is now $157C (but still $0000 in the assembled output)
JMP aaa ;'aaa' = $157F
aaa:
LDA $57
...


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



#64  
(post in restricted forum)
Post 195/1287 (288 days), online 3 days ago
Posted on 05-14-08 02:59:18 AM, in Question about TRASM's syntax (last edited by Acmlm at 05-14-08 03:02 AM) Link
I use ca65 (for 6502 though, but apparently it does 65816 as well), which has another way to do this, using segments ... it gets a little more complicated to use, but it goes like this:

.cfg
MEMORY
{
memtest: start=$8000, size=$4000, file="test.bin", fill=yes, fillval=$FF;
}

SEGMENTS
{
test: load=memtest, type=ro;
}

.asm
.setcpu "65816"
.segment "test"
code goes here

commandline for assembling
ca65 test.asm -o test.o
ld65 -C test.cfg test.o

This would output a "test.bin" of size $4000, with offsets counting from $8000, and unused space filled with FF's ... of course you wouldn't need the fixed size here, but something like this (using multiple segments) is quite useful when assembling a ROM with multiple banks, or even the NES's vectors (always at $FFFA)

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



#64
Post 196/1287 (288 days), online 3 days ago
Posted on 05-14-08 12:39:54 PM, in Jul Pub Link
But http://babelfish.altavista.com still works and doesn't even redirect ... or is that going to disappear soon

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



#63  
Post 197/1287 (288 days), online 3 days ago
Posted on 05-14-08 12:45:44 PM, in Jul Pub Link
I guess it's just me, because it still doesn't now ...

... or didn't until I switched the site to English (it was set to French by default) ... a language specific redirect is pretty silly

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



#63  
(post in restricted forum)
(post in restricted forum)
Post 200/1287 (288 days), online 3 days ago
Posted on 05-18-08 02:47:18 PM, in How old is too old for forums Link
I'm 24 and still live in my parents' basement ($80/week rent and that's it), even my parents say an apartment costs too much lately and I'd have a lot to learn ... but I do hope that can change by the time I'm 30


But just for posting in forums, it really depends on the community and what it's about ... I've seen a few where the average age is above 30, and others where a 10 year old would fit in perfectly

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



#62  
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... 56 57 58 59 60 61 62 63 64 65
Jul - Posts by Milly






Rusted Logic

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

39 database queries, 32 query cache hits.
Query execution time:  0.045034 seconds
Script execution time:  0.078696 seconds
Total render time:  0.123730 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 132 - 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 395 - 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 539 - Warning: unescaped & or unknown entity "&page"
line 143 column 574 - Warning: unescaped & or unknown entity "&page"
line 143 column 609 - Warning: unescaped & or unknown entity "&page"
line 143 column 644 - Warning: unescaped & or unknown entity "&page"
line 143 column 679 - Warning: unescaped & or unknown entity "&page"
line 143 column 714 - Warning: unescaped & or unknown entity "&page"
line 143 column 749 - Warning: unescaped & or unknown entity "&page"
line 143 column 784 - Warning: unescaped & or unknown entity "&page"
line 143 column 819 - Warning: unescaped & or unknown entity "&page"
line 143 column 854 - Warning: unescaped & or unknown entity "&page"
line 143 column 50 - Warning: missing </font> before </td>
line 143 column 891 - Warning: missing </font> before </table>
line 149 column 13 - Warning: discarding unexpected <table>
line 151 column 33 - Warning: <style> isn't allowed in <td> elements
line 150 column 25 - Info: <td> previously mentioned
line 163 column 33 - Warning: missing <tr>
line 164 column 47 - Warning: <nobr> is not approved by W3C
line 164 column 47 - Warning: missing </nobr> before </table>
line 166 column 98 - Warning: <style> isn't allowed in <td> elements
line 166 column 25 - Info: <td> previously mentioned
line 166 column 898 - Warning: unescaped & or unknown entity "&m"
line 166 column 905 - Warning: unescaped & or unknown entity "&e"
line 166 column 958 - Warning: missing <tr>
line 166 column 962 - Warning: missing </span> before </td>
line 171 column 1807 - Warning: unescaped & or unknown entity "&e"
line 166 column 734 - Warning: missing </div>
line 166 column 711 - Warning: missing </div>
line 166 column 671 - Warning: missing </div>
line 175 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 175 column 17 - Warning: inserting implicit <table>
line 175 column 21 - Warning: discarding unexpected <table>
line 177 column 33 - Warning: <style> isn't allowed in <td> elements
line 176 column 25 - Info: <td> previously mentioned
line 189 column 33 - Warning: missing <tr>
line 190 column 47 - Warning: <nobr> is not approved by W3C
line 190 column 47 - Warning: missing </nobr> before </table>
line 192 column 98 - Warning: <style> isn't allowed in <td> elements
line 192 column 25 - Info: <td> previously mentioned
line 192 column 898 - Warning: unescaped & or unknown entity "&m"
line 192 column 905 - Warning: unescaped & or unknown entity "&e"
line 192 column 958 - Warning: missing <tr>
line 192 column 962 - Warning: missing </span> before </td>
line 192 column 1287 - Warning: unescaped & or unknown entity "&e"
line 192 column 734 - Warning: missing </div>
line 192 column 711 - Warning: missing </div>
line 192 column 671 - Warning: missing </div>
line 196 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 196 column 17 - Warning: inserting implicit <table>
line 196 column 21 - Warning: discarding unexpected <table>
line 198 column 33 - Warning: <style> isn't allowed in <td> elements
line 197 column 25 - Info: <td> previously mentioned
line 210 column 33 - Warning: missing <tr>
line 211 column 47 - Warning: <nobr> is not approved by W3C
line 211 column 47 - Warning: missing </nobr> before </table>
line 213 column 98 - Warning: <style> isn't allowed in <td> elements
line 213 column 25 - Info: <td> previously mentioned
line 213 column 898 - Warning: unescaped & or unknown entity "&m"
line 213 column 905 - Warning: unescaped & or unknown entity "&e"
line 213 column 958 - Warning: missing <tr>
line 213 column 962 - Warning: missing </span> before </td>
line 218 column 1407 - Warning: unescaped & or unknown entity "&e"
line 213 column 734 - Warning: missing </div>
line 213 column 711 - Warning: missing </div>
line 213 column 671 - Warning: missing </div>
line 222 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 222 column 17 - Warning: inserting implicit <table>
line 222 column 21 - Warning: discarding unexpected <table>
line 224 column 33 - Warning: <style> isn't allowed in <td> elements
line 223 column 25 - Info: <td> previously mentioned
line 236 column 33 - Warning: missing <tr>
line 237 column 47 - Warning: <nobr> is not approved by W3C
line 237 column 47 - Warning: missing </nobr> before </table>
line 239 column 98 - Warning: <style> isn't allowed in <td> elements
line 239 column 25 - Info: <td> previously mentioned
line 239 column 898 - Warning: unescaped & or unknown entity "&m"
line 239 column 905 - Warning: unescaped & or unknown entity "&e"
line 239 column 959 - Warning: missing <tr>
line 239 column 963 - Warning: missing </span> before </td>
line 239 column 1424 - Warning: unescaped & or unknown entity "&e"
line 239 column 734 - Warning: missing </div>
line 239 column 711 - Warning: missing </div>
line 239 column 671 - Warning: missing </div>
line 243 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 243 column 17 - Warning: inserting implicit <table>
line 243 column 21 - Warning: discarding unexpected <table>
line 244 column 41 - Warning: missing <td>
line 247 column 41 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 247 column 41 - Warning: inserting implicit <table>
line 247 column 45 - Warning: discarding unexpected <table>
line 249 column 33 - Warning: <style> isn't allowed in <td> elements
line 248 column 25 - Info: <td> previously mentioned
line 261 column 33 - Warning: missing <tr>
line 262 column 47 - Warning: <nobr> is not approved by W3C
line 262 column 47 - Warning: missing </nobr> before </table>
line 264 column 98 - Warning: <style> isn't allowed in <td> elements
line 264 column 25 - Info: <td> previously mentioned
line 264 column 898 - Warning: unescaped & or unknown entity "&m"
line 264 column 905 - Warning: unescaped & or unknown entity "&e"
line 264 column 959 - Warning: missing <tr>
line 264 column 963 - Warning: missing </span> before </td>
line 267 column 1641 - Warning: unescaped & or unknown entity "&e"
line 264 column 734 - Warning: missing </div>
line 264 column 711 - Warning: missing </div>
line 264 column 671 - Warning: missing </div>
line 271 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 271 column 17 - Warning: inserting implicit <table>
line 271 column 21 - Warning: discarding unexpected <table>
line 272 column 41 - Warning: missing <td>
line 275 column 41 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 275 column 41 - Warning: inserting implicit <table>
line 275 column 45 - Warning: discarding unexpected <table>
line 276 column 41 - Warning: missing <td>
line 279 column 41 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 279 column 41 - Warning: inserting implicit <table>
line 279 column 45 - Warning: discarding unexpected <table>
line 281 column 33 - Warning: <style> isn't allowed in <td> elements
line 280 column 25 - Info: <td> previously mentioned
line 293 column 33 - Warning: missing <tr>
line 294 column 47 - Warning: <nobr> is not approved by W3C
line 294 column 47 - Warning: missing </nobr> before </table>
line 296 column 98 - Warning: <style> isn't allowed in <td> elements
line 296 column 25 - Info: <td> previously mentioned
line 296 column 898 - Warning: unescaped & or unknown entity "&m"
line 296 column 905 - Warning: unescaped & or unknown entity "&e"
line 296 column 959 - Warning: missing <tr>
line 296 column 963 - Warning: missing </span> before <blockquote>
line 298 column 1145 - Warning: inserting implicit <span>
line 298 column 1145 - Warning: missing </span> before <hr>
line 298 column 1212 - Warning: inserting implicit <span>
line 298 column 1212 - Warning: missing </span> before <hr>
line 298 column 1423 - Warning: inserting implicit <span>
line 298 column 1825 - Warning: unescaped & or unknown entity "&e"
line 296 column 734 - Warning: missing </div>
line 296 column 711 - Warning: missing </div>
line 296 column 671 - Warning: missing </div>
line 302 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 302 column 17 - Warning: inserting implicit <table>
line 302 column 21 - Warning: discarding unexpected <table>
line 304 column 33 - Warning: <style> isn't allowed in <td> elements
line 303 column 25 - Info: <td> previously mentioned
line 316 column 33 - Warning: missing <tr>
line 317 column 47 - Warning: <nobr> is not approved by W3C
line 317 column 47 - Warning: missing </nobr> before </table>
line 319 column 98 - Warning: <style> isn't allowed in <td> elements
line 319 column 25 - Info: <td> previously mentioned
line 319 column 898 - Warning: unescaped & or unknown entity "&m"
line 319 column 905 - Warning: unescaped & or unknown entity "&e"
line 319 column 959 - Warning: missing <tr>
line 319 column 963 - Warning: missing </span> before </td>
line 319 column 1377 - Warning: unescaped & or unknown entity "&e"
line 319 column 734 - Warning: missing </div>
line 319 column 711 - Warning: missing </div>
line 319 column 671 - Warning: missing </div>
line 323 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 323 column 17 - Warning: inserting implicit <table>
line 323 column 21 - Warning: discarding unexpected <table>
line 325 column 33 - Warning: <style> isn't allowed in <td> elements
line 324 column 25 - Info: <td> previously mentioned
line 337 column 33 - Warning: missing <tr>
line 338 column 47 - Warning: <nobr> is not approved by W3C
line 338 column 47 - Warning: missing </nobr> before </table>
line 340 column 98 - Warning: <style> isn't allowed in <td> elements
line 340 column 25 - Info: <td> previously mentioned
line 340 column 898 - Warning: unescaped & or unknown entity "&m"
line 340 column 905 - Warning: unescaped & or unknown entity "&e"
line 340 column 959 - Warning: missing <tr>
line 340 column 963 - Warning: missing </span> before </td>
line 342 column 1609 - Warning: unescaped & or unknown entity "&e"
line 340 column 734 - Warning: missing </div>
line 340 column 711 - Warning: missing </div>
line 340 column 671 - Warning: missing </div>
line 346 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 346 column 17 - Warning: inserting implicit <table>
line 346 column 21 - Warning: discarding unexpected <table>
line 348 column 33 - Warning: <style> isn't allowed in <td> elements
line 347 column 25 - Info: <td> previously mentioned
line 360 column 33 - Warning: missing <tr>
line 361 column 47 - Warning: <nobr> is not approved by W3C
line 361 column 47 - Warning: missing </nobr> before </table>
line 363 column 98 - Warning: <style> isn't allowed in <td> elements
line 363 column 25 - Info: <td> previously mentioned
line 363 column 898 - Warning: unescaped & or unknown entity "&m"
line 363 column 905 - Warning: unescaped & or unknown entity "&e"
line 363 column 959 - Warning: missing <tr>
line 363 column 963 - Warning: missing </span> before </td>
line 366 column 1545 - Warning: unescaped & or unknown entity "&e"
line 363 column 734 - Warning: missing </div>
line 363 column 711 - Warning: missing </div>
line 363 column 671 - Warning: missing </div>
line 370 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 370 column 17 - Warning: inserting implicit <table>
line 370 column 21 - Warning: discarding unexpected <table>
line 372 column 33 - Warning: <style> isn't allowed in <td> elements
line 371 column 25 - Info: <td> previously mentioned
line 384 column 33 - Warning: missing <tr>
line 385 column 47 - Warning: <nobr> is not approved by W3C
line 385 column 47 - Warning: missing </nobr> before </table>
line 387 column 98 - Warning: <style> isn't allowed in <td> elements
line 387 column 25 - Info: <td> previously mentioned
line 387 column 898 - Warning: unescaped & or unknown entity "&m"
line 387 column 905 - Warning: unescaped & or unknown entity "&e"
line 387 column 959 - Warning: missing <tr>
line 387 column 963 - Warning: missing </span> before <pre>
line 394 column 1315 - Warning: inserting implicit <span>
line 394 column 1489 - Warning: unescaped & or unknown entity "&e"
line 387 column 734 - Warning: missing </div>
line 387 column 711 - Warning: missing </div>
line 387 column 671 - Warning: missing </div>
line 398 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 398 column 17 - Warning: inserting implicit <table>
line 398 column 21 - Warning: discarding unexpected <table>
line 399 column 41 - Warning: missing <td>
line 402 column 41 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 402 column 41 - Warning: inserting implicit <table>
line 402 column 45 - Warning: discarding unexpected <table>
line 404 column 33 - Warning: <style> isn't allowed in <td> elements
line 403 column 25 - Info: <td> previously mentioned
line 416 column 33 - Warning: missing <tr>
line 417 column 47 - Warning: <nobr> is not approved by W3C
line 417 column 47 - Warning: missing </nobr> before </table>
line 419 column 98 - Warning: <style> isn't allowed in <td> elements
line 419 column 25 - Info: <td> previously mentioned
line 419 column 898 - Warning: unescaped & or unknown entity "&m"
line 419 column 905 - Warning: unescaped & or unknown entity "&e"
line 419 column 959 - Warning: missing <tr>
line 419 column 963 - Warning: missing </span> before <blockquote>
line 421 column 1186 - Warning: inserting implicit <span>
line 421 column 1186 - Warning: missing </span> before <hr>
line 422 column 1 - Warning: inserting implicit <span>
line 430 column 1 - Warning: inserting implicit <span>
line 430 column 1 - Warning: missing </span> before <blockquote>
line 430 column 1375 - Warning: inserting implicit <span>
line 430 column 1375 - Warning: missing </span> before <hr>
line 430 column 1383 - Warning: inserting implicit <span>
line 433 column 1 - Warning: inserting implicit <span>
line 433 column 1 - Warning: missing </span> before <blockquote>
line 433 column 1464 - Warning: inserting implicit <span>
line 433 column 1464 - Warning: missing </span> before <hr>
line 433 column 1494 - Warning: inserting implicit <span>
line 435 column 1 - Warning: inserting implicit <span>
line 435 column 2105 - Warning: unescaped & or unknown entity "&e"
line 419 column 734 - Warning: missing </div>
line 419 column 711 - Warning: missing </div>
line 419 column 671 - Warning: missing </div>
line 439 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 439 column 17 - Warning: inserting implicit <table>
line 439 column 21 - Warning: discarding unexpected <table>
line 441 column 33 - Warning: <style> isn't allowed in <td> elements
line 440 column 25 - Info: <td> previously mentioned
line 453 column 33 - Warning: missing <tr>
line 454 column 47 - Warning: <nobr> is not approved by W3C
line 454 column 47 - Warning: missing </nobr> before </table>
line 456 column 98 - Warning: <style> isn't allowed in <td> elements
line 456 column 25 - Info: <td> previously mentioned
line 456 column 898 - Warning: unescaped & or unknown entity "&m"
line 456 column 905 - Warning: unescaped & or unknown entity "&e"
line 456 column 959 - Warning: missing <tr>
line 456 column 963 - Warning: missing </span> before </td>
line 456 column 1362 - Warning: unescaped & or unknown entity "&e"
line 456 column 734 - Warning: missing </div>
line 456 column 711 - Warning: missing </div>
line 456 column 671 - Warning: missing </div>
line 460 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 460 column 17 - Warning: inserting implicit <table>
line 460 column 21 - Warning: discarding unexpected <table>
line 462 column 33 - Warning: <style> isn't allowed in <td> elements
line 461 column 25 - Info: <td> previously mentioned
line 474 column 33 - Warning: missing <tr>
line 475 column 47 - Warning: <nobr> is not approved by W3C
line 475 column 47 - Warning: missing </nobr> before </table>
line 477 column 98 - Warning: <style> isn't allowed in <td> elements
line 477 column 25 - Info: <td> previously mentioned
line 477 column 898 - Warning: unescaped & or unknown entity "&m"
line 477 column 905 - Warning: unescaped & or unknown entity "&e"
line 477 column 959 - Warning: missing <tr>
line 477 column 963 - Warning: missing </span> before </td>
line 479 column 1406 - Warning: unescaped & or unknown entity "&e"
line 477 column 734 - Warning: missing </div>
line 477 column 711 - Warning: missing </div>
line 477 column 671 - Warning: missing </div>
line 483 column 17 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 483 column 17 - Warning: inserting implicit <table>
line 483 column 21 - Warning: discarding unexpected <table>
line 484 column 41 - Warning: missing <td>
line 487 column 41 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 487 column 41 - Warning: inserting implicit <table>
line 487 column 45 - Warning: discarding unexpected <table>
line 488 column 41 - Warning: missing <td>
line 491 column 41 - Warning: <tr> isn't allowed in <body> elements
line 90 column 9 - Info: <body> previously mentioned
line 491 column 41 - Warning: inserting implicit <table>
line 491 column 45 - Warning: discarding unexpected <table>
line 493 column 33 - Warning: <style> isn't allowed in <td> elements
line 492 column 25 - Info: <td> previously mentioned
line 505 column 33 - Warning: missing <tr>
line 506 column 47 - Warning: <nobr> is not approved by W3C
line 506 column 47 - Warning: missing </nobr> before </table>
line 508 column 98 - Warning: <style> isn't allowed in <td> elements
line 508 column 25 - Info: <td> previously mentioned
line 508 column 898 - Warning: unescaped & or unknown entity "&m"
line 508 column 905 - Warning: unescaped & or unknown entity "&e"
line 508 column 958 - Warning: missing <tr>
line 508 column 962 - Warning: missing </span> before </td>
line 511 column 1681 - Warning: unescaped & or unknown entity "&e"
line 508 column 734 - Warning: missing </div>
line 508 column 711 - Warning: missing </div>
line 508 column 671 - Warning: missing </div>
line 519 column 35 - Warning: missing <tr>
line 519 column 95 - Warning: unescaped & or unknown entity "&page"
line 519 column 128 - Warning: unescaped & or unknown entity "&page"
line 519 column 161 - Warning: unescaped & or unknown entity "&page"
line 519 column 194 - Warning: unescaped & or unknown entity "&page"
line 519 column 227 - Warning: unescaped & or unknown entity "&page"
line 519 column 260 - Warning: unescaped & or unknown entity "&page"
line 519 column 293 - Warning: unescaped & or unknown entity "&page"
line 519 column 326 - Warning: unescaped & or unknown entity "&page"
line 519 column 359 - Warning: unescaped & or unknown entity "&page"
line 519 column 395 - Warning: unescaped & or unknown entity "&page"
line 519 column 430 - Warning: unescaped & or unknown entity "&page"
line 519 column 465 - Warning: unescaped & or unknown entity "&page"
line 519 column 500 - Warning: unescaped & or unknown entity "&page"
line 519 column 539 - Warning: unescaped & or unknown entity "&page"
line 519 column 574 - Warning: unescaped & or unknown entity "&page"
line 519 column 609 - Warning: unescaped & or unknown entity "&page"
line 519 column 644 - Warning: unescaped & or unknown entity "&page"
line 519 column 679 - Warning: unescaped & or unknown entity "&page"
line 519 column 714 - Warning: unescaped & or unknown entity "&page"
line 519 column 749 - Warning: unescaped & or unknown entity "&page"
line 519 column 784 - Warning: unescaped & or unknown entity "&page"
line 519 column 819 - Warning: unescaped & or unknown entity "&page"
line 519 column 854 - Warning: unescaped & or unknown entity "&page"
line 519 column 50 - Warning: missing </font> before </td>
line 519 column 891 - Warning: missing </font> before </table>
line 521 column 35 - Warning: missing <tr>
line 521 column 50 - Warning: missing </font> before </td>
line 521 column 132 - Warning: missing </font> before </table>
line 523 column 17 - Warning: discarding unexpected </textarea>
line 523 column 28 - Warning: discarding unexpected </form>
line 523 column 35 - Warning: discarding unexpected </embed>
line 523 column 43 - Warning: discarding unexpected </noembed>
line 523 column 53 - Warning: discarding unexpected </noscript>
line 523 column 64 - Warning: discarding unexpected </noembed>
line 523 column 74 - Warning: discarding unexpected </embed>
line 523 column 82 - Warning: discarding unexpected </table>
line 523 column 90 - Warning: discarding unexpected </table>
line 532 column 9 - Warning: missing </font> before <table>
line 548 column 9 - Warning: inserting implicit <font>
line 560 column 23 - Warning: inserting implicit <font>
line 567 column 58 - Warning: discarding unexpected </font>
line 525 column 1 - Warning: missing </center>
line 151 column 33 - Warning: <style> inserting "type" attribute
line 166 column 98 - Warning: <style> inserting "type" attribute
line 177 column 33 - Warning: <style> inserting "type" attribute
line 192 column 98 - Warning: <style> inserting "type" attribute
line 198 column 33 - Warning: <style> inserting "type" attribute
line 213 column 98 - Warning: <style> inserting "type" attribute
line 224 column 33 - Warning: <style> inserting "type" attribute
line 239 column 98 - Warning: <style> inserting "type" attribute
line 249 column 33 - Warning: <style> inserting "type" attribute
line 264 column 98 - Warning: <style> inserting "type" attribute
line 281 column 33 - Warning: <style> inserting "type" attribute
line 296 column 98 - Warning: <style> inserting "type" attribute
line 304 column 33 - Warning: <style> inserting "type" attribute
line 319 column 98 - Warning: <style> inserting "type" attribute
line 325 column 33 - Warning: <style> inserting "type" attribute
line 340 column 98 - Warning: <style> inserting "type" attribute
line 348 column 33 - Warning: <style> inserting "type" attribute
line 363 column 98 - Warning: <style> inserting "type" attribute
line 372 column 33 - Warning: <style> inserting "type" attribute
line 387 column 98 - Warning: <style> inserting "type" attribute
line 404 column 33 - Warning: <style> inserting "type" attribute
line 419 column 98 - Warning: <style> inserting "type" attribute
line 441 column 33 - Warning: <style> inserting "type" attribute
line 456 column 98 - Warning: <style> inserting "type" attribute
line 462 column 33 - Warning: <style> inserting "type" attribute
line 477 column 98 - Warning: <style> inserting "type" attribute
line 493 column 33 - Warning: <style> inserting "type" attribute
line 508 column 98 - Warning: <style> inserting "type" attribute
line 91 column 9 - Warning: <img> lacks "alt" attribute
line 93 column 10 - Warning: <table> lacks "summary" attribute
line 95 column 63 - Warning: <img> lacks "alt" attribute
line 100 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 100 column 93 - Warning: <img> lacks "alt" attribute
line 117 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 117 column 98 - Warning: <img> lacks "alt" attribute
line 136 column 1 - Warning: <table> lacks "summary" attribute
line 136 column 240 - Warning: <td> attribute "bgcolor" lacks value
line 141 column 17 - Warning: <table> lacks "summary" attribute
line 143 column 17 - Warning: <table> lacks "summary" attribute
line 146 column 17 - Warning: <table> lacks "summary" attribute
line 156 column 25 - Warning: <img> lacks "alt" attribute
line 158 column 45 - Warning: <img> lacks "alt" attribute
line 162 column 33 - Warning: <table> lacks "summary" attribute
line 166 column 847 - Warning: <img> lacks "alt" attribute
line 166 column 929 - Warning: <table> proprietary attribute "height"
line 166 column 929 - Warning: <table> lacks "summary" attribute
line 166 column 1004 - Warning: <img> proprietary attribute value "absmiddle"
line 166 column 1004 - Warning: <img> lacks "alt" attribute
line 171 column 1582 - Warning: <img> proprietary attribute value "absmiddle"
line 171 column 1582 - Warning: <img> lacks "alt" attribute
line 171 column 1754 - Warning: <img> lacks "alt" attribute
line 173 column 1824 - Warning: <img> lacks "alt" attribute
line 175 column 17 - Warning: <table> lacks "summary" attribute
line 182 column 25 - Warning: <img> lacks "alt" attribute
line 184 column 45 - Warning: <img> lacks "alt" attribute
line 188 column 33 - Warning: <table> lacks "summary" attribute
line 192 column 847 - Warning: <img> lacks "alt" attribute
line 192 column 929 - Warning: <table> proprietary attribute "height"
line 192 column 929 - Warning: <table> lacks "summary" attribute
line 192 column 962 - Warning: <span> anchor "ackt-box" already defined
line 192 column 1234 - Warning: <img> lacks "alt" attribute
line 194 column 1304 - Warning: <img> lacks "alt" attribute
line 196 column 17 - Warning: <table> lacks "summary" attribute
line 203 column 25 - Warning: <img> lacks "alt" attribute
line 205 column 45 - Warning: <img> lacks "alt" attribute
line 209 column 33 - Warning: <table> lacks "summary" attribute
line 213 column 847 - Warning: <img> lacks "alt" attribute
line 213 column 929 - Warning: <table> proprietary attribute "height"
line 213 column 929 - Warning: <table> lacks "summary" attribute
line 213 column 962 - Warning: <span> anchor "ackt-box" already defined
line 213 column 1031 - Warning: <img> proprietary attribute value "absmiddle"
line 213 column 1031 - Warning: <img> lacks "alt" attribute
line 215 column 1088 - Warning: <img> lacks "alt" attribute
line 218 column 1178 - Warning: <img> proprietary attribute value "absmiddle"
line 218 column 1178 - Warning: <img> lacks "alt" attribute
line 218 column 1354 - Warning: <img> lacks "alt" attribute
line 220 column 1424 - Warning: <img> lacks "alt" attribute
line 222 column 17 - Warning: <table> lacks "summary" attribute
line 229 column 25 - Warning: <img> lacks "alt" attribute
line 231 column 45 - Warning: <img> lacks "alt" attribute
line 235 column 33 - Warning: <table> lacks "summary" attribute
line 239 column 847 - Warning: <img> lacks "alt" attribute
line 239 column 930 - Warning: <table> proprietary attribute "height"
line 239 column 930 - Warning: <table> lacks "summary" attribute
line 239 column 963 - Warning: <span> anchor "ackt-box" already defined
line 239 column 1199 - Warning: <img> proprietary attribute value "absmiddle"
line 239 column 1199 - Warning: <img> lacks "alt" attribute
line 239 column 1371 - Warning: <img> lacks "alt" attribute
line 241 column 1441 - Warning: <img> lacks "alt" attribute
line 243 column 17 - Warning: <table> lacks "summary" attribute
line 247 column 41 - Warning: <table> lacks "summary" attribute
line 254 column 25 - Warning: <img> lacks "alt" attribute
line 256 column 45 - Warning: <img> lacks "alt" attribute
line 260 column 33 - Warning: <table> lacks "summary" attribute
line 264 column 847 - Warning: <img> lacks "alt" attribute
line 264 column 930 - Warning: <table> proprietary attribute "height"
line 264 column 930 - Warning: <table> lacks "summary" attribute
line 264 column 963 - Warning: <span> anchor "ackt-box" already defined
line 264 column 1168 - Warning: <img> proprietary attribute value "absmiddle"
line 264 column 1168 - Warning: <img> lacks "alt" attribute
line 267 column 1416 - Warning: <img> proprietary attribute value "absmiddle"
line 267 column 1416 - Warning: <img> lacks "alt" attribute
line 267 column 1588 - Warning: <img> lacks "alt" attribute
line 269 column 1658 - Warning: <img> lacks "alt" attribute
line 271 column 17 - Warning: <table> lacks "summary" attribute
line 275 column 41 - Warning: <table> lacks "summary" attribute
line 279 column 41 - Warning: <table> lacks "summary" attribute
line 286 column 25 - Warning: <img> lacks "alt" attribute
line 288 column 45 - Warning: <img> lacks "alt" attribute
line 292 column 33 - Warning: <table> lacks "summary" attribute
line 296 column 847 - Warning: <img> lacks "alt" attribute
line 296 column 930 - Warning: <table> proprietary attribute "height"
line 296 column 930 - Warning: <table> lacks "summary" attribute
line 296 column 963 - Warning: <span> anchor "ackt-box" already defined
line 296 column 1074 - Warning: <img> proprietary attribute value "absmiddle"
line 296 column 1074 - Warning: <img> lacks "alt" attribute
line 298 column 1145 - Warning: <span> anchor "ackt-box" already defined
line 298 column 1212 - Warning: <span> anchor "ackt-box" already defined
line 298 column 1423 - Warning: <span> anchor "ackt-box" already defined
line 298 column 1508 - Warning: <img> proprietary attribute value "absmiddle"
line 298 column 1508 - Warning: <img> lacks "alt" attribute
line 298 column 1772 - Warning: <img> lacks "alt" attribute
line 300 column 1842 - Warning: <img> lacks "alt" attribute
line 302 column 17 - Warning: <table> lacks "summary" attribute
line 309 column 25 - Warning: <img> lacks "alt" attribute
line 311 column 45 - Warning: <img> lacks "alt" attribute
line 315 column 33 - Warning: <table> lacks "summary" attribute
line 319 column 847 - Warning: <img> lacks "alt" attribute
line 319 column 930 - Warning: <table> proprietary attribute "height"
line 319 column 930 - Warning: <table> lacks "summary" attribute
line 319 column 963 - Warning: <span> anchor "ackt-box" already defined
line 319 column 1148 - Warning: <img> proprietary attribute value "absmiddle"
line 319 column 1148 - Warning: <img> lacks "alt" attribute
line 319 column 1324 - Warning: <img> lacks "alt" attribute
line 321 column 1394 - Warning: <img> lacks "alt" attribute
line 323 column 17 - Warning: <table> lacks "summary" attribute
line 330 column 25 - Warning: <img> lacks "alt" attribute
line 332 column 45 - Warning: <img> lacks "alt" attribute
line 336 column 33 - Warning: <table> lacks "summary" attribute
line 340 column 847 - Warning: <img> lacks "alt" attribute
line 340 column 930 - Warning: <table> proprietary attribute "height"
line 340 column 930 - Warning: <table> lacks "summary" attribute
line 340 column 963 - Warning: <span> anchor "ackt-box" already defined
line 340 column 1038 - Warning: <img> proprietary attribute value "absmiddle"
line 340 column 1038 - Warning: <img> lacks "alt" attribute
line 342 column 1384 - Warning: <img> proprietary attribute value "absmiddle"
line 342 column 1384 - Warning: <img> lacks "alt" attribute
line 342 column 1556 - Warning: <img> lacks "alt" attribute
line 344 column 1626 - Warning: <img> lacks "alt" attribute
line 346 column 17 - Warning: <table> lacks "summary" attribute
line 353 column 25 - Warning: <img> lacks "alt" attribute
line 355 column 45 - Warning: <img> lacks "alt" attribute
line 359 column 33 - Warning: <table> lacks "summary" attribute
line 363 column 847 - Warning: <img> lacks "alt" attribute
line 363 column 930 - Warning: <table> proprietary attribute "height"
line 363 column 930 - Warning: <table> lacks "summary" attribute
line 363 column 963 - Warning: <span> anchor "ackt-box" already defined
line 363 column 1031 - Warning: <img> proprietary attribute value "absmiddle"
line 363 column 1031 - Warning: <img> lacks "alt" attribute
line 366 column 1316 - Warning: <img> proprietary attribute value "absmiddle"
line 366 column 1316 - Warning: <img> lacks "alt" attribute
line 366 column 1492 - Warning: <img> lacks "alt" attribute
line 368 column 1562 - Warning: <img> lacks "alt" attribute
line 370 column 17 - Warning: <table> lacks "summary" attribute
line 377 column 25 - Warning: <img> lacks "alt" attribute
line 379 column 45 - Warning: <img> lacks "alt" attribute
line 383 column 33 - Warning: <table> lacks "summary" attribute
line 387 column 847 - Warning: <img> lacks "alt" attribute
line 387 column 930 - Warning: <table> proprietary attribute "height"
line 387 column 930 - Warning: <table> lacks "summary" attribute
line 387 column 963 - Warning: <span> anchor "ackt-box" already defined
line 389 column 1133 - Warning: <span> anchor "ackt-box" already defined
line 394 column 1315 - Warning: <span> anchor "ackt-box" already defined
line 394 column 1436 - Warning: <img> lacks "alt" attribute
line 396 column 1506 - Warning: <img> lacks "alt" attribute
line 398 column 17 - Warning: <table> lacks "summary" attribute
line 402 column 41 - Warning: <table> lacks "summary" attribute
line 409 column 25 - Warning: <img> lacks "alt" attribute
line 411 column 45 - Warning: <img> lacks "alt" attribute
line 415 column 33 - Warning: <table> lacks "summary" attribute
line 419 column 847 - Warning: <img> lacks "alt" attribute
line 419 column 930 - Warning: <table> proprietary attribute "height"
line 419 column 930 - Warning: <table> lacks "summary" attribute
line 419 column 963 - Warning: <span> anchor "ackt-box" already defined
line 421 column 1186 - Warning: <span> anchor "ackt-box" already defined
line 422 column 1 - Warning: <span> anchor "ackt-box" already defined
line 430 column 1 - Warning: <span> anchor "ackt-box" already defined
line 430 column 1375 - Warning: <span> anchor "ackt-box" already defined
line 430 column 1383 - Warning: <span> anchor "ackt-box" already defined
line 433 column 1 - Warning: <span> anchor "ackt-box" already defined
line 433 column 1464 - Warning: <span> anchor "ackt-box" already defined
line 433 column 1494 - Warning: <span> anchor "ackt-box" already defined
line 435 column 1 - Warning: <span> anchor "ackt-box" already defined
line 435 column 1881 - Warning: <img> proprietary attribute value "absmiddle"
line 435 column 1881 - Warning: <img> lacks "alt" attribute
line 435 column 2052 - Warning: <img> lacks "alt" attribute
line 437 column 2122 - Warning: <img> lacks "alt" attribute
line 439 column 17 - Warning: <table> lacks "summary" attribute
line 446 column 25 - Warning: <img> lacks "alt" attribute
line 448 column 45 - Warning: <img> lacks "alt" attribute
line 452 column 33 - Warning: <table> lacks "summary" attribute
line 456 column 847 - Warning: <img> lacks "alt" attribute
line 456 column 930 - Warning: <table> proprietary attribute "height"
line 456 column 930 - Warning: <table> lacks "summary" attribute
line 456 column 963 - Warning: <span> anchor "ackt-box" already defined
line 456 column 1136 - Warning: <img> proprietary attribute value "absmiddle"
line 456 column 1136 - Warning: <img> lacks "alt" attribute
line 456 column 1309 - Warning: <img> lacks "alt" attribute
line 458 column 1379 - Warning: <img> lacks "alt" attribute
line 460 column 17 - Warning: <table> lacks "summary" attribute
line 467 column 25 - Warning: <img> lacks "alt" attribute
line 469 column 45 - Warning: <img> lacks "alt" attribute
line 473 column 33 - Warning: <table> lacks "summary" attribute
line 477 column 847 - Warning: <img> lacks "alt" attribute
line 477 column 930 - Warning: <table> proprietary attribute "height"
line 477 column 930 - Warning: <table> lacks "summary" attribute
line 477 column 963 - Warning: <span> anchor "ackt-box" already defined
line 479 column 1177 - Warning: <img> proprietary attribute value "absmiddle"
line 479 column 1177 - Warning: <img> lacks "alt" attribute
line 479 column 1353 - Warning: <img> lacks "alt" attribute
line 481 column 1423 - Warning: <img> lacks "alt" attribute
line 483 column 17 - Warning: <table> lacks "summary" attribute
line 487 column 41 - Warning: <table> lacks "summary" attribute
line 491 column 41 - Warning: <table> lacks "summary" attribute
line 498 column 25 - Warning: <img> lacks "alt" attribute
line 500 column 45 - Warning: <img> lacks "alt" attribute
line 504 column 33 - Warning: <table> lacks "summary" attribute
line 508 column 847 - Warning: <img> lacks "alt" attribute
line 508 column 929 - Warning: <table> proprietary attribute "height"
line 508 column 929 - Warning: <table> lacks "summary" attribute
line 508 column 962 - Warning: <span> anchor "ackt-box" already defined
line 508 column 1193 - Warning: <img> proprietary attribute value "absmiddle"
line 508 column 1193 - Warning: <img> lacks "alt" attribute
line 511 column 1456 - Warning: <img> proprietary attribute value "absmiddle"
line 511 column 1456 - Warning: <img> lacks "alt" attribute
line 511 column 1628 - Warning: <img> lacks "alt" attribute
line 513 column 1698 - Warning: <img> lacks "alt" attribute
line 516 column 17 - Warning: <table> lacks "summary" attribute
line 519 column 17 - Warning: <table> lacks "summary" attribute
line 521 column 17 - Warning: <table> lacks "summary" attribute
line 527 column 1 - Warning: <img> lacks "alt" attribute
line 528 column 1 - Warning: <img> lacks "alt" attribute
line 529 column 1 - Warning: <img> lacks "alt" attribute
line 536 column 9 - Warning: <table> lacks "summary" attribute
line 538 column 25 - Warning: <img> lacks "alt" attribute
line 548 column 67 - Warning: <img> lacks "alt" attribute
line 568 column 17 - Warning: <table> lacks "summary" attribute
line 141 column 132 - Warning: trimming empty <font>
line 143 column 891 - Warning: trimming empty <font>
line 519 column 891 - Warning: trimming empty <font>
line 521 column 132 - Warning: trimming empty <font>
Info: Document content looks like HTML Proprietary
Info: No system identifier in emitted doctype
598 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