Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.

Questions tagged [bootstrap]

Bootstrap is a Javascript library for front end development.

Filter by
Sorted by
Tagged with
10 votes
6 answers
1k views

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 ...
Andy's user avatar
  • 687
3 votes
2 answers
181 views

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;...
James K's user avatar
  • 41
2 votes
0 answers
157 views

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 ...
Andrew Day's user avatar
0 votes
1 answer
117 views

I'm porting my JavaFX application to a web based version, which I'm new to. In my web app the user can search the server database for records. At present I've chosen to present the records in a ...
user avatar
-1 votes
2 answers
805 views

The big image is catalog or ad blocks that comes from catalog table. And small images are the actual products block that comes from product table. There may be more products and more catalog. attached ...
monster's user avatar
4 votes
1 answer
127 views

If I had a development workflow that supports SCSS and uses bootstrap. I can place bootstrap tags two ways... Inside the HTML: <div class="col-sm-3 offset-sm-9 col-xl-1 offset-xl-11"> Part of ...
Archimedes Trajano's user avatar
-2 votes
1 answer
309 views

Suppose I want to create a portable OS, that needs a USB flash drive only to work. and i wrote my boatloader in the first sector to be loaded by the BIOS, from here on, what can I do to load my OS ...
HumbleUser's user avatar
1 vote
0 answers
1k views

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 ...
CROSP's user avatar
  • 1,568
2 votes
1 answer
634 views

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 ...
uylmz's user avatar
  • 1,139
2 votes
3 answers
282 views

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 ...
Scottie's user avatar
  • 429
0 votes
2 answers
100 views

How do companies deal with limitations and constraints of Twitter Bootstrap after choosing to use it in a particular project? Web designers are no longer free to design Web pages. They need only to ...
user2080105's user avatar
0 votes
4 answers
3k views

We have an Angular JS app for which we use Bootstrap CSS. We are currently using pure Bootstrap with the default CSS files. However, we need to style the app in my companies corporate design sooner or ...
Thomas Uhrig's user avatar
3 votes
2 answers
545 views

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 ...
hawkeye's user avatar
  • 4,849
1 vote
1 answer
510 views

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,...
redfox05's user avatar
  • 121
11 votes
2 answers
985 views

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 ...
MikaelW's user avatar
  • 651
1 vote
1 answer
1k views

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 ...
dB''s user avatar
  • 129
9 votes
3 answers
689 views

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 ...
donquixote's user avatar
-2 votes
1 answer
278 views

I am a desktop programmer but currently I am trying to develop a website. I know HTML, CSS, Javascript and PHP but writing the complete code from scratch isn't encouraged and well, I end up with weird ...
Name changed to mask identity's user avatar
2 votes
3 answers
2k views

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 ...
Karsten's user avatar
  • 321
2 votes
2 answers
158 views

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 ...
Tomer Amir's user avatar
-1 votes
2 answers
488 views

I´m creating a new website. For that I´m using a free bootstrap template. On top of my index page I have: A Design by W3layouts Author: W3layout Author URL: http://w3layouts.com License: ...
Goldbones's user avatar
  • 101
1 vote
1 answer
342 views

I have a designer who has great knowledge of HTML, CSS and JavaScript (Not jQuery or AJAX though). He gives me his designs in those files and I have to incorporate it into my apps. The site is not ...
Vedant Agarwala's user avatar
0 votes
1 answer
198 views

I've got a few non trivial responsive website builds coming up. They are not platforms or apps, but large marketing / brochure websites where eye for detail is important. I've used bootstrap ...
Chris Barry's user avatar
  • 1,479
1 vote
2 answers
525 views

I want to refactor an OLD legacy application and give it a new feel... so, I want to use Twitter Boostrap for the UI... I've also been playing around a lot with AngularJS... is it common place to use ...
El Guapo's user avatar
  • 123
-1 votes
1 answer
758 views

I work for a university Digital Services team. Our university's main website uses the Ektron CMS (I have my own thoughts about this, but that's irrelevant). Because we maintain a university website, ...
bee's user avatar
  • 101
11 votes
1 answer
566 views

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:...
Oli's user avatar
  • 297