<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ben yee &#124; blog &#187; DynamicWebDev</title>
	<atom:link href="http://yeeality.com/blog/category/itpblog/dwd/feed/" rel="self" type="application/rss+xml" />
	<link>http://yeeality.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 07 Jun 2011 17:17:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dynamic Web Development (2008 Spring)</title>
		<link>http://yeeality.com/blog/dynamic-web-development/</link>
		<comments>http://yeeality.com/blog/dynamic-web-development/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 15:11:20 +0000</pubDate>
		<dc:creator>benyee</dc:creator>
				<category><![CDATA[CourseDescriptions]]></category>
		<category><![CDATA[DynamicWebDev]]></category>

		<guid isPermaLink="false">http://itp.nyu.edu/blogs/bmy1/2008/09/03/dynamic-web-development/</guid>
		<description><![CDATA[Instructor: Chris Sung
How does one move away from creating static websites and toward building active, evolving hubs of activity? This class will cover the design and implementation of the &#8220;dynamic&#8221; website in two distinct but related contexts: the technical aspects of manipulating content &#8220;on the fly&#8221;, and the end user experience of interacting in this [...]]]></description>
			<content:encoded><![CDATA[<p>Instructor: <a href="http://chrissung.com/">Chris Sung</a></p>
<p>How does one move away from creating static websites and toward building active, evolving hubs of activity? This class will cover the design and implementation of the &#8220;dynamic&#8221; website in two distinct but related contexts: the technical aspects of manipulating content &#8220;on the fly&#8221;, and the end user experience of interacting in this type of setting. Particular attention will be given to social and community-based web interaction. The production environment will consist of the MySQL database and the PHP programming language. Students can expect to develop a firm knowledge of database design and optimization, the SQL query language, and the use of PHP to create dynamic activity of both orthodox and unorthodox nature. Late-semester topics will focus on interfacing this environment with other technologies such as JavaScript and Flash, along with data population and site architecture methodology. Introduction to Computational Media or equivalent programming experience is required. Students are also expected to have fluency in HTML or to come up to speed with it outside of class. Class requirements will include homework assignments to reinforce each week&#8217;s concepts while simultaneously contributing to the student&#8217;s &#8220;toolkit&#8221; of code and design principles. There will also be a midterm project, and a final project of the student&#8217;s choosing. Given the wide range of applications that would benefit from a web-accessible database, students should feel free to use their project(s) from this class to support or enhance projects from other classes.</p>
]]></content:encoded>
			<wfw:commentRss>http://yeeality.com/blog/dynamic-web-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dwd (final)</title>
		<link>http://yeeality.com/blog/final/</link>
		<comments>http://yeeality.com/blog/final/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 05:10:50 +0000</pubDate>
		<dc:creator>benyee</dc:creator>
				<category><![CDATA[DynamicWebDev]]></category>

		<guid isPermaLink="false">http://itp.nyu.edu/blogs/bmy1/2008/04/29/final/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://yeeality.com/footinput/"><img src="http://itp.nyu.edu/~bmy1/dwd/footinputcap.png" alt="site cap" width="420" height="156" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://yeeality.com/blog/final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dwd (first half)</title>
		<link>http://yeeality.com/blog/dwd-weeks-1-5/</link>
		<comments>http://yeeality.com/blog/dwd-weeks-1-5/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 05:15:36 +0000</pubDate>
		<dc:creator>benyee</dc:creator>
				<category><![CDATA[DynamicWebDev]]></category>

		<guid isPermaLink="false">http://itp.nyu.edu/blogs/bmy1/2008/02/26/dwd-weeks-1-5/</guid>
		<description><![CDATA[week 1 &#8211; &#8220;hello world with php&#8221; &#124; source
week 2 &#8211; &#8220;candy survey with widgets&#8221; &#124; source
week 3 &#8211; &#8220;working with the database&#8221; &#124; source
week 4 &#8211; &#8220;normalizing data in tables&#8221; &#124; source
week 5 &#8211; &#8220;putting some pieces together&#8221; &#124; source
]]></description>
			<content:encoded><![CDATA[<p><a href="http://itp.nyu.edu/%7Ebmy1/dwd/hello.php">week 1 &#8211; &#8220;hello world with php&#8221;</a> | <a href="http://itp.nyu.edu/%7Ecs220/dwd/show.php?dataAction=Submit&amp;fn=http://itp.nyu.edu/%7Ebmy1/dwd/hello.php">source</a></p>
<p><a href="http://itp.nyu.edu/%7Ebmy1/dwd/vm_survey.php">week 2 &#8211; &#8220;candy survey with widgets&#8221;</a> | <a href="http://itp.nyu.edu/%7Ecs220/dwd/show.php?dataAction=Submit&amp;fn=http://itp.nyu.edu/%7Ebmy1/dwd/vm_survey.php">source</a></p>
<p><a href="http://itp.nyu.edu/%7Ebmy1/dwd/sql_start.php">week 3 &#8211; &#8220;working with the database&#8221;</a> | <a href="http://itp.nyu.edu/%7Ecs220/dwd/show.php?dataAction=Submit&amp;fn=http://itp.nyu.edu/%7Ebmy1/dwd/sql_start.php">source</a></p>
<p><a href="http://itp.nyu.edu/%7Ebmy1/dwd/tables.php">week 4 &#8211; &#8220;normalizing data in tables&#8221;</a> | <a href="http://itp.nyu.edu/%7Ecs220/dwd/show.php?dataAction=Submit&amp;fn=http://itp.nyu.edu/%7Ebmy1/dwd/tables.php">source</a></p>
<p><a href="http://itp.nyu.edu/%7Ebmy1/dwd/class5.php">week 5 &#8211; &#8220;putting some pieces together&#8221;</a> | <a href="http://itp.nyu.edu/%7Ecs220/dwd/show.php?fn=http%3A%2F%2Fitp.nyu.edu%2F%7Ebmy1%2Fdwd%2Fclass5.php&amp;dataAction=Submit">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://yeeality.com/blog/dwd-weeks-1-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

