Not sure where to post this

Not sure where to post this

am 06.10.2007 18:55:19 von 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

Re: Not sure where to post this

am 06.10.2007 19:54:28 von Adrienne Boswell

Gazing into my crystal ball I observed rich writing in
news:X5PNi.260856$xp6.251987@fe3.news.blueyonder.co.uk:

> 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.


--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Re: Not sure where to post this

am 06.10.2007 20:07:49 von 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

Re: Not sure where to post this

am 06.10.2007 20:53:02 von lws4art

rich wrote:
>> 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
>
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.

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com

Re: Not sure where to post this

am 07.10.2007 16:45:58 von CV

rich wrote:
>> 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

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.