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: 57859986
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - JCS - Stats - Latest Posts - Color Chart - Smilies
10-15-14 09:29:58 PM
fortyfive-antelope

Jul - Posts by Kas
Pages: 1 2 3 4 5 6 7 8
Kas
Member
Level: 25


Posts: 102/143
EXP: 87804
For next: 1816

Since: 07-28-07
From: Sheffield, UK

Since last post: 1024 days
Last activity: 991 days

Posted on 05-12-10 03:43:44 AM, in David Cameron Becomes Prime Minster Link
The Conservative Party is the party of Margaret Thatcher and John Major. They're a right-of-centre party.
They ousted Labour, which was the left-of-centre party of Tony Blair. It is true that our conservatives are milder than your Republicans, but they're still seen as the party of big business and the rich. They've also instituted such things as Section 28, which forbade the education about homesexual relationships.

A Conservative government is unlikely to be progressive socially, increases in funding to the NHS, breakthroughs in LGBT legislation and improvements to education all came under a Labour government. But given the result of the election, which made a Liberal / Labour coalition extremely difficult, it is certainly the next best thing. A minority Conservative government would have seen no Liberal MPs in the cabinet and no Liberal policies. So yes, it's a good thing given the election made Labour a non-option.
Kas
Member
Level: 25


Posts: 103/143
EXP: 87804
For next: 1816

Since: 07-28-07
From: Sheffield, UK

Since last post: 1024 days
Last activity: 991 days

Posted on 05-12-10 02:17:49 PM, in David Cameron Becomes Prime Minster Link
Originally posted by Shadic
To be fair, Margaret Thatcher was far more extreme than anybody expected.


She was certainly a worthy counterpart to your neocon, Ronald Reagan...
Kas
Member
Level: 25


Posts: 104/143
EXP: 87804
For next: 1816

Since: 07-28-07
From: Sheffield, UK

Since last post: 1024 days
Last activity: 991 days

Posted on 05-12-10 05:42:36 PM, in David Cameron Becomes Prime Minster Link
That's exactly the thing Labour were foreseeing. The Conservatives are about to undertake severe cuts in spending and are likely to face a massive challenge to their reputation. With Labour in opposition with David Milliband as their young, new leader (he's by far and away the favourite in the leadership contest), they could stand to win by a landslide if the Liberal Conservative government falters.
Kas
Member
Level: 25


Posts: 105/143
EXP: 87804
For next: 1816

Since: 07-28-07
From: Sheffield, UK

Since last post: 1024 days
Last activity: 991 days

Posted on 05-29-10 06:26:12 PM, in Suddenly, bikes! Link
I have this, a GT Agressor 3.0. Sheffield has lots of cobbled streets, lots of hills and lots of potholes. I cycle down a canal towpath in the morning, so a sturdy mountainbike is just the sort of thing I need. I also live on the edge of the Peak District, so lots of hills and countryside to explore with it.

If you have an iPhone, this is awesome. It's like a GPS trip computer, and I've logged twenty miles this week alone
Kas
Member
Level: 25


Posts: 106/143
EXP: 87804
For next: 1816

Since: 07-28-07
From: Sheffield, UK

Since last post: 1024 days
Last activity: 991 days

Posted on 06-23-10 05:06:07 PM, in Without Jul/Acmlm's... Link
I probably wouldn't have a career as a web developer. HTML, PHP, CSS, SQL, Photoshop, I learned most of it while I was here.

At the very least I'd be a very large step behind where I am now.

Honestly.
Kas
Member
Level: 25


Posts: 107/143
EXP: 87804
For next: 1816

Since: 07-28-07
From: Sheffield, UK

Since last post: 1024 days
Last activity: 991 days

Posted on 06-23-10 05:12:46 PM, in Driving Link
I'm twenty six. I started learning to drive about seven years ago, but never finished. Since then, I've learned to ride a motorbike.

I've decided to pick up lessons again and pass my test, because I want to hire a car to drive down to Le Mans, France to see one of the greatest motor races of all time :-)
Kas
Member
Level: 25


Posts: 108/143
EXP: 87804
For next: 1816

Since: 07-28-07
From: Sheffield, UK

Since last post: 1024 days
Last activity: 991 days

Posted on 08-14-10 05:14:12 PM, in Degree Link
BSc (HONS) in Computing (Software Engineering) from Sheffield Hallam University.
Kas
Member
Level: 25


Posts: 109/143
EXP: 87804
For next: 1816

