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

Jul - Posts by Leroy
Pages: 1 2 3
Leroy
Member
Level: 16


Posts: 21/60
EXP: 18304
For next: 1952

Since: 07-18-10


Since last post: 1479 days
Last activity: 1289 days

Posted on 08-20-10 03:24:13 AM, in Jul Faces Link
Originally posted by paulguy
You mean that shirt is the only thing you're wearing in that picture, or something? :o
No. Cropped as in lower quality/resolution. I could post the HD version, but everyone here'd see all the blemishes and stuff. xD
Leroy
Member
Level: 16


Posts: 22/60
EXP: 18304
For next: 1952

Since: 07-18-10


Since last post: 1479 days
Last activity: 1289 days

Posted on 08-20-10 03:26:28 AM, in What is your religion? Link
Officially, I'm Catholic, because my parents decided to baptize me, just because, when I was born. I'm not religious in any way though, and I'd never baptize my children if I'll have any. I'd let my kid decide on his own when (s)he's old enough to do so.
Leroy
Member
Level: 16


Posts: 23/60
EXP: 18304
For next: 1952

Since: 07-18-10


Since last post: 1479 days
Last activity: 1289 days

Posted on 08-20-10 04:15:46 AM, in Picky Eaters Link
Picky eaters can be annoying, especially those that only want to eat junk food and the like. Cooking is one of my hobbies, and I've learned to always try/taste everything out before shouting that I don't want/like it. Of course, it's everyone's own decision to be picky, but picky people tend to be a hassle in a group. A good example is going to a restaurant with a big portion of the family, or a big group of friends. Some people don't want to go anywhere, because they "don't like" the food at a lot of places (while they never even tried it in the first place), and you end up going somewhere shitty.
Leroy
Member
Level: 16


Posts: 24/60
EXP: 18304
For next: 1952

Since: 07-18-10


Since last post: 1479 days
Last activity: 1289 days

Posted on 08-20-10 04:19:57 AM, in Scrolling pages Link
Scroll wheel usually. What really annoys me is that some Windows applications are put together so poorly, that they use 'panels' where the scroll wheel doesn't work, and you're forced to have to click and/or drag 'n drop the scrollbar.
Leroy
Member
Level: 16


Posts: 25/60
EXP: 18304
For next: 1952

Since: 07-18-10


Since last post: 1479 days
Last activity: 1289 days

Posted on 08-26-10 04:20:44 AM, in IE9 exposed on Microsoft's Russian Site Link
I couldn't care less about how it looks, though the minimalism trend is annoying. Last week I helped someone configure an email account in Windows Live Mail on a Windows 7 Home Premium PC, took me for friggin' ever because there isn't a many or anything.

It's mostly the supposed CSS3 support that'll make me use IE9. Just for testing purposes.
Leroy
Member
Level: 16


Posts: 26/60
EXP: 18304
For next: 1952

Since: 07-18-10


Since last post: 1479 days
Last activity: 1289 days

Posted on 08-27-10 02:29:24 PM, in IE9 exposed on Microsoft's Russian Site Link
Firefox isn't what it used to be anymore, either. I liked it at first because it was small, compact, fast and lightweight, now it randomly crashes and consumes way too many resources for what it's supposed to do.

As for the whole Windows XP thing, it's outdated. Just as outdated as Internet Explorer 6 is. You can't expect a supplier to keep supporting an outdated product for ever.
Leroy
Member
Level: 16


Posts: 27/60
EXP: 18304
For next: 1952

Since: 07-18-10


Since last post: 1479 days
Last activity: 1289 days

Posted on 08-29-10 02:29:13 PM, in The next big change (last edited by Leroy at 08-29-10 02:29 PM) Link
I never was a fan of post layouts. Needless to say, I immediately turned them off as soon as I registered here.

I remember people completely screwing over the board layouts with broken post layouts. Epic era was epic.
Leroy
Member
Level: 16


Posts: 28/60
EXP: 18304
For next: 1952

Since: 07-18-10


Since last post: 1479 days
Last activity: 1289 days

Posted on 08-29-10 02:41:27 PM, in Obligatory desktop screenshots thread Link
Ah, thread nostalgy!

Mine's as simple as always.
Leroy
Member
Level: 16


Posts: 29/60
EXP: 18304
For next: 1952

Since: 07-18-10


Since last post: 1479 days
Last activity: 1289 days

Posted on 08-29-10 02:52:02 PM, in The next big change (last edited by Leroy at 08-29-10 02:55 PM) Link
I remember toying around with the global.php and layout.php files, and mainly putting stuff in them that required one of the 2 to be included before the other and visa versa, getting stuck with the order of inclusion.

That's what classes and objects are for. With a class you can just include the file in which the class is declared, and depending on your class structure and object model, you won't have to worry anymore about (the order of) the inclusion of several objects. As long as your method 'signatures' are recognised by including the file at all.
Leroy
Member
Level: 16


