Questions tagged [bootstrap]
Bootstrap is a Javascript library for front end development.
26 questions
10
votes
6
answers
1k
views
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 ...
3
votes
2
answers
167
views
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;...
2
votes
0
answers
144
views
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 ...
0
votes
1
answer
100
views
Is my approach to dynamically populating web content ok?
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 ...
-1
votes
2
answers
784
views
How do i create a logic for dynamic product list page like below using php and bootstrap?
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 ...
4
votes
1
answer
114
views
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: <div class="col-sm-3 offset-sm-9 col-xl-1 offset-xl-11">
Part of ...
-2
votes
1
answer
295
views
Loading My Custom OS from USB flash drive
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 ...
1
vote
0
answers
1k
views
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 ...
2
votes
1
answer
615
views
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 ...
2
votes
3
answers
265
views
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 ...
0
votes
2
answers
94
views
PSD to HTML/CSS limitations when using Twitter Bootstrap
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 ...
0
votes
4
answers
3k
views
Overwriting Bootstrap CSS classes
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 ...
3
votes
2
answers
527
views
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 ...
1
vote
1
answer
497
views
How can I use a framework like Bootstrap when I already have designs from a design team [closed]
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,...
11
votes
2
answers
971
views
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 ...