<?xml version="1.0" encoding="ISO-8859-1"?>
<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>Web Dev Intensive &#187; class 9</title>
	<atom:link href="http://wd.onepotcooking.com/tag/class-9/feed" rel="self" type="application/rss+xml" />
	<link>http://wd.onepotcooking.com</link>
	<description>with XHTML, CSS, Javascript, JQuery, PHP, MySQL</description>
	<lastBuildDate>Sat, 17 Dec 2011 14:48:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Class 9 &#8211; Final Project Requirements</title>
		<link>http://wd.onepotcooking.com/2009/12/05/final-project-requirements/</link>
		<comments>http://wd.onepotcooking.com/2009/12/05/final-project-requirements/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 17:36:07 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[assignments]]></category>
		<category><![CDATA[course info]]></category>
		<category><![CDATA[class 9]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=425</guid>
		<description><![CDATA[DEADLINE All final projects must be complete by the last day of class. REQUIREMENTS projects must show your mastery of the technologies we have learned in this class: XHTML, CSS, Javascript (using JQuery), PHP, and MySQL. projects must be completely information architected before you start programming projects must involve at least 3 distinct web pages. [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/12/05/final-project-requirements//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 9 &#8211; Sessions in PHP</title>
		<link>http://wd.onepotcooking.com/2009/11/23/class-10-sessions-in-php/</link>
		<comments>http://wd.onepotcooking.com/2009/11/23/class-10-sessions-in-php/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 03:41:37 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[class 9]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=470</guid>
		<description><![CDATA[In your readings, you may have come across mention of PHP Sessions. Sessions are another mechanism, in addition to the $_GET, $_POST, and $_COOKIE variables that allow you to &#8220;maintain state&#8221;, meaning to pass data from one page to another. Session variables are just like cookies, but easier PHP provides a set of functions that [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/11/23/class-10-sessions-in-php//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 9 &#8211; Sanitizing User-Generated Content</title>
		<link>http://wd.onepotcooking.com/2009/11/23/santizing-user-generated-content/</link>
		<comments>http://wd.onepotcooking.com/2009/11/23/santizing-user-generated-content/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 22:06:41 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[class 9]]></category>
		<category><![CDATA[injection attack]]></category>
		<category><![CDATA[sanitizing]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=444</guid>
		<description><![CDATA[As a general rule, any data that comes from a user is not to be trusted.  So anytime you are dealing with data that may (or may not) have originated from a user, you need to sanitize that data before doing anything else with it.  Think of it as basic web hygiene, akin to washing [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/11/23/santizing-user-generated-content//feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Class 9 &#8211; SELECT Statements in MySQL</title>
		<link>http://wd.onepotcooking.com/2009/11/06/select-statements-in-mysql/</link>
		<comments>http://wd.onepotcooking.com/2009/11/06/select-statements-in-mysql/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 00:35:08 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[class 9]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=382</guid>
		<description><![CDATA[Let&#8217;s cover the details of the SELECT statement in SQL. The SELECT statement is the command we use to do the Read part of database CRUD. CRUD is an acronym that stands for Create, Read, Update, Delete &#8211; the four operations you are most likely to do with a database.  At any given time, you [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/11/06/select-statements-in-mysql//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 9 &#8211; Adding search functionality to your site</title>
		<link>http://wd.onepotcooking.com/2009/07/22/class-9-adding-search-functionality-to-your-site/</link>
		<comments>http://wd.onepotcooking.com/2009/07/22/class-9-adding-search-functionality-to-your-site/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 02:24:13 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[class 9]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=762</guid>
		<description><![CDATA[A few of you may be interested in adding search functionality to your sites.  Unfortunately, creating a really good search is something that is far beyond the scope of this course. However, there are a few simple options: using MySQL&#8217;s built-in search features, and using Google Search on your site. Using MySQL to do search [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/07/22/class-9-adding-search-functionality-to-your-site//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 9 &#8211; Some CMS&#8217;s for Portfolio Sites</title>
		<link>http://wd.onepotcooking.com/2009/07/21/common-tools-for-portfolio-sites/</link>
		<comments>http://wd.onepotcooking.com/2009/07/21/common-tools-for-portfolio-sites/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 19:55:21 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[cms]]></category>
		<category><![CDATA[class 9]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=731</guid>
		<description><![CDATA[Many of you are building portfolio sites for your final projects.  Many portfolio sites share the same requirements and constraints, so I encourage you to exchange information about sites you like, and techniques you&#8217;re using on your blogs for all to see. A number of Content Management Systems (CMS&#8217;s) that claim to make the design [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/07/21/common-tools-for-portfolio-sites//feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Class 9 &#8211; MVC Architecture</title>
		<link>http://wd.onepotcooking.com/2009/04/26/class-8-mvc-architecture/</link>
		<comments>http://wd.onepotcooking.com/2009/04/26/class-8-mvc-architecture/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 01:05:54 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[class 9]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=478</guid>
		<description><![CDATA[MVC architecture is a growing trend in software development of all kinds, including for the web.  If you can master object-oriented programming combined with MVC architecture, you can consider yourself to be a very knowledgeable developer. This architecture divides the code involved in any project into three parts: Model, View, and Controller.  It&#8217;s important to [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/04/26/class-8-mvc-architecture//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 9 &#8211; In-Class Assignment</title>
		<link>http://wd.onepotcooking.com/2009/04/18/class-9-in-class-assignment/</link>
		<comments>http://wd.onepotcooking.com/2009/04/18/class-9-in-class-assignment/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 18:18:02 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[assignments]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[class 9]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=412</guid>
		<description><![CDATA[Your assignment today is to complete a blog with comments.  This should be based off of your assignments from last week, where you created a blog where users were required to register and login before they could post to the blog. There will be changes to two pages in your blogs. index.php The home page [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/04/18/class-9-in-class-assignment//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 9 &#8211; Anatomy of Object-Oriented Programming in PHP</title>
		<link>http://wd.onepotcooking.com/2009/04/16/anatomy-of-object-oriented-programming-in-php/</link>
		<comments>http://wd.onepotcooking.com/2009/04/16/anatomy-of-object-oriented-programming-in-php/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 18:45:10 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[class 9]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=377</guid>
		<description><![CDATA[Now that we&#8217;ve established what object-oriented programming is in theory, it will be useful to go through how this theoretical idea is actually implemented in PHP. The skeleton of a class definition The following is a bare-bones definition of a Dog class in PHP.  This code would go into a file called Dog.class.php: &#60;?php //file: [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/04/16/anatomy-of-object-oriented-programming-in-php//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 9 &#8211; Basic Concepts of Object Oriented Programming</title>
		<link>http://wd.onepotcooking.com/2009/04/11/class-8-basic-concepts-of-object-oriented-programming/</link>
		<comments>http://wd.onepotcooking.com/2009/04/11/class-8-basic-concepts-of-object-oriented-programming/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 21:56:29 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[class 9]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=373</guid>
		<description><![CDATA[In class today, we covered the basic concepts of object oriented coding in PHP. Many languages besides PHP allow you to write object-oriented code, and many people find it to be a more intuitive way of writing code than procedural code, which more or less what we have been doing up until now. The core [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/04/11/class-8-basic-concepts-of-object-oriented-programming//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

