Author Archive

Source Code for Homework Due 10/26

The homework due 10/26 is to expand the automated sprite class to perform one of two functions: evade the player sprite or chase the player sprite. If you normally sit on the left side of the class you should write…Continue Reading →

Database Slides

Cookies+and+Sessions Introduction+To+Databases MySQL+Part+II

In Class Code from 10/9

<?php /*printf(“My name is %s. I’m %d years old, which is %X in hexadecimal”, ‘Simon’, 33, “white”); printf(“The result is: $%.2f”, 123.42 / 12); $currTime = time() + (7 * 24 * 60 * 60); echo “<br>” . $currTime; //1412893018…Continue Reading →

UML Resources

UMLOverview goes over the main components and reasoning behind using UML as a design tool in programming. IBM also has links to basic overviews.