Make This in an Hour
31–40 of 103 posts
Re: Make This in an Hour
#32I'm using github pages to host a website of mine, and I need another. Can anyone recommend a cheap/reliable simple html/css/js website host? No need for wordpress installation, Rails, etc.
The name of the bucket has to be the same as your domain (e.g. `www.example.co`), and then you turn on static site hosting in the bucket settings, and get a URL like `www.example.co.s3-website-us-east-1.amazonaws.com`, then you can add a CNAME record in CloudFlare pointing `www.example.co` to the bucket URL. (If the bucket name doesn't match the domain name, S3 will complain)
It's not free, but it is cheap.
[1] https://aws.amazon.com/s3/pricing/ [2] http://www.cloudflare.com/plans
Re: Make This in an Hour
#33Earlier quoted context omitted.
Pretty sure the title is make THIS website, not make A website.
Well codecademy has a course to make the airbnb website. You code it yourself to be like airbnb, you don't just copy and paste their code.
The site also doesn't say to copy paste the contents (read point 6 and 7) so your example is a bit strange. The site doesn't even mention to copy paste anything as far as I saw.
Re: Make This in an Hour
#34Re: Make This in an Hour
#35I'm using github pages to host a website of mine, and I need another. Can anyone recommend a cheap/reliable simple html/css/js website host? No need for wordpress installation, Rails, etc.
Re: Make This in an Hour
#36I'm using github pages to host a website of mine, and I need another. Can anyone recommend a cheap/reliable simple html/css/js website host? No need for wordpress installation, Rails, etc.
Re: Make This in an Hour
#37I'm using github pages to host a website of mine, and I need another. Can anyone recommend a cheap/reliable simple html/css/js website host? No need for wordpress installation, Rails, etc.
Can't you use GitHub pages for multiple sites? Or create multiple GitHub accounts?
Re: Make This in an Hour
#38Love the project! Plan on putting it on github? (Is this you? https://github.com/smithamilli ) Also, noticed you're working on CareersMob? Let me know if you want an intro to the folks CareerMob ( https://twitter.com/careermob )
Re: Make This in an Hour
#39Earlier quoted context omitted.
Pretty sure the title is make THIS website, not make A website.
Well codecademy has a course to make the airbnb website. You code it yourself to be like airbnb, you don't just copy and paste their code.
There's a heavy backend, multiple servers to setup, manage and monitor. Then there are databases, SSLs configurations, privacy concerns, http requests that need to be routed, emails that need quick replies, fault-tolerance strategies, CDNs, authentication schemes, payment gateways, rating systems, backup schemes...
Did Code Academy teach how to handle all of the above or are you referring to a front page that I could fetch and regenerate in 20 seconds using curl?