<?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; xhtml</title>
	<atom:link href="http://wd.onepotcooking.com/category/xhtml/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 2 &#8211; Special vs. Arbitrary XHTML Attributes</title>
		<link>http://wd.onepotcooking.com/2010/10/08/special-vs-arbitrary-xhtml-attributes/</link>
		<comments>http://wd.onepotcooking.com/2010/10/08/special-vs-arbitrary-xhtml-attributes/#comments</comments>
		<pubDate>Sat, 09 Oct 2010 03:36:59 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[xhtml]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[class 2]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=2419</guid>
		<description><![CDATA[One of the confusing things about XHTML is that some attributes of HTML tags have special meaning and, while other attributes do not. So it&#8217;s hard to know whether an attribute value can be free-form and arbitrary, of your own choosing, or whether it has to have a specific predetermined value in order to function [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2010/10/08/special-vs-arbitrary-xhtml-attributes//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 2 &#8211; In-class Assignment</title>
		<link>http://wd.onepotcooking.com/2010/02/20/class-2-in-class-assignment/</link>
		<comments>http://wd.onepotcooking.com/2010/02/20/class-2-in-class-assignment/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 22:02:38 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[assignments]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[class 2]]></category>
		<category><![CDATA[wireframes]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1486</guid>
		<description><![CDATA[Your assignment is to convert this wireframe diagram into valid XHTML code: As always, start with the bare minimum elements necessary to make an XHTML page, and move forward based on the XHTML common elements example code. Hint: you will want to use the align attribute of the &#60;img&#62; tag in order to have the [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2010/02/20/class-2-in-class-assignment//feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Class 10 &#8211; An MVC Social Network Example</title>
		<link>http://wd.onepotcooking.com/2009/12/05/class-10-an-mvc-example-social-network/</link>
		<comments>http://wd.onepotcooking.com/2009/12/05/class-10-an-mvc-example-social-network/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 13:29:26 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[class 10]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=480</guid>
		<description><![CDATA[Let&#8217;s say that we are building a social network.  What we call a social network is a site that has a bunch of users, and those users can decide to be &#8220;friends&#8221; with any other user. You can view this example live here. The Views There will be four pages that the user sees: Register [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/12/05/class-10-an-mvc-example-social-network//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 10 &#8211; Favicons</title>
		<link>http://wd.onepotcooking.com/2009/12/05/favicons/</link>
		<comments>http://wd.onepotcooking.com/2009/12/05/favicons/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 13:20:16 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[graphic design]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[class 10]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=441</guid>
		<description><![CDATA[Favicons are the little icons that show up in the address bar of the web browser for some websites. For example, the favicon for blogger.com is the little orange square with the B in it. Favicons are totally optional, but a well-designed favicon can add a slightly more sophisticated feel to your site, even though [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/12/05/favicons//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 6 &#8211; Assignment(s)</title>
		<link>http://wd.onepotcooking.com/2009/10/24/class-6-assignments/</link>
		<comments>http://wd.onepotcooking.com/2009/10/24/class-6-assignments/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 08:30:18 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[assignments]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[class 6]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1235</guid>
		<description><![CDATA[Please complete all client-side assignments This week marks the end of covering the client-side technologies, XHTML, CSS, and Javascript.  Next week, we will begin with the server-side technologies, PHP, and MySQL.  So the major assignment for this week is to make sure all your assignments from past weeks are completed, working, and linked from your [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/10/24/class-6-assignments//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 4 &#8211; Assignment #2</title>
		<link>http://wd.onepotcooking.com/2009/10/10/class-4-assignment-2/</link>
		<comments>http://wd.onepotcooking.com/2009/10/10/class-4-assignment-2/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 21:44:09 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[assignments]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[class 4]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1188</guid>
		<description><![CDATA[For those of you who have completed assignment #1, your next assignment is to go through the same process with this new design comp: The image files necessary for this assignment are, as with the previous one, available on the server here. The global navigation buttons (i.e. &#8220;Home&#8221;, &#8220;Friends&#8217; Videos&#8221;, &#8220;Featured Videos&#8221;) should be done [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/10/10/class-4-assignment-2//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 4 &#8211; Assignment #1</title>
		<link>http://wd.onepotcooking.com/2009/10/10/class-4-assignment-1/</link>
		<comments>http://wd.onepotcooking.com/2009/10/10/class-4-assignment-1/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 19:46:48 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[assignments]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[class 4]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1169</guid>
		<description><![CDATA[The first assignment for this week is to convert the following design comp into valid XHTML and CSS code.  All the necessary images have been pre-cut by your thoroughly competent in-house graphic designer, and are available in the images sub-folder on the server. Fonts The fonts used on the page are Georgia for the serif [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/10/10/class-4-assignment-1//feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Class 2 &#8211; Separation of presentation from content</title>
		<link>http://wd.onepotcooking.com/2009/09/29/class-2-separation-of-presentation-from-content/</link>
		<comments>http://wd.onepotcooking.com/2009/09/29/class-2-separation-of-presentation-from-content/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 04:17:49 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[class 2]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[separation]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=1079</guid>
		<description><![CDATA[In today&#8217;s web development environment, and in software development in general, there is a popular principle of separation of presentation and content.  In terms of web development, this would mean that the contents of a web page should not be dependent upon the style or design of how that content is displayed on the page. [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/09/29/class-2-separation-of-presentation-from-content//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class 3 &#8211; Block vs. Inline Elements</title>
		<link>http://wd.onepotcooking.com/2009/07/15/class-3-block-vs-inline-elements/</link>
		<comments>http://wd.onepotcooking.com/2009/07/15/class-3-block-vs-inline-elements/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 20:36:45 +0000</pubDate>
		<dc:creator>amos</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[class 3]]></category>

		<guid isPermaLink="false">http://wd.onepotcooking.com/?p=657</guid>
		<description><![CDATA[The display property in CSS is responsible for what shape an element takes on the page and how an element aligns with the elements around it.  In general, all XHTML elements fall into one of two display categories: block or inline. Block elements take up a rectangular shape, and take as much width as they [...]]]></description>
		<wfw:commentRss>http://wd.onepotcooking.com/2009/07/15/class-3-block-vs-inline-elements//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

