<?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/user/julie/marks/tag/css">
<title>Public marks from user julie with tag css</title>
<description>Public marks from user julie with tag css</description>
<link>http://blogmarks.net/user/julie/marks/tag/css</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/julie/mark/1058549963"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1058077202"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1058070956"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1058068857"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1058061272"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1058015249"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1057841984"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1057822665"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1057803822"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1057800864"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1057740377"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1057740376"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1057674285"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1057661022"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1057590233"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1057590225"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1057589211"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1057583270"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1057583267"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1057534825"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1057520324"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1057482251"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1057479638"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1057448772"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1057405748"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/julie/mark/1058549963">
<title>Carsonified  » How to Create a Valid Non-Javascript Lightbox</title>
<link>http://carsonified.com/blog/design/css/how-to-create-a-valid-non-javascript-lightbox/</link>
<description>&lt;blockquote&gt;&lt;p&gt;How to Create a Valid Non-Javascript Lightbox&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-14T10:11:51Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>lightbox, css, à tester</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://carsonified.com/blog/design/css/how-to-create-a-valid-non-javascript-lightbox/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/15/0349815219bf154d68921ee8b49c377b.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://carsonified.com/blog/design/css/how-to-create-a-valid-non-javascript-lightbox/">Carsonified  » How to Create a Valid Non-Javascript Lightbox</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3383406">2 other(s)</a> 
<div class="description"><blockquote><p>How to Create a Valid Non-Javascript Lightbox</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lightbox">lightbox</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/%25C3%25A0%2Btester">à tester</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058549963">Copy</a> | 
<a href="http://blogmarks.net/link/3383406">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1058077202">
<title>Questions de rendu — Performance web </title>
<link>http://performance.survol.fr/2008/11/questions-de-rendu/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Sur les sélecteurs CSS&lt;/p&gt;
&lt;p&gt;Tout d’abord on confirme ce qui avait déjà été écrit sur les sélecteurs CSS, c’est à dire qu’ils sont interprétés de droite à gauche. Il faut tenter d’être le plus précis possible à droite, dans l’idéal un identifiant, un nom de classe, ou au moins un nom de balise. Le reste du sélecteur a plus tendance à ralentir qu’autre chose.&lt;/p&gt;
&lt;p&gt;Le second point concerne :hover qui pose si j’ai bien compris des problèmes. Soyez le plus précis possible sur la partie qui contient le :hover, même si elle n’est pas à droite du sélecteur.&lt;/p&gt;
&lt;p&gt;Sur l’organisation de vos scripts&lt;/p&gt;
&lt;p&gt;Enfin, et c’est probablement la remarque la plus importante à mon humble avis, il vaut mieux parfois en javascript faire une boucle pour lire des informations et une seconde pour modifier le DOM, plutôt que de tout faire en une passe. C’est cohérent avec ce que les bons intégrateurs connaissent déjà mais je crois que peu de gens le mettent en pratique.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2008-12-01T21:29:50Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>optimisation, javascript, web, css</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://performance.survol.fr/2008/11/questions-de-rendu/"><img border="0" src="http://blogmarks.net/screenshots/2008/12/01/039ae6772a2efd22e889b139b45dbb76.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://performance.survol.fr/2008/11/questions-de-rendu/">Questions de rendu — Performance web </a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
<div class="description"><blockquote><p>Sur les sélecteurs CSS</p>
<p>Tout d’abord on confirme ce qui avait déjà été écrit sur les sélecteurs CSS, c’est à dire qu’ils sont interprétés de droite à gauche. Il faut tenter d’être le plus précis possible à droite, dans l’idéal un identifiant, un nom de classe, ou au moins un nom de balise. Le reste du sélecteur a plus tendance à ralentir qu’autre chose.</p>
<p>Le second point concerne :hover qui pose si j’ai bien compris des problèmes. Soyez le plus précis possible sur la partie qui contient le :hover, même si elle n’est pas à droite du sélecteur.</p>
<p>Sur l’organisation de vos scripts</p>
<p>Enfin, et c’est probablement la remarque la plus importante à mon humble avis, il vaut mieux parfois en javascript faire une boucle pour lire des informations et une seconde pour modifier le DOM, plutôt que de tout faire en une passe. C’est cohérent avec ce que les bons intégrateurs connaissent déjà mais je crois que peu de gens le mettent en pratique.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/optimisation">optimisation</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/web">web</a>
<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=1058077202">Copy</a> | 
<a href="http://blogmarks.net/link/2985277">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1058070956">
<title>The 32 External CSS Files Limitation of Internet Explorer and More « Martin Ivanov</title>
<link>http://acidmartin.wordpress.com/2008/11/25/the-32-external-css-files-limitation-of-internet-explorer-and-more/</link>
<description></description>
<dc:date>2008-11-25T13:20:44Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>css, internet explorer</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://acidmartin.wordpress.com/2008/11/25/the-32-external-css-files-limitation-of-internet-explorer-and-more/"><img border="0" src="http://blogmarks.net/screenshots/2008/11/25/049a701ae848e459eab4233c87b64afc.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://acidmartin.wordpress.com/2008/11/25/the-32-external-css-files-limitation-of-internet-explorer-and-more/">The 32 External CSS Files Limitation of Internet Explorer and More « Martin Ivanov</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</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/internet%2Bexplorer">internet explorer</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058070956">Copy</a> | 
<a href="http://blogmarks.net/link/2979260">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1058068857">
<title>CSS tests and experiments</title>
<link>http://www.brunildo.org/test/</link>
<description></description>
<dc:date>2008-11-23T19:48:34Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>css, tests</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.brunildo.org/test/"><img border="0" src="http://blogmarks.net/screenshots/2008/11/23/1388da1cf427b7b97fa34fa95f539be3.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.brunildo.org/test/">CSS tests and experiments</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/190786">13 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/tests">tests</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058068857">Copy</a> | 
<a href="http://blogmarks.net/link/190786">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1058061272">
<title>Paris-web 2008 : Merci ! - Accessibilité numérique, CSS et standards du web - Fairytells</title>
<link>http://www.fairytells.net/index.php/2008/11/16/100-paris-web-2008-merci</link>
<description></description>
<dc:date>2008-11-16T21:58:47Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>accessibilité, css, web, standards, pw2008</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.fairytells.net/index.php/2008/11/16/100-paris-web-2008-merci"><img border="0" src="http://blogmarks.net/screenshots/2008/11/16/0b6132bfc9bedbb4775e5a4f954a2d49.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.fairytells.net/index.php/2008/11/16/100-paris-web-2008-merci">Paris-web 2008 : Merci ! - Accessibilité numérique, CSS et standards du web - Fairytells</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/accessibilit%25C3%25A9">accessibilité</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/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/standards">standards</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/pw2008">pw2008</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058061272">Copy</a> | 
<a href="http://blogmarks.net/link/2969845">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1058015249">
<title>Why You Can Stop Worrying About Relative Font Sizes in Your Stylesheets - Webmonkey</title>
<link>http://www.webmonkey.com/blog/Why_You_Can_Stop_Worrying_About_Relative_Font_Sizes_in_Your_Stylesheets</link>
<description></description>
<dc:date>2008-10-11T17:59:09Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>css</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.webmonkey.com/blog/Why_You_Can_Stop_Worrying_About_Relative_Font_Sizes_in_Your_Stylesheets"><img border="0" src="http://blogmarks.net/screenshots/2008/10/11/4801868ff4491e923b76f17542436080.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.webmonkey.com/blog/Why_You_Can_Stop_Worrying_About_Relative_Font_Sizes_in_Your_Stylesheets">Why You Can Stop Worrying About Relative Font Sizes in Your Stylesheets - Webmonkey</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
<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=1058015249">Copy</a> | 
<a href="http://blogmarks.net/link/2927740">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1057841984">
<title>Google Doctype - Google Code</title>
<link>http://code.google.com/doctype/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Google Doctype is an open encyclopedia and reference library. Written by web developers, for web developers. It includes articles on web security, JavaScript DOM manipulation, CSS tips and tricks, and more. The reference section includes a growing library of test cases for checking cross-browser and cross-platform compatibility.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2008-05-17T17:46:00Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>css, web, javascript, google, dom, test</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://code.google.com/doctype/"><img border="0" src="http://blogmarks.net/screenshots/2008/05/17/6ad0a3f52b5188c1fa77f6bc3c979a05.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://code.google.com/doctype/">Google Doctype - Google Code</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2779180">6 other(s)</a> 
<div class="description"><blockquote><p>Google Doctype is an open encyclopedia and reference library. Written by web developers, for web developers. It includes articles on web security, JavaScript DOM manipulation, CSS tips and tricks, and more. The reference section includes a growing library of test cases for checking cross-browser and cross-platform compatibility.</p></blockquote></div>
<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/web">web</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/google">google</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dom">dom</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/test">test</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057841984">Copy</a> | 
<a href="http://blogmarks.net/link/2779180">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1057822665">
<title>Les hacks c'est pas bien ! - Weblog.fr</title>
<link>http://www.weblogr.fr/index.php/post/2008/04/24/Les-hacks-cest-pas-bien</link>
<description>&lt;blockquote&gt;&lt;p&gt;La tentation de recourir à des hacks est grande lorsque l'on commence à se lancer dans l'intégration d'un site web. Lorsque l’on s'aperçoit que la page développée s'affiche différemment d'un navigateur à l'autre, on se dit très souvent que c'est le navigateur (Internet Explorer pour ne pas le citer) qui interprète le code ou la feuille de style n'importe comment.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2008-05-02T11:03:03Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>css, hacks</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.weblogr.fr/index.php/post/2008/04/24/Les-hacks-cest-pas-bien"><img border="0" src="http://blogmarks.net/screenshots/2008/05/02/0300b3bc960701ec44198849d2b59501.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.weblogr.fr/index.php/post/2008/04/24/Les-hacks-cest-pas-bien">Les hacks c'est pas bien ! - Weblog.fr</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2766192">3 other(s)</a> 
<div class="description"><blockquote><p>La tentation de recourir à des hacks est grande lorsque l'on commence à se lancer dans l'intégration d'un site web. Lorsque l’on s'aperçoit que la page développée s'affiche différemment d'un navigateur à l'autre, on se dit très souvent que c'est le navigateur (Internet Explorer pour ne pas le citer) qui interprète le code ou la feuille de style n'importe comment.</p></blockquote></div>
<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/hacks">hacks</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057822665">Copy</a> | 
<a href="http://blogmarks.net/link/2766192">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1057803822">
<title>CSS3 . Info - All you ever needed to know about CSS3</title>
<link>http://www.css3.info/</link>
<description></description>
<dc:date>2008-04-20T19:54:48Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>css, css3</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.css3.info/"><img border="0" src="http://blogmarks.net/screenshots/2009/03/27/58b88bf47da86e3bf83933a44535e47a.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.css3.info/">CSS3 . Info - All you ever needed to know about CSS3</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/921604">13 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/css3">css3</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057803822">Copy</a> | 
<a href="http://blogmarks.net/link/921604">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1057800864">
<title>phpfreechat</title>
<link>http://www.phpfreechat.net/</link>
<description>&lt;blockquote&gt;&lt;p&gt;phpFreeChat is a free, simple to install, fast, customizable and multi languages chat that uses a simple filesystem for message and nickname storage. It uses AJAX to smoothly refresh (no flicker) and display the chat zone and the nickname zone. It supports multi-rooms (/join), private messages, moderation (/kick, /ban), customized themes based on CSS and plugins systems that allows you to write your own storage routines (ex: Mysql, IRC backends …), and you own chat commands !&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2008-04-20T08:39:27Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>css, ajax, free, chat</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.phpfreechat.net/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/02/16/564938cd01b1e867a91ed6ef19f63561.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.phpfreechat.net/">phpfreechat</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/556329">5 other(s)</a> 
<div class="description"><blockquote><p>phpFreeChat is a free, simple to install, fast, customizable and multi languages chat that uses a simple filesystem for message and nickname storage. It uses AJAX to smoothly refresh (no flicker) and display the chat zone and the nickname zone. It supports multi-rooms (/join), private messages, moderation (/kick, /ban), customized themes based on CSS and plugins systems that allows you to write your own storage routines (ex: Mysql, IRC backends …), and you own chat commands !</p></blockquote></div>
<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/ajax">ajax</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/free">free</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/chat">chat</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057800864">Copy</a> | 
<a href="http://blogmarks.net/link/556329">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1057740377">
<title>CSS Type Set</title>
<link>http://csstypeset.com/</link>
<description></description>
<dc:date>2008-03-16T18:34:57Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>css, font</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://csstypeset.com/"><img border="0" src="http://blogmarks.net/screenshots/2008/07/12/7fb817be0417cf309ce351e56ff0254b.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://csstypeset.com/">CSS Type Set</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2675209">9 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/font">font</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057740377">Copy</a> | 
<a href="http://blogmarks.net/link/2675209">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1057740376">
<title>Ça bouge du côté de l'accessibilité - Accessibilité numérique, CSS et standards du web - Fairytells</title>
<link>http://www.fairytells.net/index.php/2008/03/15/87-ca-bouge-du-cote-de-l-accessibilite</link>
<description></description>
<dc:date>2008-03-16T18:30:15Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>css, web, standards, accessibilité</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.fairytells.net/index.php/2008/03/15/87-ca-bouge-du-cote-de-l-accessibilite"><img border="0" src="http://blogmarks.net/screenshots/2008/03/17/04a4d6e631aba01fd8c6f629bd59cee4.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.fairytells.net/index.php/2008/03/15/87-ca-bouge-du-cote-de-l-accessibilite">Ça bouge du côté de l'accessibilité - Accessibilité numérique, CSS et standards du web - Fairytells</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</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/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/standards">standards</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/accessibilit%25C3%25A9">accessibilité</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057740376">Copy</a> | 
<a href="http://blogmarks.net/link/2705594">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1057674285">
<title>CSS Text Wrapper</title>
<link>http://www.csstextwrap.com/</link>
<description>The CSS Text Wrapper allows you to easily make HTML text wrap in shapes other than just a rectangle. You can make text wrap around curves, zig-zags, or whatever you want. All you have to do is draw the left and right edges below and then copy the generated code to your website. Get to it!

