<?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/css">
<title>Public marks with search css</title>
<description>Public marks with search css</description>
<link>http://blogmarks.net/marks/search/css</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/Emaux/mark/1058622931"/>
<rdf:li resource="http://blogmarks.net/api/user/srcmax/mark/1058622800"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058622583"/>
<rdf:li resource="http://blogmarks.net/api/user/vrossign/mark/1058622569"/>
<rdf:li resource="http://blogmarks.net/api/user/Spone/mark/1058620882"/>
<rdf:li resource="http://blogmarks.net/api/user/rvuong/mark/1058620709"/>
<rdf:li resource="http://blogmarks.net/api/user/Krome/mark/1058620708"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1058620683"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1058620672"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1058620671"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1058620670"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1058620663"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1058620649"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1058620591"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1058620586"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1058620580"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1058620579"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1058620577"/>
<rdf:li resource="http://blogmarks.net/api/user/semichaotic/mark/1058620360"/>
<rdf:li resource="http://blogmarks.net/api/user/vrossign/mark/1058617667"/>
<rdf:li resource="http://blogmarks.net/api/user/fabifab/mark/1058617439"/>
<rdf:li resource="http://blogmarks.net/api/user/vrossign/mark/1058616292"/>
<rdf:li resource="http://blogmarks.net/api/user/olafael/mark/1058615613"/>
<rdf:li resource="http://blogmarks.net/api/user/conseilnet/mark/1058614616"/>
<rdf:li resource="http://blogmarks.net/api/user/conseilnet/mark/1058613744"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/Emaux/mark/1058622931">
<title>Programmer avec SPIP 2.0</title>
<link>http://programmer.spip.org/</link>
<description>SPIP est un système de publication et une plateforme de développement. Après un rapide tour d’horizon de SPIP, nous décrirons son fonctionnement technique et expliquerons comment développer avec, en s’attachant à donner des exemples utiles aux programmeurs.

Cette documentation s’adresse à un public de webmestres ayant des connaissances en PHP, SQL, HTML, CSS et JavaScript.</description>
<dc:date>2009-12-16T22:22:30Z</dc:date>
<dc:author>Emaux</dc:author>
<dc:subject>documentation, publication, cms, programmation, internet, css, logiciel libre</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://programmer.spip.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/16/101e5805e688623b18631598137a79ef.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://programmer.spip.org/">Programmer avec SPIP 2.0</a></h4>
 
by <a href="http://blogmarks.net/user/Emaux">Emaux</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3062463">2 other(s)</a> 
<p class="description">SPIP est un système de publication et une plateforme de développement. Après un rapide tour d’horizon de SPIP, nous décrirons son fonctionnement technique et expliquerons comment développer avec, en s’attachant à donner des exemples utiles aux programmeurs.

Cette documentation s’adresse à un public de webmestres ayant des connaissances en PHP, SQL, HTML, CSS et JavaScript.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/documentation">documentation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/publication">publication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cms">cms</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/internet">internet</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/logiciel%2Blibre">logiciel libre</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058622931">Copy</a> | 
<a href="http://blogmarks.net/link/3062463">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/srcmax/mark/1058622800">
<title>Creating a Rotating Billboard System with jQuery and CSS | Codrops</title>
<link>http://tympanus.net/codrops/2009/12/16/creating-a-rotating-billboard-system-with-jquery-and-css/comment-page-1/#comment-1669</link>
<description>&lt;blockquote&gt;
&lt;p&gt;In this tutorial we will use some images, CSS and jQuery to create the effect of a rotating billboard with two ads. The idea is to make one set of image slices disappear while another one (the other ad) appear. We will decrease the width of each disappearing slice and increase the width of each appearing slice. This will give the effect of rotating slices, just like in a rotating billboard system.&lt;/p&gt;
&lt;/blockquote&gt;</description>
<dc:date>2009-12-16T18:57:29Z</dc:date>
<dc:author>srcmax</dc:author>
<dc:subject>css, jQuery, billboard</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://tympanus.net/codrops/2009/12/16/creating-a-rotating-billboard-system-with-jquery-and-css/comment-page-1/#comment-1669"><img border="0" src="http://blogmarks.net/screenshots/2009/12/16/8761cba07f074c6c8df4e6b59a2a6a38.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://tympanus.net/codrops/2009/12/16/creating-a-rotating-billboard-system-with-jquery-and-css/comment-page-1/#comment-1669">Creating a Rotating Billboard System with jQuery and CSS | Codrops</a></h4>
 
