Jump to content

I don't know a thing about website development. Is it hard? I'm not serious about learning it, I'm just curious. How much do you have to pay to keep your site up? Can you host a website from your own PC without paying some big company to do it?

 

CPU: Ryzen 5 5600x  | GPU: GTX 1070 FE | RAM: TridentZ 16GB 3200MHz | Motherboard: Gigabyte B450 Aorus M | PSU: EVGA 650 B3 | STORAGE: Boot drive: Crucial MX500 1TB, Secondary drive: WD Blue 1TB hdd | CASE: Phanteks P350x | OS: Windows 10 | Monitor: Main: ASUS VP249QGR 144Hz, Secondary: Dell E2014h 1600x900

Link to comment
https://linustechtips.com/topic/1106169-how-does-one-actually-make-a-website/
Share on other sites

Link to post
Share on other sites

You can design a website without code if you use a site like Wix, you can either use the free URL they provide or buy your own.

I WILL find your ITX build thread, and I WILL recommend the SIlverstone Sugo SG13B

 

Primary PC:

i7 8086k - EVGA Z370 Classified K - G.Skill Trident Z RGB - WD SN750 - Jedi Order Titan Xp - Hyper 212 Black (with RGB Riing flair) - EVGA G3 650W - dual booting Windows 11 and Fedora Linux - Black and green theme, Razer brainwashed me.

Draws 400 watts under max load, for reference.

 

PSU tier list

How many watts do I need?

PSU misconceptions, protections explainedgroup reg is bad

Link to post
Share on other sites

And now to tell you about today’s sponsor: Square Space!

Bethesda PC:   R7 3700X  -  Asrock B550 Extreme 4  -  Corsair Dominator Platinum RGB 16GB@3.6GHz -  Zotac AMP Extreme 1080TI -  Samsung 860 Evo 256GB  -  WD Blue 2TB SSD -  500DX  -  Stock cooling lul  -  Rm650x

CrumpleBox V3:  Xeon X5680  -  Asus X58 Sabertooth  -  DDr3 16GB@1.33Ghz  -  Gigabyte 1660s -  TT smart RGB 700W  -  

Cooler Master Storm Trooper  -  120GB Samsung 850 Pro   -  LTT Edition Chromax NH-D15 ?

 

CrumpleBox 3 ROTF: I5-6400  -  MSI B150m Mortar  -  16GB 2133Mhz Vengeance Pro RGB  -  Strix 1070Ti - GTX 1070 FE  -  Adata 128GB SSD  -  Fractal Design Define C  -  Gammaxx 400V2  -  Cooler Master silent pro gold 1000W

CrumpleBox 2: i7-7820x - MSI X299 Raider - 32GB Thermaltake Toughram 3.6Ghz - 2x Sapphire Nitro Fury - 128GB PCie Adata SSD - O11 Dynamic - EVGA CLC 360 - Corsair RM1000X

 

Perhiperals:  Gateway 900p60 monitor  -  Dell 1024x768@75  -  Logi. G403 Carbon  -  Logi. G502  -  SteSer. Arctis 5  -  SteSer. Rival 110 - Corsair Strafe RGB MK.2

 

 

Link to post
Share on other sites

30 minutes ago, TrainFan2019 said:

I don't know a thing about website development. Is it hard? I'm not serious about learning it, I'm just curious. How much do you have to pay to keep your site up? Can you host a website from your own PC without paying some big company to do it?

 

if you want a basic website for information that's east to use : 
Squarespace (wix is meh tbh).

I you want a blog : Wordpress (tho it's gonna be a bit more annoying to setup, you might have to hire someone to do it for you) (500$ ish + 100$/year)

If you want any level of backend stuff (databases, php etc..) : Hire someone. typically 1000$+ / website + 100$ish/year to keep running (hosting only)

Making websites is really easy when static (as in, the content does not change, so think like http://linusmediagroup.com)

Dynamic websites (Say, the forum, facebook, twitter, reddit) have a lot of back-end programming that fetches the information required to show in the page (posts, comments etc..)
Those require a lot more time and money.

It really depends on what features you need.


For simple pages, you need a index.html (default page name) 
the base code looks like this : 
 

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>My First Heading</h1>
<p>My first paragraph.</p>

</body>
</html>

Where <head> is not something shown to the user (except the title which is the text on top of the page) it's where you'd insert other linked items (fonts, scripts, CSS files)

 

<H(1,2,3,4,5,6)> is for titles, the smaller, the lesser the title is (think of them as subtitles)
<p> is for paragraphs 
<a> is for links
<img src="smiley.gif" alt="Smiley face" height="42" width="42"> is for images

Hope it helps !

~New~  BoomBerryPi project !  ~New~


new build log : http://linustechtips.com/main/topic/533392-build-log-the-scrap-simulator-x/?p=7078757 (5 screen flight sim for 620$ CAD)LTT Web Challenge is back ! go here  :  http://linustechtips.com/main/topic/448184-ltt-web-challenge-3-v21/#entry601004

Link to post
Share on other sites

Overall, website design isn't super hard.

 

As mentioned by @givingtnt, there are many different services available with different pricepoints and features.

Quote or tag me( @Crunchy Dragon) if you want me to see your reply

If a post solved your problem/answered your question, please consider marking it as "solved"

Community Standards // Join Floatplane!

Link to post
Share on other sites

On 9/20/2019 at 6:37 PM, TrainFan2019 said:

How much do you have to pay to keep your site up? Can you host a website from your own PC without paying some big company to do it?

  • You can host your website via dozens of providers - you might pay 5 bugs/month for a domain and a little webspace.
    • If you want a WordPress blog, it's free, you only have to pay for hosting (many hosters even provide a one-click-WP-installation).
    • If you want a sweet WordPress theme, you will have initial costs of of - it depends - 20 to a few hundred $ and you might wanna customize it. That's all possible with a few clicks, no web-"coding" needed.
  • You want a simple, but custom design? You'll have to pay at least a designer and and a web-developer. This might cost a few thousand $.
  • If your webpage needs to meet more complex requirements - and not only a frontend (what a user actually sees on a webpage) but also a backend, where you have a content management or even a shop management system, costs might get up to 1 or 2 million $ + ongoing costs for license fees and maintenance.

There are so many aspects - risk, efficiency, complexity, quality of the development team, region... you can't tell just by the looks of a page what it might have cost without any further insight. But I guess that's a reasonable range you will deal with.

Link to post
Share on other sites

6 hours ago, Alchibiades said:

...you might pay 5 bugs/month for a domain...

 

What is 5 bugs in USD?

Jeannie

 

As long as anyone is oppressed, no one will be safe and free.

One has to be proactive, not reactive, to ensure the safety of one's data so backup your data! And RAID is NOT a backup!

 

Link to post
Share on other sites

About second part of OP question - is possible to host own website on home computer, but it's not worth to do it - you need fast internet connection and computer that is power on 24/7. And good router that can handle multiple connections without any problem. External hosting is not that expensive - sometimes you can find paid hosting for about 5 or 10$ per year. All depends on your needs.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×