Skip to main content

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

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.
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?
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?
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.
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?
 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

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.
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.
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.
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.
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.
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".
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!
Gomez Evamarie

Puerto Rico: La Isla Del Encanto (NavBar) - 0 views

  •  
    Hello! I decided to do my 3 (well 4) page assignment on the beautiful island of Puerto Rico. I included a brief history as well as some of my favorite spots to visit. I was able to include a nav bar on the home page and used the colors found in the coat of arms. I'd like to try a tabbed nav bar however.
Alex Halavais

Web Programming :: 1-3: Web & Internet - 0 views

  • Establish an account with a web host
    • Starr Andrew
       
      Any particular pay web hosting company you would recommend? They all seem to have the same features and the same price...
    • Alex Halavais
       
      My recommendation is the one I suggest here: NearlyFreeSpeech. It's a new host to me, but comes recommended, and does everything we need it to. I use Dreamhost for this (and most of my) sites. It's a solid host--and works pretty well. I'm not sure I love it, but moving costs (in time) are too high for me to choose to go elsewhere...
  •  
    Recommended hosting company?
  •  
    Recommended hosting company?
Ford  James A

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!
Zebeck Jillian

Challenge 6-G Cheat(ish) - 0 views

  •  
    Here is my take on explaining how to approach a challenge from Module 3 that was particularly challenging for me.
Chere B

Web Programming :: 6-3: APIs - 0 views

  • free applications,
    • Chere B
       
      Mac users - For your untarring needs click link below. There is also a little detail about the need to untar and how the practice evolved. http://mac.softpedia.com/get/Utilities/Untar.shtml
  •  
    Free app for your untarring needs and brief info on the evolution of the practice.
1 - 20 of 86 Next › Last »
Showing 20 items per page