<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: The jQuery Syndrome</title>
	<atom:link href="http://www.nicollet.net/2009/04/the-jquery-syndrome/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nicollet.net/2009/04/the-jquery-syndrome/</link>
	<description>Everyone Loves Me</description>
	<lastBuildDate>Wed, 08 Sep 2010 16:27:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Travis J</title>
		<link>http://www.nicollet.net/2009/04/the-jquery-syndrome/comment-page-1/#comment-29031</link>
		<dc:creator>Travis J</dc:creator>
		<pubDate>Sun, 27 Jun 2010 06:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.nicollet.net/?p=907#comment-29031</guid>
		<description>I&#039;ve found that for most pages jquery does a great job at providing a succinct way to add behavior to markup. I&#039;d say 90% or so or the pages I write I can do some simple&#039;ish jquery to add the functionality I need. Those other 10% are where I try and go full MVC. I usually already have a PHP model of some kind anyway. I port the PHP model the Javascript so the saving bit goes nice and easy (using JSON as the intermediary) and decouple my UI and data. I know there exists a point for me where I need to organize and add layers just so I can understand my own code. I feel sorry for anyone who has to read/debug a complicated page where the model and view/controller aren&#039;t separate.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found that for most pages jquery does a great job at providing a succinct way to add behavior to markup. I&#8217;d say 90% or so or the pages I write I can do some simple&#8217;ish jquery to add the functionality I need. Those other 10% are where I try and go full MVC. I usually already have a PHP model of some kind anyway. I port the PHP model the Javascript so the saving bit goes nice and easy (using JSON as the intermediary) and decouple my UI and data. I know there exists a point for me where I need to organize and add layers just so I can understand my own code. I feel sorry for anyone who has to read/debug a complicated page where the model and view/controller aren&#8217;t separate.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