Posts: 30/60
EXP: 18304
For next: 1952

Since: 07-18-10


Since last post: 1479 days
Last activity: 1289 days

Posted on 08-29-10 03:03:03 PM, in The next big change (last edited by Leroy at 08-29-10 03:06 PM) Link
Actually, for cases like this, object models work like a charm. The major downside of doing everything with generic functions is that you'll have to be careful with the order of declaration and using stuff (vars, functions, etc.), and you pretty much make your whole application one big procedural piece of code. Plus there's the limitation when it comes to 'scoping'. The only 2 scopes you have are the ones within actual functions, and the rest of your code. Can get quite messy with a lot of variables and files.

And overusing classes is never a good thing, obviously. Though in terms of readability and scalability, having a User object with Username, Password, EmailAddress properties for example, is way more for itself speaking than a $User array with a bunch of column names as indexes. Of course, the advantages of a setup like this are only really noticeable when you use a good IDE.
Leroy
Member
Level: 16


Posts: 31/60
EXP: 18304
For next: 1952

Since: 07-18-10


Since last post: 1479 days
Last activity: 1289 days

Posted on 08-29-10 05:01:08 PM, in The next big change (last edited by Leroy at 08-29-10 05:09 PM) Link
Originally posted by Terra
I never liked or understood OOP much. I learned programming in Commodore 64 BASIC, complete with line numbers, at the age of 8
I didn't want to have anything to do with 'hip' and 'trendy' Object Oriented Programming years ago, in my board scripting era, either. Nowadays I have a pretty much identical set of scalable classes I can use without adapting changes in every new project.

Call it a matter of taste, but I'd rather work with this:

... than this:


The first, object oriented method allows IDEs with auto-completion (such as Intellisense for Visual Studio) to create a list with all properties/fields/methods your object contains. With just a few keystrokes and small amounts of code, you can make very effective and functional scripts and even programs. And best of all, you aren't required to know everything about your database (IE column names and the like) every time you want to work with data, because your business logic class takes care of that.

Plus, it's generally bad practice to put SQL queries in your most front presentation files. That's very prone to errors, not very scalable and crops your files with logic that belongs elsewhere. It's better to make a so called 'Data Access Layer' where all the interaction between application and database takes place. That way it's easier to maintain and secure, not to mention make it easier to port (parts of) your application. I've had projects where the application had to be compatible with MySQL, MS SQL Server and Paradox. Good luck achieving that when you put all your loose, database platform specific queries in your presentation files.

Originally posted by OoBurns
I like OOP, but I don't often use it when coding in PHP. PHP's objects feel like they were tacked on to a scripting language as an afterthought (probably because they were). I will create classes in PHP if they'll obviously make things simpler, though.

Logic programming, on the other hand, is something I still haven't gotten the hang of.
QFT. I'm currently rewriting the core code base for the PHP version of my CMS, and I'm once again made clear how annoying PHP can be by not properly supporting/implementing basic stuff such as enumerations, strong typing, method overloading, etcetera. Even the 'type hinting' alternative PHP offers because of the lack of strong typing is extremely limited, and doesn't even work on native types such as string and int.
Leroy
Member
Level: 16


Posts: 32/60
EXP: 18304
For next: 1952

Since: 07-18-10


Since last post: 1479 days
Last activity: 1289 days

Posted on 08-29-10 05:28:02 PM, in The next big change (last edited by Leroy at 08-29-10 05:30 PM) Link
Originally posted by Kas
Although pretty much everything PHP does is "tacked on", it would be misguided to suggest that one shouldn't use an object-oriented methodology because PHP doesn't implement advanced OO functionality. PHP's OO implementation still allows for significantly better software design than procedural code alone does.

I will admit that object orientation is a significant concept to grasp, but there simply is no debate any more. Object Orientation is a superior methodology for software development and will remain so until a better methodology is developed.
Very true. Even in PHP, it's possible to make a class with fields, properties and methods that represent a logical object of your application. It's quite a chore as opposed to how easy it is in languages such as C#, but still, possible.

And I pretty much agree with you on the "there is no debate any more" statement. OOP makes your life as a programmer so much more easier and enjoyable. Thinking back of the days where I worked with generic code only, never used a debugger and had to rewrite custom code every time over again makes me shiver.
Leroy
Member
Level: 16


Posts: 33/60
EXP: 18304
For next: 1952

Since: 07-18-10


Since last post: 1479 days
Last activity: 1289 days

Posted on 08-29-10 05:34:25 PM, in Troubleshooting/Diagnostic Apps Link
Sticky thread bumping time.

One of my most favorite diagnostic/tracing/sniffing/troubleshooting tools is Wireshark. Monitors all network traffic and makes it easy to see what headers and packages are sent and received.
Leroy
Member
Level: 16


