<?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 for Matter &amp; Energy</title>
	<atom:link href="http://smith-li.com/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://smith-li.com/wordpress</link>
	<description>Putting it all together by picking it apart</description>
	<lastBuildDate>Mon, 18 Jul 2011 16:38:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Arbitrary-sort XSLT by wifokepek</title>
		<link>http://smith-li.com/wordpress/2007/02/10/arbitrary-sort-xslt/#comment-87</link>
		<dc:creator>wifokepek</dc:creator>
		<pubDate>Mon, 18 Jul 2011 16:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://smith-li.com/wordpress/?p=76#comment-87</guid>
		<description>thank you</description>
		<content:encoded><![CDATA[<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plone with a clean development environment on Leopard by michael</title>
		<link>http://smith-li.com/wordpress/2011/06/05/plone-development-leopard/#comment-75</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Fri, 08 Jul 2011 13:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://smith-li.com/wordpress/?p=182#comment-75</guid>
		<description>Glad you found it helpful. There are a handful of libraries that are challenging for Python for various reasons: lxml, openldap, and PIL come to mind.</description>
		<content:encoded><![CDATA[<p>Glad you found it helpful. There are a handful of libraries that are challenging for Python for various reasons: lxml, openldap, and PIL come to mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plone with a clean development environment on Leopard by Christoph</title>
		<link>http://smith-li.com/wordpress/2011/06/05/plone-development-leopard/#comment-64</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Mon, 27 Jun 2011 14:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://smith-li.com/wordpress/?p=182#comment-64</guid>
		<description>Thanks for this post, especially the part on lxml is very useful. Can&#039;t remember how often I was struggling with this beast...</description>
		<content:encoded><![CDATA[<p>Thanks for this post, especially the part on lxml is very useful. Can&#8217;t remember how often I was struggling with this beast&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on T-Mobile Internet, Part I: HotSpot by W. Tan</title>
		<link>http://smith-li.com/wordpress/2005/05/27/t-mobile-internet-part-i-hotspot/#comment-52</link>
		<dc:creator>W. Tan</dc:creator>
		<pubDate>Tue, 14 Jun 2011 19:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://smith-li.com/wordpress/?p=38#comment-52</guid>
		<description>As a first time Android user, I am very pleased with this phone. It&#039;s sleek and simple to use. I recently switched over from a first gen iPhone to this. So for other users like me... don&#039;t worry! Sure there are some things that take a little getting used to, but it&#039;s not a big deal. I actually had issues with network connectivity. I returned the phone to T-Mobile for another new one. We suspect it was either a defective model... or it was due to a confusion in our plans which were fixed and now all is fine. The Camera on this phone is great! I wasn&#039;t expecting much even though it has an 8mp camera but the quality is really good. Getting used to camera controls can take a while. Battery life is good if you don&#039;t abuse your device. Lastly, this phone is super fast and has virtually no lag. The only lag I had was trying to upload 2 gigs of video while trying to answer a text. But that lasted for about a few seconds. Overall: Great Phone! Expect Gingerbread upgrade soon!</description>
		<content:encoded><![CDATA[<p>As a first time Android user, I am very pleased with this phone.<br />
It&#8217;s sleek and simple to use. </p>
<p>I recently switched over from a first gen iPhone to this.<br />
So for other users like me&#8230; don&#8217;t worry! Sure there are some things that take a little getting used to, but it&#8217;s not a big deal. </p>
<p>I actually had issues with network connectivity. I returned the phone to T-Mobile for another new one.<br />
We suspect it was either a defective model&#8230; or it was due to a confusion in our plans which were fixed and now all is fine. </p>
<p>The Camera on this phone is great! I wasn&#8217;t expecting much even though it has an 8mp camera but the quality is really good.<br />
Getting used to camera controls can take a while. </p>
<p>Battery life is good if you don&#8217;t abuse your device. </p>
<p>Lastly, this phone is super fast and has virtually no lag.<br />
The only lag I had was trying to upload 2 gigs of video while trying to answer a text. But that lasted for about a few seconds. </p>
<p>Overall: Great Phone! Expect Gingerbread upgrade soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plone 4.1 with Apache and mod_wsgi (sorta) by Graham Dumpleton</title>
		<link>http://smith-li.com/wordpress/2011/05/31/plone-4-1-with-apache-and-mod_wsgi-sorta/#comment-44</link>
		<dc:creator>Graham Dumpleton</dc:creator>
		<pubDate>Fri, 03 Jun 2011 00:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://smith-li.com/wordpress/?p=174#comment-44</guid>
		<description>You might not be able to POST as you only have 1 process and 1 thread. If the UI is dependent on sending concurrent AJAX requests such that a subsequent request needs to finish before a prior request will return then it may be locking up as subsequent AJAX request will be queued up behind the first. As Plone allows, use either multiple processes and/or threads and see how it goes.</description>
		<content:encoded><![CDATA[<p>You might not be able to POST as you only have 1 process and 1 thread. If the UI is dependent on sending concurrent AJAX requests such that a subsequent request needs to finish before a prior request will return then it may be locking up as subsequent AJAX request will be queued up behind the first. As Plone allows, use either multiple processes and/or threads and see how it goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plone 4.1 with Apache and mod_wsgi (sorta) by Laurence Rowe</title>
		<link>http://smith-li.com/wordpress/2011/05/31/plone-4-1-with-apache-and-mod_wsgi-sorta/#comment-42</link>
		<dc:creator>Laurence Rowe</dc:creator>
		<pubDate>Tue, 31 May 2011 10:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://smith-li.com/wordpress/?p=174#comment-42</guid>
		<description>Perhaps you can do without the zope.wsgi.in step by taking the paste.ini example from http://nathanvangheem.com/news/running-plone-4-with-a-zope2-wsgi and creating the zope2.wsgi script with http://pypi.python.org/pypi/collective.recipe.modwsgi.</description>
		<content:encoded><![CDATA[<p>Perhaps you can do without the zope.wsgi.in step by taking the paste.ini example from <a href="http://nathanvangheem.com/news/running-plone-4-with-a-zope2-wsgi" rel="nofollow">http://nathanvangheem.com/news/running-plone-4-with-a-zope2-wsgi</a> and creating the zope2.wsgi script with <a href="http://pypi.python.org/pypi/collective.recipe.modwsgi" rel="nofollow">http://pypi.python.org/pypi/collective.recipe.modwsgi</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plone 4.1 with Apache and mod_wsgi (sorta) by Graham Dumpleton</title>
		<link>http://smith-li.com/wordpress/2011/05/31/plone-4-1-with-apache-and-mod_wsgi-sorta/#comment-41</link>
		<dc:creator>Graham Dumpleton</dc:creator>
		<pubDate>Tue, 31 May 2011 02:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://smith-li.com/wordpress/?p=174#comment-41</guid>
		<description>Use mod_wsgi daemon mode, then you can run it as a non Apache user. Will possibly solve your slow problem as running in embedded mode bad for very fat application. Have a read of:

http://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide#Delegation_To_Daemon_Process
http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIDaemonProcess
http://blog.dscpl.com.au/2009/03/load-spikes-and-excessive-memory-usage.html</description>
		<content:encoded><![CDATA[<p>Use mod_wsgi daemon mode, then you can run it as a non Apache user. Will possibly solve your slow problem as running in embedded mode bad for very fat application. Have a read of:</p>
<p><a href="http://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide#Delegation_To_Daemon_Process" rel="nofollow">http://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide#Delegation_To_Daemon_Process</a><br />
<a href="http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIDaemonProcess" rel="nofollow">http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIDaemonProcess</a><br />
<a href="http://blog.dscpl.com.au/2009/03/load-spikes-and-excessive-memory-usage.html" rel="nofollow">http://blog.dscpl.com.au/2009/03/load-spikes-and-excessive-memory-usage.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to build a simple shared zeoclient-only setup for Plone 3 by How to build a simple shared zeoserver-only setup for Plone 3 &#124; Matter &#38; Energy</title>
		<link>http://smith-li.com/wordpress/2011/05/08/simple-shared-zeoclients/#comment-39</link>
		<dc:creator>How to build a simple shared zeoserver-only setup for Plone 3 &#124; Matter &#38; Energy</dc:creator>
		<pubDate>Sun, 08 May 2011 15:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://smith-li.com/wordpress/?p=155#comment-39</guid>
		<description>[...] Matter &amp; Energy   Putting it all together by picking it apart    Skip to content HomeAboutWhy WordPress?        &#8592; How to force HTTPS on Facebook and Twitter How to build a simple shared zeoclient-only setup for Plone 3 &#8594; [...]</description>
		<content:encoded><![CDATA[<p>[...] Matter &amp; Energy   Putting it all together by picking it apart    Skip to content HomeAboutWhy WordPress?        &larr; How to force HTTPS on Facebook and Twitter How to build a simple shared zeoclient-only setup for Plone 3 &rarr; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to build a simple shared zeoserver-only setup for Plone 3 by How to build a simple shared zeoclient-only setup for Plone 3 &#124; Matter &#38; Energy</title>
		<link>http://smith-li.com/wordpress/2011/05/08/simple-shared-zeoserver/#comment-38</link>
		<dc:creator>How to build a simple shared zeoclient-only setup for Plone 3 &#124; Matter &#38; Energy</dc:creator>
		<pubDate>Sun, 08 May 2011 15:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://smith-li.com/wordpress/?p=146#comment-38</guid>
		<description>[...] Matter &amp; Energy   Putting it all together by picking it apart    Skip to content HomeAboutWhy WordPress?        &#8592; How to build a simple shared zeoserver-only setup for Plone 3 [...]</description>
		<content:encoded><![CDATA[<p>[...] Matter &amp; Energy   Putting it all together by picking it apart    Skip to content HomeAboutWhy WordPress?        &larr; How to build a simple shared zeoserver-only setup for Plone 3 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

