The W:drive is an area on the College server where staff and students can post web pages. Like this one, but perhaps more attractive.
Creating a web page
Publishing your web page to the WWW
Accessing your web page
Adding pictures and other formatting
Anyone can access their portion of the W:drive if they are on campus or if they are at home connecting to college via a VPN (Virtual Private Network). For information on how to set up one of these, which is very simple, see this page
http://www.rhul.ac.uk/information-services/computer-centre/faqs/full.asp?ref=64&type=Dial-Up
You can create web pages and save them in the W:Drive and they will be available for students to look at online. This could be very useful if we want to start making available on the web
I have put up a page for my popular music course of annotated musical theatre links, so students can go to my page and navigate from there.
Of course, you may also want to put up texts of conference papers, long-unavailable articles, reviews, or even just personal pages.
Here's a short guide on how to create, publish, and access personal web pages.
It’s very easy to create a webpage, especially if it’s just text-based, like posting essay questions. In Word, once you’ve created the file, just save it as an HTML document. To do this
Publishing your web page to the WWW
Once you have saved your web page, you simply copy it to your subdirectory on the W:drive.
To do this
Once you have saved your page it is now available online for anyone to view. The address will be:
http://personal.rhul.ac.uk/username letters/username numbers/filename.htm
or example, my musical theatre links page was saved as
and it’s available at
Adding pictures and other formatting
HTML (Hypertext Mark-up Language) is extremely simple. It's the code that standardly generates web pages; you can see what it looks like by right-clicking on this page and choosing 'View Source'. This will bring up a box that resembles the 'view codes' window in WordPerfect, if any of you remember that!
To edit your HTML, you 'view source' for your page and type in that window.
To add a picture, just copy it straight to the W:Drive (again changing spaces to underscores). Don't change the suffix. Then in you 'view source' window you type in
e.g
The sky's the limit with formatting matters, but there are plenty of websites that give you tips on HTML programming. I've found these particularly useful:
There are also hundreds of books around. I really liked the tone and style of
The other thing to remember is that you can nick HTML code off any site you like; just 'view source' and you can cut and paste their codes. Just remember that HTML works with pairs of codes, one that turns the code on and one that turns it off. As long as you keep everything paired, you should be fine.
Good luck!