How to publish your website on the web

an article added by: Justine Mccain at 06162007


In: Root » Internet and online » Web design tips » How to publish your website on the web

French Spanish Portuguese Italian German Japanese Chinese Korean Russian Arabic

This article presents the procedures that you must follow to make your Web pages available so that others can see them. You find out how to test your Web pages, publish your Web pages with the Web Publishing Wizard, and use FTP to post Web files. Finally, you discover how to announce your site via the major search services.

Previewing Your Web Pages

Before you post your Web pages to a Web server, it’s a good idea to test them. You can preview your Web pages from your hard drive with a Web browser by typing C:\FolderName\filename.html in the Address bar of the browser. (Note that you need to tailor the directory path to what’s on your computer by replacing Foldername and filename.html with the names of your folder and file. Add any subfolders, too.) Alternatively, you can save the files to a disk, choose File -> Open from the menu bar in the browser, and then click the Browse button to open the file and view the page. You’ll want to preview your page using both Internet Explorer and Netscape Navigator.

Using the Web Publishing Wizard

The Microsoft Web Publishing Wizard simplifies the task of transferring files from your computer to your Web server. The Web Publishing Wizard comes with Internet Explorer 4 and later, Windows 98 or later, and FrontPage 2000 and later. To set up the Web Publishing Wizard for your Web site and to copy the Web files to your Web server for the first time, follow these steps:

1. In Windows XP, click a document that you want to publish to the Web. Normally, your document will be in your My Documents folder. If not, go find the document by using Windows Explorer.

2. In the left window pane, click Publish This File to the Web. The Web Publishing Wizard begins.

3. Click Next.

4. Continue following along with the wizard, changing options and clicking Next as necessary. You’re asked about where you want to publish your file and what your e-mail address and password are.

5. Click Finish. Next, you’re asked to choose the folder you want the file published in.

6. Choose the folder (or create a new one), and then continue clicking Next. More than likely, you’ll probably save your files in My Webs, which is a folder located in My Documents. If you don’t like that location, simply create a new folder.

7. Click Finish. The Enter Network Password dialog box appears.

8. Enter the User Name and Password and click OK. Wait a moment while the Web Publishing Wizard connects to the FTP server and transfers your files.

9. Click OK and celebrate you’re finished! The Web Publishing Wizard stores most of the information that it gathers from you the first time you run it so that you don’t have to retype everything each time you use the wizard.

Understanding FTP FTP, or file transfer protocol, is a commonly used method of posting your Web files to a Web server. To use FTP in this manner, you need to obtain the following information from your Internet service provider:

-  The host name for the FTP server: This usually, but not always, starts with ftp, as in ftp.yourwebserver.com.

-  The user ID and password that you must use to sign on to the FTP server: This is probably the same user ID and password that you use to sign on to your service provider’s Web, e-mail, and news servers.

-  The name of the directory into which you can copy your Web files: A directory on an FTP server is similar to a folder in Windows 95/98/XP.

The Windows 95/98/XP FTP Client

If you are a Windows 95/98/XP user, you already have the software you need to access an FTP server. The following procedure describes the steps for transferring files to a Web server using the FTP program that comes with Windows 95/98/XP:

1. Collect all the files required for your Web site in one folder. If you have lots of files say, 50 or more you may want to consider using several subfolders to organize the files. Just be sure to keep the folder structure as simple as possible.

2. Open an MS-DOS command window by choosing Start -> All Programs -> Accessories -> Command Prompt.

3. Use the CD (Change Directory) command to change to the folder that contains the Web files that you want to transfer to the Web server. For example, if your Web files are stored in a folder named Webfiles, type the following command: cd \Webfiles

4. Type ftp followed by the name of your FTP host, like this: ftp ftp.yourwebserver.com

5. When prompted, type your user ID and password. After you have successfully logged in to the FTP server, you see an FTP prompt that looks like this: ftp> This prompt indicates that you are connected to the FTP server, and the FTP server not the DOS command prompt on your own computer processes any commands you type.

6. Use the CD command to change to the directory to which you want to copy your files. For example: cd directory_name Remember that the FTP server processes this command, so it changes the current directory on the FTP server, not on your own computer. The current directory for your own computer is still set to the directory you specified back in Step 3.

7. Use the following MPUT command to copy all the files from the current directory on your computer (which you set back in Step 3) to the current directory on the FTP server (which you set in Step 6): mput *.* You are prompted to copy each file in the directory, like this: mput yourfile.html?

8. Type Y and then press Enter to copy the file to the FTP server. Type N and then press Enter if you want to skip the file. After all the files have been copied, the FTP> prompt is displayed again.

9. Type exit to disconnect from the FTP server. Windows 95/98/XP and Macintosh use the terms folders and subfolders. FTP uses the terms directories and subdirectories to refer to the same concept. If you have files stored in subfolders on your computer, you must copy those files to the FTP server separately. Just follow these steps:

