Skip to main content

Posts

Podcast/RSS Feed Links

Recent posts

Instructions for Uploading Files to Your NSU Web Space

Instructions for Uploading Files to Your NSU Web Space 1. Go to http://www.nova.edu/bin/public-html and enter your user name and password. This will create the "public" folder needed to allow other people to view files uploaded to your NSU web space. 2. Upload files to your web space using a client like Filezilla or by going to ftp://polaris.nova.edu/ . Make sure to place any files you want people to see online into your "public" folder. To use the ftp url above, you need to neter it in Internet Explorer, submit your username and password, and then select “ Open FTP Site in Windows Explorer” from the page drop-down menu in IE. 3. After that, you should be able to view the files by going to http://www.nova.edu/~[username]/ . (this will give you an index of any files in this space; if you have a file named “index.htm”, that file will be automatically opened; to navigate to a specific file you would write in the filename after your username).

Resources for understanding CSS web design

Hi all, Since I won't be able to make it to class Wednesday night, I wanted to link to a resource you can loka t to start understanding better the web design process using CSS. Obviously, there are readings on your CD that are good introductions to this process. The tutorial below walks through the process of formatting an HTMl page using CSS. It shows you step-by-step the changes the CSS is making and allows you (by looking at the summary page) to Look at "How to Build a CSS Web Site" - http://green-beast.com/build-css/index.php Add a Web Developer Toolbar to Your Browser - Another good idea is to install the Web Developer Toolbar add-on to your Firefox browser ( https://addons.mozilla.org/en-US/firefox/addon/60/ ). This tool will allow you to easily examine the CSS of any web site, and provides other tools for analyzing the structure of pages. Internet Explorer now has a similar tool as well ( http://www.microsoft.com/downloads/details.aspx?familyid=E59C3964-672D-4511...

Selecting a Topic for your Instructions Project

Hi all, In corresponding with students since class, I think I've come up with a sense of what directions your instructions projects could take. The actual written procedures are only one part of a set of instructions, and while they are the first thing one thinks of when you think of instructions, they are not the only thing to focus on in writing instructions. Remember, instructions are made of the following three genres: Technical Description - an attempt to define and describe elements of the task accurately Process Description - an attempt to provide an overview and understanding of a whole process from a third-person point of view Procedures - an attempt to provide steps that a a user can follow to complete a task You should feel free to develop projects that include all of these genres, but which emphasize one over the other. So, for instance, a recipe or a set of instructions giving you steps to fix a flat tire will focus mostly on the procedures themselves. Instructions f...