<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/marks/search/styles">
<title>Public marks with search styles</title>
<description>Public marks with search styles</description>
<link>http://blogmarks.net/marks/search/styles</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/srcmax/mark/1058564024"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1058563012"/>
<rdf:li resource="http://blogmarks.net/api/user/axel/mark/1058549241"/>
<rdf:li resource="http://blogmarks.net/api/user/eledo34/mark/1058541478"/>
<rdf:li resource="http://blogmarks.net/api/user/sbrothier/mark/1058525041"/>
<rdf:li resource="http://blogmarks.net/api/user/decembre/mark/1058547742"/>
<rdf:li resource="http://blogmarks.net/api/user/oseres/mark/1058510531"/>
<rdf:li resource="http://blogmarks.net/api/user/parmentierf/mark/1058508259"/>
<rdf:li resource="http://blogmarks.net/api/user/fabifab/mark/1058499755"/>
<rdf:li resource="http://blogmarks.net/api/user/olafael/mark/1058481157"/>
<rdf:li resource="http://blogmarks.net/api/user/paulantoinem/mark/1058470175"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058464371"/>
<rdf:li resource="http://blogmarks.net/api/user/chenv/mark/1058460912"/>
<rdf:li resource="http://blogmarks.net/api/user/bs_pepper/mark/1058453130"/>
<rdf:li resource="http://blogmarks.net/api/user/olafael/mark/1058447110"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058424598"/>
<rdf:li resource="http://blogmarks.net/api/user/jpcaruana/mark/1058389697"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058384487"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1058380368"/>
<rdf:li resource="http://blogmarks.net/api/user/br1o/mark/1058556843"/>
<rdf:li resource="http://blogmarks.net/api/user/Line/mark/1058340593"/>
<rdf:li resource="http://blogmarks.net/api/user/srcmax/mark/1058339857"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1058335767"/>
<rdf:li resource="http://blogmarks.net/api/user/ronpish/mark/1058335711"/>
<rdf:li resource="http://blogmarks.net/api/user/gregg/mark/1058334874"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/srcmax/mark/1058564024">
<title>Transitions CSS3 - Alsacréations</title>
<link>http://www.alsacreations.com/tuto/lire/873-transitions-css3-animations.html</link>
<description>Beaucoup d'intégrateurs en ont rêvé : animer les pages web uniquement à l'aide de styles CSS, sans apport de JavaScript. Grâce aux dernières évolutions du langage et au module CSS3 Transitions, il est désormais possible de réaliser des transitions basiques à l'aide de CSS dans les navigateurs récents (Safari 4+, Chrome 2+, Firefox 3.6+)... et demain dans Internet Explorer ou Opera ?</description>
<dc:date>2009-10-26T18:20:10Z</dc:date>
<dc:author>srcmax</dc:author>
<dc:subject>transition, css3, css, intégration</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.alsacreations.com/tuto/lire/873-transitions-css3-animations.html"><img border="0" src="http://blogmarks.net/screenshots/2009/10/28/ed7648b3badc4231a92a25858a456537.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.alsacreations.com/tuto/lire/873-transitions-css3-animations.html">Transitions CSS3 - Alsacréations</a></h4>
 
by <a href="http://blogmarks.net/user/srcmax">srcmax</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3394130">1 other(s)</a> 
<p class="description">Beaucoup d'intégrateurs en ont rêvé : animer les pages web uniquement à l'aide de styles CSS, sans apport de JavaScript. Grâce aux dernières évolutions du langage et au module CSS3 Transitions, il est désormais possible de réaliser des transitions basiques à l'aide de CSS dans les navigateurs récents (Safari 4+, Chrome 2+, Firefox 3.6+)... et demain dans Internet Explorer ou Opera ?</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/transition">transition</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/css3">css3</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/css">css</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/int%25C3%25A9gration">intégration</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058564024">Copy</a> | 
<a href="http://blogmarks.net/link/3394130">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1058563012">
<title>CSS Tools: Reset CSS</title>
<link>http://meyerweb.com/eric/tools/css/reset/</link>
<description>The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on. The general reasoning behind this was discussed in a May 2007 post, if you're interested. Reset styles quite often appear in CSS frameworks, and the original &quot;meyerweb reset&quot; found its way into Blueprint, among others.

The reset styles given here are intentionally very generic. There isn't any default color or background set for the body element, for example. I don't particularly recommend that you just use this in its unaltered state in your own projects. It should be tweaked, edited, extended, and otherwise tuned to match your specific reset baseline. Fill in your preferred colors for the page, links, and so on.