by <a href="http://blogmarks.net/user/srcmax">srcmax</a> 
<div class="description"><blockquote>
<p>In this tutorial we will use some images, CSS and jQuery to create the effect of a rotating billboard with two ads. The idea is to make one set of image slices disappear while another one (the other ad) appear. We will decrease the width of each disappearing slice and increase the width of each appearing slice. This will give the effect of rotating slices, just like in a rotating billboard system.</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/jQuery">jQuery</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/billboard">billboard</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058622800">Copy</a> | 
<a href="http://blogmarks.net/link/3440932">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058622583">
<title>HTML Prototyping | Google Groups</title>
<link>http://groups.google.com/group/htmlprototyping</link>
<description>&lt;blockquote&gt;&lt;p&gt;Description: Discussion group for designers and developers creating prototypes using purely HTML, CSS, and JavaScript.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-12-16T13:04:33Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>html, ux</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://groups.google.com/group/htmlprototyping"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://groups.google.com/group/htmlprototyping">HTML Prototyping | Google Groups</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Description: Discussion group for designers and developers creating prototypes using purely HTML, CSS, and JavaScript.</p></blockquote></div>
<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/ux">ux</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058622583">Copy</a> | 
<a href="http://blogmarks.net/link/3440749">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/vrossign/mark/1058622569">
<title>Animated Sharing Bar With jQuery &amp; CSS – Tutorialzine</title>
<link>http://tutorialzine.com/2009/12/animated-share-buttons-jquery-css/</link>
<description></description>
<dc:date>2009-12-16T12:33:28Z</dc:date>
<dc:author>vrossign</dc:author>
<dc:subject>css, jQuery, js, share, buttons, social</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://tutorialzine.com/2009/12/animated-share-buttons-jquery-css/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/16/0b6a35e8f7181698e6728215180a9133.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://tutorialzine.com/2009/12/animated-share-buttons-jquery-css/">Animated Sharing Bar With jQuery &amp; CSS – Tutorialzine</a></h4>
 
by <a href="http://blogmarks.net/user/vrossign">vrossign</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/jQuery">jQuery</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/js">js</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/share">share</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/buttons">buttons</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/social">social</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058622569">Copy</a> | 
<a href="http://blogmarks.net/link/3440738">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Spone/mark/1058620882">
<title>zen-coding - Project Hosting on Google Code</title>
<link>http://code.google.com/p/zen-coding/</link>
<description>Set of plugins for HTML and CSS hi-speed coding</description>
<dc:date>2009-12-14T19:09:24Z</dc:date>
<dc:author>Spone</dc:author>
<dc:subject>dreamweaver, aptana, netbeans, plugin, css, html, code, ide, editing, coda</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://code.google.com/p/zen-coding/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/14/58602001f1037d339b4f918c3091cd23.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://code.google.com/p/zen-coding/">zen-coding - Project Hosting on Google Code</a></h4>
 
by <a href="http://blogmarks.net/user/Spone">Spone</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3355941">2 other(s)</a> 
<p class="description">Set of plugins for HTML and CSS hi-speed coding</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dreamweaver">dreamweaver</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/aptana">aptana</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/netbeans">netbeans</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/plugin">plugin</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/html">html</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/ide">ide</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/editing">editing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/coda">coda</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058620882">Copy</a> | 
<a href="http://blogmarks.net/link/3355941">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/rvuong/mark/1058620709">
<title>CSS examples - Centred Floats</title>
<link>http://www.pmob.co.uk/pob/centred-float.htm</link>
<description></description>
<dc:date>2009-12-14T14:39:48Z</dc:date>
<dc:author>rvuong</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.pmob.co.uk/pob/centred-float.htm"><img border="0" src="http://blogmarks.net/screenshots/2009/12/14/94bb1e227a8a86d1cb253a5029a16b11.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.pmob.co.uk/pob/centred-float.htm">CSS examples - Centred Floats</a></h4>
 
