‘Dynamic Web Development’ Archive

DWD: TrendLines model

http://trendlines.info/trendlines.php Model using php, javascript, and the Twitter and YouTube APIs to illustrate what the TrendLines Boxee app objectives are.

DWD: a2tv mockup; simple CSS

Pulls top Twitter trends and searches Youtube videos with each keyword. Code in conjunction with Ruxy Staicut and Si Heun Cho. http://itp.nyu.edu/~dg1370/a2tv/ [Requires ITP login]

DWD: Final Project Proposal

My final project proposal for Dynamic Web Development is building the infrastructure and web interface for my Designing the Future of TV project, a2tv (working title). week8proposal.php

DWD: Midterm – a2tv website mockup

My midterm project is an attempt at mocking up a website for a2tv, a prototype online Yoga class. Student can login to a2tv and view a member profile, class schedule, and get more information on other students, instructors, and future classes. So far I have implemented a login and a listing of all classes that [...]

DWD: PHP talks to MySQL

Assignment: Create a web page that accepts user input and stores it in a table (or tables) in your database. This page should also be able to display the contents of your table(s) in some interesting way. As always, try to choose your data and functionality in some coherent fashion, paying particular attention to user [...]

DWD: Normalization

Assignment: Pick a raw data set of your choosing that contains at least 10 records, and normalize it through the three forms of normalization, making sure that the design changes with each step. The design of your raw data set is what will help demonstrate your knowledge of what defines each step of normalization, so [...]

DWD: Intro to MySQL

Assignment: The basis of this week’s assignment is to create and manipulate a table of your own creation, but also to show what you did and present it in a web page that is created by a PHP script. Thus, all SQL statements that you issue will be documented in your web page, as well [...]

DWD: User Input w/PHP

Assignment: Using the Class #2 PHP template shown above, create a web page that changes based upon user input. Please use at least two HTML widgets in addition to your submit button, and use the input from these widgets to create something useful or interesting for the end user. Please try to make your display [...]

DWD: Hello World .php

Assignment: Pick a dynamic website you admire and write a paragraph about what you like about it. Modify your “Hello, World” program to contain that paragraph and a link to that website. helloworld.php