MWLUG Sessions  

By Richard Moy | 6/29/16 2:22 PM | - | Added by Oliver Busse

Welcome to the MWLUG 2016 sessions. For MWLUG 2016 we have 54 sessions including some of the most diverse and innovative technical and business sessions in the ICS community. Speakers range from many first time speakers with innovative ideas to over a dozen experienced IBM Champion speakers. So get your notepad ready and learn as you attend these incredible sessions.

Domino Interface: Optimizing Dojo Loading for Bootstrap Widgets  

By Richard Moy | 1/8/14 12:22 AM | - | Added by Niklas Heidloff

Over the past year, one of our major efforts for our iPhora products was to switch from using Dojo Dijit widgets to only Bootstrap widgets.

Creating Twitter Bootstrap Widgets - Part IIIA - Using Dojo To Bring It Together  

By Richard Moy | 6/9/13 11:51 PM | - | Added by Per Henrik Lausten

Welcome to part three of my five part series "Creating Twitter Bootstrap Widgets". In the first two parts, we talked about how Bootstrap widgets can be assembled using a consistent framework of standard HTML elements with CSS3 styling. In part three, we will connect together our combo box widget using Dojo and make it functional.

Creating Twitter Bootstrap Widgets - Part II - Let's Assemble  

By Richard Moy | 5/14/13 11:16 PM | - | Added by Niklas Heidloff

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.

Creating Twitter Bootstrap Widgets - Part I - Anatomy of a Widget  

By Richard Moy | 5/9/13 3:03 PM | - | Added by Per Henrik Lausten

Twitter Bootstrap currently is the most popular open source responsive CSS framework. If you are using Bootstrap strictly as a responsive framework, you are missing out. It is also a great framework for creating UI widgets and UI components. Bootstrap normally comes with JQuery plug-ins widgets like buttons, inputs, and drop-down menus. You can use these plugins as a basis in creating more complexity widgets.