by <a href="http://blogmarks.net/user/rvuong">rvuong</a> 
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058620709">Copy</a> | 
<a href="http://blogmarks.net/link/3439262">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Krome/mark/1058620708">
<title>24 ways: Going Nuts with CSS Transitions</title>
<link>http://24ways.org/2009/going-nuts-with-css-transitions</link>
<description>&lt;blockquote&gt;&lt;p&gt;I’m going to show you how CSS 3 transforms and WebKit transitions can add zing to the way you present images on your site.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-12-14T14:36:48Z</dc:date>
<dc:author>Krome</dc:author>
<dc:subject>css, images, webdev</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://24ways.org/2009/going-nuts-with-css-transitions"><img border="0" src="http://blogmarks.net/screenshots/2009/12/14/fa1fea47670ad23d25fa7a35e3058259.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://24ways.org/2009/going-nuts-with-css-transitions">24 ways: Going Nuts with CSS Transitions</a></h4>
 
by <a href="http://blogmarks.net/user/Krome">Krome</a> 
<div class="description"><blockquote><p>I’m going to show you how CSS 3 transforms and WebKit transitions can add zing to the way you present images on your site.</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/images">images</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webdev">webdev</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058620708">Copy</a> | 
<a href="http://blogmarks.net/link/3439261">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1058620683">
<title>   Boks — Éditeur visuel de grilles CSS pour Blueprint, etc. -- css 4 design | Le blog de l'intégrateur web</title>
<link>http://css4design.com/boks-editeur-visuel-de-grilles-css-pour-blueprint</link>
<description></description>
<dc:date>2009-12-14T13:50:22Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject>css</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://css4design.com/boks-editeur-visuel-de-grilles-css-pour-blueprint"><img border="0" src="http://blogmarks.net/screenshots/2009/12/14/a3119df7c2800d05f54463490e96ad58.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://css4design.com/boks-editeur-visuel-de-grilles-css-pour-blueprint">   Boks — Éditeur visuel de grilles CSS pour Blueprint, etc. -- css 4 design | Le blog de l'intégrateur web</a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</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=1058620683">Copy</a> | 
<a href="http://blogmarks.net/link/3439240">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1058620672">
<title>Useful tips for writing efficient CSS | 456 Berea Street</title>
<link>http://www.456bereastreet.com/archive/200610/useful_tips_for_writing_efficient_css/</link>
<description></description>
<dc:date>2009-12-14T13:39:21Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject>css</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.456bereastreet.com/archive/200610/useful_tips_for_writing_efficient_css/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/14/b25f622dc62d3199d9a919ccf1066b66.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.456bereastreet.com/archive/200610/useful_tips_for_writing_efficient_css/">Useful tips for writing efficient CSS | 456 Berea Street</a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1201317">2 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=1058620672">Copy</a> | 
<a href="http://blogmarks.net/link/1201317">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1058620671">
<title>70 Expert Ideas For Better CSS Coding - Smashing Magazine</title>
<link>http://www.smashingmagazine.com/2007/05/10/70-expert-ideas-for-better-css-coding/</link>
<description></description>
<dc:date>2009-12-14T13:38:46Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject>css</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.smashingmagazine.com/2007/05/10/70-expert-ideas-for-better-css-coding/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/14/f0b29f6a34991bd45a26455828748cc4.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.smashingmagazine.com/2007/05/10/70-expert-ideas-for-better-css-coding/">70 Expert Ideas For Better CSS Coding - Smashing Magazine</a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2216832">11 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=1058620671">Copy</a> | 
<a href="http://blogmarks.net/link/2216832">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1058620670">
<title>Top CSS Tips - Snook.ca</title>
<link>http://www.snook.ca/archives/html_and_css/top_css_tips/</link>
<description></description>
<dc:date>2009-12-14T13:38:25Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject>css</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.snook.ca/archives/html_and_css/top_css_tips/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/14/cea3f524b2ddde33e597e3db0db8e9ee.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.snook.ca/archives/html_and_css/top_css_tips/">Top CSS Tips - Snook.ca</a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</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=1058620670">Copy</a> | 
<a href="http://blogmarks.net/link/3439233">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1058620663">
<title>CSS: A tribute to selectors | And all that Malarkey</title>
<link>http://www.stuffandnonsense.co.uk/archives/css_a_tribute_to_selectors.html</link>
<description></description>
<dc:date>2009-12-14T13:25:08Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject>css</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.stuffandnonsense.co.uk/archives/css_a_tribute_to_selectors.html"><img border="0" src="http://blogmarks.net/screenshots/2009/12/14/a0c14f32448d8e93d5b7b6b5b8f4fb90.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.stuffandnonsense.co.uk/archives/css_a_tribute_to_selectors.html">CSS: A tribute to selectors | And all that Malarkey</a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/60041">2 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=1058620663">Copy</a> | 
<a href="http://blogmarks.net/link/60041">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1058620649">
<title>Content with Style - A CSS Framework</title>
<link>http://www.contentwithstyle.co.uk/content/a-css-framework</link>
<description></description>
<dc:date>2009-12-14T12:56:42Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject>css, wordpress</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.contentwithstyle.co.uk/content/a-css-framework"><img border="0" src="http://blogmarks.net/screenshots/2009/12/14/e001892816b4d47359a967b886a41800.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.contentwithstyle.co.uk/content/a-css-framework">Content with Style - A CSS Framework</a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</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/wordpress">wordpress</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058620649">Copy</a> | 
<a href="http://blogmarks.net/link/3439215">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1058620591">
<title>Home: Yet Another Multicolumn Layout | An (X)HTML/CSS Framework</title>
<link>http://www.yaml.de/en/home.html</link>
<description></description>
<dc:date>2009-12-14T12:14:09Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.yaml.de/en/home.html"><img border="0" src="http://blogmarks.net/screenshots/2009/12/14/8008f6ebe4cf05500c5188d368b6a873.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.yaml.de/en/home.html">Home: Yet Another Multicolumn Layout | An (X)HTML/CSS Framework</a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2429177">10 other(s)</a> 
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058620591">Copy</a> | 
<a href="http://blogmarks.net/link/2429177">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1058620586">
<title>style guide css</title>
<link>http://www.kevo.com/styleGuide.html</link>
<description></description>
<dc:date>2009-12-14T12:07:54Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject>css</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.kevo.com/styleGuide.html"><img border="0" src="http://blogmarks.net/screenshots/2009/12/14/5ac2ec62662e0a0569dd5cb5bf832aeb.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.kevo.com/styleGuide.html">style guide css</a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1207323">1 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=1058620586">Copy</a> | 
<a href="http://blogmarks.net/link/1207323">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1058620580">
<title>Layout Gala: a collection of 40 CSS layouts based on the same markup and ready for download!</title>
<link>http://blog.html.it/layoutgala/</link>
<description></description>
<dc:date>2009-12-14T12:02:07Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject>css</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://blog.html.it/layoutgala/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/14/7a14cfeb78d519efa27b0ad68ce40056.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://blog.html.it/layoutgala/">Layout Gala: a collection of 40 CSS layouts based on the same markup and ready for download!</a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/591299">117 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=1058620580">Copy</a> | 
<a href="http://blogmarks.net/link/591299">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1058620579">
<title>CSS with vertical rhythm | drewish.com</title>
<link>http://drewish.com/tools/vertical-rhythm</link>
<description></description>
<dc:date>2009-12-14T12:00:42Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject>css</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://drewish.com/tools/vertical-rhythm"><img border="0" src="http://blogmarks.net/screenshots/2009/12/14/201c9e2a48cfd0dd909aca4fc23b93df.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://drewish.com/tools/vertical-rhythm">CSS with vertical rhythm | drewish.com</a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2161675">2 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=1058620579">Copy</a> | 
<a href="http://blogmarks.net/link/2161675">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1058620577">
<title>  ★ L'importance du rythme vertical en design CSS, dans ergonomie, informatique  sur BioloGeek, l'avis d'un freelance passionné par le web et son évolution.</title>
<link>http://www.biologeek.com/ergonomie,informatique/l-importance-du-rythme-vertical-en-design-css/</link>
<description></description>
<dc:date>2009-12-14T11:59:25Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject>css</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.biologeek.com/ergonomie,informatique/l-importance-du-rythme-vertical-en-design-css/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/14/a2514e4a141ae0bf9e8737f21898ef1e.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.biologeek.com/ergonomie,informatique/l-importance-du-rythme-vertical-en-design-css/">  ★ L'importance du rythme vertical en design CSS, dans ergonomie, informatique  sur BioloGeek, l'avis d'un freelance passionné par le web et son évolution.</a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3383407">3 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=1058620577">Copy</a> | 
<a href="http://blogmarks.net/link/3383407">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/semichaotic/mark/1058620360">
<title>Style Lists with CSS</title>
<link>http://www.smashingmagazine.com/2009/12/11/styling-html-lists-with-css-techniques-and-resources/</link>
<description>Examples of how to style lists with css.</description>
<dc:date>2009-12-14T06:06:17Z</dc:date>
<dc:author>semichaotic</dc:author>
<dc:subject>list, css, html, style</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.smashingmagazine.com/2009/12/11/styling-html-lists-with-css-techniques-and-resources/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/14/b58e3b610aea55a60995b89885f16c8c.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.smashingmagazine.com/2009/12/11/styling-html-lists-with-css-techniques-and-resources/">Style Lists with CSS</a></h4>
 
