I'm learning to code by building 180 websites in 180 days. Today is day 115
blog.jenniferdewalt.com
I'm learning to code by building 180 websites in 180 days. Today is day 115
1–10 of 370 posts
Re: I'm learning to code by building 180 websites in 180 days. Today is day 115
#2Re: I'm learning to code by building 180 websites in 180 days. Today is day 115
#3Re: I'm learning to code by building 180 websites in 180 days. Today is day 115
#4Learn how to use a VPS? Static pages with NearlyFreeSpeech? I've got a zillion ideas (and after seeing this, will be building them soon) but they need to be on separate domains. Paying $5/month or whatever for each is obviously not optimal.
Re: I'm learning to code by building 180 websites in 180 days. Today is day 115
#5Re: I'm learning to code by building 180 websites in 180 days. Today is day 115
#6Re: I'm learning to code by building 180 websites in 180 days. Today is day 115
#7Wow, this is really inspiring. I see that she's hosting them all on her personal domain, but I have a question, if anyone has an answer. What's the easiest/most cost-effective way to host a large number of sites on different domains? Learn how to use a VPS? Static pages with NearlyFreeSpeech? I've got a zillion ideas (and after seeing this, will be building them soon) but they need to be on separate domains. Paying $…
Re: I'm learning to code by building 180 websites in 180 days. Today is day 115
#8Wow, this is really inspiring. I see that she's hosting them all on her personal domain, but I have a question, if anyone has an answer. What's the easiest/most cost-effective way to host a large number of sites on different domains? Learn how to use a VPS? Static pages with NearlyFreeSpeech? I've got a zillion ideas (and after seeing this, will be building them soon) but they need to be on separate domains. Paying $…
The minor downside is that you'll be responsible for keeping your server up to date, but with a bit of upfront work you can mostly automate it.
Re: I'm learning to code by building 180 websites in 180 days. Today is day 115
#9Wow, this is really inspiring. I see that she's hosting them all on her personal domain, but I have a question, if anyone has an answer. What's the easiest/most cost-effective way to host a large number of sites on different domains? Learn how to use a VPS? Static pages with NearlyFreeSpeech? I've got a zillion ideas (and after seeing this, will be building them soon) but they need to be on separate domains. Paying $…
TLDR is "create a separate directory for each site with the directory being called the URL of the site" e.g. /var/htdocs/www.domain1.com has the web pages for http://www.domain1.com/ .