In other words, this is a starting point, not a self-contained black box of no-touchiness.</description>
<dc:date>2009-10-25T10:27:50Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject>css</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://meyerweb.com/eric/tools/css/reset/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/25/f1127eb1588ba86a4ccf6827eca211a7.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://meyerweb.com/eric/tools/css/reset/">CSS Tools: Reset CSS</a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2724527">1 other(s)</a> 
<p class="description">The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on. The general reasoning behind this was discussed in a May 2007 post, if you're interested. Reset styles quite often appear in CSS frameworks, and the original "meyerweb reset" found its way into Blueprint, among others.

The reset styles given here are intentionally very generic. There isn't any default color or background set for the body element, for example. I don't particularly recommend that you just use this in its unaltered state in your own projects. It should be tweaked, edited, extended, and otherwise tuned to match your specific reset baseline. Fill in your preferred colors for the page, links, and so on.

In other words, this is a starting point, not a self-contained black box of no-touchiness.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/css">css</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058563012">Copy</a> | 
<a href="http://blogmarks.net/link/2724527">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/axel/mark/1058549241">
<title>Adobe Max 2009 - CSS et web design</title>
<link>http://www.cyblist.com/outils/adobe-max-2009-css-et-web-design.php</link>
<description>Un superbe tutoriel en Anglais : &quot;CSS Tips and Tricks for web design&quot;. Si vous n'êtes toujours pas à l'aise avec les feuilles de styles, il éclaircira sans doute de nombreuses zones d'ombres et je pense que, même, passé dans la maîtrise des CSS, cette vidéo vous sera utile.</description>
<dc:date>2009-10-13T16:10:56Z</dc:date>
<dc:author>axel</dc:author>
<dc:subject>web2, design, adobe</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.cyblist.com/outils/adobe-max-2009-css-et-web-design.php"><img border="0" src="http://blogmarks.net/screenshots/2009/10/13/56e2721423d53c7200beb75ad672e82f.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.cyblist.com/outils/adobe-max-2009-css-et-web-design.php">Adobe Max 2009 - CSS et web design</a></h4>
 
by <a href="http://blogmarks.net/user/axel">axel</a> 
<p class="description">Un superbe tutoriel en Anglais : "CSS Tips and Tricks for web design". Si vous n'êtes toujours pas à l'aise avec les feuilles de styles, il éclaircira sans doute de nombreuses zones d'ombres et je pense que, même, passé dans la maîtrise des CSS, cette vidéo vous sera utile.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web2">web2</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/design">design</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/adobe">adobe</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058549241">Copy</a> | 
<a href="http://blogmarks.net/link/3382772">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/eledo34/mark/1058541478">
<title>Icon Styles  365Icons</title>
<link>http://365icon.com/category/icon-styles/</link>
<description></description>
<dc:date>2009-10-07T12:20:42Z</dc:date>
<dc:author>eledo34</dc:author>
<dc:subject>icones, images, libre</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://365icon.com/category/icon-styles/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/07/4ee256e924714c7b0999faafdff3f166.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://365icon.com/category/icon-styles/">Icon Styles  365Icons</a></h4>
 
by <a href="http://blogmarks.net/user/eledo34">eledo34</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/icones">icones</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/images">images</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/libre">libre</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058541478">Copy</a> | 
<a href="http://blogmarks.net/link/3376273">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sbrothier/mark/1058525041">
<title>Welcome to the World Press Photo Contest Archive</title>
<link>http://www.archive.worldpressphoto.org/</link>
<description>For over fifty years the World Press Photo contest has captured images of our times. Our archive of winning photos is not only a record of more than half a century of human history, but a showcase of successive styles in photography and reportage.

The archive gallery comprises some 10,000 images. It includes photos that have become icons, by some of the leading names in the profession. World Press Photo has put them online with the aim of sharing our knowledge, resources and experience with the widest possible network.

This site was made possible with the support of the Mondriaan Foundation and VSB Foundation.</description>
<dc:date>2009-10-01T14:10:36Z</dc:date>
<dc:author>sbrothier</dc:author>
<dc:subject>contest, photos, photography, photojournalism</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.archive.worldpressphoto.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/01/51e3360be8e3fab17e79cb282e48278a.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.archive.worldpressphoto.org/">Welcome to the World Press Photo Contest Archive</a></h4>
 
by <a href="http://blogmarks.net/user/sbrothier">sbrothier</a> 
<p class="description">For over fifty years the World Press Photo contest has captured images of our times. Our archive of winning photos is not only a record of more than half a century of human history, but a showcase of successive styles in photography and reportage.

The archive gallery comprises some 10,000 images. It includes photos that have become icons, by some of the leading names in the profession. World Press Photo has put them online with the aim of sharing our knowledge, resources and experience with the widest possible network.

