Web Parts will work in Firefox!
Monday, January 23, 2006 2:52:57 PM
|
Rate this Content
|
|
0 Votes
|
I am so excited about the Web Part Framework. I have been looking into writing my own providers for the Membership and Personalization on top of mojoPortal business objects. This will give me an implementation that works with all the databases supported by mojoPortal (Currently MS SQL, MySQL, PostgreSQL, SQLite). I plan to rework my existing features to inherit from WebPart so they can get the drag and drop coolness of WebParts. The only thing thats been bugging me is that not all the cool drag and drop stuff is supported on FireFox. My understanding is the functionality is there but some of the UI fun only works in IE. So I was surprised and relieved to see Scott Guthrie's post about how some folks on his team already got that working in FireFox using the Atlas Framework. It also sounds from Scott's remarks that they intended a cross browser solution all along but couldn't get it all done for the release.
The new Menu and TreeView controls are pretty sweet too. I already implemented a SiteMapProvider in the development branch of mojoPortal and have switched to using the new Menu by default, but I also have an option to use the TreeView or the skmMenu we have been using all along.
I have been very happy working in ASP.NET since its debut but I have to say as I get into the 2.0 stuff it is so much better. MasterPages, Themes, nice built in controls for TreeView and BreadCrumbs, WebParts, there is a lot to like about it.