1. If needed, use MKDIR to create the subdirectories on the FTP server. For example, to create a subdirectory named IMAGES, change to the directory in which you want to create the new subdirectory, and type a command like this: mkdir images

2. Use the CD command to change to the new directory: cd images

3. Copy files to the new directory by using the MPUT command. You must specify the name of the subfolder that contains the files on your computer in the MPUT command, like this: mput images\*.* You are prompted to copy the files in the IMAGES folder one at a time.

FTP command summary

Remember that the FTP> prompt indicates that you’re logged on to the FTP server and it’s processing your commands.

legal disclaimer

Our website is not responsible for the information contained by this article. Web-articles is a free articles resource.
Suggestion: If you need fresh, daily updated content for your website, feel free to use our service. Click here for more information.

related articles

1. HTML Basics and web design
All HTML documents contain the following elements, which define the overall structure of the document: <HTML> <HEAD> <TITLE>Your title goes here</TITLE> </HEAD> <BODY> The body of your document goes here. </BODY> </HTML> As the preceding example shows, HTML tags are generally used in pairs that enclose portions of your document. The beginning tag, such as <BODY>, signals the start of specific formatting for t...

2. Specifying Page Settings, Tables and frames
The following sections explain the importance of page settings screen size considerations, page length, and page layout to control how your pages look in a Web browser. Screen size considerations Most computer users are used to scrolling up and down to view pages that are longer than the height of the screen. But few users like to scroll left and right to view pages that are too wide. To avoid horizontal scrolling, design your pages so that they fit within the width of the screen. If yo...

3. Working with Graphics, Sounds, and Videos when creating a website
This article presents the techniques for adding graphics, sounds, and video elements to your Web pages. You find out how to add images and image maps to your Web pages, link and embed sound and video files, and use a background sound that plays when your Web page displays. File Formats for Image, Sound, and Video You can choose from many different file formats for images, sounds, and videos. Fortunately, you can construct most Web pages using only the formats that we describe in the following se...

4. How to promote a webiste
Obviously, you want your Web site to be more popular than Britney Spears and it can be, if you promote it well. Search engines, such as Yahoo!, Lycos, Google, and the rest of them, are always scouring the Internet and recording information about Web pages. Individual search engines work a little differently: Some record information about every word on a Web page and some look only at titles and headings. The search engines store this information in giant databases. When you conduct a search of the Intern...

5. Image editing programs like Adobe Photoshop
Image-editing programs Following are some popular image-editing applications: - The trial edition of Adobe Photoshop CS3 This download is rated highly by users and ranked first in image-editing downloads with more than 8 million to date. This download requires site registration before use. There is also a shareware version available for Apple users. - PhotoImpact X3 This is a user-friendly image editor that actually has most of the editing tools that most people would need and use f...

6. Ilustrator Flash Professional Photoshop Extended and Fireworks
Illustrator The Illustrator application allows the user to efficiently create vector graphics, and then seamlessly use the result with other applications included in CS3. The developer can prepare content for Web, mobile, and print media. The interface of the CS3 version has been modified to provide more efficient utilization of the workspace. For example, the Tools palette has been streamlined from two columns to one that docks inconspicuously along the borders of the screen. Simultaneously, more ...

7. Adobe Creative Suite 3 Photoshop and Dreamweaver
Adobe Creative Suite 3 Photoshop and Dreamweaver The purpose of this article is to provide a brief look at some of the tools available for use in Web site design, and point you to where there is more in-depth coverage of each technology highlighted in later articles. For readers working within the constraints of a variety of budgets, this article describes a range of image-editing tools that are available on the Web either as freeware, shareware, or trial versions of c...

8. How to design a web site for the mobile web
Designing for the Mobile Web There are more than 50 companies producing mobile telephones in significant and marketable quantities. By 2009, projections indicate there will be 3 billion mobile phone users worldwide. The market for the delivery of Web content to these mobile device users dwarfs the market for desktops. There is theoretically unlimited potential for expansion of the Web (or Web 2.0) into these devices, and we are now on the cutting edge of Web site design for Mobile Web (or the ‘‘Ubi...

9. Origins of the Internet and How a router routes
Origins of the Internet One of the first ideas to get out of your mind (if it is there) is that the Internet is a monolithic creation that came about at a single point in time and at a single location. The Internet is a conglomerate of overlapping and mutually reinforcing technologies from computer science, data storage and retrieval sciences (the once lowly data processing), and communications that have been developed (and are still being developed) over the past half century. From inception in the Depart...

10. Evolution of Ethernet and Public emergence of the Internet
Evolution of Ethernet In the early 1970s, ARPANET continued to be incrementally developed and, by 1973, evolved to include 30 institutions in its network. That same year, e-mail was developed to run over the existing ARPANET system by Ray Tomlison of BBN (the same company that initially developed IMP). Also in the early 1970s, application protocols such as File Transfer Protocol (FTP), Telnet, and Simple Mail Transfer Protocol (SMTP) were being developed and tested by being run over ARPANET. These ...