|
||||
|
||||
| You Are Here: | Home > Internet & Web > Web Publishing > Creating a Personal Web Page |
|---|
Creating a Personal Web PageThis page is designed to help beginners in basic Web page building while providing links for further instruction. Among the topics covered are obtaining Web space, using HTML and Web editors, using an FTP client, and other ways of improving your Web page. These instructions are just the basics you will need to get started. For further information, follow the links to the HTML tutorials. They will guide you through more advanced techniques. Before you begin building your Web page, 4Help encourages you to read the Acceptable Use Guidelines (http://www.policies.vt.edu/acceptableuse.html). This guide will inform you of the responsibilities and obligations associated with the use of Virginia Tech's computing resources. Contents
Getting Free Web SpaceVirginia Tech faculty, staff, and students may use Web space at no charge with Filebox (http://www.computing.vt.edu/internet_and_web/web_publishing/filebox/index.html). See the Documentation section for instructions for setting up your page. Filebox gives you 30 MB of space to work with. Your URL (Web address) will be: filebox.vt.edu/users/[Your PID].
Note: Your own PID will appear in place of
[Your PID].
There are also many free Web hosting services provided by organizations not affiliated with Virginia Tech, such as:
Note: 4Help does not provide support for outside Web space providers. Shortening Your URLSuppose you have built your Web page using a free Web host (not Virginia Tech's Filebox) and have moved into your site. Your Web address could be long and hard to remember. If you are doing a page for an organization, you will want a URL (Web address) that is easy to remember. One option is to register a URL with a Domain Name Registrar such as Verisign. There is usually a yearly fee for this service. If you are willing to allow banner advertisements on your page, you can get a free URL from the Fortune City Web Hosting service (http://www.fortunecity.com/cobrand/v3/index.shtml). Designing Your PageUsing HTMLHTML stands for HyperText Mark-up Language, and is the language used to write Web pages. Perhaps you do not know HTML, or you are just beginning to learn. Do not worry. With the aid of Web editors, you do not need to know HTML to create a great Web page. A Web editor is a program that will write the code for you. You just tell it what you want to see. Learning the LanguageThere are many tutorials available on the Web. Here are two suggestions:
Editing Pages Without Using HTMLWeb Editors For a Price
Web Editors at No CostThere are also many free Web editors available. You can find many of them at Tucows (http://www.tucows.com) or Download.com (http://www.download.com). Publishing Your Files to Your Web SpaceBuilt-In Publishing ToolsMany Web space providers including Virginia Tech's Filebox provide tools for publishing your Web pages within their sites. This eliminates the need for a separate file transfer program on your computer. Check your provider's documentation for details. Using Web Folders with WindowsTo add a Web Folder to connect to your filebox or hosting site in Windows, refer to the appropriate knowledge base article:
WebDAVFilebox supports the WebDAV protocol for transferring your files to your Web space on Filebox and Web Hosting. The WebDAV protocol is more secure than the older File Transfer Protocol (FTP) used by many Web providers. Virginia Tech affiliates can download a WebDAV client for Windows. For more information, see Downloading and Installing WebDrive (http://answers.vt.edu/kb/entry/2284/). If you are using Mac OS X, see Downloading and Installing Goliath (http://answers.vt.edu/kb/entry/2286/). File Transfer Protocol (FTP)FTP is another, older method by which files are sent through the Internet. For security reasons, many Web hosting services including Virginia Tech's Filebox, have discontinued the use of FTP for their services. If you are not using Virginia Tech's Filebox, you might want to visit Ipswitch's WS_FTP site for Windows or the Fetch Softworks site for Mac OS for information on FTP clients. Search Engines and Finding Your SiteKeywords and Meta tagsIf you want people to find your Web site, try to think of the terms that people will be entering into search engines and include those words on your Web pages. This will increase your chances of reaching a wider audience. In addition, use appropriate meta tags in your pages. Many search engines rate a site higher if it has a word in a meta tag compared to just the body of the text. For more information on meta tags, visit A Proposed Convention for Embedding Metadata in HTML(htt://staff.oclc.org/%7Eweibel/html-meta.html) . Robots, Spiders, and CrawlersA WWW robot is a software program that searches the Internet looking for Web sites and all related files, and indexes them so that people can find them using search engines. Robots (also known as spiders, crawlers, or Web wanderers) are harmless. If you do not want them to index your site, you can create a robots.txt file with instructions for robots to follow, such as disallowing indexing of particular files on your site. Robots look for this file first before indexing the rest of your site. For more information about WWW robots, refer to the Web Robots Pages (http://www.robotstxt.org/wc/robots.html). |
|
||||