by <a href="http://blogmarks.net/user/semichaotic">semichaotic</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3436763">1 other(s)</a> 
<p class="description">Examples of how to style lists with css.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/list">list</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/html">html</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=1058620360">Copy</a> | 
<a href="http://blogmarks.net/link/3436763">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/vrossign/mark/1058617667">
<title>Styling HTML Lists with CSS: Techniques and Resources - Smashing Magazine</title>
<link>http://www.smashingmagazine.com/2009/12/11/styling-html-lists-with-css-techniques-and-resources/</link>
<description></description>
<dc:date>2009-12-11T16:43:38Z</dc:date>
<dc:author>vrossign</dc:author>
<dc:subject>html, resources, lists, css</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.smashingmagazine.com/2009/12/11/styling-html-lists-with-css-techniques-and-resources/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/14/b58e3b610aea55a60995b89885f16c8c.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.smashingmagazine.com/2009/12/11/styling-html-lists-with-css-techniques-and-resources/">Styling HTML Lists with CSS: Techniques and Resources - Smashing Magazine</a></h4>
 
by <a href="http://blogmarks.net/user/vrossign">vrossign</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3436763">1 other(s)</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/resources">resources</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lists">lists</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=1058617667">Copy</a> | 
<a href="http://blogmarks.net/link/3436763">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/fabifab/mark/1058617439">
<title>Cheat Sheet Round-Up: Ajax, CSS, LaTeX, Ruby… - Smashing Magazine</title>
<link>http://www.smashingmagazine.com/2006/10/30/cheat-sheet-round-up-ajax-css-latex-ruby/</link>
<description>Whether you’ve forgotten the name of a function or the property of a cascading style sheet – handy cheat sheets deliver the information you are looking for – immediately. Most cheat sheets are available as .pdf or .png-files, so you can print them and use them every day for whatever projects you’re currently working on. We present an extensive overview of useful cheat sheets we’ve found in the Web. Links checked: May/16 2008.</description>
<dc:date>2009-12-11T10:59:03Z</dc:date>
<dc:author>fabifab</dc:author>
<dc:subject>magazine, pdf, cheat, sheet</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.smashingmagazine.com/2006/10/30/cheat-sheet-round-up-ajax-css-latex-ruby/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/11/2721cb20cf0258790d6eb3b39c1b322e.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.smashingmagazine.com/2006/10/30/cheat-sheet-round-up-ajax-css-latex-ruby/">Cheat Sheet Round-Up: Ajax, CSS, LaTeX, Ruby… - Smashing Magazine</a></h4>
 
