为什么 Twitter 的 Bootstrap 比博客和框架可用的响应式、自适应主题更好?
我正在使用 Drupal(请注意,这不是 Drupal 相关问题),并且我可以从他们的存储库中获得许多响应式、自适应主题。其中许多使用 HTML5 和/或 CSS3。我可以想象在 WordPress 和其他产品中也会发生同样的情况。
我想知道为什么我应该尝试学习如何使用 Bootstrap。我的意思是,为什么更好? (是不是更好?)是因为它使用了LESS吗?
我读过他们网站上的内容,似乎他们把很多有趣的东西都放在一个地方,但我不明白为什么这似乎引起了那么多关注。
当我想要改变我的网站设计时,我考虑将 Bootstrap 改编到我的 Drupal 网站中,但我想确保这在 SEO、网站加载时间、移动网络等方面是正确的。
谢谢为了您的洞察力!
I’m using Drupal (please note that this is not a Drupal related question), and I can get many responsive, adaptive themes from their repositories. Many of them use HTML5 and/or CSS3. I can imagine that the same happens in Wordpress, and other products.
I would like to know why I should try to learn how to use Bootstrap. I mean, why is it better? (Is it better?) Is it because it uses LESS?
I’ve read what’s in their site, and it seems that they put a lot of interesing stuff all in one place, but I fail to see why this seems to get that much attention.
As I’m looking to change my site’s design, I thought of adapting Bootstrap into my Drupal site, but I want to be sure that’s the right thing to do in terms of SEO, loading time of the site, mobile web, etc.
Thanks for your insight!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不是来自 drupal 背景。但我可以告诉你,与 jquery UI 和其他 jquery UI 组件相比,twitter bootstrap 节省了我使用各种 UI 组件的时间。
当我选择 jquery 作为我的 javascript 平台时,我喜欢它。有了 jquery UI,我以为我的生活会很简单。但是当我开始使用 jquery UI 时,我开始使用 960gs、superfish 菜单等来满足各种 UI 需求。几个月后,我意识到我在这些事情上花费的时间比我预期的要多。
就在上个月,我开始在我的下一个项目中使用 twitter-bootstrap,现在我很高兴我选择了它。它节省了时间,当然“更少”使得处理 CSS 变得容易。
现在我将用phonegap/jquery mobile 来尝试一下,看看它是如何工作的。
I am not from drupal background. But I can tell you twitter bootstrap saves my time to use various UI components, when compared with jquery UI and other jquery UI components.
When I chose jquery as my javascript platform I loved it. Along with jquery UI I thought my life would be simple. But when I started using jquery UI, I started using 960gs, superfish menu etc. etc for various UI needs. After few months, I realized I spent more time for these things than I expected.
Just last month I started using twitter-bootstrap for my next project, now I am really glad I chose this. It saves time and of course 'less' makes it easy to handle css.
Now I am going to try it with phonegap/jquery mobile to see how it works.
它只是另一个 CSS 网格解决方案...但是它确实包含常用组件(例如按钮)的样式分配。
它如此受欢迎的原因是它看起来不错,并且非常适合原型制作或在日程安排紧凑的项目中应用良好的外观,而您不关心看起来是否独特。
我主要使用引导程序在低规模应用程序上创建小型管理仪表板。
Its just another CSS Grid solution... it does however contain allot of styles for commonly used components such as buttons.
What makes it so popular is that it looks good, and is excellent for prototyping or applying a good look on tight scheduled projects where you don't care about looking unique.
I use the bootstrap mainly to create small management dashboards on low scale applications.