Step by Step Instructions For Beginners For Creating A Basic Web Page at Njit
Step by Step Instructions For Beginners For Creating A Basic Web Page at Njit
All NJIT students, faculty and staff can crate personal website and store on Highlander AFS, NJIT's implementation of Andrew File System. Web.njit.edu is the web server for AFS. After you create your webpage it will have a URL in the form: http://web.njit.edu/~yourUCID.
To check if your web site has been set up, go to http://web.njit.edu/~yourUCID (replace "yourUCID" with your UCID). If you had previously created a web site, you will be able to see it. If your account has been configured to host a web site but you have not already created one, please read the information at http://ist.njit.edu/webhosting/indexes.php. If you need to configure your AFS account to host a web site, please follow the instructions at http://ist.njit.edu/webhosting/homepagesetup.php. For an animated tutorial on setting up your home page, click here.
Log into your AFS account using your SSH Secure File Transfer client. Host Name: afsconnect[1-2].njit.edu. UserName: your UCID. Password: your AFS password.
b. OpenAFS OpenAFS creates a directory in "My Computer" that gives you direct access to your AFS Drive. In computing labs on campus, this drive is commonly referred to as your "Hdrive". Your "H-drive" drive will contain the folder "public_html". In this folder, locate the index.html file. This file represents your homepage. You may edit this page with any webpage editor, providing you DO NOT change the filename.
2. Install web editor. We suggest Microsoft Expression Web or Expression Studio. Available to download from http://ist.njit.edu/software/download.php.
3. Once you have logged into your AFS account or configured access to your H-drive, double click the folder "public_html" After opening the folder, locate the index.html file. This file represents your homepage. You may edit this page with any webpage editor, providing you DO NOT change the filename. (Available to download from http://ist.njit.edu/software/).
Off-Campus: 1. Install and run Virtual Private Networking (VPN) - allows you to connect to the NJIT network from offcampus. VPN creates a "virtual" network connection to NJIT. Available to download from http://ist.njit.edu/vpn/download.php. 2. Follow the instructions listed for On-campus.
Click on "File" - "New". Choose "Page". Select HTML and click OK. Click right mouse button and choose "Page Properties...". Type the title for your page (for example, Doctor Watson's Homepage).
with the proper url. For pages in your local directory: enter the file name (including directory if necessary). For example, if you store your file named "vita" (we'll call the file vita.html) in your public_html directory (the same directory as your homepage), the link format would be A HREF="vita.html" If you store your "vita" in a sub directory of public_html (we'll call the directory Bio) the link format would be A HREF="Bio/vita.html". Important Note: the URL is case sensitive. For pages at NJIT and external sites: enter the full web address. For example, to refer to the NJIT homepage the link format would be A HREF="http://www.njit.edu". 2. When you are finished, be sure to save and close your file. If you use OpenAFS, save this file to your H-Drive, in the public_html folder. If you use SSH Secure Shell, you will need to upload any files directly to the public_html folder on your AFS space.