This site was made possible with the support of the Mondriaan Foundation and VSB Foundation.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/contest">contest</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/photos">photos</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/photography">photography</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/photojournalism">photojournalism</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058525041">Copy</a> | 
<a href="http://blogmarks.net/link/3360711">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/decembre/mark/1058547742">
<title>Donnez un nouveau look à Google ! - Abondance : Référencement et moteurs de recherche</title>
<link>http://actu.abondance.com/2009/09/donnez-un-nouveau-look-google.html</link>
<description>Un petit site amusant propose un concours visant à redesigner Google et sa charte graphique... &quot;Redesign Google&quot; propose ainsi une galerie de nouveaux styles imaginés pour la page de résultats du moteur de recherche par ses lecteurs. Cela peut paraître futile, mais il y a peut-être de bonnes idées à y glaner ici ou là... Les &quot;SERP&quot; de Google ne vous plaisent pas et vous semblent trop austères ? Lancez-vous et tentez votre chance ! On trouve sur le site les habituels liens vers les styles les plus récents, les mieux classés, etc. Pas si bête... Allez savoir si les designers de Google (et Marissa Meyer en tête) ne vont pas aller y jeter un oeil à l'occasion...</description>
<dc:date>2009-09-28T13:52:57Z</dc:date>
<dc:author>decembre</dc:author>
<dc:subject>google, customiser, style, abondance</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://actu.abondance.com/2009/09/donnez-un-nouveau-look-google.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://actu.abondance.com/2009/09/donnez-un-nouveau-look-google.html">Donnez un nouveau look à Google ! - Abondance : Référencement et moteurs de recherche</a></h4>
 
by <a href="http://blogmarks.net/user/decembre">decembre</a> 
<p class="description">Un petit site amusant propose un concours visant à redesigner Google et sa charte graphique... "Redesign Google" propose ainsi une galerie de nouveaux styles imaginés pour la page de résultats du moteur de recherche par ses lecteurs. Cela peut paraître futile, mais il y a peut-être de bonnes idées à y glaner ici ou là... Les "SERP" de Google ne vous plaisent pas et vous semblent trop austères ? Lancez-vous et tentez votre chance ! On trouve sur le site les habituels liens vers les styles les plus récents, les mieux classés, etc. Pas si bête... Allez savoir si les designers de Google (et Marissa Meyer en tête) ne vont pas aller y jeter un oeil à l'occasion...</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google">google</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/customiser">customiser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/style">style</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/abondance">abondance</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058547742">Copy</a> | 
<a href="http://blogmarks.net/link/3381489">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/oseres/mark/1058510531">
<title>The Soulmen | We Got It! › Ulysses 2.0</title>
<link>http://www.the-soulmen.com/ulysses/</link>
<description>// Whether you're a blogger, a poet or a published novelist: Ulysses 2.0 is the *definite* package for all your creative writing needs. Brainstorm, draft, revise, submit; distraction-free and fully focused. No strings nor styles attached.
# A NEW WRITING EXPERIENCE · Forget everything you know about traditional text editors and word processors. Forget about WYSIWYG, formats, rulers and page sizes. Then forget about common means of managing your documents. Forget about the Finder, files &amp; folders, sub-sub-folders and Spotlight search results. Ulysses is not like that. Not at all.</description>
<dc:date>2009-09-20T13:48:24Z</dc:date>
<dc:author>oseres</dc:author>
<dc:subject>writing, mac, tool</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.the-soulmen.com/ulysses/"><img border="0" src="http://blogmarks.net/screenshots/2009/09/20/a966a0fd0ddcbe4869a9d9ac0642a7e8.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.the-soulmen.com/ulysses/">The Soulmen | We Got It! › Ulysses 2.0</a></h4>
 
by <a href="http://blogmarks.net/user/oseres">oseres</a> 
<p class="description">// Whether you're a blogger, a poet or a published novelist: Ulysses 2.0 is the *definite* package for all your creative writing needs. Brainstorm, draft, revise, submit; distraction-free and fully focused. No strings nor styles attached.
# A NEW WRITING EXPERIENCE · Forget everything you know about traditional text editors and word processors. Forget about WYSIWYG, formats, rulers and page sizes. Then forget about common means of managing your documents. Forget about the Finder, files & folders, sub-sub-folders and Spotlight search results. Ulysses is not like that. Not at all.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/writing">writing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mac">mac</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tool">tool</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058510531">Copy</a> | 
<a href="http://blogmarks.net/link/3348169">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/parmentierf/mark/1058508259">
<title>Les styles de citation sous zotero | Zotero francophone</title>
<link>http://zotero.hypotheses.org/30</link>
<description>Zotero n’échappe pas à la règle. Mais il a un avantage: il utilise CSL (Citation Style Language, un langage XML). Le CSL, contrairement à d’autres standards (celui d’EndNote par exemple, qui est commercial), prend en compte des évolutions récentes - c’est-à-dire l’utilisation croissante des documents électroniques pour nos recherches.</description>
<dc:date>2009-09-18T08:17:21Z</dc:date>
<dc:author>parmentierf</dc:author>
<dc:subject>bibliographie, citation, xml</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://zotero.hypotheses.org/30"><img border="0" src="http://blogmarks.net/screenshots/2009/09/18/a15e532439b996d9f2f8c3264f1dc62c.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://zotero.hypotheses.org/30">Les styles de citation sous zotero | Zotero francophone</a></h4>
 
