Warning

 

Close
Confirm Action

Are you sure you wish to do this?

Cancel Confirm
AR15.COM
11/12/2007 4:51:48 PM EDT
If I got a web domain through Yahoo, how do I go about setting up the site?

I'm looking for something simple that will let me put up a picture or something with an "Under Construction" sign.

Thanks.

<----- No clue how the web works.
11/12/2007 4:55:41 PM EDT
[#1]
um..do you want someone to host this site for you or would you run it off of your own connection?
11/12/2007 4:57:29 PM EDT
[#2]
I would think Yahoo has some type of site building software. They probably also have some type of tutorial to walk you through the process.

http://smallbusiness.yahoo.com/webhosting/?p=MONGO&ysmchn=GGL&ysmcpn=New+Hosting&ysmcrn=sr2yb71go100gx10403pi19ai3853&ysmtrm=sr2yb71go100gx10403pi19ai3853+yahoo+web+site&ysmtac=PPC&ovtac=PPC&SR=sr2yb71go100gx10403pi19ai3853
11/12/2007 5:02:38 PM EDT
[#3]
If you get a copy of MS Frontpage, you can build the website fairly easily yourself, and then get someone to host it for you. If you want the website to run 24/7, it's easiest to have someone host it for you. Otherwise, you will need to run a PC or server all day. With Frontpage, you can walk through the tutorials and set up a simple website within just a few minutes or hours. It doesn't take long if you already layout the number of page, the type of site (or how it will be used), and the desired page layout for each page including the actual content. Good planning for the website is the key.
11/12/2007 5:05:15 PM EDT
[#4]
You need some web space.  With what you are saying, I suggest you ask Yahoo if what you bought included web space.  You could buy the space elsewhere and have DNS point to it, but it's not the easiest route.

Once you have webspace, you will be given an ftp username and password.  If you open an Explorer window and type ftp://MyDomainName.com, you'll be prompted for the username and password.  after logging in, you can drag and drop files (html files that you wrote in notepad (free) or used a program like dreamweaver ($) to create, image files, mp3's, etc.).

There's a bit more to it, but it's easier to go through each step as it comes up.

eta:
some fancy web interfaces will bypass the FTP client, and you can just upload files from your computer through a web page.
11/12/2007 5:15:11 PM EDT
[#5]
We (Trillian, actually) will be getting someone to design the site and host it. Eventually.

For now, I'm just trying to help her learn to spell www.....

I don't know how, either...
11/12/2007 5:20:09 PM EDT
[#6]
You have to start by sending Al Gore a check for your own little piece of his precious internet.  
11/12/2007 7:10:48 PM EDT
[#7]
index.html?

Sorry... sorry... geek joke.
11/12/2007 7:15:43 PM EDT
[#8]
and to think, thirty three thousand and change freakin' posts...
11/12/2007 7:17:21 PM EDT
[#9]
Start Reading.

Web Monkey

read here too

HTML Goodies
11/12/2007 7:19:09 PM EDT
[#10]

Quoted:
and to think, thirty three thousand and change freakin' posts...


How many women know why their car works?  But they can still get to the mall.
11/12/2007 7:21:00 PM EDT
[#11]

Quoted:

Quoted:
and to think, thirty three thousand and change freakin' posts...


How many women know why their car works?  But they can still get to the mall.



if they put 200,000 miles on it, I bet they'd at least know where the gas goes in.
11/12/2007 7:22:07 PM EDT
[#12]
Make sure the transmision is in neutral, "N", set the parking brake and turn the key to "ON". The intarweb should follow. That's all I know.
11/12/2007 7:22:44 PM EDT
[#13]
1) Hosting.  You need a place on the web to store the files that make up a webpage.  This generally means a server with software that enables it to act as a web server (Apache, IIS, etc).  The easiest option for you is shared hosting, which means you will be sharing a server with many other users.  This can range from free (Geocities/Yahoo/whatnot) to costing a decent chunk of change.

2) A domain name.  This is often available through or provided by your web host.  This is what you enter into the address bar of a browser to get to your page.  For instance, "ar15.com" is a domain name.

3) The website itself.  This is usually a collection of HTML and image files the users can view.  More advanced websites can incorporate various dynamic content written in other languages, like Java, PHP, CFML, CGI, and the like.  They can also involve databases which store data for these other languages to use and access.  HTML is fairly simple, and there are many "WYSIWYG" (What You See Is What You Get) editors that can help you build a webpage.  Though your site won't look all that professional, a WYSIWYG editor is a decent starting place for someone who doesn't know or care to know HTML.  Otherwise, learn HTML and code your pages manually in your editor of choice.

Images can be created in a variety of graphics programs or taken from digital cameras and the like.  You will probably, at the very least, want a program like The GIMP (or GIMPshop) to edit whatever pictures to make them suitable for your website (IE, stripping non-essential metadata and recompressing as a web-quality JPEG, GIF, or PNG).
11/12/2007 7:23:36 PM EDT
[#14]
It usually starts out with <html> and ends with </html>



Sorry, couldn't resist.  But seriously, you could pick up a book and teach yourself html then type up the webpage in a text editor like notepad.  Or you could use a web editor such as frontpage, dreamweaver, etc.  You could even just type up a .doc in word and save it as an html file.  

You also need to register a domain name which will be your website's name.   Then you either pay a hosting company to host the domain for you, or you could host it on your own computer (server) using either a static IP address or some type of dynamic DNS service.  You need this if you host it on your own computer so that when other people on the internet type in www.yourwebsite.com, it goes to your website instead of an error page.  After you get your domain name registered and your hosting set up you can upload all the html files you created with an FTP program.  You will need a login and password to upload the files which will be either created by you or given to you by the hosting company you choose.  

The first page of your website should be called index.html.  The other pages can be called whatever you want as long as they end in .html.

If you want any help you could pm me and I'd be happy to help you out.
11/12/2007 7:24:30 PM EDT
[#15]
www.htmlgoodies.com/
11/13/2007 3:09:04 AM EDT
[#16]

Quoted:
and to think, thirty three thousand and change freakin' posts...


Hey, just because I spend a lot of time on it doesn't mean I know (or want to know) how to build a website. I've had no need to until now, and I don't do GeekSpeak as easily as I used to.
11/13/2007 3:17:21 AM EDT
[#17]
All you need is Notepad and a way to upload.
11/13/2007 3:18:09 AM EDT
[#18]
First, find a web site you like.

Then get everyone there to hate you more than they hate crotch itch.

The rest will be obvious to you when the time comes.
11/13/2007 3:23:04 AM EDT
[#19]

Quoted:
www.htmlgoodies.com/


+1, this is where I learned HTML 6-7 years ago. Just do all his tutorials and you'll be able to build a basic website in a few days.
11/13/2007 3:23:58 AM EDT
[#20]
get a webhost, then you can download postnuke or php-nuke for free and you will have a website up in about and hour. some hosts will install them for you for free but you will have to check with them. there are other free programs out there that will get you going. and soon you will have a site like  this. if you get a host and they wont install it for you contact me and ill help you out.
11/13/2007 3:31:38 AM EDT
[#21]
I have my own webdesigncompany, IM sent to you.

For example you can view my website where there is a portfolio with my work....

www.freehand.nl
11/13/2007 3:44:30 AM EDT
[#22]
Here are some links for you to check out.

Wordpress- used for blog sites

Joomla- open source content management system
11/13/2007 3:48:59 AM EDT
[#23]
TAGGAGE
11/13/2007 4:24:48 AM EDT
[#24]
ost
11/13/2007 4:26:56 AM EDT
[#25]
tag
11/13/2007 4:30:17 AM EDT
[#26]

Quoted:
We (Trillian, actually) will be getting someone to design the site and host it. Eventually.

For now, I'm just trying to help her learn to spell www.....

I don't know how, either...


Is that the beautiful blonde lady whose pic you posted in Team so long ago?
11/13/2007 8:53:59 AM EDT
[#27]

Quoted:

Quoted:
We (Trillian, actually) will be getting someone to design the site and host it. Eventually.

For now, I'm just trying to help her learn to spell www.....

I don't know how, either...


Is that the beautiful blonde lady whose pic you posted in Team so long ago?


Yes.
11/13/2007 9:00:43 AM EDT
[#28]

Quoted:

Quoted:

Quoted:
We (Trillian, actually) will be getting someone to design the site and host it. Eventually.

For now, I'm just trying to help her learn to spell www.....

I don't know how, either...


Is that the beautiful blonde lady whose pic you posted in Team so long ago?


Yes.





[yello]Oooooohhhh, yeaaahhhhh....[/yello]