<?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"
	>
<channel>
	<title>Comments for amnuts</title>
	<atom:link href="http://blog.amnuts.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.amnuts.com</link>
	<description>php projects, javascript, and... stuff.</description>
	<pubDate>Wed, 20 Aug 2008 14:44:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Create a random thumbnail of a video file by serious1234</title>
		<link>http://blog.amnuts.com/2007/06/22/create-a-random-thumbnail-of-a-video-file/#comment-28</link>
		<dc:creator>serious1234</dc:creator>
		<pubDate>Sun, 30 Mar 2008 21:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amnuts.com/2007/06/22/create-a-random-thumbnail-of-a-video-file/#comment-28</guid>
		<description>thanks alot.i've searching for this for a while and never found something useful and simple like this.</description>
		<content:encoded><![CDATA[<p>thanks alot.i&#8217;ve searching for this for a while and never found something useful and simple like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a random thumbnail of a video file by Creating video thumbnails using ffmpeg &#124; Prashanth Ellina</title>
		<link>http://blog.amnuts.com/2007/06/22/create-a-random-thumbnail-of-a-video-file/#comment-27</link>
		<dc:creator>Creating video thumbnails using ffmpeg &#124; Prashanth Ellina</dc:creator>
		<pubDate>Fri, 28 Mar 2008 19:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amnuts.com/2007/06/22/create-a-random-thumbnail-of-a-video-file/#comment-27</guid>
		<description>[...] Create a random thumbnail of a video file [...]</description>
		<content:encoded><![CDATA[<p>[...] Create a random thumbnail of a video file [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting a list of project tags from Subversion by Andy</title>
		<link>http://blog.amnuts.com/2007/08/14/getting-a-list-of-project-tags-from-subversion/#comment-26</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 20 Mar 2008 00:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amnuts.com/2007/08/14/getting-a-list-of-project-tags-from-subversion/#comment-26</guid>
		<description>Much, much easier!  Many thanks for the handy hint. :)</description>
		<content:encoded><![CDATA[<p>Much, much easier!  Many thanks for the handy hint. <img src='http://blog.amnuts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting a list of project tags from Subversion by cb</title>
		<link>http://blog.amnuts.com/2007/08/14/getting-a-list-of-project-tags-from-subversion/#comment-25</link>
		<dc:creator>cb</dc:creator>
		<pubDate>Wed, 19 Mar 2008 20:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amnuts.com/2007/08/14/getting-a-list-of-project-tags-from-subversion/#comment-25</guid>
		<description>Or:  svn ls 
like: svn ls https://www.myserver.com/project/tags/

Presuming that all the tags are created under the ...tags/ folder as a matter of course.</description>
		<content:encoded><![CDATA[<p>Or:  svn ls<br />
like: svn ls <a href="https://www.myserver.com/project/tags/" rel="nofollow">https://www.myserver.com/project/tags/</a></p>
<p>Presuming that all the tags are created under the &#8230;tags/ folder as a matter of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The lesser of two evils? by Andy</title>
		<link>http://blog.amnuts.com/2007/12/17/the-lesser-of-two-evils/#comment-23</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 18 Dec 2007 14:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amnuts.com/2007/12/17/the-lesser-of-two-evils/#comment-23</guid>
		<description>Thanks for your thoughts, elazar!

Using an existing framework would be a good step in the right direction is applications need to be written from scratch...  Of course, there could be (and already have been on the 'net) huge debates around which one to use; ZF, Symphony, Prado, Cake, etc.  But I suppose, as with anything, you'd use whatever one serves your purpose.  (At work and home I've opted for ZF.)</description>
		<content:encoded><![CDATA[<p>Thanks for your thoughts, elazar!</p>
<p>Using an existing framework would be a good step in the right direction is applications need to be written from scratch&#8230;  Of course, there could be (and already have been on the &#8216;net) huge debates around which one to use; ZF, Symphony, Prado, Cake, etc.  But I suppose, as with anything, you&#8217;d use whatever one serves your purpose.  (At work and home I&#8217;ve opted for ZF.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The lesser of two evils? by elazar</title>
		<link>http://blog.amnuts.com/2007/12/17/the-lesser-of-two-evils/#comment-22</link>
		<dc:creator>elazar</dc:creator>
		<pubDate>Tue, 18 Dec 2007 03:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amnuts.com/2007/12/17/the-lesser-of-two-evils/#comment-22</guid>
		<description>I think this situation is part of the reason why frameworks and libraries seem to be coming out of the woodworks in alarming numbers. It's all too often that existing applications have a lot of extraneous features or aren't easy to extend or integrate with. 

Outside of the options of using third-party software or rolling your own, a third option is to use an existing framework or library that handles the lower-level operations and leaves you free to code the higher-level or more advanced application features. An additional advantage to doing this is that the applications and frameworks can become established and widely-used, making your experience all the more valuable and portable between projects and even jobs.

If you're looking at a particular project now, take a look at any of the MVC frameworks out there, libraries like PEAR or PECL, and see what's there already that might do at least a significant amount of the lower-level work for you. It may also help to open source for your core and get the related community involved to help in its development so all the work isn't on your shoulders.

That's my $0.02.</description>
		<content:encoded><![CDATA[<p>I think this situation is part of the reason why frameworks and libraries seem to be coming out of the woodworks in alarming numbers. It&#8217;s all too often that existing applications have a lot of extraneous features or aren&#8217;t easy to extend or integrate with. </p>
<p>Outside of the options of using third-party software or rolling your own, a third option is to use an existing framework or library that handles the lower-level operations and leaves you free to code the higher-level or more advanced application features. An additional advantage to doing this is that the applications and frameworks can become established and widely-used, making your experience all the more valuable and portable between projects and even jobs.</p>
<p>If you&#8217;re looking at a particular project now, take a look at any of the MVC frameworks out there, libraries like PEAR or PECL, and see what&#8217;s there already that might do at least a significant amount of the lower-level work for you. It may also help to open source for your core and get the related community involved to help in its development so all the work isn&#8217;t on your shoulders.</p>
<p>That&#8217;s my $0.02.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Portal (the game from Valve) by www.gamesandgames.info &#187; Portal (the game from Valve)</title>
		<link>http://blog.amnuts.com/2007/10/22/portal-the-game-from-valve/#comment-20</link>
		<dc:creator>www.gamesandgames.info &#187; Portal (the game from Valve)</dc:creator>
		<pubDate>Tue, 23 Oct 2007 06:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amnuts.com/2007/10/22/portal-the-game-from-valve/#comment-20</guid>
		<description>[...] Andy added an interesting post on Portal (the game from Valve).Here&#8217;s a small excerpt:But a simple concept doesn’t mean it’sa simplistic game. It’s great to look at (considering it came from Half-Life 2 this is no surprise), has a fantastic sense of humor running through-out, and will sometimes mess with your head (”… &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Andy added an interesting post on Portal (the game from Valve).Here&#8217;s a small excerpt:But a simple concept doesn’t mean it’sa simplistic game. It’s great to look at (considering it came from Half-Life 2 this is no surprise), has a fantastic sense of humor running through-out, and will sometimes mess with your head (”… &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Portal (the game from Valve) by Ghillie Suits &#187; Portal (the game from Valve)</title>
		<link>http://blog.amnuts.com/2007/10/22/portal-the-game-from-valve/#comment-18</link>
		<dc:creator>Ghillie Suits &#187; Portal (the game from Valve)</dc:creator>
		<pubDate>Mon, 22 Oct 2007 14:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amnuts.com/2007/10/22/portal-the-game-from-valve/#comment-18</guid>
		<description>[...] Check it out! While looking through the blogosphere we stumbled on an interesting post today.Here&#8217;s a quick excerptThere is a hack to integrate the Portal gun in to Half-Life 2 game play that I am looking forward to trying out because it’l&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Check it out! While looking through the blogosphere we stumbled on an interesting post today.Here&#8217;s a quick excerptThere is a hack to integrate the Portal gun in to Half-Life 2 game play that I am looking forward to trying out because it’l&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a random thumbnail of a video file by vijaycs85</title>
		<link>http://blog.amnuts.com/2007/06/22/create-a-random-thumbnail-of-a-video-file/#comment-16</link>
		<dc:creator>vijaycs85</dc:creator>
		<pubDate>Tue, 09 Oct 2007 09:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amnuts.com/2007/06/22/create-a-random-thumbnail-of-a-video-file/#comment-16</guid>
		<description>Thank you. this post is very simple and useful.</description>
		<content:encoded><![CDATA[<p>Thank you. this post is very simple and useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple image view helper for Zend Framework by Andy</title>
		<link>http://blog.amnuts.com/2007/10/03/simple-image-view-helper-for-zend-framework/#comment-14</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 04 Oct 2007 09:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amnuts.com/2007/10/03/simple-image-view-helper-for-zend-framework/#comment-14</guid>
		<description>Just update the code so that it uses the escaping method of the view (rather than htmlentities directly) and also to always have an alt parameter, even if it's empty.</description>
		<content:encoded><![CDATA[<p>Just update the code so that it uses the escaping method of the view (rather than htmlentities directly) and also to always have an alt parameter, even if it&#8217;s empty.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
