<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Santiago131 Blog</title>
	<atom:link href="http://blazer131.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blazer131.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 27 Sep 2009 15:23:10 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blazer131.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Santiago131 Blog</title>
		<link>http://blazer131.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blazer131.wordpress.com/osd.xml" title="Santiago131 Blog" />
	<atom:link rel='hub' href='http://blazer131.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Ejecutando Symfony en Windows</title>
		<link>http://blazer131.wordpress.com/2009/09/27/ejecutando-symfony-en-windows/</link>
		<comments>http://blazer131.wordpress.com/2009/09/27/ejecutando-symfony-en-windows/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 08:20:14 +0000</pubDate>
		<dc:creator>blazer131</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blazer131.wordpress.com/?p=26</guid>
		<description><![CDATA[Actualmente me encuentro investigando como funciona el framework de Kumbia. Es bastante complejo el simple hecho de lograr ejecutarlo ya que en cada SO tiene una manera distinta de hacerlo y que ademas la informacion que consegui nada mas me permitia ejecutar la version 1.0 ó 1.1 bastante, es decir bastante limitativo. Despues de horas [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blazer131.wordpress.com&amp;blog=8817862&amp;post=26&amp;subd=blazer131&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Actualmente me encuentro investigando como funciona el framework de Kumbia. Es bastante complejo el simple hecho de lograr ejecutarlo ya que en cada SO tiene una manera distinta de hacerlo y que ademas la informacion que consegui nada mas me permitia ejecutar la version 1.0 ó 1.1 bastante, es decir bastante limitativo.</p>
<p>Despues de horas y horas de intento, y de las pruebas de las distintas maneras para por lo menos poder ejecutar la version 1.0, consegui un metodo mas rapido para lograr ejecutar cualquier version existente hasta la fecha del symfony.</p>
<ol>
<li>Descargamos el proyecto Sandbox de Symfony v1.xx (supongamos que tenemos la v1.2), de la siguiente pagina <a href="http://www.symfony-project.org/installation" target="_blank">http://www.symfony-project.org/installation<img class="aligncenter size-full wp-image-29" title="Download and Install - symfony - Web PHP Framework" src="http://blazer131.files.wordpress.com/2009/09/download-and-install-symfony-web-php-framework_12540352499481.jpg?w=390&#038;h=268" alt="Download and Install - symfony - Web PHP Framework" width="390" height="268" /></a></li>
<li>Una vez que tengamos descargado nuestro archivo, lo descomprimimos y lo pegamos en nuestro servidor donde usuamente es /www<img class="aligncenter size-full wp-image-30" title="pantalla www copy" src="http://blazer131.files.wordpress.com/2009/09/pantalla-www-copy.jpg?w=390&#038;h=292" alt="pantalla www copy" width="390" height="292" /></li>
<li>Dentro de nuestras carpeta /sf_sandbox tenemos un archivo llamado &#8220;symfony.bat&#8221; el cual vamos a abrir con nuestro bloc de notas</li>
<li><img class="aligncenter size-full wp-image-31" title="pantalla bat" src="http://blazer131.files.wordpress.com/2009/09/pantalla-bat.jpg?w=390&#038;h=268" alt="pantalla bat" width="390" height="268" />OK, esta es la parte interesante vamos a ubicar esta linea &#8220;<em>set PHP_COMMAND=php.exe</em>&#8220;, y la vamos a modicar de tal manera que apunte al ejecutable del php que se encuentra dentro de nuestro servidor en mi caso quedaria de la siguiente manera &#8220;<em>set PHP_COMMAND=C:\wamp\bin\php\php5.3.0\php.exe</em>&#8220;, guardamos y cerramos. ya a estas altura todo deberia estas funcionado a la perfecion.</li>
<li>Para verificar y ejecutar el symfony, abrimos una consola haciendo click en inicio&gt;ejecutar y colocamos cmd, luego nos movemos a nuestra carpeta sf_sandbox que se encuentra en nuestro servidor, y dentro de la misma carpeta del sf_sandbox vamos a poder ejecutar cualquier comando de symfony, para confirmar que es asi colocamos &#8220;symfony -V&#8221; y deberia darnos la version del symfony con el que estamos trabajando.<img class="aligncenter size-full wp-image-32" title="cmd" src="http://blazer131.files.wordpress.com/2009/09/cmd.png?w=390&#038;h=280" alt="cmd" width="390" height="280" /></li>
</ol>
<p>Tengan en cuenta que esta manera es principalmente para aquellas personas, que como yo, buscan configurar el symfony para comenzar a hechar y para asi aprender de que se trata este framework tan poderoso.</p>
<p><strong>Nota:</strong> Si ejecutamos unicamente &#8220;symfony&#8221; obtenemos la ayuda de todos los comando que se puede usar. Si consideran que existe una manera mas eficiente y/o sencilla porfavor haganmelo saber, ya que como les dije yo tambien me estoy instruyendo en lo que es Symfony, y agradeceria de igualmanera cualquier ayuda que me puedan brindar. A medida que vaya consiguiendo mas informacion que pueda parecer interesante se los hare saber.</p>
<p>Otro blog que nos muestra como instalar Symfony pero desde pear, ahi se los dejo por si les sirve de algo:</p>
<ul>
<li><a href="http://blog.phpleo.com/2007/08/02/instalando-pear-en-windows/" target="_blank">PEAR en Windows</a></li>
<li><a title="Instalando Symfony en Windows" href="http://blog.phpleo.com/2007/08/03/instalando-symfony-en-windows/" target="_blank">Instalando Symfony en Windows</a></li>
</ul>
<p style="padding-left:30px;">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blazer131.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blazer131.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/blazer131.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/blazer131.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/blazer131.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/blazer131.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/blazer131.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/blazer131.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/blazer131.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/blazer131.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/blazer131.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/blazer131.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/blazer131.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/blazer131.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blazer131.wordpress.com&amp;blog=8817862&amp;post=26&amp;subd=blazer131&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blazer131.wordpress.com/2009/09/27/ejecutando-symfony-en-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ff671b2710ee65ebbab8e5990260f1a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">blazer131</media:title>
		</media:content>

		<media:content url="http://blazer131.files.wordpress.com/2009/09/download-and-install-symfony-web-php-framework_12540352499481.jpg" medium="image">
			<media:title type="html">Download and Install - symfony - Web PHP Framework</media:title>
		</media:content>

		<media:content url="http://blazer131.files.wordpress.com/2009/09/pantalla-www-copy.jpg" medium="image">
			<media:title type="html">pantalla www copy</media:title>
		</media:content>

		<media:content url="http://blazer131.files.wordpress.com/2009/09/pantalla-bat.jpg" medium="image">
			<media:title type="html">pantalla bat</media:title>
		</media:content>

		<media:content url="http://blazer131.files.wordpress.com/2009/09/cmd.png" medium="image">
			<media:title type="html">cmd</media:title>
		</media:content>
	</item>
		<item>
		<title>Enlace simbólico en Ubuntu</title>
		<link>http://blazer131.wordpress.com/2009/08/10/enlace-simbolico-en-ubuntu/</link>
		<comments>http://blazer131.wordpress.com/2009/08/10/enlace-simbolico-en-ubuntu/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 14:42:48 +0000</pubDate>
		<dc:creator>blazer131</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blazer131.wordpress.com/?p=15</guid>
		<description><![CDATA[Como crear un Enlace simbólico a algún host virtual que se encuentre en nuestro apache de Ubuntu: ln -s /home/santiago131/apache/ /var/www/apache donde: ln &#8211; es el comando para crear un Enlace simbólico (a diferencia del acceso directo en ubuntu el cual nos manda directo a la dirección a la que se encuentre relacionada, el Enlace [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blazer131.wordpress.com&amp;blog=8817862&amp;post=15&amp;subd=blazer131&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Como crear un <a title="Ver definicion" href="http://es.wikipedia.org/wiki/Enlace_simb%C3%B3lico" target="_blank">Enlace simbólico</a> a algún host virtual que se encuentre en nuestro apache de Ubuntu:<br />
ln -s /home/santiago131/apache/ /var/www/apache</p>
<p>donde:</p>
<p>ln &#8211; es el comando para crear un <a title="Ver definicion" href="http://es.wikipedia.org/wiki/Enlace_simb%C3%B3lico" target="_blank">Enlace simbólico</a> (a diferencia del acceso directo en ubuntu el cual nos manda directo a la dirección a la que se encuentre relacionada, el <a title="Ver definicion" href="http://es.wikipedia.org/wiki/Enlace_simb%C3%B3lico" target="_blank">Enlace simbólico</a> se encarga de hacer el llamado de la dirección con el que se encuentra relacionado al sitio donde se encuentre el <a title="Ver definicion" href="http://es.wikipedia.org/wiki/Enlace_simb%C3%B3lico" target="_blank">Enlace simbólico</a>)</p>
<p>&#8220;/home/santiago131/apache/&#8221; &#8211; Es la dirección a la que se le va hacer el llamado<br />
&#8220;/var/www/apache&#8221;        &#8211; Es la dirección donde se va a mostrar &#8220;/home/santiago131/apache/&#8221;</p>
<p>Mas información: <a href="http://andalinux.wordpress.com/2008/09/02/manejo-de-enlaces-simbolicos-en-linux/" target="_blank">http://andalinux.wordpress.com/2008/09/02/manejo-de-enlaces-simbolicos-en-linux/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blazer131.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blazer131.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/blazer131.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/blazer131.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/blazer131.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/blazer131.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/blazer131.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/blazer131.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/blazer131.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/blazer131.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/blazer131.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/blazer131.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/blazer131.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/blazer131.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blazer131.wordpress.com&amp;blog=8817862&amp;post=15&amp;subd=blazer131&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blazer131.wordpress.com/2009/08/10/enlace-simbolico-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ff671b2710ee65ebbab8e5990260f1a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">blazer131</media:title>
		</media:content>
	</item>
		<item>
		<title>Analizando el problema&#8230;</title>
		<link>http://blazer131.wordpress.com/2009/08/03/analizando-el-problema/</link>
		<comments>http://blazer131.wordpress.com/2009/08/03/analizando-el-problema/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 18:43:31 +0000</pubDate>
		<dc:creator>blazer131</dc:creator>
				<category><![CDATA[Analisis]]></category>

		<guid isPermaLink="false">http://blazer131.wordpress.com/?p=8</guid>
		<description><![CDATA[Para ser sincero no conozco al autor de esta imagen, pero lo que si es cierto es el hecho de que explica con exactitud que es lo que sucede al momento del análisis<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blazer131.wordpress.com&amp;blog=8817862&amp;post=8&amp;subd=blazer131&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Para ser sincero no conozco al autor de esta imagen, pero lo que si es cierto es el hecho de que explica con exactitud que es lo que sucede al momento del <img class="alignright size-full wp-image-9" title="desarrollo" src="http://blazer131.files.wordpress.com/2009/08/desarrollo.jpg?w=468&#038;h=351" alt="desarrollo" width="468" height="351" />análisis o levantamiento de información para el desarrollo de un sistema o cualquier proyecto. A pesar de que no conozco el nombre del autor de esta imagen, la imagen si es conocida, ya que es usada como referencia por expertos en el área de análisis y levantamiento de procesos para impartir cursos o talleres debido a que expresa toda las perspectivas que se deben tener en cuenta al momento del análisis.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blazer131.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blazer131.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/blazer131.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/blazer131.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/blazer131.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/blazer131.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/blazer131.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/blazer131.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/blazer131.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/blazer131.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/blazer131.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/blazer131.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/blazer131.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/blazer131.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blazer131.wordpress.com&amp;blog=8817862&amp;post=8&amp;subd=blazer131&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blazer131.wordpress.com/2009/08/03/analizando-el-problema/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ff671b2710ee65ebbab8e5990260f1a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">blazer131</media:title>
		</media:content>

		<media:content url="http://blazer131.files.wordpress.com/2009/08/desarrollo.jpg" medium="image">
			<media:title type="html">desarrollo</media:title>
		</media:content>
	</item>
		<item>
		<title>Mi Primer Post&#8230;</title>
		<link>http://blazer131.wordpress.com/2009/07/31/mi-primer-post/</link>
		<comments>http://blazer131.wordpress.com/2009/07/31/mi-primer-post/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 19:15:04 +0000</pubDate>
		<dc:creator>blazer131</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blazer131.wordpress.com/?p=3</guid>
		<description><![CDATA[Hola mundo en WordPress!!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blazer131.wordpress.com&amp;blog=8817862&amp;post=3&amp;subd=blazer131&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hola mundo en WordPress!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blazer131.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blazer131.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/blazer131.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/blazer131.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/blazer131.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/blazer131.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/blazer131.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/blazer131.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/blazer131.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/blazer131.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/blazer131.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/blazer131.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/blazer131.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/blazer131.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blazer131.wordpress.com&amp;blog=8817862&amp;post=3&amp;subd=blazer131&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blazer131.wordpress.com/2009/07/31/mi-primer-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ff671b2710ee65ebbab8e5990260f1a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">blazer131</media:title>
		</media:content>
	</item>
	</channel>
</rss>
