A collection of writings, code samples, and other resources.
Posted on December 15, 2015 by thindery
Bootstrap gives us many opportunities to horizontally center content, normally via .col-*-offset-* css class. However, what if you want to vertically center content as well? Bootstrap doesn’t make that very easy. I came across this issue recently. The background story is that I had a row with a background image, and inside of that row was […]
Read More »
Posted on December 8, 2015 by thindery

The other day I was working on adding bootstrap to a site to help it become responsive. The site also employed jQuery-ui. For other reasons, it was best to load the bootstrap js after the jQuery-ui js. Because of the order of js loading, it ended up causing an issue with the jQuery-ui dialog() element. […]
Read More »