by <a href="http://blogmarks.net/user/parmentierf">parmentierf</a> 
<p class="description">Zotero n’échappe pas à la règle. Mais il a un avantage: il utilise CSL (Citation Style Language, un langage XML). Le CSL, contrairement à d’autres standards (celui d’EndNote par exemple, qui est commercial), prend en compte des évolutions récentes - c’est-à-dire l’utilisation croissante des documents électroniques pour nos recherches.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bibliographie">bibliographie</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/citation">citation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/xml">xml</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058508259">Copy</a> | 
<a href="http://blogmarks.net/link/3346432">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/fabifab/mark/1058499755">
<title>swissmiss | Heroine</title>
<link>http://www.swiss-miss.com/2009/09/heroine.html</link>
<description>Heroine is inspired by the typeface Windsor, designed by Eleisha Pechey in 1905. Windsor is the typeface used in the titles of many Woody Allen movies. A modern interpretation of this rusty pearl is something that always have been missing in the major type libraries. But Heroine is not only an interpretation, it goes beyond that. With the addition of swashes and alternate letters in several styles it becomes very addicitve. </description>
<dc:date>2009-09-11T09:18:17Z</dc:date>
<dc:author>fabifab</dc:author>
<dc:subject>font, showreel</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.swiss-miss.com/2009/09/heroine.html"><img border="0" src="http://blogmarks.net/screenshots/2009/09/11/9f698d806b239688a8b0c6b5c2db0d22.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.swiss-miss.com/2009/09/heroine.html">swissmiss | Heroine</a></h4>
 
by <a href="http://blogmarks.net/user/fabifab">fabifab</a> 
<p class="description">Heroine is inspired by the typeface Windsor, designed by Eleisha Pechey in 1905. Windsor is the typeface used in the titles of many Woody Allen movies. A modern interpretation of this rusty pearl is something that always have been missing in the major type libraries. But Heroine is not only an interpretation, it goes beyond that. With the addition of swashes and alternate letters in several styles it becomes very addicitve. </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/font">font</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/showreel">showreel</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058499755">Copy</a> | 
<a href="http://blogmarks.net/link/3339731">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/olafael/mark/1058481157">
<title>Liste compète des styles CSS</title>
<link>http://fr.selfhtml.org/navigation/css.htm</link>
<description></description>
<dc:date>2009-08-25T13:26:08Z</dc:date>
<dc:author>olafael</dc:author>
<dc:subject>css, style</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://fr.selfhtml.org/navigation/css.htm"><img border="0" src="http://blogmarks.net/screenshots/2009/08/25/c401cae0d52b0956d9442c4cb70f536d.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://fr.selfhtml.org/navigation/css.htm">Liste compète des styles CSS</a></h4>
 
by <a href="http://blogmarks.net/user/olafael">olafael</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/225862">3 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/css">css</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/style">style</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058481157">Copy</a> | 
<a href="http://blogmarks.net/link/225862">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/paulantoinem/mark/1058470175">
<title>Le coin de l'écran: Locarno: c’est qui qui va gagner?</title>
<link>http://envrac.posterous.com/le-coin-de-lecran-locarno-cest-qui-qui-va-gag</link>
<description>Dix-huit films issus, co-productions obligent, de plus de vingt pays. Dix-huit problématiques, dix-huit horizons, dix-huit styles, dix-huit points de vue… Comment le jury va-t-il pouvoir trie ...</description>
<dc:date>2009-08-14T23:36:24Z</dc:date>
<dc:author>paulantoinem</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://envrac.posterous.com/le-coin-de-lecran-locarno-cest-qui-qui-va-gag"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://envrac.posterous.com/le-coin-de-lecran-locarno-cest-qui-qui-va-gag">Le coin de l'écran: Locarno: c’est qui qui va gagner?</a></h4>
 
