Tylor Hindery

Web Developer

Tylor Hindery

Web Developer

Writings Download Résumé Contact

A collection of writings, code samples, and other resources.

Vertically Center Content in Twitter Bootstrap

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 »

Conflicts with jQuery-ui and Twitter Bootstrap

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 »