<?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/es/tags/html/</link>
    <description>Recent content in HTML on Shafiq Alibhai</description>
    <generator>Hugo</generator>
    <language>es-ES</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/es/tags/html/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Error encontrado en el sitio web de Google Chrome Extension Labs</title>
      <link>https://www.shafiq.in/es/blog/error-encontrado-en-el-sitio-web-de-google-chrome-extension-labs/</link>
      <pubDate>Wed, 08 Dec 2010 15:05:35 +0000</pubDate>
      <guid>https://www.shafiq.in/es/blog/error-encontrado-en-el-sitio-web-de-google-chrome-extension-labs/</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;¡Olvidaste cambiar la ruta de los desarrolladores de Google!&lt;/p&gt;&#xA;&lt;p&gt;enlace -&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>Plantilla de sitio web de página azul de diseñador</title>
      <link>https://www.shafiq.in/es/blog/plantilla-de-sitio-web-de-p%C3%A1gina-azul-de-dise%C3%B1ador/</link>
      <pubDate>Sun, 02 Aug 2009 18:18:37 +0000</pubDate>
      <guid>https://www.shafiq.in/es/blog/plantilla-de-sitio-web-de-p%C3%A1gina-azul-de-dise%C3%B1ador/</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 habilidades que los desarrolladores necesitarán en los próximos cinco años</title>
      <link>https://www.shafiq.in/es/blog/9-habilidades-que-los-desarrolladores-necesitar%C3%A1n-en-los-pr%C3%B3ximos-cinco-a%C3%B1os/</link>
      <pubDate>Sun, 12 Jul 2009 07:40:57 +0000</pubDate>
      <guid>https://www.shafiq.in/es/blog/9-habilidades-que-los-desarrolladores-necesitar%C3%A1n-en-los-pr%C3%B3ximos-cinco-a%C3%B1os/</guid>
      <description>&lt;p&gt;La economía está cambiando rápidamente y los desarrolladores deben mantenerse al día con las últimas tendencias y habilidades para seguir siendo relevantes y competitivos. Aquí hay una lista de 9 habilidades que todo desarrollador debería dominar o al menos estar familiarizado en los próximos cinco años. Esta lista no es exhaustiva y no cubre todos los nichos o especialidades de la industria. Sin embargo, para la mayoría de los escenarios de desarrollo convencionales, estas habilidades le darán una ventaja sobre los demás y le ayudarán a crear mejores soluciones. Debe intentar aprender al menos siete de estas habilidades lo suficientemente bien como para utilizarlas con confianza en el trabajo y demostrarlas en una entrevista.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Consejo para mejorar la compatibilidad del navegador CSS</title>
      <link>https://www.shafiq.in/es/blog/consejo-para-mejorar-la-compatibilidad-del-navegador-css/</link>
      <pubDate>Sat, 06 Jun 2009 10:09:09 +0000</pubDate>
      <guid>https://www.shafiq.in/es/blog/consejo-para-mejorar-la-compatibilidad-del-navegador-css/</guid>
      <description>&lt;p&gt;Para evitar inconsistencias entre diferentes navegadores, utilice siempre el siguiente código CSS a menos que especifique un valor diferente para el relleno y el margen. Algunos navegadores no establecen estas propiedades en cero de forma predeterminada.&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>plantilla de sitio web limpia y moderna en negro sobre madera que se puede utilizar para cualquier tipo de negocio o sitio de cartera personal</title>
      <link>https://www.shafiq.in/es/blog/plantilla-de-sitio-web-limpia-y-moderna-en-negro-sobre-madera-que-se-puede-utilizar-para-cualquier-tipo-de-negocio-o-sitio-de-cartera-personal/</link>
      <pubDate>Sun, 01 Mar 2009 18:10:06 +0000</pubDate>
      <guid>https://www.shafiq.in/es/blog/plantilla-de-sitio-web-limpia-y-moderna-en-negro-sobre-madera-que-se-puede-utilizar-para-cualquier-tipo-de-negocio-o-sitio-de-cartera-personal/</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>
