<?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>Jorge Iván Meza Martínez &#187; Firefox</title>
	<atom:link href="http://blog.jorgeivanmeza.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jorgeivanmeza.com</link>
	<description>The Fire Within Me: &#34;knowledge will set you free&#34;</description>
	<lastBuildDate>Thu, 22 Jul 2010 06:31:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4734</generator>
		<item>
		<title>Mantener actualizado Firefox en Linux Ubuntu 9.10</title>
		<link>http://blog.jorgeivanmeza.com/2010/01/mantener-actualizado-firefox-en-linux-ubuntu-9-10/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mantener-actualizado-firefox-en-linux-ubuntu-9-10</link>
		<comments>http://blog.jorgeivanmeza.com/2010/01/mantener-actualizado-firefox-en-linux-ubuntu-9-10/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 04:49:41 +0000</pubDate>
		<dc:creator>jimezam</dc:creator>
				<category><![CDATA[Linux/Solaris/BSD]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Hipergalaxia]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">http://blog.jorgeivanmeza.com/?p=2322</guid>
		<description><![CDATA[Introducción. Anteriormente ya había hablado acerca de un método para mantener actualizado Firefox en Ubuntu y era utilizando una aplicación de terceros llamada Ubuntuzilla. Existe otra forma accediendo al repositorio de versiones diarias de Firefox con el riesgo de que se pueda instalar, especialmente en una actualización de paquetes, alguna versión que aún no esté [...]]]></description>
			<content:encoded><![CDATA[<h2>Introducción.</h2>
<p>Anteriormente ya había hablado acerca de un método para mantener actualizado Firefox en Ubuntu y era <a href="http://blog.jorgeivanmeza.com/2009/08/como-mantener-actualizado-firefox-en-linux-ubuntu/" target="_blank">utilizando una aplicación de terceros llamada Ubuntuzilla</a>.</p>
<p>Existe otra forma accediendo al repositorio de versiones diarias de Firefox con el <em>riesgo</em> de que se pueda instalar, especialmente en una actualización de paquetes, alguna versión que aún no esté estable.</p>
<h2>Procedimiento.</h2>
<p>Agregar el repositorio.</p>
<p><span style="text-decoration: line-through;"><span style="font-family: courier new,courier;">$ sudo add-apt-repository ppa:ubuntu-mozilla-daily</span></span></p>
<p><span style="font-family: courier new,courier;">$ sudo add-apt-repository ppa:mozillateam/firefox-stable</span></p>
<p>Actualizar la lista de paquetes.</p>
<p><span style="font-family: courier new,courier;">$ sudo aptitude update</span></p>
<p>Instalar la versión de Firefox deseada.</p>
<p><span style="font-family: courier new,courier;">$ sudo aptitude install firefox-<strong><span style="color: #ff0000;">3.6</span></strong></span></p>
<h2>Enlaces.</h2>
<ul>
<li>PPA for Ubuntu Mozilla Daily Build Team.<br />
<a href="https://launchpad.net/~ubuntu-mozilla-daily/+archive/ppa" target="_blank">https://launchpad.net/~ubuntu-mozilla-daily/+archive/ppa</a></li>
<li>Instalar firefox 3.6 en ubuntu.<br />
<a href="http://libertadzero.wordpress.com/2010/02/04/instalar-firefox-3-6-en-ubuntu/" target="_blank">http://libertadzero.wordpress.com/2010/02/04/instalar-firefox-3-6-en-ubuntu/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.jorgeivanmeza.com/2010/01/mantener-actualizado-firefox-en-linux-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Como mantener actualizado Firefox en Linux Ubuntu</title>
		<link>http://blog.jorgeivanmeza.com/2009/08/como-mantener-actualizado-firefox-en-linux-ubuntu/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=como-mantener-actualizado-firefox-en-linux-ubuntu</link>
		<comments>http://blog.jorgeivanmeza.com/2009/08/como-mantener-actualizado-firefox-en-linux-ubuntu/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 04:27:07 +0000</pubDate>
		<dc:creator>jimezam</dc:creator>
				<category><![CDATA[Linux/Solaris/BSD]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Hipergalaxia]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">http://blog.jorgeivanmeza.com/?p=1964</guid>
		<description><![CDATA[Introducción. Los métodos para instalar y mantener actualizados los paquetes en Linux son actualmente mas que sorprendentes, evitan la necesidad de ir a buscar los archivos, descargarlos e instalarlos así como lidiar con el infierno de las dependencias.  La distribución Linux de Ubuntu utiliza aptitude que se basa en los repositorios de software de esta [...]]]></description>
			<content:encoded><![CDATA[<h2>Introducción.</h2>
<p>Los métodos para instalar y mantener actualizados los paquetes en Linux son actualmente mas que sorprendentes, evitan la necesidad de ir a buscar los archivos, descargarlos e instalarlos así como lidiar con el <em>infierno</em> de las dependencias.  La distribución Linux de Ubuntu utiliza <span style="font-family: courier new,courier;">aptitude</span> que se basa en los repositorios de software de esta empresa donde publican con mucha frecuencia las nuevas versiones de los paquetes y el sistema se encarga de notificar e instalar estos paquetes si son de nuestro interés.</p>
<p>Con Mozilla Firefox sucede algo particular.  Las nuevar versiones de la misma línea del Firefox que tenemos instalado son notificadas e instaladas, sin embargo si surge una nueva versión superior esta no es incluída hasta la siguiente versión de Ubuntu.  Es decir, Ubuntu Jaunty (9.04) viene con Firefox 3.0 y nos notificará de cualquier actualización de esta línea (3.0.x) que suceda, sin embargo nunca nos informará del ya disponible Firefox 3.5.x hasta la próxima gran actualización de Ubuntu.</p>
<p>Para solventar esto es posible utilizar Ubuntuzilla que es un <em>script</em> en Python que nos actualiza e informa de las nuevas versiones de Firefox disponibles.</p>
<h2>Instalación.</h2>
<p>1. Descargar la última versión de Ubuntuzilla desde la siguiente ubicación.</p>
<p style="padding-left: 30px;"><a href="http://sourceforge.net/projects/ubuntuzilla/" target="_blank">http://sourceforge.net/projects/ubuntuzilla/</a></p>
<p>2. Hacer doble clic sobre el archivo recién descargado y presionar el botón <em>Install package</em> para su instalación o ejecutar la siguiente instrucción desde la línea de comando.</p>
<p style="padding-left: 30px;"><span style="font-family: courier new,courier;">$ dpkg -i ubuntuzilla-*-i386.deb</span></p>
<h2>Ejecución.</h2>
<p>1. Cierre las ventanas de Firefox que tenga abiertas.</p>
<p>2. Abra una consola y ejecute el siguiente comando.</p>
<p style="padding-left: 30px;"><span style="font-family: courier new,courier;">$ ubuntuzilla.py</span></p>
<p>3. Verifique que la información desplegada corresponda con la última versión de Firefox disponible.</p>
<p style="padding-left: 30px;"><span style="font-family: courier new,courier;">Retrieving the version of the latest release of Firefox from the Mozilla website...<br />
The most recent release of Firefox is detected to be <strong>3.5.2</strong>. Please make sure this is correct before proceeding. (You can confirm by going to http://www.mozilla.org/)<br />
If no version number shows, if the version shown is not the latest, or if you would like to install an older release, press &#8216;n&#8217;, and you&#8217;ll be given the option to enter the version manually. Otherwise, press &#8216;y&#8217;, and proceed with installation. [y/n]?<br />
Please enter &#8216;y&#8217; or &#8216;n&#8217;: <strong>y</strong></span></p>
<p>4. Seleccione la localización que se desea para Firefox.  En mi caso inglés de US.
</p>
<p style="padding-left: 30px;"><span style="font-family: courier new,courier;">Please choose the localization (language) for Firefox. Enter the number of your choice from the list below. [If you do not see a list of localizations, please check the help section of our website at http://ubuntuzilla.sourceforge.net/ for steps you can take to resolve this problem.]<br />
0. af         Afrikaans [Afrikaans]<br />
1. ar         Arabic [عربي]<br />
3. be         Belarusian [Беларуская]<br />
4. bg         Bulgarian [Български]<br />
5. bn-BD      Bengali (Bangladesh) [বাংলা (বাংলাদেশ)]<br />
6. bn-IN      Bengali (India) [বাংলা (ভারত)]<br />
7. ca         Catalan [català]<br />
8. cs         Czech [Čeština]<br />
9. cy<br />
10. da         Danish [Dansk]<br />
11. de         German [Deutsch]<br />
12. el         Greek [Ελληνικά]<br />
13. en-GB      English (British) [English (British)]<br />
<strong>14. en-US      English (US) [English (US)] </strong><br />
15. eo         Esperanto [Esperanto]<br />
16. es-AR      Spanish (Argentina) [Español (de Argentina)]<br />
17. es-CL      Spanish (Chile) [Español (de Chile)]<br />
18. es-ES      Spanish (Spain) [Español (de España)]<br />
19. es-MX      Spanish (Mexico) [Español (de México)]<br />
20. et         Estonian [Eesti keel]<br />
21. eu         Basque [Euskara]<br />
22. fa         Persian [فارسی]<br />
24. fr         French [Français]<br />
25. fy-NL      Frisian [Frysk]<br />
26. ga-IE      Irish [Gaeilge]<br />
27. gl         Galician [Galego]<br />
28. gu-IN      Gujarati [ગુજરાતી]<br />
29. he         Hebrew [עברית]<br />
31. hr         Croatian [Hrvatski]<br />
32. hu         Hungarian [Magyar]<br />
33. id         Indonesian [Bahasa Indonesia]<br />
34. is         Icelandic [íslenska]<br />
35. it         Italian [Italiano]<br />
36. ja         Japanese [日本語]<br />
37. ka         Georgian [ქართული]<br />
38. kk         Kazakh [Қазақ]<br />
39. kn         Kannada [ಕನ್ನಡ]<br />
40. ko         Korean [한국어]<br />
41. ku         Kurdish [Kurdî]<br />
42. lt         Lithuanian [lietuvių kalba]<br />
43. lv         Latvian [Latviešu]<br />
44. mk         Macedonian [Македонски]<br />
45. ml         Malayalam [മലയാളം]<br />
46. mn         Mongolian [Монгол]<br />
47. mr         Marathi [मराठी]<br />
48. nb-NO      Norwegian (Bokmål) [Norsk bokmål]<br />
49. nl         Dutch [Nederlands]<br />
50. nn-NO      Norwegian (Nynorsk) [Norsk nynorsk]<br />
51. oc         Occitan (Lengadocian) [occitan (lengadocian)]<br />
52. or         Oriya [ଓଡ଼ିଆ]<br />
53. pa-IN      Punjabi [ਪੰਜਾਬੀ]<br />
54. pl         Polish [Polski]<br />
55. pt-BR      Portuguese (Brazilian) [Português (do Brasil)]<br />
56. pt-PT      Portuguese (Portugal) [Português (Europeu)]<br />
57. rm         Romansh [rumantsch]<br />
58. ro         Romanian [română]<br />
59. ru         Russian [Русский]<br />
60. si         Sinhala [සිංහල]<br />
61. sk         Slovak [slovenčina]<br />
62. sl         Slovenian [slovensko]<br />
63. sq         Albanian [Shqip]<br />
64. sr         Serbian [српски]<br />
65. sv-SE      Swedish [Svenska]<br />
66. ta-LK      Tamil (Sri Lanka) [தமிழ் (இலங்கை)]<br />
67. ta         Tamil [தமிழ்]<br />
68. te         Telugu [తెలుగు]<br />
69. th         Thai [ไทย]<br />
70. tr         Turkish [Türkçe]<br />
71. uk         Ukrainian [Українська]<br />
72. vi         Vietnamese [Tiếng Việt]<br />
73. zh-CN      Chinese (Simplified) [中文 (简体)]<br />
74. zh-TW      Chinese (Traditional) [正體中文 (繁體)]</span></p>
<p style="padding-left: 30px;"><span style="font-family: courier new,courier;">Enter your choice of localization (integer, from 0 to 74): <strong>14</strong><br />
You have chosen localization en-US, English (US) [English (US)]. Is that correct [y/n]?<br />
Please enter &#8216;y&#8217; or &#8216;n&#8217;: <strong>y</strong></span></p>
<p>5. Indique si desea que Ubuntuzilla verifique regularmente por nuevas versiones de Firefox.
</p>
<p style="padding-left: 30px;"><span style="font-family: courier new,courier;">Would you like to set up automatic update checking for the official Mozilla build of Firefox (recommended)? This feature will regularly check for updates to Firefox, and put up a small unobtrusive notification message with update information, when a new release is available. [y/n]<br />
Please enter &#8216;y&#8217; or &#8216;n&#8217;: <strong>y</strong></span></p>
<p>6. Disfrute de su nuevo Firefox y de las actualizaciones periódicas de nuevas versiones.</p>
<h2>Enlaces.</h2>
<ul>
<li>Ubuntuzilla.<br />
<a href="http://ubuntuzilla.sourceforge.net/" target="_blank">http://ubuntuzilla.sourceforge.net/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.jorgeivanmeza.com/2009/08/como-mantener-actualizado-firefox-en-linux-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mis plugins de Firefox preferidos</title>
		<link>http://blog.jorgeivanmeza.com/2009/01/mis-plugins-de-firefox-preferidos/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mis-plugins-de-firefox-preferidos</link>
		<comments>http://blog.jorgeivanmeza.com/2009/01/mis-plugins-de-firefox-preferidos/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 20:08:56 +0000</pubDate>
		<dc:creator>jimezam</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux/Solaris/BSD]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Firefox]]></category>
		<guid isPermaLink="false">http://www.jorgeivanmeza.com/blog/?p=1152</guid>
		<description><![CDATA[Colorzilla http://www.colorzilla.com/firefox/ Editor de colores y gotero para obtener los colores de una página web en múltiples formatos, incluyendo el habitual #RRGGBB. FireBug http://getfirebug.com/ Herramienta imprescindible para el desarrollo web, permite inspeccionar el HTML, CSS, JavaScript y comunicaciones de una página web. FireShot http://screenshot-program.com/fireshot/ Capturador de imágenes de sitios web (screenshots) a partir del contenido [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><strong>Colorzilla<br />
</strong><a href="http://www.colorzilla.com/firefox/" target="_blank">http://www.colorzilla.com/firefox/</a><br />
Editor de colores y gotero para obtener los colores de una página web en múltiples formatos, incluyendo el habitual #RRGGBB.</li>
<li><strong>FireBug</strong><br />
<a href="http://getfirebug.com/" target="_blank">http://getfirebug.com/</a><br />
Herramienta imprescindible para el desarrollo web, permite inspeccionar el HTML, CSS, JavaScript y comunicaciones de una página web.</li>
<li><strong>FireShot</strong><br />
<a href="http://screenshot-program.com/fireshot/" target="_blank">http://screenshot-program.com/fireshot/</a><br />
Capturador de imágenes de sitios web (<em>screenshots</em>) a partir del contenido del Firefox.  Lamentablemente sólo se encuentra disponible para Windows.</li>
<li><strong>HTML Validator</strong><br />
<a href="http://users.skynet.be/mgueury/mozilla/" target="_blank">http://users.skynet.be/mgueury/mozilla/</a><br />
Agrega validación a la ventana del código fuente de Firefox, muestra los errores y ofrece información y sugerencias al respecto.</li>
<li><strong>MeasureIt</strong><br />
<a href="http://www.kevinfreitas.net/extensions/measureit/" target="_blank">http://www.kevinfreitas.net/extensions/measureit/</a><br />
Permite realizar medidas en píxels sobre la misma página web que se esta desplegando.</li>
<li><strong>Total Validator</strong><br />
<a href="http://www.totalvalidator.com/tool/extension.html" target="_blank">http://www.totalvalidator.com/tool/extension.html</a><br />
Otro validador de sitios web muy útil.</li>
<li><strong>Web Developer Toolbar</strong><br />
<a href="http://chrispederick.com/work/web-developer/" target="_blank">http://chrispederick.com/work/web-developer/</a><br />
Múltiples opciones y utilidades que harán mas fácil la vida de un diseñador y/o desarrollador web.</li>
<li><strong>YSlow! for Firebug</strong><br />
<a href="http://developer.yahoo.com/yslow/" target="_blank">http://developer.yahoo.com/yslow/</a><br />
Esta herramienta analiza el desempeño de los sitios web basada en sus reglas de <a href="http://developer.yahoo.com/performance/index.html#rules" target="_blank">mejores prácticas</a>.  Se basa en FireBug.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.jorgeivanmeza.com/2009/01/mis-plugins-de-firefox-preferidos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalación de Aptana 1.2.1 en OpenSuse 11.1</title>
		<link>http://blog.jorgeivanmeza.com/2009/01/instalacion-de-aptana-121-en-opensuse-111/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=instalacion-de-aptana-121-en-opensuse-111</link>
		<comments>http://blog.jorgeivanmeza.com/2009/01/instalacion-de-aptana-121-en-opensuse-111/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 23:00:25 +0000</pubDate>
		<dc:creator>jimezam</dc:creator>
				<category><![CDATA[Desarrollo de software]]></category>
		<category><![CDATA[Linux/Solaris/BSD]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Aptana]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSuse]]></category>
		<guid isPermaLink="false">http://www.jorgeivanmeza.com/blog/?p=1117</guid>
		<description><![CDATA[Hasta la fecha siempre había sido desjuiciado para la instalación de Aptana, simplemente descargaba el archivo .zip, lo descomprimía y funcionaba inmediatamente y sin problemas.  Ahora con OpenSuse 11.1 y Java 1.6.0_11-b03 no funcionó tan fácilmente, iniciaba pero después de mostrar la ventana principal se cerraba con un mensaje de error. Lo primero que sucedió [...]]]></description>
			<content:encoded><![CDATA[<p>Hasta la fecha siempre había sido desjuiciado para la instalación de Aptana, simplemente descargaba el archivo .zip, lo descomprimía y funcionaba inmediatamente y sin problemas.  Ahora con OpenSuse 11.1 y Java 1.6.0_11-b03 no funcionó tan fácilmente, iniciaba pero después de mostrar la ventana principal se cerraba con un mensaje de error.</p>
<p>Lo primero que sucedió fue que descubrí que hay un <a href="http://www.aptana.com/docs/index.php/Installing_Aptana_on_Linux" target="_blank">procedimiento de instalación oficial</a> <img src='http://blog.jorgeivanmeza.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' />    el cual sugiere crear un <em>script</em> de <em>shell</em> para ejecutarlo en lugar de correr directamente a <span style="font-family: courier new,courier;">AptanaStudio</span>.</p>
<p>Ubiqué a Aptana en <span style="font-family: courier new,courier;">/home/jimezam/Applications/aptana</span> y creé el <em>script</em> <span style="font-family: courier new,courier;">/home/jimezam/Applications/aptana.sh</span> con el siguiente contenido.</p>
<pre style="padding-left: 30px;"><span style="font-family: courier new,courier;">export MOZILLA_FIVE_HOME=/usr/lib/xulrunner-1.8.1.19
</span><span style="font-family: courier new,courier;">/home/jimezam/Applications/aptana</span><span style="font-family: courier new,courier;">/AptanaStudio</span></pre>
<p>Gracias a este <a href="http://forums.aptana.com/viewtopic.php?f=37&amp;t=134&amp;start=45" target="_blank">foro</a> me dí cuenta que la versión 1.9.x del XulRunner no funciona correctamente y es mejor utilizar la última versión 1.8.x disponible.</p>
<p>Creé un nuevo perfil de Firefox para la depuración con Aptana ejecutando el siguiente comando.</p>
<p style="padding-left: 30px;"><span style="font-family: courier new,courier;">$ firefox --ProfileManager</span></p>
<p>Para ejecutarlo debe cerrar todas las instancias de Firefox, incluyendo procesos no visibles (<span style="font-family: courier new,courier;">killall</span>).  El perfil creado se llama &#8220;<span style="font-family: courier new,courier;">aptana</span>&#8220;.</p>
<p>El siguiente paso es configurar a Aptana para que utilice el perfil recién creado como navegador para la depuración, para esto inicie Aptana desde el <em>script</em> recién creado.</p>
<p>Seleccione el menú <strong>Run &gt; Debug</strong>.</p>
<p>Bajo la rama (lado izquierdo) <strong>Web Browser &gt; Firefox - Internal Server</strong> modifique el valor de los siguientes campos.</p>
<ul>
<li>Browser executable = <span style="font-family: courier new,courier;"><strong>/usr/bin/firefox</strong></span></li>
<li>Arguments = <span style="font-family: courier new,courier;"><strong>-P aptana -no-remote</strong></span></li>
</ul>
<p>Presione el botón <strong>Close</strong> para aceptar los cambios.</p>
<p>Para instalar el módulo de PHP se realizan los siguientes pasos.</p>
<p>Seleccione el menú <strong>Help &gt; Software Updates &gt; Find and install</strong>.</p>
<p>Seleccione la casilla de verificación llamada <strong>Search for new features to install</strong> y presione el botón <strong>Next</strong>.</p>
<p>Seleccione la casilla de verificación llamada <strong>Aptana: PHP Development Enviroment</strong> y presione el botón <strong>Finish </strong>para iniciar la instalación.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jorgeivanmeza.com/2009/01/instalacion-de-aptana-121-en-opensuse-111/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>El logo de Firefox</title>
		<link>http://blog.jorgeivanmeza.com/2008/05/el-logo-de-firefox/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=el-logo-de-firefox</link>
		<comments>http://blog.jorgeivanmeza.com/2008/05/el-logo-de-firefox/#comments</comments>
		<pubDate>Tue, 20 May 2008 22:00:10 +0000</pubDate>
		<dc:creator>jimezam</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Astronomia]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[OpenSource]]></category>
		<guid isPermaLink="false">http://www.jorgeivanmeza.com/blog/?p=332</guid>
		<description><![CDATA[Dando vueltas por ahí encontré en el blog de Wired esta imágen tan interesante. Parecería ser el orígen del logo de Firefox ... o que el universo estuviera copiando al opensource La imagen es de la estrella V838 Monocerotis y fue tomada por el telescopio espacial Hubble. Interesante. Enlace: Firefox Logo Spied In Deep Space.]]></description>
			<content:encoded><![CDATA[<p>Dando vueltas por ahí encontré en el <a href="http://blog.wired.com/" target="_blank">blog de Wired</a> esta imágen tan interesante.  Parecería ser el orígen del logo de Firefox ... o que el universo estuviera copiando al <em>opensource </em> <img src='http://blog.jorgeivanmeza.com/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://www.jorgeivanmeza.com/blog/wp-content/uploads/2008/05/hubble-fox-1.jpg"><img class="alignnone size-full wp-image-333 aligncenter" title="hubble-fox-1" src="http://www.jorgeivanmeza.com/blog/wp-content/uploads/2008/05/hubble-fox-1.jpg" alt="" width="500" height="273" /></a></p>
<p>La imagen es de la estrella <a href="http://en.wikipedia.org/wiki/V838_Monocerotis" target="_blank">V838 Monocerotis</a> y fue tomada por el telescopio espacial Hubble.  Interesante.</p>
<p>Enlace: <a href="http://blog.wired.com/gadgets/2008/04/firefox-logo-sp.html" target="_blank">Firefox Logo Spied In Deep Space</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jorgeivanmeza.com/2008/05/el-logo-de-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add-ons realmente útiles de Firefox</title>
		<link>http://blog.jorgeivanmeza.com/2008/03/add-ons-realmente-utiles-de-firefox/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=add-ons-realmente-utiles-de-firefox</link>
		<comments>http://blog.jorgeivanmeza.com/2008/03/add-ons-realmente-utiles-de-firefox/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 20:06:24 +0000</pubDate>
		<dc:creator>jimezam</dc:creator>
				<category><![CDATA[Desarrollo de software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Firefox]]></category>
		<guid isPermaLink="false">http://www.jorgeivanmeza.com/blog/2008/03/26/add-ons-realmente-utiles-de-firefox/</guid>
		<description><![CDATA[Firebug Es totalmente indispensable. No me imagino como será el desarrollo de software web sin él Web developer Es un excelente complemento para los desarrolladores web, permite manipular la página de maneras muy útiles. Colorzilla Permite capturar cualquier color que se encuentre en la pantalla y copiarlo en diferentes formatos. FireShot Permite capturar screenshots de [...]]]></description>
			<content:encoded><![CDATA[<table style="border: 1px solid #d3d2cf" border="1" cellpadding="1" cellspacing="1">
<tr>
<td><strong><a href="http://www.getfirebug.com/" target="_blank">Firebug</a></strong></td>
<td>Es totalmente indispensable.  No me imagino como será el desarrollo de software web sin él <img src='http://blog.jorgeivanmeza.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </td>
</tr>
<tr>
<td><strong><a href="http://chrispederick.com/work/web-developer/" target="_blank">Web developer</a></strong></td>
<td>Es un excelente complemento para los desarrolladores web, permite manipular la página de maneras muy útiles.</td>
</tr>
<tr>
<td><strong><a href="http://www.iosart.com/firefox/colorzilla/" target="_blank">Colorzilla</a></strong></td>
<td>Permite capturar cualquier color que se encuentre en la pantalla y copiarlo en diferentes formatos.</td>
</tr>
<tr>
<td><strong><a href="http://screenshot-program.com/fireshot/" target="_blank">FireShot</a></strong></td>
<td>Permite capturar <em>screenshots</em> de las páginas ya sea del área visible o del total de la página y permite añadir elementos gráficos a ella.</td>
</tr>
<tr>
<td><strong><a href="http://ietab.mozdev.org/" target="_blank">IE Tab</a></strong></td>
<td>Permite crear pestañas con el mecanismo de presentación de Internet Explorer para mostrar las páginas web.</td>
</tr>
<tr>
<td><strong><a href="http://www.kevinfreitas.net/extensions/measureit/" target="_blank">MeasureIt</a></strong></td>
<td>Permite realizar mediciones de ancho y largo de los objetos en pantalla.</td>
</tr>
<tr>
<td><strong><a href="http://dafizilla.sourceforge.net/viewsourcewith/" target="_blank">ViewSourceWith</a></strong></td>
<td>Permite establecer terceras aplicaciones para editar/mostrar el código fuente de las páginas web.</td>
</tr>
<tr>
<td><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/2498" target="_blank">Yet Another Window Resizer</a></strong></td>
<td>Permite modificar el tamaño del navegador para simular la presentación de las páginas ante diferentes resoluciones de pantalla.</td>
</tr>
<tr>
<td><strong><a href="http://developer.yahoo.com/yslow/" target="_blank">YSlow</a></strong></td>
<td>Analiza el desempeño de una página según su contenido y distribución y presenta sugerencias para su mejora.</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blog.jorgeivanmeza.com/2008/03/add-ons-realmente-utiles-de-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>El mejor navegador web</title>
		<link>http://blog.jorgeivanmeza.com/2008/01/el-mejor-navegador-web/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=el-mejor-navegador-web</link>
		<comments>http://blog.jorgeivanmeza.com/2008/01/el-mejor-navegador-web/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 06:14:38 +0000</pubDate>
		<dc:creator>jimezam</dc:creator>
				<category><![CDATA[Linux/Solaris/BSD]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Firefox]]></category>
		<guid isPermaLink="false">http://www.jorgeivanmeza.com/blog/?p=163</guid>
		<description><![CDATA[http://www.getfirefox.com/]]></description>
			<content:encoded><![CDATA[<p align="center"><a title="Get Firefox" href="http://www.jorgeivanmeza.com/blog/wp-content/uploads/2008/01/get-firefox.jpg"><img src="http://www.jorgeivanmeza.com/blog/wp-content/uploads/2008/01/get-firefox.jpg" alt="Get Firefox" /></a></p>
<p align="center"><a title="http://www.getfirefox.com/" href="http://www.getfirefox.com/" target="_blank">http://www.getfirefox.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jorgeivanmeza.com/2008/01/el-mejor-navegador-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
