Skip to main content

Home/ Web Programming/ Group items tagged webprog-3-3

Rss Feed Group items tagged

Wright Sashagaye

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

  •  
    Left a comment on the 3-1 video at 6:55 about endless loops and Mickey Mouse.
  •  
    webprog-3-b...
  •  
    Comment for webprog-3-1.
 Mark Zaniewski

The Guitar Primer - 0 views

  •  
    This simple 3 page Guitar Primer attempts to satisfy webprog-1-g, and give guitar curious wannabes the guidance they need to get started right!
  •  
    Cool--getting my 2 month old started on air guitar with impossibly loud stereo to start. Glad he's setting off on the right foot. (Well, that metaphor is a little off, for now.)
Alex Halavais

Web Programming :: webprog-1-d - 0 views

  • intro.html
    • Marie Shanahan
       
      What's the difference between naming an HTML file with .html or .htm? Both work, right?
    • Alex Halavais
       
      HTML is the "correct" choice, though .htm will also work. The latter is a result of limitations of the early DOS & Windows systems, which could only handle 3 letter extensions (and 8 letter filenames). Why is it still used today? Microsoft continues to push it as a feature, not a bug, and those using MS servers or ASP are more likely to use it, unless, of course, it is a .asp page. But the standard usage is still .html.
DiLieto  Lauren M

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

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

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

  •  
    Here is my comment on the last video about forms in PHP. I found it very helpful.
  •  
    Here's a video comment on this "most important segmet so far" - in which "pitch" and "catch" sail over my head. Guess that makes me the monkey in the middle.
  •  
    Anyone with insight into Tiny WIki out there?
Hoving Allan

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

  •  
    Googled Xampp for Mac and came up with something called apachefriends.org. Saw a security warning in the documentation. Wondered if I could trust the site and the software.
  •  
    anybody already using this on a Mac OSx?
 Mark Zaniewski

Chicken Kiev - 0 views

  •  
    Something old, something new, something borrowed, something blue. Unobtrusive Jquery for webprog-5-e. Nav bar is dimmed at 40 percent, and goes to 100 percent on hover. After hover, it returns to 40 percent. The whole div takes the effect. BTW, this is how I called my div in Jquery: $("#mydiv"). Took me almost 3 hours to find that out. :)
Chere B

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

  •  
    This is a link to a helpful tutorial page that defines some of the types in database. none of the examples in the lecture are text, but in the challenge the data is primarily text which lead me to believe that the type should be text. I received an error message when doing this. As I searched to find troubleshooting help I found that the varchar type also includes text.
 Mark Zaniewski

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?
Pat Salvas

Dice - 0 views

  •  
    here is my extremely delayed dice from the third webprog
Caruso  Nicholas L

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?
Pat Salvas

Web Programming :: 3-2: Date Sensitive - 0 views

  •  
    On the 3-2 video, I posted a question about using if/else VS. switch around the 23:45 mark. This is for challenge 3-b. Thanks.
  •  
    A comment I placed on the Lecture 3-2 video...
  •  
    Tagged a few comments in here on the time lecture. seems like the easiest of all the php stuff.
Monica Aversa

Adding comment/link to timeline (4-3 at 11:40) - 0 views

  •  
    Web Hosting Suggestion -- For module 4, I've added a comment to video #3 (11:40). For anyone on a very tight budget, this web hosting site is similar to NearlyFreeSpeech (PHP, MySQL support), but it's 100% free. It's been working great so far.
DiLieto  Lauren M

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.
Katie McLaughlin

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.
Deitrick  Erica L

Web Programming :: 3-4: Score - 0 views

  •  
    I added a comment to the viddler timeline. This comment is useful in terms of validation. When you go to validate your pages and you have included "POST" the page does not validate. For validation purposes you must enter it as "post".
Pat Salvas

Web Programming :: 2-3: Columnated - 0 views

  •  
    Getting columnated is a little tricky for beginners like myself. In lecture 2-3: Columnated, I added a comment with a link to a site that lays out the fundamentals of the language used. I think this would be especially helpful to someone who aspires to be a web producer because a producer needs to speak in html and css language. The link is http://css.maxdesign.com.au/floatutorial/definitions.htm
  • ...3 more comments...
  •  
    Viddler Comment @ 28:43. I'm having some issues when using the "#" for divs on Smultron (on a Mac).
  •  
    I found that the "margin: auto;" tag does not work in IE7. I looked for a work around, but it appears that inline styles may be the only way. Thanks Microsoft. :-)
  •  
    Viddler comment at 7:56. I am not sure if I bookmarked this correctly, at all!
  •  
    There is a comment and link on the third video, second module for challenge 2-b. It may be found at 1:24. Thanks.
  •  
    Made a few comments regarding photoshop and other aspects to the 2-column layout. Long lecture, but helpful in understanding the layout neccessities.
Nancy Hall

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!
Sarah-Jane Bolling

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

  •  
    Question asked in regards to the permission settings towards end of clip
1 - 20 of 113 Next › Last »
Showing 20 items per page