Skip to main content

Home/ Groups/ Web Programming
Marie Shanahan

Stylesheet governance question - 0 views

  •  
    This should take you to the comment I made on the Viddler timeline.
  • ...1 more comment...
  •  
    Trying to properly bookmark my Viddler comments to Module 2.
  •  
    btw, I am commenting as "barackberry" (I had problems with my original login)
  •  
    Question about calling in multiple stylesheets at 10:21 on the timeline.
Pat Salvas

3-Page Website - 0 views

  •  
    3-page websites are tons of fun
  •  
    this is my three-page website
  •  
    Nice work here. Some people might look at this code like it has 3 heads--because it does! Each html document should have only 1 head section. But it renders great, and that's all we need for this challenge.
anonymous

http://cnart.nfshost.com/question.html - 0 views

  •  
    Here is my syllabus question.
  •  
    In case I haven't answered elsewhere. You can do as many of the challenges as you like. Take a look over the syllabus for information as to how completion is related to grades. And yes, in response to the first time around, I've provided a longer deadline, for more flexibility. Generally, the work is due within one week after the module is scheduled. And yes, I use Diigo to find everything you've done--so if you want me to see it, make sure you bookmark it and let me know what you want it to count for (e.g., webprog-1-b, like this one).
Katie McLaughlin

Why Do I Have to Learn This Stuff? - 0 views

  • make your head a more interesting place to live
  • the training of the mind to think
  • 'So how does organic chemistry save lives?'  he persisted.  'It keeps idiots out of medical school.' replied the professor.
  •  
    Clearly this page doesn't pertain to learning HTML per se, but it helps put in to perspective the whole notion of learning a new skill/language/subject. Knowing HTML may quite possibly be the one attribute that helps one candidate land a coveted job over another. Or, it may never come up in our careers -- but our minds will have been made "more interesting" nonetheless.
Katie McLaughlin

Introduction - 0 views

  •  
    Little ditty 'bout Katie McLaughlin...
  •  
    Take a look at the course blog for the topic "TextEdit Travails." Looks like you need to set the preferences to "plain text." Go ahead and do this, and re-upload (and re-tag, so I look at it again), and you should be good.
Pat Salvas

Basic CSS Concepts - 0 views

  •  
    This, like the w3 schools, is helpful because of the simple nature in which it describes the layout of css. By showing what the code looks like and describing what should go where, it helps the person learning what the final (if basic) outcome should resemble.This, like the w3 schools, is helpful because of the simple nature in which it describes the layout of css. By showing what the code looks like and describing what should go where, it helps the person learning what the final (if basic) outcome should resemble.
  •  
    This, like the w3 schools, is helpful because of the simple nature in which it describes the layout of css. By showing what the code looks like and describing what should go where, it helps the person learning what the final (if basic) outcome should resemble.
  •  
    I've added the webprog-2-a tag...
Alex Halavais

All about Marie - 0 views

  • 80 percent raw food and running 3 miles at least twice a week
    • Alex Halavais
       
      Wow! Congratulations!
    • Alex Halavais
       
      Actually, congratulations on all three. That's an impressive line-up.
  •  
    Here is my introduction. I had a negative visceral reaction to the lack of markup on this challenge, so I strayed from the directions and I added lots of
    and hyperlinks.
  •  
    Ah, this is a 1-d, I believe, I've added that tag.
Rock Jennifer

Me, Myself & I - 0 views

  •  
    Here is the "all about Jen Rock" page - hope it tickles everyone.
  •  
    hi, jen, you... uh... rock! :-)
Katie McLaughlin

Stained Glass Cookies - 0 views

  •  
    These cookies are so delicious, you'll be thanking God for your taste buds!
  •  
    This assignment makes me hungry.
Bryan Dumelin

Webprog-1-f Recipe - 0 views

  •  
    This is a recipe page I deveoped for challenge 1-f . It was created using ms-notepad and utilized the basic tags of
    for html coding. I hope you enjoy!
  •  
    Nice work--be sure to keep those tags lower case!
Starr Andrew

