<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2frenchfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>blog.bouctoubou.com | Webdesigner et Intégrateur (x)HTML &amp; CSS Freelance</title>
	
	<link>http://blog.bouctoubou.com</link>
	<description>(x)HTML / CSS, Design, Développement, Photos, and more ...</description>
	<lastBuildDate>Wed, 29 Jun 2011 21:07:30 +0000</lastBuildDate>
	<language>fr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/rss-bouctoubou" /><feedburner:info uri="rss-bouctoubou" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Frss-bouctoubou" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/rss-bouctoubou" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2Frss-bouctoubou" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2Frss-bouctoubou" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Frss-bouctoubou" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><feedburner:feedFlare href="http://add.my.yahoo.com/content?lg=fr&amp;url=http%3A%2F%2Ffeeds.feedburner.com%2Frss-bouctoubou" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/bn/intatm_fr_1.gif">Subscribe with Mon Yahoo!</feedburner:feedFlare><item>
		<title>L’utilisation d’un overflow pour remplacer un clear avec des éléments en float</title>
		<link>http://feedproxy.google.com/~r/rss-bouctoubou/~3/cLLE-szVLdA/</link>
		<comments>http://blog.bouctoubou.com/lutilisation-dun-overflow-pour-remplacer-un-clear-avec-des-elements-en-float/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 16:55:25 +0000</pubDate>
		<dc:creator>Bouctoubou</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[Tutoriels]]></category>
		<category><![CDATA[both]]></category>
		<category><![CDATA[clear]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[overflow]]></category>

		<guid isPermaLink="false">http://blog.bouctoubou.com/?p=1356</guid>
		<description><![CDATA[On a tous nos techniques pour intégrer en HTML &#38; CSS, certaines plus &#171;&#160;bancales&#160;&#187; que d&#8217;autres. J&#8217;avoue, depuis un moment, avoir eu la mauvaise habitude d&#8217;utiliser le classique (ou pas) : &#60;div class=&#34;clear&#34;&#62;&#60;/div&#62; .clear &#123;clear:both;&#125; Dans certains cas précis, j&#8217;utilisais un div vide1, ce qui forcément n&#8217;était pas vraiment très sexy et clean&#8230; Exemple avec [...]]]></description>
			<content:encoded><![CDATA[<p>On a tous nos techniques pour intégrer en HTML &amp; CSS, certaines plus &laquo;&nbsp;bancales&nbsp;&raquo; que d&#8217;autres. J&#8217;avoue, depuis un moment, avoir eu la mauvaise habitude d&#8217;utiliser le classique (ou pas) :</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clear&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">.<span style="color: #000000; font-weight: bold;">clear</span> <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">clear</span><span style="color: #00AA00;">:</span><span style="color: #993333;">both</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Dans certains cas précis, j&#8217;utilisais un div vide<sup><a href="http://blog.bouctoubou.com/lutilisation-dun-overflow-pour-remplacer-un-clear-avec-des-elements-en-float/#footnote_0_1356" id="identifier_0_1356" class="footnote-link footnote-identifier-link" title="Le cas sur ce blog&amp;#8230;">1</a></sup>, ce qui forcément n&#8217;était pas vraiment très sexy et clean&#8230;</p>
<p><span id="more-1356"></span></p>
<h5>Exemple avec et sans un div &laquo;&nbsp;clear&nbsp;&raquo;</h5>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;container&quot;</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;left&quot;</span>&gt;</span>Float Left<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;right&quot;</span>&gt;</span>Float Right<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clear&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span> <span style="color: #808080; font-style: italic;">&lt;!-- Bouh, pas bien! :) --&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
&nbsp;
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;footer&quot;</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">p</span>&gt;</span>Pellentesque habitant morbi tristique senectus.<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">p</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">.<span style="color: #000000; font-weight: bold;">clear</span> <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">clear</span><span style="color: #00AA00;">:</span><span style="color: #993333;">both</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #cc00cc;">#container</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">420px</span><span style="color: #00AA00;">;</span> 
	<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#C00</span><span style="color: #00AA00;">;</span> 
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">20px</span> <span style="color: #993333;">auto</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span> 
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
.<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">,</span> 
.<span style="color: #000000; font-weight: bold;">right</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span> 
	<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #933;">10px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #cc00cc;">#footer</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">420px</span><span style="color: #00AA00;">;</span> 
	<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span> 
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span> <span style="color: #993333;">auto</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
	<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p><strong>Résultat sans le div clear :</strong></p>
<p><img class="alignnone size-full wp-image-1385" title="Clear Off" src="http://blog.bouctoubou.com/wp-content/uploads/2010/04/float-clear-off.gif" alt="" width="442" height="94" /></p>
<p><strong>Résultat avec le div clear :</strong></p>
<p><img class="alignnone size-full wp-image-1386" title="Clear On" src="http://blog.bouctoubou.com/wp-content/uploads/2010/04/float-clear-on.gif" alt="" width="442" height="136" /></p>
<p>Alors certes, cela marche très bien et il suffit de faire une recherche sur Google pour s&#8217;apercevoir que c&#8217;est encore très utilisé! Mais faut avouer que ce n&#8217;est pas très sémantique et que cela peut, à force, fortement alourdir votre code&#8230;</p>
<h5>L&#8217;utilisation d&#8217;un overflow</h5>
<p>Ce n&#8217;est pas nouveau, ni récent, mais il existe une solution bien plus intéressante en utilisant la propriété CSS &laquo;&nbsp;overflow&nbsp;&raquo; sur le container.</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;container&quot;</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;left&quot;</span>&gt;</span>Float Left<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;right&quot;</span>&gt;</span>Float Right<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
&nbsp;
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;footer&quot;</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">p</span>&gt;</span>Pellentesque habitant morbi tristique senectus.<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">p</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#container</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">420px</span><span style="color: #00AA00;">;</span> 
	<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#C00</span><span style="color: #00AA00;">;</span> 
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">20px</span> <span style="color: #993333;">auto</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span> 
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span><span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">100%</span> <span style="color: #808080; font-style: italic;">/*IE*/</span>
	<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Pour un résultat parfaitement identique et compatible avec tous les navigateurs. C&#8217;est tout même plus propre!</p>
<p>Je précise que ce billet n&#8217;est pas complet sur le sujet et qu&#8217;il y aurait de quoi apporter des précisions dans certains cas.</p>
<p>Cette solution est sûrement connu par les plus experts d&#8217;entre vous, mais peut-être pas (encore) de tous !? </p>
<ul>
<li><a title="Voir l'exemple de ce billet" href="http://blog.bouctoubou.com/exemples/float-clear-overflow-exemple.html">Voir l&#8217;exemple de ce billet</a></li>
</ul>
<ol class="footnotes"><li id="footnote_0_1356" class="footnote">Le cas sur ce blog&#8230;</li></ol><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=cLLE-szVLdA:GIC7qmmnJjo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=cLLE-szVLdA:GIC7qmmnJjo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=cLLE-szVLdA:GIC7qmmnJjo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=cLLE-szVLdA:GIC7qmmnJjo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?i=cLLE-szVLdA:GIC7qmmnJjo:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rss-bouctoubou/~4/cLLE-szVLdA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.bouctoubou.com/lutilisation-dun-overflow-pour-remplacer-un-clear-avec-des-elements-en-float/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://blog.bouctoubou.com/lutilisation-dun-overflow-pour-remplacer-un-clear-avec-des-elements-en-float/</feedburner:origLink></item>
		<item>
		<title>Vic Chesnutt – Everything I Say</title>
		<link>http://feedproxy.google.com/~r/rss-bouctoubou/~3/hlUGBUO-rZI/</link>
		<comments>http://blog.bouctoubou.com/vic-chesnutt-everything-i-say/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 19:38:38 +0000</pubDate>
		<dc:creator>Bouctoubou</dc:creator>
				<category><![CDATA[Musique]]></category>
		<category><![CDATA[Vidéos]]></category>
		<category><![CDATA[Vic Chesnutt]]></category>

		<guid isPermaLink="false">http://blog.bouctoubou.com/?p=1314</guid>
		<description><![CDATA[Juste pour le plaisir et parce que je m&#8217;en lasse pas, une vidéo live (en HD) du regretté Vic Chesnutt accompagné des mucisiens de Thee Silver Mt. Zion et Godspeed You! Black Emperor du label Constellation et de Witchies and Guy Picciotto from Fugazi.]]></description>
			<content:encoded><![CDATA[<p>Juste pour le plaisir et parce que je m&#8217;en lasse pas, une vidéo live (en HD) du <a href="http://fr.wikipedia.org/wiki/Vic_Chesnutt">regretté</a> <a href="http://www.myspace.com/vicchesnutt">Vic Chesnutt</a> accompagné des mucisiens de <a href="http://www.tra-la-la-band.com/">Thee Silver Mt. Zion</a> et <a href="http://www.brainwashed.com/godspeed/main.html">Godspeed You! Black Emperor</a> du label <a href="http://cstrecords.com/">Constellation</a> et de Witchies and Guy Picciotto from Fugazi.</p>
<p><a href="http://blog.bouctoubou.com/vic-chesnutt-everything-i-say/"><em>Cliquer ici pour voir la vidéo.</em></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=hlUGBUO-rZI:hefWDOjpAYU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=hlUGBUO-rZI:hefWDOjpAYU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=hlUGBUO-rZI:hefWDOjpAYU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=hlUGBUO-rZI:hefWDOjpAYU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?i=hlUGBUO-rZI:hefWDOjpAYU:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rss-bouctoubou/~4/hlUGBUO-rZI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.bouctoubou.com/vic-chesnutt-everything-i-say/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.bouctoubou.com/vic-chesnutt-everything-i-say/</feedburner:origLink></item>
		<item>
		<title>Une liste de tableaux comparatifs d’offres et de prix pour votre projet web</title>
		<link>http://feedproxy.google.com/~r/rss-bouctoubou/~3/8DDVjoJntUQ/</link>
		<comments>http://blog.bouctoubou.com/une-liste-de-tableaux-comparatifs-doffres-et-de-prix-pour-votre-projet-web/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 15:08:53 +0000</pubDate>
		<dc:creator>Bouctoubou</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Ressources]]></category>
		<category><![CDATA[business plan]]></category>
		<category><![CDATA[liste]]></category>
		<category><![CDATA[offres]]></category>
		<category><![CDATA[prix]]></category>
		<category><![CDATA[projets]]></category>

		<guid isPermaLink="false">http://blog.bouctoubou.com/?p=1236</guid>
		<description><![CDATA[Si vous êtes en train de bosser sur un nouveau projet1 qui va révolutionner le web et que vous ne savez pas comment présenter la page des différentes offres de votre &#171;&#160;business plan&#160;&#187;, je vous conseille vivement cette liste publiée sur vandelaydesign.com! Si vous avez d&#8217;autres listes sur ce thème, n&#8217;hésitez pas à les laisser [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1238" title="Comparatifs d'offres et de prix" src="http://blog.bouctoubou.com/wp-content/uploads/2009/11/comparatifs-doffres-et-de-prix.jpg" alt="Comparatifs d'offres et de prix" width="455" height="190" /></p>
<p>Si vous êtes en train de bosser sur un nouveau projet<sup><a href="http://blog.bouctoubou.com/une-liste-de-tableaux-comparatifs-doffres-et-de-prix-pour-votre-projet-web/#footnote_0_1236" id="identifier_0_1236" class="footnote-link footnote-identifier-link" title="Charter Discount, private joke inside">1</a></sup> qui va révolutionner le web et que vous ne savez pas comment présenter la page des différentes offres de votre &laquo;&nbsp;business plan&nbsp;&raquo;, je vous conseille vivement <a href="http://vandelaydesign.com/blog/design/pricing-page-trends/">cette liste</a> publiée sur <a href="http://vandelaydesign.com/blog/">vandelaydesign.com</a>!</p>
<p>Si vous avez d&#8217;autres listes sur ce thème, n&#8217;hésitez pas à les laisser en commentaire, ça m&#8217;intéresse.</p>
<ol class="footnotes"><li id="footnote_0_1236" class="footnote">Charter Discount, private joke inside</li></ol><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=8DDVjoJntUQ:b0UI3OJSa8s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=8DDVjoJntUQ:b0UI3OJSa8s:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=8DDVjoJntUQ:b0UI3OJSa8s:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=8DDVjoJntUQ:b0UI3OJSa8s:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?i=8DDVjoJntUQ:b0UI3OJSa8s:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rss-bouctoubou/~4/8DDVjoJntUQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.bouctoubou.com/une-liste-de-tableaux-comparatifs-doffres-et-de-prix-pour-votre-projet-web/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://blog.bouctoubou.com/une-liste-de-tableaux-comparatifs-doffres-et-de-prix-pour-votre-projet-web/</feedburner:origLink></item>
		<item>
		<title>Tester facilement son site / intégration sous I8, IE7 et IE6 avec Expression Web SuperPreview</title>
		<link>http://feedproxy.google.com/~r/rss-bouctoubou/~3/f05Rp45ijeU/</link>
		<comments>http://blog.bouctoubou.com/tester-facilement-son-site-integration-sous-i8-ie7-et-ie6-avec-expression-web-superpreview/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 16:54:45 +0000</pubDate>
		<dc:creator>Bouctoubou</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[Logiciels]]></category>
		<category><![CDATA[affichage]]></category>
		<category><![CDATA[gratuit]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[multiple ie]]></category>
		<category><![CDATA[navigateur]]></category>
		<category><![CDATA[standalone]]></category>

		<guid isPermaLink="false">http://blog.bouctoubou.com/?p=1209</guid>
		<description><![CDATA[Il est souvent fastidieux de tester un site sur les différents navigateurs existants. C&#8217;est particulièrement le cas avec la gamme Microsoft&#8230; J&#8217;utilisais Multiple IE pour tester un site sur Internet Explorer 6. Mais depuis l&#8217;installation de la version 8 de ce même navigateur, la version 6  &#171;&#160;standalone&#160;&#187; est devenue bancale et ne fonctionne plus très [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1213" title="Expression Superview" src="http://blog.bouctoubou.com/wp-content/uploads/2009/09/expression-superview.jpg" alt="Expression Superview" width="455" height="244" /></p>
<p>Il est souvent fastidieux de tester un site sur les différents navigateurs existants. C&#8217;est particulièrement le cas avec la gamme Microsoft&#8230; J&#8217;utilisais <a href="http://tredosoft.com/Multiple_IE">Multiple IE</a> pour tester un site sur Internet Explorer 6. Mais depuis l&#8217;installation de la version 8 de ce même navigateur, la version 6  &laquo;&nbsp;standalone&nbsp;&raquo; est devenue bancale et ne fonctionne plus très bien.</p>
<p><span id="more-1209"></span></p>
<p>Microsoft a récemment sorti <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=8e6ac106-525d-45d0-84db-dccff3fae677">Expression Web SuperPreview</a>, disponible gratuitement en téléchargement. Ce logiciel permet de tester dans la même fenêtre l&#8217;affichage d&#8217;un site sur les différentes versions d&#8217;Internet Explorer. Plusieurs modes d&#8217;affichages sont disponibles. Le chargement de la prévisualisation est un peu long à mon goût, mais il fait très bien ce que l&#8217;on lui demande, sans fioritures.</p>
<p>Du coup, plus besoin d&#8217;ouvrir le moindre Internet explorer, tout se passe dans le même logiciel<sup><a href="http://blog.bouctoubou.com/tester-facilement-son-site-integration-sous-i8-ie7-et-ie6-avec-expression-web-superpreview/#footnote_0_1209" id="identifier_0_1209" class="footnote-link footnote-identifier-link" title="Attention tout de m&ecirc;me, IE8 doit &ecirc;tre install&eacute; sur votre ordinateur pour utiliser la pr&eacute;visualisation de cette version.">1</a></sup> et c&#8217;est assez pratique après quelques essais. Le bémol, c&#8217;est qu&#8217;il n&#8217;est bien sûr pas disponible sur Mac ou Linux&#8230;</p>
<p>Et vous, quelles sont vos méthodes pour tester un site sur les différentes versions d&#8217;Internet Explorer ?</p>
<ol class="footnotes"><li id="footnote_0_1209" class="footnote">Attention tout de même, IE8 doit être installé sur votre ordinateur pour utiliser la prévisualisation de cette version.</li></ol><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=f05Rp45ijeU:Fx8nEGWbxEk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=f05Rp45ijeU:Fx8nEGWbxEk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=f05Rp45ijeU:Fx8nEGWbxEk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=f05Rp45ijeU:Fx8nEGWbxEk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?i=f05Rp45ijeU:Fx8nEGWbxEk:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rss-bouctoubou/~4/f05Rp45ijeU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.bouctoubou.com/tester-facilement-son-site-integration-sous-i8-ie7-et-ie6-avec-expression-web-superpreview/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://blog.bouctoubou.com/tester-facilement-son-site-integration-sous-i8-ie7-et-ie6-avec-expression-web-superpreview/</feedburner:origLink></item>
		<item>
		<title>Internet Explorer 6, je te hais!</title>
		<link>http://feedproxy.google.com/~r/rss-bouctoubou/~3/E49AdZfSX0Y/</link>
		<comments>http://blog.bouctoubou.com/internet-explorer-6-je-te-hais/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 01:07:52 +0000</pubDate>
		<dc:creator>Bouctoubou</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[navigateur]]></category>

		<guid isPermaLink="false">http://blog.bouctoubou.com/?p=1177</guid>
		<description><![CDATA[Il y a des fois, même quand on n&#8217;a pas le temps, où il est important de poster son désespoire face à ce dinosaure de navigateur encore imposé et utilisé par beaucoup de personnes / agences&#8230; Je ne sais pas trop quelle part de marché il peut encore avoir à travers le monde, mais pitié, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1178" title="Stop IE6 !!!" src="http://blog.bouctoubou.com/wp-content/uploads/2009/07/stop-ie6.jpg" alt="Stop IE6 !!!" width="455" height="105" /></p>
<p>Il y a des fois, même quand on n&#8217;a pas le temps, où il est important de poster son désespoire face à ce dinosaure de navigateur encore imposé et utilisé par beaucoup de personnes / agences&#8230; Je ne sais pas trop quelle part de marché il peut encore avoir à travers le monde, mais pitié, que ça cesse, c&#8217;est une perte d&#8217;énergie et de temps incroyable! Je fais donc suivre l&#8217;excellent article de Jeremy à ce sujet : <a href="http://bbxdesign.com/2009/07/20/mais-arretez-avec-ie6/">Mais arrêtez avec IE6!</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=E49AdZfSX0Y:fd84zDeSJbE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=E49AdZfSX0Y:fd84zDeSJbE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=E49AdZfSX0Y:fd84zDeSJbE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=E49AdZfSX0Y:fd84zDeSJbE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?i=E49AdZfSX0Y:fd84zDeSJbE:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rss-bouctoubou/~4/E49AdZfSX0Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.bouctoubou.com/internet-explorer-6-je-te-hais/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://blog.bouctoubou.com/internet-explorer-6-je-te-hais/</feedburner:origLink></item>
		<item>
		<title>Cuisine-saine.fr, un joli blog de recettes de cuisine pour bien manger</title>
		<link>http://feedproxy.google.com/~r/rss-bouctoubou/~3/n2GVasjM4WI/</link>
		<comments>http://blog.bouctoubou.com/cuisine-sainefr-un-jolie-blog-de-recettes-de-cuisine-pour-bien-manger/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 21:55:04 +0000</pubDate>
		<dc:creator>Bouctoubou</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Divers]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[cuisine]]></category>
		<category><![CDATA[recettes]]></category>
		<category><![CDATA[thèmes]]></category>

		<guid isPermaLink="false">http://blog.bouctoubou.com/?p=1162</guid>
		<description><![CDATA[Allez, vite fait, un petit coup de pub pour cuisine-saine.fr, le blog de Karen Chevallier sur la &#171;&#160;bonne&#160;&#187; cuisine. Un blog avec de très bonnes recettes et un joli design1 réalisé par mon ami Shemu. (..) J’ai eu envie de créer ce blog pour vous faire partager mes recettes bio avec ingrédients de saison (mes [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1164" title="Cuisine Saine" src="http://blog.bouctoubou.com/wp-content/uploads/2009/07/cuisine-saine.jpg" alt="Cuisine Saine" width="455" height="190" /></p>
<p>Allez, vite fait, un petit coup de pub pour <a href="http://cuisine-saine.fr">cuisine-saine.fr</a>, le blog de <a href="http://cuisine-saine.fr/recettes_cuisine_saine">Karen Chevallier</a> sur la &laquo;&nbsp;bonne&nbsp;&raquo; cuisine. Un blog avec de très bonnes recettes et un joli design<sup><a href="http://blog.bouctoubou.com/cuisine-sainefr-un-jolie-blog-de-recettes-de-cuisine-pour-bien-manger/#footnote_0_1162" id="identifier_0_1162" class="footnote-link footnote-identifier-link" title="Top ce design, mais il y a tout de m&ecirc;me des ombres port&eacute;es &agrave; revoir non ? Comme celle de &amp;laquo;&amp;nbsp;trouver une recette&amp;nbsp;&amp;raquo; :) ">1</a></sup> réalisé par mon ami <a href="http://www.babylon-design.com/site/">Shemu</a>.</p>
<blockquote><p>(..) J’ai eu envie de créer ce blog pour vous faire partager mes recettes bio avec ingrédients de saison (mes proches se régalent parait-il !) et vous permettre de tester vous même dans votre cuisine ces recettes inédites. J’ai aussi trouvé intéressant de penser aux personnes comme l’une de mes amies, allergique à certains éléments présents dans de très nombreux aliments (gluten, lait, soja…) : vous pouvez sélectionner spécifiquement les recettes ne comprenant pas certains éléments. (&#8230;)</p></blockquote>
<ol class="footnotes"><li id="footnote_0_1162" class="footnote"><span style="text-decoration: line-through;">Top ce design, mais il y a tout de même des ombres portées à revoir non ? Comme celle de &laquo;&nbsp;trouver une recette&nbsp;&raquo; :)</span> </li></ol><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=n2GVasjM4WI:PoWknsUhzEA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=n2GVasjM4WI:PoWknsUhzEA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=n2GVasjM4WI:PoWknsUhzEA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=n2GVasjM4WI:PoWknsUhzEA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?i=n2GVasjM4WI:PoWknsUhzEA:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rss-bouctoubou/~4/n2GVasjM4WI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.bouctoubou.com/cuisine-sainefr-un-jolie-blog-de-recettes-de-cuisine-pour-bien-manger/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://blog.bouctoubou.com/cuisine-sainefr-un-jolie-blog-de-recettes-de-cuisine-pour-bien-manger/</feedburner:origLink></item>
		<item>
		<title>La photo du jour…</title>
		<link>http://feedproxy.google.com/~r/rss-bouctoubou/~3/Rh1zH755rOQ/</link>
		<comments>http://blog.bouctoubou.com/la-photo-du-jour/#comments</comments>
		<pubDate>Wed, 20 May 2009 11:49:03 +0000</pubDate>
		<dc:creator>Bouctoubou</dc:creator>
				<category><![CDATA[Bouctoubou]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[paris]]></category>

		<guid isPermaLink="false">http://blog.bouctoubou.com/?p=1129</guid>
		<description><![CDATA[Le titre le plus original de l&#8217;année, c&#8217;est fait! Ci-dessous une photo prise le week-end dernier à Paris, devant l&#8217;une des portes du Grand Palais, mais où, une idée ? Il y a quelques indices dans la photo, mais ok, pas super simple à trouver :).]]></description>
			<content:encoded><![CDATA[<p>Le titre le plus original de l&#8217;année, c&#8217;est fait! Ci-dessous une photo prise le week-end dernier à Paris, devant l&#8217;une des portes du Grand Palais, <span style="text-decoration: line-through;">mais où, une idée ? Il y a quelques indices dans la photo, mais ok, pas super simple à trouver :)</span>.</p>
<p><a title="Porte du Grand Palais" href="http://blog.bouctoubou.com/wp-content/uploads/2009/05/img_0301_dxo_raw-3.jpg" rel="lightbox"><img class="alignnone size-medium wp-image-1156" title="Porte du Grand Palais" src="http://blog.bouctoubou.com/wp-content/uploads/2009/05/img_0301_dxo_raw-3-454x303.jpg" alt="Porte du Grand Palais" width="454" height="303" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=Rh1zH755rOQ:s5ySTBZkwaQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=Rh1zH755rOQ:s5ySTBZkwaQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=Rh1zH755rOQ:s5ySTBZkwaQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=Rh1zH755rOQ:s5ySTBZkwaQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?i=Rh1zH755rOQ:s5ySTBZkwaQ:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rss-bouctoubou/~4/Rh1zH755rOQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.bouctoubou.com/la-photo-du-jour/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://blog.bouctoubou.com/la-photo-du-jour/</feedburner:origLink></item>
		<item>
		<title>Une liste de plus de 160 blogs traitant des arts graphiques et du design</title>
		<link>http://feedproxy.google.com/~r/rss-bouctoubou/~3/K0Vo25ers7I/</link>
		<comments>http://blog.bouctoubou.com/une-liste-de-plus-de-160-blogs-traitant-des-arts-graphiques-et-du-design/#comments</comments>
		<pubDate>Tue, 19 May 2009 06:48:13 +0000</pubDate>
		<dc:creator>Bouctoubou</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Ressources]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[graphiques]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[liste]]></category>

		<guid isPermaLink="false">http://blog.bouctoubou.com/?p=1113</guid>
		<description><![CDATA[On retrouve dans cette longue liste de blogs, les grands classiques du genre, mais aussi, dans la masse, des blogs moins connues, plus spécialisés. De quoi varier et compléter ça liste de ressources et de flux RSS traitant des arts graphiques et du design. The Biggest Ever List of Graphic Design Blogs?]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1115" title="Anidan Design" src="http://blog.bouctoubou.com/wp-content/uploads/2009/05/biggest-ever-list.jpg" alt="Anidan Design" width="455" height="123" /></p>
<p>On retrouve dans cette longue <a href="http://www.proofhq.com/html/blog/?p=198#more-198">liste</a> de blogs, les grands classiques du genre, mais aussi, dans la masse, des blogs moins connues, plus spécialisés. De quoi varier et compléter ça liste de ressources et de flux RSS traitant des arts graphiques et du design.</p>
<ul>
<li><a href="http://www.proofhq.com/html/blog/?p=198#more-198">The Biggest Ever List of Graphic Design Blogs?</a></li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=K0Vo25ers7I:1SY1dlW5vy0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=K0Vo25ers7I:1SY1dlW5vy0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=K0Vo25ers7I:1SY1dlW5vy0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=K0Vo25ers7I:1SY1dlW5vy0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?i=K0Vo25ers7I:1SY1dlW5vy0:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rss-bouctoubou/~4/K0Vo25ers7I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.bouctoubou.com/une-liste-de-plus-de-160-blogs-traitant-des-arts-graphiques-et-du-design/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.bouctoubou.com/une-liste-de-plus-de-160-blogs-traitant-des-arts-graphiques-et-du-design/</feedburner:origLink></item>
		<item>
		<title>Comme quoi…</title>
		<link>http://feedproxy.google.com/~r/rss-bouctoubou/~3/fZUafpaP9A4/</link>
		<comments>http://blog.bouctoubou.com/comme-quoi/#comments</comments>
		<pubDate>Fri, 15 May 2009 23:38:13 +0000</pubDate>
		<dc:creator>Bouctoubou</dc:creator>
				<category><![CDATA[Vie du blog]]></category>
		<category><![CDATA[thèmes]]></category>

		<guid isPermaLink="false">http://blog.bouctoubou.com/?p=1099</guid>
		<description><![CDATA[Pas le temps depuis plus de deux mois pour écrire quelque chose ici, mais un peu de temps tout de même pour changer le thème de ce blog, va comprendre&#8230; Ca change non ? :)]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1101" title="New Theme" src="http://blog.bouctoubou.com/wp-content/uploads/2009/05/new-theme.jpg" alt="New Theme" width="455" height="63" /></p>
<p>Pas le temps depuis plus de deux mois pour écrire quelque chose ici, mais un peu de temps tout de même pour changer le thème de ce blog, va comprendre&#8230; Ca change non ? :)</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=fZUafpaP9A4:rB_qXodB5Cg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=fZUafpaP9A4:rB_qXodB5Cg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=fZUafpaP9A4:rB_qXodB5Cg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/rss-bouctoubou?a=fZUafpaP9A4:rB_qXodB5Cg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rss-bouctoubou?i=fZUafpaP9A4:rB_qXodB5Cg:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rss-bouctoubou/~4/fZUafpaP9A4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.bouctoubou.com/comme-quoi/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		<feedburner:origLink>http://blog.bouctoubou.com/comme-quoi/</feedburner:origLink></item>
		<item>
		<title>Et si je postais des photos…</title>
		<link>http://feedproxy.google.com/~r/rss-bouctoubou/~3/nO_ULqT7494/</link>
		<comments>http://blog.bouctoubou.com/et-si-je-postais-des-photos%e2%80%a6/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 06:52:37 +0000</pubDate>
		<dc:creator>Bouctoubou</dc:creator>
				<category><![CDATA[Bouctoubou]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[lightroom]]></category>
		<category><![CDATA[photographes]]></category>

		<guid isPermaLink="false">http://blog.bouctoubou.com/?p=731</guid>
		<description><![CDATA[Début du mois de janvier, j&#8217;ai mis à jour mon blog photos, totale remise à zéro après un an sans mise à jour, j&#8217;ai effacé toutes les anciennes photos. Ci-dessous, les deux premières photos1 publiées sur le blog, pour un nouveau départ&#8230; : J&#8217;aimerai bien dans un prochain billet, publier l&#8217;original de cette photo et [...]]]></description>
			<content:encoded><![CDATA[<p>Début du mois de janvier, j&#8217;ai mis à jour <a href="http://photos.bouctoubou.com/">mon blog photos</a>, totale remise à zéro après un an sans mise à jour, j&#8217;ai effacé toutes les anciennes photos. Ci-dessous, les deux premières photos<sup><a href="http://blog.bouctoubou.com/et-si-je-postais-des-photos%e2%80%a6/#footnote_0_731" id="identifier_0_731" class="footnote-link footnote-identifier-link" title="Pour la premi&egrave;re, non, ce n&amp;#8217;est pas du HDR.">1</a></sup> publiées sur le blog, pour un nouveau départ&#8230; :</p>
<p><a title="Les hauteurs du Havre dans le froid hivernal" href="http://blog.bouctoubou.com/wp-content/uploads/2009/01/20090111191123_img_0036.jpg" rel="lightbox"><img class="size-medium wp-image-1024 alignnone" style="display:block;" title="Les hauteurs du Havre dans le froid hivernal" src="http://blog.bouctoubou.com/wp-content/uploads/2009/01/20090111191123_img_0036-454x303.jpg" alt="Les hauteurs du Havre dans le froid hivernal" width="454" height="303" /></a></p>
<p><span id="more-731"></span></p>
<p>J&#8217;aimerai bien dans un prochain billet, publier l&#8217;original de <a href="http://photos.bouctoubou.com/index.php?showimage=109">cette photo</a> et vous montrer les étapes pour arriver à ce résultat sous <a href="http://www.adobe.com/fr/products/photoshoplightroom/">lightroom</a>.</p>
<p><a title="Le couple recto / verso" href="http://blog.bouctoubou.com/wp-content/uploads/2009/01/20090111191711_img_0041.jpg" rel="lightbox"><img class="alignnone size-medium wp-image-1025" style="display:block;" title="Le couple recto / verso" src="http://blog.bouctoubou.com/wp-content/uploads/2009/01/20090111191711_img_0041-454x303.jpg" alt="Le couple recto / verso" width="454" height="303" /></a></p>
<p>La <a href="http://photos.bouctoubou.com/index.php?showimage=110">seconde</a>, un traitement complètement différent, en N &amp; B. Que j&#8217;aurais pu appeler l&#8217;oeil du mordor non ? Ou pas&#8230; :)</p>
<ol class="footnotes"><li id="footnote_0_731" class="footnote">Pour la première, non, ce n&#8217;est pas du <a href="http://fr.wikipedia.org/wiki/Imagerie_%C3%A0_grande_gamme_dynamique">HDR</a>.</li></ol><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/rss-bouctoubou?a=keqzyg05"><img src="http://feeds.feedburner.com/~f/rss-bouctoubou?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/rss-bouctoubou?a=FfXgMcO4"><img src="http://feeds.feedburner.com/~f/rss-bouctoubou?d=52" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/rss-bouctoubou?a=HvYmP757"><img src="http://feeds.feedburner.com/~f/rss-bouctoubou?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/rss-bouctoubou?a=L9LrLFrb"><img src="http://feeds.feedburner.com/~f/rss-bouctoubou?i=L9LrLFrb" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/rss-bouctoubou/~4/nO_ULqT7494" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.bouctoubou.com/et-si-je-postais-des-photos%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://blog.bouctoubou.com/et-si-je-postais-des-photos%e2%80%a6/</feedburner:origLink></item>
	</channel>
</rss>

