Questions

There are several tools and resources I use for testing (like BrowserStack), for feature detection (Modernizr), and for helping the coding process (SCSS, Compass). They all perform excellently, and I’m happy with all of them. What they don’t do is educate on what to test for, how to prepare for common issues, and overall best practices when it comes to writing responsive CSS3/HTML5 that will fall back to IE and older browsers. Something like that is what I’m looking for. I’ve looked into Dan Cederholm’s book Bulletproof CSS (the latest edition of which is from 2011), which looks promising, but I’m not sure it covers testing and cross-browser issues. Can anyone recommend something that addresses this well?

This is a great question, and my best Googling / Amazon-searching efforts aren't turning up much. Maybe time to write that book :)

After considering this one for a bit, I can also imagine why this would be a tough book to write. With browser technology iterating relatively quickly, and with new CSS features continuously developing, any resource that dives into specifics (specific browsers, specific features, specific issues, etc) would inevitably be out of date within a matter of years, if not months. This isn't to say there can't be great resources on designing across browsers, just that talking specifics can pose a unique challenge (although perhaps great incentive to release new editions of the book each year!).

That said, here are some resources that I've found helpful and somewhat timeless in their advice. Some are more general in their discussion of best practices and considerations, while others are more specifically issue- or browser- related.

http://www.smashingmagazine.com/2010/06/07/the-principles-of-cross-browser-css-coding/
Smashing Magazine (June 2010) - a great article that covers general approaches to creating CSS/HTML to work across browsers as best as possible - an oldie but goodie.

https://www.modern.ie/en-us/category/code-with-standards
Internet Explorer (November 2013) - somewhat ironically, Internet Explorer has a great article on fundamental best practices for ensuring you have to do as little browser troubleshooting as possible late in the game.

http://css-tricks.com/search-results/?q=cross+browser
CSS Tricks (search archive) - when I have a CSS issue I'll often turn to CSS Tricks. If you want a good overview of general cross-browser issues to watch out for, this search results page gives a good top-level perspective.

Like I said, there are lots of great articles out there covering all the issues and solutions surrounding something like IE8, but they'll be somewhat irrelevant in the coming years (e.g. https://www.tinfoilsecurity.com/blog/cross-browser-development-tips-css).

So no book recommendation, alas. Hopefully some of these links might be helpful. If not, I'm serious about writing that book :)


Answered 10 years ago

Unlock Startups Unlimited

Access 20,000+ Startup Experts, 650+ masterclass videos, 1,000+ in-depth guides, and all the software tools you need to launch and grow quickly.

Already a member? Sign in

Copyright © 2024 Startups.com LLC. All rights reserved.