The design fixture for the MWLUG Conference is almost complete. The team had to redesign the fixture because the design could not hold the weight of the structure. I had to put on my old engineering hat and help the team redesign the frame of the fixture. However, in doing so we had an accident that was almost disastrous. The redesign required replacing certain parts of the fixture with bigger components. During the replacement process we had to solder on new components. Even thought we were extremely careful and covered the entire area with aluminum foil, a slip of the propane torch by yours truly set the fixture on fire. Luckily the material does not burn that easily and we were able to put out the fire. If not, all we had to show at the conference was a few sticks and tubing.
Creating Twitter Bootstrap Widgets - Part I - Anatomy of a Widget Creating Twitter Bootstrap Widgets - Part II - Let's Assemble Creating Twitter Bootstrap Widgets - Part IIIA - Using Dojo To Bring It Together This is two part of my five part series "Creating Twitter Bootstrap Widgets". As I mentioned in part one of this series, Twitter Bootstrap widgets are built from a collection standard HTML elements, styled, and programmed to function as a single unit. The goal of this series is to teach you how to create a Bootstrap widget that utilizes the Bootstrap CSS and Dojo. The use of Dojo with Bootstrap is very limited with the exception of Kevin Armstrong who did an incredible job with his Dojo Bootstrap, http://dojobootstrap.com. Our example is a combo box that we are building to replace the standard Bootstrap combo box. In part one, we built a widget that looks like a combo box but did not have a drop down menu associated with it to allow the user to make a select...
Comments