PopFly has a "build a web page" service for example. I need something
similar (don't many of us?) and I need the solution to function nearly
identical to the PopFly page builder as I've described and make reference
to.
So do WebParts play a role as implied by the presence of zones? How might
this integrate with WPF then?
imo asp.net web parts , lo these many years later, is still woefully short
of being ready for prime time.
"clintonG" <nob...@nowhere.com> wrote in message
news:evejFCfs...@TK2MSFTNGP02.phx.gbl...
Have you evaluated or used the Yahoo User Interface (YUI) Library? Check out
their hosted Grid Builder [1]. I have heard nothing but praise for their
implementation of what we call AJAX noting YUI includes user interface
controls --but also-- a very very well designed implementation of a CSS
framework which I've been integrating with MasterPages. If you are building
web pages that have to run with various browsers I recommend you evaluate
the YUI CSS. As you know Microsoft has done a very poor job in this context
and I doubt I'll have any disagreement from anybody who has ever tried to be
efficient building pages with HTML-CSS; especially when using ASP.NET
controls.
The YUI Grid Builder is reminiscent of the PopFly web page builder I made
reference to. I need that type of functionality. I will design and build a
series of templates that contain zones which customers will select from a
library and then put their own content into. Its the methodology I am going
to use to do so I am trying to work out.
This is why I am looking at another user interface model than the HTML-CSS
which remains FUBAR. Studying the viability of WebParts with WPR/Silverlight
seems to be a sound premise at the moment. In fact, its looking more and
more like I am going to be compelled to build the entire line of business on
Sharepoint --but-- I do not believe Sharepoint supports WPF/Silverlight at
this point in time.
[1] http://developer.yahoo.com/yui/grids/builder/
"gerry" <ge...@newsgroup.nospam> wrote in message
news:eiH$0HgsIH...@TK2MSFTNGP03.phx.gbl...
If you are able to restrict your efforts to 100% IE then most of these are
non-issues.
I am not sure what you mean by "another user interface model than the
HTML-CSS" - asp.net/sp webparts are still 100% html ( though they may host
objects such as silverlight etc. )
"clintonG" <nob...@nowhere.com> wrote in message
news:e5C9OLjs...@TK2MSFTNGP02.phx.gbl...