<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.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/" version="2.0">

<channel>
	<title>forge numérique</title>
	
	<link>http://forgenumerique.com</link>
	<description>code et autres réflexions</description>
	<lastBuildDate>Fri, 05 Dec 2008 13:03:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>fr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/forge-numerique" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="forge-numerique" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Manipuler des images avec des formules</title>
		<link>http://forgenumerique.com/manipuler-des-images-avec-des-formules/</link>
		<comments>http://forgenumerique.com/manipuler-des-images-avec-des-formules/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 13:03:09 +0000</pubDate>
		<dc:creator>Pierre</dc:creator>
				<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://forgenumerique.com/?p=72</guid>
		<description><![CDATA[
Wolfram Blog : The Incredible Convenience of Mathematica Image Processing.

]]></description>
			<content:encoded><![CDATA[<p>
<a  href="http://blog.wolfram.com/2008/12/01/the-incredible-convenience-of-mathematica-image-processing/" onclick="javascript:pageTracker._trackPageview('/external/blog.wolfram.com/2008/12/01/the-incredible-convenience-of-mathematica-image-processing/');" >Wolfram Blog : The Incredible Convenience of Mathematica Image Processing</a>.</p>
<p><img src="http://forgenumerique.com/wp-content/uploads/2008/12/imageprocessing5.jpg" alt="imageprocessing5.jpg" border="0" width="551" height="361" /></p>
]]></content:encoded>
			<wfw:commentRss>http://forgenumerique.com/manipuler-des-images-avec-des-formules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Première neige</title>
		<link>http://forgenumerique.com/premiere-neige/</link>
		<comments>http://forgenumerique.com/premiere-neige/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 23:51:15 +0000</pubDate>
		<dc:creator>Pierre</dc:creator>
				<category><![CDATA[humour]]></category>

		<guid isPermaLink="false">http://forgenumerique.com/?p=69</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img src="http://forgenumerique.com/wp-content/uploads/2008/11/macadam-neige.jpg" alt="macadam-neige.jpg" border="0" width="240" height="320" /></p>
]]></content:encoded>
			<wfw:commentRss>http://forgenumerique.com/premiere-neige/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>J’aime le typographie!</title>
		<link>http://forgenumerique.com/j%e2%80%99aime-le-typographie/</link>
		<comments>http://forgenumerique.com/j%e2%80%99aime-le-typographie/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 12:58:47 +0000</pubDate>
		<dc:creator>Pierre</dc:creator>
				<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://forgenumerique.com/?p=62</guid>
		<description><![CDATA[
Smashing Magazine Vintage and Retro Typography Showcase
]]></description>
			<content:encoded><![CDATA[<p><img src="http://forgenumerique.com/wp-content/uploads/2008/11/1941.gif" alt="1941.gif" border="0" width="502" height="333" />
<p><a href="http://www.smashingmagazine.com/2008/10/26/retro-and-vintage-typography-showcase/">Smashing Magazine Vintage and Retro Typography Showcase</p>
]]></content:encoded>
			<wfw:commentRss>http://forgenumerique.com/j%e2%80%99aime-le-typographie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS: attacher une image de fond au bas de l’écran</title>
		<link>http://forgenumerique.com/css-attacher-une-image-de-fond-au-bas-de-l%e2%80%99ecran/</link>
		<comments>http://forgenumerique.com/css-attacher-une-image-de-fond-au-bas-de-l%e2%80%99ecran/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 16:40:10 +0000</pubDate>
		<dc:creator>Pierre</dc:creator>
				<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://forgenumerique.com/?p=57</guid>
		<description><![CDATA[Pour attacher une image de fond (background) au bas de l’écran, il s’agit simplement de faire ceci:

html { min-height: 100%; height: auto; }
body {
  background: #FFF url(/img/bg.png) left bottom repeat-x;
}
Dans certains fureteurs, dont Firefox, les éléments html et body ne s’étendent pas jusqu’au bas de l’écran mais s’arrête immédiatement après le contenu. C’est pourquoi [...]]]></description>
			<content:encoded><![CDATA[<p>Pour attacher une image de fond (background) au bas de l’écran, il s’agit simplement de faire ceci:</p>
<pre>
html { min-height: 100%; height: auto; }
body {
  background: #FFF url(/img/bg.png) left bottom repeat-x;
}</pre>
<p>Dans certains fureteurs, dont Firefox, les éléments <code>html</code> et <code>body</code> ne s’étendent pas jusqu’au bas de l’écran mais s’arrête immédiatement après le contenu. C’est pourquoi il est essentiel de spécifier une hauteur de 100% pour positionner un élément à partir du bas de l’écran.</p>
]]></content:encoded>
			<wfw:commentRss>http://forgenumerique.com/css-attacher-une-image-de-fond-au-bas-de-l%e2%80%99ecran/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Offices of Kat Ran Press : Postage Stamps by Type Designers</title>
		<link>http://forgenumerique.com/the-offices-of-kat-ran-press-postage-stamps-by-type-designers/</link>
		<comments>http://forgenumerique.com/the-offices-of-kat-ran-press-postage-stamps-by-type-designers/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 00:17:20 +0000</pubDate>
		<dc:creator>Pierre</dc:creator>
				<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://forgenumerique.com/?p=55</guid>
		<description><![CDATA[
The Offices of Kat Ran Press : Postage Stamps by Type Designers
]]></description>
			<content:encoded><![CDATA[<p>
<a  href="http://www.katranpress.com/stamps_bilak_1_1.html" onclick="javascript:pageTracker._trackPageview('/external/www.katranpress.com/stamps_bilak_1_1.html');" >The Offices of Kat Ran Press : Postage Stamps by Type Designers</a></p>
]]></content:encoded>
			<wfw:commentRss>http://forgenumerique.com/the-offices-of-kat-ran-press-postage-stamps-by-type-designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mise à jour économique</title>
		<link>http://forgenumerique.com/mise-a-jour-economique/</link>
		<comments>http://forgenumerique.com/mise-a-jour-economique/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 12:42:00 +0000</pubDate>
		<dc:creator>Pierre</dc:creator>
				<category><![CDATA[humour]]></category>

		<guid isPermaLink="false">http://forgenumerique.com/?p=53</guid>
		<description><![CDATA[If you had purchased $1,000 of Delta Air Lines stock one year ago, you would have $49 left. With Fannie Mae, you would have $2.50 left of the original $1,000. With AIG, you would have less than $15 left.
But, if you had purchased $1,000 worth of beer one year ago, drunk all of the beer, [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>If you had purchased $1,000 of Delta Air Lines stock one year ago, you would have $49 left. With Fannie Mae, you would have $2.50 left of the original $1,000. With AIG, you would have less than $15 left.</p>
<p>But, if you had purchased $1,000 worth of beer one year ago, drunk all of the beer, then turned in the cans for the aluminum recycling REFUND, you would have $214 cash.</p>
<p>Based on the above, the best current investment advice is to drink heavily and recycle&#8230;</p></blockquote>
<p>(Via 
<a  href="http://www.howtoavoidthebummerlife.com/weblog/archives/2008/10/hump_day_grump_day_link_dump_d.html" onclick="javascript:pageTracker._trackPageview('/external/www.howtoavoidthebummerlife.com/weblog/archives/2008/10/hump_day_grump_day_link_dump_d.html');" >How to Avoid the Bummer Life</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://forgenumerique.com/mise-a-jour-economique/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Construisez votre Segway</title>
		<link>http://forgenumerique.com/construisez-votre-segway/</link>
		<comments>http://forgenumerique.com/construisez-votre-segway/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 15:27:08 +0000</pubDate>
		<dc:creator>Pierre</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://forgenumerique.com/?p=39</guid>
		<description><![CDATA[
Revision3, une station de « télévision Internet » propose une émission passionnante pour les techies: Systm. Cet épisode explique 
comment construire votre propre Segway. Cool.

]]></description>
			<content:encoded><![CDATA[<p>
<a  href="http://revision3.com/" onclick="javascript:pageTracker._trackPageview('/external/revision3.com/');" >Revision3</a>, une station de « télévision Internet » propose une émission passionnante pour les techies: Systm. Cet épisode explique 
<a  href="http://revision3.com/systm/techshop/#subscribe" onclick="javascript:pageTracker._trackPageview('/external/revision3.com/systm/techshop/?subscribe');" >comment construire votre propre Segway</a>. Cool.</p>
<p style="text-align:center;"><embed loop="false" quality="high" bgcolor="#171717" width="314" name="rev3_player" id="rev3_player" align="middle" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://bitcast-a.bitgravity.com/revision3/swf/rev3_player.swf?AutoPlay=off&#038;Buffer=10&#038;File=http://www.podtrac.com/pts/redirect.flv/bitcast-a.bitgravity.com/revision3/flv/systm/0067/systm--0067--techshop--large.fl8.flv&#038;ScrubMode=advanced&#038;Thumb=http://bitcast-a.bitgravity.com/revision3/images/shows/systm/0067/systm--0067--techshop--large.thumb.jpg&#038;DefaultRatio=0.56&#038;AutoSize=off&#038;allowFullScreen=true&#038;AutoPlay=off&#038;videoId=1802&#038;fwNumSlots=5&#038;adSlotPosition_0=180&#038;adSlotClass_0=OVERLAY&#038;adSlotProfile_0=R3_overlay&#038;adSlotPosition_1=600&#038;adSlotClass_1=OVERLAY&#038;adSlotProfile_1=R3_overlay&#038;adSlotPosition_2=1020&#038;adSlotClass_2=OVERLAY&#038;adSlotProfile_2=R3_overlay&#038;adSlotPosition_3=1560&#038;adSlotClass_3=OVERLAY&#038;adSlotProfile_3=R3_overlay&#038;adSlotPosition_4=1980&#038;adSlotClass_4=OVERLAY&#038;adSlotProfile_4=R3_overlay&#038;PostRoll=" base="http://bitcast-a.bitgravity.com/revision3/swf/" /></p>
]]></content:encoded>
			<wfw:commentRss>http://forgenumerique.com/construisez-votre-segway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome</title>
		<link>http://forgenumerique.com/google-chrome/</link>
		<comments>http://forgenumerique.com/google-chrome/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 14:09:35 +0000</pubDate>
		<dc:creator>Pierre</dc:creator>
				<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://forgenumerique.com/?p=37</guid>
		<description><![CDATA[Google lance un nouveau fureteur, 
Google Chrome, basé sur 
WebKit. Probablement un premier pas vers le «Web OS».
Avec IE8 (beta), Firefox 3, Safari 3 et Opera 9, le monde des fureteurs est de nouveaux très dynamiques (et je ne parle même pas des fureteurs mobiles). Après quelques années de stagnation, c’est de nouveau excitant!
Lisez la [...]]]></description>
			<content:encoded><![CDATA[<p>Google lance un nouveau fureteur, 
<a  href="http://www.google.com/googlebooks/chrome/" onclick="javascript:pageTracker._trackPageview('/external/www.google.com/googlebooks/chrome/');" >Google Chrome</a>, basé sur 
<a  href="http://webkit.org/" onclick="javascript:pageTracker._trackPageview('/external/webkit.org/');" >WebKit</a>. Probablement un premier pas vers le «Web OS».</p>
<p>Avec IE8 (beta), Firefox 3, Safari 3 et Opera 9, le monde des fureteurs est de nouveaux très dynamiques (et je ne parle même pas des fureteurs mobiles). Après quelques années de stagnation, c’est de nouveau excitant!</p>
<p>Lisez la 
<a  href="http://feeds.feedburner.com/~r/fredcavazza/~3/380762876/" onclick="javascript:pageTracker._trackPageview('/external/feeds.feedburner.com/~r/fredcavazza/~3/380762876/');" >synthèse de Fred Cavazza</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://forgenumerique.com/google-chrome/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cordonnier mal chaussé</title>
		<link>http://forgenumerique.com/cordonnier-mal-chausse/</link>
		<comments>http://forgenumerique.com/cordonnier-mal-chausse/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 21:02:08 +0000</pubDate>
		<dc:creator>Pierre</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://forgenumerique.com/?p=35</guid>
		<description><![CDATA[J’ai refait une installation complète de WordPress et installé un nouveau thème en pensant que mes problèmes de commentaire et de RSS étaient liés à mon ancienne installation.
Finalement, c’était tout simplement un problème d’hébergement&#8230;
]]></description>
			<content:encoded><![CDATA[<p>J’ai refait une installation complète de WordPress et installé un nouveau thème en pensant que mes problèmes de commentaire et de RSS étaient liés à mon ancienne installation.</p>
<p>Finalement, c’était tout simplement un problème d’hébergement&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://forgenumerique.com/cordonnier-mal-chausse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Le dernier pot de Postum sur terre</title>
		<link>http://forgenumerique.com/le-dernier-pot-de-postum-sur-terre/</link>
		<comments>http://forgenumerique.com/le-dernier-pot-de-postum-sur-terre/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 20:31:39 +0000</pubDate>
		<dc:creator>Pierre</dc:creator>
				<category><![CDATA[humeur]]></category>

		<guid isPermaLink="false">http://www.forgenumerique.com/?p=34</guid>
		<description><![CDATA[Je bois du 
Postum depuis que j’ai arrêté de boire du café, il y a environ 5 ans. Ce n’est pas un breuvage exceptionnel, mais c’est un bonne alternative pour ceux qui apprécie le réconfort d’un breuvage chaud (et qui n’ont pas envie d’un thé), et comme le café ou la bière, c’est une saveur [...]]]></description>
			<content:encoded><![CDATA[<p>Je bois du 
<a  href="http://en.wikipedia.org/wiki/Postum" onclick="javascript:pageTracker._trackPageview('/external/en.wikipedia.org/wiki/Postum');" >Postum</a> depuis que j’ai arrêté de boire du café, il y a environ 5 ans. Ce n’est pas un breuvage exceptionnel, mais c’est un bonne alternative pour ceux qui apprécie le réconfort d’un breuvage chaud (et qui n’ont pas envie d’un thé), et comme le café ou la bière, c’est une saveur qu’on apprend à aimer.</p>
<p>Ceux qui en boivent ne sont probablement pas nombreux mais il y sont fidèles. Malgré tout, Kraft a décidé de retirer le produit du marché à la fin de 2007. Et ils ne m’ont pas appelé pour m’avertir. Les sans-cœurs. Et je découvre ce fait une fois que tous les épiciers ont épuisé les stocks restants.</p>
<p>Il me reste toutefois un sursis: ma mère en avait acheté un pot pour les (rares) occasions où je déjeunais chez mes parents. Je l’ai récupéré, et maintenant, chaque matin, je le serre dans mes mains en murmurant: «Mon précieux&#8230;».</p>
<p>Bon, je pourrais toujours en acheter sur 
<a  href="http://search.ebay.ca/postum_W0QQcrlpZ1890778419Q5f53QQfcdZ2QQfclZ4QQfnuZ1QQkeywordZpostum" onclick="javascript:pageTracker._trackPageview('/external/search.ebay.ca/postum_W0QQcrlpZ1890778419Q5f53QQfcdZ2QQfclZ4QQfnuZ1QQkeywordZpostum');" >Ebay</a> ou 
<a  href="http://www.cooks.com/rec/view/0,1630,149185-250198,00.html" onclick="javascript:pageTracker._trackPageview('/external/www.cooks.com/rec/view/0,1630,149185-250198,00.html');" >faire mon propre Postum</a> mais faut pas virer fou quand même&#8230;</p>
<p>Et je ne suis 
<a  href="http://deseretnews.com/article/1,5143,695240438,00.html" onclick="javascript:pageTracker._trackPageview('/external/deseretnews.com/article/1,5143,695240438,00.html');" >pas</a> 
<a  href="http://www.flickr.com/photos/arts_enthusiast/2257747627/" onclick="javascript:pageTracker._trackPageview('/external/www.flickr.com/photos/arts_enthusiast/2257747627/');" >seul</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://forgenumerique.com/le-dernier-pot-de-postum-sur-terre/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
	</channel>
</rss>
