Not sure where to post this

R

rich

Hello all :)

I need to create a dynamic data-driven site. I am wondering when I
should go the full database route, and when something much simpler will
do (in this case JavaScript). If I can create a decent solution in
JavaScript, why do anything more?

Thankyou
 
A

Adrienne Boswell

Hello all :)

I need to create a dynamic data-driven site. I am wondering when I
should go the full database route, and when something much simpler will
do (in this case JavaScript). If I can create a decent solution in
JavaScript, why do anything more?

Thankyou

I would go with a database solution. Much easier and scalable in the
long run.
 
R

rich

I would go with a database solution. Much easier and scalable in the
long run.

But,
A) I would have to learn databases from scratch
B) The amount of data is never going to be vast
 
J

Jonathan N. Little

rich said:
But,
A) I would have to learn databases from scratch
B) The amount of data is never going to be vast
Then save in a plain old text flat file and use some server-size Php,
Perl, ASP to pull the records of the file file...No JavaScript and no
problem when clients have JavaScript disabled.
 
J

John L.

rich said:
But,
A) I would have to learn databases from scratch

I think you'll find it's surprisingly straightforward to create simple
database-driven websites, and it will open up a whole new world of
possibilities.

An excellent book to get started with is 'Build Your Own Database Driven
Website Using PHP & MySQL' by Kevin Yank.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,754
Messages
2,569,525
Members
44,997
Latest member
mileyka

Latest Threads

Top