<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Browser on Shafiq Alibhai</title>
    <link>https://www.shafiq.in/zh/tags/browser/</link>
    <description>Recent content in Browser on Shafiq Alibhai</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <copyright>© 2009-2026 All rights reserved.</copyright>
    <lastBuildDate>Mon, 07 Feb 2011 07:03:39 +0000</lastBuildDate>
    <atom:link href="https://www.shafiq.in/zh/tags/browser/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>A Simple Guide to Installing Both Firefox 4 and Firefox 3 on Ubuntu</title>
      <link>https://www.shafiq.in/zh/blog/a-simple-guide-to-installing-both-firefox-4-and-firefox-3-on-ubuntu/</link>
      <pubDate>Mon, 07 Feb 2011 07:03:39 +0000</pubDate>
      <guid>https://www.shafiq.in/zh/blog/a-simple-guide-to-installing-both-firefox-4-and-firefox-3-on-ubuntu/</guid>
      <description>&lt;h3 id=&#34;step-1-add-the-mozilla-daily-ppa-repository&#34;&gt;Step 1: Add the Mozilla Daily PPA Repository&lt;a class=&#34;anchor&#34; href=&#34;#step-1-add-the-mozilla-daily-ppa-repository&#34;&gt;#&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;First, open up your terminal window. Once it&amp;rsquo;s up, type in the command below to add the Ubuntu Mozilla Daily PPA repository to your system:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;You&amp;rsquo;ll be prompted to enter your password. Go ahead and do that, then hit Enter to confirm the addition of the repository.&lt;/p&gt;&#xA;&lt;h3 id=&#34;step-2-update-your-package-list&#34;&gt;Step 2: Update Your Package List&lt;a class=&#34;anchor&#34; href=&#34;#step-2-update-your-package-list&#34;&gt;#&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;After adding the repository, it&amp;rsquo;s crucial to update the package list to ensure you get the latest software. Type the following command:&lt;/p&gt;</description>
    </item>
    <item>
      <title>How To Disable Google Analytics</title>
      <link>https://www.shafiq.in/zh/blog/how-to-disable-google-analytics/</link>
      <pubDate>Thu, 30 Sep 2010 06:27:57 +0000</pubDate>
      <guid>https://www.shafiq.in/zh/blog/how-to-disable-google-analytics/</guid>
      <description>&lt;h3 id=&#34;you-dont-like-google-analytics&#34;&gt;&lt;span style=&#34;font-weight:normal;font-size:13px;&#34;&gt;You don´t like Google Analytics?&lt;a class=&#34;anchor&#34; href=&#34;#you-dont-like-google-analytics&#34;&gt;#&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;Go to &lt;a href=&#34;http://tools.google.com/dlpage/gaoptout&#34; target=&#34;_blank&#34;&gt;http://tools.google.com/dlpage/gaoptout&lt;/a&gt; and install a browser plugin to disable Google Analytics.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Typo3 Reference Manuals – A Google Chrome Extension</title>
      <link>https://www.shafiq.in/zh/blog/typo3-reference-manuals-a-google-chrome-extension/</link>
      <pubDate>Sat, 27 Mar 2010 07:43:04 +0000</pubDate>
      <guid>https://www.shafiq.in/zh/blog/typo3-reference-manuals-a-google-chrome-extension/</guid>
      <description>&lt;p&gt;I am happy to share with you my first Google Chrome extension.&lt;/p&gt;&#xA;&lt;p&gt;It is a collection of Typo3 reference manuals that I have compiled from the typo3.org website.&lt;/p&gt;&#xA;&lt;p&gt;It may not be the coolest extension out there, but it has been useful to me. 🙂&lt;/p&gt;&#xA;&lt;p&gt;This Google Chrome extension is for:&lt;/p&gt;&#xA;&lt;p&gt;• Those who have a slow or unreliable internet connection. For example, in India.&#xA;• And those who prefer to stay in the browser while reading or searching something in the Typo3 swx reference manuals.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CSS Browser Compatibility Improvement Tip</title>
      <link>https://www.shafiq.in/zh/blog/css-browser-compatibility-improvement-tip/</link>
      <pubDate>Sat, 06 Jun 2009 10:09:09 +0000</pubDate>
      <guid>https://www.shafiq.in/zh/blog/css-browser-compatibility-improvement-tip/</guid>
      <description>&lt;p&gt;To avoid inconsistencies across different browsers, always use the following CSS code unless you specify a different value for padding and margin. Some browsers do not set these properties to zero by default.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-css&#34; data-lang=&#34;css&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nt&#34;&gt;html&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;padding&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;px&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;margin&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;px&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nt&#34;&gt;body&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;padding&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;px&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;margin&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;px&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
  </channel>
</rss>
