what program to use?

Soldato
Joined
4 Feb 2004
Posts
13,363
Location
Fife, Scotland
From the brief outline of what you wish to achieve, WordPress would be my suggestion. Either use a template based around an ecommerce theme or use one of the many ecommerce plugins available.

Do you have hosting sorted out with a cPanel or Plesk? You should find within those automated scripts in Fantastico or Softaculous which will make installing WordPress a doddle. Then just drop your chosen template in and start from there. Trying to achieve an ecommerce based result using a WYSIWYG like Dreamweaver would be overly complex IMO. Without any working knowledge of HTML or CSS your learning curve is likely to be steep. Best of luck with it though, gotta start somewhere! :)
 
Last edited:
Soldato
Joined
2 May 2004
Posts
19,950
Another vote for WordPress here, with something like WooCommerce (plugin) for the shop bit. You can make your own theme quite easily (or child theme which extends/modifies an existing theme - that's even easier) which would teach you a lot about HTML and CSS and maybe a bit of PHP depending on how much you play with it.

I would start somewhere easier though - design the site in CSS, HTML and jQuery and then you can eventually port that into WP quite easily.

[Edit]
As for a program, use Brackets for your HTML and CSS. It includes a live editor so you can immediately see the effect of your code.
 
Last edited:
Back
Top Bottom