<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Daniel Guerrero Thoughts &#187; Fixes</title>
	<atom:link href="http://blog.danguer.com/category/fixes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.danguer.com</link>
	<description>freelancer, daily life, danguer, php, javascript, flex</description>
	<lastBuildDate>Tue, 25 Oct 2011 17:21:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Installing php-fpm and apache2</title>
		<link>http://blog.danguer.com/2011/10/10/installing-php-fpm-and-apache2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installing-php-fpm-and-apache2</link>
		<comments>http://blog.danguer.com/2011/10/10/installing-php-fpm-and-apache2/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 17:07:53 +0000</pubDate>
		<dc:creator>danguer</dc:creator>
				<category><![CDATA[Fixes]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[apache2-mpm]]></category>
		<category><![CDATA[php-fpm]]></category>

		<guid isPermaLink="false">http://blog.danguer.com/?p=78</guid>
		<description><![CDATA[<a href="http://blog.danguer.com/2011/10/10/installing-php-fpm-and-apache2/" title="Installing php-fpm and apache2"></a>I&#8217;ve readed a lot of tutorials of using nginx and php-fpm. I&#8217;m still using apache2 much more due the .htaccess easiness that allow with rewriting and password protect (despite using other modules like mod_svn, etc) Even I haven&#8217;t found a &#8230;<p class="read-more"><a href="http://blog.danguer.com/2011/10/10/installing-php-fpm-and-apache2/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://blog.danguer.com/2011/10/10/installing-php-fpm-and-apache2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NFS client &#8220;Permission Denied&#8221; on Debian unstable</title>
		<link>http://blog.danguer.com/2010/11/18/nfs-client-permission-denied-on-debian-unstable/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nfs-client-permission-denied-on-debian-unstable</link>
		<comments>http://blog.danguer.com/2010/11/18/nfs-client-permission-denied-on-debian-unstable/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 06:07:19 +0000</pubDate>
		<dc:creator>danguer</dc:creator>
				<category><![CDATA[Fixes]]></category>
		<category><![CDATA["permission denied"]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[sid]]></category>

		<guid isPermaLink="false">http://blog.danguer.com/?p=61</guid>
		<description><![CDATA[<a href="http://blog.danguer.com/2010/11/18/nfs-client-permission-denied-on-debian-unstable/" title="NFS client &quot;Permission Denied&quot; on Debian unstable"></a>While I was trying to access to a master NFS server in lenny from a squeeze client, I was having &#8220;Permission denied&#8221; when I tried to write any file; as there are other NFS clients with the same configuration this &#8230;<p class="read-more"><a href="http://blog.danguer.com/2010/11/18/nfs-client-permission-denied-on-debian-unstable/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://blog.danguer.com/2010/11/18/nfs-client-permission-denied-on-debian-unstable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex 4: Getting bitmap data on a spark clipped content</title>
		<link>http://blog.danguer.com/2010/11/17/flex-4-getting-bitmap-data-on-a-spark-clipped-content/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flex-4-getting-bitmap-data-on-a-spark-clipped-content</link>
		<comments>http://blog.danguer.com/2010/11/17/flex-4-getting-bitmap-data-on-a-spark-clipped-content/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 05:45:30 +0000</pubDate>
		<dc:creator>danguer</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Fixes]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.danguer.com/?p=52</guid>
		<description><![CDATA[<a href="http://blog.danguer.com/2010/11/17/flex-4-getting-bitmap-data-on-a-spark-clipped-content/" title="Flex 4: Getting bitmap data on a spark clipped content"></a>Recently I was working on a project where I need to get the bitmap data from a container which had a scroller. From Flex 3 I tried to simply get the content directly from container; but I noticed that I &#8230;<p class="read-more"><a href="http://blog.danguer.com/2010/11/17/flex-4-getting-bitmap-data-on-a-spark-clipped-content/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://blog.danguer.com/2010/11/17/flex-4-getting-bitmap-data-on-a-spark-clipped-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysqli small fix for allowing socket in Zend Framework</title>
		<link>http://blog.danguer.com/2007/12/31/mysqli-small-fix-for-allowing-socket-in-zend-framework/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mysqli-small-fix-for-allowing-socket-in-zend-framework</link>
		<comments>http://blog.danguer.com/2007/12/31/mysqli-small-fix-for-allowing-socket-in-zend-framework/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 08:49:38 +0000</pubDate>
		<dc:creator>danguer</dc:creator>
				<category><![CDATA[Fixes]]></category>

		<guid isPermaLink="false">http://blog.danguer.com/2007/12/31/mysqli-small-fix-for-allowing-socket-in-zend-framework/</guid>
		<description><![CDATA[<a href="http://blog.danguer.com/2007/12/31/mysqli-small-fix-for-allowing-socket-in-zend-framework/" title="Mysqli small fix for allowing socket in Zend Framework"></a>As this site is running on ICDSoft hosting, they allow to use MySQL 5 or MySQL 4, but they provide different sockets for each version. In MySQLi extension, the following host string doesn&#8217;t works: localhost:/tmp/mysql5.sock (or localhost:/tmp/mysql.sock), this because they &#8230;<p class="read-more"><a href="http://blog.danguer.com/2007/12/31/mysqli-small-fix-for-allowing-socket-in-zend-framework/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://blog.danguer.com/2007/12/31/mysqli-small-fix-for-allowing-socket-in-zend-framework/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Security Policies in Flash Player 9</title>
		<link>http://blog.danguer.com/2007/12/20/security-policies-in-flash-player-9/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=security-policies-in-flash-player-9</link>
		<comments>http://blog.danguer.com/2007/12/20/security-policies-in-flash-player-9/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 09:03:35 +0000</pubDate>
		<dc:creator>danguer</dc:creator>
				<category><![CDATA[Fixes]]></category>

		<guid isPermaLink="false">http://blog.danguer.com/2007/12/20/security-policies-in-flash-player-9/</guid>
		<description><![CDATA[<a href="http://blog.danguer.com/2007/12/20/security-policies-in-flash-player-9/" title="Security Policies in Flash Player 9"></a>I recently had a problem with Security Policies with flash player; I suggest you to read the official documentation specially if you want to know what to do in several versions of Flash Player. WhatI learn is too simple about &#8230;<p class="read-more"><a href="http://blog.danguer.com/2007/12/20/security-policies-in-flash-player-9/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://blog.danguer.com/2007/12/20/security-policies-in-flash-player-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE Fix on Fieldset Background Color</title>
		<link>http://blog.danguer.com/2007/10/25/ie-fix-on-fieldset-background-color/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ie-fix-on-fieldset-background-color</link>
		<comments>http://blog.danguer.com/2007/10/25/ie-fix-on-fieldset-background-color/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 04:09:45 +0000</pubDate>
		<dc:creator>danguer</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Fixes]]></category>

		<guid isPermaLink="false">http://blog.danguer.com/2007/10/25/ie-fix-on-fieldset-background-color/</guid>
		<description><![CDATA[<a href="http://blog.danguer.com/2007/10/25/ie-fix-on-fieldset-background-color/" title="IE Fix on Fieldset Background Color"></a>Useful information to patch the problem that your background in the fieldset starts before the content in IE, example: Link: The IE Fieldset Background Color Bleed Bug]]></description>
		<wfw:commentRss>http://blog.danguer.com/2007/10/25/ie-fix-on-fieldset-background-color/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex 2 Debug with Flash 9.0.47.0</title>
		<link>http://blog.danguer.com/2007/08/17/flex-2-debug-with-flash-90470/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flex-2-debug-with-flash-90470</link>
		<comments>http://blog.danguer.com/2007/08/17/flex-2-debug-with-flash-90470/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 07:39:43 +0000</pubDate>
		<dc:creator>danguer</dc:creator>
				<category><![CDATA[Fixes]]></category>

		<guid isPermaLink="false">http://blog.danguer.com/2007/08/17/flex-2-debug-with-flash-90470/</guid>
		<description><![CDATA[<a href="http://blog.danguer.com/2007/08/17/flex-2-debug-with-flash-90470/" title="Flex 2 Debug with Flash 9.0.47.0"></a>I had some troubles debugging Flex 2 since I installed some updates for CS3 suite. The error show it cannot use this file: C:\Windows\System32\Macromed\Flash\Flash9d.ocx But you can fix this if you download and install the files from: http://www.adobe.com/support/flashplayer/downloads.html#fp9  in the &#8230;<p class="read-more"><a href="http://blog.danguer.com/2007/08/17/flex-2-debug-with-flash-90470/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://blog.danguer.com/2007/08/17/flex-2-debug-with-flash-90470/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>coLinux on Windows Vista</title>
		<link>http://blog.danguer.com/2007/07/16/colinux-on-windows-vista/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=colinux-on-windows-vista</link>
		<comments>http://blog.danguer.com/2007/07/16/colinux-on-windows-vista/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 19:22:09 +0000</pubDate>
		<dc:creator>danguer</dc:creator>
				<category><![CDATA[Fixes]]></category>

		<guid isPermaLink="false">http://blog.danguer.com/2007/07/16/colinux-on-windows-vista/</guid>
		<description><![CDATA[<a href="http://blog.danguer.com/2007/07/16/colinux-on-windows-vista/" title="coLinux on Windows Vista"></a>I&#8217;m testing Windows Vista Ultimate, as I&#8217;m working hard with coLinux I need this to work on Vista. The stable version (0.6) will make crash your Windows Vista. Checking on internet I found posts about how to install coLinux on &#8230;<p class="read-more"><a href="http://blog.danguer.com/2007/07/16/colinux-on-windows-vista/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://blog.danguer.com/2007/07/16/colinux-on-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5.2 and Upload Progress Monitor</title>
		<link>http://blog.danguer.com/2007/02/24/php-52-and-upload-progress-monitor/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=php-52-and-upload-progress-monitor</link>
		<comments>http://blog.danguer.com/2007/02/24/php-52-and-upload-progress-monitor/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 20:26:26 +0000</pubDate>
		<dc:creator>danguer</dc:creator>
				<category><![CDATA[Fixes]]></category>

		<guid isPermaLink="false">http://blog.danguer.com/archives/9</guid>
		<description><![CDATA[<a href="http://blog.danguer.com/2007/02/24/php-52-and-upload-progress-monitor/" title="PHP 5.2 and Upload Progress Monitor"></a>In PHP 5.2.0 (and newer) version there is a new feature labeled as: &#8220;Added RFC1867 fileupload processing hook. (Stefan E.)&#8221; in changelog; browsing other documents they refer as &#8220;allow the developers to create progress monitors (for AJAX) without patch PHP&#8221;. &#8230;<p class="read-more"><a href="http://blog.danguer.com/2007/02/24/php-52-and-upload-progress-monitor/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://blog.danguer.com/2007/02/24/php-52-and-upload-progress-monitor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

