Skip to main content

Home/ Groups/ Web Programming
Bryan Dumelin

Visual Dice - 0 views

  •  
    This is my visualization of the dice php file. I decided to use images of dice that I created using Adobe Illustrator. This document also utilized some CSS to format the page and javascript to help create the roll again button. The php uses the switch function to display the corresponding image to the number that is generated.
  •  
    very nice!
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.
Deitrick  Erica L

Quiz - 0 views

  •  
    This is my quiz, it is a five question quiz on the Televsion show Heroes. If I was at work I would totally take this quiz, considering that I am obsessed with this show. Both pages validate, the quiz page and the results page.
  •  
    That errant apostrophe makes me want to explode things with my mind ;).
Monica Aversa

Here goes..."What Is Your Injury" Quiz? (Challenge 3-h) - 0 views

  •  
    Have you ever hurt yourself pretty badly, but you don't know whether it's a sprain, fracture, or something else? This quiz is here to help you figure it out (tip: answering all A's, B's, or C's give you the most definitive answers).
  •  
    Very fancy :).
Monica Aversa

What's your name, what's your sign? - 0 views

  •  
    In case my quiz went over *that* badly, here is a zodiac sign-teller for back-up points. Thank goodness for online resources and programming books. Well, enjoy!
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.
Mark Cotrupe

Fibonocci Sequence - 0 views

  •  
    An attempt at the Fibonocci sequence. I couldn't seem to get it to separate into lines, but if you look at the page source it looks great. Thanks to these guys for getting me this far: http://www.codecodex.com/wiki/index.php?title=Fibonacci_sequence
DiLieto  Lauren M

ESP-Test - 0 views

  •  
    Test your psychic knowledge by guessing which card the computer has chosen. A fun game to play when you're bored at work!
  •  
    Still always the pink heart...
Garrett Karen

Carrot Cake Recipe - 0 views

  •  
    I hid the form to fill out a comment on my recipe page. If you click on "comments" the form will appear.
Caruso  Nicholas L

What's My Sign? (Take 2...) - 0 views

  •  
    *I had to update/change things in the code. Please grade this one!* \n\nHere is my site for the Sign challenge! A huge shoutout to Nancy for helping me debug the messy code I originally had written! In addition, I used this site for some ideas: http://www.2wap.org/forums/index.php?showtopic=4866&pid=32711&mode=threaded&start=. However, this site led me wrong in multiple ways! Citing it anyways to be safe!
Gomez Evamarie

Extra! Extra! Get your sign now! - 0 views

  •  
    Here is the page I made to calculate your Zodiac Sign. I cannot believe how much difficulty I had figuring this out! I finally did so with help from the videos, a few online resources (although I definitely had to tweak them a bit), and a couple of my fellow ICMers :) Enjoy!
  •  
    Tweaking online scripts is perfectly OK. Just remember to give credit!
Gomez Evamarie

Flower Power - 0 views

  •  
    Hey all! Here is my photo gallery of sorts. I included some flower pictures that I've taken and I thought they would work nicely in this challenge. Hope you all enjoy!
Lee Howard

Fade In/Fade Out - 0 views

  •  
    I found a tutorial for a fade in/fade out effect that looks really cool and then implemented it with slight revisions. It works!
Marie Shanahan

Quiz: Test your knowledge of Connecticut - 0 views

  •  
    A 5- question quiz about Connecticut. User can enter name, answer questions, see list of their answers as well as a list of the correct answers. Still trying to figure out how to total the score. Both pages validate. I tried to code in an error message if you failed to fill out one of the answers, but I couldn't get the code to validate, so I removed it with disappointment.
Caruso  Nicholas L

What's My Sign? - 0 views

  •  
    Here is my site for the Sign challenge! A huge shoutout to Nancy for helping me debug the messy code I originally had written! In addition, I used this site for some ideas: http://www.2wap.org/forums/index.php?showtopic=4866&pid=32711&mode=threaded&start=. However, this site led me wrong in multiple ways! Citing it anyways to be safe!
  •  
    The CSS wouldn't copy over to the php file. I couldn't figure that part out, since I copy/pasted the exact link line from my HTML. I don't know why it didn't work.
  •  
    The CSS is still there, it's just that it is only selecting elements that appear on the first page. The second page has none of those elements to select. Should change the selector to "body", since both pages have a "body" tag, and the design rules you have apply generally to the body anyway...
Katie McLaughlin

Introduction to PHP - 0 views

  •  
    I know I already "bookmarked something relevant" this module but I couldn't resist sharing this one as well. It's a VERY basic PHP tutorial with great links -- and is broken into bullet points. Bullet points make me happy! Bullets, however, do not. Happy PHPing.
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.
Zebeck Jillian

Seinfeld Quiz - 0 views

  •  
    Here is a 10-question quiz about the classic TV comedy -- Seinfeld. "Giddyup!"
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?
« First ‹ Previous 221 - 240 of 631 Next › Last »
Showing 20 items per page