by <a href="http://blogmarks.net/user/fabifab">fabifab</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1207435">25 other(s)</a> 
<p class="description">Whether you’ve forgotten the name of a function or the property of a cascading style sheet – handy cheat sheets deliver the information you are looking for – immediately. Most cheat sheets are available as .pdf or .png-files, so you can print them and use them every day for whatever projects you’re currently working on. We present an extensive overview of useful cheat sheets we’ve found in the Web. Links checked: May/16 2008.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/magazine">magazine</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/pdf">pdf</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cheat">cheat</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sheet">sheet</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058617439">Copy</a> | 
<a href="http://blogmarks.net/link/1207435">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/vrossign/mark/1058616292">
<title>Radioactive Buttons with CSS Animations and RGBa - ZURB Playground - ZURB.com</title>
<link>http://www.zurb.com/playground/radioactive-buttons</link>
<description>Glowing</description>
<dc:date>2009-12-10T09:24:19Z</dc:date>
<dc:author>vrossign</dc:author>
<dc:subject>css, buttons, css3, design</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.zurb.com/playground/radioactive-buttons"><img border="0" src="http://blogmarks.net/screenshots/2009/12/10/a62bf01ecb88e5411430f199ffd7396e.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.zurb.com/playground/radioactive-buttons">Radioactive Buttons with CSS Animations and RGBa - ZURB Playground - ZURB.com</a></h4>
 
