This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
nutcase84's profile picture

Good Free Website Builder?

Started by nutcase84, 30 September 2013 - 06:43 PM
nutcase84 #1
Posted 30 September 2013 - 08:43 PM
Looking for a good free website builder, because I don't want to learn HTML. :D/>
Engineer #2
Posted 01 October 2013 - 08:47 AM
Its very easy: HTML generator
SpoilerLearn the easiest scripting language ever: HTML
CSS can be tough in the beginning, but you get good at it eventually
Mads #3
Posted 01 October 2013 - 08:53 AM
Or learn it. You can't control it if you use some online tool. You'll also benefit from it later.
Alice #4
Posted 01 October 2013 - 12:01 PM
I don't know about a tool to make one, but if you need I could host one.
Engineer #5
Posted 01 October 2013 - 02:00 PM
Or learn it. You can't control it if you use some online tool. You'll also benefit from it later.
Open the spoiler on the post I previously made, and click the actual link. You will see I didnt link a HTML builder :P/>
nutcase84 #6
Posted 02 October 2013 - 07:51 AM
I don't know about a tool to make one, but if you need I could host one.

Nah, I got my Koding to host off of. (http://nutcase84.kd.io) And my dropbox.

Or learn it. You can't control it if you use some online tool. You'll also benefit from it later.
Its very easy: HTML generator
SpoilerLearn the easiest scripting language ever: HTML
CSS can be tough in the beginning, but you get good at it eventually

I don't want to waste my time learning another language! All I need is a simple website!
Mads #7
Posted 02 October 2013 - 09:26 AM
Learning another language is not wasting your time.
Zudo #8
Posted 02 October 2013 - 01:59 PM
Nah, I got my Koding to host off of. (http://nutcase84.kd.io) And my dropbox.

DON'T USE KODING, THE VM TURNS OFF AFTER 15M OF ACTIVITIY!

Sorry for shouting :P/>

Edit: I meant inactivity.
nutcase84 #9
Posted 02 October 2013 - 02:20 PM
Nah, I got my Koding to host off of. (http://nutcase84.kd.io) And my dropbox.

DON'T USE KODING, THE VM TURNS OFF AFTER 15M OF ACTIVITIY!

Sorry for shouting :P/>

Really? THAT'S WHY IT'S ALWAYS OFF! Thanks!

Learning another language is not wasting your time.

True, but I don't have time to learn HTML. I have other things to do.
nolongerexistant #10
Posted 02 October 2013 - 02:31 PM
If you really want to, you could use Adobe Dreamweaver or even Microsoft Office Sharepoint.

I really wouldn't reccomend using those trough. HTML is the simpelest thing you could possibly learn.
Engineer #11
Posted 02 October 2013 - 02:59 PM
If you want a simple site, the HTML and CSS is simple too. You can probably get the hang of it withing ~2 hours, but thats without complicated shit
MudkipTheEpic #12
Posted 02 October 2013 - 03:21 PM
Nah, I got my Koding to host off of. (http://nutcase84.kd.io) And my dropbox.

DON'T USE KODING, THE VM TURNS OFF AFTER 15M OF ACTIVITIY!

Sorry for shouting :P/>/>

Really? THAT'S WHY IT'S ALWAYS OFF! Thanks!

Learning another language is not wasting your time.

True, but I don't have time to learn HTML. I have other things to do.

HTML took me 2 hours to learn, and trust me. It's worth it.
nutcase84 #13
Posted 02 October 2013 - 04:01 PM

<html>
<title>I KNOW SOME HTML</title>
<center><h1>I ALREADY KNOW ALITTLE HTML, K? NOW TELL ME ABOUT A FREE WEBSITE BUILDER.</h1></center>
</html>
Zudo #14
Posted 02 October 2013 - 04:06 PM
I like Wordpress, but it is blogging software. It works though!
nutcase84 #15
Posted 02 October 2013 - 04:12 PM
I like Wordpress, but it is blogging software. It works though!

I know about Wordpress… I think that's gona be my blogging software… but I need more than a blog, COME ON GUYS, THERE'S GOTA BE SOME OUT THERE. B)/>
TheOddByte #16
Posted 02 October 2013 - 04:22 PM
I know 1 site, http://www.webs.com
nutcase84 #17
Posted 02 October 2013 - 04:33 PM
I know 1 site, http://www.webs.com

I know about webs already, but I want to host my own website!
H4X0RZ #18
Posted 02 October 2013 - 05:05 PM
What's about Joomla?
MudkipTheEpic #19
Posted 02 October 2013 - 05:22 PM

<html>
<title>I KNOW SOME HTML</title>
<center><h1>I ALREADY KNOW ALITTLE HTML, K? NOW TELL ME ABOUT A FREE WEBSITE BUILDER.</h1></center>
</html>

What is so horrific about learning a widely used markup language?

Also, that isn't valid HTML. The browser changes a lot of that markup so it's valid.
nutcase84 #20
Posted 03 October 2013 - 07:38 AM
Why can't you just…. AHHHH!
nutcase84 #21
Posted 03 October 2013 - 07:39 AM
What's about Joomla?

Thanks.
amtra5 #22
Posted 03 October 2013 - 09:39 PM

<html>
<title>I KNOW SOME HTML</title>
<center><h1>I ALREADY KNOW ALITTLE HTML, K? NOW TELL ME ABOUT A FREE WEBSITE BUILDER.</h1></center>
</html>

What is so horrific about learning a widely used markup language?

Also, that isn't valid HTML. The browser changes a lot of that markup so it's valid.
Also, it's not html5 compatible

Fixed :D/>

<html>
<title>I KNOW SOME HTML</title>
<h1 style="center">I ALREADY KNOW ALITTLE HTML, K? NOW TELL ME ABOUT A FREE WEBSITE BUILDER.</h1>
</html>
Engineer #23
Posted 04 October 2013 - 02:22 AM
Also, it's not html5 compatible

Fixed :D/>/>/>

<html>
<title>I KNOW SOME HTML</title>
<h1 style="center">I ALREADY KNOW ALITTLE HTML, K? NOW TELL ME ABOUT A FREE WEBSITE BUILDER.</h1>
</html>
Neither is that. Where is your doctype, utf encoding? Since when are you allowed to use the style in your html file?
Where is your head? Where is your body?
nolongerexistant #24
Posted 04 October 2013 - 11:08 AM
Fixed :D/>

<html>
<title>I KNOW SOME HTML</title>
<h1 style="center">I ALREADY KNOW ALITTLE HTML, K? NOW TELL ME ABOUT A FREE WEBSITE BUILDER.</h1>
</html>

Here, I fixed it for you..


<!DOCTYPE html>

<html>
	<head>
		<title>Fixed</title>

		<style type="text/css">
			#title {
				text-align: center;
			}
		</style>
	</head>

	<body>
		<h1 id="title">HTML. Yay..</h1>
	</body>
</html>
nutcase84 #25
Posted 04 October 2013 - 08:09 PM
Stop complaining about my code please! I said I don't know much HTML! Now, I still need a website builder, so cough up some links for me!
Kingdaro #26
Posted 04 October 2013 - 10:11 PM
If you're going to ask people to google website builders for you, at least do it politely.
Engineer #27
Posted 05 October 2013 - 04:21 AM
In the time you have waited you could have learned HTML…
And why are you asking those kind of questions on forum full of programmers? Of course they are going to say you need to learn the language.
nutcase84 #28
Posted 05 October 2013 - 09:20 AM
I give up.
theoriginalbit #29
Posted 05 October 2013 - 10:07 AM
Here is a good one. Link.
Agoldfish #30
Posted 05 October 2013 - 10:19 AM
Download KomPozer? xD
GravityScore #31
Posted 05 October 2013 - 10:43 AM
Ahh this thread it pretty funny to read :P/>

On topic: http://www.google.com/webdesigner/
nutcase84 #32
Posted 05 October 2013 - 11:18 AM
Ahh this thread it pretty funny to read :P/>

On topic: http://www.google.com/webdesigner/

I have Google's thing, and it sucks. I can't center anything!
1lann #33
Posted 05 October 2013 - 12:16 PM
Ahh this thread it pretty funny to read :P/>

On topic: http://www.google.com/webdesigner/

I have Google's thing, and it sucks. I can't center anything!
Although I haven't tried Google's web designer, I'm pretty sure it has snapping to center things, or an alignment option on toolbar or something. If you can't figure out how to use a (most probably) perfectly fine website designer, I'm not sure what you can do… Your best bet is to really learn proper HTML5 with CSS3, so you actually get what you want, and allows for future proofing and full control. If you need a framework to get started off with, try http://getbootstrap.com. If you don't know where to get started, make a simple personal website, like have a title, a bio, links and images and stuff. And try to make them look nice and interactive.
Imque #34
Posted 16 October 2013 - 02:07 AM
If you want a website you are going to need to know HTML. Its not a waste of time and learning it will be good for the future.. Its not a hard language nor is CSS. No one will be willing to make you a website without you inserting any effort. As 1lann has stated, Twitter Bootstrap is a great CSS framework that is easy to use. Bootstrap also provides JavaScript which is also very helpful for website development. I would highly recommend learning HTML, CSS and JavaScript… Many other experienced members would recommend it too. The simple fact is, no one will make you a free website. If you really cant be bothered, install a content management system. (CMS for short) Word Press is great example. I would not recommend setting up a SharePoint server since its a real pain unless you own a dedicated server. You should rethink using Koding as its more a development environment. I would recommend purchasing a VPS as you can host a Jenkins build server or anything you desire. If you cannot afford a VPS, looking into getting a simple hosting plan with a company. I would recommend GoDaddy for this because of their excellent support and reliability. It is hosted on a shared server so you might need to expect 'server peaking'
Lyqyd #35
Posted 17 October 2013 - 10:20 AM
Locked by request.