<?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 8</title>
	<atom:link href="http://wd.onepotcooking.com/tag/class-8/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 8 &#8211; A simple CMS for SQL CRUD</title>
		<link>http://wd.onepotcooking.com/2010/04/18/class-8-a-simple-cms-for-sql-crud/</link>
		<comments>http://wd.onepotcooking.com/2010/04/18/class-8-a-simple-cms-for-sql-crud/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 18:51:50 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[cms]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[class 8]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1894</guid>
		<description><![CDATA[Working off of the example code from the Basic SQL example files, here is a slightly more sophisticated set of pages that when used together, create a sort of Content Management System for our animals application. How it works Here is a user flow diagram outlining how this application fits together.  Below the diagram is [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2010/04/18/class-8-a-simple-cms-for-sql-crud//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 8 &#8211; Advanced assignment &amp; very advanced assignment</title>
		<link>http://wd.onepotcooking.com/2009/11/07/class-8-advanced-assignment/</link>
		<comments>http://wd.onepotcooking.com/2009/11/07/class-8-advanced-assignment/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 23:03:52 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[assignments]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[class 8]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1380</guid>
		<description><![CDATA[If you have finished the in-class assignment of creating a message board, you are ready for the advanced assignment. The advanced assignment is to add the ability for users to upload images along with their message posts. add_post.php So when users add new posts, they enter in their name, the title of the post, the [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/11/07/class-8-advanced-assignment//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 8 &#8211; Assignment</title>
		<link>http://wd.onepotcooking.com/2009/11/07/class-8-assignment/</link>
		<comments>http://wd.onepotcooking.com/2009/11/07/class-8-assignment/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 20:54:58 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[assignments]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[class 8]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1371</guid>
		<description><![CDATA[Your assignment this class is to create a message board.  The message board allows users to view all of the messages that have been posted to the board so far.  It also allows users to post new messages. Here is the user flow of the site: index.php &#8211; the message list page When the user [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/11/07/class-8-assignment//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 8 &#8211; Examples of SQL CRUD commands</title>
		<link>http://wd.onepotcooking.com/2009/11/07/examples-of-sql-crud-commands/</link>
		<comments>http://wd.onepotcooking.com/2009/11/07/examples-of-sql-crud-commands/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 19:55:57 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[class 8]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[crud]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1369</guid>
		<description><![CDATA[Create INSERT INTO abloomberg_animals (name, color) VALUE (&#8216;zubr&#8217;, &#8216;brown&#8217;) Read SELECT * FROM abloomberg_animals WHERE 1 SELECT name, color FROM abloomberg_animals WHERE id=15 Update UPDATE abloomberg_animals SET name=&#8217;zubr&#8217; WHERE id=15 UPDATE abloomberg_animals SET name=&#8217;zubr&#8217;, color=&#8217;brown&#8217; WHERE id=15 Delete DELETE from abloomberg_animals WHERE id=15]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/11/07/examples-of-sql-crud-commands//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 8 &#8211; Intro to Relational Databases</title>
		<link>http://wd.onepotcooking.com/2009/11/06/intro-to-relational-databases/</link>
		<comments>http://wd.onepotcooking.com/2009/11/06/intro-to-relational-databases/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 15:00:38 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[class 8]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=365</guid>
		<description><![CDATA[Tables of data Relational databases treat data in the same grid-like way as an Excel spreadsheet.  There are rows and columns of data.  But databases have extra features that make them easier and more intuitive to work with. Databases, tables, rows, and columns Each relational database can hold multiple tables.  Tables are the spreadsheet-like grids [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/11/06/intro-to-relational-databases//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 8 &#8211; Passing Data With Forms</title>
		<link>http://wd.onepotcooking.com/2009/11/06/passing-data-with-forms/</link>
		<comments>http://wd.onepotcooking.com/2009/11/06/passing-data-with-forms/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 14:16:24 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[class 8]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=530</guid>
		<description><![CDATA[Understanding how to use the $_GET, $_POST, and $_REQUEST variables is critical to creating a site in PHP.  So here is an in-depth analysis of how data is passed from one page to another using forms. In our earlier post, we discussed the concept of persistent data.  Each web page is like a distinct application [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/11/06/passing-data-with-forms//feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Class 8 &#8211; Uploading Files to Server in PHP</title>
		<link>http://wd.onepotcooking.com/2009/07/22/class-8-uploading-files-to-server-in-php/</link>
		<comments>http://wd.onepotcooking.com/2009/07/22/class-8-uploading-files-to-server-in-php/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 05:02:08 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[class 8]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=742</guid>
		<description><![CDATA[Some sites allow users to upload files to the server.  Most often, this is the case for sites that allow users to upload images.  But the same technique is used regardless of the type of file.  Uploading files of any type, be they images, audio files, video files, text files, or any other type, is [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/07/22/class-8-uploading-files-to-server-in-php//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 8 &#8211; Sending Email in PHP</title>
		<link>http://wd.onepotcooking.com/2009/07/21/class-8-sending-email-in-php/</link>
		<comments>http://wd.onepotcooking.com/2009/07/21/class-8-sending-email-in-php/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 03:07:27 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[email]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[class 8]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=735</guid>
		<description><![CDATA[PHP&#8217;s built-in mail() function allows you to send emails from PHP code.  This can be useful when, for example, you want to include a &#8220;Contact Me&#8221; form on your website, and you want an email to be sent to you whenever someone fills out that form. The mail() function has three required parameters: the &#8220;To&#8221; [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/07/21/class-8-sending-email-in-php//feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Class 8 &#8211; More information about databases</title>
		<link>http://wd.onepotcooking.com/2009/07/21/more-information-about-databases/</link>
		<comments>http://wd.onepotcooking.com/2009/07/21/more-information-about-databases/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 16:09:34 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[class 8]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=728</guid>
		<description><![CDATA[Here are some posts that attempt to elucidate the concepts behind working with databases. Intro to Relational Databases &#8211; the concepts behind databases, tables, rows, and fields Administering MySQL using phpMyAdmin &#8211; another post explaining how to use phpMyAdmin to manage your tables Select Statements in MySQL &#8211; reading data from databases can be more [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/07/21/more-information-about-databases//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 8 &#8211; Using phpMyAdmin to administer a database</title>
		<link>http://wd.onepotcooking.com/2009/07/21/using-phpmyadmin-to-administer-a-database/</link>
		<comments>http://wd.onepotcooking.com/2009/07/21/using-phpmyadmin-to-administer-a-database/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 13:00:49 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[class 8]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=714</guid>
		<description><![CDATA[For our assignment today, we will need to set up a table in the database where the information about all the products in our e-commerce site will be stored.  This post outlines the steps necessary to create a table in the database. All administration of databases for our class will be handled through phpMyAdmin, a [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/07/21/using-phpmyadmin-to-administer-a-database//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