Posts: 34/60
EXP: 18304
For next: 1952

Since: 07-18-10


Since last post: 1479 days
Last activity: 1289 days

Posted on 08-29-10 05:51:06 PM, in The next big change Link
Originally posted by Xkeeper
I must use some sort of psuedo-mix, then, I guess, at least outside of PHP.

It's not quite complete (and hasn't been touched for a few weeks now, as usual) but just rename .love to .zip and have at it. The files are all in one spot for now because I haven't gotten that far.



require "ai.lua" -- Eventually these will be split into their functions, but for now...


And this isn't much code, so it's not a necessity to split it in a ton of files anyway.
Leroy
Member
Level: 16


Posts: 35/60
EXP: 18304
For next: 1952

Since: 07-18-10


Since last post: 1479 days
Last activity: 1289 days

Posted on 08-29-10 07:21:49 PM, in Hi everyone, I'm a reregistering retard Link
Dang, people still use proxies to re-register at forums to post one silly thread? This isn't 2004 anymore, you know.
Leroy
Member
Level: 16


Posts: 36/60
EXP: 18304
For next: 1952

Since: 07-18-10


Since last post: 1479 days
Last activity: 1289 days

Posted on 08-30-10 02:20:48 AM, in Obligatory desktop screenshots thread Link
I want to have an overview of all my opened programs and their windows, instead of getting them categorized in a few task bar buttons. I'm always on this wide screen laptop anyway, so there really isn't any loss in 'space' by putting the task bar there.
Leroy
Member
Level: 16


Posts: 37/60
EXP: 18304
For next: 1952

Since: 07-18-10


Since last post: 1479 days
Last activity: 1289 days

Posted on 08-30-10 01:27:39 PM, in Obligatory desktop screenshots thread Link
In spite of my 'wide' task bar, I still have more width left then necessary for a 4:3 proportion.
Leroy
Member
Level: 16


Posts: 38/60
EXP: 18304
For next: 1952

Since: 07-18-10


Since last post: 1479 days
Last activity: 1289 days

Posted on 09-01-10 02:49:36 AM, in Mail. No, not E-mail. Link
I rarely get postal mail, since I practically do everything online. The only things I receive through postal mail are salary specifications and invoices, pretty much everything else such as phone bills I save digitally.
Leroy
Member
Level: 16


Posts: 39/60
EXP: 18304
For next: 1952

Since: 07-18-10


Since last post: 1479 days
Last activity: 1289 days

Posted on 09-01-10 02:53:27 AM, in I'm old. Link
Haha, it's the same here! I'll be turning 24 in a few months. I started working at quite a young age and I've always been more 'serious' and 'enterprising' than most of my friends. I currently have a summer job as a mailman (since I'll be going to Australia in a few weeks for a long time) and I have to pick up corporate mail at companies. One of these companies is the high school I went to when I was 11 - 15 years old. I really felt ancient when I saw all these tiny juveniles walking around when I went to pick up the mail.
Leroy
Member
Level: 16


Posts: 40/60
EXP: 18304
For next: 1952

Since: 07-18-10


Since last post: 1479 days
Last activity: 1289 days

Posted on 09-02-10 07:08:20 AM, in Troubleshooting/Diagnostic Apps (last edited by Leroy at 09-02-10 07:08 AM) Link
Originally posted by Xkeeper
Originally posted by Leroy
Sticky thread bumping time.

One of my most favorite diagnostic/tracing/sniffing/troubleshooting tools is Wireshark. Monitors all network traffic and makes it easy to see what headers and packages are sent and received.

Fun thing to do: Find a public network and enjoy
Yup, hence the 'sniffing'. And my girlfriend lives in a neithbourhood with a lot of condos, and even more people using totally unsecured wireless connections.
Pages: 1 2 3
Jul - Posts by Leroy






Rusted Logic

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

