Search found 3 matches

by Everett
Tue Apr 10, 2007 7:32 pm
Forum: PHP - Theory and Design
Topic: Web Parts in PHP
Replies: 27
Views: 6588

The thing with webparts is it's a two way thing, it involves personalization (meaning a certain user is identifiable and unique) and at the same time, the webpart configuration, as to what and where it is placed in the screen. This depends on your implementation but I would suggest that you must hav...
by Everett
Fri Apr 06, 2007 8:22 pm
Forum: PHP - Theory and Design
Topic: Web Parts in PHP
Replies: 27
Views: 6588

It is simple, you need AJAX to tell the application that you placed a WebPart to a certain location and that means that when you visit the site again, the WebParts are in the location where you placed them. Another with this is, there must be some way that the application (server/backend) knows your...
by Everett
Fri Apr 06, 2007 7:25 pm
Forum: PHP - Theory and Design
Topic: Web Parts in PHP
Replies: 27
Views: 6588

WebParts or WebPart is a component that is loosely binded to other components (WebPart). A page can contain several WebParts, you can drag and place it to some WebPartZone or in lay mans term, a PlaceHolder in your page. You can have a catalog zone where it is the source of all the components that y...