Tag Archives: Web

Using My Webs

To put files on the web from the DARPA computers: Find your My Documents folder Inside My Documents, go to My Webs Anything that goes in My Webs is live on the web. To get to your files on the web, go to http://pages.pomona.edu/~YouUserId/ For example, Jason’s files are at: http://pages.pomona.edu/~jb004747/ You can’t see a [...]

Posted in Tutorials | Tagged | Comments closed

How to make Bad Web Pages

There’s an endless array of techniques to make bad web pages. Technical screw ups, abusive unreadability, or just plain bad taste. As a broad generalization, bad websites try to force your reader to do things in a certain way. Browser window this big! Listen to this music! Navigate using the frames menu! Learn to read [...]

Posted in Tutorials | Tagged | Comments closed

A Basic CSS Document

Like (X)HTML, an external style sheet is saved a plain text file saved with the file extention: .css. You can create and edit CSS with any text editor that saves plain text. Unlike HTML, normal humans won’t be looking at the information in your style sheet. CSS code is only commands that the computer will [...]

Posted in Tutorials | Tagged | Comments closed