Skip to main content

Home/ Web Programming/ Group items matching "Webprog" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
2More

Module 1 - 0 views

  •  
    here's my work for module 1... it's a three page site, each with a picture and 2 links. hopefully it's all valid xhtml.\none page is an 'about me,' another is a recipe
  •  
    Hi, Nick. Need to remember to tag these with the appropriate challenge, or I don't know to check them :). I've added the tags to this one.
1More

Simple Hover | 13styles CSS Menus - 0 views

  •  
    This links to the menu bar template I used in my Chicken Kiev restyle with CSS. I like it because it has a clean modern look that doesn't look "button heavy". There is a fair amount of code, but most of it is straightforward. I made comments in my CSS sheet to help me remember what was going on. For webprog-2-a.
3More

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...
6More

Web Programming :: webprog-2-e - 0 views

    • Caruso  Nicholas L
       
      Should this be 2 or 3 pages...? Just checking..
    • Alex Halavais
       
      Doh! Should be three. Fixing it now...
  • All three
  • two pages
  • ...1 more annotation...
  • All three
  •  
    Just a quick question regarding the Fake Profile challenge. Should it be two or three pages minimum?
1More

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

  •  
    Here's my valid xhtml page. I used the code Prof. Halavais gave webprog as a template to get started. Thanks.
1More

Required Forms - 0 views

  •  
    I finally got webprog-5-d to work. Not sure why it wasn't before but thanks to good ole' Nick's help its up and running.
1More

Pick a sport any sport - 0 views

  •  
    This is my drop down list that populates based upon the choice in one of the first lists. I originally wanted to do three lists region to city to sport... but I got too frustrated and might tackle that in module 7.... so this is not quite exactly the webprog of choosing between two sports... but the point is still the same. see my comments as to where I got and modeled the code from
2More

Sausage & Egg Breakfast Casserole Recipe - 0 views

  •  
    Included challenge 4-f and 4-g into a single page - allows user to post comments and see the existing comments from previous users.
  •  
    The textboxes are a little odd.... but it works!
2More

Challenge for webprog-4-f: Form using PHP and MySQL - 0 views

  •  
    This brings you to the guestbook for my gluten-free pizza crust page.
  •  
    Seems to be eating the last part of my URL. Is the VARCHAR big enough to hold big urls? Or is it something else? Be nice if the URLs were links (e.g., for the name). Nice, but unnecessary :).
1More

Challenge for webprog-2-d: Restyle Recipe Page - 0 views

  •  
    Here is a slightly more festive version of my original page for gluten-free pizza crust.
1More

Web Programming :: 3-3: PHP Dice - 0 views

  •  
    This comment on the 3-3 lecture may help you with future challenges involving php.
1More

Fibonacci Sequence - 0 views

  •  
    The Fibonacci Sequence is a mathematical series of numbers where each number is the sum of the two numbers before it. The website I bookmarked was created using a combination of html and php.
2More

CSS - Recipe Restyle - 0 views

  •  
    This bookmark is a combination of 2-d and 2-f: it is my restyled recipe and horizontal menu for the CSS portion of the course. At first, I was a little hesitant / confused about learning the CSS formatting. Once I got used to the concept of the css formatting I found myself wiring code with ease. There was many back and forth between typing and viewing in the browser, but I got the hang of it. The one issue I had was with browser compatibility - the margin: auto; code did not render well in IE7, but had not bugs in firefox. The most difficult potion of the menu was hiding the attributes that the browser assumes should be included with a bulleted list and links hence why a css style sheet comes in handy.
  •  
    Very nice. Should make it a habit to title your pages. But well done.
1More

So you want to know more? - 0 views

  •  
    Here is a new 3-page site filled with some new info about me as well as some fun animations. I used a 2-column layout to keep my cartoon self and links list in place, have CSS working on my background images and added a new, snazzy, horizontal, unordered list menu. Hope you like it!
2More

Rice Krispie Panda - 0 views

  •  
    webprog-2-d
  •  
    This is my recipe. We actually made these earlier in the year, but without the frosting. I think that they are prolly in my top-5 most adorable foods I have ever seen.
1More

Viddler.com - webprog-3-4 - Uploaded by halavais - 0 views

  •  
    Question asked in regards to the permission settings towards end of clip
5More

My 2:45 pop culture reference - 0 views

  •  
    Question asked on movie timeline around 17 minute mark...
  • ...2 more comments...
  •  
    For challenge 3-b, I added a link of a video that further explains client-side VS. server-side programming. If you're confused about it (or need a refresher from mod. 1), this should be helpful.
  •  
    I like this! Stopping a lecture in between to post my comments is definitely on the cool, geeky side of ICM :D I may steal this idea for my classes, Dr. H!
  •  
    This method of drawing out the program steps is one of the best solutions for creating a program. My flow charts are usually not this complicated, but I have found them to be very helpful in creating the solution. It helps determine the switched ans loops required to complete the task - I typically will detail what type of loop i need between steps (where the arrows go). Doing one of these charts actually helped me solve the Fibonacci challenge
  •  
    At 02:45 I point out something that perhaps doesn't fall under the category of worthwhile to our lesson, but whatever -- Rosie the Robot (of 'Jetsons' fame) would never need instructions on how to make a PB&J sandwich. She would make it with love, too. Also, she could not make 50,000 because she'd get tired.
1More

Viddler.com - webprog-3-3 - Uploaded by halavais - 0 views

  •  
    Lecture 3-3, at 26:52: I just got "Parse error: syntax error, unexpected T_LNUMBER, expecting T_VARIABLE or '$'" on that line. Is that the error you are talking about, or did I do something wrong in addition? This could be something as basic as opening/closing brackets or a semicolon for all I know. Or, perhaps we really need a variable there. Hey! What about the two equal signs after the pointer? Is this the old "freak out the noobs with the double equal sign" trick?
1More

Challenge 2-f: Site With Nav Bar - 0 views

  •  
    Is Derek Jeter a future Hall of Famer? My page from Module 1's been updated to be XTHML/CSS friendly, with a navigation bar thanks to the tutorial here - http://articles.techrepublic.com.com/5100-10878_11-5153115.html
1More

Great Rivalries in Boston Sports - 0 views

  •  
    This is my 3 page, well 4 page website for module 2. They are all linked to the same CSS sheet. It's about great rivalries in Boston Sports and has a lot of other fun links too. Enjoy!
‹ Previous 21 - 40 of 586 Next › Last »
Showing 20 items per page