-
Bootstrap 3 radio-inline and checkbox-inline elements running together.
I was having issues with Bootstrap 3 radio buttons running together even though the labels had a “radio-inline” attribute. After examining the layout of the html being generated, I realized that each individual label and radio button was being wrapped in its own containing element (in this case, a “td” element.) The reason for this is the…
-
The best cheat sheets for programming
Cheat Sheets – Added Bytes – a great collection of cheat sheets for Python, Subversion, Regular Expressions, mod_rewrite, PHP, CSS, SQL Server, HTML, Ruby on Rails, ASP/VBScript, JavaScript, HTML Character Entities, MySQL, RGB Hex Colors
-
Great CSS Layout site
CSS Layouts: A collection of 168 Grid and CSS Layouts.