<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.shinze.com/index.php/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
  <title>Shinze - WebDesign</title>
  <link>http://www.shinze.com/index.php/</link>
  <description></description>
  <language>fr</language>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>DotClear</generator>
  
    
  <item>
    <title>L’élément canvas</title>
    <link>http://www.shinze.com/index.php/post/2005/05/05/136-lelement-canvas</link>
    <guid isPermaLink="false">urn:md5:48b73008fee02eda0e37a4f2cf197b77</guid>
    <pubDate>Thu, 05 May 2005 01:50:32 +0000</pubDate>
    <dc:creator>gatan</dc:creator>
        <category>WebDesign</category>
            
    <description>
        Afin de pouvoir créer des applications en HTML, le WHAT un groupement «non-officiel» de développeurs de navigateurs web a souhaité étendre la norme HTML en proposant quelques nouveautés, et    </description>
    <content:encoded>    &lt;p&gt;Afin de pouvoir créer des applications en HTML, le &lt;a href=&quot;http://whatwg.org/&quot; hreflang=&quot;en&quot; title=&quot;Web Hypertext Application Technology&quot;&gt;WHAT&lt;/a&gt; un groupement «non-officiel» de développeurs de navigateurs web a souhaité étendre la norme HTML en proposant quelques nouveautés, et notamment l’élément &lt;a href=&quot;http://whatwg.org/specs/web-apps/current-work/#dynamic&quot; hreflang=&quot;en&quot; title=&quot;La spec&quot;&gt;&amp;lt;canvas&amp;gt;&lt;/a&gt; permettant un rendu d’éléments graphiques.&lt;/p&gt;


&lt;p&gt;Certaines ultimes versions de Firefox ainsi que Safari dès sa version 1.3 supporte déjà en partie ces nouvelles fontionnalités, &lt;a href=&quot;http://mir.aculo.us/demos/canvas.html&quot; hreflang=&quot;en&quot; title=&quot;C’est pas du Flash&quot;&gt;en voici une démo&lt;/a&gt;. Ça annonce de bonnes choses à venir…&lt;/p&gt;</content:encoded>
    
    

    <comments>http://www.shinze.com/index.php/post/2005/05/05/136-lelement-canvas#comment-form</comments>
    <wfw:comment>http://www.shinze.com/index.php/post/2005/05/05/136-lelement-canvas#comment-form</wfw:comment>
    <wfw:commentRss>http://www.shinze.com/index.php/feed/rss2/comments/133</wfw:commentRss>
  </item>
    
  <item>
    <title>L’histoire du graphisme en france</title>
    <link>http://www.shinze.com/index.php/post/2005/05/04/135-lhistoire-du-graphisme-en-france</link>
    <guid isPermaLink="false">urn:md5:9955a3201bafdfcf58058c1e8ffbc97c</guid>
    <pubDate>Wed, 04 May 2005 01:36:23 +0000</pubDate>
    <dc:creator>gatan</dc:creator>
        <category>WebDesign</category>
            
    <description>
        Enfin un ouvrage qui risque de se révéler passionnant, l’histoire du graphisme en France.


De quoi donner aux actuels et futurs graphistes la conscience des origines de leur discipline.


Plus    </description>
    <content:encoded>    &lt;p&gt;Enfin un ouvrage qui risque de se révéler passionnant, l’histoire du graphisme en France.&lt;/p&gt;


&lt;p&gt;&lt;q&gt;De quoi donner aux actuels et futurs graphistes la conscience des origines de leur discipline.&lt;/q&gt;&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://www.formutil.com/index.php?2005/05/03/23-histoire-en-cours&quot; hreflang=&quot;fr&quot; title=&quot;L’histoire du graphisme&quot;&gt;Plus d’infos par ici&lt;/a&gt;.&lt;/p&gt;</content:encoded>
    
    

    <comments>http://www.shinze.com/index.php/post/2005/05/04/135-lhistoire-du-graphisme-en-france#comment-form</comments>
    <wfw:comment>http://www.shinze.com/index.php/post/2005/05/04/135-lhistoire-du-graphisme-en-france#comment-form</wfw:comment>
    <wfw:commentRss>http://www.shinze.com/index.php/feed/rss2/comments/132</wfw:commentRss>
  </item>
    
  <item>
    <title>La réponse de *</title>
    <link>http://www.shinze.com/index.php/post/2005/02/16/132-la-reponse-de</link>
    <guid isPermaLink="false">urn:md5:f9de49da180766fc12a68d3dc319bb3e</guid>
    <pubDate>Wed, 16 Feb 2005 14:02:16 +0000</pubDate>
    <dc:creator>gatan</dc:creator>
        <category>WebDesign</category>
            
    <description>
        Voilà un sujet qui n’a pas passionné beaucoup de monde… ni amené beaucoup de commentaires…