Tested in Internet Explorer 6 , Firefox, Safari, Opera, and Netscape.</description>
<dc:date>2008-01-27T11:45:31Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>css, html</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.csstextwrap.com/"><img border="0" src="http://blogmarks.net/screenshots/2008/12/14/51a9f37a270c9544e7eedf38ea19a865.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.csstextwrap.com/">CSS Text Wrapper</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2579723">13 other(s)</a> 
<p class="description">The CSS Text Wrapper allows you to easily make HTML text wrap in shapes other than just a rectangle. You can make text wrap around curves, zig-zags, or whatever you want. All you have to do is draw the left and right edges below and then copy the generated code to your website. Get to it!

Tested in Internet Explorer 6 , Firefox, Safari, Opera, and Netscape.</p>
<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/html">html</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057674285">Copy</a> | 
<a href="http://blogmarks.net/link/2579723">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1057661022">
<title>Snipplr - Code 2.0</title>
<link>http://snipplr.com/</link>
<description>Snipplr is a public source code repository that gives you a place to store and organize all the little pieces of code that you use each day. Best of all, it lets you share your code snippets with other coders and designers. Did we mention it works with TextMate, too? It's code 2.0.</description>
<dc:date>2008-01-18T09:32:11Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>snippets, code, javascript, php, html, css</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://snipplr.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/11/7a5886991afef3a8cf539d011e58ead3.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://snipplr.com/">Snipplr - Code 2.0</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/947310">16 other(s)</a> 
<p class="description">Snipplr is a public source code repository that gives you a place to store and organize all the little pieces of code that you use each day. Best of all, it lets you share your code snippets with other coders and designers. Did we mention it works with TextMate, too? It's code 2.0.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/snippets">snippets</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/javascript">javascript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/html">html</a>
<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=1057661022">Copy</a> | 
<a href="http://blogmarks.net/link/947310">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1057590233">
<title>Un peu d'actus post parisweb 2007 - Accessibilité numérique, CSS et standards du web - Fairytells</title>
<link>http://www.fairytells.net/index.php/2007/12/02/81-un-peu-d-actus-post-parisweb-2007</link>
<description>Plein de choses à lire, à essayer, à garder dans un coin !!</description>
<dc:date>2007-12-03T12:58:12Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>accessibilité, css, standards, web</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.fairytells.net/index.php/2007/12/02/81-un-peu-d-actus-post-parisweb-2007"><img border="0" src="http://blogmarks.net/screenshots/2007/12/03/65ab9dda364fed86c5ef1fc3daa214ca.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.fairytells.net/index.php/2007/12/02/81-un-peu-d-actus-post-parisweb-2007">Un peu d'actus post parisweb 2007 - Accessibilité numérique, CSS et standards du web - Fairytells</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2572448">1 other(s)</a> 
<p class="description">Plein de choses à lire, à essayer, à garder dans un coin !!</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/accessibilit%25C3%25A9">accessibilité</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/standards">standards</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057590233">Copy</a> | 
<a href="http://blogmarks.net/link/2572448">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1057590225">
<title>Create Resizable Images With CSS | Smiley Cat Web Design</title>
<link>http://www.smileycat.com/miaow/archives/000648.php</link>
<description>&lt;p&gt;Method One uses a background image. The main disadvantage of this method (other than the fact that the image is taken out of the content) is that I couldn't find a way to keep the image in the center of the div.&lt;/p&gt;
&lt;p&gt;Method Two — my preferred solution — places the image inside the div in the HTML. This enables it to be centered within the div (thanks to Jonathan Snook for helping out with the CSS).&lt;/p&gt;</description>
<dc:date>2007-12-03T12:55:38Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>design, web, css</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.smileycat.com/miaow/archives/000648.php"><img border="0" src="http://blogmarks.net/screenshots/2007/12/03/137dddb509793d4a49c4e08aed9bbb04.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.smileycat.com/miaow/archives/000648.php">Create Resizable Images With CSS | Smiley Cat Web Design</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2572579">1 other(s)</a> 
<div class="description"><p>Method One uses a background image. The main disadvantage of this method (other than the fact that the image is taken out of the content) is that I couldn't find a way to keep the image in the center of the div.</p>
<p>Method Two — my preferred solution — places the image inside the div in the HTML. This enables it to be centered within the div (thanks to Jonathan Snook for helping out with the CSS).</p></div>
<p class="tags">
<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/web">web</a>
<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=1057590225">Copy</a> | 
<a href="http://blogmarks.net/link/2572579">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1057589211">
<title>CSSTidy</title>
<link>http://csstidy.sourceforge.net/</link>
<description>&lt;blockquote&gt;&lt;p&gt;CSSTidy is an opensource CSS parser and optimiser. It is available as executeable file (available for Windows, Linux and OSX) which can be controlled per command line and as PHP script (both with almost the same functionality).&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2007-12-02T16:01:48Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>php, css</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://csstidy.sourceforge.net/"><img border="0" src="http://blogmarks.net/screenshots/2009/01/29/d63ff838a444059bb949c72edf16f99d.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://csstidy.sourceforge.net/">CSSTidy</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/243295">18 other(s)</a> 
<div class="description"><blockquote><p>CSSTidy is an opensource CSS parser and optimiser. It is available as executeable file (available for Windows, Linux and OSX) which can be controlled per command line and as PHP script (both with almost the same functionality).</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
<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=1057589211">Copy</a> | 
<a href="http://blogmarks.net/link/243295">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1057583270">
<title>Home | Email Standards Project</title>
<link>http://www.email-standards.org/</link>
<description>The Email Standards Project works with email client developers and the design community to improve web standards support and accessibility in email.
+ test Acid dans les webmails</description>
<dc:date>2007-11-28T20:50:23Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>standards, mail, html, css, webmail</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.email-standards.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/07/02/6d701ba0fee90f8d6b3809770cc4d014.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.email-standards.org/">Home | Email Standards Project</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2565354">20 other(s)</a> 
<p class="description">The Email Standards Project works with email client developers and the design community to improve web standards support and accessibility in email.
+ test Acid dans les webmails</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/standards">standards</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mail">mail</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/html">html</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/webmail">webmail</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057583270">Copy</a> | 
<a href="http://blogmarks.net/link/2565354">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1057583267">
<title>Lancement de l'Email Standards Project - Blog Alsacréations : XHTML, CSS et Standards web</title>
<link>http://blog.alsacreations.com/2007/11/28/403-email-standards-project</link>
<description>Email standards project. Les standards, c'est bien, si ça marchait dans les emails, ça serait mieux.</description>
<dc:date>2007-11-28T20:48:48Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>blog, css, web, standards, mail, html</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://blog.alsacreations.com/2007/11/28/403-email-standards-project"><img border="0" src="http://blogmarks.net/screenshots/2008/02/08/e96df40846f834e61329ac10e1d43944.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://blog.alsacreations.com/2007/11/28/403-email-standards-project">Lancement de l'Email Standards Project - Blog Alsacréations : XHTML, CSS et Standards web</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
<p class="description">Email standards project. Les standards, c'est bien, si ça marchait dans les emails, ça serait mieux.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/blog">blog</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/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/standards">standards</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mail">mail</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/html">html</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057583267">Copy</a> | 
<a href="http://blogmarks.net/link/2565957">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1057534825">
<title>What beautiful HTML code looks like</title>
<link>http://www.ukimagehost.com/uploads/fff9652d04.jpg</link>
<description></description>
<dc:date>2007-11-10T18:06:27Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>html, webstandards, css</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.ukimagehost.com/uploads/fff9652d04.jpg"><img border="0" src="http://blogmarks.net/screenshots/2007/11/10/3101102370a87a919e46e84d4cfdbb18.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.ukimagehost.com/uploads/fff9652d04.jpg">What beautiful HTML code looks like</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/html">html</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/css">css</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057534825">Copy</a> | 
<a href="http://blogmarks.net/link/2522186">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1057520324">
<title>CSS - Contents and compatibility</title>
<link>http://www.quirksmode.org/css/contents.html</link>
<description></description>
<dc:date>2007-11-02T18:42:05Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>css, browser</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.quirksmode.org/css/contents.html"><img border="0" src="http://blogmarks.net/screenshots/2009/10/20/74479d320b1734957c506aa3e6338f12.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.quirksmode.org/css/contents.html">CSS - Contents and compatibility</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/299437">16 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/browser">browser</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057520324">Copy</a> | 
<a href="http://blogmarks.net/link/299437">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1057482251">
<title>RoundedCornr: Rounded Corner and Gradient Generator</title>
<link>http://www.roundedcornr.com/</link>
<description></description>
<dc:date>2007-10-12T14:59:19Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>css</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.roundedcornr.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/07/28/15c209342a22b93656486ae96502e6fd.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.roundedcornr.com/">RoundedCornr: Rounded Corner and Gradient Generator</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1374045">38 other(s)</a> 
<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=1057482251">Copy</a> | 
<a href="http://blogmarks.net/link/1374045">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1057479638">
<title>FleXcroll, Flexible and Accessible Custom Scroll Bars</title>
<link>http://www.hesido.com/web.php?page=customscrollbar</link>
<description>&lt;p&gt;A Cross Browser* and Standards Compliant Custom ScrollBar Script by Hesido&lt;/p&gt;</description>
<dc:date>2007-10-10T19:13:17Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>javascript, css, scrollbar</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.hesido.com/web.php?page=customscrollbar"><img border="0" src="http://blogmarks.net/screenshots/2007/10/10/8a3b1c0036f6539ccb198e59a75c213f.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.hesido.com/web.php?page=customscrollbar">FleXcroll, Flexible and Accessible Custom Scroll Bars</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1058501">3 other(s)</a> 
<div class="description"><p>A Cross Browser* and Standards Compliant Custom ScrollBar Script by Hesido</p></div>
<p class="tags">
<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/css">css</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/scrollbar">scrollbar</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057479638">Copy</a> | 
<a href="http://blogmarks.net/link/1058501">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1057448772">
<title>POMPAGE - Définir des tailles de police dynamiques cohérentes avec CSS</title>
<link>http://www.pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/</link>
<description></description>
<dc:date>2007-09-19T18:34:27Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>css</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/"><img border="0" src="http://blogmarks.net/screenshots/2008/05/19/f6b7b3489aabd323c08c811bc096a4ff.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/">POMPAGE - Définir des tailles de police dynamiques cohérentes avec CSS</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2443121">7 other(s)</a> 
<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=1057448772">Copy</a> | 
<a href="http://blogmarks.net/link/2443121">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1057405748">
<title>MacRabbit - CSSEdit - Web 2.0 in Style</title>
<link>http://macrabbit.com/cssedit/</link>
<description></description>
<dc:date>2007-08-20T09:44:25Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>web, css, webdev, outils</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://macrabbit.com/cssedit/"><img border="0" src="http://blogmarks.net/screenshots/2008/10/14/ceff7dc471cfc023528f4b31a278aed2.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://macrabbit.com/cssedit/">MacRabbit - CSSEdit - Web 2.0 in Style</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1182670">2 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</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/webdev">webdev</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/outils">outils</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057405748">Copy</a> | 
<a href="http://blogmarks.net/link/1182670">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>