[cgi-prototype-users] content-type and content: do they deserve separation / methods

2005-09-03 Thread Terrence Brannon
CGI::Prototype is remarkably flexible, scaleable and practical. That being the case, this is more of a philsophical question than any. However, it is a fact that for most websites, the content-type will be text/html for most of the pages and that the actual content will vary on each page. This

[cgi-prototype-users] each page is really an operation

2005-09-03 Thread Terrence Brannon
While I'm having my philosophical catharsis, I thought I would mention that CGI::Prototype is actually not a page-based approach to site development. It is an operation-based approach. An operation consists of several phases which are broken down by CGIP nicely. We have model phases and view

Re: [cgi-prototype-users] each page is really an operation

2005-09-03 Thread Randal L. Schwartz
Terrence == Terrence Brannon [EMAIL PROTECTED] writes: Terrence While I'm having my philosophical catharsis, I thought I Terrence would mention that CGI::Prototype is actually not a Terrence page-based approach to site development. It is an Terrence operation-based approach. An operation