apachejspωiki
  • G’day (anonymous guest)
  • User Preferences Log in
  • Recent Searches
2015-10-04-bootstrap
Your trail: 
  • ☰
  • 2015-10-04-bootstrap
  • Attach
  • Edit
  • More...
    • View Page Source
    • Show Reader View
    • Recent Changes
      Page Index
      SystemInfo

      UnusedPages
      UndefinedPages

This page (revision-1) was last changed on 22-Jan-2017 03:48 by UnknownAuthor  

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

History

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links
2015-10-04-bootstrap
  • GithubPagesBlogEntries
2015-10-04-bootstrap

Difference

Difference between version and

At line 1 added 71 lines
!!!Bootstrap
So, I've been playing around with Bootstrap, and I have this to say: meh. It's on ok framework that doesn't try to do
too much. It's really just a bunch of CSS and some javascript. I don't (yet) know how I'd integrate it with something
else like Polymer or Angular, but that's always a possibility.
See [https://github.com/JohnL4/Bootstrap|https://github.com/JohnL4/Bootstrap]. ({{navbar}} is the last one I worked on,
as of this writing.)
The big win, really, is its unambitious goals and that whole mobile adaptive UI thing. Table columns get turned into
rows when the UI gets narrow enough, so you get stuff like:
{{{
+---------------+----------------+
| | |
| | |
| Area 1 | Area 2 |
| | |
| | |
| | |
| | |
+---------------+----------------+
| |
| |
| Area 3 |
| |
| |
| |
| |
+---------------+
}}}
becoming:
{{{
+---------------+
| |
| |
| Area 1 |
| |
| |
| |
| |
+---------------+
| |
| |
| Area 2 |
| |
| |
| |
| |
+---------------+
| |
| |
| Area 3 |
| |
| |
| |
| |
+---------------+
}}}
when the viewport gets narrow enough.
!!On Sidebars
So, based on a quick search, there are lots of sidebars available for Bootstrap, but they don't have
animation. At this point, I have to ask myself: why not just use Polymer? Bootstrap is great for
simple stuff, but I think I'd rather use Polymer for something more "real".
This page (revision-1) was last changed on 22-Jan-2017 03:48 by UnknownAuthor   Top

About
Help
SysInfo

(page = LeftMenu)

Admin

(page = LeftMenuFooter)

JSPWiki v2.10.2  
JSPWiki v2.10.2