Using Bootstrap to Arrange Inputs in Rows Or Columns

I have read some user experience articles that stated that it may be easier for humans to read data in columns rather than rows.  Even at work we have some applications that arrange inputs within a form in different ways.  It seems like a simple thing to do, but most of Bootstrap examples all arrange …

Continue reading ‘Using Bootstrap to Arrange Inputs in Rows Or Columns’ »

Checkbox Alternative for Twitter Bootstrap

I have been working on many web applications for quite sometime.  I, as pretty much everyone else, want their sites to be usable on mobile devices.  One control that is not good on mobile devices is a chekbox control.  Hence, many mobile platforms such as iOS and Windows Phone / WindowsWIndows Store Apps prefer the …

Continue reading ‘Checkbox Alternative for Twitter Bootstrap’ »

Bootstrap Collapse No Working with Angular

I ran into an issue today when I tried to use Bootstrap’s collapse functionality inside an Angular JS based application.  What would happen is when I click on panel heading, my application would go to the root (default route).  This, of course, is caused by browser processing anchor click event in addition to collapse JavaScript …

Continue reading ‘Bootstrap Collapse No Working with Angular’ »