I want to start a website

Q

Lifer
Jul 21, 2005
12,046
4
81
Without buying a domain or anything? I'd like to 'test' my idea, but I've never done a website before so I want to see what I can do/what it'd be like.

Is there anyway to do this, or am I just going to have to buy a domain and experiment?
 

manlymatt83

Lifer
Oct 14, 2005
10,051
44
91
Uhm. You can get a free hosting account from hundreds of places. What is it you're trying to do? Custom scripting?
 

b0mbrman

Lifer
Jun 1, 2001
29,470
1
81
Originally posted by: Quintox
Without buying a domain or anything? I'd like to 'test' my idea, but I've never done a website before so I want to see what I can do/what it'd be like.

Is there anyway to do this, or am I just going to have to buy a domain and experiment?

Play with some ad-ridden, free service like Geocities...
 

snapper316

Member
Feb 16, 2006
58
0
0
better yet find a friend that does websites who can give you a practice domain (yourname.theirdomain.com) and hosting and the full setup so you get used to it.

do you already HTML code or frontpage/dreamweaver
 

ForumMaster

Diamond Member
Feb 24, 2005
7,792
1
0
first, do you know any html or and other "language" for creating websites? if not, firsl learn how to do that unless you plan on creating you whole site thourgh a program such as dreamweaver or a page creater like what yahoo offers you.

i'd suggest first learning the language and creating you site through the best tool in windows: notepad!

then, if you'll notice, darthworth if offering free web hosting to any AT member.
 

Q

Lifer
Jul 21, 2005
12,046
4
81
Originally posted by: Blazin Trav
Buy a godaddy or 1and1 hosting account and go nuts?

Yeah but it looks intimidating..all this stuff bout ICANN fees and .mobi's or something. Plus how would I know I'm protected from hackers?
 

thirtythree

Diamond Member
Aug 7, 2001
8,680
3
0
There's a member of ATOT who offers free hosting, lemme see if I can find his thread. (I believe he was banned but still offers hosting?)

EDIT: Guess he's back (and stickied): Text

EDIT2: ...and in case you didn't know, you don't really need a host to try creating web pages. You can just save them on your computer and view them from there.
 

Q

Lifer
Jul 21, 2005
12,046
4
81
Originally posted by: thirtythree
There's a member of ATOT who offers free hosting, lemme see if I can find his thread. (I believe he was banned but still offers hosting?)

EDIT: Guess he's back (and stickied): Text

EDIT2: ...and in case you didn't know, you don't really need a host to try creating web pages. You can just save them on your computer and view them from there.

How do I do them on my PC for practice? Sorry for all the questions
 

thirtythree

Diamond Member
Aug 7, 2001
8,680
3
0
Originally posted by: Quintox
Originally posted by: thirtythree
There's a member of ATOT who offers free hosting, lemme see if I can find his thread. (I believe he was banned but still offers hosting?)

EDIT: Guess he's back (and stickied): Text

EDIT2: ...and in case you didn't know, you don't really need a host to try creating web pages. You can just save them on your computer and view them from there.

How do I do them on my PC for practice? Sorry for all the questions
Depends: do you want to learn the code or do you want to use a program to create webpages (e.g., Dreamweaver, though I think there are some free programs as well).

EDIT: If you want to learn the code, I'd start here. Should tell you everything you need to know to get started.
 

Q

Lifer
Jul 21, 2005
12,046
4
81
I want to try a free program, I'm not creating a professional website here :)

Is that apache2triad a freeware thing?
 

txrandom

Diamond Member
Aug 15, 2004
3,773
0
71
Install WAMP on your computer (Windows Apache MySQL PHP), search for it on Google. Type localhost into browser after installation. Voila, you have your own webpage visible to anyone on your network and anyone with internet if you configure ports.
 

thirtythree

Diamond Member
Aug 7, 2001
8,680
3
0
Originally posted by: Quintox
I want to try a free program, I'm not creating a professional website here :)
KompoZer was recommended in one of the software threads, but you might want to post in that section for other suggestions.
 

NanoStuff

Banned
Mar 23, 2006
2,981
1
0
Just host it locally. Not only do you not need to pay for hosting, you don't even have to register a domain, you can simply give the IP address out to whoever. You don't necessarily even have to host it, just view it locally, the effect will be the same unless you intend to make back-end applications.
 

Eos

Diamond Member
Jun 14, 2000
3,463
17
81
If you create a folder in C:\ with the name of the site you want, you can write pages in HTML and drop them into that directory. Once saved there, open that file and your browser should do the rest. You can create an images folder and write the code like this < img******="../yoursite.com/art/your.image.jpg" > and if you have an art folder made in the yoursite.com folder, the images will display on your computer and also when you finally upload to a host.

My attempt to display raw code failed. < img ess are see =
 

Q

Lifer
Jul 21, 2005
12,046
4
81
OK I got e107 plugin, I've heard it's good and its free.

Now, I have it in a file, but looks like I can't use it at all until I get a domain or something? Anyone know what I mean? There is no .exe icon or anything...I guess you have to upload the files onto a site before you can do anything?

I'm confused....once again

I really appreciate all the help...oh, and e107 wiki didn't help me