<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Yet Another Tech Blog</title>
	
	<link>http://www.yetanothertechblog.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 12 Jul 2009 07:32:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/yatb" type="application/rss+xml" /><item>
		<title>Firefox 3.5 Party in Milan</title>
		<link>http://www.yetanothertechblog.com/2009/07/12/firefox-3-5-party-in-milan/</link>
		<comments>http://www.yetanothertechblog.com/2009/07/12/firefox-3-5-party-in-milan/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 07:32:14 +0000</pubDate>
		<dc:creator>flod</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[mozilla italia]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://www.yetanothertechblog.com/?p=52</guid>
		<description><![CDATA[
Great fun and wonderful people  
As usual, the entire set of photos of the Italian Firefox 3.5 Party is on Flickr.
Technorati Tags: firefox 3.5 party,  mozilla italia
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="Firefox 3.5 Party Milan di flod, su Flickr" href="http://www.flickr.com/photos/flod/3712431208/"><img class="immaginepost aligncenter" src="http://farm3.static.flickr.com/2445/3712431208_72d4d8418e.jpg" alt="Firefox 3.5 Party Milan" width="500" height="333" /></a></p>
<p>Great fun and wonderful people <img src='http://www.yetanothertechblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>As usual, the entire set of photos of the <a href="http://www.flickr.com/photos/flod/sets/72157621319246196/">Italian Firefox 3.5 Party</a> is on Flickr.</p>
<p class="tag_technorati">Technorati Tags: <a href="http://technorati.com/tag/firefox+3.5+party" rel="tag">firefox 3.5 party</a>, <a href="http://technorati.com/tag/mozilla+italia" rel="tag"> mozilla italia</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yetanothertechblog.com/2009/07/12/firefox-3-5-party-in-milan/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bad Localization Example (Java on OS X)</title>
		<link>http://www.yetanothertechblog.com/2009/06/22/bad-localization-example-java-on-os-x/</link>
		<comments>http://www.yetanothertechblog.com/2009/06/22/bad-localization-example-java-on-os-x/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 07:43:55 +0000</pubDate>
		<dc:creator>flod</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[l10n]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://www.yetanothertechblog.com/?p=49</guid>
		<description><![CDATA[This is the dialog window that appears when you try to run a Java Applet on Mac OS X 10.5.7 with the last Java update (I&#8217;m running Java 1.5.0_19 according to this test).

Take a look at the checkbox:

In Italian it&#8217;s &#8220;l&#8217;accesso&#8221; (definite article+noun), not &#8220;laccesso&#8221;. The same error appears in the first label, so I [...]]]></description>
			<content:encoded><![CDATA[<p>This is the dialog window that appears when you try to run a Java Applet on Mac OS X 10.5.7 with the <a href="http://support.apple.com/downloads/Java_for_Mac_OS_X_10_5_Update_4">last Java update</a> (I&#8217;m running Java 1.5.0_19 according to <a href="http://browserspy.dk/java.php">this test</a>).</p>
<p style="text-align: center;"><img class="size-full wp-image-50 aligncenter" title="java_firefox" src="http://www.yetanothertechblog.com/wp-content/uploads/2009/06/java_firefox.png" alt="java_firefox" width="562" height="278" /></p>
<p>Take a look at the checkbox:</p>
<ul>
<li>In Italian it&#8217;s &#8220;l&#8217;accesso&#8221; (definite article+noun), not &#8220;laccesso&#8221;. The same error appears in the first label, so I suppose they have some difficulties dealing with apostrophes. This problem was already there before the Java update.</li>
<li>Applet&#8217;s name and author are gone, replaced by {0} and {1} (this started with the last Java update).</li>
</ul>
<p>Here&#8217;s my questions:</p>
<ul>
<li>Who is to blame for this window? Sun (as I suppose) or Apple? Sure it&#8217;s not Mozilla&#8217;s fault, since the <a href="http://www.yetanothertechblog.com/wp-content/uploads/2009/06/java_safari.png">same thing happens with Safari 4</a>.</li>
<li>Is this happening only with the Italian localization of OS X? Are other locales affected as well?</li>
<li>How can we try to fix that, since someone will think for sure that this is our (Mozilla localizers) fault?</li>
</ul>
<p class="tag_technorati">Technorati Tags: <a href="http://technorati.com/tag/java" rel="tag">java</a>, <a href="http://technorati.com/tag/os+x" rel="tag"> os x</a>, <a href="http://technorati.com/tag/localization" rel="tag"> localization</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yetanothertechblog.com/2009/06/22/bad-localization-example-java-on-os-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Funny Microsoft</title>
		<link>http://www.yetanothertechblog.com/2009/06/19/funny-microsoft/</link>
		<comments>http://www.yetanothertechblog.com/2009/06/19/funny-microsoft/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 07:53:36 +0000</pubDate>
		<dc:creator>flod</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://www.yetanothertechblog.com/?p=47</guid>
		<description><![CDATA[Since the ie8-only contest wasn&#8217;t enough, take a look at this shameless browser comparison (and read the explanations).

Seriously, I think that the author of that page doesn&#8217;t even really know what Firefox and Chrome look like&#8230;
(thanks to Tiziano for sharing this)
Technorati Tags: microsoft,  browser comparison
]]></description>
			<content:encoded><![CDATA[<p>Since the <a href="http://djst.org/blog/2009/06/17/thanks-microsoft/">ie8-only contest</a> wasn&#8217;t enough, take a look at this shameless <a href="http://www.microsoft.com/windows/internet-explorer/get-the-facts/browser-comparison.aspx">browser comparison</a> (and read the explanations).</p>
<p style="text-align: center;"><a href="http://www.microsoft.com/windows/internet-explorer/get-the-facts/browser-comparison.aspx"><img class="size-full wp-image-48 aligncenter" title="table" src="http://www.yetanothertechblog.com/wp-content/uploads/2009/06/table.png" alt="table" width="327" height="191" /></a></p>
<p>Seriously, I think that the author of that page doesn&#8217;t even really know what Firefox and Chrome look like&#8230;</p>
<p><span style="font-size: 80%">(thanks to <a href="http://www.fogliata.net/2009/06/19/browser-a-confronto/">Tiziano</a> for sharing this)</span></p>
<p class="tag_technorati">Technorati Tags: <a href="http://technorati.com/tag/microsoft" rel="tag">microsoft</a>, <a href="http://technorati.com/tag/browser+comparison" rel="tag"> browser comparison</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yetanothertechblog.com/2009/06/19/funny-microsoft/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>I Hate Accesskeys</title>
		<link>http://www.yetanothertechblog.com/2009/06/17/i-hate-accesskeys/</link>
		<comments>http://www.yetanothertechblog.com/2009/06/17/i-hate-accesskeys/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 08:52:16 +0000</pubDate>
		<dc:creator>flod</dc:creator>
				<category><![CDATA[l10n]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://www.yetanothertechblog.com/?p=44</guid>
		<description><![CDATA[As usual, before the final release we&#8217;re doing a lot of QA work on our localized Firefox builds, and this includes a careful check on accesskeys. There are two different issues with accesskeys:

use of a character not available in the label. For example: using &#8220;F&#8221; as accesskey for &#8220;Shiretoko&#8221; creates a label &#8220;Shiretoko (F)&#8221;. This [...]]]></description>
			<content:encoded><![CDATA[<p>As usual, before the final release we&#8217;re doing a lot of QA work on our localized Firefox builds, and this includes a careful check on accesskeys. There are two different issues with accesskeys:</p>
<ul>
<li>use of a character not available in the label. For example: using &#8220;F&#8221; as accesskey for &#8220;Shiretoko&#8221; creates a label &#8220;Shiretoko (<span style="text-decoration: underline;">F</span>)&#8221;. This can easily happen if you update the label and forget to correct the corresponding accesskey.</li>
<li>duplicated accesskeys (two or more labels with the same scope share the same accesskey).</li>
</ul>
<p>In the last 24 hours we found two duplicated accesskeys in the Italian build: the first one is quite hidden (you have to check for updates in the Extension manager and then click on the &#8220;More information&#8221; button), while the second one is located in the main window (Toolbar search). This last issue affects the en-US build (see <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=498840">bug 498840</a>) and probably also other locales.</p>
<p style="text-align: center;"><img class="size-full wp-image-45 aligncenter" title="accesskey" src="http://www.yetanothertechblog.com/wp-content/uploads/2009/06/accesskey.png" alt="accesskey" width="264" height="225" /></p>
<p>I think that we should really start to think about accesskeys and how to introduce automated tests.</p>
<p>The first step should be to create a <strong>standard naming convention</strong> (it&#8217;s not even mandatory, but it would make things easier): right now you can find accesskeys named like &#8220;label_accesskey&#8221;, &#8220;labelaccesskey&#8221; or &#8220;label.accesskey&#8221;. At this point, checking for external characters shouldn&#8217;t be a problem.</p>
<p>The real challenge would be to find accesskeys conflicts – using different tables to store all the accesskeys with the same scope – in particular in pop-up menus. Have you ever tried to select different parts of a web page (create a selection with images, links, images with links, text, etc.) and check how the context menu change? Doing this kind of checks manually is simply crazy <img src='http://www.yetanothertechblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p class="tag_technorati">Technorati Tags: <a href="http://technorati.com/tag/accesskeys" rel="tag">accesskeys</a>, <a href="http://technorati.com/tag/localization" rel="tag"> localization</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yetanothertechblog.com/2009/06/17/i-hate-accesskeys/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Cheers from Geneva</title>
		<link>http://www.yetanothertechblog.com/2009/06/15/cheers-from-geneva/</link>
		<comments>http://www.yetanothertechblog.com/2009/06/15/cheers-from-geneva/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 07:52:07 +0000</pubDate>
		<dc:creator>flod</dc:creator>
				<category><![CDATA[photography]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://www.yetanothertechblog.com/?p=43</guid>
		<description><![CDATA[I really hate shooting with compact cameras (noise, small control on the settings, etc.), and this is the only photo that I took with my father&#8217;s Canon Ixus 90 IS during the Geneva meetup.
Unfortunately, I already had too much luggage to carry also my usual equipment (see a couple of examples here or here)   [...]]]></description>
			<content:encoded><![CDATA[<p>I really hate shooting with compact cameras (noise, small control on the settings, etc.), and this is the only photo that I took with my father&#8217;s Canon Ixus 90 IS during the <a href="http://www.yetanothertechblog.com/2009/06/15/mozilla-italia-sumo-in-geneva/">Geneva meetup</a>.</p>
<p>Unfortunately, I already had too much luggage to carry also my usual equipment (see a couple of examples <a href="http://www.flickr.com/photos/delymyth1/1555583911/">here</a> or <a href="http://www.flickr.com/photos/novecento-teiluj/2490130395/">here</a>)  <img src='http://www.yetanothertechblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p style="text-align: center;"><a title="Geneva di flod, su Flickr" href="http://www.flickr.com/photos/flod/3627579499/"><img class="mmaginepost aligncenter" src="http://farm4.static.flickr.com/3642/3627579499_9e27518d2b.jpg" alt="Geneva" width="500" height="352" /></a></p>
<p class="tag_technorati">Technorati Tags: <a href="http://technorati.com/tag/geneva" rel="tag">geneva</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yetanothertechblog.com/2009/06/15/cheers-from-geneva/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mozilla Italia &amp; SUMO in Geneva</title>
		<link>http://www.yetanothertechblog.com/2009/06/15/mozilla-italia-sumo-in-geneva/</link>
		<comments>http://www.yetanothertechblog.com/2009/06/15/mozilla-italia-sumo-in-geneva/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 07:18:55 +0000</pubDate>
		<dc:creator>flod</dc:creator>
				<category><![CDATA[mozilla italia]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://www.yetanothertechblog.com/?p=42</guid>
		<description><![CDATA[This is the presentation we did, as Mozilla Italia, during the first great EU Intercommunity Meetup in Geneva.
SUMO and Mozilla Italia
View more PDF documents from flod.

In the last year I joined several Mozilla meetings – Whistler and Barcelona in 2008, Fosdem and Geneva in 2009 – and I feel that this last one in Geneva [...]]]></description>
			<content:encoded><![CDATA[<p>This is the presentation we did, as <a href="http://www.mozillaitalia.it/home">Mozilla Italia</a>, during the first great <a href="https://wiki.mozilla.org/EU_Intercommunity_Meetup_2009">EU Intercommunity Meetup in Geneva</a>.</p>
<div id="__ss_1582095" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="SUMO and Mozilla Italia" href="http://www.slideshare.net/flod/sumo-and-mozilla-italia?type=powerpoint">SUMO and Mozilla Italia</a><object style="margin:0px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=sumo-090614144824-phpapp01&amp;stripped_title=sumo-and-mozilla-italia" /><param name="allowfullscreen" value="true" /><embed style="margin:0px" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=sumo-090614144824-phpapp01&amp;stripped_title=sumo-and-mozilla-italia" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">PDF documents</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/flod">flod</a>.</div>
</div>
<p>In the last year I joined several Mozilla meetings – Whistler and Barcelona in 2008, Fosdem and Geneva in 2009 – and I feel that this last one in Geneva had the best format in terms of &#8220;productivity&#8221;: few people, around 20, with common experiences and problems can really try to identify and solve problems.</p>
<p>I have a lot of things to think about for the next months: localized Litmus (and localized tests) to expand the local QA community, how to reproduce in our site the &#8220;tasks&#8221; used by the <a href="http://www.mozilla-hispano.org/">Mozilla Hispano</a> guys to track unfinished or new works, effective ways to involve new contributors (see also the <a href="http://www.yetanothertechblog.com/2009/06/07/local-communities-always-the-same-faces/">previous post</a>).</p>
<p class="tag_technorati">Technorati Tags: <a href="http://technorati.com/tag/mozgeneva09" rel="tag">mozgeneva09</a>, <a href="http://technorati.com/tag/mozilla+meetup" rel="tag"> mozilla meetup</a>, <a href="http://technorati.com/tag/mozilla+italia" rel="tag"> mozilla italia</a>, <a href="http://technorati.com/tag/sumo" rel="tag"> sumo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yetanothertechblog.com/2009/06/15/mozilla-italia-sumo-in-geneva/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Local communities, always the same faces?</title>
		<link>http://www.yetanothertechblog.com/2009/06/07/local-communities-always-the-same-faces/</link>
		<comments>http://www.yetanothertechblog.com/2009/06/07/local-communities-always-the-same-faces/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 15:19:39 +0000</pubDate>
		<dc:creator>flod</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[mozilla italia]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://www.yetanothertechblog.com/?p=41</guid>
		<description><![CDATA[This post will probably end up as a stream of disconnected thoughts more than a well structured analysis, but it&#8217;s something that has bothered me for months and it&#8217;s quite difficult to choose a starting point and not to get lost in the middle.
The problem is easy: is your local Mozilla community growing? If not, [...]]]></description>
			<content:encoded><![CDATA[<p>This post will probably end up as a stream of disconnected thoughts more than a well structured analysis, but it&#8217;s something that has bothered me for months and it&#8217;s quite difficult to choose a starting point and not to get lost in the middle.</p>
<p>The problem is easy: <strong>is your local Mozilla community growing</strong>? If not, what are you doing to involve new people in the project?</p>
<p>I started contributing to the Italian community at the very beginning of 2004 (the community was just born), trying to help other people as a simple user on the local support forum.  Soon I became a moderator and then an administrator of the forum, after that I started working also on localization: first the integrated Firefox help, then web projects (Mozilla Europe, AMO) and now also software products (Firefox and Fennec).</p>
<p>It&#8217;s more than five years of active contribution to the Italian community. Why? Since I liked what Mozilla was (is) giving to me for free – Firebird and Mozilla Suite at that time – I wanted to give something back to the project: since I&#8217;m not a programmer but an advanced user, fond of my language, I contributed with support and localization.</p>
<p>If that was possible for me and a lot of the current contributors of the Italian community, why is so difficult to involve new people? Not counting that older contributors can stop helping for different reasons (personal, work, change of priorities), while the number of projects to maintain keeps growing.</p>
<p>Here&#8217;s a lot of questions, very few answers.</p>
<ul>
<li>Is this a specific problem of the Italian community? For what I see on the mailing lists (dev.l10n and dev.l10n.web), I don&#8217;t recognize a lot of new names, so I&#8217;m thinking that maybe it&#8217;s a problem also for other wide communities.</li>
<li>Is this a specific Mozilla problem? Maybe the Mozilla project, seen from the outside, seems too big or too complex, and people interested in free software and Open Source choose to invest their time in contributing to smaller projects?</li>
<li>People got used to &#8220;having things for free&#8221; and don&#8217;t even think about contributing?</li>
<li>They don&#8217;t know how to contribute, or even that they can do it?</li>
</ul>
<p>Honestly, for what I saw in the last year I&#8217;m not very confident about the future and that&#8217;s why I keep asking to myself: how can we change this trend? Looking forward to discussing these issues during the upcoming community-meeting <img src='http://www.yetanothertechblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p class="tag_technorati">Technorati Tags: <a href="http://technorati.com/tag/local+communities" rel="tag">local communities</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yetanothertechblog.com/2009/06/07/local-communities-always-the-same-faces/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Another Firefox Wallpaper</title>
		<link>http://www.yetanothertechblog.com/2009/04/19/another-firefox-wallpaper/</link>
		<comments>http://www.yetanothertechblog.com/2009/04/19/another-firefox-wallpaper/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 07:32:02 +0000</pubDate>
		<dc:creator>flod</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://www.yetanothertechblog.com/?p=39</guid>
		<description><![CDATA[
Canon EOS 40D, Canon 17-40mm ƒ4, tripod
If you like it, there&#8217;s a whole set on Flickr  
Technorati Tags: fotografia,  firefox wallpaper,  mozilla wallpaper
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="All firefox pins (wallpaper) di flod, su Flickr" href="http://www.flickr.com/photos/flod/3454372471/"><img class="immaginepost" src="http://farm4.static.flickr.com/3306/3454372471_38ba7200f3.jpg" alt="All firefox pins (wallpaper)" width="500" height="333" /></a></p>
<p style="text-align: center; font-size: x-small; font-style: italic;">Canon EOS 40D, Canon 17-40mm ƒ4, tripod</p>
<p>If you like it, there&#8217;s a <a href="http://www.flickr.com/photos/flod/sets/72157608558510801/">whole set on Flickr</a> <img src='http://www.yetanothertechblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p class="tag_technorati">Technorati Tags: <a href="http://technorati.com/tag/fotografia" rel="tag">fotografia</a>, <a href="http://technorati.com/tag/firefox+wallpaper" rel="tag"> firefox wallpaper</a>, <a href="http://technorati.com/tag/mozilla+wallpaper" rel="tag"> mozilla wallpaper</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yetanothertechblog.com/2009/04/19/another-firefox-wallpaper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox hangs because of malware</title>
		<link>http://www.yetanothertechblog.com/2009/04/14/firefox-hangs-because-of-malware/</link>
		<comments>http://www.yetanothertechblog.com/2009/04/14/firefox-hangs-because-of-malware/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 20:49:10 +0000</pubDate>
		<dc:creator>flod</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[mozilla italia]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://www.yetanothertechblog.com/?p=38</guid>
		<description><![CDATA[In the last few weeks, starting from the end of March, we noticed a strange spike in requests on the Italian support forum. The symptoms described were always the same:

Pages stop loading after a few minutes of normal browsing.
When the user tries to restart the browser he gets the error message &#8220;Firefox is already running [...]]]></description>
			<content:encoded><![CDATA[<p>In the last few weeks, starting from the end of March, we noticed a strange spike in requests on the <a href="http://forum.mozillaitalia.org">Italian support forum</a>. The symptoms described were always the same:</p>
<ul>
<li>Pages stop loading after a few minutes of normal browsing.</li>
<li>When the user tries to restart the browser he gets the error message &#8220;<a href="http://support.mozilla.com/en-US/kb/Firefox is already running but is not responding">Firefox is already running but is not responding</a>&#8220;.</li>
<li>Other browsers on the same system are not affected and work without problems.</li>
</ul>
<p>Since Firefox stopped working at the same time of the Firefox 3.0.8 release, a lot of people thought that the problem was caused by the last update, so they were searching the best way to go back to a previous version.</p>
<p>The usual solutions were not effective: safe-mode, disable plug-ins, temporarily disable antivirus and firewall, reinstall the last version in a different folder, create a new profile.</p>
<p>From the beginning we were able to restrict the problem to the Windows platform, so we thought of some sort of malware. By the evidences we&#8217;ve collected so far, the problem seems to be caused by a variant of the <a href="http://www.f-secure.com/sw-desc/navipromo.shtml">Navipromo Adware</a>, not identified by most of the antivirus softwares (see this <a href="http://www.virustotal.com/it/analisis/caddc0928e9f406c8c51724d60653675">virus total&#8217;s analysis</a>).</p>
<p>Users found suspect files in the local %Appdata% folder (<em>C:\Documents and Settings\%User%\Local Settings\Application Data</em> on Windows XP, <em>C:\Users\%user%\AppData</em> on Windows Vista):</p>
<ul>
<li>[random_name].exe</li>
<li>[name_of_exe].dat</li>
<li>[name_of_exe]_nav.dat</li>
<li>[name_of_exe]_navps.dat</li>
</ul>
<p>After killing the .exe process in Task Manager, Firefox returns to its normal behavior.</p>
<p>There are still two unanswered questions:</p>
<ul>
<li>Why does only Firefox (and not other browsers) hang?</li>
<li>Why now and so hard in Italy? This adaware seems to be quite old.</li>
</ul>
<p>If you&#8217;re interested, there&#8217;s a <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=488283"> bug</a> and an <a href="https://support.mozilla.com/tiki-view_forum_thread.php?comments_parentId=322151&amp;forumId=3">ongoing discussion</a> on the SUMO Contributors&#8217; forum.</p>
<p>Thanks to all the guys of the <a href="http://www.mozillaitalia.it/home">Italian project</a> and <a href="http://support.mozilla.com/">SUMO</a> for the support and the great team work of the last days <img src='http://www.yetanothertechblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p class="tag_technorati">Technorati Tags: <a href="http://technorati.com/tag/firefox" rel="tag">firefox</a>, <a href="http://technorati.com/tag/Firefox+is+already+running+but+is+not+responding" rel="tag"> Firefox is already running but is not responding</a>, <a href="http://technorati.com/tag/navipromo" rel="tag"> navipromo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yetanothertechblog.com/2009/04/14/firefox-hangs-because-of-malware/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Survey for Ubiquity localization</title>
		<link>http://www.yetanothertechblog.com/2009/03/23/survey-for-ubiquity-localization/</link>
		<comments>http://www.yetanothertechblog.com/2009/03/23/survey-for-ubiquity-localization/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 18:48:08 +0000</pubDate>
		<dc:creator>flod</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[l10n]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[ubiquity]]></category>

		<guid isPermaLink="false">http://www.yetanothertechblog.com/?p=37</guid>
		<description><![CDATA[How can we localize this set of commands in Italian (see Mitcho&#8217;s post)?
1. search HELLO
2. search HELLO with google
3. translate HELLO from English to French
4. lookup the weather for PLACE
5. shop for SHOES with Amazon
6. email HELLO to Bill
7. email HELLO to ADDRESS
8. map PLACE
9. find HELLO
10. tab to HELLO or switch to HELLO tab
1. [...]]]></description>
			<content:encoded><![CDATA[<p>How can we localize this set of commands in Italian (see <a href="http://mitcho.com/blog/projects/ubiquity-i18n-questions-to-ask/">Mitcho&#8217;s post</a>)?</p>
<blockquote><p>1. search HELLO<br />
2. search HELLO with google<br />
3. translate HELLO from English to French<br />
4. lookup the weather for PLACE<br />
5. shop for SHOES with Amazon<br />
6. email HELLO to Bill<br />
7. email HELLO to ADDRESS<br />
8. map PLACE<br />
9. find HELLO<br />
10. tab to HELLO or switch to HELLO tab</p></blockquote>
<blockquote><p>1. cerca HELLO</p></blockquote>
<p>Italian uses the same order of English, so this one is easy.</p>
<blockquote><p>2. cerca HELLO su google</p></blockquote>
<p>First minor problem (see also <a href="http://www.yetanothertechblog.com/2009/03/08/thinking-ubiquity-in-italian/#comment-2131">this comment</a>): do you search &#8220;on&#8221; Google, &#8220;with&#8221; Google or &#8220;in&#8221; Google? The form &#8220;cerca su&#8221; (&#8221;search on&#8221;) is probably the most used nowadays. Note that the object is placed between the verb (cerca) and the preposition (su).</p>
<blockquote><p>3. traduci HELLO da inglese a francese</p></blockquote>
<p>Removing definite articles maybe gives a little less natural feeling (&#8221;da inglese a francese&#8221; instead of &#8220;dall&#8217;inglese al francese&#8221;), but it still sounds good.</p>
<blockquote><p>4. controlla meteo di PLACE<br />
5. compra SHOES su Amazon</p></blockquote>
<p>Same order and structure of English, just need to find the most appropriate verbs (for example, you &#8220;check&#8221; the weather or &#8220;display&#8221; weather conditions?).</p>
<blockquote><p>6. email HELLO to Bill<br />
7. email HELLO to ADDRESS</p></blockquote>
<p>These two commands are quite problematic to localize:</p>
<ul>
<li>we don&#8217;t have a single Italian verb for &#8220;to email&#8221;</li>
<li>you can &#8220;send (or write) an email to someone&#8221;, the tricky part is to include the object (HELLO)</li>
</ul>
<p>If &#8220;HELLO&#8221; is an object (like a map, a selection or a link), the structure &#8220;send this by email to someone&#8221; is ok:</p>
<blockquote><p>invia HELLO per e-mail a Bill/ADDRESS</p></blockquote>
<p>What if HELLO is a text, like &#8220;email «good luck» to Bill&#8221;? In this case the proposed structure sounds weird, but honestly I can&#8217;t find a better structure (any suggestion out there?).</p>
<blockquote><p>6. invia HELLO per e-mail a Bill<br />
7. invia HELLO per e-mail a ADDRESS</p></blockquote>
<blockquote><p>8. cerca mappa di PLACE</p></blockquote>
<p>Since we don&#8217;t have a single verb equivalent to &#8220;to map&#8221;, we can use something like &#8220;search map of&#8221;.</p>
<blockquote><p>9. trova HELLO</p></blockquote>
<p>Same order of English.</p>
<blockquote><p>10. passa alla scheda HELLO</p></blockquote>
<p>&#8220;Tab to HELLO&#8221; is almost impossible to translate, while &#8220;switch to HELLO tab&#8221; has a different order in Italian (equivalent to &#8220;switch to tab HELLO&#8221;).</p>
<p>This is the final result, hopefully with chances of improvement on 6 and 7</p>
<blockquote><p>1. cerca HELLO<br />
2. cerca HELLO su google<br />
3. traduci HELLO da inglese a francese<br />
4. controlla meteo di PLACE<br />
5. compra SHOES su Amazon<br />
6. invia HELLO per e-mail a Bill<br />
7. invia HELLO per e-mail a ADDRESS<br />
8. cerca mappa di PLACE<br />
9. trova HELLO<br />
10. passa alla scheda HELLO</p></blockquote>
<blockquote><p>1. search this with google<br />
2. translate this to French<br />
3. bookmark this tab</p></blockquote>
<p>The only problem in these 3 commands is the lack of a single verb for &#8220;bookmark&#8221;, which can be changed to &#8220;add to bookmarks&#8221;. The correct form is &#8220;aggiungi questo ai segnalibri&#8221; (&#8221;add this to bookmarks&#8221;).</p>
<blockquote><p>1. cerca questo con google<br />
2. traduci questo in francese<br />
3. aggiungi questo ai segnalibri</p></blockquote>
<p class="tag_technorati">Technorati Tags: <a href="http://technorati.com/tag/ubiquity" rel="tag">ubiquity</a>, <a href="http://technorati.com/tag/l10n" rel="tag"> l10n</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yetanothertechblog.com/2009/03/23/survey-for-ubiquity-localization/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 1.774 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-07-17 11:52:01 -->
