beatty@lasalle.edu

Home
Assignments
Resources
Syllabus
Weekly



Web Design and Development
DART/ENG 230

TR 11:00 - 12:15 (S 21); H-167


Oct. 26

October 31

Nov. 2

CSS review (build a float: layout) and Work on your sites. You might want to try Filezilla and FTP a test page to alpha.lasalle.edu if you have not tried that for a while (password is the Social Security one: 12345_abc). For later, here are some details and extra tips on that in my Posting Tips.

Some other tips and suggestions:

  1. Each page is a separate html file. Relative links are then simply
    <a href="resume.html">.
  2. Consider creating a separate links page that annotates those links.
  3. Your site should have at least 300 words of text.
  4. Try the TARGET="_blank" and TITLE="Stuff written here" attributes for your links and also for your images (works better than alt="blah blah" in some browsers).
  • Here is the CSS we did in class following the textbook file—you should have these basics down by now
  • If your grid from the previous assignment is not working, look back at the Adobe page or my float example (that includes a footer).
  • A bit more complex layouts that include a <header> (or <div id="header">) are the one from the old textbook and one I made for the DArt 280 seminar.
  • and we will build one starting today, with float: from Chapter 15 and some HTML5 elements from Chapter 17 and a bunch of other stuff (currently on my USB; not posted). It could look like this (centered, with your choice of colors). And here is the actual page.

  • Web Development Site maintained by John Beatty