<?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>Aharoni in Unicode, ya mama &#187; Firefox</title>
	<atom:link href="http://aharoni.wordpress.com/category/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://aharoni.wordpress.com</link>
	<description>Treacle tarts for great justice</description>
	<lastBuildDate>Thu, 23 May 2013 22:39:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='aharoni.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Aharoni in Unicode, ya mama &#187; Firefox</title>
		<link>http://aharoni.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aharoni.wordpress.com/osd.xml" title="Aharoni in Unicode, ya mama" />
	<atom:link rel='hub' href='http://aharoni.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Always define the language and the direction of your HTML documents, part 02: Backwards English</title>
		<link>http://aharoni.wordpress.com/2013/05/18/always-define-the-language-and-the-direction-of-your-html-documents-part-02-backwards-english/</link>
		<comments>http://aharoni.wordpress.com/2013/05/18/always-define-the-language-and-the-direction-of-your-html-documents-part-02-backwards-english/#comments</comments>
		<pubDate>Sat, 18 May 2013 12:14:26 +0000</pubDate>
		<dc:creator>aharoni</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[localization]]></category>

		<guid isPermaLink="false">http://aharoni.wordpress.com/?p=2166</guid>
		<description><![CDATA[In part 01 of these series, I showed why is it important to always define the language and the direction of all HTML content and not rely on the defaults: The content may get embedded in a document with different direction and be displayed incorrectly. This issue is laughably easy to avoid: If you are [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2166&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In part 01 of these series, I showed <a href="http://aharoni.wordpress.com/2012/08/07/always-dir-01/">why is it important to always define the language and the direction of all HTML content</a> and not rely on the defaults: The content may get embedded in a document with different direction and be displayed incorrectly.</p>
<p>This issue is laughably easy to avoid: If you are writing the content, you are supposed to know in what language it is written, so if it&#8217;s English, just write &lt;html lang=&#8221;en&#8221; dir=&#8221;ltr&#8221;&gt; even though these seem to be the defaults. Nineteen or so characters that ensure your content is readable and not displayed backwards. Please do it always and tell all your friends to do it.</p>
<p>The problem is that you don&#8217;t only have to explicitly set the language and the direction, but, as silly as it sounds, you have to set them correctly, too. A more subtle, but nevertheless quite frequent and disruptive bug is displaying presumably, but not actually, translated content in a different direction. This happens quite frequently when a website supports the browser language detection feature, known as Accept-Language:</p>
<div dir="rtl">
<ol>
<li>The web server sees that the browser requests content in Hebrew.</li>
<li>The web server sends a response with &lt;html lang=&#8221;he&#8221; dir=&#8221;rtl&#8221;&gt;, but because the website is not actually translated, the text is shown in the fallback language, which is usually English.</li>
<li>The user sees the content just like this numbered list, which I intentionally set to dir=&#8221;rtl&#8221;: with the numbers and the punctuation on the wrong side, and possibly invisible, because English is not a right-to-left language.</li>
</ol>
</div>
<p>Of course, it can go even worse. Arrows can point the wrong way and buttons and images can overlap and hide each other, rendering the page not just hard to read, but totally unusable.</p>
<p>This bug is also an example of the <a href="http://aharoni.wordpress.com/2011/08/24/the-software-localization-paradox/">Software Localization Paradox</a>: It manifests itself when Accept-Language is not English, but most developers install English operating systems and don&#8217;t bother to change the preferred language settings in the browser, so they never see how this bug manifests itself. The site developers don&#8217;t bother to test for it either.</p>
<p>The solution, of course, is to set a different language and direction only if the site is actually translated, and not to pretend that it&#8217;s translated if it&#8217;s not.</p>
<p>Here are two examples of such brokenness. Both sites are important and useful, but hard to use for people whose Accept-Language is Hebrew, Persian or Arabic.</p>
<p>Here&#8217;s how the <a href="https://developer.mozilla.org/he/">Mozilla Developer Network website</a> looks in fake Hebrew:</p>
<div id="attachment_2167" class="wp-caption aligncenter" style="width: 510px"><a href="http://aharoni.files.wordpress.com/2013/05/mdn-rtl.png"><img src="http://aharoni.files.wordpress.com/2013/05/mdn-rtl.png?w=500&#038;h=358" alt="Mozilla Developer Network website, in English, but right-to-left" width="500" height="358" class="size-full wp-image-2167" /></a><p class="wp-caption-text">Mozilla Developer Network website, in English, but right-to-left</p></div>
<p>Notice how the full stops are on the left end and how the text overlaps the images in the tiles on the right-hand side. This is how it is supposed to look, more or less:</p>
<div id="attachment_2168" class="wp-caption aligncenter" style="width: 510px"><a href="http://aharoni.files.wordpress.com/2013/05/mdn-ltr.png"><img src="http://aharoni.files.wordpress.com/2013/05/mdn-ltr.png?w=500&#038;h=377" alt="Mozilla Developer Network home page in English, left-to-right" width="500" height="377" class="size-full wp-image-2168" /></a><p class="wp-caption-text">Mozilla Developer Network home page in English, left-to-right</p></div>
<p>I manually changed dir=&#8221;rtl&#8221; to dir=&#8221;ltr&#8221; using the element inspector from Firefox&#8217;s developer tools and I also had to tweak a CSS class to move the &#8220;mozilla&#8221; tab at the top.</p>
<p>The above troubles are reported as <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=816443">bug 816443 &#8211;  lang and dir attributes must be used only if the page is actually translated</a>.</p>
<p>After showing an example of a web development bug from a site for, ahem, web developers, here is an even funnier example: The <a href="http://cldr.unicode.org/">home page of Unicode&#8217;s CLDR</a>. That&#8217;s right: Unicode&#8217;s own website shows text with incorrect direction:</p>
<div id="attachment_2169" class="wp-caption aligncenter" style="width: 510px"><a href="http://aharoni.files.wordpress.com/2013/05/cldr-rtl.png"><img src="http://aharoni.files.wordpress.com/2013/05/cldr-rtl.png?w=500&#038;h=301" alt="The Unicode CLDR website, in English but right-to-left" width="500" height="301" class="size-full wp-image-2169" /></a><p class="wp-caption-text">The Unicode CLDR website, in English but right-to-left</p></div>
<p>The only words translated here are &#8220;Contents&#8221; (תוכן) and &#8220;Search this site&#8221; (חיפוש באתר זה), which is not so useful. The rest is shown in English, and the direction is broken: Notice the strange alignment of the content and the schedule table. A few months ago that table was so broken that its content wasn&#8217;t visible at all, but that was probably patched.</p>
<p>Here&#8217;s how it is supposed to look:</p>
<div id="attachment_2170" class="wp-caption aligncenter" style="width: 510px"><a href="http://aharoni.files.wordpress.com/2013/05/cldr-ltr.png"><img src="http://aharoni.files.wordpress.com/2013/05/cldr-ltr.png?w=500&#038;h=301" alt="The CLDR home page in English, appropriately left-to-right" width="500" height="301" class="size-full wp-image-2170" /></a><p class="wp-caption-text">The CLDR home page in English, appropriately left-to-right</p></div>
<p>I tried reporting <a href="http://unicode.org/cldr/trac/ticket/6072">the CLDR home page direction bug</a>, but it was closed as &#8220;out-of-scope&#8221;: The CLDR developers say that the Google Sites infrastructure is to blame. This is frustrating, because as far as I know Google Sites doesn&#8217;t have a proper bug reporting system and all I can do is write a <a href="http://productforums.google.com/forum/#!category-topic/sites/report-a-problem/dzqvgdz1Dpo">question about that direction problem in the Google Sites forum</a> and hope that somebody notices it or poke my Googler friends.</p>
<p>One thing that I will not do is switch my Accept-Language to English. Whenever I can, I don&#8217;t just want to see the website correctly, but to <a href="http://www.quora.com/User-Behavior/Bilingual-web-users-Do-you-usually-browse-in-your-native-language-or-simply-use-the-sites-default-language-Why">try to help my neighbor</a>: see the possible problems that can affect other users who use different language. Somebody has to break the Software Localization Paradox.</p>
<br />Filed under: <a href='http://aharoni.wordpress.com/category/firefox/'>Firefox</a>, <a href='http://aharoni.wordpress.com/category/free-software/'>Free Software</a>, <a href='http://aharoni.wordpress.com/category/localization/'>localization</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aharoni.wordpress.com/2166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aharoni.wordpress.com/2166/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2166&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aharoni.wordpress.com/2013/05/18/always-define-the-language-and-the-direction-of-your-html-documents-part-02-backwards-english/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/be497f8bae14d55916cba53df8a80ceb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">aharoni</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2013/05/mdn-rtl.png" medium="image">
			<media:title type="html">Mozilla Developer Network website, in English, but right-to-left</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2013/05/mdn-ltr.png" medium="image">
			<media:title type="html">Mozilla Developer Network home page in English, left-to-right</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2013/05/cldr-rtl.png" medium="image">
			<media:title type="html">The Unicode CLDR website, in English but right-to-left</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2013/05/cldr-ltr.png" medium="image">
			<media:title type="html">The CLDR home page in English, appropriately left-to-right</media:title>
		</media:content>
	</item>
		<item>
		<title>The Fateful March of 1998 &#8211; my #webstory</title>
		<link>http://aharoni.wordpress.com/2013/04/07/the-fateful-march-of-1998-my-webstory/</link>
		<comments>http://aharoni.wordpress.com/2013/04/07/the-fateful-march-of-1998-my-webstory/#comments</comments>
		<pubDate>Sun, 07 Apr 2013 10:06:53 +0000</pubDate>
		<dc:creator>aharoni</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://aharoni.wordpress.com/?p=2147</guid>
		<description><![CDATA[I first connected to the web in the summer of 1997. I bought a new computer with Windows 95 and Microsoft Internet Explorer 2. For about a week I thought that that&#8217;s how the web is supposed to look, but I kept seeing messages saying &#8220;Your browser doesn&#8217;t support frames&#8221; on a lot of sites. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2147&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I first connected to the web in the summer of 1997. I bought a new computer with Windows 95 and Microsoft Internet Explorer 2. For about a week I thought that that&#8217;s how the web is supposed to look, but I kept seeing messages saying &#8220;Your browser doesn&#8217;t support frames&#8221; on a lot of sites. And then I found that there&#8217;s this thing called Microsoft Internet Explorer 3. I went to microsoft.com and downloaded it. It was the first piece of software that I downloaded. It was about 10 megabytes and took about an hour on my dial-up connection.</p>
<p>Most notably, Microsoft Internet Explorer 3 supported <a href="https://en.wikipedia.org/wiki/Frameset">frames</a> and <a href="https://en.wikipedia.org/wiki/Animated_GIF">animated GIFs</a>. I loved animated GIFs! I guess that it makes me quite a hipster.</p>
<div id="attachment_2151" class="wp-caption aligncenter" style="width: 290px"><a href="http://aharoni.files.wordpress.com/2013/04/01_house_cat.gif"><img src="http://aharoni.files.wordpress.com/2013/04/01_house_cat.gif?w=500" alt="A cat in headphones dancing to house music."   class="size-full wp-image-2151" /></a><p class="wp-caption-text">House cat. Sorry, it&#8217;s an anachronism&mdash; this animated GIF is from mid-2000s. 1997&#8242;s animated GIFs were quite different.</p></div>
<p>And then Microsoft Internet Explorer 4 came out. I thought&mdash;&#8221;well, if the move from IE2 to IE3 made such a big difference, then I guess that I should try number 4, and it will be even cooler&#8221;. And I tried. And it was a disaster. The installation screwed up everything on my computer. I had no idea how to disable the dreaded <a href="https://en.wikipedia.org/wiki/Active_Desktop">Active Desktop</a>, which it introduced. It didn&#8217;t work so well with my Hebrew version of Windows 95. So I did what a lot of people did very often back then and formatted my hard drive and re-installed Windows.</p>
<p>And the question arose&mdash;which browser should I use? IE3 was stable, but I didn&#8217;t like that it was getting old. So I went to netscape.com, to try that Netscape Navigator browser that I kept hearing everybody talking about it.</p>
<p>And I loved it.</p>
<p>I loved its nifty toolbars and its bookmarks manager. I loved the crash reporting; it crashed quite often, actually, but I didn&#8217;t feel so bad about it, because Microsoft&#8217;s programs crashed often, too, and in case of Netscape I felt good about reporting these crashes. Netscape&#8217;s email program, Netscape Messenger, was truly outstanding. I especially loved the green dot, which marked messages as read and unread in one click. Most of all, it said very clearly something that I came to realize only years later: &#8220;I am a program that lets you browse the web as well as possible. I am not trying to do anything else.&#8221;</p>
<p>Fast forward to March 1998. Netscape made the big announcement that the development of its browser becomes an open source project code-named &#8220;Mozilla&#8221;. I started hearing about &#8220;open source&#8221;, &#8220;free software&#8221; and Linux shortly before that, but it was mostly in the context of crazy geek hobbyists. And then suddenly a big famous end-user product that I love becomes open source&mdash;that felt really cool.</p>
<p>I followed Mozilla news since then. I heard about <a href="https://en.wikipedia.org/wiki/Bugzilla">Bugzilla</a> before its first version was released. I liked Mozilla&#8217;s decision to redo the whole rendering based on standards, even though many people criticized it. The thing that annoyed me the most in Mozilla&#8217;s early years was the lack of support for proper right-to-left text support, which was present in Internet Explorer. That&#8217;s why I, sadly, used mostly IE, and even became a bit of an IE power user. But I waited eagerly for Mozilla to do it and tried every alpha release.</p>
<div id="attachment_2152" class="wp-caption aligncenter" style="width: 339px"><a href="http://aharoni.files.wordpress.com/2013/04/firefox-1-ad-page.png"><img src="http://aharoni.files.wordpress.com/2013/04/firefox-1-ad-page.png?w=500" alt="&quot;Are you fed up with your browser? You&#039;re not alone. We want you to know that there&#039;s an alternative... Firefox.&quot; The logo of Firefox is drawn with names of people."   class="size-full wp-image-2152" /></a><p class="wp-caption-text">The famous New York Times ad.</p></div>
<p>I was thrilled about the announcement of Firefox, the first stable version of Mozilla&#8217;s browser. I gave 10$ to the famous <a href="http://www.mozilla.org/en-US/press/mozilla-2004-12-15.html">2004 New York Times Firefox advertisement</a>, and I still have the poster of that advertisement at home.</p>
<div id="attachment_2153" class="wp-caption aligncenter" style="width: 253px"><a href="http://aharoni.files.wordpress.com/2013/04/firefox-1-ad-amir-aharoni.png"><img src="http://aharoni.files.wordpress.com/2013/04/firefox-1-ad-amir-aharoni.png?w=500" alt="A long list of names, including Amir Elisha Aharoni"   class="size-full wp-image-2153" /></a><p class="wp-caption-text">And there&#8217;s my name. Third line in the middle.</p></div>
<p>It always seemed natural to me that I follow Mozilla news so eagerly. I thought that everybody does it. I mean, how is it even possible to use the web in any way without being at least a bit curious about the technology that runs it?</p>
<p>And then in 2008 I wrote a <a href="http://haharoni.wordpress.com/2008/05/11/sky/">little unimportant post in my Hebrew blog about a funny spelling correction</a>. <a href="http://tomercohen.com/">Tomer Cohen</a> commented on it and suggested me to try the Hebrew spelling dictionary and Hebrew Firefox in general. And that&#8217;s how my big love story with software localization began.</p>
<p>I started sending corrections to the translation of Firefox&#8217;s interface translation. I started sending corrections to the Hebrew spelling dictionary. I got so curious about the way the spelling dictionary was built that I ended up doing a whole university degree in Hebrew Language. Really.</p>
<p>And in 2011 I started working in the Language Engineering team in the Wikimedia Foundation. I love it, and it probably wouldn&#8217;t have happened without my involvement with Mozilla. In the same year I also became a <a href="https://reps.mozilla.org">Mozilla Rep</a>&mdash;a volunteer representative of Mozilla at conferences, blogs and forums.</p>
<p>Probably the most important thing that I learned from my Mozilla story is that loving the web and being curious about it is not something obvious. Most people just want something that works for checking weather, news, Facebook friends updates, homework help and kitten videos. And for the most part, that is perfectly fine. But the people&#8217;s freedom to read reliable and complete news on any electronic device cannot actually be taken for granted. <a href="http://articles.timesofindia.indiatimes.com/2012-11-19/india/35204660_1_facebook-post-facebook-account-bal-thackeray">Neither the people&#8217;s freedom and privacy to share their thoughts in social networks</a>. Mozilla is among the most important organizations that care for these things and it develops technologies that make them possible. Technologies that let you browse the web as well as possible and don&#8217;t try to do anything else.</p>
<p>We do it for one simple reason: We love the web.</p>
<p><a href="http://www.mozilla.org/en-US/contribute/">Do you love it, too?</a></p>
<p>P.S. As I began writing this post, I realized that Microsoft&#8217;s Active Desktop was not so different from today&#8217;s devices, which are heavily based on web technologies: Firefox OS, Chrome OS and others. I can&#8217;t say that I love Microsoft, but as it often happens, it was quite pioneering with ideas, and not so good with their execution. Credit where credit&#8217;s due.</p>
<br />Filed under: <a href='http://aharoni.wordpress.com/category/firefox/'>Firefox</a>, <a href='http://aharoni.wordpress.com/category/free-software/'>Free Software</a>, <a href='http://aharoni.wordpress.com/category/internet/'>Internet</a>, <a href='http://aharoni.wordpress.com/category/privacy/'>privacy</a>, <a href='http://aharoni.wordpress.com/category/software/'>software</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aharoni.wordpress.com/2147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aharoni.wordpress.com/2147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2147&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aharoni.wordpress.com/2013/04/07/the-fateful-march-of-1998-my-webstory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/be497f8bae14d55916cba53df8a80ceb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">aharoni</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2013/04/01_house_cat.gif" medium="image">
			<media:title type="html">A cat in headphones dancing to house music.</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2013/04/firefox-1-ad-page.png" medium="image">
			<media:title type="html">&#34;Are you fed up with your browser? You&#039;re not alone. We want you to know that there&#039;s an alternative... Firefox.&#34; The logo of Firefox is drawn with names of people.</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2013/04/firefox-1-ad-amir-aharoni.png" medium="image">
			<media:title type="html">A long list of names, including Amir Elisha Aharoni</media:title>
		</media:content>
	</item>
		<item>
		<title>English typing computer</title>
		<link>http://aharoni.wordpress.com/2012/11/03/2042/</link>
		<comments>http://aharoni.wordpress.com/2012/11/03/2042/#comments</comments>
		<pubDate>Sat, 03 Nov 2012 14:03:04 +0000</pubDate>
		<dc:creator>aharoni</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[localization]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://aharoni.wordpress.com/?p=2042</guid>
		<description><![CDATA[I&#8217;m in an Internet cafe in Mumbai. I tried to install Firefox with the Marathi interface, but on the computers here fonts for languages of India are not installed. That&#8217;s right &#8211; on computers in India fonts for languages of India are not installed. Hence, installing Firefox in Marathi failed at the very first stage, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2042&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m in an Internet cafe in Mumbai. I tried to install Firefox with the Marathi interface, but on the computers here fonts for languages of India are not installed. That&#8217;s right &#8211; on computers in India fonts for languages of India are not installed. Hence, installing Firefox in Marathi failed at the very first stage, because the fonts are needed for the installation wizard.</p>
<p>Actually, I&#8217;m not surprised that these fonts are not installed, because it&#8217;s not my first time in India. I know that it happens a lot in this country. I would install them, but I don&#8217;t have a permission.</p>
<p>I find it incredibly weird &#8211; and tragic &#8211; that so many people in India don&#8217;t even try to use computers in any language except English. The one curious thing that I did find was an &#8220;English typing computer&#8221; shop. It&#8217;s just a place where you can use a computer to write Word documents in <strong>Hindi or Marathi</strong>, but using an English-based transliteration keyboard rather than the standard Indian Devanagari InScript keyboard, because they find transliteration keyboards easier. Of course, they could just install such a keyboard layout on their computers&#8230; but they prefer to go to an &#8220;English typing computer&#8221; shop.</p>
<p>We, software internationalization people, have so much more work to do.</p>
<br />Filed under: <a href='http://aharoni.wordpress.com/category/english/'>English</a>, <a href='http://aharoni.wordpress.com/category/firefox/'>Firefox</a>, <a href='http://aharoni.wordpress.com/category/india/'>India</a>, <a href='http://aharoni.wordpress.com/category/localization/'>localization</a>, <a href='http://aharoni.wordpress.com/category/translation/'>translation</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aharoni.wordpress.com/2042/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aharoni.wordpress.com/2042/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2042&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aharoni.wordpress.com/2012/11/03/2042/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/be497f8bae14d55916cba53df8a80ceb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">aharoni</media:title>
		</media:content>
	</item>
		<item>
		<title>Always define the language and the direction of your HTML documents, part 01</title>
		<link>http://aharoni.wordpress.com/2012/08/07/always-dir-01/</link>
		<comments>http://aharoni.wordpress.com/2012/08/07/always-dir-01/#comments</comments>
		<pubDate>Tue, 07 Aug 2012 08:42:49 +0000</pubDate>
		<dc:creator>aharoni</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[localization]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[translation]]></category>
		<category><![CDATA[right to left]]></category>

		<guid isPermaLink="false">http://aharoni.wordpress.com/?p=2032</guid>
		<description><![CDATA[I received this email from Safari Books Online: The email is written in English, but notice how the text is aligned unusually to the right. Notice also that the punctuation marks appear at the wrong end of the sentence. I used Firefox developer tools to apply the correct direction, and saw it correctly: This happens [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2032&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I received this email from Safari Books Online:</p>
<div id="attachment_2033" class="wp-caption aligncenter" style="width: 510px"><a href="http://aharoni.files.wordpress.com/2012/08/safari-books-rtl.png"><img src="http://aharoni.files.wordpress.com/2012/08/safari-books-rtl.png?w=500&#038;h=220" alt="Email in English from Safari Books, oriented like Hebrew" title="Email in English from Safari Books, oriented like Hebrew" width="500" height="220" class="size-full wp-image-2033" /></a><p class="wp-caption-text">Email in English from Safari Books, oriented like Hebrew. Click to enlarge.</p></div>
<p>The email is written in English, but notice how the text is aligned unusually to the right. Notice also that the punctuation marks appear at the wrong end of the sentence. I used Firefox developer tools to apply the correct direction, and saw it correctly:</p>
<div id="attachment_2034" class="wp-caption aligncenter" style="width: 510px"><a href="http://aharoni.files.wordpress.com/2012/08/gmail-editing-ltr.png"><img src="http://aharoni.files.wordpress.com/2012/08/gmail-editing-ltr.png?w=500&#038;h=266" alt="The same email, with corrected left-to-right formatting using Firefox developer tools" title="The same email, with corrected left-to-right formatting using Firefox developer tools" width="500" height="266" class="size-full wp-image-2034" /></a><p class="wp-caption-text">The same email, with corrected left-to-right formatting using Firefox developer tools</p></div>
<p>This happens because I use GMail with the Hebrew interface. GMail has to guess the direction of the emails that I receive, because in plain text there&#8217;s no easy way to specify the direction (I hope to discuss it in a separate post soon). Usually GMail guesses correctly. Ironically, for HTML-formatted emails like this one, GMail often guesses incorrectly, even though in HTML, unlike in plain text, it&#8217;s quite easy to specify the direction by simply adding dir=&#8221;ltr&#8221; to the root element of the email.</p>
<p>Unfortunately a lot of HTML authors don&#8217;t bother to specify explicit direction. Many are not even aware of this exotic dir attribute. Others think that because &#8220;ltr&#8221; is the default, they don&#8217;t have to specify it. They are wrong: As this email shows, the left-to-right HTML content is embedded in a right-to-left environment, and the &#8220;rtl&#8221; definition propagates to the embedded content.</p>
<p>You could blame GMail, of course, but it&#8217;s much more practical to always define the direction of your HTML content, even if it&#8217;s the default. You can never know where will your content end up.</p>
<p>P.S.: I read this post before publishing and suddenly realized that its style is quite similar to &#8220;Best Practices&#8221; books, such as Damian Conway&#8217;s classic &#8220;Perl Best Practices&#8221; &#8211; it tells you to do something that is not obviously needed, and explains why it is needed nevertheless. I like to acknowledge sources of inspiration. Thank you, Damian.</p>
<br />Filed under: <a href='http://aharoni.wordpress.com/category/firefox/'>Firefox</a>, <a href='http://aharoni.wordpress.com/category/internet/'>Internet</a>, <a href='http://aharoni.wordpress.com/category/localization/'>localization</a>, <a href='http://aharoni.wordpress.com/category/perl/'>Perl</a>, <a href='http://aharoni.wordpress.com/category/programming/'>programming</a>, <a href='http://aharoni.wordpress.com/category/translation/'>translation</a> Tagged: <a href='http://aharoni.wordpress.com/tag/right-to-left/'>right to left</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aharoni.wordpress.com/2032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aharoni.wordpress.com/2032/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2032&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aharoni.wordpress.com/2012/08/07/always-dir-01/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/be497f8bae14d55916cba53df8a80ceb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">aharoni</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2012/08/safari-books-rtl.png" medium="image">
			<media:title type="html">Email in English from Safari Books, oriented like Hebrew</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2012/08/gmail-editing-ltr.png" medium="image">
			<media:title type="html">The same email, with corrected left-to-right formatting using Firefox developer tools</media:title>
		</media:content>
	</item>
		<item>
		<title>The Secret Spell &#8211; how to easily make spelling checkers better</title>
		<link>http://aharoni.wordpress.com/2012/03/18/the-secret-spell-how-to-easily-make-spelling-checkers-better/</link>
		<comments>http://aharoni.wordpress.com/2012/03/18/the-secret-spell-how-to-easily-make-spelling-checkers-better/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 11:30:23 +0000</pubDate>
		<dc:creator>aharoni</dc:creator>
				<category><![CDATA[bugs]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[LibreOffice]]></category>
		<category><![CDATA[linguistics]]></category>
		<category><![CDATA[localization]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://aharoni.wordpress.com/?p=1846</guid>
		<description><![CDATA[Software localization and language tools are poorly understood by a lot of people in general. Probably the most misunderstood language tool, despite its ubiquity, is spell checking. Here are some things that most people probably do understand about spelling checkers: Using a spelling checker does not guarantee perfect grammar and correctness of the text. False [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=1846&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Software localization and language tools are poorly understood by a lot of people in general. Probably the most misunderstood language tool, despite its ubiquity, is spell checking.</p>
<p>Here are some things that most people probably do understand about spelling checkers:</p>
<ul>
<li>Using a spelling checker does not guarantee perfect grammar and correctness of the text. False positives and false negatives happen.</li>
<li>Spelling checkers don&#8217;t include all possible words &#8211; they don&#8217;t have names, rare technical terms, neologisms, etc.</li>
</ul>
<p>And here are some facts about spelling checkers that people often don&#8217;t understand. Some of them are  are so basic that they seem ridiculous, but nevertheless i heard them more than once:</p>
<ul>
<li>Spelling checkers can exist for any language, not just for English.</li>
<li>At least in some programs it is possible to check the spelling of several languages at once, in one document.</li>
<li>Some spelling checkers intentionally omit some words, because they are too rare to be useful.</li>
<li>The same list of words can be used in several programs.</li>
<li>Contrariwise, the same language can have several lists of words available.</li>
</ul>
<p>But probably the biggest misunderstanding about spelling checkers is that they are software just like any other: It was created by programmers, it has maintainers, and it has bugs. These bugs can be reported and fixed. This is relatively easy to do with Free Software like Firefox and LibreOffice, because proprietary software vendors usually don&#8217;t accept bug reports at all. But in fact, even with Free Software it is easy only in theory.</p>
<p>The problem with spelling checkers is that almost any person can easily find lots of missing words in them just by writing email and Facebook updates (and dare i mention, Wikipedia articles). It&#8217;s a problem, because there&#8217;s no easy way to report them. When the spell checker marks a legitimate word in red, the user can press &#8220;Add to dictionary&#8221;. This function adds the word to a local file, so it&#8217;s useful only for that user on that computer. It&#8217;s not even shared with that user&#8217;s other computers or mobile devices, and it&#8217;s certainly not shared with other people who speak that language and for whom that word can be useful.</p>
<p>The user can report a missing word as a bug in the bug tracking system of the program that he uses to write the texts, the most common examples being Firefox and LibreOffice. Both of these projects use Bugzilla to track bugs. However, filling a whole Bugzilla report form just to report a missing word is way too hard and time-consuming for most users, so they won&#8217;t do it. And even if they would do it, it would be hard for the maintainers of Firefox and LibreOffice to handle that bug report, because the spelling dictionaries are usually maintained by other people.</p>
<p>Now what if reporting a missing word to the spelling dictionary maintainers would be as easy as pressing &#8220;Add to dictionary&#8221;?</p>
<p>The answer is very simple &#8211; spelling dictionaries for many languages would quickly start to grow and improve. This is an area that just begs to be crowd-sourced. Sure, big, important and well-supported languages like English, French, Russian, Spanish and German may not really need it, because they have huge dictionaries already. But the benefit for languages without good software support would be enormous. I&#8217;m mostly talking about languages of Africa, India, the Pacific and Native American languages, too.</p>
<p>There&#8217;s not much to do on the client side: Just let &#8220;Add to dictionary&#8221; send the information to a server instead of saving it locally. Anonymous reporting should probably be the default, but there can be an option to attach an email address to the report and get the response of the maintainer. The more interesting question is what to do on the server side. Well, that&#8217;s not too complicated, either.</p>
<p>When the word arrives, the maintainer is notified and must do something about it. I can think of these possible resolutions:</p>
<ul>
<li>The word is added to the dictionary and distributed to all users in the next released version.</li>
<li>The word is an inflected form of an existing word that the dictionary didn&#8217;t recognize because of a bug in the inflection logic. The bug is fixed and the fix is distributed to all users in the next released version.</li>
<li>The word is correct, but not added to the dictionary which is distributed to general users, because it&#8217;s deemed too rare to be useful for most people. It is, however, added to the dictionary for the benefit of linguists and other people who need complete dictionaries. Personal names that aren&#8217;t common enough to be included in the dictionary can receive similar treatment.</li>
<li>The word is not added to the dictionary, because it&#8217;s in the wrong language, but it can be forwarded to the maintainer of the spelling dictionary for that language. (The same can be done for a different spelling standard in the same language, like color/colour in English.)</li>
<li>The word is not added to the dictionary, because it&#8217;s a common misspelling (like &#8220;attendence&#8221; would be in English.)</li>
<li>The word is not added to the dictionary, because it&#8217;s complete gibberish.</li>
</ul>
<p>Some of the points above can be identified semi-automatically, but the ultimate decision should be up to the dictionary maintainer. Mistakes that are reported too often &#8211; again, &#8220;attendence&#8221; may become one &#8211; can be filtered out automatically. The IP addresses of abusive users who send too much garbage can be blocked.</p>
<p>The same system for maintaining spelling dictionaries can be used for all languages and reside on the same website. This would be similar to <a href="http://www.translatewiki.net">translatewiki.net</a> &#8211; one website in which all the translations for MediaWiki and related projects are handled. It makes sense on translatewiki.net, because the translation requirements for all languages are pretty much the same and the translators help each other. The requirements for spelling dictionaries are also mostly the same for all languages, even though they differ in the implementation of morphology and in other features, so developers of dictionaries for different languages can collaborate.</p>
<p>I already started implementing a web service for doing this. I called it <a href="https://github.com/amire80/Orthoman">Orthoman</a> &#8211; &#8220;orthography manager&#8221;. I picked Perl and Catalyst for this &#8211; Perl is the language that i know best and i heard that Catalyst is a good framework for writing web services. I never wrote a web service from scratch before, so i&#8217;m slowish and this &#8220;implementation&#8221; doesn&#8217;t do anything useful yet. If you have a different suggestion for me &#8211; Ruby, Python, whatever -, you are welcome to propose it to me. If you are a web service implementation genius and can implement the thing i described here in two hours, feel free to do it in any language.</p>
<br />Filed under: <a href='http://aharoni.wordpress.com/category/bugs/'>bugs</a>, <a href='http://aharoni.wordpress.com/category/firefox/'>Firefox</a>, <a href='http://aharoni.wordpress.com/category/free-software/'>Free Software</a>, <a href='http://aharoni.wordpress.com/category/libreoffice/'>LibreOffice</a>, <a href='http://aharoni.wordpress.com/category/linguistics/'>linguistics</a>, <a href='http://aharoni.wordpress.com/category/localization/'>localization</a>, <a href='http://aharoni.wordpress.com/category/perl/'>Perl</a>, <a href='http://aharoni.wordpress.com/category/wikipedia/'>Wikipedia</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aharoni.wordpress.com/1846/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aharoni.wordpress.com/1846/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=1846&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aharoni.wordpress.com/2012/03/18/the-secret-spell-how-to-easily-make-spelling-checkers-better/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/be497f8bae14d55916cba53df8a80ceb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">aharoni</media:title>
		</media:content>
	</item>
		<item>
		<title>Mongol Bichig, or why Microsoft Internet Explorer is better than Firefox, Chrome and Opera</title>
		<link>http://aharoni.wordpress.com/2012/03/08/mongol-bichig-or-why-microsoft-internet-explorer-is-better-than-firefox-chrome-and-opera/</link>
		<comments>http://aharoni.wordpress.com/2012/03/08/mongol-bichig-or-why-microsoft-internet-explorer-is-better-than-firefox-chrome-and-opera/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 21:17:05 +0000</pubDate>
		<dc:creator>aharoni</dc:creator>
				<category><![CDATA[family]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[gay]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[localization]]></category>
		<category><![CDATA[Microsoft Internet Explorer]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[religion]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[Brad Pitt]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[George Clooney]]></category>
		<category><![CDATA[George Takei]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Jamie Lee Curtis]]></category>
		<category><![CDATA[John C. Reilly]]></category>
		<category><![CDATA[Kevin Bacon]]></category>
		<category><![CDATA[Martin Sheen]]></category>
		<category><![CDATA[Mongolian]]></category>
		<category><![CDATA[Yeardley Smith]]></category>

		<guid isPermaLink="false">http://aharoni.wordpress.com/?p=1778</guid>
		<description><![CDATA[After writing this post I found out that Google Chrome, in fact, does support vertical Mongolian text. The title of this post is designed to catch the eye. Microsoft Internet Explorer is not better than Firefox, Chrome and Opera &#8211; it&#8217;s worse than them in every imaginable regard. Except one: the support for Mongol Bichig, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=1778&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>After writing this post I found out that Google Chrome, in fact, does support vertical Mongolian text.</strong></p>
<p>The title of this post is designed to catch the eye. Microsoft Internet Explorer is not better than Firefox, Chrome and Opera &#8211; it&#8217;s worse than them in every imaginable regard.</p>
<p>Except one: the support for <em>Mongol Bichig</em>, the vertical Mongolian script.</p>
<div id="attachment_1779" class="wp-caption aligncenter" style="width: 275px"><a href="http://aharoni.files.wordpress.com/2012/02/265px-qatan_baghatur_magsurjab.png"><img src="http://aharoni.files.wordpress.com/2012/02/265px-qatan_baghatur_magsurjab.png?w=500" alt="Text in vertical Mongolian" title="Text in vertical Mongolian"   class="size-full wp-image-1779" /></a><p class="wp-caption-text">Text in vertical Mongolian</p></div>
<p>Mongolian script is unique: its letters are connected, similarly to Arabic and its lines are written vertically. About three million Mongols in the independent republic of Mongolia use this script mostly for historical purposes, and use the Cyrillic script in their daily life, but the classical vertical script is the regular script for nearly six million Mongols in China &#8211; that&#8217;s about twice as much people.</p>
<p>The only browser that is able to display the vertical Mongolian script is Microsoft Internet Explorer. I don&#8217;t really know why Microsoft bothered to do it; maybe because the government of the People&#8217;s Republic of China demanded it. If that is true, then i salute the government of the People&#8217;s Republic of China. And i definitely salute Microsoft. I don&#8217;t like Microsoft&#8217;s insistence on keeping their code proprietary, but pioneering the support for this script, or any other, is praiseworthy.</p>
<p>I am very sad that at this time i cannot recommend my Mongolian friends to use my favorite browser, Firefox, or other modern browsers such as Google Chrome and Opera. For all their modernity, speed, feature richness and standards compliance, they are useless to over six million people who want to read and write in the vertical Mongolian script. At most, these browsers can display the script horizontally and with some letters incorrectly rendered. This also means that the only useful operating system for these people is Microsoft Windows.</p>
<p>One explanation that i heard for not supporting the vertical Mongolian script is that the <a href="http://dev.w3.org/csswg/css3-writing-modes/">CSS writing modes standard</a> is not completely defined. This is actually a good and even noble reason, but when the most basic ability to read a language is in question, experimental support is better than no support.</p>
<p>So, which modern free browser will be the first to support the Mongolian script? I guess that it will be Firefox, given its excellent track record in supporting Unicode, and that Google Chrome will follow it after three years or so. But if Chrome developers surprise me and get there first, i&#8217;ll be just as happy. In any case, i am waiting impatiently, along with more than six million Mongols.</p>
<p style="text-align:center;">*&nbsp;*&nbsp;*</p>
<hr />
<p>A completely unrelated postscript, intentionally hidden here, feel free to stop reading now: This morning i woke up to find that my <a href="http://planet.mozilla.org/">Planet Mozilla</a> feed was filled with reactions to a <a href="http://blog.gerv.net/2012/03/coalition-for-marriage-petition/">post by Gervaise Markham a.k.a. Gerv, in which he advocated keeping marriage defined as a union between a man and a woman</a>, essentially opposing gay marriage. A lot of people were angry that anti-gay comments appear in a Mozilla-related feed and a lot of people were angry that anything off-topic appears there. Some people supported Gerv in different ways.</p>
<p>Gerv is a very well-known and very talented Mozilla programmer, and also a devout Christian. His blog is called &#8220;Hacking for Christ&#8221;. There&#8217;s nothing weird or wrong about it &#8211; there are many other excellent Christian hackers, like Perl&#8217;s <a href="http://en.wikipedia.org/wiki/Larry_Wall">Larry Wall</a> and <a href="http://www.jnthn.net/">Jonathan Worthington</a> and Mozilla&#8217;s <a href="http://www.tug.org/interviews/kew.html">Jonathan Kew</a>. Gerv&#8217;s comment wasn&#8217;t particularly hateful; as it often goes, it focused on the legal side of things. Gerv is also an unusually charming person; i had the pleasure to meet him in Berlin.</p>
<p>All that said, i support gay marriage, i don&#8217;t support Gerv&#8217;s comment and i think that he shouldn&#8217;t have post it that way. But once he did, hey &#8211; water under the bridge. I care much more about his contributions to Mozilla&#8217;s code than about his social, legal and religious opinions.</p>
<p>And the loveliest part of it all is that in one the many comments to his post, i found a link to the play <a href="http://www.youtube.com/watch?v=qlUG8F9uVgM">&#8220;8&#8243;</a>, about the fight for recognizing gay marriage in California. On one hand, it&#8217;s a very well played PR stunt, with the highest league stars such as like Brad Pitt, George Clooney, Martin Sheen, Jamie Lee Curtis, Kevin Bacon, Yeardley Smith, John C. Reilly and George Takei. On the other hand, it&#8217;s actually worth watching. If this is what came out of that poorly placed blog post, then i&#8217;m not complaining.</p>
<br />Filed under: <a href='http://aharoni.wordpress.com/category/family/'>family</a>, <a href='http://aharoni.wordpress.com/category/firefox/'>Firefox</a>, <a href='http://aharoni.wordpress.com/category/free-software/'>Free Software</a>, <a href='http://aharoni.wordpress.com/category/gay/'>gay</a>, <a href='http://aharoni.wordpress.com/category/google/'>Google</a>, <a href='http://aharoni.wordpress.com/category/language/'>language</a>, <a href='http://aharoni.wordpress.com/category/localization/'>localization</a>, <a href='http://aharoni.wordpress.com/category/microsoft-internet-explorer/'>Microsoft Internet Explorer</a>, <a href='http://aharoni.wordpress.com/category/microsoft-windows/'>Microsoft Windows</a>, <a href='http://aharoni.wordpress.com/category/religion/'>religion</a>, <a href='http://aharoni.wordpress.com/category/writing/'>writing</a> Tagged: <a href='http://aharoni.wordpress.com/tag/brad-pitt/'>Brad Pitt</a>, <a href='http://aharoni.wordpress.com/tag/china/'>China</a>, <a href='http://aharoni.wordpress.com/tag/george-clooney/'>George Clooney</a>, <a href='http://aharoni.wordpress.com/tag/george-takei/'>George Takei</a>, <a href='http://aharoni.wordpress.com/tag/google-chrome/'>Google Chrome</a>, <a href='http://aharoni.wordpress.com/tag/jamie-lee-curtis/'>Jamie Lee Curtis</a>, <a href='http://aharoni.wordpress.com/tag/john-c-reilly/'>John C. Reilly</a>, <a href='http://aharoni.wordpress.com/tag/kevin-bacon/'>Kevin Bacon</a>, <a href='http://aharoni.wordpress.com/tag/martin-sheen/'>Martin Sheen</a>, <a href='http://aharoni.wordpress.com/tag/mongolian/'>Mongolian</a>, <a href='http://aharoni.wordpress.com/tag/yeardley-smith/'>Yeardley Smith</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aharoni.wordpress.com/1778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aharoni.wordpress.com/1778/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=1778&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aharoni.wordpress.com/2012/03/08/mongol-bichig-or-why-microsoft-internet-explorer-is-better-than-firefox-chrome-and-opera/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/be497f8bae14d55916cba53df8a80ceb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">aharoni</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2012/02/265px-qatan_baghatur_magsurjab.png" medium="image">
			<media:title type="html">Text in vertical Mongolian</media:title>
		</media:content>
	</item>
		<item>
		<title>Traditions I can trace: Wikipedia and Firefox in the Library</title>
		<link>http://aharoni.wordpress.com/2012/03/05/wikipedia-and-firefox-in-the-library/</link>
		<comments>http://aharoni.wordpress.com/2012/03/05/wikipedia-and-firefox-in-the-library/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 12:36:04 +0000</pubDate>
		<dc:creator>aharoni</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Wikipedia]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://aharoni.wordpress.com/?p=1772</guid>
		<description><![CDATA[Liron Dorfman, a Wikimedia Israel activist, periodically lectures in a library in the north of the country, helping librarians contribute their vast knowledge and experience with reference works to the Free Encyclopedia. At one of these lectures he called me in panic and asked for urgent help: He was trying to teach the librarians how [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=1772&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Liron Dorfman, a <a href="http://www.wikimedia.org.il">Wikimedia Israel</a> activist, periodically lectures in a library in the north of the country, helping librarians contribute their vast knowledge and experience with reference works to the Free Encyclopedia.</p>
<p>At one of these lectures he called me in panic and asked for urgent help: He was trying to teach the librarians how to upload images to <a href="http://commons.wikimedia.org">the Commons</a>, Wikipedia&#8217;s images repository, and the <a href="http://commons.wikimedia.org/wiki/Special:UploadWizard">Upload Wizard</a> got stuck.</p>
<p>My first question, of course, was &#8220;Which browser are you using?&#8221;</p>
<p>The answer was, non-surprisingly, &#8220;Microsoft Internet Explorer&#8221;.</p>
<p>So i told him to try another browser. There wasn&#8217;t one installed, so i told him to download one. He wanted to download Chrome, but i insisted on Firefox, and he agreed.</p>
<p>So he installed Firefox, tried the Upload Wizard there, and it worked. Win.</p>
<p>It was a nice demonstration of how Firefox can save the day. It would probably work in Google Chrome, too; it has many bugs that make it almost unusable to me, but for this matter, Firefox was just a matter of personal preference.</p>
<p>Of course, uploading should work in Microsoft Internet Explorer, too; about 30% of Wikipedia readers still use it, and about half of them use the old Internet Explorer 8, which is the newest version available on the still-popular Windows XP. The fact, however, is that for better or worse MediaWiki developers mostly use GNU/Linux and Mac, on which Microsoft Internet Explorer doesn&#8217;t run at all, so we don&#8217;t even open it unless they have a reason. We usually test new features on it, but it is rare for us to actually use it for browsing the web, and that is essential for noticing bugs that would otherwise go unnoticed.</p>
<p>We all wish that all our users would stop using the old, proprietary and non-compliant Microsoft Internet Explorer, but we cannot convert millions of people overnight; even the giants Google and Facebook tried to do that and until now it was not a great success. Until then, we hope that the people who still use it will at least be able to read and contribute text and media. We can only fix problems if we know about them, so if you use Internet Explorer and encounter a problem in Wikipedia or the websites related to it, please report it at <a href="http://bugzilla.wikimedia.org">Wikimedia&#8217;s bug reporting site</a>.</p>
<p>But if you just stop using Internet Explorer and move to a modern browser, we&#8217;ll be quite happy, too.</p>
<p>And to get back to the opening point &#8211; <strong>never be shy to introduce your friends who still use Microsoft Internet Explorer to Firefox!</strong> They&#8217;ll thank you in any case, but it works especially well when things break. If you find yourself doing that a lot, then you are already very cool and you should consider going further by becoming a <a href="https://wiki.mozilla.org/ReMo">Mozilla Rep</a>.</p>
<br />Filed under: <a href='http://aharoni.wordpress.com/category/firefox/'>Firefox</a>, <a href='http://aharoni.wordpress.com/category/free-software/'>Free Software</a>, <a href='http://aharoni.wordpress.com/category/wikipedia/'>Wikipedia</a> Tagged: <a href='http://aharoni.wordpress.com/tag/libraries/'>libraries</a>, <a href='http://aharoni.wordpress.com/tag/standards/'>standards</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aharoni.wordpress.com/1772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aharoni.wordpress.com/1772/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=1772&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aharoni.wordpress.com/2012/03/05/wikipedia-and-firefox-in-the-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/be497f8bae14d55916cba53df8a80ceb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">aharoni</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefox Aurora &#8211; Mozilla&#8217;s biggest breakthrough since Firefox itself</title>
		<link>http://aharoni.wordpress.com/2012/03/02/firefox-aurora-mozillas-biggest-breakthrough-since-firefox-itself/</link>
		<comments>http://aharoni.wordpress.com/2012/03/02/firefox-aurora-mozillas-biggest-breakthrough-since-firefox-itself/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 17:26:10 +0000</pubDate>
		<dc:creator>aharoni</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://aharoni.wordpress.com/?p=1753</guid>
		<description><![CDATA[This post encourages you to be a little more adventurous. Please try doing what it says, even if you don&#8217;t consider yourself a techie person. The release of Firefox 4 in March 2011 brought many noticeable innovations in the browser itself, but there was another important innovation that was overlooked and misunderstood by many: A [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=1753&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This post encourages you to be a little more adventurous. Please try doing what it says, even if you don&#8217;t consider yourself a techie person.</p>
<p>The release of Firefox 4 in March 2011 brought many noticeable innovations in the browser itself, but there was another important innovation that was overlooked and misunderstood by many: A new procedure for testing and releasing new versions.</p>
<p>Before Firefox 4, the release schedule of the Firefox browser was inconsistent and versions were released &#8220;when they were ready&#8221;. Beta versions were released at rather random dates and quite frequently they were unstable. Nightly builds were appropriately called &#8220;Minefield&#8221; &#8211; they crashed so often that it was impossible to use them for daily web browsing activities.</p>
<p>The most significant breakthrough with regards to the testing of the Firefox browser came a year ago: Mozilla decided on a regular six-week release schedule and introduced the &#8220;release channels&#8221;: Nightly, Aurora, Beta and Release. The &#8220;Release&#8221; version is what most people download and use. &#8220;Beta&#8221; could be called a &#8220;Release candidate&#8221; &#8211; few, if any, changes are made to it before it becomes &#8220;Release&#8221;. Both &#8220;Aurora&#8221; and &#8220;Nightly&#8221; are updated daily and the differences between them are that &#8220;Nightly&#8221; has more experimental features that come right from the developers&#8217; laptops and that &#8220;Aurora&#8221; is usually released with translations to all the languages that Firefox supports, while &#8220;Nightly&#8221; is mostly released in English.</p>
<p>Now here&#8217;s the most important part: I use Aurora and Nightly most of the time and my own experience is that both of them are actually very stable and can be used for daily browsing. It&#8217;s possible to install all the versions side-by-side on one machine and to have them use the same add-ons, preferences, history and bookmarks. This makes it possible for many testers to fully use them for whatever they need the browser for in their life without going back to the stable version. There certainly are surprises and bugs in functionality, but i have yet to encounter one that would make me give up. In comparison, in the old &#8220;Minefield&#8221; builds the browser would often crash before a tester would even notice these bugs, so it not so useful for testing.</p>
<p>This change is huge. Looking back at the year of this release schedule, this may be the biggest breakthrough in the world of web browsers since the release of Firefox 1.0 in 2004. In case you forgot, before Firefox was called &#8220;Firefox&#8221;, it was just &#8220;Mozilla&#8221;; it was innovative, but too experimental for the casual user: it had clunky user interface and it couldn&#8217;t open many websites, which were built with only Microsoft Internet Explorer in mind. Consequently, it was frequently laughed at. &#8220;Firefox&#8221; was an effort to take the great innovative thing that Mozilla was, clean it up and make it functional, shiny, inviting and easy to install and use. That effort was an earth-shaking success, that revived competition and innovation in Internet technologies.</p>
<p>Aurora does to software testing what Firefox did to web browsing. It makes beta testing easy and fun for many people &#8211; it turns testing from a bug hunting game that only nerds want to play into a fun and unobtrusive thing that anybody can do without even noticing. And it is a yet another thing that the Mozilla Foundation does to make the web better for everybody, with everybody&#8217;s participation.</p>
<p>A few words about Mozilla&#8217;s competitors: The Google Chrome team does something similar with what they call &#8220;Canary builds&#8221;. I use them to peek into the future of Chrome and i occasionally report bugs in them, but i find them much less stable than Firefox Nightly, so they aren&#8217;t as game-changing. Just as Minefield from Mozilla&#8217;s distant past, they crash too often to be useful as a daily web browser, so i keep going back to Firefox Aurora. Microsoft releases new versions of Microsoft Internet Explorer very rarely and installing future test versions is way too hard for most people, so it&#8217;s not even in the game. Opera is in the middle: It releases new versions of its browser quite frequently and offers beta builds for downloading, but it doesn&#8217;t have a public bug tracking system, so i cannot really participate in the development process.</p>
<p>To sum things up: <a href="http://www.mozilla.org/en-US/firefox/all-aurora.html">Download Firefox Aurora</a> and start using it as your daily browser and <a href="https://bugzilla.mozilla.org/">report bugs</a> if you find any. You&#8217;ll see that it&#8217;s easier than you thought to make the Web better.</p>
<br />Filed under: <a href='http://aharoni.wordpress.com/category/firefox/'>Firefox</a>, <a href='http://aharoni.wordpress.com/category/free-software/'>Free Software</a>, <a href='http://aharoni.wordpress.com/category/google/'>Google</a>, <a href='http://aharoni.wordpress.com/category/microsoft/'>Microsoft</a>, <a href='http://aharoni.wordpress.com/category/software/'>software</a> Tagged: <a href='http://aharoni.wordpress.com/tag/testing/'>testing</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aharoni.wordpress.com/1753/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aharoni.wordpress.com/1753/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=1753&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aharoni.wordpress.com/2012/03/02/firefox-aurora-mozillas-biggest-breakthrough-since-firefox-itself/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/be497f8bae14d55916cba53df8a80ceb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">aharoni</media:title>
		</media:content>
	</item>
		<item>
		<title>Why Google Chrome Will Make the Web Worse Than Television</title>
		<link>http://aharoni.wordpress.com/2012/02/26/why-google-chrome-will-make-the-web-worse-than-television/</link>
		<comments>http://aharoni.wordpress.com/2012/02/26/why-google-chrome-will-make-the-web-worse-than-television/#comments</comments>
		<pubDate>Sun, 26 Feb 2012 18:06:23 +0000</pubDate>
		<dc:creator>aharoni</dc:creator>
				<category><![CDATA[DRM]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Internet Explorer]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://aharoni.wordpress.com/?p=1803</guid>
		<description><![CDATA[I know very few people who still watch television. Television is boring, pointless and hopelessly outdated. For some reason millions of people still watch it, but it&#8217;s a matter of time until the whole industry will crumble like the governments of the USSR and Libya did, and we shall wonder why did it take so [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=1803&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I know very few people who still watch television.</p>
<p>Television is boring, pointless and hopelessly outdated. For some reason millions of people still watch it, but it&#8217;s a matter of time until the whole industry will crumble like the governments of the USSR and Libya did, and we shall wonder why did it take so long. It will be painful to some people who make their living from it, but it will happen.</p>
<p>The future of entertainment and broadcasting is shaping now, and the direction is not bad. With each version of the modern web browsers &#8211; Firefox, Chrome and Opera &#8211; embedding video into pages is getting easier and works better. Users are forced less and less to install proprietary and unstable plugins. Flash is becoming a thing of the past, with YouTube working without it just as well. Diverse people create excellent music and films in their homes and they are able to publish it instantly. Business models for getting people to pay for DRM-free video and music are improving, too, for everybody&#8217;s benefit.</p>
<p>For some reason, however, Google and Microsoft aren&#8217;t happy about these perfectly sensible developments. They are proposing to add DRM &#8211; Digital Restriction Management &#8211; to the HTML standard. This weird document says that &#8220;<a href="http://dvcs.w3.org/hg/html-media/raw-file/tip/encrypted-media/encrypted-media.html">No &#8216;DRM&#8217; is added to the HTML5 specification</a>&#8220;, but a document that speaks about encrypting and &#8220;protecting&#8221; content is a document about DRM. <a href="http://www.gnu.org/philosophy/words-to-avoid.html#Protection">This is not &#8220;protection&#8221;, but restriction</a>, and it is <a href="http://www.defectivebydesign.org/">defective by design</a>.</p>
<p>Preventing the copying of music and video files is not actually important to Google or to the media production companies. They will find ways to charge money for music and video. They rather want to know who is listening to what, to know what to produce and to whom to sell it. Google is essentially an advertising company, and an advertising company&#8217;s biggest asset is demographic data about people&#8217;s tastes and customs.</p>
<p>This is a grave privacy concern, of course, but there are enough privacy geeks to write about that. I&#8217;m not much of a privacy geek; what i really care about for this matter is the future of culture. Culture has to be interesting, vibrant and constantly innovative. When advertisers and media providers know the tastes of the &#8220;consumers&#8221; too well, culture tends to repeat itself and become very bad. Much like television in the last few years.</p>
<p>It is highly unlikely that the W3C will accept this proposal and make it standard. W3C dislikes DRM to begin with, Mozilla representatives in the W3C will definitely oppose to it, and <a href="http://arstechnica.com/business/news/2012/02/unethical-html-video-copy-protection-proposal-criticized-by-standards-stakeholders.ars">even Google&#8217;s own W3C representative isn&#8217;t enthusiastic about it</a>. Nevertheless, it&#8217;s easy to imagine that Google will implement this proposal in Chrome, and Microsoft will implement it in Internet Explorer. Then they will set up several websites with &#8220;partners&#8221; who will provide &#8220;content&#8221; that cannot be played without this DRM scheme, and this will pull more people into using these browsers and lock them into a nightmare of pointless, recycled, creativity-stifling entertainment.</p>
<p>I am a Mozillian. You may think that this means that i want Firefox&#8217;s market share to be 100%. That is not what i want. I love the web and i want it to be great for all people, no matter which browser they use. Building Digital Restriction Management into browsers will make the web, and the whole culture around it, bad and boring.</p>
<p>Don&#8217;t let that happen to the web. If you care about culture and arts, use Firefox &#8211; a browser that is committed to openness and not to advertising revenue.</p>
<br />Filed under: <a href='http://aharoni.wordpress.com/category/drm/'>DRM</a>, <a href='http://aharoni.wordpress.com/category/firefox/'>Firefox</a>, <a href='http://aharoni.wordpress.com/category/free-software/'>Free Software</a>, <a href='http://aharoni.wordpress.com/category/internet/'>Internet</a>, <a href='http://aharoni.wordpress.com/category/marketing/'>marketing</a>, <a href='http://aharoni.wordpress.com/category/microsoft/'>Microsoft</a>, <a href='http://aharoni.wordpress.com/category/microsoft-internet-explorer/'>Microsoft Internet Explorer</a> Tagged: <a href='http://aharoni.wordpress.com/tag/google/'>Google</a>, <a href='http://aharoni.wordpress.com/tag/google-chrome/'>Google Chrome</a>, <a href='http://aharoni.wordpress.com/tag/standards/'>standards</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aharoni.wordpress.com/1803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aharoni.wordpress.com/1803/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=1803&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aharoni.wordpress.com/2012/02/26/why-google-chrome-will-make-the-web-worse-than-television/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/be497f8bae14d55916cba53df8a80ceb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">aharoni</media:title>
		</media:content>
	</item>
		<item>
		<title>Mozilla at the Israel Internet Society Conference 2012</title>
		<link>http://aharoni.wordpress.com/2012/02/26/mozilla-at-the-israel-internet-society-conference-2012/</link>
		<comments>http://aharoni.wordpress.com/2012/02/26/mozilla-at-the-israel-internet-society-conference-2012/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 22:43:23 +0000</pubDate>
		<dc:creator>aharoni</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[localization]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[Google Chrome]]></category>

		<guid isPermaLink="false">http://aharoni.wordpress.com/?p=1782</guid>
		<description><![CDATA[On Tuesday i attended the Israel Internet Society Conference 2012. I spent most of my time at the Mozilla Israel booth &#8211; giving away buttons and stickers, and, more importantly, telling many people about Mozilla&#8217;s mission and about the importance of the open web. Our booth was one of the most popular attractions in the [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=1782&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>On Tuesday i attended the Israel Internet Society Conference 2012.</p>
<p>I spent most of my time at the Mozilla Israel booth &#8211; giving away buttons and stickers, and, more importantly, telling many people about <a href="http://www.mozilla.org/about/mission.html">Mozilla&#8217;s mission</a> and about the importance of the open web. Our booth was one of the most popular attractions in the event&#8217;s hallways. (This is the right place to say a big Thank You to the <a href="http://creative.mozilla.org/">Mozilla Creative Collective</a> for designing the wonderful posters, buttons and all the other eye-catching stuff. You give Mozilla&#8217;s great principles and projects the beautiful and fun look that they deserve.)</p>
<p>Standing like that and telling person after person that Mozilla is not a commercial company and that it&#8217;s concerned with far more important things than Firefox&#8217;s market share is very satisfying and sobering.</p>
<div id="attachment_1783" class="wp-caption aligncenter" style="width: 510px"><a href="http://aharoni.files.wordpress.com/2012/02/20120221_141442.jpg"><img src="http://aharoni.files.wordpress.com/2012/02/20120221_141442.jpg?w=500&#038;h=375" alt="Right-to-left: Elad Alfassa, Amir Aharoni, Tomer Cohen" title="Right-to-left: Elad Alfassa, Amir Aharoni, Tomer Cohen" width="500" height="375" class="size-full wp-image-1783" /></a><p class="wp-caption-text">Right-to-left: Elad Alfassa, Amir Aharoni, Tomer Cohen. Mozilla Israel is an open community, which is friendly to other open projects, so in addition to Mozilla Firefox swag, Elad gave out Fedora CDs and i gave out Wikipedia stickers.</p></div>
<p>We tried to give special attention to Mozilla&#8217;s mobile projects &#8211; first and foremost, the rewritten version of the mobile Firefox for Android, which is not yet complete, but getting there; we also got some people to install a <a href="http://www.mozilla.org/en-US/mobile/aurora/">preview version (Aurora) of the mobile browser</a>. I&#8217;m happy to see that there are quite a lot of open-minded people who are willing to try another interesting browser, even though it&#8217;s not completely polished it and even though the default kinda works. Some people who expressed interest in education were very also impressed when i showed them that the Mobile Firefox, though still not being release-quality, is able to render Hebrew poetry very well &#8211; something that the built-in Webkit browser is not able to do.</p>
<div id="attachment_1795" class="wp-caption aligncenter" style="width: 490px"><a href="http://aharoni.files.wordpress.com/2012/02/sc20120225-221725.png"><img src="http://aharoni.files.wordpress.com/2012/02/sc20120225-221725.png?w=500" alt="The famous poem &quot;Only About Myself&quot; by Rachel, rendered correctly in Mobile Firefox." title="The famous poem &quot;Only About Myself&quot; by Rachel, rendered correctly in Mobile Firefox."   class="size-full wp-image-1795" /></a><p class="wp-caption-text">The famous poem &quot;Only About Myself&quot; by Rachel, rendered correctly in Mobile Firefox.</p></div>
<div id="attachment_1796" class="wp-caption aligncenter" style="width: 490px"><a href="http://aharoni.files.wordpress.com/2012/02/sc20120225-221813.png"><img src="http://aharoni.files.wordpress.com/2012/02/sc20120225-221813.png?w=500" alt="The same poem, rendered incorrectly by the Mobile Webkit browser. That&#039;s the one that&#039;s just called &quot;Browser&quot; or &quot;Internet&quot; on your phone." title="The same poem, rendered incorrectly by the Mobile Webkit browser. That&#039;s the one that&#039;s just called &quot;Browser&quot; or &quot;Internet&quot; on your phone."   class="size-full wp-image-1796" /></a><p class="wp-caption-text">The same poem, rendered incorrectly by the Mobile Webkit browser. That&#039;s the one that&#039;s just called &quot;Browser&quot; or &quot;Internet&quot; on your phone.</p></div>
<p>You see, you usually don&#8217;t need correct rendering of the special characters needed to display Hebrew poetry if you only use the web to write email and read news, but if you are a school student who wants to prepare the homework or a commuter who likes to read poetry on a train, you&#8217;ll be able to do it with Firefox, but not with Webkit (the Opera browser is broken in this regard, too). This is more than a small and unimportant feature that happens to work correctly; this is a demonstration of the fact that Mozilla developers think that it&#8217;s important to support all languages, all scripts and all standards &#8211; for all people.</p>
<p>And of course there were all those people who said &#8220;Why should I bother with Firefox if Chrome is faster?&#8221;. It was very pleasant to tell them that the claim that Chrome is faster is mostly a myth, (although it required some mental preparation), but we emphasized that Chrome, though it&#8217;s a nice open source project, is mostly developed by an advertising company, which has particular requirements and focuses on particular goals, while Firefox focuses on standards and users. (I&#8217;ll publish a post that explains why the claim that Google Chrome is faster is a myth very soon.)</p>
<p><a href="http://www.mozilla.org/en-US/mobile/home/">Firefox Home</a>, the app for synchronizing desktop Firefox with iPhone, was a hit, too, and a few people installed it on their iPhones right at the booth.</p>
<p>This was a very satisfying day.</p>
<div id="attachment_1784" class="wp-caption aligncenter" style="width: 510px"><a href="http://aharoni.files.wordpress.com/2012/02/20120221_144208.jpg"><img src="http://aharoni.files.wordpress.com/2012/02/20120221_144208.jpg?w=500&#038;h=375" alt="Right-to-left: Elad Alfassa, Tomer Cohen and the special guest Simon Montagu - one of the wizards who make exotic Unicode fonts and right-to-left text work in Firefox" title="Right-to-left: Elad Alfassa, Tomer Cohen and the special guest Simon Montagu - one of the wizards who make exotic Unicode fonts and right-to-left text work in Firefox" width="500" height="375" class="size-full wp-image-1784" /></a><p class="wp-caption-text">Right-to-left: Elad Alfassa, Tomer Cohen and the special guest Simon Montagu - one of the wizards who make exotic Unicode fonts and right-to-left text work in Firefox</p></div>
<p>Do you believe in Mozilla&#8217;s goal of open web, based on open standards and open to all people? Become a <a href="https://wiki.mozilla.org/ReMo">Mozilla Rep</a>!</p>
<br />Filed under: <a href='http://aharoni.wordpress.com/category/firefox/'>Firefox</a>, <a href='http://aharoni.wordpress.com/category/internet/'>Internet</a>, <a href='http://aharoni.wordpress.com/category/localization/'>localization</a>, <a href='http://aharoni.wordpress.com/category/marketing/'>marketing</a> Tagged: <a href='http://aharoni.wordpress.com/tag/google-chrome/'>Google Chrome</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aharoni.wordpress.com/1782/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aharoni.wordpress.com/1782/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=1782&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aharoni.wordpress.com/2012/02/26/mozilla-at-the-israel-internet-society-conference-2012/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/be497f8bae14d55916cba53df8a80ceb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">aharoni</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2012/02/20120221_141442.jpg" medium="image">
			<media:title type="html">Right-to-left: Elad Alfassa, Amir Aharoni, Tomer Cohen</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2012/02/sc20120225-221725.png" medium="image">
			<media:title type="html">The famous poem &#34;Only About Myself&#34; by Rachel, rendered correctly in Mobile Firefox.</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2012/02/sc20120225-221813.png" medium="image">
			<media:title type="html">The same poem, rendered incorrectly by the Mobile Webkit browser. That&#039;s the one that&#039;s just called &#34;Browser&#34; or &#34;Internet&#34; on your phone.</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2012/02/20120221_144208.jpg" medium="image">
			<media:title type="html">Right-to-left: Elad Alfassa, Tomer Cohen and the special guest Simon Montagu - one of the wizards who make exotic Unicode fonts and right-to-left text work in Firefox</media:title>
		</media:content>
	</item>
	</channel>
</rss>
