Skip to main content

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

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

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

  •  
    How to install PHP to your computer...
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.
Monica Aversa

Challenge 3-a: Site for Module 3 - 0 views

  •  
    Here is a link to the XAMPP program that Professor Halavais recommended in video 3-1, if you want to "test things on your machine as if it were on the server" (Halavais mentions this around the 19:50 mark). The program is free and is compatible with Windows, Mac, and others.
Nancy Hall

About Me - 0 views

  •  
    I figured I would use this 3-page site to tell a little more about myself (and, hopefully, make you laugh a little bit). It is very simple, but it should give you a little more insight into what you're dealing with.
  • ...1 more comment...
  •  
    Nancy, I love your personalized muppets! That's awesome.
  •  
    Hahaha. Thanks, man. We made 3 that day (the third went to my nephew for XMas), and they give them to you in clear plastic bags. So The best part of the whole experience was the reaction from people I passed on the streets of Manhattan!
  •  
    What coding did you use to place the 3 hyperlinks next to each other, across the top? I'm going to do my 3-page site now, but will most likely leave them vertically.
Bryan Dumelin

ActionScript 3.0 Language and Components Reference - 0 views

  •  
    Ok I know what you are thinking...why is he bookmarking a flash reference site - flash in a web programming class? Well I decided it was important to bookmark the ActionScript reference page because the structure of ActionScript 3 is similar to javascript used in many webpages. No, you don't need javascript to create a webpage, but adding it can allow for additional site functionality. It is also important to know the potential of integrating flash into a website and allowing for variables to be passed form the webpage and communicated to the flash movie.
Marie Shanahan

SourceForge.net: XAMPP - 0 views

  •  
    Download XAMPP to turn your computer into an Apache server. As mentioned in Lecture 3-1.
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.
Alex Halavais

Web Programming :: Challenges - 0 views

  • 505DC Due
    • Chere B
       
      What time on the due date are the assignments due (morn, afternoon, midnight)? I anticipate getting assignments done in advance, but if ever one needed to be tweaked and resubmitted for credit I would like to know the exact time.
    • Alex Halavais
       
      The last second of the marked day, EST, let's say.
  •  
    My understanding is: do as many assignments as you want, or think you need to do. As for points, doing enough assignments correctly to total 100 points per module will get you an A-. An A- will be upgraded to an A if you show consistent creativity. Only those with an A- qualify for the "Creativity Upgrade". A grade of B won't do it. If I explained anything incorrectly, someone please correct me. My own take on it? Learn code because you really want to learn code, show effort, and try to have some fun with it. :)
Pat Salvas

Fibonacci Code! Its like the DaVinci Code... But without a movie or book - 0 views

  •  
    My Fibonacci code
  •  
    Dude! And after we talked about that common error, too! But as with the others, I'll count it as "close enough for gov. work." Note to everyone: the Fibonacci series *starts* 0 1 1 2 3 5 ... Less than half of yours do :/.
Marie Shanahan

CSS / Menu Bar - 0 views

  •  
    I added CSS and a menu bar to my 3 page site from module 1. I used background images and colors. Tested in both IE7 and Firefox.
Bryan Dumelin

Fibonacci Sequence - 0 views

  •  
    This is my rendering of the fibonacci sequence. I must admit that i had done this previously using javascript (when I was an undergrad, 4+yrs ago) and I would not let myself 'cheat' by researching other web sites. After sketching out the functionality and few tries I was able to get it, but I did have some difficulty with the formatting, for whatever reason, I could not get the '\n' to work, instead, i decided to echo a
    tag.
  •  
    Hmmm... close enough. 0 1 1 2 3 5 etc.
Mark Cotrupe

PHP 101 (part 1): Down the Rabbit Hole - 0 views

  •  
    As one of my classmates pointed out...sometimes it's easier to learn complicated things when they are "kindergatenized" Here I found a site which appempts to explain PHP at the very bare minimum. I found it to be long and wordy...but I am actually understanding it, slowly.
  •  
    Module 3 for me is beginning to shape up to be similar to Godfather III. At first I hated both but now I realize their value. OK, in this here bookmarked link, author Vikram Vaswani turns PHP into something akin to a nice novella with excellent screenshots as examples. This tutorial is engaging, friendly and filled to the brim with info.
  •  
    A really nice, basic resource that explains PHP in a clear and understandable way. It makes a very nice complement to the instructional videos for the class.
1 - 20 of 29 Next ›
Showing 20 items per page