473,890 Members | 1,120 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Which method is best for storing articles/daily updates?

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

Dec 7 '06 #1
2 1149
Get a copy of thinkjot or dasblog - any blogging software really as they are
all equiped to do this and it makes no sense to reinvent the wheel.
Alternatively, take a look at the beerhouse CM starter kit at www.asp.net

--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog
<ro**********@g mail.comwrote in message
news:11******** **************@ j72g2000cwa.goo glegroups.com.. .
>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

Dec 7 '06 #2
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

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net

<ro**********@g mail.comwrote in message
news:11******** **************@ j72g2000cwa.goo glegroups.com.. .
>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
Dec 8 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
7103
by: John | last post by:
I have over 5000 thumbnail pictures of size 5kb each. I would like to able to load all 5000 pictures and view 50 per page using mysql_data_seek(). I would like to know what are the advantages and disadvantages of using a MySQL blob field rather than reading the images directly from the file? How does one insert an image into a blob field? Can it be done dynamically? Thank you John
0
1951
by: Laphan | last post by:
I know this is a crosspost, but I need to know which is the best one for posting INET FTP queries, so that I'm not cross-posting in future. Now that I've posted could somebody let me know: 1) Why can I download Access DBs from FTP sites in the default mode (icString??) and everything looks OK (eg, file/byte size, functionality, etc), when MSDN shows a completely different method for binary downloads? I thought Access DBs were binary...
1
2102
by: Laphan | last post by:
Hi All I know this is my 2nd (and final) cross-post, but which NG should I use for the below. I want to create a game that queries and updates text and numeric stats on a regular basis, so I'm looking for a data file method that allows me to query and update the file from a VB app. I use MS Access/ASP on a daily basis and was hoping to use this knowledge to
17
6172
by: John Bentley | last post by:
John Bentley: INTRO The phrase "decimal number" within a programming context is ambiguous. It could refer to the decimal datatype or the related but separate concept of a generic decimal number. "Decimal Number" sometimes serves to distinguish Base 10 numbers, eg "15", from Base 2 numbers, Eg "1111". At other times "Decimal Number" serves to differentiate a number from an integer. For the rest of this post I shall only use either...
3
4645
by: Ryan N. | last post by:
Hello, I saw a brief blurb on this somewhere and am unable to recall where... In the context of Security, what are some best practices for handling -storing, locating, retrieving- database OLEDB connection strings? I have typically used a single include file and even considered stuffing the string in a document (XML or otherwise) outside of the root directory. I know of and have used methods to store connection strings in the registry...
0
1701
by: Marcel - IDUG Europe 2005 | last post by:
Visit the IDUG Europe Conference Blog for Daily Updates and Conference Information IDUG 2005 - Europe Blog New for this year's conference, IDUG 2005 - Europe has created a blog to give you information on all aspects of the conference. Daily entries have already been posted to the blog, and updates will continue to be posted during the conference!
0
997
by: Jason Mauss | last post by:
Over the past few days (in my spare time in the evenings) I've been trying to think of a table design that would best lend itself to paging the content for the purpose of paging articles on a website. You might say this is an exercise in putting lesser-known theory into practice. Here are the basic business requirements in no particular order: 1. The website will be geared towards providing (and paging) technical content (technical...
6
3157
by: JM | last post by:
I have never used a (content management system) CMS before but I need one for my internship as a webdeveloper. Requirements: runs on Apache, linux or unix, MySQL and PHP (maybe Windows server and IIS) Authentication (not sure yet): existing user database, LDAP or permissions on directories (not sure if that last one is possible) Purpose: scientist working on projects should be able to upload their
13
2425
by: DigitalDave | last post by:
A project I did awhile back stored php5 objects in elements of the $_SESSION array between pages that were navigated on the site. There were object classes representing teachers, and object classes representing students that referenced teacher objects. Then I happened to look at the temporary files created by sessions and found much redundant data was stored in each file about the teachers since they were referenced by every student in...
0
9978
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
11229
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10815
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10462
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7169
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
6042
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4676
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
4271
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3276
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.