<?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 Daniel Guerrero Thoughts</title>
	<atom:link href="http://blog.danguer.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.danguer.com</link>
	<description>freelancer, daily life, danguer, php, javascript, flex</description>
	<lastBuildDate>Fri, 20 Jan 2012 00:01:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Installing php-fpm and apache2 by Daniel Guerrero</title>
		<link>http://blog.danguer.com/2011/10/10/installing-php-fpm-and-apache2/comment-page-1/#comment-14544</link>
		<dc:creator>Daniel Guerrero</dc:creator>
		<pubDate>Fri, 20 Jan 2012 00:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danguer.com/?p=78#comment-14544</guid>
		<description>Thanks Tomek, I will check it</description>
		<content:encoded><![CDATA[<p>Thanks Tomek, I will check it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upload S3 files directly with AJAX by Save an image file directly to S3 from a web browser using HTML5 and Backbone.js &#124; Tweetegy</title>
		<link>http://blog.danguer.com/2011/10/25/upload-s3-files-directly-with-ajax/comment-page-1/#comment-14543</link>
		<dc:creator>Save an image file directly to S3 from a web browser using HTML5 and Backbone.js &#124; Tweetegy</dc:creator>
		<pubDate>Thu, 19 Jan 2012 04:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danguer.com/?p=106#comment-14543</guid>
		<description>[...] Example from AWS Upload S3 files directly with AJAX Another example from [...]</description>
		<content:encoded><![CDATA[<p>[...] Example from AWS Upload S3 files directly with AJAX Another example from [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing php-fpm and apache2 by Tomek Jezierski</title>
		<link>http://blog.danguer.com/2011/10/10/installing-php-fpm-and-apache2/comment-page-1/#comment-14540</link>
		<dc:creator>Tomek Jezierski</dc:creator>
		<pubDate>Sun, 15 Jan 2012 21:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danguer.com/?p=78#comment-14540</guid>
		<description>Solution with alias to directory outside documentroot seems to fix problem with .htacces
http://personal.x-istence.com/post/2010/11/15/apache-modfastcgi-and-php-php-fpm</description>
		<content:encoded><![CDATA[<p>Solution with alias to directory outside documentroot seems to fix problem with .htacces<br />
<a href="http://personal.x-istence.com/post/2010/11/15/apache-modfastcgi-and-php-php-fpm" rel="nofollow">http://personal.x-istence.com/post/2010/11/15/apache-modfastcgi-and-php-php-fpm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upload S3 files directly with AJAX by Hojda Viorel</title>
		<link>http://blog.danguer.com/2011/10/25/upload-s3-files-directly-with-ajax/comment-page-1/#comment-14510</link>
		<dc:creator>Hojda Viorel</dc:creator>
		<pubDate>Wed, 07 Dec 2011 14:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danguer.com/?p=106#comment-14510</guid>
		<description>Hello. Can you provide a working copy of this or is t to much to ask? I&#039;ve tried to make it work, but I don&#039;t know PHP, so I got stuck there :( . What is &quot;url_ajax_signature&quot; signature? Is it the path to a pho page done using the Amazon PHP SDK? Alo, the name of the function is uploadImage, then uploadFile. 

Also, I think 

var signature_params = {  
        mime: file.type,  
        name: file.name  
    }; 

 is wrong, it should be 

var signature_params = {  
        mime: file[0].type,  
        name: file[0].name  
    };

If you have a working copy and it&#039;s not too much to ask, can you please detail a little bit? 

Cheers!</description>
		<content:encoded><![CDATA[<p>Hello. Can you provide a working copy of this or is t to much to ask? I&#8217;ve tried to make it work, but I don&#8217;t know PHP, so I got stuck there <img src='http://blog.danguer.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  . What is &#8220;url_ajax_signature&#8221; signature? Is it the path to a pho page done using the Amazon PHP SDK? Alo, the name of the function is uploadImage, then uploadFile. </p>
<p>Also, I think </p>
<p>var signature_params = {<br />
        mime: file.type,<br />
        name: file.name<br />
    }; </p>
<p> is wrong, it should be </p>
<p>var signature_params = {<br />
        mime: file[0].type,<br />
        name: file[0].name<br />
    };</p>
<p>If you have a working copy and it&#8217;s not too much to ask, can you please detail a little bit? </p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upload S3 files directly with AJAX by Guest</title>
		<link>http://blog.danguer.com/2011/10/25/upload-s3-files-directly-with-ajax/comment-page-1/#comment-14495</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Sun, 13 Nov 2011 01:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danguer.com/?p=106#comment-14495</guid>
		<description>You can now pass a File to postMessage as of Firefox 8.</description>
		<content:encoded><![CDATA[<p>You can now pass a File to postMessage as of Firefox 8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mathematic Lessons by Tien Do Xuan</title>
		<link>http://blog.danguer.com/2006/11/08/mathematic-lessons/comment-page-1/#comment-3497</link>
		<dc:creator>Tien Do Xuan</dc:creator>
		<pubDate>Tue, 06 Oct 2009 19:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danguer.com/archives/4#comment-3497</guid>
		<description>From ScriptLance:

Rating from the past 3 months carry the maximum weightage in calculating your ranking and average rating. 50% Weightage is given to the ratings from past 3 months, 25% for 3-6 months rating and remaining 25% to rating older than 6 months. I hope this helps.</description>
		<content:encoded><![CDATA[<p>From ScriptLance:</p>
<p>Rating from the past 3 months carry the maximum weightage in calculating your ranking and average rating. 50% Weightage is given to the ratings from past 3 months, 25% for 3-6 months rating and remaining 25% to rating older than 6 months. I hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Professional Javascript for Web Developers by Wen</title>
		<link>http://blog.danguer.com/2007/12/01/professional-javascript-for-web-developers/comment-page-1/#comment-1651</link>
		<dc:creator>Wen</dc:creator>
		<pubDate>Thu, 20 Nov 2008 22:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danguer.com/2007/12/01/professional-javascript-for-web-developers/#comment-1651</guid>
		<description>Ok, gracias por la apreciación, lo conseguiré.

SAludos xD.</description>
		<content:encoded><![CDATA[<p>Ok, gracias por la apreciación, lo conseguiré.</p>
<p>SAludos xD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Communicating Design: Developing Web Site Documentation for Design and Planning by Diego</title>
		<link>http://blog.danguer.com/2007/11/23/communicating-design-developing-web-site-documentation-for-design-and-planning/comment-page-1/#comment-1049</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Sat, 13 Sep 2008 23:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danguer.com/2007/11/23/communicating-design-developing-web-site-documentation-for-design-and-planning/#comment-1049</guid>
		<description>Si...este libro es buenisimo. Yo lo utilizo en mi trabajo a toda hora...

Tambien conoci al autor en una conferencia. Super interesante...</description>
		<content:encoded><![CDATA[<p>Si&#8230;este libro es buenisimo. Yo lo utilizo en mi trabajo a toda hora&#8230;</p>
<p>Tambien conoci al autor en una conferencia. Super interesante&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mysqli small fix for allowing socket in Zend Framework by Huey</title>
		<link>http://blog.danguer.com/2007/12/31/mysqli-small-fix-for-allowing-socket-in-zend-framework/comment-page-1/#comment-896</link>
		<dc:creator>Huey</dc:creator>
		<pubDate>Tue, 19 Aug 2008 00:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danguer.com/2007/12/31/mysqli-small-fix-for-allowing-socket-in-zend-framework/#comment-896</guid>
		<description>You can set the default socket using php.ini 

mysqli.default_socket = /whatever/you/want

I think ZF left it out because it was easy to change in this manner?

-Huey</description>
		<content:encoded><![CDATA[<p>You can set the default socket using php.ini </p>
<p>mysqli.default_socket = /whatever/you/want</p>
<p>I think ZF left it out because it was easy to change in this manner?</p>
<p>-Huey</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mysqli small fix for allowing socket in Zend Framework by Nick</title>
		<link>http://blog.danguer.com/2007/12/31/mysqli-small-fix-for-allowing-socket-in-zend-framework/comment-page-1/#comment-657</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Tue, 24 Jun 2008 19:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danguer.com/2007/12/31/mysqli-small-fix-for-allowing-socket-in-zend-framework/#comment-657</guid>
		<description>Great write up, I needed this.  Although I dislike having to use sockets for my connection, I wonder why this is not in the ZF build to begin with.</description>
		<content:encoded><![CDATA[<p>Great write up, I needed this.  Although I dislike having to use sockets for my connection, I wonder why this is not in the ZF build to begin with.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