by <a href="http://blogmarks.net/user/paulantoinem">paulantoinem</a> 
<p class="description">Dix-huit films issus, co-productions obligent, de plus de vingt pays. Dix-huit problématiques, dix-huit horizons, dix-huit styles, dix-huit points de vue… Comment le jury va-t-il pouvoir trie ...</p>
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058470175">Copy</a> | 
<a href="http://blogmarks.net/link/3317722">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058464371">
<title>0047 Publications</title>
<link>http://0047.org/publications/view/8</link>
<description>&lt;blockquote&gt;&lt;p&gt;The increased activity in the Arctic has already begun to change the content and fabric of the urban north. The continued regional development will involve meetings and fusions amongst an array of cultures and styles, between history and modernization, between civilization and nature, between east and west, between nations looking for resources and towns and cities hoping to get a share, all staged in a vast landscape with widespread urban nodes. The question is how these encounters will play out.&lt;/p&gt;&lt;p&gt;Northern Experiments – The Barents Urban Survey 2009 is a collaborative effort to discuss selected key cities and urban phenomena in the Barents Region, containing the northernmost areas of Norway, Sweden, Finland and of Northwest Russia. The project is directed by 0047 in co-operation with The Barents Triennale and Pikene på broen.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-08-12T03:06:12Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>livre, arctique</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://0047.org/publications/view/8"><img border="0" src="http://blogmarks.net/screenshots/2009/08/12/4615bedb0fd8859f654457aa832c3ed8.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://0047.org/publications/view/8">0047 Publications</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>The increased activity in the Arctic has already begun to change the content and fabric of the urban north. The continued regional development will involve meetings and fusions amongst an array of cultures and styles, between history and modernization, between civilization and nature, between east and west, between nations looking for resources and towns and cities hoping to get a share, all staged in a vast landscape with widespread urban nodes. The question is how these encounters will play out.</p><p>Northern Experiments – The Barents Urban Survey 2009 is a collaborative effort to discuss selected key cities and urban phenomena in the Barents Region, containing the northernmost areas of Norway, Sweden, Finland and of Northwest Russia. The project is directed by 0047 in co-operation with The Barents Triennale and Pikene på broen.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/livre">livre</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/arctique">arctique</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058464371">Copy</a> | 
<a href="http://blogmarks.net/link/3313312">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/chenv/mark/1058460912">
<title>Fashion Trends &amp; Styles - Polyvore</title>
<link>http://www.polyvore.com/</link>
<description></description>
<dc:date>2009-08-10T02:44:17Z</dc:date>
<dc:author>chenv</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.polyvore.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/08/27/8f3c3bfe11f526a94758a6084969a7c2.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.polyvore.com/">Fashion Trends &amp; Styles - Polyvore</a></h4>
 
by <a href="http://blogmarks.net/user/chenv">chenv</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2811198">3 other(s)</a> 
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058460912">Copy</a> | 
<a href="http://blogmarks.net/link/2811198">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/bs_pepper/mark/1058453130">
<title>Opposition de styles : l’internaute confronté à des sites très différents | blog-conversion</title>
<link>http://www.converteo.com/blog-conversion/evenements_conference_livre_blanc/opposition-de-styles-linternaute-confronte-a-des-sites-tres-differents/</link>
<description></description>
<dc:date>2009-08-03T10:03:25Z</dc:date>
<dc:author>bs_pepper</dc:author>
<dc:subject>google, publicité</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.converteo.com/blog-conversion/evenements_conference_livre_blanc/opposition-de-styles-linternaute-confronte-a-des-sites-tres-differents/"><img border="0" src="http://blogmarks.net/screenshots/2009/08/03/d3ea94896f82937909ea076dfe13dad6.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.converteo.com/blog-conversion/evenements_conference_livre_blanc/opposition-de-styles-linternaute-confronte-a-des-sites-tres-differents/">Opposition de styles : l’internaute confronté à des sites très différents | blog-conversion</a></h4>
 
by <a href="http://blogmarks.net/user/bs_pepper">bs_pepper</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google">google</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/publicit%25C3%25A9">publicité</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058453130">Copy</a> | 
<a href="http://blogmarks.net/link/3304878">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/olafael/mark/1058447110">
<title>StyleIgnite.com &gt; Styles Gallery</title>
<link>http://www.styleignite.com/styles/index/all/newest/10/4</link>
<description></description>
<dc:date>2009-07-28T15:38:10Z</dc:date>
<dc:author>olafael</dc:author>
<dc:subject>css, graphisme</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.styleignite.com/styles/index/all/newest/10/4"><img border="0" src="http://blogmarks.net/screenshots/2009/07/28/57aa56e0c91fc8038ad1f9d427c7df1c.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.styleignite.com/styles/index/all/newest/10/4">StyleIgnite.com &gt; Styles Gallery</a></h4>
 