mais bon, voici la réponse&amp;nbsp;:


#content * p {border: 1px solid orange;}
#content p    </description>
    <content:encoded>    &lt;p&gt;Voilà &lt;a href=&quot;http://www.shinze.com/index.php/2005/01/15/127-la-question-de&quot; hreflang=&quot;fr&quot;&gt;un sujet&lt;/a&gt; qui n’a pas passionné beaucoup de monde… ni amené beaucoup de commentaires…
mais bon, voici la réponse&amp;nbsp;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;#content * p {border: 1px solid orange;}&lt;/li&gt;
&lt;li&gt;#content p {border: 1px solid orange;}&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Dans le second cas tout les paragraphes enfants de «#content» sont sélectionnés, alors que dans le premier cas seuls les paragraphes qui appartiennent à un élément enfant de «#content» sont sélectionnés.&lt;/p&gt;


&lt;p&gt;Voici &lt;a href=&quot;http://www.informit.com/articles/article.asp?p=358552&quot; hreflang=&quot;en&quot;&gt;quelques exemples&lt;/a&gt; d’éléments méconnus des CSS.&lt;/p&gt;</content:encoded>
    
    

    <comments>http://www.shinze.com/index.php/post/2005/02/16/132-la-reponse-de#comment-form</comments>
    <wfw:comment>http://www.shinze.com/index.php/post/2005/02/16/132-la-reponse-de#comment-form</wfw:comment>
    <wfw:commentRss>http://www.shinze.com/index.php/feed/rss2/comments/129</wfw:commentRss>
  </item>
    
  <item>
    <title>La question de *</title>
    <link>http://www.shinze.com/index.php/post/2005/01/15/127-la-question-de</link>
    <guid isPermaLink="false">urn:md5:028f45d0fd4b1ff1f394ddc8d1f0695f</guid>
    <pubDate>Sat, 15 Jan 2005 13:17:54 +0000</pubDate>
    <dc:creator>gatan</dc:creator>
        <category>WebDesign</category>
            
    <description>
        Juste une petite question, essayez de répondre rapidement&amp;nbsp;:


Les deux expressions suivantes font-elles la même chose&amp;nbsp;?

#content * p {border: 1px solid orange;}
#content  p    </description>
    <content:encoded>    &lt;p&gt;Juste une petite question, essayez de répondre rapidement&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;Les deux expressions suivantes font-elles la même chose&amp;nbsp;?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;#content * p {border: 1px solid orange;}&lt;/li&gt;
&lt;li&gt;#content  p {border: 1px solid orange;}&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;La réponse au prochain épisode.&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://www.shinze.com/index.php/2005/02/16/132-la-reponse-de&quot; hreflang=&quot;fr&quot;&gt;Voici la réponse bande d’ingrats :)&lt;/a&gt;&lt;/p&gt;</content:encoded>
    
    

    <comments>http://www.shinze.com/index.php/post/2005/01/15/127-la-question-de#comment-form</comments>
    <wfw:comment>http://www.shinze.com/index.php/post/2005/01/15/127-la-question-de#comment-form</wfw:comment>
    <wfw:commentRss>http://www.shinze.com/index.php/feed/rss2/comments/124</wfw:commentRss>
  </item>
    
  <item>
    <title>Des menus gratos</title>
    <link>http://www.shinze.com/index.php/post/2004/12/06/120-des-menus-gratos</link>
    <guid isPermaLink="false">urn:md5:c03606e803036602cde5985fac4d5469</guid>
    <pubDate>Mon, 06 Dec 2004 20:23:34 +0000</pubDate>
    <dc:creator>gatan</dc:creator>
        <category>WebDesign</category>
            
    <description>
        À voir ou à télécharger… des menus gratuits par Ian Main.    </description>
    <content:encoded>    &lt;p&gt;&lt;a href=&quot;http://www.e-lusion.com/design/menu/&quot; hreflang=&quot;en&quot;&gt;À voir ou à télécharger…&lt;/a&gt; des menus gratuits par &lt;a href=&quot;http://www.e-lusion.com/&quot; hreflang=&quot;en&quot;&gt;Ian Main&lt;/a&gt;.&lt;/p&gt;</content:encoded>
    
    

    <comments>http://www.shinze.com/index.php/post/2004/12/06/120-des-menus-gratos#comment-form</comments>
    <wfw:comment>http://www.shinze.com/index.php/post/2004/12/06/120-des-menus-gratos#comment-form</wfw:comment>
    <wfw:commentRss>http://www.shinze.com/index.php/feed/rss2/comments/117</wfw:commentRss>
  </item>
    
</channel>
</rss>