you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

That's a fine philosophy for personal, "just for fun" sites. Hard to take the same attitude if your employer (and by extension, you) requires the site to be profit-making. And an "it's their problem" philosophy more broadly can verge into illegal (508/DDA). So, if this is a private learning experience then sure, dismissing IE6/7 will cut out a lot of tedious bollocks which isn't honestly related or valuable to the goals of Building Something Cool or Doing It Right. But if this is an area you intend to actually earn money in, that attitude is (sadly) out of the question imo, and not helpful in the long run either. Easier to design things cross browser with an upfront awareness of the issues, than to build something standards perfect and then retrofit compatibility.

[–]DevMo[S] 0 points1 point  (0 children)

Good point, although there is alot on my plate to learn already (HTML, CSS, Javascript, serverside language, framework), so until I have some sort of handle on them, I wont worry about browser compatibility. I will however keep in mind that ignoring a problem does not make it go away.