by <a href="http://blogmarks.net/user/olafael">olafael</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/css">css</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/graphisme">graphisme</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058447110">Copy</a> | 
<a href="http://blogmarks.net/link/3299996">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058424598">
<title>Vector Map JS</title>
<link>http://www.tom-carden.co.uk/js-vector-osm-yql/</link>
<description>&lt;blockquote&gt;&lt;p&gt;The above map is styled dynamically in the browser using a javascript implementation of the core architecture of the open source mapnik library (ie Layers, Styles, Rules and Filters plus a couple of Symbolizers). (Implemented by eye-balling the XML and reading the wiki, mainly).&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-07-11T11:32:21Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>cartographie, javascript, OpenStreetmap</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.tom-carden.co.uk/js-vector-osm-yql/"><img border="0" src="http://blogmarks.net/screenshots/2009/07/11/ac571f8dcc005f31dbcd9dc59bf7c30b.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.tom-carden.co.uk/js-vector-osm-yql/">Vector Map JS</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>The above map is styled dynamically in the browser using a javascript implementation of the core architecture of the open source mapnik library (ie Layers, Styles, Rules and Filters plus a couple of Symbolizers). (Implemented by eye-balling the XML and reading the wiki, mainly).</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cartographie">cartographie</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/javascript">javascript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/OpenStreetmap">OpenStreetmap</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058424598">Copy</a> | 
<a href="http://blogmarks.net/link/3282455">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jpcaruana/mark/1058389697">
<title>Erik Engbrecht's Blog: Pondering Actor Design Trades</title>
<link>http://erikengbrecht.blogspot.com/2009/06/pondering-actor-design-trades.html</link>
<description># Why is the standard Scala actor implementation so complex when others have done it in a such simpler fashion?

# Is it better to have one, big actor library that supports a wide variety of use cases, or a bunch of smaller ones targeted at specific niches and programming styles?

# If there are to be a bunch, should they just be conceptually similar (e.g. all based on the actor model), or should there be interoperability among them?</description>
<dc:date>2009-06-24T10:10:47Z</dc:date>
<dc:author>jpcaruana</dc:author>
<dc:subject>concurrent, Scala, programmation, fonctionnelle, blog</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://erikengbrecht.blogspot.com/2009/06/pondering-actor-design-trades.html"><img border="0" src="http://blogmarks.net/screenshots/2009/06/24/919b9086fdb004c662931f1117b67e78.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://erikengbrecht.blogspot.com/2009/06/pondering-actor-design-trades.html">Erik Engbrecht's Blog: Pondering Actor Design Trades</a></h4>
 
by <a href="http://blogmarks.net/user/jpcaruana">jpcaruana</a> 
<p class="description"># Why is the standard Scala actor implementation so complex when others have done it in a such simpler fashion?

# Is it better to have one, big actor library that supports a wide variety of use cases, or a bunch of smaller ones targeted at specific niches and programming styles?

