Categories
life meta

Update

David Anderson noted the fact that I have not been posting for a couple of weeks. In deference to the two people that read my blog I thought I should explain my current absence from the blogosphere.

I finally got my official acceptance to a PhD program at the University of Missouri to start in January so I had to quickly get into high gear to be ready to move and start the program in the next 6 weeks. I will hope to post occasionally during that time, but I appreciate the patience of those who actually care about what I have to say here.

Categories
Education meta

Instructional Technology Institute USU

I am attending the instructional technology institute this week and I will be blogging things that I think during sessions. This will not be notes on the sessions so much as thoughts elicited by sessions.

Categories
meta technology

Validation

I really enjoyed Alan’s Best Quote (Today) About HTML. It was worth a laugh but it also got me thinking about the value of code validation. That is a concept that is at the forefront of my mind right now because I just re-designed my website and as I did so I made sure that it would validate as good XHTML. Ironically the only pages that did not pass as valid XHTML were my blogs because of some built-in numerical id tags – apparently id tags cannot be numerical to validate. One thing that I can say from going through that process is that getting your code to validate forces you to really think about what you are doing, how you are doing it and why you choose the things that you do. That is probably more valuable to me than the fact that I have validated code.

As for Microsoft, they don’t care to write good HTML, but where’s the incentive for them? I had to tweak my code after it validated to keep IE from displaying it incorrectly. Why write good code if you are busy supplying a browser that cannot interpret the code correctly?