Go Back   SitePoint Forums > Forum Index > Design Your Site > Just Starting Your Design
Newsletter FAQ Members List Calendar Mark Forums Read

New to SitePoint Forums? Register here for free!

SitePoint Sponsor
 
Reply
 
Thread Tools Display Modes
Old Dec 20, 2004, 15:30   #1
ArticleBot
SitePoint Articles
 
ArticleBot's Avatar
 
Join Date: Apr 2001
Posts: 0
Article Discussion

This is an article discussion thread for discussing the SitePoint article, "Databasing Your Site"
ArticleBot is offline   Reply With Quote
Old Jan 2, 2005, 12:36   #2
danfran
SitePoint Addict
 
danfran's Avatar
 
Join Date: Jan 2005
Location: New York City
Posts: 244
Not sure what the goal is..

By "databasing" a site, do you mean to simply make it searchable?

Databases are for storing data in a structured manner. For example, if your site has 100 pages on various types of flowers, seeds, and pots that you sell, and they're all completely STATIC html pages, then yeah.. You'll have to go through each page, one by one, and transfer the content into a database system. If your static HTML pages are really, really, strictly defined, this could be done as an automated process over the weekend.

On the other hand, if you just have an amorphous static HTML site and you want "search capability", then you don't need a database, necessarily, just an indexing system. Most languages support file parsing (at bare minimum) and if you're in the Microsoft boat, you can simply have Microsoft Index Server build a catalog for you. Index Server allows you to issue database-like queries (ADO style) against the MS Index Server catalogs.

Please clarify your needs and all of us here and we can better explain to you an easy solution!

Dan
danfran is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread | Next Thread »

Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Sponsored Links
 
Forum Jump


All times are GMT -7. The time now is 06:05.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright 1998-2009, SitePoint Pty Ltd. All Rights Reserved