Since: 07-28-07
From: Sheffield, UK

Since last post: 1024 days
Last activity: 991 days

Posted on 08-18-10 06:19:07 PM, in Obligatory desktop screenshots thread Link
My setup
Kas
Member
Level: 25


Posts: 110/143
EXP: 87804
For next: 1816

Since: 07-28-07
From: Sheffield, UK

Since last post: 1024 days
Last activity: 991 days

Posted on 08-20-10 04:35:46 PM, in Next up from Apple: The iBike Link
I use an app called Cyclemeter for the iPhone. It uses the iPhone's built-in GPS to function as a trip computer. It logs all my journeys accurately, so I can measure how far I've cycled on a trip, in a week, in a month or in a year. It also measures maximum and average speed, plots my route in Google Maps and is a really great way to turn a simple commute into routine exercise.

Trust me, the iPhone is already really great at this - and much better than most budget trip computers.
Kas
Member
Level: 25


Posts: 111/143
EXP: 87804
For next: 1816

Since: 07-28-07
From: Sheffield, UK

Since last post: 1024 days
Last activity: 991 days

Posted on 08-21-10 03:42:29 AM, in What to do when you can't eat & sleep... Link
Right now, at this moment, we can't sleep. Chad's playing Final Fantasy VIII and I'm writing some PHP. Being starved of sleep is usually an indication that you're in a focused mood. The number of games I've beaten after an all nighter at 7AM Saturday morning is... still quite low but it's a very good time
Kas
Member
Level: 25


Posts: 112/143
EXP: 87804
For next: 1816

Since: 07-28-07
From: Sheffield, UK

Since last post: 1024 days
Last activity: 991 days

Posted on 08-29-10 03:24:45 PM, in The next big change Link
I always try to make my code as object oriented as possible. I always end up with a bootstrapping file that is essentially including the application code, configuring the essential parts of the application and bootstrapping the application itself. I usually use Zend Framework for all jobs that don't require a content management system, so this forces the front-controller model as above, but for another reason as well; I can't stand code executing on inclusion of a file. It's absurdly bad practice because it robs you as the coder from being able to control how and when code executes - among other reasons.

When using the model-view-controller pattern I've also been criticised making my action controllers too "fat" with logic. Whereas I'm getting much better at learning techniques to abstract logic to the model, I've always liked to make my action controllers like a "script" of things that happen in each action for a coder to read. I've seen some coders put as little as two or three lines in their action controllers, and I'll counter that this can lead to action logic being spread out over several different source code files. I'd much rather fat controllers than tracing logic through three different source code files any day.

Zend Framework gives you back some of the precision you lose in pin-pointing errors from a front-controller model by including stack-tracing functionality, so you can trace the flow of control through each function and method call. PHP's standard error reporting was never built for object oriented, complex applications, and better software design, libraries and frameworks have had to step in to do it properly.

It's a shame that I learned all about this after my tenure as a developer on the board
Kas
Member
Level: 25


Posts: 113/143
EXP: 87804
For next: 1816

Since: 07-28-07
From: Sheffield, UK

Since last post: 1024 days
Last activity: 991 days

Posted on 08-29-10 05:20:40 PM, in The next big change Link
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.
Kas
Member
Level: 25


Posts: 114/143
EXP: 87804
For next: 1816

Since: 07-28-07
From: Sheffield, UK

Since last post: 1024 days
Last activity: 991 days

Posted on 08-30-10 12:43:24 PM, in Hi everyone, I'm a reregistering retard (last edited by Kas at 08-30-10 12:43 PM) Link
Originally posted by Zero One
Originally posted by Flying Omelette
I know people who are stuck in 1995.


88 miles an hour!


One-point-twenty-one jiggawatts??!!??

http://1.21jiggawatts.com/
Kas
Member
Level: 25


Posts: 115/143
EXP: 87804
For next: 1816

Since: 07-28-07
From: Sheffield, UK

Since last post: 1024 days
Last activity: 991 days

Posted on 09-02-10 05:45:02 PM, in Obligatory desktop screenshots thread Link
Which Macintoshes do you run, Bagel?
Kas
Member
Level: 25


Posts: 116/143
EXP: 87804
For next: 1816

Since: 07-28-07
From: Sheffield, UK

Since last post: 1024 days
Last activity: 991 days

Posted on 09-03-10 03:12:43 AM, in Camping Link
I'm actually going camping tomorrow with the tech and programming community from Sheffield, it's a bi-annual event called Geeks in the Peaks.

