<?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; mvc</title>
	<atom:link href="http://wd.onepotcooking.com/tag/mvc/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 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 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>
	</channel>
</rss>

