group posting by posting custom protperties?
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
group posting by posting custom protperties?

 
Post new topic   Reply to topic    Windows Server Forum Index -> CMS Server
Author Message
Mindy
Guest





Posted: Thu Oct 20, 2005 4:51 pm    Post subject: group posting by posting custom protperties? Reply with quote

My website postings is created and prensented by topics. I would also like to
group my posting in these catagories: programsA, programB, programC and
audienceA, AudienceB. Is it efficient to use the following approach?

1. create these custom propteries: programA, programB, programC, AudienceA,
AudienceB, AudienceC
2. if the default value is true for the programA properties, then the
posting will be grouped in ProgramA page, etc.
3.The result will be stored in ProgramA.htm,
ProgramB.htm...AudiencA...AudienceC page. I know it will cost some system
recources to run the generation on the fly, that is why I want to generate
the result in htm page and include it in the live site.

I hope I make myself clear enough.

Thanks
Back to top
Stefan [MSFT]
Guest





Posted: Thu Oct 20, 2005 4:51 pm    Post subject: Re: group posting by posting custom protperties? Reply with quote

Hi Mindy,

you should do this on the fly but use output caching.
This will ensure that the costs are only coming up once till the cache
timeout occurs.

Cheers,
Stefan

--
This posting is provided "AS IS" with no warranties, and confers no rights

New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------


"Mindy" <Mindy@discussions.microsoft.com> wrote in message
news:04EA3615-E1BD-466C-8CCB-CF06B71051D5@microsoft.com...
Quote:
My website postings is created and prensented by topics. I would also like
to
group my posting in these catagories: programsA, programB, programC and
audienceA, AudienceB. Is it efficient to use the following approach?

1. create these custom propteries: programA, programB, programC,
AudienceA,
AudienceB, AudienceC
2. if the default value is true for the programA properties, then the
posting will be grouped in ProgramA page, etc.
3.The result will be stored in ProgramA.htm,
ProgramB.htm...AudiencA...AudienceC page. I know it will cost some system
recources to run the generation on the fly, that is why I want to generate
the result in htm page and include it in the live site.

I hope I make myself clear enough.

Thanks
Back to top
Mindy
Guest





Posted: Thu Oct 20, 2005 4:51 pm    Post subject: Re: group posting by posting custom protperties? Reply with quote

shall I use this varyByCustom="CMSPosting;CMSRole"
My page does not require login do I need to use CMSRole? What's the
guideline to set the duration? How long should I set the output caching?

Another question: Each program requires different color them, shall I create
different template for each program although the placeholder and user control
are the same? Or is there any easier way to workaround by chaning the
template color on the fly base on the program?

Thanks

"Stefan [MSFT]" wrote:

Quote:
Hi Mindy,

you should do this on the fly but use output caching.
This will ensure that the costs are only coming up once till the cache
timeout occurs.

Cheers,
Stefan

--
This posting is provided "AS IS" with no warranties, and confers no rights

New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------


"Mindy" <Mindy@discussions.microsoft.com> wrote in message
news:04EA3615-E1BD-466C-8CCB-CF06B71051D5@microsoft.com...
My website postings is created and prensented by topics. I would also like
to
group my posting in these catagories: programsA, programB, programC and
audienceA, AudienceB. Is it efficient to use the following approach?

1. create these custom propteries: programA, programB, programC,
AudienceA,
AudienceB, AudienceC
2. if the default value is true for the programA properties, then the
posting will be grouped in ProgramA page, etc.
3.The result will be stored in ProgramA.htm,
ProgramB.htm...AudiencA...AudienceC page. I know it will cost some system
recources to run the generation on the fly, that is why I want to generate
the result in htm page and include it in the live site.

I hope I make myself clear enough.

Thanks


Back to top
Stefan [MSFT]
Guest





Posted: Mon Oct 24, 2005 8:51 am    Post subject: Re: group posting by posting custom protperties? Reply with quote

Hi Mindy,

if you don't require authentication, then just use CmsPosting.
For the time: that depends on your requirements.

For the color changing: I would use the same template and use a query string
parameter to load different CSS files on the fly.

Cheers,
Stefan

--
This posting is provided "AS IS" with no warranties, and confers no rights

New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------


"Mindy" <Mindy@discussions.microsoft.com> wrote in message
news:6606D642-E87F-4C80-B6C6-84630CA81CC7@microsoft.com...
Quote:
shall I use this varyByCustom="CMSPosting;CMSRole"
My page does not require login do I need to use CMSRole? What's the
guideline to set the duration? How long should I set the output caching?

Another question: Each program requires different color them, shall I
create
different template for each program although the placeholder and user
control
are the same? Or is there any easier way to workaround by chaning the
template color on the fly base on the program?

Thanks

"Stefan [MSFT]" wrote:

Hi Mindy,

you should do this on the fly but use output caching.
This will ensure that the costs are only coming up once till the cache
timeout occurs.

Cheers,
Stefan

--
This posting is provided "AS IS" with no warranties, and confers no
rights

New to MCMS?
Check out this book: Building Websites Using MCMS:
http://tinyurl.com/6zj44
----------------------


"Mindy" <Mindy@discussions.microsoft.com> wrote in message
news:04EA3615-E1BD-466C-8CCB-CF06B71051D5@microsoft.com...
My website postings is created and prensented by topics. I would also
like
to
group my posting in these catagories: programsA, programB, programC and
audienceA, AudienceB. Is it efficient to use the following approach?

1. create these custom propteries: programA, programB, programC,
AudienceA,
AudienceB, AudienceC
2. if the default value is true for the programA properties, then the
posting will be grouped in ProgramA page, etc.
3.The result will be stored in ProgramA.htm,
ProgramB.htm...AudiencA...AudienceC page. I know it will cost some
system
recources to run the generation on the fly, that is why I want to
generate
the result in htm page and include it in the live site.

I hope I make myself clear enough.

Thanks


Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> CMS Server All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB