OPI Blog
Learn from experts in their fields

Browsing Tags: layout

Jul 14, 2010
Dojo Layout Tips
Dojo has gone through much work to build a nice set of widgets to help with the layout of your web applications.  They currently have many different layout managers.  From the highly usable dijit.layout.BorderContainer, to ...
Aug 24, 2009
Floating DIV’s are tricky
A page layout using DIV’s are much more flexible than a table layout. However, I often went back to using tables because it seemed more stable across different browsers. After spending some time researching how ...