On Code

Hooray! The feedback from the web development community convinced the IE development team to change their minds about the default setting for version targeting in IE8 (as I discussed in a previous post ). “In light of the Interoperability Principles, as well as feedback from the community, we’re choosing differently. Now, IE8 will show pages requesting ‘Standards’ mode in IE8’s Standards mode. Developers who want their pages shown using IE8’s ‘IE7 Standards mode’ will... Read More...

Previously on Web Developer Controversies: Aaron Gustafson from the Internet Explorer development team announced that IE8 will use a META tag to kick the engine into standards mode by targeting a specific browser version, something that was previously done by using a valid DOCTYPE. A lot of people, including Jeremy Keith, think this is a bad idea. Here are some of the more interesting points that have been raised in the discussion so far. “If IE8 acts like IE8 by default, then IE8 might break... Read More...

I was clearing out my bookmarks recently, and noticed that I had a pretty large collection of web development and CSS-related bookmarks that I never refer to any more, but might be useful to people who are just getting started with CSS. So with that in mind, here’s a collection of links, and I hope it helps you out! Browser Testing You’ll probably be spending a lot of time testing your designs in different browsers. The old-school way to do this is to physically install every browser you might have... Read More...

For a recent project, I found myself having to convert 60+ product detail pages from the old table-based format to the new XML-based format. I was doing this on my own, and I didn’t relish the thought of manually editing hundreds of tables of product details. For example, here’s an excerpt from one of the old table-based detail lists: <table cellspacing="0" cellpadding="0" width="268"> <tr> <td class="specheading" colspan="2">Performance<... Read More...

I had to make a slight tweak to a page on a site with a content-management system today. After spending a few minutes unraveling the code, I found out that a simple list of three links was using the following markup, which has clearly been screwed up by the WYSIWYG editor on the site. <p> <span class="TextBold"> NEXT STEPS: <br> <br> </span> <span class="TextPlain"> <span class="TextPlain"> <span class="TextPlain">... Read More...

0 comments. View or add yours.

Filed under: code, editors, horror, web, Work, wysiwyg, xhtml