by <a href="http://blogmarks.net/user/vrossign">vrossign</a> 
<p class="description">Glowing</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/buttons">buttons</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/design">design</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058616292">Copy</a> | 
<a href="http://blogmarks.net/link/3435663">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/olafael/mark/1058615613">
<title>Listamatic: one list, many options - Using CSS and a simple list to create radically different list options</title>
<link>http://css.maxdesign.com.au/listamatic/</link>
<description></description>
<dc:date>2009-12-09T17:25:45Z</dc:date>
<dc:author>olafael</dc:author>
<dc:subject>css, listes</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://css.maxdesign.com.au/listamatic/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/09/686071ea97bb1951e67915cb05b09aa5.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://css.maxdesign.com.au/listamatic/">Listamatic: one list, many options - Using CSS and a simple list to create radically different list options</a></h4>
 
by <a href="http://blogmarks.net/user/olafael">olafael</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/76709">41 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/listes">listes</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058615613">Copy</a> | 
<a href="http://blogmarks.net/link/76709">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/conseilnet/mark/1058614616">
<title>Mega Drop Down Menu w/ CSS &amp; jQuery | Dropdown Menu | drop down menus | CSS Menu Tutorial | Drop Down Menu Tutorial</title>
<link>http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/</link>
<description></description>
<dc:date>2009-12-08T19:44:37Z</dc:date>
<dc:author>conseilnet</dc:author>
<dc:subject>css, menu, jQuery</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/08/9330c53f9062a6230dbd9a3d369efe38.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/">Mega Drop Down Menu w/ CSS &amp; jQuery | Dropdown Menu | drop down menus | CSS Menu Tutorial | Drop Down Menu Tutorial</a></h4>
 
by <a href="http://blogmarks.net/user/conseilnet">conseilnet</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3400060">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/menu">menu</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/jQuery">jQuery</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058614616">Copy</a> | 
<a href="http://blogmarks.net/link/3400060">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/conseilnet/mark/1058613744">
<title>DOMTab - Navigation tabs with CSS and DOMscripting</title>
<link>http://www.onlinetools.org/tools/domtabdata/</link>
<description></description>
<dc:date>2009-12-07T18:51:01Z</dc:date>
<dc:author>conseilnet</dc:author>
<dc:subject>css, tabs</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.onlinetools.org/tools/domtabdata/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/07/bc4db3f1c30763b265822dd9bf6a584a.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.onlinetools.org/tools/domtabdata/">DOMTab - Navigation tabs with CSS and DOMscripting</a></h4>
 
by <a href="http://blogmarks.net/user/conseilnet">conseilnet</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1118913">2 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/tabs">tabs</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058613744">Copy</a> | 
<a href="http://blogmarks.net/link/1118913">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>