Ode to Internet Explorer 
June 9th, 2007
I just committed the following source in the Nitobi Grid code base.
this.element.scrollTop=st;
// This looks stupid but it is necessary to rejig
// the scroll position. (IE Only) (Of course)
this.element.scrollTop = this.element.scrollTop;
Dying a little inside.
Posted in Development, Complete UI | 1 Comment »
Nitobi Complete UI Public Beta 
February 20th, 2007
The public beta of our component suite is now available. The included components are:
- Callout
- Combo Box
- Fisheye Menu
- Grid
- Tab
- Tree
Last, but not least,
This includes the building blocks for all our components and should help developing your own solutions with Javascript and XML. In the next week on this blog I’ll be going over a component that I built with the Toolkit. Download the beta here and check out some samples of the new components right here.
Posted in Development, Complete UI | No Comments »