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 [...]
Tag Archives: Web
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 [...]
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 [...]