<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for The New Endeavors</title>
	<atom:link href="http://cyanos.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://cyanos.wordpress.com</link>
	<description>Weblog of Jay Liu</description>
	<lastBuildDate>Sat, 03 Nov 2007 16:16:32 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Lab 3: Meinen Kampf (mit Linux) by johndusbabek</title>
		<link>http://cyanos.wordpress.com/2007/11/03/lab-3-meinen-kampf-mit-linux/#comment-5</link>
		<dc:creator>johndusbabek</dc:creator>
		<pubDate>Sat, 03 Nov 2007 16:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://cyanos.wordpress.com/2007/11/03/lab-3-meinen-kampf-mit-linux/#comment-5</guid>
		<description>I just posted an entry detailing how I did GETs and POSTs for labs 2 and 3.  And how I&#039;m doing PUT for lab 4.</description>
		<content:encoded><![CDATA[<p>I just posted an entry detailing how I did GETs and POSTs for labs 2 and 3.  And how I&#8217;m doing PUT for lab 4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lab 3 &#8211; more by johndusbabek</title>
		<link>http://cyanos.wordpress.com/2007/10/30/lab-3-more/#comment-4</link>
		<dc:creator>johndusbabek</dc:creator>
		<pubDate>Fri, 02 Nov 2007 17:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://cyanos.wordpress.com/2007/10/30/lab-3-more/#comment-4</guid>
		<description>I wouldn&#039;t look at switching to PHP as a regression.  At any rate, if you don&#039;t want to muck around with a framework, I&#039;d recommend Smarty as a templating system (smarty.php.net).  It&#039;s real simple and effective at what we&#039;re doing.  I&#039;ve even been using it to generate our XML messages.  Also I just posted a blog on how to update to PHP 5.2.4 on FC4, which will enable you to use some of the PHP features not included in 5.0.4 (which is the default PHP installed on the FC4 images we&#039;re using).  You can see it on Planet or go here: http://cs462labjournal.blogspot.com/2007/11/updating-php-on-fedora-core-4.html</description>
		<content:encoded><![CDATA[<p>I wouldn&#8217;t look at switching to PHP as a regression.  At any rate, if you don&#8217;t want to muck around with a framework, I&#8217;d recommend Smarty as a templating system (smarty.php.net).  It&#8217;s real simple and effective at what we&#8217;re doing.  I&#8217;ve even been using it to generate our XML messages.  Also I just posted a blog on how to update to PHP 5.2.4 on FC4, which will enable you to use some of the PHP features not included in 5.0.4 (which is the default PHP installed on the FC4 images we&#8217;re using).  You can see it on Planet or go here: <a href="http://cs462labjournal.blogspot.com/2007/11/updating-php-on-fedora-core-4.html" rel="nofollow">http://cs462labjournal.blogspot.com/2007/11/updating-php-on-fedora-core-4.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lab 3 Hindrances by Mike Heath</title>
		<link>http://cyanos.wordpress.com/2007/10/24/lab-3-hindrances/#comment-3</link>
		<dc:creator>Mike Heath</dc:creator>
		<pubDate>Wed, 24 Oct 2007 19:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://cyanos.wordpress.com/2007/10/24/lab-3-hindrances/#comment-3</guid>
		<description>Using the cgi.FormContentDict() may be simpler.  Honestly, I haven&#039;t used mod_cgi much so I&#039;m not sure what all req has.  I have built a lot of CGI scripts with Python though.  I do:

import cgi

...
params = cgi.FormContentDict()

params is a Python dictionary.  The dictionary key is the param name (for both GET and POST values) and the value is a list of all the values.  In most cases, the list contain just one value.</description>
		<content:encoded><![CDATA[<p>Using the cgi.FormContentDict() may be simpler.  Honestly, I haven&#8217;t used mod_cgi much so I&#8217;m not sure what all req has.  I have built a lot of CGI scripts with Python though.  I do:</p>
<p>import cgi</p>
<p>&#8230;<br />
params = cgi.FormContentDict()</p>
<p>params is a Python dictionary.  The dictionary key is the param name (for both GET and POST values) and the value is a list of all the values.  In most cases, the list contain just one value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lab 1 (contined) (yes, Lab 1 still) by Sam</title>
		<link>http://cyanos.wordpress.com/2007/09/27/lab-1-contined-yes-lab-1-still/#comment-2</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 28 Sep 2007 03:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://cyanos.wordpress.com/2007/09/27/lab-1-contined-yes-lab-1-still/#comment-2</guid>
		<description>You actually don&#039;t have to have it register with a dynamic DNS system, although that can be handy. Sounds like all you need to do is register with the load balancer, and you are set to go!</description>
		<content:encoded><![CDATA[<p>You actually don&#8217;t have to have it register with a dynamic DNS system, although that can be handy. Sounds like all you need to do is register with the load balancer, and you are set to go!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