I went to the last one (some of the photos may not be public).
Kas
Member
Level: 25


Posts: 117/143
EXP: 87804
For next: 1816

Since: 07-28-07
From: Sheffield, UK

Since last post: 1024 days
Last activity: 991 days

Posted on 09-03-10 02:25:25 PM, in Camping Link
I'm certainly a fan of the "camping with a car" rather than "camping with a backpack". Taking things like a portaloo and a tent big enough that you can stand in make a huge difference, something I've noticed even with limited experience of camping.

I think camping will probably just remain something I'll do for Geeks in the Peaks. I'm going to think about renting a camper-van for Formula One Grand Prixs and visiting Le Mans for the 24 Hours.
Kas
Member
Level: 25


Posts: 118/143
EXP: 87804
For next: 1816

Since: 07-28-07
From: Sheffield, UK

Since last post: 1024 days
Last activity: 991 days

Posted on 09-08-10 05:13:58 PM, in Jul Meet & Greet Link
Yeah, same. Although I'm really far away.

I'd always think about visiting you guys if I was near.
Kas
Member
Level: 25


Posts: 119/143
EXP: 87804
For next: 1816

Since: 07-28-07
From: Sheffield, UK

Since last post: 1024 days
Last activity: 991 days

Posted on 09-12-10 04:49:54 AM, in Where were you on 9-11 in 2001? Link
I was in sixth form at the time, 17 years old. There were rumors going around school at about 14:45 that the teachers were watching something terrible happening on the news in their staff rooms, and the rest of the day pretty much fell apart. People were saying that the Twin Towers had been attacked, one had fell, and the Pentagon had been attacked. Those sorts of rumors in school are often exaggerated, so I didn't believe them entirely - but I got on my bike and raced home.

I reckon that was the fastest I'd gotten home from school ever. I got home just in time to watch the North Tower fall live on TV. It was something so big and unbelievable that it left me numb for a few days. I spent quite a few nights watching the news all the way until midnight.

September 12th was interesting. I had lots of free periods in school that day, so I bought every newspaper and brought them to the common room to read. I sat there almost all day absorbing information and talking with friends. That week was probably one of the most surreal in my life.


I also remember where I was on the day of the July London bombings. I was working in WHSmith Windsor, which is not far outside of London. I was working in the stock room that week, so we were listening to the news reports on the radio, like we had been listening to the radio reports that we'd won the 2012 Olympics just the day before. We were hearing that trains to London were stopping at Maidenhead, so I wasn't sure if I could get home to Reading at the end of the day. I remember there being enough police on the street to be on every single street corner in Windsor and Reading. It was amazing how many officers were around - there must have been a fair number recalled from offices, leave, etc.
Kas
Member
Level: 25


Posts: 120/143
EXP: 87804
For next: 1816

Since: 07-28-07
From: Sheffield, UK

Since last post: 1024 days
Last activity: 991 days

Posted on 09-18-10 01:05:39 PM, in Self-Taught Skills Link
I picked up PHP, HTML and CSS about nine years ago around the time when I started hanging out at Acmlm's Board and the Final Fantasy VII Citadel. I liked it enough that I studied Software Engineering at university. I've learned a lot about programming and software development at uni, so I can't really say everything I've learned in web development terms I learned on my own. However, I've never had any formal training in PHP, HTML or CSS - everything is self-taught or adapted from what I've learned in other languages while at university.

Drawing is something I do infrequently now, but I used to do more often. I've practiced over many years and I've since graduated to digital image manipulation packages like Photoshop, and I'm now using a Wacom tablet. It's still something I like to keep on a very small scale though, so I'm most happy using just an A5 tablet and the $50 Pixelmator app for the Mac.

At the moment, I'm teaching myself sewing and dressmaking. I inherited a sewing machine from Chad's mum, who didn't need it any more. I've bought myself some fabric and some patterns for some cushions and I'm giving it a go. It's something I want to replace drawing more and more, to become one of my primary hobbies when I'm older and I've got more experience. I really want to be good enough to make my own clothes and costumes.
Kas
Member
Level: 25


Posts: 121/143
EXP: 87804
For next: 1816

Since: 07-28-07
From: Sheffield, UK

Since last post: 1024 days
Last activity: 991 days

Posted on 10-06-10 05:07:28 PM, in Son of the Transgender Megathread Link
For those of you who haven't been around for a while, I started the original "Genderfreak Blog" circa 2002 at Acmlm's Board. The thread started as I began disclosing my situation online as well as to the people I know IRL, including doctors under whose care I was at the time.

