<?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>One Pot Web Development</title>
	<atom:link href="http://wd.onepotcooking.com/feed" rel="self" type="application/rss+xml" />
	<link>http://wd.onepotcooking.com</link>
	<description>with XHTML, CSS, Javascript, JQuery, PHP, MySQL</description>
	<lastBuildDate>Wed, 28 Jul 2010 21:02:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Class 8 &#8211; In-class-assignment</title>
		<link>http://wd.onepotcooking.com/2010/07/27/class-8-in-class-assignment/</link>
		<comments>http://wd.onepotcooking.com/2010/07/27/class-8-in-class-assignment/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 17:35:19 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[assignments]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=2288</guid>
		<description><![CDATA[This assignment is meant to give practice to the most important parts of PHP besides database integration, which is addressed in separate assignments.  The core concepts are include files and passing data (a.k.a. persistent data) using forms, links, and cookies. Your assignment is to make a site consisting of four web pages: Home (index.php) News [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2010/07/27/class-8-in-class-assignment//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 12 &#8211; Intro to Using a Subversion Client</title>
		<link>http://wd.onepotcooking.com/2010/05/03/class-12-intro-to-using-subversion/</link>
		<comments>http://wd.onepotcooking.com/2010/05/03/class-12-intro-to-using-subversion/#comments</comments>
		<pubDate>Tue, 04 May 2010 03:38:48 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[version control]]></category>
		<category><![CDATA[class 12]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=2025</guid>
		<description><![CDATA[The following is a brief example of working within a Subversion version control setup.  In this case, we will assume that some overworked server administrator (i.e. me)  has set up a repository where a large amount of source code magically is stored and backed up by Subversion, a popular version control system.  In our case, [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2010/05/03/class-12-intro-to-using-subversion//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 11 &#8211; Intro to Privacy on the Web</title>
		<link>http://wd.onepotcooking.com/2010/05/01/class-11-intro-to-privacy-on-the-web/</link>
		<comments>http://wd.onepotcooking.com/2010/05/01/class-11-intro-to-privacy-on-the-web/#comments</comments>
		<pubDate>Sat, 01 May 2010 06:20:27 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[class 11]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1966</guid>
		<description><![CDATA[Despite a very vocal minority of concerned citizens, privacy does not seem to be anywhere near as big an issue in the news as it could potentially be. You should assume that just about everything you do online can be tracked and traced, if someone were to put the effort into doing so.  And some [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2010/05/01/class-11-intro-to-privacy-on-the-web//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 11 &#8211; HTTP Basic Authentication using .htaccess files</title>
		<link>http://wd.onepotcooking.com/2010/04/27/class-11-http-basic-authentication-using-htaccess-files/</link>
		<comments>http://wd.onepotcooking.com/2010/04/27/class-11-http-basic-authentication-using-htaccess-files/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 19:06:40 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[class 11]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[htpasswd]]></category>
		<category><![CDATA[http]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1973</guid>
		<description><![CDATA[Overview HTTP is the protocol which web browsers and web servers use to communicate via client requests and server responses, respectively.  We&#8217;ve seen that the browser uses HTTP GET and POST methods to request data from the server. HTTP also provides a very basic level of authentication which you can use to password-protect your sites [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2010/04/27/class-11-http-basic-authentication-using-htaccess-files//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 11 &#8211; Examples of Popular CMS&#8217;s</title>
		<link>http://wd.onepotcooking.com/2010/04/25/examples-of-popular-cms/</link>
		<comments>http://wd.onepotcooking.com/2010/04/25/examples-of-popular-cms/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 20:57:11 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[cms]]></category>
		<category><![CDATA[class 11]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1953</guid>
		<description><![CDATA[The following CMSs are up and running on our class server.  Most of these CMS installations have two distinct web interfaces: one for &#8220;end-users&#8221;, meaning the website the public sees; and another interface for administrators to manage the content that is displayed on the public site. Each of these CMS&#8217;s can be skinned (a.k.a. themed) [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2010/04/25/examples-of-popular-cms//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 10 &#8211; Intro to AJAX</title>
		<link>http://wd.onepotcooking.com/2010/04/22/class-10-intro-to-ajax/</link>
		<comments>http://wd.onepotcooking.com/2010/04/22/class-10-intro-to-ajax/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 19:37:00 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[class 10]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1905</guid>
		<description><![CDATA[AJAX is an acronym that stands for Asynchronous Javascript And XML.  It refers to a specific feature of the browsers&#8217; implementations of Javascript that became popular in the first few years of this century because it provided a way in which web pages could load content on demand in reaction to a user&#8217;s actions, rather [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2010/04/22/class-10-intro-to-ajax//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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 7 &#8211; The XML declaration in your XHTML code can cause problems if your server has PHP short tags enabled</title>
		<link>http://wd.onepotcooking.com/2010/04/11/class-7-the-xml-declaration-in-your-xhtml-code-can-cause-problems-if-your-server-has-php-short-tags-enabled/</link>
		<comments>http://wd.onepotcooking.com/2010/04/11/class-7-the-xml-declaration-in-your-xhtml-code-can-cause-problems-if-your-server-has-php-short-tags-enabled/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 16:57:24 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[class 7]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1827</guid>
		<description><![CDATA[One potential problem that you may come across when putting XHTML code inside your PHP files is that the XML declaration tag may confuse the PHP server. Short tags Some PHP servers, including ours, are set up to accept &#8220;short tags&#8221;, which are shortcut versions of some PHP commands.  For example, on our server, you [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2010/04/11/class-7-the-xml-declaration-in-your-xhtml-code-can-cause-problems-if-your-server-has-php-short-tags-enabled//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 5 &#8211; Document Object Model Cheat Sheet</title>
		<link>http://wd.onepotcooking.com/2010/03/28/document-object-model-cheat-sheet/</link>
		<comments>http://wd.onepotcooking.com/2010/03/28/document-object-model-cheat-sheet/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 21:30:16 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[class 5]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1791</guid>
		<description><![CDATA[Here is an attempt at a cheat sheet for working with the Document Object Model.   This diagram shows the most commonly used objects and their properties and methods.  It is by no means an exhaustive list of every feature of the DOM.]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2010/03/28/document-object-model-cheat-sheet//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 4 &#8211; Quiz Results</title>
		<link>http://wd.onepotcooking.com/2010/03/14/class-4-quiz-results/</link>
		<comments>http://wd.onepotcooking.com/2010/03/14/class-4-quiz-results/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 21:33:43 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[quizes]]></category>
		<category><![CDATA[class 4]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1694</guid>
		<description><![CDATA[These charts show the breakdown of grades for the quiz.  Here&#8217;s a quick chart to convert your scores to percentages: Percentage Score out of 20 25% 5 30% 6 35% 7 40% 8 45% 9 50% 10 55% 11 60% 12 65% 13 70% 14 75% 15 80% 16 85% 17 90% 18 95% 19 [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2010/03/14/class-4-quiz-results//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