31 database queries, 46 query cache hits.
Query execution time:  0.026491 seconds
Script execution time:  0.078255 seconds
Total render time:  0.104746 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 96 - Warning: unescaped & or unknown entity "&page"
line 143 column 132 - Warning: unescaped & or unknown entity "&page"
line 143 column 50 - Warning: missing </font> before </td>
line 143 column 167 - Warning: missing </font> before </table>
line 150 column 9 - Warning: <div> isn't allowed in <tr> elements
line 149 column 9 - Info: <tr> previously mentioned
line 152 column 9 - Warning: missing <tr>
line 166 column 13 - Warning: missing <tr>
line 167 column 27 - Warning: <nobr> is not approved by W3C
line 171 column 15 - Warning: missing <td>
line 172 column 9 - Warning: <div> isn't allowed in <tr> elements
line 171 column 15 - Info: <tr> previously mentioned
line 174 column 9 - Warning: missing <tr>
line 188 column 13 - Warning: missing <tr>
line 189 column 27 - Warning: <nobr> is not approved by W3C
line 193 column 15 - Warning: missing <td>
line 194 column 9 - Warning: <div> isn't allowed in <tr> elements
line 193 column 15 - Info: <tr> previously mentioned
line 196 column 9 - Warning: missing <tr>
line 210 column 13 - Warning: missing <tr>
line 211 column 27 - Warning: <nobr> is not approved by W3C
line 215 column 15 - Warning: missing <td>
line 216 column 9 - Warning: <div> isn't allowed in <tr> elements
line 215 column 15 - Info: <tr> previously mentioned
line 218 column 9 - Warning: missing <tr>
line 232 column 13 - Warning: missing <tr>
line 233 column 27 - Warning: <nobr> is not approved by W3C
line 237 column 15 - Warning: missing <td>
line 238 column 9 - Warning: <div> isn't allowed in <tr> elements
line 237 column 15 - Info: <tr> previously mentioned
line 240 column 9 - Warning: missing <tr>
line 254 column 13 - Warning: missing <tr>
line 255 column 27 - Warning: <nobr> is not approved by W3C
line 261 column 15 - Warning: missing <td>
line 262 column 9 - Warning: <div> isn't allowed in <tr> elements
line 261 column 15 - Info: <tr> previously mentioned
line 264 column 9 - Warning: missing <tr>
line 278 column 13 - Warning: missing <tr>
line 279 column 27 - Warning: <nobr> is not approved by W3C
line 285 column 15 - Warning: missing <td>
line 286 column 9 - Warning: <div> isn't allowed in <tr> elements
line 285 column 15 - Info: <tr> previously mentioned
line 288 column 9 - Warning: missing <tr>
line 302 column 13 - Warning: missing <tr>
line 303 column 27 - Warning: <nobr> is not approved by W3C
line 309 column 15 - Warning: missing <td>
line 310 column 9 - Warning: <div> isn't allowed in <tr> elements
line 309 column 15 - Info: <tr> previously mentioned
line 312 column 9 - Warning: missing <tr>
line 326 column 13 - Warning: missing <tr>
line 327 column 27 - Warning: <nobr> is not approved by W3C
line 333 column 15 - Warning: missing <td>
line 334 column 9 - Warning: <div> isn't allowed in <tr> elements
line 333 column 15 - Info: <tr> previously mentioned
line 336 column 9 - Warning: missing <tr>
line 350 column 13 - Warning: missing <tr>
line 351 column 27 - Warning: <nobr> is not approved by W3C
line 357 column 15 - Warning: missing <td>
line 358 column 9 - Warning: <div> isn't allowed in <tr> elements
line 357 column 15 - Info: <tr> previously mentioned
line 360 column 9 - Warning: missing <tr>
line 374 column 13 - Warning: missing <tr>
line 375 column 27 - Warning: <nobr> is not approved by W3C
line 381 column 15 - Warning: missing <td>
line 382 column 9 - Warning: <div> isn't allowed in <tr> elements
line 381 column 15 - Info: <tr> previously mentioned
line 384 column 9 - Warning: missing <tr>
line 398 column 13 - Warning: missing <tr>
line 399 column 27 - Warning: <nobr> is not approved by W3C
line 416 column 15 - Warning: missing <td>
line 417 column 9 - Warning: <div> isn't allowed in <tr> elements
line 416 column 15 - Info: <tr> previously mentioned
line 419 column 9 - Warning: missing <tr>
line 433 column 13 - Warning: missing <tr>
line 434 column 27 - Warning: <nobr> is not approved by W3C
line 442 column 15 - Warning: missing <td>
line 443 column 9 - Warning: <div> isn't allowed in <tr> elements
line 442 column 15 - Info: <tr> previously mentioned
line 445 column 9 - Warning: missing <tr>
line 459 column 13 - Warning: missing <tr>
line 460 column 27 - Warning: <nobr> is not approved by W3C
line 466 column 15 - Warning: missing <td>
line 467 column 9 - Warning: <div> isn't allowed in <tr> elements
line 466 column 15 - Info: <tr> previously mentioned
line 469 column 9 - Warning: missing <tr>
line 483 column 13 - Warning: missing <tr>
line 484 column 27 - Warning: <nobr> is not approved by W3C
line 488 column 398 - Warning: unescaped & or unknown entity "&t"
line 494 column 15 - Warning: missing <td>
line 495 column 9 - Warning: <div> isn't allowed in <tr> elements
line 494 column 15 - Info: <tr> previously mentioned
line 497 column 9 - Warning: missing <tr>
line 511 column 13 - Warning: missing <tr>
line 512 column 27 - Warning: <nobr> is not approved by W3C
line 516 column 15 - Warning: missing <td>
line 517 column 9 - Warning: <div> isn't allowed in <tr> elements
line 516 column 15 - Info: <tr> previously mentioned
line 519 column 9 - Warning: missing <tr>
line 533 column 13 - Warning: missing <tr>
line 534 column 27 - Warning: <nobr> is not approved by W3C
line 538 column 15 - Warning: missing <td>
line 539 column 9 - Warning: <div> isn't allowed in <tr> elements
line 538 column 15 - Info: <tr> previously mentioned
line 541 column 9 - Warning: missing <tr>
line 555 column 13 - Warning: missing <tr>
line 556 column 27 - Warning: <nobr> is not approved by W3C
line 560 column 15 - Warning: missing <td>
line 561 column 9 - Warning: <div> isn't allowed in <tr> elements
line 560 column 15 - Info: <tr> previously mentioned
line 563 column 9 - Warning: missing <tr>
line 577 column 13 - Warning: missing <tr>
line 578 column 27 - Warning: <nobr> is not approved by W3C
line 582 column 15 - Warning: missing <td>
line 583 column 9 - Warning: <div> isn't allowed in <tr> elements
line 582 column 15 - Info: <tr> previously mentioned
line 585 column 9 - Warning: missing <tr>
line 599 column 13 - Warning: missing <tr>
line 600 column 27 - Warning: <nobr> is not approved by W3C
line 604 column 15 - Warning: missing <td>
line 605 column 9 - Warning: <div> isn't allowed in <tr> elements
line 604 column 15 - Info: <tr> previously mentioned
line 607 column 9 - Warning: missing <tr>
line 621 column 13 - Warning: missing <tr>
line 622 column 27 - Warning: <nobr> is not approved by W3C
line 630 column 17 - Warning: discarding unexpected <table>
line 633 column 35 - Warning: missing <tr>
line 633 column 96 - Warning: unescaped & or unknown entity "&page"
line 633 column 132 - Warning: unescaped & or unknown entity "&page"
line 633 column 50 - Warning: missing </font> before </td>
line 633 column 167 - Warning: missing </font> before </table>
line 635 column 35 - Warning: missing <tr>
line 635 column 50 - Warning: missing </font> before </td>
line 635 column 132 - Warning: missing </font> before </table>
line 637 column 17 - Warning: discarding unexpected </textarea>
line 637 column 28 - Warning: discarding unexpected </form>
line 637 column 35 - Warning: discarding unexpected </embed>
line 637 column 43 - Warning: discarding unexpected </noembed>
line 637 column 53 - Warning: discarding unexpected </noscript>
line 637 column 64 - Warning: discarding unexpected </noembed>
line 637 column 74 - Warning: discarding unexpected </embed>
line 637 column 82 - Warning: discarding unexpected </table>
line 637 column 90 - Warning: discarding unexpected </table>
line 646 column 9 - Warning: missing </font> before <table>
line 662 column 69 - Warning: inserting implicit <font>
line 665 column 1 - Warning: inserting implicit <font>
line 674 column 23 - Warning: inserting implicit <font>
line 681 column 58 - Warning: discarding unexpected </font>
line 639 column 1 - Warning: missing </center>
line 91 column 9 - Warning: <img> lacks "alt" attribute
line 93 column 10 - Warning: <table> lacks "summary" attribute
line 95 column 63 - Warning: <img> lacks "alt" attribute
line 100 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 100 column 93 - Warning: <img> lacks "alt" attribute
line 117 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 117 column 98 - Warning: <img> lacks "alt" attribute
line 136 column 1 - Warning: <table> lacks "summary" attribute
line 136 column 240 - Warning: <td> attribute "bgcolor" lacks value
line 141 column 17 - Warning: <table> lacks "summary" attribute
line 143 column 17 - Warning: <table> lacks "summary" attribute
line 151 column 9 - Warning: <table> lacks "summary" attribute
line 155 column 22 - Warning: <img> lacks "alt" attribute
line 155 column 63 - Warning: <img> lacks "alt" attribute
line 155 column 112 - Warning: <img> lacks "alt" attribute
line 155 column 162 - Warning: <img> lacks "alt" attribute
line 162 column 15 - Warning: <img> lacks "alt" attribute
line 165 column 11 - Warning: <table> lacks "summary" attribute
line 169 column 257 - Warning: <img> proprietary attribute value "absmiddle"
line 169 column 257 - Warning: <img> lacks "alt" attribute
line 173 column 9 - Warning: <table> lacks "summary" attribute
line 177 column 22 - Warning: <img> lacks "alt" attribute
line 177 column 63 - Warning: <img> lacks "alt" attribute
line 177 column 112 - Warning: <img> lacks "alt" attribute
line 177 column 162 - Warning: <img> lacks "alt" attribute
line 184 column 15 - Warning: <img> lacks "alt" attribute
line 187 column 11 - Warning: <table> lacks "summary" attribute
line 195 column 9 - Warning: <table> lacks "summary" attribute
line 199 column 22 - Warning: <img> lacks "alt" attribute
line 199 column 63 - Warning: <img> lacks "alt" attribute
line 199 column 112 - Warning: <img> lacks "alt" attribute
line 199 column 162 - Warning: <img> lacks "alt" attribute
line 206 column 15 - Warning: <img> lacks "alt" attribute
line 209 column 11 - Warning: <table> lacks "summary" attribute
line 217 column 9 - Warning: <table> lacks "summary" attribute
line 221 column 22 - Warning: <img> lacks "alt" attribute
line 221 column 63 - Warning: <img> lacks "alt" attribute
line 221 column 112 - Warning: <img> lacks "alt" attribute
line 221 column 162 - Warning: <img> lacks "alt" attribute
line 228 column 15 - Warning: <img> lacks "alt" attribute
line 231 column 11 - Warning: <table> lacks "summary" attribute
line 235 column 310 - Warning: <img> proprietary attribute value "absmiddle"
line 235 column 310 - Warning: <img> lacks "alt" attribute
line 239 column 9 - Warning: <table> lacks "summary" attribute
line 243 column 22 - Warning: <img> lacks "alt" attribute
line 243 column 63 - Warning: <img> lacks "alt" attribute
line 243 column 112 - Warning: <img> lacks "alt" attribute
line 243 column 162 - Warning: <img> lacks "alt" attribute
line 250 column 15 - Warning: <img> lacks "alt" attribute
line 253 column 11 - Warning: <table> lacks "summary" attribute
line 263 column 9 - Warning: <table> lacks "summary" attribute
line 267 column 22 - Warning: <img> lacks "alt" attribute
line 267 column 63 - Warning: <img> lacks "alt" attribute
line 267 column 112 - Warning: <img> lacks "alt" attribute
line 267 column 162 - Warning: <img> lacks "alt" attribute
line 274 column 15 - Warning: <img> lacks "alt" attribute
line 277 column 11 - Warning: <table> lacks "summary" attribute
line 287 column 9 - Warning: <table> lacks "summary" attribute
line 291 column 22 - Warning: <img> lacks "alt" attribute
line 291 column 63 - Warning: <img> lacks "alt" attribute
line 291 column 112 - Warning: <img> lacks "alt" attribute
line 291 column 162 - Warning: <img> lacks "alt" attribute
line 298 column 15 - Warning: <img> lacks "alt" attribute
line 301 column 11 - Warning: <table> lacks "summary" attribute
line 305 column 109 - Warning: <img> proprietary attribute value "absmiddle"
line 305 column 109 - Warning: <img> lacks "alt" attribute
line 305 column 242 - Warning: <img> proprietary attribute value "absmiddle"
line 305 column 242 - Warning: <img> lacks "alt" attribute
line 307 column 407 - Warning: <img> proprietary attribute value "absmiddle"
line 307 column 407 - Warning: <img> lacks "alt" attribute
line 311 column 9 - Warning: <table> lacks "summary" attribute
line 315 column 22 - Warning: <img> lacks "alt" attribute
line 315 column 63 - Warning: <img> lacks "alt" attribute
line 315 column 112 - Warning: <img> lacks "alt" attribute
line 315 column 162 - Warning: <img> lacks "alt" attribute
line 322 column 15 - Warning: <img> lacks "alt" attribute
line 325 column 11 - Warning: <table> lacks "summary" attribute
line 329 column 95 - Warning: <img> proprietary attribute value "absmiddle"
line 329 column 95 - Warning: <img> lacks "alt" attribute
line 331 column 243 - Warning: <img> proprietary attribute value "absmiddle"
line 331 column 243 - Warning: <img> lacks "alt" attribute
line 335 column 9 - Warning: <table> lacks "summary" 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 346 column 15 - Warning: <img> lacks "alt" attribute
line 349 column 11 - Warning: <table> lacks "summary" attribute
line 353 column 292 - Warning: <img> proprietary attribute value "absmiddle"
line 353 column 292 - Warning: <img> lacks "alt" attribute
line 355 column 691 - Warning: <img> proprietary attribute value "absmiddle"
line 355 column 691 - Warning: <img> lacks "alt" attribute
line 359 column 9 - Warning: <table> lacks "summary" attribute
line 363 column 22 - Warning: <img> lacks "alt" attribute
line 363 column 63 - Warning: <img> lacks "alt" attribute
line 363 column 112 - Warning: <img> lacks "alt" attribute
line 363 column 162 - Warning: <img> lacks "alt" attribute
line 370 column 15 - Warning: <img> lacks "alt" attribute
line 373 column 11 - Warning: <table> lacks "summary" attribute
line 377 column 591 - Warning: <img> proprietary attribute value "absmiddle"
line 377 column 591 - Warning: <img> lacks "alt" attribute
line 383 column 9 - Warning: <table> lacks "summary" attribute
line 387 column 22 - Warning: <img> lacks "alt" attribute
line 387 column 63 - Warning: <img> lacks "alt" attribute
line 387 column 112 - Warning: <img> lacks "alt" attribute
line 387 column 162 - Warning: <img> lacks "alt" attribute
line 394 column 15 - Warning: <img> lacks "alt" attribute
line 397 column 11 - Warning: <table> lacks "summary" attribute
line 401 column 275 - Warning: <img> proprietary attribute value "absmiddle"
line 401 column 275 - Warning: <img> lacks "alt" attribute
line 404 column 664 - Warning: <img> escaping malformed URI reference
line 404 column 664 - Warning: <img> lacks "alt" attribute
line 406 column 745 - Warning: <img> escaping malformed URI reference
line 406 column 745 - Warning: <img> lacks "alt" attribute
line 410 column 1973 - Warning: <img> proprietary attribute value "absmiddle"
line 410 column 1973 - Warning: <img> lacks "alt" attribute
line 414 column 2907 - Warning: <img> proprietary attribute value "absmiddle"
line 414 column 2907 - Warning: <img> lacks "alt" attribute
line 418 column 9 - Warning: <table> lacks "summary" attribute
line 422 column 22 - Warning: <img> lacks "alt" attribute
line 422 column 63 - Warning: <img> lacks "alt" attribute
line 422 column 112 - Warning: <img> lacks "alt" attribute
line 422 column 162 - Warning: <img> lacks "alt" attribute
line 429 column 15 - Warning: <img> lacks "alt" attribute
line 432 column 11 - Warning: <table> lacks "summary" attribute
line 438 column 734 - Warning: <img> proprietary attribute value "absmiddle"
line 438 column 734 - Warning: <img> lacks "alt" attribute
line 440 column 1099 - Warning: <img> proprietary attribute value "absmiddle"
line 440 column 1099 - Warning: <img> lacks "alt" attribute
line 440 column 1379 - Warning: <img> proprietary attribute value "absmiddle"
line 440 column 1379 - Warning: <img> lacks "alt" attribute
line 444 column 9 - Warning: <table> lacks "summary" attribute
line 448 column 22 - Warning: <img> lacks "alt" attribute
line 448 column 63 - Warning: <img> lacks "alt" attribute
line 448 column 112 - Warning: <img> lacks "alt" attribute
line 448 column 162 - Warning: <img> lacks "alt" attribute
line 455 column 15 - Warning: <img> lacks "alt" attribute
line 458 column 11 - Warning: <table> lacks "summary" attribute
line 468 column 9 - Warning: <table> lacks "summary" attribute
line 472 column 22 - Warning: <img> lacks "alt" attribute
line 472 column 63 - Warning: <img> lacks "alt" attribute
line 472 column 112 - Warning: <img> lacks "alt" attribute
line 472 column 162 - Warning: <img> lacks "alt" attribute
line 479 column 15 - Warning: <img> lacks "alt" attribute
line 482 column 11 - Warning: <table> lacks "summary" attribute
line 490 column 664 - Warning: <img> proprietary attribute value "absmiddle"
line 490 column 664 - Warning: <img> lacks "alt" attribute
line 496 column 9 - Warning: <table> lacks "summary" attribute
line 500 column 22 - Warning: <img> lacks "alt" attribute
line 500 column 63 - Warning: <img> lacks "alt" attribute
line 500 column 112 - Warning: <img> lacks "alt" attribute
line 500 column 162 - Warning: <img> lacks "alt" attribute
line 507 column 15 - Warning: <img> lacks "alt" attribute
line 510 column 11 - Warning: <table> lacks "summary" attribute
line 514 column 191 - Warning: <img> proprietary attribute value "absmiddle"
line 514 column 191 - Warning: <img> lacks "alt" attribute
line 518 column 9 - Warning: <table> lacks "summary" attribute
line 522 column 22 - Warning: <img> lacks "alt" attribute
line 522 column 63 - Warning: <img> lacks "alt" attribute
line 522 column 112 - Warning: <img> lacks "alt" attribute
line 522 column 162 - Warning: <img> lacks "alt" attribute
line 529 column 15 - Warning: <img> lacks "alt" attribute
line 532 column 11 - Warning: <table> lacks "summary" attribute
line 536 column 209 - Warning: <img> proprietary attribute value "absmiddle"
line 536 column 209 - Warning: <img> lacks "alt" attribute
line 536 column 380 - Warning: <img> proprietary attribute value "absmiddle"
line 536 column 380 - Warning: <img> lacks "alt" attribute
line 540 column 9 - Warning: <table> lacks "summary" attribute
line 544 column 22 - Warning: <img> lacks "alt" attribute
line 544 column 63 - Warning: <img> lacks "alt" attribute
line 544 column 112 - Warning: <img> lacks "alt" attribute
line 544 column 162 - Warning: <img> lacks "alt" attribute
line 551 column 15 - Warning: <img> lacks "alt" attribute
line 554 column 11 - Warning: <table> lacks "summary" attribute
line 558 column 172 - Warning: <img> proprietary attribute value "absmiddle"
line 558 column 172 - Warning: <img> lacks "alt" attribute
line 562 column 9 - Warning: <table> lacks "summary" attribute
line 566 column 22 - Warning: <img> lacks "alt" attribute
line 566 column 63 - Warning: <img> lacks "alt" attribute
line 566 column 112 - Warning: <img> lacks "alt" attribute
line 566 column 162 - Warning: <img> lacks "alt" attribute
line 573 column 15 - Warning: <img> lacks "alt" attribute
line 576 column 11 - Warning: <table> lacks "summary" attribute
line 584 column 9 - Warning: <table> lacks "summary" attribute
line 588 column 22 - Warning: <img> lacks "alt" attribute
line 588 column 63 - Warning: <img> lacks "alt" attribute
line 588 column 112 - Warning: <img> lacks "alt" attribute
line 588 column 162 - Warning: <img> lacks "alt" attribute
line 595 column 15 - Warning: <img> lacks "alt" attribute
line 598 column 11 - Warning: <table> lacks "summary" attribute
line 602 column 603 - Warning: <img> proprietary attribute value "absmiddle"
line 602 column 603 - Warning: <img> lacks "alt" attribute
line 606 column 9 - Warning: <table> lacks "summary" 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 617 column 15 - Warning: <img> lacks "alt" attribute
line 620 column 11 - Warning: <table> lacks "summary" attribute
line 627 column 557 - Warning: <img> proprietary attribute value "absmiddle"
line 627 column 557 - Warning: <img> lacks "alt" attribute
line 627 column 651 - Warning: <img> proprietary attribute value "absmiddle"
line 627 column 651 - Warning: <img> lacks "alt" attribute
line 627 column 834 - Warning: <img> proprietary attribute value "absmiddle"
line 627 column 834 - Warning: <img> lacks "alt" attribute
line 146 column 17 - Warning: <table> lacks "summary" attribute
line 633 column 17 - Warning: <table> lacks "summary" attribute
line 635 column 17 - Warning: <table> lacks "summary" attribute
line 641 column 1 - Warning: <img> lacks "alt" attribute
line 642 column 1 - Warning: <img> lacks "alt" attribute
line 643 column 1 - Warning: <img> lacks "alt" attribute
line 650 column 9 - Warning: <table> lacks "summary" attribute
line 652 column 25 - Warning: <img> lacks "alt" attribute
line 682 column 17 - Warning: <table> lacks "summary" attribute
line 141 column 132 - Warning: trimming empty <font>
line 143 column 167 - Warning: trimming empty <font>
line 604 column 15 - Warning: trimming empty <tr>
line 633 column 167 - Warning: trimming empty <font>
line 635 column 132 - Warning: trimming empty <font>
line 153 column 11 - Warning: <a> cannot copy name attribute to id
line 175 column 11 - Warning: <a> cannot copy name attribute to id
line 197 column 11 - Warning: <a> cannot copy name attribute to id
line 219 column 11 - Warning: <a> cannot copy name attribute to id
line 241 column 11 - Warning: <a> cannot copy name attribute to id
line 265 column 11 - Warning: <a> cannot copy name attribute to id
line 289 column 11 - Warning: <a> cannot copy name attribute to id
line 313 column 11 - Warning: <a> cannot copy name attribute to id
line 337 column 11 - Warning: <a> cannot copy name attribute to id
line 361 column 11 - Warning: <a> cannot copy name attribute to id
line 385 column 11 - Warning: <a> cannot copy name attribute to id
line 420 column 11 - Warning: <a> cannot copy name attribute to id
line 446 column 11 - Warning: <a> cannot copy name attribute to id
line 470 column 11 - Warning: <a> cannot copy name attribute to id
line 498 column 11 - Warning: <a> cannot copy name attribute to id
line 520 column 11 - Warning: <a> cannot copy name attribute to id
line 542 column 11 - Warning: <a> cannot copy name attribute to id
line 564 column 11 - Warning: <a> cannot copy name attribute to id
line 586 column 11 - Warning: <a> cannot copy name attribute to id
line 608 column 11 - Warning: <a> cannot copy name attribute to id
Info: Document content looks like HTML Proprietary
Info: No system identifier in emitted doctype
380 warnings, 0 errors were found!


URIs must be properly escaped, they must not contain unescaped
characters below U+0021 including the space character and not
above U+007E. Tidy escapes the URI for you as recommended by
HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents
use another algorithm to escape such URIs and some server-sided
scripts depend on that. If you want to depend on that, you must
escape the URI by your own. For more information please refer to
http://www.w3.org/International/O-URL-and-ident.html

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