<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>En la mente de Ernesto - PHP</title>
    <link>http://www.eqsoft.net/blog/</link>
    <description>Este es mi blog</description>
    <dc:language>es</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:ernesto@eqsoft.net" />
    <generator>Serendipity 1.2 - http://www.s9y.org/</generator>
    <managingEditor>ernesto@eqsoft.net</managingEditor>
<webMaster>ernesto@eqsoft.net</webMaster>
<pubDate>Fri, 03 Jul 2009 12:51:21 GMT</pubDate>

    <image>
        <url>http://www.eqsoft.net/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: En la mente de Ernesto - PHP - Este es mi blog</title>
        <link>http://www.eqsoft.net/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>PHP y Excel, escribiendo archivos grandes</title>
    <link>http://www.eqsoft.net/blog/index.php?/archives/1519-PHP-y-Excel,-escribiendo-archivos-grandes.html</link>
            <category>Informática</category>
            <category>PHP</category>
    
    <comments>http://www.eqsoft.net/blog/index.php?/archives/1519-PHP-y-Excel,-escribiendo-archivos-grandes.html#comments</comments>
    <wfw:comment>http://www.eqsoft.net/blog/wfwcomment.php?cid=1519</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.eqsoft.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=1519</wfw:commentRss>
    

    <author>ernesto@eqsoft.net (Ernesto Quiñones)</author>
    <content:encoded>
    &lt;br /&gt;
Hace unos meses tuvimos un gran problema en EQSOFT, crear archivos Excel de mas de 65,000 lineas, estábamos usando para los XLS desde PHP una famosísima pero antiquísima clase llamada ExcelWriter, el problema es que esta tiene soporte máximo Excel 95 y este solo soporta hasta algo de 17,000 filas por lo cual no nos servía de nada.&lt;br /&gt;&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.eqsoft.net/blog/index.php?/archives/1519-PHP-y-Excel,-escribiendo-archivos-grandes.html#extended&quot;&gt;Continua leyendo &quot;PHP y Excel, escribiendo archivos grandes&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 03 Jul 2009 07:32:59 -0500</pubDate>
    <guid isPermaLink="false">http://www.eqsoft.net/blog/index.php?/archives/1519-guid.html</guid>
    
</item>
<item>
    <title>Encontrando relaciones entre tabla en MySQL con MyIsam</title>
    <link>http://www.eqsoft.net/blog/index.php?/archives/1505-Encontrando-relaciones-entre-tabla-en-MySQL-con-MyIsam.html</link>
            <category>Informática</category>
            <category>PHP</category>
    
    <comments>http://www.eqsoft.net/blog/index.php?/archives/1505-Encontrando-relaciones-entre-tabla-en-MySQL-con-MyIsam.html#comments</comments>
    <wfw:comment>http://www.eqsoft.net/blog/wfwcomment.php?cid=1505</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.eqsoft.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=1505</wfw:commentRss>
    

    <author>ernesto@eqsoft.net (Ernesto Quiñones)</author>
    <content:encoded>
    &lt;br /&gt;
Un buen día tuve la necesidad de ver las relaciones en un modelo de db con cerca de 600 tablas en MyIsam, como saben MyIsam no soporta relaciones entre tablas, y aunque en la lógica del programa existián en la práctica era imposible armarlas bien, tenía 2 opciones (1) hacerlo am ano encontrando las relaciones (2) hacer un programa que me saque las relaciones, aquí esta el programa:&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.eqsoft.net/blog/index.php?/archives/1505-Encontrando-relaciones-entre-tabla-en-MySQL-con-MyIsam.html#extended&quot;&gt;Continua leyendo &quot;Encontrando relaciones entre tabla en MySQL con MyIsam&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 29 Apr 2009 14:11:54 -0500</pubDate>
    <guid isPermaLink="false">http://www.eqsoft.net/blog/index.php?/archives/1505-guid.html</guid>
    
</item>
<item>
    <title>With a little help from your friend</title>
    <link>http://www.eqsoft.net/blog/index.php?/archives/1459-With-a-little-help-from-your-friend.html</link>
            <category>Casi Personal</category>
            <category>Informática</category>
            <category>PHP</category>
    
    <comments>http://www.eqsoft.net/blog/index.php?/archives/1459-With-a-little-help-from-your-friend.html#comments</comments>
    <wfw:comment>http://www.eqsoft.net/blog/wfwcomment.php?cid=1459</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.eqsoft.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=1459</wfw:commentRss>
    

    <author>ernesto@eqsoft.net (Ernesto Quiñones)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;Hoy e tenido un día pesado, primero una reuna den egocios de 3horas, luego ir donde otro cliente a ver un problema que parecia estaba solucionado pero que por algún motivo misterioso esta dando problemas y llevarme un backup.&lt;/p&gt;&lt;p&gt;Llego a la oficina ver un mail para corregir unos documentos para una licitación, salgo a enviarlos luego de 3 horas de estar reescaneando documentos y el courier cerrado.&lt;/p&gt;&lt;p&gt;Regreso a cargar el backup que me traje y problemas, el sabio DBA saco un sql por cada tabla, jodido, a cargar tabla pro tabla...ni hablar.&lt;/p&gt;&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.eqsoft.net/blog/index.php?/archives/1459-With-a-little-help-from-your-friend.html#extended&quot;&gt;Continua leyendo &quot;With a little help from your friend&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 10 Jan 2009 10:56:00 -0600</pubDate>
    <guid isPermaLink="false">http://www.eqsoft.net/blog/index.php?/archives/1459-guid.html</guid>
    
</item>
<item>
    <title>Generando un Backup de PostgreSQL desde P4A</title>
    <link>http://www.eqsoft.net/blog/index.php?/archives/1481-Generando-un-Backup-de-PostgreSQL-desde-P4A.html</link>
            <category>Informática</category>
            <category>P4A</category>
            <category>PHP</category>
            <category>PostgreSQL</category>
    
    <comments>http://www.eqsoft.net/blog/index.php?/archives/1481-Generando-un-Backup-de-PostgreSQL-desde-P4A.html#comments</comments>
    <wfw:comment>http://www.eqsoft.net/blog/wfwcomment.php?cid=1481</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://www.eqsoft.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=1481</wfw:commentRss>
    

    <author>ernesto@eqsoft.net (Ernesto Quiñones)</author>
    <content:encoded>
    &lt;br /&gt;
Estos días e estado retomando mi programación en P4A, la verdad este RAD es magnífico y pues tenia que ver la manera de sacar un dump (backup) de la base de datos desde la aplicación, como base nuevamente tome el código de PhpPgAdmin y comencé a estudiar como funcionaba esto y me resulto un código bastante sencillo y eficiente al menos para lo que necesitaba hacer.&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.eqsoft.net/blog/index.php?/archives/1481-Generando-un-Backup-de-PostgreSQL-desde-P4A.html#extended&quot;&gt;Continua leyendo &quot;Generando un Backup de PostgreSQL desde P4A&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 08 Jan 2009 21:18:12 -0600</pubDate>
    <guid isPermaLink="false">http://www.eqsoft.net/blog/index.php?/archives/1481-guid.html</guid>
    
</item>

</channel>
</rss>