Current Semester
Spring 2009
YU Links
Prior Semesters
Fall 2008
Spring 2008
Fall 2007
Spring 2007
Fall 2006
Spring 2006
Fall 2005
Fall 2002 - Spring 2005

INF2250: Web Design & Development

Spring 2009      Campuses: Beren,Wilf      Sections: C,231      CRNs: 24061,23943

Refer to the Angel system for more information for this course.

Sample HTML Files

1layoutWithTables.htmlLayout of page using a table (i.e. header, left and right columns, footer and main content).

Sample PHP Files

Click here for files from the book.

1001-firstPhp.php(live webpage)(source code)Very simple PHP file.
2002-introToPhp2.php(live webpage)(source code)"Printing" HTML code (e.g. <br />) with PHP.
3003-priceList1.php(live webpage)(source code)Intro to using Variables. (First try - some improvement over plain HTML, but not much.)
4004-priceList2.php(live webpage)(source code)Intro to using Variables. (2nd try - simple to create many lines in the table. Just cut and paste the 1st row many times. You don't need to modify anything in the cut/pasted rows..)
5005-priceList3.php(live webpage)(source code)Using a "loop" and variables to generate a LOT of data. (3rd try - no need to cut/paste anymore. PHP code is very short. Produces a table of as many lines as you like).