Skip to main content

Home/ Web Programming/ Group items tagged code

Rss Feed Group items tagged

Caruso  Nicholas L

Tortellini Soup Recipe - 0 views

  •  
    Had some help with the CSS parts: Used Chapter 1 (Specifically Page 41) in Head First HTML to walk me through the CSS coding.
  • ...1 more comment...
  •  
    Here is a recipe for Tortellini Soup that we make quite often. It's pretty easy and painless, yet quite delicious.
  •  
    Nice work here. A couple of suggested improvements. First, you should avoid using the center tag, but if you do, it should be inside the "body" tag--generally nothing comes between the HTML tag and the head tag. Also, you're missing your body :). However, it meets the requirements for the assignment, and looks good doing it.
  •  
    Sounds delicious, too.
Alex Halavais

Web Programming :: 1-4: Text Markup - 0 views

shared by Alex Halavais on 26 Jan 09 - Cached
  • <em>monkey</em>
    • Sarah-Jane Bolling
       
      Are there any real differences between the tag and the tag? I have only really ever used the and don't recall ever even hearing about the same with and
    • Alex Halavais
       
      I suspect the sticky note ate your tags! The difference between em and i is pretty much semantic. i and b were introduced by the browsers as tags, and not by the W3C. So to write valid code, you should really use the strong and em. But I will admit to slipping into i and b with some frequency. Again, best to get in the habit of strong and em, if at all possible.
Sorteberg  Matthew T

HTML Color Coding - 0 views

  •  
    I found this site to be helpful when learning the HTML process. It gives a brief overview of adding color when creating a web page.
Alex Halavais

HTML Color Names - 0 views

    • Alex Halavais
       
      This will be especially helpful when we get started with CSS. Thanks, Nancy. +10
  •  
    W3Schools is an amazing resource. I used it in my last ICM class (512) for tutorials in XHTML and CSS. This particular page provides the hexadecimal codes for many colors that we can use in web pages as we go through our class challenges. Hope it helps! (I use it all the time!)
Monica Aversa

Challenge for webprog-1-f: Submit a Recipe - 0 views

  •  
    For anybody who has Celiac's Disease (or just wants to go gluten-free): Here is a recipe for GF pizza crust. It's a bit long, but it bakes and it should conform to the 1-f standards. Have fun.
  •  
    Looks good. A couple of notes: bgcolor (in the body tag) should be all one word if you use it, though we'll be doing CSS which gives you more flexibility. Also, you make heavy use of br. BR has a specific place, and what you really should be doing is wrapping each of those paragraphs in p tags. That will make life much easier when it comes to validating your code.
 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.
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.
Sorteberg  Matthew T

Godzilla Bars - 0 views

  •  
    All I did here was add a couple small forms at the bottom for the user to leave their name and a comment and I also connected it to a database to catch record the information. Took me a while...
  •  
    Matt: Is this working? Have you checked the database to make sure content is being saved? Why am I seeing code on the form page?
« First ‹ Previous 101 - 108 of 108
Showing 20 items per page