webprog-3-1
Uploaded on Jan 28, 2009 / 118 views / 201 impressions / 22 comments
Description
php. see http://webprog.halavais.net
22 comments
wp-caruso 6:23
PEANUT BUTTER JELLY TIME! (I can't believe no one else threw this in! I couldn't resist...)
nehabawa 4:23
This reminds me of the "Make a Cup of Tea" flowchart I saw in my very early computer classes. Do you remember the times when gwBasic was still being used? I can't believe I'm that old already!
katiemc 2:45
Rosie the Robot (of 'Jetsons' fame) would never need instructions on how to make a peanut butter and jelly sandwich.
drumdiva 25:01
I know the dollar sign is necessary when declaring a variable, but is it always necessary in the echo statement? Could you just use "echo x;"?
drumdiva 0:56
I usually just call this stuff "scripting".
barackberry 24:44
reminds me of the Google "epic fail" due to an errant slash
http://googleblog.blogspot.com/2009/01/this-site-may-harm-your-computer-on.html
barackberry 19:18
are there security issues with this?
http://www.apachefriends.org/en/xampp-macosx.html#873
barackberry 3:57
"someone has been kind enough to write the pieces" that come before. bingo!
mla251 9:55
An additional video that explains client-side & server-side programming in detail w/visuals. A bit slow, but helpful nonetheless (14 mins)
swright 22:19
Here are a list of some predefined variables http://us3.php.net/reserved.variables
mariekshan 6:55
Just like the endlessly multiplying brooms and pails of water in 'The Sorcerer's Apprentice' starring Mickey Mouse (1940). http://www.youtube.com/watch?v=LD8HDta7Z_4
boonec 19:44
To install PHP to your computer visit - http://www.w3schools.com/PHP/php_install.asp
wp-megan 11:46
To find out more about Python, visit http://www.python.org/
wp-sarah-jane 17:14
Does 'echo' mean anything in particular? I was thinking (before I saw whole video) it might 'blink'...you know, along the lines of echo-ing. Or is it just a line of code which is used in almost all php scripts...
bcdumelin 5:48
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 to creating the solution. It helps determin the switches and loops required to complete the task - i typically will detail what type of loop i need between steps (where the arrows go). Doing on of these chars actually helped me solve the fibonacci challenge.