An incredible amount of water has passed under the bridge since then, but the story isn't nearly over yet. At the moment I've been living "as a woman" for four years, and it seems so much longer than that - it feels almost eternal, such is the significance of the change since then. I'm currently waiting on a referral for a appointment with London's Charing Cross hospital, where I will be getting a second opinion for gender reassignment surgery ("The Surgery" for people less accustomed to all this crap).

This year marks twelve years since this first became an issue for me; twelve years since I accepted something was very seriously wrong and I needed to start familiarising myself with some seriously weird shit if I was going to understand what was going on. When I see my psychiatrist, my counsellor, my doctor now I'm extremely advanced in my treatment, and very few things ever come as a surprise. Most people who are receiving their treatment are barely a year into living in their gender role.

Yet I'm now looking at the inevitability of surgery in the next twelve months. I don't have the date yet, as I don't yet have the second opinion I need for it. Yet I know it's there; it's only a formality. It's coming.

I feel like I'm on the brink of a precipice of the abyss. It's something I've known was coming for the past decade, and now I'm there. Now I'm there, it's so much deeper and blacker than I thought it would be. Maybe it's bigger now because I've had such a protracted period of treatment - delayed for switching to the National Health Service, completing my degree, establishing my career. Maybe you naturally take more things in your stride in your youth.

Where the fuck has the past ten years gone?
Pages: 1 2 3 4 5 6 7 8
Jul - Posts by Kas






Rusted Logic

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

