Forum Moderators: phranque
I heard about a service called www.ecriteria.net but haven't tried them yet. anyone know more???
thx.
Dean Garrett
I like Dreamweaver UltraDev for this, but there are lots of alternatives.
Learn about either ASP, JSP, or PHP before going any further.
Also, learn about databases. Access is a good place to start, and you can grow from there.
Ive followed along the lines of what tx suggested. I also got myself a cheap online hosting account for "trial and error". There is no subsitute for learning code than typing it out yourself. I've heard that countless times and it still rings true.
IMO, yes, access is a good place to start. all GUI, with the option of "SQL views" and the like to give you an introduction to what is going on behind the scenes. Once you are familiar with the mechanisms of a database, you might get choosy as to what database you want to use /why/how much does it cost etc.
One thing is for sure, web database has been more of a buzz "word" than web page........so much can be done in a datbase :)
Since my original post, I tried out eCriteria, and it suites my needs very well. I hooked up with another homestead user who used eCriteria for his database; he managed to do something very nice: www.DeadCellZones.com.
Anyway, thanks for the help. I do appreciate it.
Dean
Very easy to setup a simple database and even easier to interogate it.
You will find Perl support and Access/MySQL offered by most (if not all) hosting providers.
Spend 1 day learning Perl and you could easily write your own script, or find one free on the net.
But addictive when you start :)
Dazz
My site's up and running with my database, and I'm only paying $19.95 per month to them. It only took me an hour to upload the data, create a web database, and auto generate the interface html. I was afraid I wouldn't be able to do it myself, but it went fine.
Thanks to all you guys!
Dean