# If there are to be a bunch, should they just be conceptually similar (e.g. all based on the actor model), or should there be interoperability among them?</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/concurrent">concurrent</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Scala">Scala</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programmation">programmation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/fonctionnelle">fonctionnelle</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/blog">blog</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058389697">Copy</a> | 
<a href="http://blogmarks.net/link/3253479">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058384487">
<title>Zoybar</title>
<link>http://www.zoybar.net/</link>
<description>&lt;blockquote&gt;&lt;p&gt;is collaboration. Different styles, cultures, eras, technologies, views, knowledge, sources and any form of creation are relevant. All mixed together with one thing in common - self expression. Zoybar is a new form of expression, starting a new era of hardware music instruments evolution.&lt;/p&gt;&lt;p&gt;Every user can create his own unique instrument by its own voice and needs.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-06-22T10:34:59Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>opensource, opendata, diy, hacking</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.zoybar.net/"><img border="0" src="http://blogmarks.net/screenshots/2009/06/22/ed7fd83c280c2f67383811700ae4ad3f.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.zoybar.net/">Zoybar</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>is collaboration. Different styles, cultures, eras, technologies, views, knowledge, sources and any form of creation are relevant. All mixed together with one thing in common - self expression. Zoybar is a new form of expression, starting a new era of hardware music instruments evolution.</p><p>Every user can create his own unique instrument by its own voice and needs.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/opensource">opensource</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/opendata">opendata</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/diy">diy</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hacking">hacking</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058384487">Copy</a> | 
<a href="http://blogmarks.net/link/3248747">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1058380368">
<title>WordPress › WP sIFR « WordPress Plugins</title>
<link>http://wordpress.org/extend/plugins/wp-sifr/</link>
<description>WP sIFR was created to remove the complications from getting custom fonts on a Wordpress site. With WP sIFR, you only have to upload your SWF font file to the plugin directory and then login, activate it, and configure its styles all in the Settings panel.</description>
<dc:date>2009-06-20T06:39:30Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject>wordpress, fonts</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://wordpress.org/extend/plugins/wp-sifr/"><img border="0" src="http://blogmarks.net/screenshots/2009/06/20/888368103595260723322232c535c79e.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://wordpress.org/extend/plugins/wp-sifr/">WordPress › WP sIFR « WordPress Plugins</a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</a> 
<p class="description">WP sIFR was created to remove the complications from getting custom fonts on a Wordpress site. With WP sIFR, you only have to upload your SWF font file to the plugin directory and then login, activate it, and configure its styles all in the Settings panel.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/wordpress">wordpress</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/fonts">fonts</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058380368">Copy</a> | 
<a href="http://blogmarks.net/link/3245001">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/br1o/mark/1058556843">
<title>fecklessmind - List of 10+ usability-conscious link styles done in CSS</title>
<link>http://fecklessmind.com/2009/01/25/list-of-great-link-styles/</link>
<description></description>
<dc:date>2009-06-06T18:50:04Z</dc:date>
<dc:author>br1o</dc:author>
<dc:subject>style, hyperlinks, webkit, markup, hover, webstandards, accessibility, usability, webdesign, css, css3, css2.1</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://fecklessmind.com/2009/01/25/list-of-great-link-styles/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://fecklessmind.com/2009/01/25/list-of-great-link-styles/">fecklessmind - List of 10+ usability-conscious link styles done in CSS</a></h4>
 
by <a href="http://blogmarks.net/user/br1o">br1o</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/style">style</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hyperlinks">hyperlinks</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webkit">webkit</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/markup">markup</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hover">hover</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webstandards">webstandards</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/accessibility">accessibility</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/usability">usability</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webdesign">webdesign</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/css">css</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/css3">css3</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/css2.1">css2.1</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058556843">Copy</a> | 
<a href="http://blogmarks.net/link/3389185">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Line/mark/1058340593">
<title>Issuu - You Publish</title>
<link>http://issuu.com/</link>
<description>Site permettant de mettre en ligne un catalogue et de le feuilleter facilement. Il offre également la possibilité de découvrir de nombreux styles graphiques…</description>
<dc:date>2009-05-29T11:53:08Z</dc:date>
<dc:author>Line</dc:author>
<dc:subject>catalogue, graphisme, sources d'idées</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://issuu.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/07/14/ff9acaab2069d98ca05f2c9d2aa4a6e9.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://issuu.com/">Issuu - You Publish</a></h4>
 
by <a href="http://blogmarks.net/user/Line">Line</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2650127">13 other(s)</a> 
<p class="description">Site permettant de mettre en ligne un catalogue et de le feuilleter facilement. Il offre également la possibilité de découvrir de nombreux styles graphiques…</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/catalogue">catalogue</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/graphisme">graphisme</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sources%2Bd%2527id%25C3%25A9es">sources d'idées</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058340593">Copy</a> | 
<a href="http://blogmarks.net/link/2650127">React (1)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/srcmax/mark/1058339857">
<title>Collaboration en ligne : Google lance la vague Wave Actualité --- Silicon.fr ---</title>
<link>http://www.silicon.fr/fr/news/2009/05/28/collaboration_en_ligne_google_lance_la_vague_wave</link>
<description>&lt;blockquote&gt;&lt;p&gt;Après avoir créé un espace de communication, tous les participants peuvent manipuler simultanément l’information diffusée. Ils pourront par exemple créer, compléter puis mettre en forme un document texte enrichi de styles et d’images. Il sera alors possible de suivre l’évolution de l’information au fil du temps. C’est donc bien une véritable plate-forme de collaboration que nous propose ici Google. Ce concurrent des plates-formes traditionnelles et statiques (comme SharePoint) aura pour avantage de mettre l’aspect temps réel en avant, chose aujourd’hui unique sur le marché. La firme met ici à profit son exceptionnelle infrastructure de serveurs.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-05-28T20:36:02Z</dc:date>
<dc:author>srcmax</dc:author>
<dc:subject>google wave, actualité</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.silicon.fr/fr/news/2009/05/28/collaboration_en_ligne_google_lance_la_vague_wave"><img border="0" src="http://blogmarks.net/screenshots/2009/05/28/65b9a9067f26a6484e4f58af7e16f4eb.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.silicon.fr/fr/news/2009/05/28/collaboration_en_ligne_google_lance_la_vague_wave">Collaboration en ligne : Google lance la vague Wave Actualité --- Silicon.fr ---</a></h4>
 
