4

I want to make project which must compatible for all device (desktop, mobile, and tablet).

I try look foundation 5 on IE 7, and the result is bad interface. but bootstrap 3, its still looking good.

But I not yet analyze for another things for example SEO better, light framework, mobile/tablet/desktop bug, newest technology.

Could anyone please to share about the above things? thanks

strivedi183
  • 4,749
  • 2
  • 31
  • 38
Lena Queen
  • 751
  • 1
  • 10
  • 18
  • Bootstrap 3 is not compatible with IE7 (it looks bad in IE7) it works in IE8 with certain script addtions. I don't believe you're going to find such a framework for all devices and all browsers. Most frameworks and themes support modern browsers on modern devices and should (if specified in their docs) degrade gracefully enough to be functional, yet not look the same or even look any good on older devices with older browsers. JQuery 2x doesn't support any IE browser older than 9 (current is 11). – Christina Dec 18 '13 at 03:07
  • @ChristinaArasmoBeymer: could you help to give best suggestion? – Lena Queen Dec 18 '13 at 08:06
  • also read: http://stackoverflow.com/questions/17981716/is-bootstrap-3-rc-1-ready-for-production/17983268 and http://stackoverflow.com/questions/20615535/twitter-bootstrap-support-for-ie7/20619104#20619104 – Bass Jobsen Dec 18 '13 at 08:19
  • It depends on the project. If you need ie7 support -- which has less than 1% use worldwide usage -- then Bootstrap 2.3.2. If you don't need it, then Bootstrap 3.0.3 or the latest version. Read all the docs, download the samples. Try out the examples in various browsers and devices. Learn a good CMS, if it's a bigish project that needs database support. Amp up your CSS and html5 skills with http://www.codecademy.com/tracks/web, and/or TeamTreehouse, Lynda.com or another service. Get some basic jQuery under your belt. – Christina Dec 18 '13 at 13:06

1 Answers1

4

You can check this blog post comparing both frameworks, but this says all:

ZURB and Twitter made their objectives and intentions very clear when naming each CSS Frameworks: Bootstrap tries to give you everything you’ll ever need to bootstrap your project. Foundation just gives you the foundation to build upon.

Paulo Fidalgo
  • 21,709
  • 7
  • 99
  • 115