Dudes i've been messing with electronics all my life and finally feel i want to get myself out there with a website-
Thing is i don't have a clue where to start. I know i need a domain, but where do i get one? What is hosting? Is there some step by step guide somewhere i can follow?
Also i'm poor as fuck, so what is the cheapest alternative?
I'd rather write my own website :/ That's not the problem. I just don't know where to start. Or what the necessary components are
Andrew Rogers
Just use Wordpress, "how 2 get a werdpress site", put that into Google and you're off.
Aaron Walker
have u used google to see how u do what ever u want to do u fucking nigger?
Justin Hall
If you just want a blog or similar, wordpress.com offers free domains, so that's an option(and the premium plan is pretty cheap as well). Other than that, using namecheap.com or similar service, a domain name costs around $10/year. For hosting, digitalocean ( m.do.co/c/32777e8e9632 ) or similar costs $5/month for a basic VPS(or $10/month for something good enough to host sql-database). Then you just need to pick the operating system, install and configure apache(or nginx) and other components(such as firewall), then it's just a matter uploading your website onto the server and pointing the domain to its IP. If you're familiar with Linux, it's not too hard to do, and it's not hard to find tutorials for any steps you're not sure of.
Owen Barnes
Learn HTML, CSS and Javascript. Look on the Web Development General threads for domain names and hosting services.
I just use GoDaddy for domains. I'm sure there are cheaper and better places but it will only run you a couple of bucks unless you pick something with a bunch of common words in it.
I use Linode for hosting right now but if you want something that you don't have to do too much work to setup a lot of people still swear by Hostgator. You can easily get hosting for under 10 bucks a month.
That's why I learned website design and development myself, because I needed a website for my band and I was too broke to pay someone else to do it.
David Sullivan
u nu bu u niggu
Dominic Morris
Ah, just what i was looking for. Thank you!
John Sanchez
>(((refcodes))) Disregard this post.
Kayden Lewis
1) buy a domain from namecheap 2)get account from x10hosting 3)configure domain paramenters 4)build a website using the program you find in x10hosting.
Jose Roberts
Linode is by far the best vps I've ever used.
Asher Bennett
freehosting.com is a pile of shit, but if you're doing something basic you can use them and always transfer the domain away once you outgrow what they offer (it's actually free)
Jackson Ortiz
Oh, and if you don't know how to make a website, w3schools.com/ has pretty good tutorials and reference material for that.
Jace Perry
wtf i thought the screenshot where she mentions wix was a fake edit but it turns out to be real?? what the fuck
Wyatt Nguyen
Neocities, free as freedom, totally configurable. Ps. Don't use JS, make internet great again
Julian Fisher
for a very basic webserver you might also look into hosting apache on a raspberry pi if you want to get into some linux as well. gets you into learning about dyndns and how to access your shit from everywhere.
for basic websites, if you want to learn it from the ground up you can easily go the old way, get some apache package like LAMPP or WAMPP as a local server emulator and just put your html into the folders, start it and watch the result in localhost.
Start with basic HTML, shine it up with CSS, and I know people will hate me for it but for dynamic shit I still use PHP. I started Webdev some time 2007 and stopped inbetween so I never got into all the hipster shit like jquery and all the libraries and frameworks.
Thomas Williams
Why would he want a vps if he wants to make a website
Oliver Smith
If anything ever implies that she's retarded, you can be one hundred point exactly zero percent sure that it's true
Thomas Gray
Because that's how you generally host one?
Brayden Watson
go to /wdg/ for links Learn some HTML and CSS and atleast Principles of JS and calling it in HTML. Focus on when and how it loads, because doing it wrong makes the website really slow. Learn at least one CSS preprocessing, this makes CSS maintainable as normally it does not come with variables, templating, nesting etc. Choose language for backend. Some trend is to use JS with Node.js or Ruby. Personally hate both. You might have seen Erlang/Elixir, those are nice but unless you want realtime latency across several machines, ignore them. Go is really good for this and there are a few good free books. PHP if you want a job and live outside murica. Is Heroku currently the only free hosting??? Git is lit, Docker is for having consistent enviroment on your local machine and server. But if you use Go its runtime is quite crossplatform so no need to bother with it now. Learn basics of SQL. Regarding theory and how to design your database, learn term "normalization". For simple data storage you really only need basics though. learn what you can do with HTTP protocol, MVC architecture and routing get better sources that shitpostboard, wiki.installgentoo.com -> Programming Resources -> link to list of free books -> something about webdev in your desired language
Carter Thomas
Use FreeBSD for the OS if you get a VPS for hosting