Questions tagged [bootstrap]

Bootstrap is a Javascript library for front end development.

Bootstrap is built on top of JQuery and provides a set of built in styles and utilities to make front-end development easier in Javascript.

26 questions
11
votes
2 answers

angularJS code sharing across hybrid Ionic app and regular mobile website

Ok, so in our 'innovation lab', there is currently a push to use Ionic, an hybrid app framework built on top of Cordova for native access and angularJS for the ‘web code’. There are also some projects which are pure mobile web, using Angular +…
MikaelW
  • 641
  • 5
  • 12
11
votes
1 answer

How can I best organise a Jekyll + Bootstrap + Git site?

So after many many many years of building sites from scratch (and doing a lot of the lifting myself) I've dipped my toes into two projects that have been around for a few years that I've been avoiding: Bootstrap and Jekyll. The design was a very…
Oli
  • 297
  • 2
  • 6
10
votes
6 answers

Does bootstrap break separation of concerns and defeat the purpose of CSS?

Although I have seen a few Bootstrap sites, I have only just started to look into it seriously and I was quite shocked by what I saw in the HTML - loads of nested divs with multiple classes attached to each. In the old days before CSS, people used…
Andy
  • 687
  • 5
  • 9
9
votes
3 answers

"CSS first" vs "HTML first" (Bootstrap, SASS)

Kind of a follow-up to Should I write HTML or CSS first? On a relatively large website, we are considering to use SASS and/or Bootstrap. From previous projects, there seem to be different ways to go about it: A framework (e.g. bootstrap) provides a…
donquixote
  • 857
  • 7
  • 13
4
votes
1 answer

Bootstrap classes in SCSS or HTML?

If I had a development workflow that supports SCSS and uses bootstrap. I can place bootstrap tags two ways... Inside the HTML:
Part of the SCSS:
with the following…
Archimedes Trajano
  • 685
  • 1
  • 6
  • 14
3
votes
2 answers

Why create CSS classes named to match one specific style? (non-semantic class names)

There are a number of CSS frameworks that have a one-to-one correspondence between many of the classes and a single style. For example, in basscss ".inline-block" is defined as "display: inline-block;". What benefit is there for making a class that…
James K
  • 41
  • 3
3
votes
2 answers

What is the equivalent of The Little Lisper project in Haskell?

In the book The Little Lisper, you implement a minimal Scheme in 10 Chapters that is capable of interpreting any chapter in the book. To me it seems you could do the same for a 'minimal subset of a typed language' to be self-bootstrapping. I'm…
hawkeye
  • 4,819
  • 3
  • 24
  • 35
2
votes
0 answers

How to make list/detail help view equivalent in Bootstrap

I want to create a medium height panel with a long list on its left side and a details section on the right. This will be the help panel so that any unique command item selected from the left list will automatically display its description in the…
Andrew Day
  • 172
  • 6
2
votes
1 answer

Separate codebase for responsive website and mobile apps?

I made a simple responsive single page web app (about 5 views) to replace our old jsf web application using angularjs+bootstrap. Now looking into frameworks like ionic, cordova and trigger.io. what I don't understand is, am I supposed to directly…
uylmz
  • 1,129
  • 1
  • 8
  • 17
2
votes
3 answers

Different pages for mobile?

I'm attempting to migrate some of my already existing pages over to bootstrap 3, and I'm wondering the best design to do this. On the non-mobile devices, I display a list of items on the left. If you click an item, it will either render a detail…
Scottie
  • 429
  • 1
  • 5
  • 11
2
votes
3 answers

Asp.Net MVC from in modal bootstrap

First, some of the technologies in play: Asp.Net Mvc 5, Bootstrap 3, JQuery. On my view I want to create a bootstrap model dialog, with a simple form in it. When the user clicks submit, there are two outcomes. 1) Invalid input, should display error…
Karsten
  • 321
  • 2
  • 3
  • 8
2
votes
2 answers

Should I use an open source client framework or create my own?

I am working at a medium sized internet company, and I was handed the task of implementing the framework for our sites rebranding. It's quite an old (and ugly) site, and we want to update its look and feel (UI/UX) as fast as possible, but also with…
1
vote
0 answers

Bootstrap components and SMACSS/BEM methodologies

I have no enough experience in web development and I need advice from more experienced developers. I have been exploring SMACSS and BEM methodologies for a few weeks, and I like them, it makes really pretty and structured CSS code with reusable…
CROSP
  • 1,548
  • 3
  • 11
  • 17
1
vote
1 answer

How can I use a framework like Bootstrap when I already have designs from a design team

We are about to start an AngularJS project. In fact, the CMS will be AEM (Adobe Experience Manager). I'm now looking into the CSS/layout framework, and whether its worth using something like Bootstrap, when the design team/client has already decided…
redfox05
  • 121
  • 1
1
vote
1 answer

License issues re: using Angularjs and Bootstrap in a desktop app

I'm a web developer and I've been asked to write a desktop app. The languages and libraries that I'm most familiar with are standard web tools (Javascript, Angular, Bootstrap). I'd like to use these same tools. Lately there's been considerable…
dB'
  • 129
  • 6
1
2