News & Blog
Fixing Remote Modals in Bootstrap 3.1
Yesterday saw the release of Bootstrap version 3.1. After upgrading one of my sites that previously used version 3.0 I noticed that my remote modal dialog boxes had stopped working. The translucent backdrop would show but the content wouldn’t. There were no JavaScript errors, and no ...
10
Limit Length of Column Value in Yii Bootstrap TbGridView
I’ve recently been working on a project built on the Yii framework that uses Yii-Bootstrap to make working with Yii and Bootstrap together a little easier. One of the widgets I frequently used was the TbGridView; A widget that outputs a table. Getting it integrated was easy enough bu...
MapQuest API Map Not Showing in Bootstrap Site on Firefox or IE
In normal circumstances, when faced with the challenge to implement a map into a website or application, I wouldn’t think twice about using the trusty Google Maps API. Today was different however. Due to certain aspects of the Google Maps API terms and conditions I needed to look els...
Remove Twitter Bootstrap Popover Title
I’ve been experimenting with the Twitter Bootstrap framework over the past few days and I must say, I love it. One of the main features that I’m using is the popover functionality which results in a popup fading in when you hover over or click on specified elements. There was s...