This is a discussion on "How should i go about creating my website?" within the Web Page Design section. This forum, and the thread "How should i go about creating my website? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
How should i go about creating my website?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
How should i go about creating my website?
Hello everyone I’m new to this forum so I hope that someone can help me.
I want to create a new website with few essential elements. I want to be able to sell products securely online. I also want the users visiting the website to be able to upload images to a webpage. I think I have enough web knowledge to be able to learn how to do this. What I would like to know is what language would be the best to create my website in? Compatibility is not an issue as my host supports mostly all languages. What is in involved to allow my users to buy products online? How do I let users upload to my webpage? Do I have to use database? I don’t have big budget so I would like to be able to do this myself. I would appreciate it if someone could help me. Thank you Robert |
|
|
|
|||
|
Re: How should i go about creating my website?
For languages i would choose whiever your most comfortable with.
Paypal is free and very secure so i would suggest using that for payments. Theres two different ways of storing images, you can have them upload the file to a location on your host and your database stores the link, or you can story the image on the database (binary). |
|
|||
|
Re: How should i go about creating my website?
Thanks for your help.
I think i would prefer if the image was stored in the database. Once the user uploads the image i want it to appear on my website. Is all this hard to do? Thanks Robert |
|
|||
|
Re: How should i go about creating my website?
|
|
|||
|
Re: How should i go about creating my website?
let us know how u get on!
|
|
|||
|
Re: How should i go about creating my website?
Hey man if you are wanting to build it yourself thats a LARGE process, if you want to use a already built script I assume you will be wanting to make majore mods to it, and that too a a large process. No matter how you turn this, its going to be a large process if you are going to make something customized for your needs.
Dont store the image itself in the database, its more secure, but causes more problems and brings down load time, especially if there are many large images. Your best bet is to do the second choice sypher suggested and only store the link to the location of the file in the database, but store the file itself in a folder on your website. If you are looking for security for the accessing of images, good luck, there is no #1 secure way to do it, its a do and learn process. I personally sugest developing it in php and mysql running on a linux server. You will have heaps of flexibility, free scripts, and support. Not to mention the programs are free as well and open source! Your best bet before you even start to do any web design is to break out a flow chart of every module you will need to make the site function like you need it, find some CMS software that meets them all or most of them, and then either strip away or add to the existing software. |
![]() |
| Tags |
| creating, website |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help creating a website with a user interfaced mailing list for community :) | kitanja | Website Planning | 0 | Mar 24th, 2008 17:16 |
| I enjoy creating website :) | earnpin | Introduce Yourself | 5 | Jun 30th, 2007 14:22 |
| Tutorial: A step-by-step guide to creating & adding a favourites icon to your website | Antwan | Starting Out | 0 | Sep 8th, 2006 14:16 |
| Creating your own website 'favourites' icon in Photoshop | Legacy_Staff | Graphics and 3D | 10 | Sep 8th, 2006 12:48 |
| Help, with creating a Music Player, to be embedded into a html code website | sx-nutta | Flash & Multimedia Forum | 1 | Jan 25th, 2006 05:41 |