<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>firefox-3-beta-4 &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/firefox-3-beta-4/</link>
	<description>Feed of posts on WordPress.com tagged "firefox-3-beta-4"</description>
	<pubDate>Sat, 30 Aug 2008 08:00:34 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Firebug extension to Mozilla Firefox 3 Beta browser]]></title>
<link>http://udhayash.wordpress.com/?p=5</link>
<pubDate>Wed, 30 Apr 2008 11:14:58 +0000</pubDate>
<dc:creator>udhayash</dc:creator>
<guid>http://udhayash.wordpress.com/?p=5</guid>
<description><![CDATA[Firebug Extension a very effective tool to debug HTML, CSS and Javascript for Mozill Firefox. No web]]></description>
<content:encoded><![CDATA[<p>Firebug Extension a very effective tool to debug HTML, CSS and Javascript for Mozill Firefox. No web developer can do his/her job better without this tool. Now if you wanted to fix UI for the latest Mozilla Firefox 3 then you will get some questions bubbling on your mind like,</p>
<p>Can we use firebug extension to fix User Interface of web pages on new Mozilla firefox 3?<br />
How to install firebug on Mozilla firefox 3 beta 5?<br />
And etc.</p>
<p>Answers are,</p>
<p>Yes, you can use firebug extension even though it has not yet come up with its version for Mozilla Firefox 3.<br />
Steps to install firebug for Mozilla Firefox:</p>
<p>1) Type the following link on your IE browser address bar <a href="https://addons.mozilla.org/en-US/firefox/search?q=firebug&#38;cat=all" title="Fire Bug Extension">https://addons.mozilla.org/en-US/firefox/search?q=firebug&#38;cat=all</a><br />
Note: If you use mozilla firefox 3 latest version to download the extension you will see a text saying "This add-on is for older versions of Firefox" because its made for this latest version.</p>
<p>2) So use ie browser click download button from the above linked page to download firebug-1.05-fx+fl.xpi and save it to your local hard disc.</p>
<p>3) Change firebug-1.05-fx+fl.xpi to firebug-1.05-fx+fl.zip to open the zip file.</p>
<p>4) Open install.rdf file by double clicking on it (notepad may open) and now you can change the browser version 2.0.0 to 3.0.0 after from the rdf file code as mentioned below,<br />
Replace the code and save<br />
from "&#60;em:maxVersion&#62;2.0.0.*&#60;/em:maxVersion&#62;" to "&#60;em:maxVersion&#62;3.0.0.*&#60;/em:maxVersion&#62;"</p>
<p>- Codes depict the maximum support by firebug extension for Mozilla Firfox browser.</p>
<p>5) Change firebug-1.05-fx+fl.zip file extension to firebug-1.05-fx+fl.xpi and copy it to your local hard disc. Example path: C:\Program Files\Mozilla Firefox\extensions.</p>
<p>That's it you are done with it. You have got that working extension for your new Mozill Firefox 3 browser.<br />
Now just close your firefox 3 browser and reopen the browser. You will get Add on browser pop-up window to install that firebug xpi file as add-on to your browser.</p>
<p>I hope your font end development will deserve super success. All best.<br />
Any comments? Please do reply to the post.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Novel approach to develop and test web pages for multiple versions of browsers like IE 8 Beta 1 and Mozilla Fireforx 3 Beta 5 simultaneously]]></title>
<link>http://udhayash.wordpress.com/?p=4</link>
<pubDate>Tue, 29 Apr 2008 19:01:57 +0000</pubDate>
<dc:creator>udhayash</dc:creator>
<guid>http://udhayash.wordpress.com/?p=4</guid>
<description><![CDATA[Hey folks, I have another approach that could help to develop web pages compatible for all the diffe]]></description>
<content:encoded><![CDATA[<p>Hey folks, I have another approach that could help to develop web pages compatible for all the different browsers like IE 8 Beta 1, Mozilla Fireforx 3 Beta 5 , Firefox 2.</p>
<p>The novel approach is about get a additional CPU Box which will have Firefox 3 and IE 8 installed and could be connected by RDP (Remote Desktop) from your main CPU Box. The Main CPU box could have some older version of firefox and ie browsers. By sharing /hosting developing web pages, we could test and develop pages with RDP connection.<br />
I hope this approach could be more useful than my first post about an approach to develop and test pages for multiple IE and Firefox browser version.</p>
<p>All new coming posts will be related to UI fixes and workarounds for IE 8 and Firefox 3 till every one gets hands on with these latest browsers behaviors.</p>
<p>&#60;Reply to Rafi Ali Khan’s Comments: I will have posts detailed with snapshots when it’s required to make the context clear as per your advice. Thanks.&#62;</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[An Approach to develop pages for IE8 Beta 1 and Mozilla Firefox 3 Beta 4 simultaneously]]></title>
<link>http://udhayash.wordpress.com/?p=3</link>
<pubDate>Fri, 25 Apr 2008 12:03:05 +0000</pubDate>
<dc:creator>udhayash</dc:creator>
<guid>http://udhayash.wordpress.com/?p=3</guid>
<description><![CDATA[ Hey Folks! I have an approach to develop and test web pages on IE 8 and also with other browsers li]]></description>
<content:encoded><![CDATA[<p><span> Hey Folks! I have an approach to develop and test web pages on IE 8 and also with other browsers like firefox 3 for web application at a same time. Normally we do use multiple IE tool to develop pages for all the IE browsers versions till IE 6 when you have IE7 as primary browser. Installing IE8 Beta 1 will be having a button to switch to IE 7. But you may not get an option to work on multiple firefox browsers versions at the same time.</span></p>
<p><span>To work on all the browsers like IE6, IE7, IE8 Beta1, Firefox 1.5, Firefox 2.0.1, Firefox 3 beta 4 you will need one more CPU box along with your existing. Using a controller you can switch two CPUs on your single monitor to develop pages for your entire browsers by installing IE6, IE7, IE8 Beta1 and Firefox 1.5 to a CPU and Firefox 3 beta 4 with the other one.</span></p>
<p><span>This is my approach...If you have any other approach do reply to this post, that would be appreciated. Thanks.</span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Here comes Firefox!]]></title>
<link>http://tektodo.wordpress.com/?p=60</link>
<pubDate>Thu, 03 Apr 2008 11:14:01 +0000</pubDate>
<dc:creator>Kyle</dc:creator>
<guid>http://tektodo.wordpress.com/?p=60</guid>
<description><![CDATA[Mozilla is one step closer to introducing the final version of Firefox 3 to the public with its Wedn]]></description>
<content:encoded><![CDATA[<p>Mozilla is one step closer to introducing the final version of Firefox 3 to the public with its Wednesday release of Firefox 3 Beta 5. Firefox 3 Beta 4 was a very polished piece of software, yet Mozilla has managed to incorporate over 750 changes into the latest build, many dealing with security and compatibility. As Mozilla states on its <a href="http://www.mozilla.com/en-US/firefox/3.0b5/releasenotes/" title="Mozilla Firefox 3 Beta 5 Release Notes" target="_blank">Release Notes webpage</a>, "Many of these improvements were based on community feedback from          the previous beta," which just goes to show how important the beta process is for developers and how much users' opinions matter. Be sure to check out <a href="http://developer.mozilla.org/devnews/index.php/2008/04/02/firefox-3-beta-5-now-available-for-download/" title="Mozilla Developer News &#62;&#62; Blog Archive &#62;&#62; Firefox 3 beta 5 now available for download" target="_blank">Mozilla's milestone announcement</a> for Firefox 3 Beta 5 and to try out Beta 5 for yourself as well.</p>
<p><iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Ftech_news%2FHere_comes_Firefox' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Firefox 3 Beta 4 impressions]]></title>
<link>http://tektodo.wordpress.com/?p=50</link>
<pubDate>Sat, 29 Mar 2008 11:33:46 +0000</pubDate>
<dc:creator>Kyle</dc:creator>
<guid>http://tektodo.wordpress.com/?p=50</guid>
<description><![CDATA[Firefox has come a long way since its humble beginning in 2004. It has come to represent a viable al]]></description>
<content:encoded><![CDATA[<p>Firefox has come a long way since its humble beginning in 2004. It has come to represent a viable alternative to Microsoft's Internet Explorer and, as a result, has gained over 15% of the browser market. Now, Mozilla (the developer behind Firefox) is hoping to continue this trend of success with the recent release of Firefox 3 Beta 4. While there is a plethora of new features introduced in the latest version of Firefox, I'd like to focus on just five that are sure to catch people's attention.</p>
<ol>
<li><b>Default Themes</b> - Firefox has never been known for having a particularly appealing default theme. While it has gotten the job done, it certainly hasn't been anything to brag about. However, this hasn't really been an issue, since there are hundreds of third-party themes that can be installed for the browser. However, for Firefox 3, Mozilla has decided to take a change of pace and offer users something a little more appealing. What this means is that Windows users will get a theme that has a Vista-like user interface, Mac users will get a Mac-like user interface and Linux users will get a Linux-like user interface. I am currently using the Mac version of Firefox 3 and actually find the user interface to be much more appealing than Safari's. Firefox 3 utilizes common grey scheme of Mac applications to great effect, creating a very elegant user experience.</li>
<li><b>Bookmarking</b> - Thanks to Firefox 3, bookmarking is easier than ever. Now, all you have to do to bookmark a site is click on a small star outline located on the right side of the address bar. Clicking this will cause the star to fill in, which indicates that the site is now bookmarked. By double-clicking the star, you can specify the name of the bookmark, the location of the bookmark and, new to Firefox 3, tags you would like the bookmark to be associated with.</li>
<li><b>Add-ons</b> - Firefox 3 has revamped its Add-on menu, allowing you to easily manage all of your extensions and themes, and even download recommended add-ons right from the menu itself.</li>
<li><b>Downloads</b> - Firefox's download manager has also been greatly improved, with perhaps the best new feature being the ability to pause and resume downloads, even between multiple Firefox sessions. Another neat feature is the ability to see your download progress in the status bar.</li>
<li><b>One-click site info</b> - In terms of security, Firefox 3 is leaps and bounds above Firefox 2. One useful new feature is the ability to get detailed information about the site you are on, such as who owns it, if it is encrypted and if the site is storing cookies on your computer.</li>
</ol>
<p>Overall, I must say that my experiences with Firefox 3 Beta 4 have been very positive. From its elegant new look to its increased usability, Firefox 3 definitely seems as though it will be a winner when the final version is released later this year. Nevertheless, although I have been very pleased with Firefox 3 Beta 4, I have still encountered my fair share of kinks, as is to be expected with beta software. Although the new add-ons menu is supposed to make managing and installing add-ons easier, I have found that sometimes Firefox will not allow me to install updates for various components, such as the the Proto Firefox theme. There have also been several instances where Firefox randomly crashes. Although these crashes may be a nuisance, they are usually not particularly harmful thanks to Firefox's handy Session Restore feature.</p>
<p>Due to the recency of Firefox 3 Beta 4's release, most of my favorite extensions are not yet compatible, although, this is of course no fault of Firefox itself. The extensions that do work, such as Google Notebook, work very well and I have encountered no problems with them. While it is hard to go without my favorite extensions, such as <a href="http://sage.mozdev.org/" title="a feed reader for Firefox" target="_blank">Sage</a>, the new features of Firefox 3 more than make up for the loss.</p>
<p>Despite a few blemishes (and there really are just a few), Firefox 3 excels in almost every way and I am greatly looking forward to reviewing the final version come this summer.</p>
<p><iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Fsoftware%2FFirefox_3_Beta_4_impressions' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[MOZILLA FIREFOX 3 BETA 4]]></title>
<link>http://legerdemain.wordpress.com/?p=176</link>
<pubDate>Fri, 21 Mar 2008 10:53:28 +0000</pubDate>
<dc:creator>Sriharsha</dc:creator>
<guid>http://legerdemain.wordpress.com/?p=176</guid>
<description><![CDATA[I&#8217;m just trying out this new beta vesion of Mozilla Firefox Web Browser 3 beta 4 which has mos]]></description>
<content:encoded><![CDATA[<p>I'm just trying out this new beta vesion of Mozilla Firefox Web Browser 3 beta 4 which has most of the features of the mozilla firefox 2.0 versions. Being a supporter of mozilla firefox for umpteen of its user friendly qualities to the number of add-ons it enables one to use I could'nt resist from myself having a dig at this new version and guess what this is pretty cool. Though few of the add-ons would'nt be working as this version is still in its beta and I hope they would just see into this and make much better add-ons compatible with this brand new avatar of Firefox web browser.</p>
<p>What I found the difference between the previous version and this one (though most of the features are much the same) is the smart bookmarks folder which stores our bookmarks according to our preferences and a star is provided with in the address bar for easily bookmark.</p>
<p>All the sites that I've opened have well worked fine and there ain't a case of broken website and guess there won't be one.</p>
<p>You can just get your hand on to this new version here....</p>
<p><a href="http://developer.mozilla.org/devnews/index.php/2008/03/10/firefox-3-beta-4-now-available-for-download/" target="_blank">Mozilla firefox 3 beta 4 </a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Consumo de memoria en Firefox 3 Beta 4]]></title>
<link>http://regeditexe.wordpress.com/?p=643</link>
<pubDate>Thu, 13 Mar 2008 00:08:46 +0000</pubDate>
<dc:creator>JuanF</dc:creator>
<guid>http://regeditexe.wordpress.com/?p=643</guid>
<description><![CDATA[Volvemos a la temática del consumo de memoria, en esta ocasión debido al reciente lanzamiento de l]]></description>
<content:encoded><![CDATA[<p class="MsoNormal" style="text-align:justify;"><span>Volvemos a la temática del consumo de memoria, en esta ocasión debido al reciente lanzamiento de la <a href="http://www.mozilla.com/en-US/firefox/3.0b4/releasenotes/#download" target="_blank"><b>Beta</b></a><a href="http://www.mozilla.com/en-US/firefox/3.0b4/releasenotes/#download" target="_blank"><b> 4 de Firefox 3</b></a> que se hizo pública ayer.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span>Estas son algunas de las novedades de la Beta 4:</span></p>
<ul>
<li class="MsoNormal"><span>Al hacer clic      sobre el favicon en la barra de navegación podremos ver el dueño del sitio      y si la conexión esta protegida vía SSL</span></li>
<li class="MsoNormal"><span>Errores de SSL      más descriptivos en certificados inválidos</span></li>
<li class="MsoNormal"><span>Revisión      automática de plugins y extensiones para asegurar la compatibilidad y la      deshabilitación de versiones antiguas e inseguras</span></li>
<li class="MsoNormal"><span>Integración con      los antivirus para revisarlo al descargar ejecutables</span></li>
<li class="MsoNormal"><span>Integración con      los controles parentales de Windows Vista</span></li>
<li class="MsoNormal"><span>Administración      de contraseñas más sencillo </span></li>
<li class="MsoNormal"><span>Administrador de      descargas mejorado facilitando la búsqueda de archivos descargados</span></li>
<li class="MsoNormal"><span>Zoom en pantalla      completa en el texto y las imágenes y recuerda la última configuración      establecida</span></li>
<li class="MsoNormal"><span>Integración con      Vista, utilizando íconos específicos e interfaz de usuario </span></li>
<li class="MsoNormal"><span>Integración con      Mac, utilizando un tema específico y soportando Growl</span></li>
<li class="MsoNormal"><span>Integración con      Linux</span></li>
<li class="MsoNormal"><span>Motor de      JavaScript mejorado duplicando la velocidad en aplicaciones como Gmail </span></li>
</ul>
<p class="MsoNormal" style="text-align:justify;"> <a href="http://en.wikipedia.org/wiki/Tristan_Nitot" target="_blank"><b><span>Tristan Nitot</span></b></a><span>, presidente europeo de Mozilla escribe un interesante post sobre la drástica reducción de memoria en la última Beta de Firefox 3.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span><a href="http://www.flickr.com/photos/nitot/2328286441/" target="_blank">Nitot </a>hace referencia al blog de un ingeniero de Mozilla, <a href="http://blog.pavlov.net/2008/03/11/firefox-3-memory-usage/" target="_blank"><b>Stuart Parmenter</b></a>, donde explica con detalle el trabajo realizado para minimizar el consumo de memoria.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span>El siguiente gráfico muestra una de las pruebas que han realizado cargado en Firefox 2, IE 7 y Firefox Beta 4 hasta 319 paginas web automáticamente, una vez cargadas, se cerraron todas y tan sólo se dejo una abierta. La conclusión del experimento se puede observar en el gráfico.</span></p>
<p class="MsoNormal"> <a href="http://regeditexe.wordpress.com/2008/03/13/consumo-de-memoria-en-firefox-3-beta-4/grafico-consumo/" rel="attachment wp-att-644" title="grafico consumo"></a></p>
<div style="text-align:center;"><a href="http://regeditexe.wordpress.com/2008/03/13/consumo-de-memoria-en-firefox-3-beta-4/grafico-consumo/" rel="attachment wp-att-644" title="grafico consumo"><img src="http://regeditexe.wordpress.com/files/2008/03/2328286441_44ec394c5b.jpg" alt="grafico consumo" /></a></div>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal"><span></span><b><span>Vía: <a href="http://standblog.org/blog/post/2008/03/12/Follow-up-on-Pavlovs-post-on-memory-usage" target="_blank">Standblog <span> </span><span> </span><span> </span></a></span></b></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[900 λιγότερα σφάλματα για τον Firefox]]></title>
<link>http://oktabitos.wordpress.com/?p=550</link>
<pubDate>Wed, 12 Mar 2008 21:57:08 +0000</pubDate>
<dc:creator>Oktabitos</dc:creator>
<guid>http://oktabitos.wordpress.com/?p=550</guid>
<description><![CDATA[ 
900 περίπου είναι οι διορθώσεις στην τέταρτη δοκιμαστ]]></description>
<content:encoded><![CDATA[<p align="center"><img src="http://oktabitos.wordpress.com/files/2008/03/firefox-3-beta-4.jpg" alt="Firefox 3 beta 4" /> </p>
<p align="justify">900 περίπου είναι οι διορθώσεις στην <strong>τέταρτη δοκιμαστική έκδοση</strong> (beta 4) του Firefox 3, ο οποίος κυκλοφόρησε λίγες μέρες μετά την beta του <strong>ΙΕ8</strong>.</p>
<p align="justify"><strong>Ο "πόλεμος" των browsers</strong> έχει μεταφερθεί σε "δοκιμαστικό" επίπεδο, μιας και οι beta εκδόσεις ανακοινώνονται και κυκλοφορούν η μία μετά την άλλη. Προχτές κυκλοφόρησε o Firefox 3 beta 4, που περιλαμβάνει <strong>900 βελτιώσεις</strong> από την προηγούμενη δοκιμαστική έκδοση, σε τομείς όπως η διαχείριση μνήμης, οι επιδόσεις, η σταθερότητα και άλλα. <!--more--></p>
<p align="justify">Στον ευαίσθητο τομέα της <strong>ασφάλειας</strong>, ο Firefox 3 έχει προσθέσει προστασία απέναντι σε κακόβουλο λογισμικό, spyware, Trojan και ιούς. Επιπλέον, αποτρέπει την πρόσβαση σε γνωστά παράνομα και κυρίως επικίνδυνα sites, ενώ συνεργάζεται άψογα με τα εργαλεία γονικών ελέγχων που είναι ενσωματωμένα στα Windows Vista.</p>
<p align="justify">Όσον αφορά στις <strong>επιδόσεις</strong>, ο Firefox 3 έχει βελτιωμένη μηχανή <strong>Javascript</strong> η οποία επιτρέπει στις web-based εφαρμογές να εκτελούνται ταχύτερα, <strong>καλύτερη διαχείριση μνήμης</strong> ώστε να καταναλώνει λιγότερη από τον υπολογιστή μας, ενώ έχει γίνει πολύ <strong>πιο ασφαλής η βάση δεδομένων</strong> στην οποία διατηρούνται οι ρυθμίσεις του browser, τα bookmarks, το ιστορικό επισκέψεων σε ιστοσελίδες (history), τα cookies και οι γενικότερες προτιμήσεις μας για την λειτουργία του Firefox.</p>
<p align="justify">[<strong><a href="http://www.pcw.gr/default.php?pid=6&#38;art_id=3049">via</a></strong>]</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[FIREFOX 3 BETA 4: LIBERADO OFICIALMENTE]]></title>
<link>http://infomatica.wordpress.com/?p=449</link>
<pubDate>Tue, 11 Mar 2008 21:54:18 +0000</pubDate>
<dc:creator>Robin.Jeremy</dc:creator>
<guid>http://infomatica.wordpress.com/?p=449</guid>
<description><![CDATA[
La semana pasada, ya les había comentado y dado los enlaces del FTP de Mozilla para poder descarga]]></description>
<content:encoded><![CDATA[<div style="text-align:center;"><img src="http://infomatica.wordpress.com/files/2008/02/firefox_banner.jpg" alt="firefox_banner.jpg" /></div>
<p>La semana pasada, <a href="http://infomatica.wordpress.com/2008/03/05/firefox-3-beta-4-bajalo-aca/" target="_blank">ya les había comentado y dado los enlaces del FTP de Mozilla</a> para poder descargar <b>Firefox 3 Beta 4</b>, pero hoy, ya ha sido lanzado oficialmente y se puede descargar de la misma página.</p>
<p><!--more--></p>
<p>Personalmente aún no he podido probarla ya que ocupo <b>WebUI</b> de utorrent y en los Betas de <b>Firefox 3</b> no funciona aún.</p>
<p>Para los incrédulos, <a href="http://www.mozilla.com/en-US/firefox/all-beta.html" target="_blank">he aquí los enlaces</a>, tanto para <b>Windows, Linux y MAC.</b></p>
<p><b></b></p>
<table align="left" border="0" cellpadding="1" cellspacing="1" width="50%">
<tr>
<td bgcolor="#0099ff" width="50%"><font color="#ffffff"><b>TAMBIEN PUEDES LEER:</b></font></td>
</tr>
<tr>
<td>- <a href="http://infomatica.wordpress.com/2008/03/05/firefox-3-beta-4-bajalo-aca/">FIREFOX 3 BETA 4: BAJALO ACÁ</a></td>
</tr>
<tr>
<td>- <a href="http://infomatica.wordpress.com/2008/02/27/firefox-3-beta-4-un-200-mas-rapido/">FIREFOX 3 BETA 4: UN 200% MÁS RÁPIDO</a></td>
</tr>
<tr>
<td>- <a href="http://infomatica.wordpress.com/2008/02/22/firefox-dona-alimentos-y-logra-500-millones-en-descargas/">FIREFOX: DONA ALIMENTOS Y LOGRA 500+ MILLONES EN DESCARGAS</a></td>
</tr>
</table>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Firefox 3 beta 4 sai do forno!]]></title>
<link>http://junk4all.wordpress.com/?p=178</link>
<pubDate>Tue, 11 Mar 2008 13:52:33 +0000</pubDate>
<dc:creator>victorwestmann</dc:creator>
<guid>http://junk4all.wordpress.com/?p=178</guid>
<description><![CDATA[Dizem que mais de 600 correções foram implementadas neste beta e que agora cada versão do navegad]]></description>
<content:encoded><![CDATA[<p>Dizem que mais de 600 correções foram implementadas neste beta e que agora cada versão do navegador (para cada plataforma(Win32, Linux, Mac)) possui um conjunto diferenciado de ícones, como se fosse um software nativo de cada sistema operacional. Interessantíssimo!</p>
<p>Clique <a href="http://www.mozilla.com/en-US/firefox/all-beta.html">aqui para baixar o Firefox 3 Beta 4</a> !</p>
<p><i>Roda em Linux, Windows, Mac OS X</i></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Firefox 3 Beta 4 வெளியாகியுள்ளது]]></title>
<link>http://tamilit.wordpress.com/?p=193</link>
<pubDate>Tue, 11 Mar 2008 08:34:48 +0000</pubDate>
<dc:creator>mayooresan</dc:creator>
<guid>http://tamilit.wordpress.com/?p=193</guid>
<description><![CDATA[
ஃபயர்பொக்ஸ் 3 பீட்டா 4 வெளியாகியுள்ளத]]></description>
<content:encoded><![CDATA[<p><img border="0" align="left" width="1" src="http://tamilit.wordpress.com/files/2008/03/firefox-logo.jpg" alt="Firefox" height="1" /><img src="http://tamilit.wordpress.com/files/2008/03/firefox-logo.jpg" alt="Firefox" /></p>
<p><a target="_blank" href="http://www.mozilla.com/en-US/firefox/all-beta.html">ஃபயர்பொக்ஸ் 3 பீட்டா 4 வெளியாகியுள்ளது</a>. இதில் மேலும் 900 மாற்றங்களைச் செய்துள்ளார்களாம். இதைவிட இயங்குதளம் சார்ந்த மாற்றங்களும் இயற்படுத்தப்பட்டுள்ளனவாம்.</p>
<p>இதேவேளை ஃபயர்பொக்ஸ் மெல்ல மெல்ல மைக்ரோசாப்ட் அண்ணாச்சியின் IE யைவிழுங்கிவருகின்றார். உலகில் இப்போது 17 வீதமானோர் Firefox பாவிக்கின்றனர். 75 வீதமானோர் IE பாவிக்கின்றனர் என <a target="_blank" href="http://marketshare.hitslink.com/report.aspx?qprid=0">ஆய்வு</a> ஒன்று தெரிவிக்கின்றது. கடந்தாண்டு IE பாவிப்போர் 79 வீதமாக இருந்ததும் குறிப்பிடத்தக்கது.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Firefox 3 Beta 4 Released]]></title>
<link>http://ehacks.wordpress.com/?p=172</link>
<pubDate>Tue, 11 Mar 2008 04:03:15 +0000</pubDate>
<dc:creator>ehacks</dc:creator>
<guid>http://ehacks.wordpress.com/?p=172</guid>
<description><![CDATA[Firefox 3 Beta 4 is out, and it a matter of time before the public can start downloading it. Early d]]></description>
<content:encoded><![CDATA[<p>Firefox 3 Beta 4 is out, and it a matter of time before the public can start downloading it. Early developers have the chance to download Beta 4 for many official mirror website holding the new version, and now so do you guys after reading my blog. There are no release notes so far with the update, but there have been a lot of bug fixes, performance increase, and better word search suggestions. Before you go rushing to download and test the new beta, be sure you back up all your bookmarks and Firefox in general, since there is a possibility you can lose all your data.</p>
<p>How to download:</p>
<ol>
<li>Click the link bellow to take you to the Firefox mirrors.</li>
<li>Choose your area (Asia, Europe, etc.) and click the link below it (HTTP).</li>
<li> Click on the Firefox folder &#62;Releases Folder</li>
<li>Select Firefox 3 beta 4 version to download.</li>
</ol>
<p>Update: The <a href="http://en-us.www.mozilla.com/en-US/firefox/3.0b4/releasenotes/" target="_blank">release notes</a> for Beta 4 just came out. Here are few of the changes listed by the Firefox team:</p>
<ol>
<li>More then 900 improvements on preformance, security, and memory usage.</li>
<li>Malware Protection</li>
<li>Anti-virus integration</li>
<li>Vista Parental Controls</li>
<li>New Web Forgery Protection page</li>
<li>Full Page Zoom</li>
<li>New Download Manager</li>
<li>Integration with Lunix</li>
<li>Places Organizer</li>
<li>Smart Bookmark Folder....and so much more.</li>
</ol>
<p><a href="http://www.mozilla.org/mirrors.html">FireFox 3 Beta 4 </a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[FIREFOX 3 BETA 4: BAJALO ACÁ]]></title>
<link>http://infomatica.wordpress.com/?p=430</link>
<pubDate>Wed, 05 Mar 2008 17:29:53 +0000</pubDate>
<dc:creator>Robin.Jeremy</dc:creator>
<guid>http://infomatica.wordpress.com/?p=430</guid>
<description><![CDATA[
Días atras les contaba como se venia el beta 4 de Firefox con respecto a las velocidades de acceso]]></description>
<content:encoded><![CDATA[<p><a href="http://infomatica.wordpress.com/files/2008/03/firefox3-beta4-sshot.png" title="firefox3-beta4-sshot.png"></a></p>
<p><img src="http://infomatica.wordpress.com/files/2008/03/firefox3-beta4-sshot1.png" alt="firefox3-beta4-sshot1.png" align="right" />Días atras les contaba como se venia <a href="http://infomatica.wordpress.com/2008/02/27/firefox-3-beta-4-un-200-mas-rapido/" target="_blank">el beta 4 de Firefox con respecto a las velocidades de acceso</a>.</p>
<p>Por lo mismo, para todos aquellos que les gusta ir a la última o tan solo saber como va evolucionando el <strike>zorro</strike> panda de fuego, les traigo listo para descargar la última beta conocida de <b>Firefox 3, el beta 4</b>.</p>
<p>Está disponible en español desde el <a href="http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2008-03-03-23-firefox3.0b4-l10n/" target="_blank">FTP de Mozilla</a>.</p>
<p>Disponibles en versiones para <a href="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2008-03-03-23-firefox3.0b4-l10n/firefox-3.0b4.es-ES.win32.installer.exe" target="_blank">Windows</a> y <a href="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2008-03-03-23-firefox3.0b4-l10n/firefox-3.0b4.es-ES.linux-i686.tar.bz2" target="_blank">Linux</a>.</p>
<p>Todas estas betas son las que han mostrado en las <i>Nightly Party</i> o cuando se juntan todos los desarrolladores a <strike><b>tomar unos tragos y pasarlo bien con unas cuantas mujeres</b></strike> hablar del navegador.</p>
<p>Recuerden que la versión de Firefox 3 aún no ve la luz y seguiremos testeando estos betas mientras eso no pase.</p>
<p>Si intrusean un poco más en el FTP entenderán por qué digo la <b><a href="http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/" target="_blank">última beta conocida...</a></b></p>
]]></content:encoded>
</item>

</channel>
</rss>
