|
|
Producing HTML from Microsoft Word:
Producing HTML from Microsoft Excel:This is very similar to saving documents from Word. There are a few more options, mostly about inserting tables into existing HTML files. In general, Excel is a great way to generate complex tables for the web, and to produce graphs and charts. I prefer, however, to cut and paste the charts into another program, such as Word or FrontPage Express, when I am incorporating such graphics into a web page. Producing HTML from Microsoft PowerPoint:
For a live example of these HTML pages generated using PowerPoint, click here. Producing HTML from Microsoft FrontPage Express:If you need a PowerPoint presentation, or a spreadsheet, or need to print out a document, it's probably best to use one of the programs already mentioned and convert the file to HTML. If you aren't satisfied with that output, however, or if you just need to produce a page specifically for the web, you might want to use Microsoft FrontPage Express. This is a freebie, usually downloaded with Internet Explorer, so most computers with that browser should have it already installed. Netscape makes a similar product, Netscape Composer, but I haven't used a recent copy of that program. FrontPage Express is an easy-to-use editor. While it does not have all the features of the full-blown FrontPage 2000, it is quite capable of setting up basic web pages, and includes support for tables. Producing HTML from Adobe PhotoShop:PhotoShop has an interesting feature that allows you to quickly produce a gallery of images, complete with an index page and thumbnail images. It isn't very customizable, but if you can live with the basic format, it is quick and easy. To make a gallery:
Setting Up a Web Page:Most web editors, including FrontPage Express, are very easy to understand, especially when it comes to simply formatting text or changing the background of a web page. In general, you just point to what you want to format with your mouse, then right-click on it. You will probably be very frustrated, however, when it comes to positioning thins on a page - they will seem to move around of their own accord. Part of this is the nature of HTML; the pages have to be flexible since you don't know what browser your reader is using, or what size monitor they have. On the other hand, there are a few simple tricks you can employ to get more control over how your pages appear.
Publishing Your Web Page:In order for your page to be seen by others, it has to be on a server that is connected to the internet, in a directory searchable by web browsers. It is up to you to get the file - and all the images - there. On most systems, each user is given a certain area on the server that they can place files in. In this space are several directories; for instance most users will have a directory called "mail" or something similar for their email. Likewise, most users have a directory called public_html or something similar for their web pages. To get the files between a personal computer and the server, you need a network or internet connection to the server, and a FTP program. FTP stands for File Transfer Protocol, it is used to communicate between personal computers and mainframes (and between mainframes as well). FTP uses a similar addressing system to that used for web pages, but FTP programs usually don't let you look at files; their job is to move files. Many of them have interfaces similar to the Windows Explorer except that one of the windows represents the server, and the other is your computer. Assuming you have an FTP program, you need to start it up and use it to connect to your server. You will have to give the server your user name and your password, and the FTP program will then display your directories. If you have a public_html directory, open that and copy your web files into it. If you don't have such a directory, add one and copy the files into it. When a web browser opens a directory, it looks for a file named "index.html". If it finds it, it opens it, if not it gives the user a list of all the files in the directory. If you don't want the users to see a directory, be sure at least one of your files is called index.html, and that your other web pages are all linked, one way or another, to it. You can place "secret" web pages by not linking them to the index.html (or any other linked file). Unless you tell someone what file to enter into their browser, it will be difficult (but not impossible) for anyone to casually see your page. I've been a little vague on these instructions, mainly because I don't want to give anyone detailed instructions on how to get into our system. If you are unclear about how to set up web pages on your server, contact your server's administrator. |