Professional Frontend Engineering Video

This video, Nate Koechley: “Professional Frontend Engineering” from Yahoo! Video, is a great presentation about the current state of frontend web development (HTML, CSS, JavaScript). I was completely captivated for the full hour and a half that the presentation lasted.

Nate started out with a history of website development starting with a 1994 version of the Yahoo! website and continuing until the present. He also spoke about the evolution of technologies and trends over the years. It was interesting to hear about how table based design became popular and why it was necessary at the time.

Next up was an overview of current beliefs and principles of front end engineering, which covered progressive enhancement, unobtrusive javascript, and the importance of making the website available to the largest possible audience.

The next section, Knowledge Areas and Best Practices, covered rendering modes, doctypes, and using each technology appropriately, i.e. html for semantic markup, css for presentation, and unobtrusive javascript for behavior. One thing I found interesting was that he considered it more important to keep the css code for each area in the same place by using hacks for IE6 and IE7, even though it would prevent the css from validating. I usually use conditional comments and separate stylesheets for different versions or combinations of versions of IE and can definitely see the benefit of Nate’s approach, as well as how it could be a big timesaver.

The presentation wrapped up with the ‘Why It All Matters’ segment which brought everything together and included a call to action for developers to stay vigilant, keep up with modern technologies and the bugs that arise from them, and to continue making the internet a better experience for everyone.

A Million Things

Ok, not really a million things, but it sure feels like it lately. Luckily, my new combination of meds seems to be working and it a lot easier to do things than it was not long ago. There are a few bad effects too, but so far, I think more good than bad. It is …

Read more »