<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Web development on chuso.net</title>
    <link>https://en.chuso.net/development/web-development/</link>
    <description>Recent content in Web development on chuso.net</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Fri, 25 Aug 2023 15:39:54 +0200</lastBuildDate>
    <atom:link href="https://en.chuso.net/development/web-development/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Collapse all diff blocks in Github or GitLab</title>
      <link>https://en.chuso.net/github-gitlab-collapse-all-diffs.html</link>
      <pubDate>Fri, 25 Aug 2023 15:39:54 +0200</pubDate>
      <guid>https://en.chuso.net/github-gitlab-collapse-all-diffs.html</guid>
      <description>How to collapse all diff blocks in Github or GitLab while seeing changes between versions</description>
    </item>
    <item>
      <title>No, don&#39;t blame the user</title>
      <link>https://en.chuso.net/dont-blame-user.html</link>
      <pubDate>Sun, 09 Nov 2014 22:09:02 +0000</pubDate>
      <guid>https://en.chuso.net/dont-blame-user.html</guid>
      <description>&lt;p&gt;It is unusual to see a computer engineer defending users. Even more if the engineer is a system administrator. It is known that the relationship between system administrators and users &lt;a href=&#34;http://bofharchive.com/&#34;&gt;is tense&lt;/a&gt;. But when somebody tries to fool me, I get even more tense.&lt;br /&gt;&#xA;Let&#39;s go over the facts.&lt;/p&gt;&#xA;&#xA;&lt;h2&gt;The registrar&lt;/h2&gt;&#xA;&#xA;&lt;p&gt;I&#39;m updating the administrative contact of some domain names registered with a well-known Spanish registrar. The company listed as the administrative contact no longer exists and now the domain names belong to another company, so I have to update all the data, but that&#39;s another story. Now I will transfer the domain to another registrar, so I only need to change the e-mail address to get the &lt;a href=&#34;https://www.namecheap.com/support/knowledgebase/article.aspx/259/8/what-is-epp-code&#34;&gt;auth code&lt;/a&gt; to transfer the domain name to another registrar. I will correct the rest of the contact details at the new registrar.&lt;br /&gt;&#xA;I leave all data as is and just change the e-mail address, then I submit the form and it does nothing. It does not send the data, shows no message, no action, nothing. I try with different browsers and the result is always the same. Since I know a little bit about this, I go to the browser error console and this is what I found there:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Anyone can make a web page</title>
      <link>https://en.chuso.net/anyone-can-make-a-web-page.html</link>
      <pubDate>Wed, 25 Aug 2010 16:37:08 +0000</pubDate>
      <guid>https://en.chuso.net/anyone-can-make-a-web-page.html</guid>
      <description>&lt;p&gt;The title of this post is ambiguous, since it can be interpreted as &#34;making web pages is something easy for everyone&#34; or as &#34;even the most inept is allowed to make a web page&#34;.&lt;br&gt;                                                                                                                                                                                    &#xD;&#xA;This ambiguity is intentional, since experience has shown me that both interpretations are correct, in fact often the first implies the second.&lt;/p&gt;&#xD;&#xA;&#xD;&#xA;&lt;p&gt;&#39;Cause although anyone can make a website, not everyone can make any web page. It is not the same to make a blog on Blogger than to develop the Facebook website.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fighting Firefox password reminder</title>
      <link>https://en.chuso.net/fighting-firefox-password-reminder.html</link>
      <pubDate>Fri, 01 Jan 2010 08:15:06 +0000</pubDate>
      <guid>https://en.chuso.net/fighting-firefox-password-reminder.html</guid>
      <description>&lt;p&gt;The situation is as follows: a website which, after logging in with a username and a password, allows you to register new users and a Mozilla Firefox user with the option to remember passwords enabled.&lt;/p&gt;&#xD;&#xA;&#xD;&#xA;&lt;p&gt;The case: the user adds a new account or logs in with an account and then edits this account from another account.&lt;p&gt;&#xD;&#xA;&#xD;&#xA;&lt;p&gt;The problem: When the user is adding the new account Firefox will fill the fields with the user and password of the current account. When the user is editing an existing account Firefox will fill the fields with the username and password from the account being edited —which is also in the password reminder— if the user is not editing the account with the intent to change its password will not notice that only the first of the two fields &#34;Password&#34; and &#34;Repeat password&#34; is filled, so when the user tries to save it will display &#34;Passwords don&#39;t match&#34; error.&lt;/p&gt;</description>
    </item>
    <item>
      <title>RapidShare premium download with Opera</title>
      <link>https://en.chuso.net/rapidshare-premium-download-with-opera.html</link>
      <pubDate>Tue, 08 Jul 2008 16:42:12 +0000</pubDate>
      <guid>https://en.chuso.net/rapidshare-premium-download-with-opera.html</guid>
      <description>&lt;p&gt;I must blame &lt;a href=&#34;http://5050.es&#34;&gt;Fonso&lt;/a&gt; again, because he asks me about something like &lt;a href=&#34;http://flashgot.net/&#34;&gt;FlashGot&lt;/a&gt; but for &lt;a href=&#34;http://www.opera.com&#34;&gt;Opera&lt;/a&gt; in Linux, i.e., a way to be able to select a block of RapidShare URLs to download them with a premium account with a download manager. So when I didn&#39;t find anything, I started with it.&lt;/p&gt;&#xD;&#xA;&#xD;&#xA;&lt;p&gt;I finally got a &lt;a href=&#34;http://man.cx/bash(1)&#34;&gt;bash&lt;/a&gt; script that receives a list of links as parameters and adds them to &lt;a href=&#34;http://web.archive.org/web/20070813175241/http://aria.rednoah.com/&#34;&gt;Aria&lt;/a&gt; with a RapidShare premium account. Using aria was not a choice, since it was the only one, apart from &lt;a href=&#34;http://man.cx/wget(1)&#34;&gt;wget&lt;/a&gt;, that supports RapidShare premium accounts (i.e., &lt;a href=&#34;http://www.ietf.org/rfc/rfc2617.txt&#34;&gt;HTTP authentication&lt;/a&gt;) without problems.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New Google Docs and Opera</title>
      <link>https://en.chuso.net/new-google-docs-and-opera.html</link>
      <pubDate>Wed, 02 Jan 2008 15:15:50 +0000</pubDate>
      <guid>https://en.chuso.net/new-google-docs-and-opera.html</guid>
      <description>&lt;p style=&#34;text-align: center&#34;&gt;&lt;strong&gt;&lt;em&gt;Update:&lt;/em&gt;&lt;/strong&gt; This workaround is &lt;a href=&#34;http://mepislovers.org/forums/showpost.php?p=106997&amp;amp;postcount=11&#34;&gt;no longer needed&lt;/a&gt; with Opera 9.50 which seems to solve this problem. &lt;a href=&#34;opera:about&#34;&gt;Check your version&lt;/a&gt; and update if needed.&lt;/p&gt;&#xD;&#xA;&#xD;&#xA;&lt;p&gt;Google has recently developed a new &lt;a href=&#34;http://docs.google.com&#34;&gt;Google Docs&lt;/a&gt; version and if you thought they took the chance to improve (at least a little) the compatibility with other browsers, you couldn&#39;t be more mistaken. Actually, it went worse with Opera.&lt;/p&gt;&#xD;&#xA;&#xD;&#xA;&lt;p&gt;If previously it was enough by &lt;a href=&#34;https://static.flickr.com/110/267663582_0f679f4789_o.jpg&#34;&gt;adding ?browserok=true&lt;/a&gt; in order to enter Google Docs with Opera and mask it as Internet Explorer to use Spreadsheets, now it gets constantly reloading with Google Docs and Spreadsheets is only usable with a poor read-only interface (masking Opera as IE throws errors).&lt;/p&gt;</description>
    </item>
    <item>
      <title>IE 8 doesn&#39;t pass Acid 2 test</title>
      <link>https://en.chuso.net/ie-8-doesnt-pass-acid-2-test.html</link>
      <pubDate>Tue, 01 Jan 2008 17:40:21 +0000</pubDate>
      <guid>https://en.chuso.net/ie-8-doesnt-pass-acid-2-test.html</guid>
      <description>&lt;figure class=&#34;alignright&#34;&gt;&#xA;&lt;a href=&#34;../../../img/archive/ieblog-standards-standards-standards.png&#34;&gt;&lt;img src=&#34;../../../img/archive/ieblog-standards-standards-standards.png&#34; width=&#34;169&#34; height=&#34;124&#34; alt=&#34;IEBlog talking about standards, standards, standards&#34;&gt;&lt;/a&gt;&#xD;&#xA;&lt;figcaption&gt;Fragment of IEBlog&lt;/figcaption&gt;&lt;/figure&gt;&#xD;&#xA;&#xD;&#xA;&lt;p&gt;The news spread on the specialized media: finally, &lt;a href=&#34;http://en.wikipedia.org/wiki/Acid2#Timeline_of_successful_browsers&#34;&gt;almost two years later&lt;/a&gt; than the first browser doing it (which wasn&#39;t either iCab, Safari or Konqueror but &lt;a href=&#34;http://www.howtocreate.co.uk/acid/&#34;&gt;Opera&lt;/a&gt;), Internet Explorer 8 will pass &lt;a href=&#34;http://www.webstandards.org/action/acid2/&#34;&gt;Acid 2&lt;/a&gt; test. The title of the &lt;a href=&#34;http://channel9.msdn.com/Showpost.aspx?postid=367207&#34;&gt;only proof&lt;/a&gt; offered by Microsoft (since the browser is not yet available) is conclusive: «Acid 2 test pass complete». The corresponding &lt;a href=&#34;http://blogs.msdn.com/ie/archive/2007/12/19/internet-explorer-8-and-acid2-a-milestone.aspx&#34;&gt;post on IEBlog&lt;/a&gt; doesn&#39;t either left any doubt: «IE8 now renders the &#34;Acid2 Face&#34; correctly».&lt;/p&gt;</description>
    </item>
    <item>
      <title>Coming back</title>
      <link>https://en.chuso.net/coming-back.html</link>
      <pubDate>Sun, 09 Sep 2007 12:09:21 +0000</pubDate>
      <guid>https://en.chuso.net/coming-back.html</guid>
      <description>&lt;p&gt;Those that usually visit my page (yes, there are such people) would notice that it had an irregular behavior being inaccessible the most of the time. It was due to two reasons:&lt;/p&gt;&#xD;&#xA;&#xD;&#xA;&lt;ul&gt;&#xD;&#xA;&#x9;&lt;li&gt;&lt;p&gt;The &lt;a href=&#34;http://www.theadminzone.com/forums/showthread.php?t=37400&#34;&gt;abusive frequency&lt;/a&gt; of the new search engine &lt;a href=&#34;http://www.cuill.com&#34;&gt;Cuill&lt;/a&gt; indexing web pages squeezing the bandwidth with 1,000 daily requests, most of them referring to inexistent &lt;a href=&#34;http://en.wikipedia.org/wiki/URL&#34;&gt;URLs&lt;/a&gt; that seem to be randomly generated by the robot combining different URLs, until it gets my &lt;a href=&#34;http://sdf-eu.org&#34;&gt;hosting server&lt;/a&gt; to block my web page because of exceeding the &lt;a href=&#34;http://sdf-eu.org/over/&#34;&gt;daily bandwidth&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bypass Canalmail</title>
      <link>https://en.chuso.net/bypass-canalmail.html</link>
      <pubDate>Sat, 01 Sep 2007 08:08:29 +0000</pubDate>
      <guid>https://en.chuso.net/bypass-canalmail.html</guid>
      <description>&lt;p&gt;If you usually visit community portals in the &lt;a href=&#34;http://phpnuke.org/&#34;&gt;PHPNuke&lt;/a&gt; style and similar you may find that some webpages say that you need to register with Canalmail to be able to access to any section (for example, download links). &lt;a href=&#34;http://www.canalmail.com&#34;&gt;Canalmail&lt;/a&gt; is a &lt;a href=&#34;http://www.planetatortuga.com/modules/news/article.php?storyid=629&#34;&gt;very annoying&lt;/a&gt; commercial mass mail service and since one of the webpages I usually visit now uses Canalmail I finally made this &lt;a href=&#34;http://en.wikipedia.org/wiki/Scripting_language&#34;&gt;script&lt;/a&gt; with &lt;a href=&#34;http://en.wikipedia.org/wiki/JavaScript&#34;&gt;JavaScript&lt;/a&gt; that replaces intermediate Canalmail &lt;a href=&#34;http://en.wikipedia.org/wiki/URL&#34;&gt;URLs&lt;/a&gt; by the effective URL avoiding registering with Canalmail.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Safari and MSIE on Linux</title>
      <link>https://en.chuso.net/safari-and-msie-on-linux.html</link>
      <pubDate>Wed, 13 Jun 2007 10:02:08 +0000</pubDate>
      <guid>https://en.chuso.net/safari-and-msie-on-linux.html</guid>
      <description>&lt;p&gt;As soon as I knew about &lt;a href=&#34;http://www.apple.com/safari/&#34;&gt;Safari&lt;/a&gt; for Windows I knew what I wanted to do: after being able to run &lt;a href=&#34;http://www.tatanka.com.br&#34;&gt;Internet Explorer on Linux&lt;/a&gt; it&#39;s time to do the same with Safari.&lt;br&gt;&#xD;&#xA;It&#39;s not easy, but when you know what you have to do it isn&#39;t difficult. And if you see &lt;a href=&#34;http://www.igoo.co.uk/resources/articles/apple-release-safari-for-windows/&#34;&gt;how it works on Windows&lt;/a&gt;:&lt;/p&gt;&#xD;&#xA;&#xD;&#xA;&lt;figure class=&#34;aligncenter&#34;&gt;&lt;img src=&#34;http://img243.imageshack.us/img243/3599/safarizc9.png&#34; alt=&#34;Safari for Windows crash&#34; width=&#34;419&#34; height=&#34;257&#34;&gt;&lt;/figure&gt;&#xD;&#xA;&#xD;&#xA;&lt;p&gt;you can&#39;t expect great things with Wine either&lt;/p&gt;&#xD;&#xA;&#xD;&#xA;&lt;p&gt;These are the steps needed to be able to run Safari on Linux using &lt;a href=&#34;http://www.winehq.com&#34;&gt;Wine&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jëkýll &amp; Hyde toolbar for Opera 9.2</title>
      <link>https://en.chuso.net/jekyll-hyde-toolbar-for-opera-9-2.html</link>
      <pubDate>Mon, 11 Jun 2007 14:44:46 +0000</pubDate>
      <guid>https://en.chuso.net/jekyll-hyde-toolbar-for-opera-9-2.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://operawiki.info/JekyllandHyde&#34;&gt;Jëkýll &amp;amp; Hyde&lt;/a&gt; is a powerful and useful toolbar and menu set for Opera, but its last version was designed over Opera 8, so it doesn&#39;t include support for some features introduced in version 9, such as &lt;a href=&#34;http://help.opera.com/Linux/9.20/en/search.html&#34;&gt;Create search&lt;/a&gt; or &lt;a href=&#34;http://help.opera.com/Linux/9.20/en/contentblock.html&#34;&gt;Content Blocking&lt;/a&gt;, so when you install this toolbar yo lose this options.&lt;/p&gt;&#xD;&#xA;&#xD;&#xA;&lt;p&gt;I&#39;ve made a modified version of Jëkýll &amp;amp; Hyde toolbar to include support to those features and some other improvements and fixes. Some of the changes included:&lt;/p&gt;</description>
    </item>
    <item>
      <title>&lt;sarcasm&gt;I really love Internet Explorer&lt;/sarcasm&gt;</title>
      <link>https://en.chuso.net/i-really-love-internet-explorer.html</link>
      <pubDate>Thu, 24 May 2007 13:14:20 +0000</pubDate>
      <guid>https://en.chuso.net/i-really-love-internet-explorer.html</guid>
      <description>&lt;figure class=&#34;alignright&#34;&gt;&#xA;&lt;a href=&#34;../../../img/archive/disenoweb.png&#34;&gt;&lt;img alt=&#34;Time breakdown of modern web design&#34; width=&#34;225&#34; height=&#34;180&#34; src=&#34;../../../img/archive/disenoweb.png&#34;&gt;&lt;/a&gt;&#xD;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;I know I&#39;ve &lt;a href=&#34;https://en.chuso.net/browsers-and-standards.html&#34;&gt;already&lt;/a&gt; criticized&#xD;&#xA;&lt;a href=&#34;http://www.microsoft.com/ie/&#34;&gt;Internet Explorer&lt;/a&gt; because of its distinctive way to interpret standards. But then I found the bug-of-the-day issue which means that Internet Explorer will give you an unexpected behavior failing where other browsers get success, so you must waste even hours or sometimes days to guess that what&#39;s going wrong this time with &lt;a href=&#34;http://www.microsoft.es&#34;&gt;Microsoft&lt;/a&gt;&#39;s most (in)famous product may be:&lt;/p&gt;&#xD;&#xA;&#xD;&#xA;&lt;ul&gt;&#xD;&#xA;  &lt;li&gt;If a &lt;a href=&#34;http://en.wikipedia.org/wiki/JavaScript&#34;&gt;JavaScript&lt;/a&gt; function modifies the &lt;var&gt;src&lt;/var&gt; attribute in a &lt;var&gt;&amp;lt;img&amp;gt;&lt;/var&gt; tag, but it doesn&#39;t do it at the end of the function, the loading of the image may be canceled.&lt;/li&gt;&#xD;&#xA;  &lt;li&gt;An &lt;var&gt;&amp;lt;IMG&amp;gt;&lt;/var&gt; tag with &lt;var&gt;id&lt;/var&gt; and &lt;var&gt;name&lt;/var&gt; but without &lt;var&gt;src&lt;/var&gt; (common case of an image that will be manipulated through JavaScript) causes to &lt;a href=&#34;http://es.php.net/manual/es/ref.session.php#62450&#34;&gt;loss session variables unexpectedly&lt;/a&gt;.&lt;/li&gt;&#xD;&#xA;  &lt;li&gt;If you change a &lt;var&gt;&amp;lt;div&amp;gt;&lt;/var&gt; &lt;var&gt;visibility&lt;/var&gt; style from &lt;var&gt;hidden&lt;/var&gt; to &lt;var&gt;visible&lt;/var&gt;, sometimes this change is not applied to the child objects which should inherit this property.&lt;/li&gt;&#xD;&#xA;  &lt;li&gt;&lt;a href=&#34;http://www.howtocreate.co.uk/fixedPosition.html&#34;&gt;IE doesn&#39;t support&lt;/a&gt; &lt;var&gt;position: fixed;&lt;/var&gt;.&lt;/li&gt;&#xD;&#xA;  &lt;li&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/PNG&#34;&gt;PNGs&lt;/a&gt; using an alpha channel for transparency show &lt;a href=&#34;http://homepage.ntlworld.com/bobosola/&#34;&gt;black background instead of transparency in IE&lt;/a&gt;.&lt;/li&gt;&#xD;&#xA;  &lt;li&gt;If you create an object with &lt;var&gt;&lt;a href=&#34;http://developer.mozilla.org/en/docs/DOM:document.createElement&#34;&gt;document.createElement()&lt;/a&gt;&lt;/var&gt; and then append it to content with &lt;var&gt;&lt;a href=&#34;http://developer.mozilla.org/en/docs/DOM:element.appendChild&#34;&gt;appendChild()&lt;/a&gt;&lt;/var&gt; it &lt;a href=&#34;http://www.webdeveloper.com/forum/archive/index.php/t-17817.html&#34;&gt;won&#39;t be initialized&lt;/a&gt;, you should use &lt;var&gt;&lt;a href=&#34;http://developer.mozilla.org/en/docs/DOM:element.innerHTML&#34;&gt;innerHTML&lt;/a&gt;&lt;/var&gt; property or &lt;var&gt;&lt;a href=&#34;http://developer.mozilla.org/en/docs/DOM:element.insertBefore&#34;&gt;insertBefore()&lt;/a&gt;&lt;/var&gt; or similar.&lt;/li&gt;&#xD;&#xA;  &lt;li&gt;&lt;var&gt;&lt;a href=&#34;http://www.w3.org/TR/html401/interact/scripts.html#adef-onmouseover&#34;&gt;onmouseover&lt;/a&gt;&lt;/var&gt; event &lt;a href=&#34;http://www.howtocreate.co.uk/tutorials/testMenu.html&#34;&gt;doesn&#39;t work&lt;/a&gt; over transparent &lt;a href=&#34;http://www.w3.org/TR/REC-CSS2/colors.html#q2&#34;&gt;backgrounds&lt;/a&gt;.&lt;/li&gt;&#xD;&#xA;&lt;/ul&gt;&#xD;&#xA;&#xD;&#xA;&lt;p&gt;These are the most recent that I can&#39;t remember now, but any web developer can surely apport &lt;a href=&#34;http://www.quirksmode.org/bugreports/archives/explorer_windows/index.html&#34;&gt;much&lt;/a&gt; &lt;a href=&#34;http://chuso.net/search.php?be=google&amp;amp;q=internet+explorer+bugs&#34;&gt;more&lt;/a&gt;. Many of these bugs have been solved in Internet Explorer 7, but 5.5 and 6.0 are still the most used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to fix flash player to work on any browser</title>
      <link>https://en.chuso.net/how-to-fix-flash-player-to-work-on-any-browser.html</link>
      <pubDate>Sun, 11 Mar 2007 21:33:57 +0000</pubDate>
      <guid>https://en.chuso.net/how-to-fix-flash-player-to-work-on-any-browser.html</guid>
      <description>&lt;figure class=&#34;alignright&#34;&gt;&#xD;&#xA;&lt;a href=&#34;http://www.anybrowser.org/campaign&#34;&gt;&lt;img width=&#34;110&#34; height=&#34;93&#34; alt=&#34;Campaign for a non-browser-specific WWW&#34; src=&#34;http://www.anybrowser.org/campaign/bvgraphics/cdhtml.gif&#34;&gt;&lt;/a&gt;&#xD;&#xA;&lt;/figure&gt;&#xD;&#xA;&#xD;&#xA;&lt;p&gt;&lt;strong&gt;&lt;em&gt;Update:&lt;/em&gt;&lt;/strong&gt; Opera 9.50 seems to solve this problem. &lt;a href=&#34;opera:about&#34;&gt;Check your version&lt;/a&gt; and update if needed.&lt;/p&gt;&#xD;&#xA;&#xD;&#xA;&lt;p&gt;After a &lt;a href=&#34;http://it.slashdot.org/it/07/01/03/2050206.shtml&#34;&gt;serious vulnerability&lt;/a&gt; had been discovered in Acrobat Reader for PDF, one of the leading products from Adobe now &lt;a href=&#34;http://www.linux-watch.com/news/NS7542722606.html&#34;&gt;becoming&lt;/a&gt; a standard, which affected all browsers now the online video format they are also trying to introduce as a standard doesn&#39;t work with some browsers. You can check that &lt;a href=&#34;https://en.wikipedia.org/wiki/Adobe_Flash&#34;&gt;Flash&lt;/a&gt; plugin for Linux (it seems that also affects Windows) doesn&#39;t play &lt;a href=&#34;https://en.wikipedia.org/wiki/FLV&#34;&gt;FLV&lt;/a&gt; video with Opera (you can also find cases with Firefox or Konqueror). You can find many &lt;a href=&#34;http://chuso.net/search.php?be=google&amp;amp;q=IA__g_type_init+flash&#34;&gt;reports&lt;/a&gt; of many users with this problem, I also had my fight with it. Finally, &lt;a href=&#34;http://bugs.gentoo.org&#34;&gt;Gentoo Bugzilla&lt;/a&gt; gave me &lt;a href=&#34;http://bugs.gentoo.org/show_bug.cgi?id=127200&#34;&gt;the answer&lt;/a&gt;:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Opera web browser with usage report tool for Gentoo</title>
      <link>https://en.chuso.net/opera-web-browser-with-usage-report-tool-for-gentoo.html</link>
      <pubDate>Tue, 27 Feb 2007 13:56:36 +0000</pubDate>
      <guid>https://en.chuso.net/opera-web-browser-with-usage-report-tool-for-gentoo.html</guid>
      <description>&lt;p&gt;Opera has just &lt;a href=&#34;http://my.opera.com/desktopteam/blog/show.dml/696402&#34;&gt;announced&lt;/a&gt; through its desktop team the releasing of a new developing version for betatesting that includes a tool that makes reports about browser usage and configuration and without private information to send it anonymously to the company to improve the browser. Someone named this Opera &#39;Spyware&#39;, though it&#39;s a feature not present in official releases, which can be deactivated, you can read reports before sending it and the browser warns you about this the first time it&#39;s run.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Browsers and standards</title>
      <link>https://en.chuso.net/browsers-and-standards.html</link>
      <pubDate>Sun, 28 Jan 2007 19:03:15 +0000</pubDate>
      <guid>https://en.chuso.net/browsers-and-standards.html</guid>
      <description>&lt;div style=&#34;display: table&#34;&gt;&#xA;&lt;div style=&#34;display: table-row&#34;&gt;&#xA;&lt;div style=&#34;display: table-cell&#34;&gt;&#xA;&lt;figure&gt;&lt;a href=&#34;../../../wp-content/uploads/2007/01/Opera9.png&#34;&gt;&lt;img alt=&#34;Opera 9&#34; src=&#34;../../../wp-content/uploads/2007/01/1Opera9.png&#34;&gt;&lt;/a&gt;&#xA;&lt;figcaption&gt;Opera 9&lt;/figcaption&gt;&lt;/figure&gt;&#xA;&lt;/div&gt;&#xA;&lt;div style=&#34;display: table-cell&#34;&gt;&#xA;&lt;figure&gt;&lt;a href=&#34;http://my.opera.com/tarquinwj/homes/albums/45511/1Safari2.0.png&#34;&gt;&lt;img alt=&#34;Safari 2.0&#34; src=&#34;../../../wp-content/uploads/2007/01/Safari2.0.png&#34;&gt;&lt;/a&gt;&#xA;&lt;figcaption&gt;Safari 2.0&lt;/figcaption&gt;&lt;/figure&gt;&#xA;&lt;/div&gt;&#xA;&lt;div style=&#34;display: table-cell&#34;&gt;&#xA;&lt;figure&gt;&lt;a href=&#34;../../../wp-content/uploads/2007/01/1Konq3.5.png&#34;&gt;&lt;img alt=&#34;Konqueror 3.5&#34; src=&#34;../../../wp-content/uploads/2007/01/Konq3.5.png&#34;&gt;&lt;/a&gt;&#xA;&lt;figcaption&gt;Konqueror 3.5&lt;/figcaption&gt;&lt;/figure&gt;&#xA;&lt;/div&gt;&#xA;&lt;div style=&#34;display: table-cell&#34;&gt;&#xA;&lt;figure&gt;&lt;a href=&#34;../../../wp-content/uploads/2007/01/1FF15.png&#34;&gt;&lt;img alt=&#34;Firefox 2&#34; src=&#34;../../../wp-content/uploads/2007/01/FF15.png&#34;&gt;&lt;/a&gt;&#xA;&lt;figcaption&gt;Firefox 2&lt;/figcaption&gt;&lt;/figure&gt;&#xA;&lt;/div&gt;&#xA;&lt;div style=&#34;display: table-cell&#34;&gt;&#xA;&lt;figure&gt;&lt;a href=&#34;../../../wp-content/uploads/2007/01/2IE7.png&#34;&gt;&lt;img alt=&#34;Internet Explorer 7&#34; src=&#34;../../../wp-content/uploads/2007/01/3IE7.png&#34;&gt;&lt;/a&gt;&#xA;&lt;figcaption&gt;Internet Explorer 7&lt;/figcaption&gt;&lt;/figure&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xD;&#xA;&lt;p&gt;Those are the &lt;a href=&#34;http://www.howtocreate.co.uk/acid/&#34;&gt;results&lt;/a&gt; of running the &lt;a href=&#34;http://www.webstandards.org/action/acid2/&#34;&gt;Acid2&lt;/a&gt; test against the most popular browsers.&lt;/p&gt;&#xD;&#xA;&#xD;&#xA;&lt;p&gt;The results are eloquent, but just in case, I&#39;m going to clarify it: it should be a yellow smiley face over a white background that when you pass the mouse over or near the nose, it becomes blue.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
