How to build your first website in six hours (with a hangover)
1–10 of 10 posts
Re: How to build your first website in six hours (with a hangover)
#2Re: How to build your first website in six hours (with a hangover)
#3Re: How to build your first website in six hours (with a hangover)
#4Having built a number of WordPress sites myself, I liked your write-up a lot. Very understandable for the beginner. My son (age 12) is about to build a website for his Boy Scout troop and your explanation of the steps will help a lot.
(Hangover optional for Boy Scouts, of course.)
Now. If only someone would write up a similarly-simple blog post about setting up a local development environment on a Mac, with brain-dead instructions on how to roll the finished website (and future updates) to the remote host (without brain damage) . . . .
(Let me just say I have wrestled with both MAMP and Bitnami and while they are pretty good, both inflict their own increment of brain damage.)
Re: How to build your first website in six hours (with a hangover)
#5Re: How to build your first website in six hours (with a hangover)
#6thanks for the post, I had been doing the basic websites myself from the old form HTML, and this article helped me understand the Wordpress more. I just hope there's a multiple choice section where in you will just click and personalize the website without too much complication
Re: How to build your first website in six hours (with a hangover)
#7@scone, Having built a number of WordPress sites myself, I liked your write-up a lot. Very understandable for the beginner. My son (age 12) is about to build a website for his Boy Scout troop and your explanation of the steps will help a lot. (Hangover optional for Boy Scouts, of course.) Now. If only someone would write up a similarly-simple blog post about setting up a local development environment on a Mac, with b…
Re: How to build your first website in six hours (with a hangover)
#8Few things. Cool piece for something who's maybe a beginner but not totally sure for this audience. Also I don't know why this would take six hours? Maybe with the propagating which would mean it could take 24 hours.
[Edit: reposted so it's threaded with the original comment.]
Re: How to build your first website in six hours (with a hangover)
#9thanks for the post, I had been doing the basic websites myself from the old form HTML, and this article helped me understand the Wordpress more. I just hope there's a multiple choice section where in you will just click and personalize the website without too much complication
No worries; thanks. There isn't a multiple-choice section for changing the look of the site, but the CSS code that determines the look is pretty clearly laid-out. I'd advise two things: 1) only change one thing at a time, and 2) before you begin, make a copy of the CSS file so you can always reset if you need to.
Re: How to build your first website in six hours (with a hangover)
#10Earlier quoted context omitted.
No worries; thanks. There isn't a multiple-choice section for changing the look of the site, but the CSS code that determines the look is pretty clearly laid-out. I'd advise two things: 1) only change one thing at a time, and 2) before you begin, make a copy of the CSS file so you can always reset if you need to.
thanks for the tips, those were very helpful :)