Site Search Engine and Visiting statistics
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Content Management Server > Site Search Engine and Visiting statistics




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Site Search Engine and Visiting statistics  
Mindy


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-23-05 10:53 PM

Hello CMS developer,

I am new to cms and currently reading the cms complete guide book. There are
many questions I have in mind would like to be answered.

1. Do i need to have two servers one for development and one for production?
or Can I just have one server does all? If i need two server, then do I need
two licenses CMS?

2.Can I use indexed server to index the site content for site search? Is
there any free site search tool I can use?

3. Is there any site visiting statistics tool available in CMS? If not, can
I implement my own in CMS pages?

4. when designing a template, can i have asp.net form within the template?
For example, add a Poll survey on the template and store the input in sql
table?

Sorry to ask so many questions at a  time. Your help will be greatly
appreciated!!!

Thanks





[ Post a follow-up to this message ]



    Re: Site Search Engine and Visiting statistics  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-23-05 10:53 PM

Hi Mindy,

this book you are using is not really focusing on beginners.
It is a collection of information that is useful if you are already a MCMS
expert.
For a beginner I would recommend the following book:
http://tinyurl.com/6zj44

To your questions:

1) usually you would want to do development on a separate server to do the
testing offline.
You don't have to use 2 MCMS licenses as the MCMS developer edition is
included in the MSDN Universal license which also includes all the other
software required for a development environment (Windows XP, VS.NET, SQL
Server).

2) no index server does not work as index server can only index file content
and not http content. If you are looking for a cheap solution and if your
site does not have more than 5000 items use Coveo. They provide a free
search engine for up to 5000 items:
http://www.coveo.com/en/enterprise-...oduct-info.html

3) no MCMS does not provide something like this. I would suggest to
implement any 3rd party ASP.NET site visiting tool into your site.
Also check out this article:
http://blogs.msdn.com/luke/articles/96476.aspx

4) yes that is possible.

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:09E5E1BC-2204-4DD0-A64E-E927AA86EF36@microsoft.com...
> Hello CMS developer,
>
> I am new to cms and currently reading the cms complete guide book. There
> are
> many questions I have in mind would like to be answered.
>
> 1. Do i need to have two servers one for development and one for
> production?
> or Can I just have one server does all? If i need two server, then do I
> need
> two licenses CMS?
>
> 2.Can I use indexed server to index the site content for site search? Is
> there any free site search tool I can use?
>
> 3. Is there any site visiting statistics tool available in CMS? If not,
> can
> I implement my own in CMS pages?
>
> 4. when designing a template, can i have asp.net form within the template?
> For example, add a Poll survey on the template and store the input in sql
> table?
>
> Sorry to ask so many questions at a  time. Your help will be greatly
> appreciated!!!
>
> Thanks







[ Post a follow-up to this message ]



    Re: Site Search Engine and Visiting statistics  
Mindy


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-23-05 10:53 PM

Thank you very much for the quick response.

One more question, how do I make printer friendly page?

"Stefan [MSFT]" wrote:

> Hi Mindy,
>
> this book you are using is not really focusing on beginners.
> It is a collection of information that is useful if you are already a MCMS
> expert.
> For a beginner I would recommend the following book:
> http://tinyurl.com/6zj44
>
> To your questions:
>
> 1) usually you would want to do development on a separate server to do the
> testing offline.
> You don't have to use 2 MCMS licenses as the MCMS developer edition is
> included in the MSDN Universal license which also includes all the other
> software required for a development environment (Windows XP, VS.NET, SQL
> Server).
>
> 2) no index server does not work as index server can only index file conte
nt
> and not http content. If you are looking for a cheap solution and if your
> site does not have more than 5000 items use Coveo. They provide a free
> search engine for up to 5000 items:
> http://www.coveo.com/en/enterprise-...oduct-info.html
>
> 3) no MCMS does not provide something like this. I would suggest to
> implement any 3rd party ASP.NET site visiting tool into your site.
> Also check out this article:
> http://blogs.msdn.com/luke/articles/96476.aspx
>
> 4) yes that is possible.
>
> 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: [url]http://tinyurl.com/6zj44[/url
]
> ----------------------
>
>
> "Mindy" <Mindy@discussions.microsoft.com> wrote in message
> news:09E5E1BC-2204-4DD0-A64E-E927AA86EF36@microsoft.com... 
>
>
>





[ Post a follow-up to this message ]



    Re: Site Search Engine and Visiting statistics  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-23-05 10:53 PM

Hi Mindy,

usually I would suggest to implement this using cascading style sheets.
You can define the same style twice - once with media=print and once with
media=screen.

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:0FE605D7-92D7-4835-8738-90AFFDD9793D@microsoft.com...[vbcol=seagreen]
> Thank you very much for the quick response.
>
> One more question, how do I make printer friendly page?
>
> "Stefan [MSFT]" wrote:
> 







[ Post a follow-up to this message ]



    Re: Site Search Engine and Visiting statistics  
Mindy


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-24-05 11:05 PM

Hi Stefan,

Would you mind providing me with sample site links on cascading style sheets
(printer friendly page)? One more question: does MCMS support multiple
websites?
I just order the Building website with MCMS book and hopeful I will be able
get a kick start...

Thanks

"Stefan [MSFT]" wrote:

> Hi Mindy,
>
> usually I would suggest to implement this using cascading style sheets.
> You can define the same style twice - once with media=print and once with
> media=screen.
>
> 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: [url]http://tinyurl.com/6zj44[/url
]
> ----------------------
>
>
> "Mindy" <Mindy@discussions.microsoft.com> wrote in message
> news:0FE605D7-92D7-4835-8738-90AFFDD9793D@microsoft.com... 
>
>
>





[ Post a follow-up to this message ]



    Re: Site Search Engine and Visiting statistics  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-24-05 11:05 PM

Hi Mindy,

sorry I don't have such samples. This question is more related to IE than to
MCMS
But have a look here:
http://www.w3.org/TR/REC-CSS2/media.html

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:2A14197D-54A5-40EC-A9E5-DF586DAE67DE@microsoft.com...[vbcol=seagreen]
> Hi Stefan,
>
> Would you mind providing me with sample site links on cascading style
> sheets
> (printer friendly page)? One more question: does MCMS support multiple
> websites?
> I just order the Building website with MCMS book and hopeful I will be
> able
> get a kick start...
>
> Thanks
>
> "Stefan [MSFT]" wrote:
> 







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 06:12 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register