Click to See Complete Forum and Search --> : HTML Catalogue


hkadhim
06-18-2003, 09:22 AM
hi all,
I am trying to create a Catalogue, and I want to enable the admin (which he/she doesn't know any programming) to upload new pictures whenever he/she wants to without interacting directly with the code. example: http://www.autotrader.ca. I want something similar to it.
what is the basic idea? what do you use to upload pictures and position them in the right spot? size of the pictures?
are there any documentations or tutorials regarding this?

any other samples will be much appreciated

thanks alot
hk

Khalid Ali
06-18-2003, 05:35 PM
First you will need to know some type of server side languages..there is a looooong list here are few to chode from

JSP,Servlets,
PHP,
ASP

With that knowledge you can create a module that will get information from the web pae and do the proceesing required.
Hope this helps

hkadhim
06-19-2003, 12:08 PM
Thanks,
I will start looking into that