<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>HTML on Shafiq Alibhai</title>
    <link>https://www.shafiq.in/zh/tags/html/</link>
    <description>Recent content in HTML on Shafiq Alibhai</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <copyright>© 2009-2026 All rights reserved.</copyright>
    <lastBuildDate>Wed, 08 Dec 2010 15:05:35 +0000</lastBuildDate>
    <atom:link href="https://www.shafiq.in/zh/tags/html/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Bug found on Google Chrome Extension Labs Website</title>
      <link>https://www.shafiq.in/zh/blog/bug-found-on-google-chrome-extension-labs-website/</link>
      <pubDate>Wed, 08 Dec 2010 15:05:35 +0000</pubDate>
      <guid>https://www.shafiq.in/zh/blog/bug-found-on-google-chrome-extension-labs-website/</guid>
      <description>&lt;img src=&#34;https://www.shafiq.in/wp-content/uploads/2010/12/google-bug_hu_fe020c17a86fbe75.png&#34; alt=&#34;bug on google chrome extension labs website&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; class=&#34;&#34; /&gt;&#xA;&#xA;&#xA;&lt;p&gt;You forgot to change the path google developers !&lt;/p&gt;&#xA;&lt;p&gt;link -&amp;gt; &lt;a href=&#34;http://code.google.com/chrome/extensions/apps.html&#34;&gt;http://code.google.com/chrome/extensions/apps.html&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Designer Blue Page Website Template</title>
      <link>https://www.shafiq.in/zh/blog/designer-blue-page-website-template/</link>
      <pubDate>Sun, 02 Aug 2009 18:18:37 +0000</pubDate>
      <guid>https://www.shafiq.in/zh/blog/designer-blue-page-website-template/</guid>
      <description>&lt;img src=&#34;https://www.shafiq.in/wp-content/uploads/2009/08/screenshot_hu_f7b7e86d8d59a469.png&#34; alt=&#34;Designer Blue Page Website Template&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; class=&#34;&#34; /&gt;</description>
    </item>
    <item>
      <title>9 skills developers will need in the next five years</title>
      <link>https://www.shafiq.in/zh/blog/9-skills-developers-will-need-in-the-next-five-years/</link>
      <pubDate>Sun, 12 Jul 2009 07:40:57 +0000</pubDate>
      <guid>https://www.shafiq.in/zh/blog/9-skills-developers-will-need-in-the-next-five-years/</guid>
      <description>&lt;p&gt;The economy is changing rapidly, and developers need to keep up with the latest trends and skills to stay relevant and competitive. Here is a list of 9 skills that every developer should master or at least be familiar with in the next five years. This list is not comprehensive, and it does not cover every niche or specialty in the industry. However, for most mainstream development scenarios, these skills will give you an edge over others and help you create better solutions. You should aim to learn at least seven of these skills well enough to use them confidently on the job and to demonstrate them in an interview.&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>
    <item>
      <title>clean and modern black on wood website template that can be used for any type of business or personal portfolio site</title>
      <link>https://www.shafiq.in/zh/blog/clean-and-modern-black-on-wood-website-template-that-can-be-used-for-any-type-of-business-or-personal-portfolio-site/</link>
      <pubDate>Sun, 01 Mar 2009 18:10:06 +0000</pubDate>
      <guid>https://www.shafiq.in/zh/blog/clean-and-modern-black-on-wood-website-template-that-can-be-used-for-any-type-of-business-or-personal-portfolio-site/</guid>
      <description>&lt;img src=&#34;https://www.shafiq.in/wp-content/uploads/2009/03/slide1_hu_a11200147c442ceb.jpg&#34; alt=&#34;slide1&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; class=&#34;&#34; /&gt;&#xA;&#xA;&#xA;&lt;!-- Click here to view the html website template.&#xA;&#xA;Download the html website template. 255KB&#xA;&#xA;Download PSD file. 14.99MB&#xA;&#xA;Download PSD file zipped. 5.08 MB --&gt;</description>
    </item>
  </channel>
</rss>
