Skip to main content

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-BB3E-2D5E1DB91038&displaylang=en).

I apologize again for not being able to make it tonight. I'll work to make sure we catch up and cover all the material we need to.

Comments

Popular posts from this blog

Podcast/RSS Feed Links

There are many sites you can easily find to help you podcast. Here are some links for the basics: RSS Feed Generator - http://www.tdscripts.com/webmaster_utilities/podcast-generator.php - Will generate a valid RSS 2.0 feed (XML code), alhtough it only allows you to choose MP3 or WMA enclosure types (this can be amnually adjusted after the file is created. RSS 2.0 at Harvard Law - http://cyber.law.harvard.edu/rss/rss.html - Good info on the RSS 2.0 specification, with deinfitions of elements and sample files. MIME media types - http://www.iana.org/assignments/media-types/ - these are the possible emdia types you can send via RSS. You would need to enter the proper MIME type in your XML under enclosure type. There are many sites that will automate this process for you, but I think it's important for you to understand how the underlying technology works. Just like in CSS, there are plenty of specialized tags that allow you to send out particular types of information along with your en...

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).