Which method is best for storing articles/daily updates?

  • Thread starter Thread starter robert.dondo
  • Start date Start date
R

robert.dondo

I have a site on which i want to add content on a daily basis (links
and the articles). How do I layout the site?
I could use a database but : will users be able to search the content
using, say, google?

I need help on this before i start coding the site. (what do newspaper
sites do?)

chow

robert
 
Your question is a very complex one.
Virtually every web site ever created has to do things similar to this, and
they are nearly all unique in design.
Essentially you are asking us how to create a web site. There are as many
answer to that as there are sites on the web.
There have been many content management systems out there for years and I
think it's telling that none of them have emerged as dominant. The reason
is that one size does not fit all. Every web site's needs are a little bit
different.

As for enabling search on your web site without much hassle, you might take
a look at this:
http://SteveOrr.net/articles/SearchBox.aspx
Using this technique it doesn't matter how you store your content.

And you might find this article to be informative as well:
http://SteveOrr.net/articles/Spiders.aspx
 
Back
Top