Sausage and Egg Casserole Recipe - 0 views

  •  
    This recipe is a summer tradition at my in-laws' beach house. Lucky for wife...
  •  
    Well done.
Rock Jennifer

Pumpkin Bread Recipe - 0 views

  •  
    For those who haven't experienced the joy that is Pumpkin Bread, here is your opportunity to "wow" friends and family.
  •  
    Nice use of entities, esp. &
DiLieto  Lauren M

Red Zuppa Di Mussels - 0 views

  •  
    Here is an updated link to my recipe for Red Zuppa Di Mussels, enjoy!
  •  
    Missed closing the "header" div (that is, you're missing the closing bracket). Haven't tested to see whether it renders in browsers other than Firefox, but need to be careful of such issues. Good job here.
Alex Halavais

untitled - 0 views

shared by Alex Halavais on 11 Feb 09 - Cached
  •  
    so how do we get in here?
Pat Salvas

Viddler.com - webprog-2-1 - Uploaded by halavais - 0 views

  •  
    At first, I was messing this up, but I think I caught on by the end. I think its is very much like Diigo, but for videos. Very easy to use once I realized that what I was doing was incorrect and not what the site was giving me back as wrong.At first, I was messing this up, but I think I caught on by the end. I think its is very much like Diigo, but for videos. Very easy to use once I realized that what I was doing was incorrect and not what the site was giving me back as wrong.
  •  
    At first, I was messing this up, but I think I caught on by the end. I think its is very much like Diigo, but for videos. Very easy to use once I realized that what I was doing was incorrect and not what the site was giving me back as wrong.
Caruso  Nicholas L

Show comments on Tortellini Soup Recipe page - 0 views

  •  
    This site lets you add comments to my soup recipe page, and the comments then display for the user to see.
  •  
    Dig the spoons.
Starr Andrew

My Intro - now XHTML validated for your pleasure! - 0 views

  •  
    My intro page validated via W3C
  •  
    Saves me a step if you can link right to the validation: http://validator.w3.org/check?uri=http%3A%2F%2Fastarr.nfshost.com%2Fintroagain.html&charset=(detect+automatically)&doctype=Inline&group=0 But this works, which is most important :).
Marie Shanahan

[Valid] Markup Validation of http://marie.nfshost.com/recipe2.html - W3C Markup Validator - 0 views

  •  
    I took my recipe html file and tried cleaning it up. After numerous attempts to fix my code myself, I clicked the "Clean up Markup with HTML Tidy" button. HTML Tidy basically truncated my table-specific CSS and aggregated it at the top. I suppose I'll learn how to do this myself when I begin on Module 2. Instead of changing the original file, I saved a new one to show to the code difference at http://marie.nfshost.com/recipe2.html
  •  
    HTML Tidy is a lifesaver--as long as you look at the changes and can figure out why they have happened. (It also makes it prettier, if you use the "indents" feature.)
 Mark Zaniewski

CSS Restyle of Chicken Kiev - 0 views

  •  
    New and improved CSS version. Also found a menu bar template, fiddled with it a bit, and made comments as part of understanding how it works. Attempting to satisfy webprog-2-d and webprog-2-f.
  •  
    Very nice! If you stick the code for the menu bar *inside* the "wrap" div, I have a feeling it will work out better. Right now, when you maximize on a big screen, the menu goes a bit wonky. (Don't need to fix for the purposes of this assignment, but just so you know.)
  •  
    Thank you! I've been going a little nuts with a few things. :) The menu bar was easy to place in Firefox, but wouldn't position properly at all in IE. I managed to do some fudging, but don't like the result, as I later gave up margins:auto to pin things down. After all that, the two browser renditions still look a little different. Much to learn.
Bryan Dumelin

ESP-Test - 0 views

  •  
    This is my rendition of the ESP cards with random card generation. This one had taken me a while because I wasn't quite getting the concept of how the url were being passed. After re-watching the videos, I was able to grasp the concept better. I had originally thought that i could have the php function on a switch and then have a hidden input variable passed to the url...turn out i was over-thinking it....rather than give away the answer, just see for yourself!
  •  
    Nice!
« First ‹ Previous 61 - 80 Next › Last »
Showing 20 items per page