37 database queries, 40 query cache hits.
Query execution time:  0.039984 seconds
Script execution time:  0.080049 seconds
Total render time:  0.120033 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 130 - 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 262 - Warning: unescaped & or unknown entity "&page"
line 143 column 295 - Warning: unescaped & or unknown entity "&page"
line 143 column 50 - Warning: missing </font> before </td>
line 143 column 330 - 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 174 column 15 - Warning: missing <td>
line 175 column 9 - Warning: <div> isn't allowed in <tr> elements
line 174 column 15 - Info: <tr> previously mentioned
line 177 column 9 - Warning: missing <tr>
line 191 column 13 - Warning: missing <tr>
line 192 column 27 - Warning: <nobr> is not approved by W3C
line 198 column 15 - Warning: missing <td>
line 199 column 9 - Warning: <div> isn't allowed in <tr> elements
line 198 column 15 - Info: <tr> previously mentioned
line 201 column 9 - Warning: missing <tr>
line 215 column 13 - Warning: missing <tr>
line 216 column 27 - Warning: <nobr> is not approved by W3C
line 220 column 15 - Warning: missing <td>
line 221 column 9 - Warning: <div> isn't allowed in <tr> elements
line 220 column 15 - Info: <tr> previously mentioned
line 223 column 9 - Warning: missing <tr>
line 237 column 13 - Warning: missing <tr>
line 238 column 27 - Warning: <nobr> is not approved by W3C
line 244 column 15 - Warning: missing <td>
line 245 column 9 - Warning: <div> isn't allowed in <tr> elements
line 244 column 15 - Info: <tr> previously mentioned
line 247 column 9 - Warning: missing <tr>
line 261 column 13 - Warning: missing <tr>
line 262 column 27 - Warning: <nobr> is not approved by W3C
line 270 column 15 - Warning: missing <td>
line 271 column 9 - Warning: <div> isn't allowed in <tr> elements
line 270 column 15 - Info: <tr> previously mentioned
line 273 column 9 - Warning: missing <tr>
line 287 column 13 - Warning: missing <tr>
line 288 column 27 - Warning: <nobr> is not approved by W3C
line 294 column 15 - Warning: missing <td>
line 295 column 9 - Warning: <div> isn't allowed in <tr> elements
line 294 column 15 - Info: <tr> previously mentioned
line 297 column 9 - Warning: missing <tr>
line 311 column 13 - Warning: missing <tr>
line 312 column 27 - Warning: <nobr> is not approved by W3C
line 316 column 15 - Warning: missing <td>
line 317 column 9 - Warning: <div> isn't allowed in <tr> elements
line 316 column 15 - Info: <tr> previously mentioned
line 319 column 9 - Warning: missing <tr>
line 333 column 13 - Warning: missing <tr>
line 334 column 27 - Warning: <nobr> is not approved by W3C
line 338 column 15 - Warning: missing <td>
line 339 column 9 - Warning: <div> isn't allowed in <tr> elements
line 338 column 15 - Info: <tr> previously mentioned
line 341 column 9 - Warning: missing <tr>
line 355 column 13 - Warning: missing <tr>
line 356 column 27 - Warning: <nobr> is not approved by W3C
line 362 column 15 - Warning: missing <td>
line 363 column 9 - Warning: <div> isn't allowed in <tr> elements
line 362 column 15 - Info: <tr> previously mentioned
line 365 column 9 - Warning: missing <tr>
line 379 column 13 - Warning: missing <tr>
line 380 column 27 - Warning: <nobr> is not approved by W3C
line 384 column 15 - Warning: missing <td>
line 385 column 9 - Warning: <div> isn't allowed in <tr> elements
line 384 column 15 - Info: <tr> previously mentioned
line 387 column 9 - Warning: missing <tr>
line 401 column 13 - Warning: missing <tr>
line 402 column 27 - Warning: <nobr> is not approved by W3C
line 412 column 15 - Warning: missing <td>
line 413 column 9 - Warning: <div> isn't allowed in <tr> elements
line 412 column 15 - Info: <tr> previously mentioned
line 415 column 9 - Warning: missing <tr>
line 429 column 13 - Warning: missing <tr>
line 430 column 27 - Warning: <nobr> is not approved by W3C
line 436 column 15 - Warning: missing <td>
line 437 column 9 - Warning: <div> isn't allowed in <tr> elements
line 436 column 15 - Info: <tr> previously mentioned
line 439 column 9 - Warning: missing <tr>
line 453 column 13 - Warning: missing <tr>
line 454 column 27 - Warning: <nobr> is not approved by W3C
line 464 column 15 - Warning: missing <td>
line 465 column 9 - Warning: <div> isn't allowed in <tr> elements
line 464 column 15 - Info: <tr> previously mentioned
line 467 column 9 - Warning: missing <tr>
line 481 column 13 - Warning: missing <tr>
line 482 column 27 - Warning: <nobr> is not approved by W3C
line 486 column 15 - Warning: missing <td>
line 487 column 9 - Warning: <div> isn't allowed in <tr> elements
line 486 column 15 - Info: <tr> previously mentioned
line 489 column 9 - Warning: missing <tr>
line 503 column 13 - Warning: missing <tr>
line 504 column 27 - Warning: <nobr> is not approved by W3C
line 510 column 15 - Warning: missing <td>
line 511 column 9 - Warning: <div> isn't allowed in <tr> elements
line 510 column 15 - Info: <tr> previously mentioned
line 513 column 9 - Warning: missing <tr>
line 527 column 13 - Warning: missing <tr>
line 528 column 27 - Warning: <nobr> is not approved by W3C
line 534 column 15 - Warning: missing <td>
line 535 column 9 - Warning: <div> isn't allowed in <tr> elements
line 534 column 15 - Info: <tr> previously mentioned
line 537 column 9 - Warning: missing <tr>
line 551 column 13 - Warning: missing <tr>
line 552 column 27 - Warning: <nobr> is not approved by W3C
line 558 column 15 - Warning: missing <td>
line 559 column 9 - Warning: <div> isn't allowed in <tr> elements
line 558 column 15 - Info: <tr> previously mentioned
line 561 column 9 - Warning: missing <tr>
line 575 column 13 - Warning: missing <tr>
line 576 column 27 - Warning: <nobr> is not approved by W3C
line 587 column 15 - Warning: missing <td>
line 588 column 9 - Warning: <div> isn't allowed in <tr> elements
line 587 column 15 - Info: <tr> previously mentioned
line 590 column 9 - Warning: missing <tr>
line 604 column 13 - Warning: missing <tr>
line 605 column 27 - Warning: <nobr> is not approved by W3C
line 613 column 15 - Warning: missing <td>
line 614 column 9 - Warning: <div> isn't allowed in <tr> elements
line 613 column 15 - Info: <tr> previously mentioned
line 616 column 9 - Warning: missing <tr>
line 630 column 13 - Warning: missing <tr>
line 631 column 27 - Warning: <nobr> is not approved by W3C
line 646 column 17 - Warning: discarding unexpected <table>
line 649 column 35 - Warning: missing <tr>
line 649 column 95 - Warning: unescaped & or unknown entity "&page"
line 649 column 128 - Warning: unescaped & or unknown entity "&page"
line 649 column 161 - Warning: unescaped & or unknown entity "&page"
line 649 column 194 - Warning: unescaped & or unknown entity "&page"
line 649 column 227 - Warning: unescaped & or unknown entity "&page"
line 649 column 262 - Warning: unescaped & or unknown entity "&page"
line 649 column 295 - Warning: unescaped & or unknown entity "&page"
line 649 column 50 - Warning: missing </font> before </td>
line 649 column 330 - Warning: missing </font> before </table>
line 651 column 35 - Warning: missing <tr>
line 651 column 50 - Warning: missing </font> before </td>
line 651 column 130 - Warning: missing </font> before </table>
line 653 column 17 - Warning: discarding unexpected </textarea>
line 653 column 28 - Warning: discarding unexpected </form>
line 653 column 35 - Warning: discarding unexpected </embed>
line 653 column 43 - Warning: discarding unexpected </noembed>
line 653 column 53 - Warning: discarding unexpected </noscript>
line 653 column 64 - Warning: discarding unexpected </noembed>
line 653 column 74 - Warning: discarding unexpected </embed>
line 653 column 82 - Warning: discarding unexpected </table>
line 653 column 90 - Warning: discarding unexpected </table>
line 662 column 9 - Warning: missing </font> before <table>
line 678 column 9 - Warning: inserting implicit <font>
line 690 column 23 - Warning: inserting implicit <font>
line 697 column 58 - Warning: discarding unexpected </font>
line 655 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 176 column 9 - Warning: <table> lacks "summary" attribute
line 180 column 22 - Warning: <img> lacks "alt" attribute
line 180 column 63 - Warning: <img> lacks "alt" attribute
line 180 column 112 - Warning: <img> lacks "alt" attribute
line 180 column 162 - Warning: <img> lacks "alt" attribute
line 187 column 15 - Warning: <img> lacks "alt" attribute
line 190 column 11 - Warning: <table> lacks "summary" attribute
line 200 column 9 - Warning: <table> lacks "summary" attribute
line 204 column 22 - Warning: <img> lacks "alt" attribute
line 204 column 63 - Warning: <img> lacks "alt" attribute
line 204 column 112 - Warning: <img> lacks "alt" attribute
line 204 column 162 - Warning: <img> lacks "alt" attribute
line 211 column 15 - Warning: <img> lacks "alt" attribute
line 214 column 11 - Warning: <table> lacks "summary" attribute
line 222 column 9 - Warning: <table> lacks "summary" attribute
line 226 column 22 - Warning: <img> lacks "alt" attribute
line 226 column 63 - Warning: <img> lacks "alt" attribute
line 226 column 112 - Warning: <img> lacks "alt" attribute
line 226 column 162 - Warning: <img> lacks "alt" attribute
line 233 column 15 - Warning: <img> lacks "alt" attribute
line 236 column 11 - Warning: <table> lacks "summary" attribute
line 242 column 650 - Warning: <img> proprietary attribute value "absmiddle"
line 242 column 650 - Warning: <img> lacks "alt" attribute
line 246 column 9 - Warning: <table> lacks "summary" attribute
line 250 column 22 - Warning: <img> lacks "alt" attribute
line 250 column 63 - Warning: <img> lacks "alt" attribute
line 250 column 112 - Warning: <img> lacks "alt" attribute
line 250 column 162 - Warning: <img> lacks "alt" attribute
line 257 column 15 - Warning: <img> lacks "alt" attribute
line 260 column 11 - Warning: <table> lacks "summary" attribute
line 272 column 9 - Warning: <table> lacks "summary" attribute
line 276 column 22 - Warning: <img> lacks "alt" attribute
line 276 column 63 - Warning: <img> lacks "alt" attribute
line 276 column 112 - Warning: <img> lacks "alt" attribute
line 276 column 162 - Warning: <img> lacks "alt" attribute
line 283 column 15 - Warning: <img> lacks "alt" attribute
line 286 column 11 - Warning: <table> lacks "summary" attribute
line 296 column 9 - Warning: <table> lacks "summary" attribute
line 300 column 22 - Warning: <img> lacks "alt" attribute
line 300 column 63 - Warning: <img> lacks "alt" attribute
line 300 column 112 - Warning: <img> lacks "alt" attribute
line 300 column 162 - Warning: <img> lacks "alt" attribute
line 307 column 15 - Warning: <img> lacks "alt" attribute
line 310 column 11 - Warning: <table> lacks "summary" attribute
line 318 column 9 - Warning: <table> lacks "summary" attribute
line 322 column 22 - Warning: <img> lacks "alt" attribute
line 322 column 63 - Warning: <img> lacks "alt" attribute
line 322 column 112 - Warning: <img> lacks "alt" attribute
line 322 column 162 - Warning: <img> lacks "alt" attribute
line 329 column 15 - Warning: <img> lacks "alt" attribute
line 332 column 11 - Warning: <table> lacks "summary" attribute
line 340 column 9 - Warning: <table> lacks "summary" attribute
line 344 column 22 - Warning: <img> lacks "alt" attribute
line 344 column 63 - Warning: <img> lacks "alt" attribute
line 344 column 112 - Warning: <img> lacks "alt" attribute
line 344 column 162 - Warning: <img> lacks "alt" attribute
line 351 column 15 - Warning: <img> lacks "alt" attribute
line 354 column 11 - Warning: <table> lacks "summary" attribute
line 364 column 9 - Warning: <table> lacks "summary" attribute
line 368 column 22 - Warning: <img> lacks "alt" attribute
line 368 column 63 - Warning: <img> lacks "alt" attribute
line 368 column 112 - Warning: <img> lacks "alt" attribute
line 368 column 162 - Warning: <img> lacks "alt" attribute
line 375 column 15 - Warning: <img> lacks "alt" attribute
line 378 column 11 - Warning: <table> lacks "summary" attribute
line 382 column 381 - Warning: <img> proprietary attribute value "absmiddle"
line 382 column 381 - Warning: <img> lacks "alt" attribute
line 386 column 9 - Warning: <table> lacks "summary" attribute
line 390 column 22 - Warning: <img> lacks "alt" attribute
line 390 column 63 - Warning: <img> lacks "alt" attribute
line 390 column 112 - Warning: <img> lacks "alt" attribute
line 390 column 162 - Warning: <img> lacks "alt" attribute
line 397 column 15 - Warning: <img> lacks "alt" attribute
line 400 column 11 - Warning: <table> lacks "summary" attribute
line 410 column 1846 - Warning: <img> proprietary attribute value "absmiddle"
line 410 column 1846 - Warning: <img> lacks "alt" attribute
line 414 column 9 - Warning: <table> lacks "summary" attribute
line 418 column 22 - Warning: <img> lacks "alt" attribute
line 418 column 63 - Warning: <img> lacks "alt" attribute
line 418 column 112 - Warning: <img> lacks "alt" attribute
line 418 column 162 - Warning: <img> lacks "alt" attribute
line 425 column 15 - Warning: <img> lacks "alt" attribute
line 428 column 11 - Warning: <table> lacks "summary" attribute
line 438 column 9 - Warning: <table> lacks "summary" attribute
line 442 column 22 - Warning: <img> lacks "alt" attribute
line 442 column 63 - Warning: <img> lacks "alt" attribute
line 442 column 112 - Warning: <img> lacks "alt" attribute
line 442 column 162 - Warning: <img> lacks "alt" attribute
line 449 column 15 - Warning: <img> lacks "alt" attribute
line 452 column 11 - Warning: <table> lacks "summary" attribute
line 466 column 9 - Warning: <table> lacks "summary" attribute
line 470 column 22 - Warning: <img> lacks "alt" attribute
line 470 column 63 - Warning: <img> lacks "alt" attribute
line 470 column 112 - Warning: <img> lacks "alt" attribute
line 470 column 162 - Warning: <img> lacks "alt" attribute
line 477 column 15 - Warning: <img> lacks "alt" attribute
line 480 column 11 - Warning: <table> lacks "summary" attribute
line 488 column 9 - Warning: <table> lacks "summary" attribute
line 492 column 22 - Warning: <img> lacks "alt" attribute
line 492 column 63 - Warning: <img> lacks "alt" attribute
line 492 column 112 - Warning: <img> lacks "alt" attribute
line 492 column 162 - Warning: <img> lacks "alt" attribute
line 499 column 15 - Warning: <img> lacks "alt" attribute
line 502 column 11 - Warning: <table> lacks "summary" attribute
line 512 column 9 - Warning: <table> lacks "summary" attribute
line 516 column 22 - Warning: <img> lacks "alt" attribute
line 516 column 63 - Warning: <img> lacks "alt" attribute
line 516 column 112 - Warning: <img> lacks "alt" attribute
line 516 column 162 - Warning: <img> lacks "alt" attribute
line 523 column 15 - Warning: <img> lacks "alt" attribute
line 526 column 11 - Warning: <table> lacks "summary" attribute
line 536 column 9 - Warning: <table> lacks "summary" attribute
line 540 column 22 - Warning: <img> lacks "alt" attribute
line 540 column 63 - Warning: <img> lacks "alt" attribute
line 540 column 112 - Warning: <img> lacks "alt" attribute
line 540 column 162 - Warning: <img> lacks "alt" attribute
line 547 column 15 - Warning: <img> lacks "alt" attribute
line 550 column 11 - Warning: <table> lacks "summary" attribute
line 560 column 9 - Warning: <table> lacks "summary" attribute
line 564 column 22 - Warning: <img> lacks "alt" attribute
line 564 column 63 - Warning: <img> lacks "alt" attribute
line 564 column 112 - Warning: <img> lacks "alt" attribute
line 564 column 162 - Warning: <img> lacks "alt" attribute
line 571 column 15 - Warning: <img> lacks "alt" attribute
line 574 column 11 - Warning: <table> lacks "summary" attribute
line 589 column 9 - Warning: <table> lacks "summary" attribute
line 593 column 22 - Warning: <img> lacks "alt" attribute
line 593 column 63 - Warning: <img> lacks "alt" attribute
line 593 column 112 - Warning: <img> lacks "alt" attribute
line 593 column 162 - Warning: <img> lacks "alt" attribute
line 600 column 15 - Warning: <img> lacks "alt" attribute
line 603 column 11 - Warning: <table> lacks "summary" attribute
line 615 column 9 - Warning: <table> lacks "summary" attribute
line 619 column 22 - Warning: <img> lacks "alt" attribute
line 619 column 63 - Warning: <img> lacks "alt" attribute
line 619 column 112 - Warning: <img> lacks "alt" attribute
line 619 column 162 - Warning: <img> lacks "alt" attribute
line 626 column 15 - Warning: <img> lacks "alt" attribute
line 629 column 11 - Warning: <table> lacks "summary" attribute
line 146 column 17 - Warning: <table> lacks "summary" attribute
line 649 column 17 - Warning: <table> lacks "summary" attribute
line 651 column 17 - Warning: <table> lacks "summary" attribute
line 657 column 1 - Warning: <img> lacks "alt" attribute
line 658 column 1 - Warning: <img> lacks "alt" attribute
line 659 column 1 - Warning: <img> lacks "alt" attribute
line 666 column 9 - Warning: <table> lacks "summary" attribute
line 668 column 25 - Warning: <img> lacks "alt" attribute
line 698 column 17 - Warning: <table> lacks "summary" attribute
line 141 column 130 - Warning: trimming empty <font>
line 143 column 330 - Warning: trimming empty <font>
line 613 column 15 - Warning: trimming empty <tr>
line 649 column 330 - Warning: trimming empty <font>
line 651 column 130 - Warning: trimming empty <font>
line 153 column 11 - Warning: <a> cannot copy name attribute to id
line 178 column 11 - Warning: <a> cannot copy name attribute to id
line 202 column 11 - Warning: <a> cannot copy name attribute to id
line 224 column 11 - Warning: <a> cannot copy name attribute to id
line 248 column 11 - Warning: <a> cannot copy name attribute to id
line 274 column 11 - Warning: <a> cannot copy name attribute to id
line 298 column 11 - Warning: <a> cannot copy name attribute to id
line 320 column 11 - Warning: <a> cannot copy name attribute to id
line 342 column 11 - Warning: <a> cannot copy name attribute to id
line 366 column 11 - Warning: <a> cannot copy name attribute to id
line 388 column 11 - Warning: <a> cannot copy name attribute to id
line 416 column 11 - Warning: <a> cannot copy name attribute to id
line 440 column 11 - Warning: <a> cannot copy name attribute to id
line 468 column 11 - Warning: <a> cannot copy name attribute to id
line 490 column 11 - Warning: <a> cannot copy name attribute to id
line 514 column 11 - Warning: <a> cannot copy name attribute to id
line 538 column 11 - Warning: <a> cannot copy name attribute to id
line 562 column 11 - Warning: <a> cannot copy name attribute to id
line 591 column 11 - Warning: <a> cannot copy name attribute to id
line 617 column 11 - Warning: <a> cannot copy name attribute to id
Info: Document content looks like HTML Proprietary
Info: No system identifier in emitted doctype
340 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