Most Recent

  • Brian, Stevie and Joey enjoy a quick stop at Facebook just outside Stanford University. This was just one of many stops on an amazing tour that included Google, Ebay and Intel.

  • A Lamborghini painted with a sharpie!

    A Lamborghini painted with a sharpie!

    Would you turn a third grader loose on your Lamborghini? Well this proud owner took a chance and you should see the heads snapping as this beauty when it rolls through the neighborhood.

  • Save the following code as write.php. Make sure you have write permissions for the folder for this to work.

    $myFile = "testFile.txt";
    $fh = fopen($myFile, 'w') or die("can't open file");
    $stringData = "Bobby Bopper\n";
    fwrite($fh, $stringData);
    $stringData = "Tracy Tanner\n";
    fwrite($fh, $stringData);
    fclose($fh);
    echo "myFile.txt";
    ?>

  • Make sure you read and do the lesson carefully! You will lose points for not doing the assignment
    each day. Be sure to put a link to your work in your Google doc! Email Mr. Mac if you have any trouble. Do not wait until Friday to email if you had trouble on a Tuesday assignment etc.

    Tuesday

    Make a directory called php4
    Then Make a file called index.php
    Each lesson will be a page!
    http://www.tizag.com/phpT//switch.php
    put the above code between the body tags!
    Now in your directory make another page for each city and make sure that
    you change the city name under the code destination.
    Lesson1 should have the following:

    The next link will be called “tokyo.php”
    Tokyo .. output should be bring extra money etc
    Las Vegas.. output should be bring an extra 500
    Amsterdam …

    Put links to your work and pages in your google doc!
    After lesson then work on your CIW Masters Study questions/games!!!!! (Quia games only)

    Wednesday
    http://www.tizag.com/phpT//forms.php
    This is a nice little lesson. Copy the code into a file and save with the name indicated for that form.
    Test the code and put it in your directory.
    Put all links in your Google doc.
    After lesson then work on your CIW Masters Study questions/games!!!!! (Quia games only)

    Thursday
    http://www.tizag.com/phpT/include.php
    This gives an example of a menu include!
    Do this lesson and I want you to add a footer too!
    Email me if you have any trouble on the lessons.
    After lesson then work on your CIW Masters Study questions/games!!!!! (Quia games only)

    Friday
    If statement and ifelse statement
    http://www.tizag.com/phpT/if.php
    http://www.tizag.com/phpT/ifelse.php

    Choose three other PHP lessons and label them
    “My Three Lessons.” PHP is a great tool! Use your time wisely.
    After lesson then work on your CIW Masters Study questions/games!!!!! (Quia games only)

  • Make sure you read and do the lesson carefully! You will lose points for not doing the assignment
    each day. Be sure to put a link to your work in your Google doc! Email Mr. Mac if you have any trouble. Do not wait until Friday to email if you had trouble on a Tuesday assignment etc.

    Tuesday

    Make a directory called php4
    Then Make a file called index.php
    Each lesson will be a page!
    http://www.tizag.com/phpT//switch.php
    put the above code between the body tags!
    Now in your directory make another page for each city and make sure that
    you change the city name under the code destination.
    Lesson1 should have the following:

    The next link will be called “tokyo.php”
    Tokyo .. output should be bring extra money etc
    Las Vegas.. output should be bring an extra 500
    Amsterdam …

    Put links to your work and pages in your google doc!
    After lesson then work on your CIW Pro practice exams.

    Wednesday
    http://www.tizag.com/phpT//forms.php
    This is a nice little lesson. Copy the code into a file and save with the name indicated for that form.
    Test the code and put it in your directory.
    Put all links in your Google doc.
    After lesson then work on your CIW Pro practice exams.

    Thursday
    http://www.tizag.com/phpT/include.php
    This gives an example of a menu include!
    Do this lesson and I want you to add a footer too!
    After lesson then work on your CIW Pro practice exams.

    Friday
    If statement and ifelse statement
    http://www.tizag.com/phpT/if.php
    http://www.tizag.com/phpT/ifelse.php

    Choose three other PHP lessons and label them
    “My Three Lessons.” PHP is a great tool! Use your time wisely.

    After you are finished then work on your CIW Pro practice exams.