• Welcome to League Of Reason Forums! Please read the rules before posting.
    If you are willing and able please consider making a donation to help with site overheads.
    Donations can be made via here

What Web hosting service do you recommend?

ThePuppyTurtle

New Member
arg-fallbackName="ThePuppyTurtle"/>
I want to start a new website for myself, It will be www.answersinscience.com . I would like you to recommend a free web hosing service. Please give me one that should be easy to set up, and easy to make look cool.
 
arg-fallbackName="Squawk"/>
wordpress is a good place to start, though your site will have a title with wordpress in it
 
arg-fallbackName="Prolescum"/>
ThePuppyTurtle said:
I want to start a new website for myself, It will be http://www.answersinscience.com . I would like you to recommend a free web hosing service. Please give me one that should be easy to set up, and easy to make look cool.

I don't think you'll find a free web-hosting service that allows custom URLs (as in, you will probably have to pay to use your own or suffer with a sub-domain). Web-hosting can be pretty cheap these days anyway. For example, with GoDaddy, you can purchase the domain (the address in your post) and using the code LINUX you can save 10%. If you were to use them for hosting as well, you can save an extra 20% with the code LINUX20 (thank you Linux Action Show!).

I've never used GoDaddy, but they seem pretty kosher. I use 1&1 for hosting, and I only spend about ,£60 a year, if that. To put that into perspective, that's about the cost of a good quality burger a month.

As for making it look cool, well, it depends entirely on what the website is for. If you want to be able to post articles and such, you want to look at Joomla or Wordpress (the software, not the websites); these allow you to put up a site practically in minutes. There are all manner of skins and such, but if you really want it to be distinctive, learn HTML and CSS, both really very simple to learn, and you can express your own visual flair. Or whatever.

Hope that helps.
 
arg-fallbackName="Prolescum"/>
You didn't read my post properly, did you?

Wordpress is software you use to build a website, yes, it's a blogging platform, but you haven't said what kind of site you want to build so the safest, easiest bet was Joomla and Wordpress, both free. They are quite capable for most needs.

You don't need to use their website to use the software.

If you only want a single page, I'll write you one:
Code:
<i>
</i><!doctype html>
<head>
<title>Hot Lava Java</title>
</head>
<body>This is a webpage</body>
</html>


Done.
 
arg-fallbackName="Prolescum"/>
ThePuppyTurtle said:
Could I get one without a Download please?

Get one what? Webpage? I just wrote one in my last post; you can copy and paste into a file. Name it index.html and open it in your browser. Study it, edit it. Like I said, it's pretty easy to pick up.

You don't seem to know quite what you want, so I suggest you write down what your website will be for, what sort of content will fill it, how that content will be managed...
Perhaps if you had an example of a website that does the things you're looking for, that might make it easier.

I'm willing to help you, but you have to throw me a bone.
Master_Ghost_Knight said:
Don't forget the awsome web ressource:
http://www.w3schools.com/

Yeppers, absolutely.
 
arg-fallbackName="Prolescum"/>
:lol:

I was leaving plenty (read: every) of options for ThePuppyTurtle to make his own decisions.

Anyhoots, here you go:
[showmore=Squawks very own webpage]
Code:
<i>
</i><!doctype html>
<head>
<title>Squawk's webpage - made with a close approximation of love</title>
<meta name="description" content="Squawk's cool page">
<meta name="keywords" content="Squawk, League of Reason">

<style type="text/css">
* {
	padding: 0;
	margin: 0; 
}

html {
	width: 100%;
	background-color: #FF3399; // the colour of lol
	color: #006600;
}

body {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 800px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
	padding-bottom: 30px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	padding-left: 20px;
}

h3 {
	font-size: 13px;
	color: #006600;
	padding-left: 20px;
}

#face {
	margin-top: 50px;
	width: inherit;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
}

.nose {
	float: left;
	margin-right: 20px;
	box-shadow: 2px 2px 8px #006600;
	border-radius: 6px;
}

img:hover {
	box-shadow: 2px 2px 8px #000000;
	border-radius: 6px;
}
	
</style>
</head>
<body>
<div id="face"><h1>A page for Squawk, brought to you by the letters F, U, and the number 1.</h1><img class="nose" src="http://nebulos.net/wp-content/videoimages/img_32676_middle-finger-michael-big-mistake.jpg" alt="Arf" title="Arf"><br><br><h2>Two Monkeys In a Bath</h2><br><h3>Two monkeys in a bath. The first one says, "Oooh, ooh-ooh aaah!"<br><br>The second responds, "Well put some fucking cold water in, then..."</h3></div>
</body>
</html>
[/showmore]

You might have to edit it a bit, no time to test. Enjoy!
 
arg-fallbackName="Squawk"/>
OMFG I just nearly fell off my chair!!!

That's the best laugh I've had for ages, fucking awesome. The colour of lol :D
 
arg-fallbackName="Your Funny Uncle"/>
If you want a site that you don't have to set up yourself and allows you to use a domain that you've bought you could try Squarespace... Talking of offer codes you could use twit10 (from http://www.twit.tv) if you want 20% off for the first 6 months
 
arg-fallbackName="Master_Ghost_Knight"/>
ThePuppyTurtle said:
Can I avoid coding?

You can, but you either let programs do the coding for you or you got to do the coding yourself. Altough truth be told you would only stand to gain by learning to code for yourself as it not only provides an invaluable skill, but also because you might want to do stuff that doesn't come as standard in a website building software and you endout doing code by yourself anyways.
 
arg-fallbackName="Prolescum"/>
ThePuppyTurtle said:
Can I avoid coding?

Mate, you have to do one or the other, or both. The only way you can avoid the bulk of the coding is by using a platform like Wordpress (it has a wysiwyg interface I believe), but whatever way you want to do it, you'll have to at the very least understand what it is you're doing. HTML isn't much more difficult than BBcode you use on forums for formatting; the principle is the same.

It's your website, imagine how much more pride you'll feel when you can say you actually designed it.
 
arg-fallbackName="drento"/>
Nowadays a lot of those site hosting web systems offer a variety of features where you do not have to set up HTML or BBCODE by yourself anymore. When I started to do my blog on a private hosting site I did not do anything except for installing WordPress and that was a cinch. You should just go for it and try and not stopping before you even tried it. It is very easy to use and above all you do not need to program the website by yourself anymore.
 
arg-fallbackName="Prolescum"/>
drento said:
Nowadays a lot of those site hosting web systems offer a variety of features where you do not have to set up HTML or BBCODE by yourself anymore. When I started to do my blog on a private hosting site I did not do anything except for installing WordPress and that was a cinch. You should just go for it and try and not stopping before you even tried it. It is very easy to use and above all you do not need to program the website by yourself anymore.

Two things my friend:

1) He's already dismissed wordpress
2) He's already set up the site (using blogspot, lol)

Sorry :)
 
Back
Top