ForumsProgramming ForumBest Free Website Creator(s)

87 38866
jb701926
offline
jb701926
283 posts
Nomad

I'd say FreeWebs. Thats why I made one.
Weebly looks kinda cool though.

  • 87 Replies
crimsonblade55
offline
crimsonblade55
5,420 posts
Shepherd

You don't need to know how to code anything. Get a template or use an engine like word press and take one of the thousands of themes available to have a decent site at no price. It's insanely simple to set up an amazing word press site at no cost but the domain and hosting, which as I said is 6 pennies a day.


Thats interesting to know,but if that's the case then really whats the difference between a free web site maker and something like that if the site allows you to add in just about everything that a regular site would for a lot less money.
dank
offline
dank
983 posts
Peasant

HTML, CSS, and PHP. You can't do anything with websites if you don't know anything about them.

gman1000
offline
gman1000
977 posts
Nomad

Dank, could you answer my question?

crimsonblade55
offline
crimsonblade55
5,420 posts
Shepherd

HTML, CSS, and PHP. You can't do anything with websites if you don't know anything about them.


Well from what I have gathered klaushouse says the exact opposite.Anyways gman1000 if you can't get an answer than try to google it or something.Sorry I can't help you all too much.
Ricador
offline
Ricador
3,722 posts
Shepherd

I think weebly is the best.

And what's spruz?

Coolrunner30
offline
Coolrunner30
290 posts
Peasant

freewebs is what most people use

dank
offline
dank
983 posts
Peasant

Not sure what exactly it is you're asking, but you can embed a flash template by using the flash embed code:

<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','WIDTH','height','HEIGHT','src','file:URL HERE','quality','high','luginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','file:URL HERE' ); //end AC code
</script><noscript><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="WIDTH" height="HEIGHT">
&ltaram name="movie" value="URL HERE" />
&ltaram name="quality" value="high" />
<embed src="URL HERE" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="WIDTH" height="HEIGHT"></embed>
</object></noscript>
crimsonblade55
offline
crimsonblade55
5,420 posts
Shepherd

So in order to use that code all you have to change in it is the part where is says "URL HERE" right?

jpx111
offline
jpx111
264 posts
Nomad

actually, you have to change URL HERE, WIDTH, and HEIGHT...pretty much anything that is capital

gman1000
offline
gman1000
977 posts
Nomad

Is that an HTML code? I'm guessing it is.

jpx111
offline
jpx111
264 posts
Nomad

yes it is HTML gman thus that stuff has to be between <html> and </html>

gman1000
offline
gman1000
977 posts
Nomad

Okay, I see. Well, it looks like I will still use Freewebs then...

Klaushouse
offline
Klaushouse
2,770 posts
Nomad

Well from what I have gathered klaushouse says the exact opposite.Anyways gman1000 if you can't get an answer than try to google it or something.Sorry I can't help you all too much.


If you plan on creating your own design from scratch by yourself then thats fine, you need to know html php css and all that fun stuff. But what most people who have their own site do is install wordpress and use one of their thousands of themes from their site or about any site, just google wordpress themes and you will find millions. These are all free and you can download and install them to your site. The difference is that having your own site is much more efficient clean, not full of ads for freewebs, won't have a disgusting www.freewebs.com/name domain, because those are horrible and no one wants to go to those. You can customize everything you want to a tee. And if you have extra money to spend have a theme made for you. I have a guy who made my theme for my site for 150$, my friend is turning it into code now. Its unique and owned by me and no one else can use it. Voila.
Bluebus112
offline
Bluebus112
15 posts
Nomad

I really suggest you guys move away from free website creators/hosting. Places like free webs tend to have really ugly layouts and annoying features (Like the one where a flame follows your mouse cursor).

You can get a domain name and web hosting pretty cheap, and it doesn't talk long to learn the things you need to create a layout. All you really need is html and css, and then you can add some cool features with javascript. It could only take a day/few days to learn html and css, and maybe 1-3 days to learn the basics of javascript. Php is also very useful, so I suggest you learn that too.

A good place to learn from is http://www.w3schools.com/ which I've used before and recommend.

Of course, like Klaushouse said, you could use a wordpress theme, but it would be good to make your own and be able to edit it whenever you want to add anything new to it.

If you want to test anything, you could download and install the Apache HTTP Server (I've heard that Lighttpd is good if you use Linux, but I've never used it) and test some things on your home computer. You could also show people what you've done by forwarding your port 80 (http://portforward.com/ for a guide), but I don't suggest hosting your website on your home computer. If you do want to test some things with Apache I suggest downloading XAMPP (look it up, it comes with some useful things to help you).

gman1000
offline
gman1000
977 posts
Nomad

Where do I go to get hosting? (not for free)
This confuses me...

Showing 31-45 of 87