by <a href="http://blogmarks.net/user/srcmax">srcmax</a> 
<div class="description"><blockquote><p>Après avoir créé un espace de communication, tous les participants peuvent manipuler simultanément l’information diffusée. Ils pourront par exemple créer, compléter puis mettre en forme un document texte enrichi de styles et d’images. Il sera alors possible de suivre l’évolution de l’information au fil du temps. C’est donc bien une véritable plate-forme de collaboration que nous propose ici Google. Ce concurrent des plates-formes traditionnelles et statiques (comme SharePoint) aura pour avantage de mettre l’aspect temps réel en avant, chose aujourd’hui unique sur le marché. La firme met ici à profit son exceptionnelle infrastructure de serveurs.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google%2Bwave">google wave</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/actualit%25C3%25A9">actualité</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058339857">Copy</a> | 
<a href="http://blogmarks.net/link/3210239">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1058335767">
<title>Luc-Olivier Lafeuille - 22 styles d’articles pour votre blog avec exemples et conseils</title>
<link>http://luc-olivier.com/communication/web/49-22-styles-darticles-pour-votre-blog-avec-exemples-et-conseils</link>
<description></description>
<dc:date>2009-05-25T09:30:56Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://luc-olivier.com/communication/web/49-22-styles-darticles-pour-votre-blog-avec-exemples-et-conseils"><img border="0" src="http://blogmarks.net/screenshots/2009/05/25/7ef596b1351f11e975131e5e55a344a2.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://luc-olivier.com/communication/web/49-22-styles-darticles-pour-votre-blog-avec-exemples-et-conseils">Luc-Olivier Lafeuille - 22 styles d’articles pour votre blog avec exemples et conseils</a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</a> 
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058335767">Copy</a> | 
<a href="http://blogmarks.net/link/3206661">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ronpish/mark/1058335711">
<title>flexSPy</title>
<link>http://code.google.com/p/fxspy/</link>
<description>fxspy
Inspect, edit and monitor your Flex application's components properties and styles.</description>
<dc:date>2009-05-25T08:29:18Z</dc:date>
<dc:author>ronpish</dc:author>
<dc:subject>flex, code, google, components, debug</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://code.google.com/p/fxspy/"><img border="0" src="http://blogmarks.net/screenshots/2009/05/25/a5ca58cca6e487aa4915514e3af4fdb8.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://code.google.com/p/fxspy/">flexSPy</a></h4>
 
by <a href="http://blogmarks.net/user/ronpish">ronpish</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2811707">1 other(s)</a> 
<p class="description">fxspy
Inspect, edit and monitor your Flex application's components properties and styles.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/flex">flex</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/code">code</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google">google</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/components">components</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/debug">debug</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058335711">Copy</a> | 
<a href="http://blogmarks.net/link/2811707">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/gregg/mark/1058334874">
<title>Veille2Com' - by Cyrille Chaudoit: Osez tous les styles avec le Carousel du Louvre</title>
<link>http://cyrille-chaudoit.blogspot.com/2009/05/osez-tous-les-styles-avec-le-carousel.html</link>
<description>C'est vraiment très bien foutu ! L'intégration est plutôt bien réussie même si avec ma trombine c'est pas facile. La profondeur de champ, la fluidité, et puis l'idée, toussa toussa... Bravo !</description>
<dc:date>2009-05-24T12:55:24Z</dc:date>
<dc:author>gregg</dc:author>
<dc:subject>les, tous, Osez, styles</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://cyrille-chaudoit.blogspot.com/2009/05/osez-tous-les-styles-avec-le-carousel.html"><img border="0" src="http://blogmarks.net/screenshots/2009/05/24/76a998b655f6a88623dc9301e1581d11.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://cyrille-chaudoit.blogspot.com/2009/05/osez-tous-les-styles-avec-le-carousel.html">Veille2Com' - by Cyrille Chaudoit: Osez tous les styles avec le Carousel du Louvre</a></h4>
 
by <a href="http://blogmarks.net/user/gregg">gregg</a> 
<p class="description">C'est vraiment très bien foutu ! L'intégration est plutôt bien réussie même si avec ma trombine c'est pas facile. La profondeur de champ, la fluidité, et puis l'idée, toussa toussa... Bravo !</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/les">les</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tous">tous</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Osez">Osez</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/styles">styles</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058334874">Copy</a> | 
<a href="http://blogmarks.net/link/3205831">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>