<?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>MValdez Blog &#187; Software development</title>
	<atom:link href="http://www.mariovaldez.net/webapps/blog/cats/in-english/software-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mariovaldez.net/webapps/blog</link>
	<description>Cosas de... &#124; Stuff by...  Mario A. Valdez-Ramírez</description>
	<lastBuildDate>Sat, 20 Aug 2011 08:17:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP unlink cannot delete file</title>
		<link>http://www.mariovaldez.net/webapps/blog/2011/08/02/php-unlink-cannot-delete-file/</link>
		<comments>http://www.mariovaldez.net/webapps/blog/2011/08/02/php-unlink-cannot-delete-file/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 09:48:35 +0000</pubDate>
		<dc:creator>mvaldez</dc:creator>
				<category><![CDATA[In English]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Software development]]></category>

		<guid isPermaLink="false">http://www.mariovaldez.net/webapps/blog/?p=124</guid>
		<description><![CDATA[How I fixed a PHP&#8217;s unlink function problem in my development server using strace to debug PHP&#8230; and why libtrash should not be used by the Apache user. Since 2004 my development server have been having a weird problem. Sometimes, in PHP, the unlink functions starts to fail. It fails to delete some files. The [...]]]></description>
		<wfw:commentRss>http://www.mariovaldez.net/webapps/blog/2011/08/02/php-unlink-cannot-delete-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where to download Delphi Personal edition (version 7).</title>
		<link>http://www.mariovaldez.net/webapps/blog/2006/05/31/where-to-download-delphi-personal-edition-version-7/</link>
		<comments>http://www.mariovaldez.net/webapps/blog/2006/05/31/where-to-download-delphi-personal-edition-version-7/#comments</comments>
		<pubDate>Wed, 31 May 2006 05:30:06 +0000</pubDate>
		<dc:creator>mvaldez</dc:creator>
				<category><![CDATA[Software development]]></category>

		<guid isPermaLink="false">http://www.mariovaldez.net/webapps/blog/2006/05/31/where-to-download-delphi-personal-edition-version-7/</guid>
		<description><![CDATA[Borland has previously offered a downloadable version of their Delphi IDE called the &#8220;Personal edition&#8221;. Delphi 2005 Personal Edition has only been offered through some magazines in Europe, but Delphi 7 can be downloaded from the Borland website, even though they no longer advertise it. Just follow this link: http://www.borland.pl/downloads/delphi_7_personal/Delphi7_Personal.zip The MD5 checksum should be: [...]]]></description>
		<wfw:commentRss>http://www.mariovaldez.net/webapps/blog/2006/05/31/where-to-download-delphi-personal-edition-version-7/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Imitation: the ultimate form of flattery</title>
		<link>http://www.mariovaldez.net/webapps/blog/2006/03/02/imitation-the-ultimate-form-of-flattery/</link>
		<comments>http://www.mariovaldez.net/webapps/blog/2006/03/02/imitation-the-ultimate-form-of-flattery/#comments</comments>
		<pubDate>Thu, 02 Mar 2006 08:39:46 +0000</pubDate>
		<dc:creator>mvaldez</dc:creator>
				<category><![CDATA[In English]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Software development]]></category>

		<guid isPermaLink="false">http://www.mariovaldez.net/webapps/blog/2006/03/02/imitation-the-ultimate-form-of-flattery/</guid>
		<description><![CDATA[Was Armani who said imitation is the ultimate form of flattery? Recently I found a bidding at Rent-a-coder to clone the osCommerce Product Manager for Windows (OSCPMWin). Wow, is my software that good? Sometimes I do a quick search in Google using the name of my open-source software, just to see what is being said [...]]]></description>
		<wfw:commentRss>http://www.mariovaldez.net/webapps/blog/2006/03/02/imitation-the-ultimate-form-of-flattery/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Delphi and the misplaced breakpoints case.</title>
		<link>http://www.mariovaldez.net/webapps/blog/2006/02/25/delphi-and-the-misplaced-breakpoints-case/</link>
		<comments>http://www.mariovaldez.net/webapps/blog/2006/02/25/delphi-and-the-misplaced-breakpoints-case/#comments</comments>
		<pubDate>Sat, 25 Feb 2006 14:41:13 +0000</pubDate>
		<dc:creator>mvaldez</dc:creator>
				<category><![CDATA[In English]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Software development]]></category>

		<guid isPermaLink="false">http://www.mariovaldez.net/webapps/blog/2006/02/25/delphi-and-the-misplaced-breakpoints-case/</guid>
		<description><![CDATA[Debugging a Delphi applications using breakpoints within the IDE is so cool, specially if you are used to write web applications in PHP (or whatever language you prefer) without an IDE with debugging capabilities. But, what happens when your IDE behaves creative and spontaneous? In a world where you write, test, and manage releases using [...]]]></description>
		<wfw:commentRss>http://www.mariovaldez.net/webapps/blog/2006/02/25/delphi-and-the-misplaced-breakpoints-case/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Playing with the CueCat barcode scanner.</title>
		<link>http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/</link>
		<comments>http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/#comments</comments>
		<pubDate>Thu, 23 Feb 2006 13:35:13 +0000</pubDate>
		<dc:creator>mvaldez</dc:creator>
				<category><![CDATA[In English]]></category>
		<category><![CDATA[Software development]]></category>

		<guid isPermaLink="false">http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/</guid>
		<description><![CDATA[My CueCat barcode scanner is broken, my computer is misconfigured or I just forgot to read the proper documentation. I spend three days just to find out the NUM LOCK key was causing the CueCat to be misunderstood by Windows. Poor little kitty, nobody understands what it says. I&#8217;ve been playing with a CueCat barcode [...]]]></description>
		<wfw:commentRss>http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

