<?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/ball-to-hand">
<title>Public marks with search ball-to-hand</title>
<description>Public marks with search ball-to-hand</description>
<link>http://blogmarks.net/marks/search/ball-to-hand</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058578511"/>
<rdf:li resource="http://blogmarks.net/api/user/dzc/mark/1058571250"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058565631"/>
<rdf:li resource="http://blogmarks.net/api/user/flashgames/mark/1058563928"/>
<rdf:li resource="http://blogmarks.net/api/user/vrossign/mark/1058563312"/>
<rdf:li resource="http://blogmarks.net/api/user/Neewok/mark/1058552904"/>
<rdf:li resource="http://blogmarks.net/api/user/br1o/mark/1058556429"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058547111"/>
<rdf:li resource="http://blogmarks.net/api/user/pbla/mark/1058547028"/>
<rdf:li resource="http://blogmarks.net/api/user/Takwann/mark/1058542565"/>
<rdf:li resource="http://blogmarks.net/api/user/sbrothier/mark/1058524399"/>
<rdf:li resource="http://blogmarks.net/api/user/sbrothier/mark/1058521316"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1058520724"/>
<rdf:li resource="http://blogmarks.net/api/user/manue/mark/1058511837"/>
<rdf:li resource="http://blogmarks.net/api/user/Neewok/mark/1058507593"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1058507476"/>
<rdf:li resource="http://blogmarks.net/api/user/Spone/mark/1058507430"/>
<rdf:li resource="http://blogmarks.net/api/user/sbrothier/mark/1058507408"/>
<rdf:li resource="http://blogmarks.net/api/user/yakari35/mark/1058486694"/>
<rdf:li resource="http://blogmarks.net/api/user/cascamorto/mark/1058484591"/>
<rdf:li resource="http://blogmarks.net/api/user/cascamorto/mark/1058482005"/>
<rdf:li resource="http://blogmarks.net/api/user/paulantoinem/mark/1058470315"/>
<rdf:li resource="http://blogmarks.net/api/user/rwatuny/mark/1058464012"/>
<rdf:li resource="http://blogmarks.net/api/user/fabifab/mark/1058459565"/>
<rdf:li resource="http://blogmarks.net/api/user/decembre/mark/1058547884"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058578511">
<title>Writing good documentation (part 1)</title>
<link>http://jacobian.org/writing/good-documentation/</link>
<description>&lt;blockquote&gt;&lt;p&gt;There’s no substitute for documentation written, organized, and edited by hand.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-11T02:03:58Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>documentation, django</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://jacobian.org/writing/good-documentation/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/11/be248aa6159169bdb3b160272b45dd02.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://jacobian.org/writing/good-documentation/">Writing good documentation (part 1)</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>There’s no substitute for documentation written, organized, and edited by hand.</p></blockquote></div>
<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/django">django</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058578511">Copy</a> | 
<a href="http://blogmarks.net/link/3405270">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/dzc/mark/1058571250">
<title>Overcome Your Caching Conundrums [Server Side Essentials]</title>
<link>http://articles.sitepoint.com/article/overcome-cache-conundrums</link>
<description>ealing with browser caching is a balancing act. On one hand, you aim to minimize load times and bandwidth use by ensuring that images, scripts, and style sheets are cached by your visitors; however, you still want to ensure that they’re accessing the most recent versions of all your files.

In this article, I’ll show you a few methods for controlling how your site’s files are cached by browsers so you can achieve the best of both worlds: maintaining optimal performance while ensuring that any updates are seen immediately, without a hitch by all of your users.</description>
<dc:date>2009-11-03T15:34:24Z</dc:date>
<dc:author>dzc</dc:author>
<dc:subject>css, image, performance, optimisation, conception web, cache, navigateur</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://articles.sitepoint.com/article/overcome-cache-conundrums"><img border="0" src="http://blogmarks.net/screenshots/2009/11/03/a58cbae6863e4ccdc981f58955828305.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://articles.sitepoint.com/article/overcome-cache-conundrums">Overcome Your Caching Conundrums [Server Side Essentials]</a></h4>
 
by <a href="http://blogmarks.net/user/dzc">dzc</a> 
<p class="description">ealing with browser caching is a balancing act. On one hand, you aim to minimize load times and bandwidth use by ensuring that images, scripts, and style sheets are cached by your visitors; however, you still want to ensure that they’re accessing the most recent versions of all your files.

In this article, I’ll show you a few methods for controlling how your site’s files are cached by browsers so you can achieve the best of both worlds: maintaining optimal performance while ensuring that any updates are seen immediately, without a hitch by all of your users.</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/image">image</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/performance">performance</a>
<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/conception%2Bweb">conception web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cache">cache</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/navigateur">navigateur</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058571250">Copy</a> | 
<a href="http://blogmarks.net/link/3399935">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058565631">
<title>ASK KEN™ – Visual Knowledge Browser on Datavisualization.ch</title>
<link>http://www.datavisualization.ch/tools/ask-ken</link>
<description>&lt;blockquote&gt;&lt;p&gt;AKS KEN is basically a textual search engine and the matching entires from Freebase are visualized as a ring chart. The user can then drill down the wedges and unveil related ring charts. Images and a textual description to each topic are shown in a separate drawer on the right hand side.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-28T14:03:06Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>datavisualization</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.datavisualization.ch/tools/ask-ken"><img border="0" src="http://blogmarks.net/screenshots/2009/10/28/f9f891409e32e6e569fed96d2e980436.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.datavisualization.ch/tools/ask-ken">ASK KEN™ – Visual Knowledge Browser on Datavisualization.ch</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>AKS KEN is basically a textual search engine and the matching entires from Freebase are visualized as a ring chart. The user can then drill down the wedges and unveil related ring charts. Images and a textual description to each topic are shown in a separate drawer on the right hand side.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/datavisualization">datavisualization</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058565631">Copy</a> | 
<a href="http://blogmarks.net/link/3395399">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/flashgames/mark/1058563928">
<title>Splitter 2</title>
<link>http://www.silvergames.com/game/splitter-2/</link>
<description>Splitter 2 - Slice your surroundings and let physics guide your smiley-faced ball to the goal.</description>
<dc:date>2009-10-26T15:14:28Z</dc:date>
<dc:author>flashgames</dc:author>
<dc:subject>Splitter 2, split, splitter, game, flash</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.silvergames.com/game/splitter-2/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/26/5fbbbbd12d5b26061b1c6c13c9278692.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.silvergames.com/game/splitter-2/">Splitter 2</a></h4>
 
by <a href="http://blogmarks.net/user/flashgames">flashgames</a> 
<p class="description">Splitter 2 - Slice your surroundings and let physics guide your smiley-faced ball to the goal.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Splitter%2B2">Splitter 2</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/split">split</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/splitter">splitter</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/game">game</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/flash">flash</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058563928">Copy</a> | 
<a href="http://blogmarks.net/link/3394052">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/vrossign/mark/1058563312">
<title>Handycons 2 - another free hand drawn icon set</title>
<link>http://www.jankoatwarpspeed.com/post/2009/02/23/Handycons-2-another-free-hand-drawn-icon-set.aspx</link>
<description></description>
<dc:date>2009-10-25T20:53:17Z</dc:date>
<dc:author>vrossign</dc:author>
<dc:subject>free, icons, design, hand drawn, hand, draw, Paint</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.jankoatwarpspeed.com/post/2009/02/23/Handycons-2-another-free-hand-drawn-icon-set.aspx"><img border="0" src="http://blogmarks.net/screenshots/2009/10/25/40e896d76f483c8885f390180e813a35.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.jankoatwarpspeed.com/post/2009/02/23/Handycons-2-another-free-hand-drawn-icon-set.aspx">Handycons 2 - another free hand drawn icon set</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/free">free</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/icons">icons</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/hand%2Bdrawn">hand drawn</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hand">hand</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/draw">draw</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Paint">Paint</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058563312">Copy</a> | 
<a href="http://blogmarks.net/link/3393533">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Neewok/mark/1058552904">
<title>Typeviews kaufen | Slanted - Typo Weblog und Magazin</title>
<link>http://www.slanted.de/magazines/buy/typeviews</link>
<description>&lt;blockquote&gt;&lt;p&gt;Um mehr über die Gestaltenden und ihre Arbeit zu erfahren, direkt und aus erster Hand hat Slanted seit 2004 über 100 Interviews geführt und diese in den Magazinen und auf dem Weblog veröffentlicht. Typeviews bündelt 61 der interessantesten Interviews in einem Kompendium zusammen und macht die Entwicklung des Designs in all seinen Spannungsfeldern deutlich. Mit dieser Publikation schließt Slanted die Lücke zu den ersten fünf bereits vergriffenen Ausgaben des Magazins.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-17T12:36:28Z</dc:date>
<dc:author>Neewok</dc:author>
<dc:subject>entretiens, revue, typographie</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.slanted.de/magazines/buy/typeviews"><img border="0" src="http://blogmarks.net/screenshots/2009/10/17/9cbc1af0f4b96bdc4b629834fbab22a9.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.slanted.de/magazines/buy/typeviews">Typeviews kaufen | Slanted - Typo Weblog und Magazin</a></h4>
 
by <a href="http://blogmarks.net/user/Neewok">Neewok</a> 
<div class="description"><blockquote><p>Um mehr über die Gestaltenden und ihre Arbeit zu erfahren, direkt und aus erster Hand hat Slanted seit 2004 über 100 Interviews geführt und diese in den Magazinen und auf dem Weblog veröffentlicht. Typeviews bündelt 61 der interessantesten Interviews in einem Kompendium zusammen und macht die Entwicklung des Designs in all seinen Spannungsfeldern deutlich. Mit dieser Publikation schließt Slanted die Lücke zu den ersten fünf bereits vergriffenen Ausgaben des Magazins.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/entretiens">entretiens</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/revue">revue</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/typographie">typographie</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058552904">Copy</a> | 
<a href="http://blogmarks.net/link/3385904">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/br1o/mark/1058556429">
<title>8 Hand Drawn Icon Sets For Bloggers - slodive</title>
<link>http://slodive.com/freebies/8-hand-drawn-icon-sets-for-bloggers/</link>
<description></description>
<dc:date>2009-10-12T15:51:20Z</dc:date>
<dc:author>br1o</dc:author>
<dc:subject>web2.0, resources, hand_drawn, handdrawn, blogging, cool, icons, icon, icones, stock, social, gallery, webdesign</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://slodive.com/freebies/8-hand-drawn-icon-sets-for-bloggers/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://slodive.com/freebies/8-hand-drawn-icon-sets-for-bloggers/">8 Hand Drawn Icon Sets For Bloggers - slodive</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/web2.0">web2.0</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/hand_drawn">hand_drawn</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/handdrawn">handdrawn</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/blogging">blogging</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cool">cool</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/icons">icons</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/icon">icon</a>
<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/stock">stock</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/social">social</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gallery">gallery</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webdesign">webdesign</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058556429">Copy</a> | 
<a href="http://blogmarks.net/link/3388913">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058547111">
<title>16 Javascript libraries for visualizations on Datavisualization.ch</title>
<link>http://www.datavisualization.ch/tools/13-javascript-libraries-for-visualizations#update</link>
<description>&lt;blockquote&gt;&lt;p&gt;As data visualization often needs to reach a broad audience the browser is becoming the number one tool to publish and share visualizations. A lot of visualizations require user-interaction to unleash their full potential, thus interactive applets that run directly in the browser are a a great way to analyze the data at hand. Beside the usual suspects like Flash, Silverlight and Processing, JavaScript is quickly gaining ground in the field of interactive visualization embedded in websites. We’ve collected 13 16 JavaScript visualization libraries that help you get started faster, keep it flexible and develop with higher reliability.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-11T22:35:15Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>javascript, datavisualization</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.datavisualization.ch/tools/13-javascript-libraries-for-visualizations#update"><img border="0" src="http://blogmarks.net/screenshots/2009/10/11/491a42af1822f3598111615629ea5214.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.datavisualization.ch/tools/13-javascript-libraries-for-visualizations#update">16 Javascript libraries for visualizations on Datavisualization.ch</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3375252">1 other(s)</a> 
<div class="description"><blockquote><p>As data visualization often needs to reach a broad audience the browser is becoming the number one tool to publish and share visualizations. A lot of visualizations require user-interaction to unleash their full potential, thus interactive applets that run directly in the browser are a a great way to analyze the data at hand. Beside the usual suspects like Flash, Silverlight and Processing, JavaScript is quickly gaining ground in the field of interactive visualization embedded in websites. We’ve collected 13 16 JavaScript visualization libraries that help you get started faster, keep it flexible and develop with higher reliability.</p></blockquote></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/datavisualization">datavisualization</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058547111">Copy</a> | 
<a href="http://blogmarks.net/link/3375252">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pbla/mark/1058547028">
<title>Hand Book : Educating the Net Generation : The University of Melbourne</title>
<link>http://www.netgen.unimelb.edu.au/outcomes/handbook.html</link>
<description></description>
<dc:date>2009-10-11T21:00:47Z</dc:date>
<dc:author>pbla</dc:author>
<dc:subject>education, university</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.netgen.unimelb.edu.au/outcomes/handbook.html"><img border="0" src="http://blogmarks.net/screenshots/2009/10/11/48ea0fd8804d2d1be1bf4791778ade55.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.netgen.unimelb.edu.au/outcomes/handbook.html">Hand Book : Educating the Net Generation : The University of Melbourne</a></h4>
 
by <a href="http://blogmarks.net/user/pbla">pbla</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/education">education</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/university">university</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058547028">Copy</a> | 
<a href="http://blogmarks.net/link/3380904">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Takwann/mark/1058542565">
<title>Taito: Be Ready To Draw</title>
<link>http://www.kendo-guide.com/taito.html</link>
<description>Taito (tai-to)is a command and means &quot;wear your sword&quot;. You have a shinai in your hand and carry it in your left hand in the sageto position. </description>
<dc:date>2009-10-08T12:46:17Z</dc:date>
<dc:author>Takwann</dc:author>
<dc:subject>reishiki, shisei, shinaï, Taito, sageto, vocabulary, video, kendo, sonkyo</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.kendo-guide.com/taito.html"><img border="0" src="http://blogmarks.net/screenshots/2009/10/08/c70b1654b8ff27b38d44aeda9f54937c.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.kendo-guide.com/taito.html">Taito: Be Ready To Draw</a></h4>
 
by <a href="http://blogmarks.net/user/Takwann">Takwann</a> 
<p class="description">Taito (tai-to)is a command and means "wear your sword". You have a shinai in your hand and carry it in your left hand in the sageto position. </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/reishiki">reishiki</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/shisei">shisei</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/shina%25C3%25AF">shinaï</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Taito">Taito</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sageto">sageto</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/vocabulary">vocabulary</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/video">video</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/kendo">kendo</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sonkyo">sonkyo</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058542565">Copy</a> | 
<a href="http://blogmarks.net/link/3377196">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sbrothier/mark/1058524399">
<title>Cozy Lummox</title>
<link>http://ericskillman.blogspot.com/</link>
<description>Eric Skillman: I'm a Brooklyn-based graphic designer, mostly making DVDs at my day job with The Criterion Collection, though I try my hand at books and such occasionally.</description>
<dc:date>2009-09-30T19:18:12Z</dc:date>
<dc:author>sbrothier</dc:author>
<dc:subject>books, covers, cinema, graphic design, blog, typography</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://ericskillman.blogspot.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/09/30/ff9ce81c5b1a0a484cc972af36a1ce87.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://ericskillman.blogspot.com/">Cozy Lummox</a></h4>
 
by <a href="http://blogmarks.net/user/sbrothier">sbrothier</a> 
<p class="description">Eric Skillman: I'm a Brooklyn-based graphic designer, mostly making DVDs at my day job with The Criterion Collection, though I try my hand at books and such occasionally.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/books">books</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/covers">covers</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cinema">cinema</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/graphic%2Bdesign">graphic design</a>
<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/typography">typography</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058524399">Copy</a> | 
<a href="http://blogmarks.net/link/3360175">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sbrothier/mark/1058521316">
<title>Hitchcock - Mobile storyboarding for your iphone</title>
<link>http://cinemek.com/hitchcock/</link>
<description>Hitchcock is the worlds first mobile story boarding application. With Hitchcock you can have your first story board up and running in a matter of minutes. Hitchcock streamlines the process of storyboarding by allowing you to compose storyboards using photos rather than the tedious hand drawing process. This allows professionals and students to portray their vision to others in a easily controllable and transportable format. Click below to learn more about what features Hitchcock has to offer and how it will assist you in bringing your ideas to life. For an indepth look, full featured video tutorials can be found below....</description>
<dc:date>2009-09-27T08:24:03Z</dc:date>
<dc:author>sbrothier</dc:author>
<dc:subject>mobile, iphone, cinema, tools</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://cinemek.com/hitchcock/"><img border="0" src="http://blogmarks.net/screenshots/2009/09/29/61ca8d80fc02169b926c031401d37d7f.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://cinemek.com/hitchcock/">Hitchcock - Mobile storyboarding for your iphone</a></h4>
 
by <a href="http://blogmarks.net/user/sbrothier">sbrothier</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3357565">1 other(s)</a> 
<p class="description">Hitchcock is the worlds first mobile story boarding application. With Hitchcock you can have your first story board up and running in a matter of minutes. Hitchcock streamlines the process of storyboarding by allowing you to compose storyboards using photos rather than the tedious hand drawing process. This allows professionals and students to portray their vision to others in a easily controllable and transportable format. Click below to learn more about what features Hitchcock has to offer and how it will assist you in bringing your ideas to life. For an indepth look, full featured video tutorials can be found below....</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mobile">mobile</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/iphone">iphone</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cinema">cinema</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tools">tools</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058521316">Copy</a> | 
<a href="http://blogmarks.net/link/3357565">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1058520724">
<title> PRESETS AND ADOBE CAMERA RAW (ACR) – A MATCH MADE IN HEAVEN | x=blog stay informed</title>
<link>http://x-equals.com/blog/?p=1257</link>
<description>Presets for ACR are not new, however the free presets available for ACR are both less numerous and less diverse than those created for Lightroom.  One way to leverage Lightroom presets in ACR is to copy every setting by hand over to ACR and save the preset, however this is extremely time consuming, and introduces more opportunity for human error.
The following is a procedure that streamlines the conversion process using the metadata power of Adobe’s DNG file format. </description>
<dc:date>2009-09-26T13:27:49Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject>lightroom, photoshop</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://x-equals.com/blog/?p=1257"><img border="0" src="http://blogmarks.net/screenshots/2009/09/26/d8f15eea4d062d224b9a1a0d71d198c0.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://x-equals.com/blog/?p=1257"> PRESETS AND ADOBE CAMERA RAW (ACR) – A MATCH MADE IN HEAVEN | x=blog stay informed</a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</a> 
<p class="description">Presets for ACR are not new, however the free presets available for ACR are both less numerous and less diverse than those created for Lightroom.  One way to leverage Lightroom presets in ACR is to copy every setting by hand over to ACR and save the preset, however this is extremely time consuming, and introduces more opportunity for human error.
The following is a procedure that streamlines the conversion process using the metadata power of Adobe’s DNG file format. </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lightroom">lightroom</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/photoshop">photoshop</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058520724">Copy</a> | 
<a href="http://blogmarks.net/link/3357093">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/manue/mark/1058511837">
<title>HAND HELD HEART is Brian Roettinger</title>
<link>http://handheldheart.com/</link>
<description></description>
<dc:date>2009-09-21T13:06:41Z</dc:date>
<dc:author>manue</dc:author>
<dc:subject>typographie, graphisme, édition</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://handheldheart.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/09/21/abcd82bf1f17598d6fe31c7feeb98c79.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://handheldheart.com/">HAND HELD HEART is Brian Roettinger</a></h4>
 
by <a href="http://blogmarks.net/user/manue">manue</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3166513">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/typographie">typographie</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/%25C3%25A9dition">édition</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058511837">Copy</a> | 
<a href="http://blogmarks.net/link/3166513">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Neewok/mark/1058507593">
<title>First handmade subpixel type family, ever | Typophile</title>
<link>http://typophile.com/node/61920</link>
<description>&lt;blockquote&gt;&lt;p&gt;It has x-height of 3 pixels, it is italic, inspired by old masters and most important – made by hand. You must not look too closely, because colors get visible. It’s work in progress.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-09-17T17:18:52Z</dc:date>
<dc:author>Neewok</dc:author>
<dc:subject>typographie</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://typophile.com/node/61920"><img border="0" src="http://blogmarks.net/screenshots/2009/09/17/717a5191abda91a4447816de70f8a545.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://typophile.com/node/61920">First handmade subpixel type family, ever | Typophile</a></h4>
 
by <a href="http://blogmarks.net/user/Neewok">Neewok</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3344250">3 other(s)</a> 
<div class="description"><blockquote><p>It has x-height of 3 pixels, it is italic, inspired by old masters and most important – made by hand. You must not look too closely, because colors get visible. It’s work in progress.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/typographie">typographie</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058507593">Copy</a> | 
<a href="http://blogmarks.net/link/3344250">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1058507476">
<title>WordPress › Page Links To « WordPress Plugins</title>
<link>http://wordpress.org/extend/plugins/page-links-to/</link>
<description>his plugin allows you to make a WordPress page or post link to a URL of your choosing, instead of its WordPress page or post URL. It also will redirect people who go to the old (or &quot;normal&quot;) URL to the new one you've chosen (301 Moved Permanently redirects are standard, but you can choose a 302 Moved Temporarily redirect if you wish).

This functionality is useful for setting up navigational links to non-WordPress sections of your site or to off-site resources.

You can also use it to create a hand-crafted menu that links to pages, posts, categories, or anything within your site.</description>
<dc:date>2009-09-17T14:09:27Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject>wordpress</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://wordpress.org/extend/plugins/page-links-to/"><img border="0" src="http://blogmarks.net/screenshots/2009/09/17/38bec0826145029c80a30a9ee7eeef57.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://wordpress.org/extend/plugins/page-links-to/">WordPress › Page Links To « WordPress Plugins</a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2632882">1 other(s)</a> 
<p class="description">his plugin allows you to make a WordPress page or post link to a URL of your choosing, instead of its WordPress page or post URL. It also will redirect people who go to the old (or "normal") URL to the new one you've chosen (301 Moved Permanently redirects are standard, but you can choose a 302 Moved Temporarily redirect if you wish).

This functionality is useful for setting up navigational links to non-WordPress sections of your site or to off-site resources.

You can also use it to create a hand-crafted menu that links to pages, posts, categories, or anything within your site.</p>
<p class="tags">
<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=1058507476">Copy</a> | 
<a href="http://blogmarks.net/link/2632882">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Spone/mark/1058507430">
<title>First handmade subpixel type family, ever | Typophile</title>
<link>http://typophile.com/node/61920</link>
<description>It has x-height of 3 pixels, it is italic, inspired by old masters and most important – made by hand. You must not look too closely, because colors get visible. It’s work in progress.</description>
<dc:date>2009-09-17T13:12:42Z</dc:date>
<dc:author>Spone</dc:author>
<dc:subject>typographie, subpixel</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://typophile.com/node/61920"><img border="0" src="http://blogmarks.net/screenshots/2009/09/17/717a5191abda91a4447816de70f8a545.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://typophile.com/node/61920">First handmade subpixel type family, ever | Typophile</a></h4>
 
by <a href="http://blogmarks.net/user/Spone">Spone</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3344250">3 other(s)</a> 
<p class="description">It has x-height of 3 pixels, it is italic, inspired by old masters and most important – made by hand. You must not look too closely, because colors get visible. It’s work in progress.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/typographie">typographie</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/subpixel">subpixel</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058507430">Copy</a> | 
<a href="http://blogmarks.net/link/3344250">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sbrothier/mark/1058507408">
<title>THOMAS PAUL at ELSEWARES / 718-502-8893</title>
<link>http://www.elsewares.com/commerce/THOMAS-PAUL_MCA4_397.html</link>
<description>When a young New York necktie designer named Thomas Paul Fernez decided to try his hand at home textiles and housewares, he was really onto something. His inspired sense of contrast in both color and proportion began to define a signature Thomas Paul style, reinterpreting classic fine china motifs for modern sensibilities. </description>
<dc:date>2009-09-17T12:56:50Z</dc:date>
<dc:author>sbrothier</dc:author>
<dc:subject>design, shop</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.elsewares.com/commerce/THOMAS-PAUL_MCA4_397.html"><img border="0" src="http://blogmarks.net/screenshots/2009/09/17/b20871303b89dda841b3ca4d203ec1ee.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.elsewares.com/commerce/THOMAS-PAUL_MCA4_397.html">THOMAS PAUL at ELSEWARES / 718-502-8893</a></h4>
 
by <a href="http://blogmarks.net/user/sbrothier">sbrothier</a> 
<p class="description">When a young New York necktie designer named Thomas Paul Fernez decided to try his hand at home textiles and housewares, he was really onto something. His inspired sense of contrast in both color and proportion began to define a signature Thomas Paul style, reinterpreting classic fine china motifs for modern sensibilities. </p>
<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/shop">shop</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058507408">Copy</a> | 
<a href="http://blogmarks.net/link/3345792">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/yakari35/mark/1058486694">
<title>The Giant Ball</title>
<link>http://www.thegiantball.com/~GB/</link>
<description></description>
<dc:date>2009-08-31T07:46:19Z</dc:date>
<dc:author>yakari35</dc:author>
<dc:subject>jeux, java</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.thegiantball.com/~GB/"><img border="0" src="http://blogmarks.net/screenshots/2009/08/31/ce0e0921a8233388647943f815d9d090.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.thegiantball.com/~GB/">The Giant Ball</a></h4>
 
by <a href="http://blogmarks.net/user/yakari35">yakari35</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/jeux">jeux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058486694">Copy</a> | 
<a href="http://blogmarks.net/link/3328935">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/cascamorto/mark/1058484591">
<title>Download free fonts @ fontspace.com</title>
<link>http://www.fontspace.com/</link>
<description>FontSpace is a community of font designers and font addicts. All 10993 free typefaces that you can download have been hand-categorized into 3000+ categories for your graphic design, scrapbooking, or documents.</description>
<dc:date>2009-08-28T21:48:03Z</dc:date>
<dc:author>cascamorto</dc:author>
<dc:subject>polices, telecharger, gratuit</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.fontspace.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/08/28/84d053c419eff8678ce133fe14163f44.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.fontspace.com/">Download free fonts @ fontspace.com</a></h4>
 
by <a href="http://blogmarks.net/user/cascamorto">cascamorto</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2715890">8 other(s)</a> 
<p class="description">FontSpace is a community of font designers and font addicts. All 10993 free typefaces that you can download have been hand-categorized into 3000+ categories for your graphic design, scrapbooking, or documents.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/polices">polices</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/telecharger">telecharger</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gratuit">gratuit</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058484591">Copy</a> | 
<a href="http://blogmarks.net/link/2715890">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/cascamorto/mark/1058482005">
<title>Font Squirrel | Handpicked free fonts for graphic designers with commercial-use licenses.</title>
<link>http://www.fontsquirrel.com/</link>
<description>Free fonts have met their match. We know how hard it is to find quality freeware that is licensed for commercial work. We've done the hard work, hand-selecting these typefaces and presenting them in an easy-to-use format. </description>
<dc:date>2009-08-26T13:14:56Z</dc:date>
<dc:author>cascamorto</dc:author>
<dc:subject>polices, telecharger, gratuit</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.fontsquirrel.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/09/e41997992f00e057857088076078d8d7.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.fontsquirrel.com/">Font Squirrel | Handpicked free fonts for graphic designers with commercial-use licenses.</a></h4>
 
by <a href="http://blogmarks.net/user/cascamorto">cascamorto</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3061700">10 other(s)</a> 
<p class="description">Free fonts have met their match. We know how hard it is to find quality freeware that is licensed for commercial work. We've done the hard work, hand-selecting these typefaces and presenting them in an easy-to-use format. </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/polices">polices</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/telecharger">telecharger</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gratuit">gratuit</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058482005">Copy</a> | 
<a href="http://blogmarks.net/link/3061700">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/paulantoinem/mark/1058470315">
<title>colectiva  » Blog Archive   » Hand-Drawn Animated GIFs</title>
<link>http://envrac.posterous.com/colectiva-blog-archive-hand-drawn-animated-gi</link>
<description>via colectiva.tv      ...</description>
<dc:date>2009-08-11T13:30:11Z</dc:date>
<dc:author>paulantoinem</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://envrac.posterous.com/colectiva-blog-archive-hand-drawn-animated-gi"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://envrac.posterous.com/colectiva-blog-archive-hand-drawn-animated-gi">colectiva  » Blog Archive   » Hand-Drawn Animated GIFs</a></h4>
 
by <a href="http://blogmarks.net/user/paulantoinem">paulantoinem</a> 
<p class="description">via colectiva.tv      ...</p>
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058470315">Copy</a> | 
<a href="http://blogmarks.net/link/3317862">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/rwatuny/mark/1058464012">
<title>eye to hand</title>
<link>http://www.eyetohand.com/</link>
<description></description>
<dc:date>2009-08-10T14:02:28Z</dc:date>
<dc:author>rwatuny</dc:author>
<dc:subject>design, portfolio, cyclisme</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.eyetohand.com/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.eyetohand.com/">eye to hand</a></h4>
 
by <a href="http://blogmarks.net/user/rwatuny">rwatuny</a> 
<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/portfolio">portfolio</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cyclisme">cyclisme</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058464012">Copy</a> | 
<a href="http://blogmarks.net/link/3313039">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/fabifab/mark/1058459565">
<title>Duoh.com</title>
<link>http://www.duoh.com/portfolio/category/web/</link>
<description>Veerle, graphic design degree in hand, started Duoh! in 1992, focusing on freelance print work. In 1994, she was wooed by Geert Leyseele. Clutching her strong graphic design principles under one arm, and her heart in the other, she took the leap, and a little while later, beautiful little Duoh! n.v. was born.
Geert Leyseele

As it turned out, Geert wasn't just another pretty face. Veerle's hero brought superpowers to her business: X-ray vision to see around corners into the future of the web, a drive to move to Web Standards, an eye for project management, and the ability to leap wireframes and IA obstacles in a single bound.

When Veerle's blog became famous around the world for her tutorials and insights on design, CSS, and other subjects, fascinated readers saw the picture in the heading and asked, &quot;Is that the designer's girlfriend?&quot; No, it was Veerle, the other happy half of Duoh!
Life is our inspiration

We inhale the richness of life :

    * sharing love, laughter, and knowledge with our friends and web community
    * absorbing design (from galaxies to retro menus to bathroom faucets, we see it everywhere)
    * putting our minds to design puzzles
    * digging deeply into markup and code so our designs can sing
    * delighting in chill house and progressive house music, art and artists, lovely sandy beaches, and biking through the countryside

and, then, we exhale websites.
Growing up but staying small

We love what we do and want to do it ourselves, not manage others. We create websites for some Big Clients (and fresh, little start-ups, too), and choose our clients just as carefully as they choose us. Each day, we throw ourselves passionately into the task of becoming better at work and at play. The rest of the Duoh! story? Look around; our work says it all.
</description>
<dc:date>2009-08-08T18:57:17Z</dc:date>
<dc:author>fabifab</dc:author>
<dc:subject>portfolio, agency, graphic design</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.duoh.com/portfolio/category/web/"><img border="0" src="http://blogmarks.net/screenshots/2009/08/08/e124af51ccc75694bf75f15ecaa112ac.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.duoh.com/portfolio/category/web/">Duoh.com</a></h4>
 
by <a href="http://blogmarks.net/user/fabifab">fabifab</a> 
<p class="description">Veerle, graphic design degree in hand, started Duoh! in 1992, focusing on freelance print work. In 1994, she was wooed by Geert Leyseele. Clutching her strong graphic design principles under one arm, and her heart in the other, she took the leap, and a little while later, beautiful little Duoh! n.v. was born.
Geert Leyseele

As it turned out, Geert wasn't just another pretty face. Veerle's hero brought superpowers to her business: X-ray vision to see around corners into the future of the web, a drive to move to Web Standards, an eye for project management, and the ability to leap wireframes and IA obstacles in a single bound.

When Veerle's blog became famous around the world for her tutorials and insights on design, CSS, and other subjects, fascinated readers saw the picture in the heading and asked, "Is that the designer's girlfriend?" No, it was Veerle, the other happy half of Duoh!
Life is our inspiration

We inhale the richness of life :

    * sharing love, laughter, and knowledge with our friends and web community
    * absorbing design (from galaxies to retro menus to bathroom faucets, we see it everywhere)
    * putting our minds to design puzzles
    * digging deeply into markup and code so our designs can sing
    * delighting in chill house and progressive house music, art and artists, lovely sandy beaches, and biking through the countryside

and, then, we exhale websites.
Growing up but staying small

We love what we do and want to do it ourselves, not manage others. We create websites for some Big Clients (and fresh, little start-ups, too), and choose our clients just as carefully as they choose us. Each day, we throw ourselves passionately into the task of becoming better at work and at play. The rest of the Duoh! story? Look around; our work says it all.
</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/portfolio">portfolio</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/agency">agency</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/graphic%2Bdesign">graphic design</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058459565">Copy</a> | 
<a href="http://blogmarks.net/link/3310036">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/decembre/mark/1058547884">
<title>Top 12 Free Content Management Systems (CMS) | Spyre Studios</title>
<link>http://spyrestudios.com/free-content-management-systems/</link>
<description>Building websites by hand with all html/css pages was fine a couple years ago, but these days there are a ton of awesome Content Management System options out there that make our jobs as developers and website publishers SO much easier!</description>
<dc:date>2009-08-07T14:42:59Z</dc:date>
<dc:author>decembre</dc:author>
<dc:subject>cms, webdesign, opensource, webdev, site, editer, list</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://spyrestudios.com/free-content-management-systems/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://spyrestudios.com/free-content-management-systems/">Top 12 Free Content Management Systems (CMS) | Spyre Studios</a></h4>
 
by <a href="http://blogmarks.net/user/decembre">decembre</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3381610">1 other(s)</a> 
<p class="description">Building websites by hand with all html/css pages was fine a couple years ago, but these days there are a ton of awesome Content Management System options out there that make our jobs as developers and website publishers SO much easier!</p>
<p class="tags">
<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/webdesign">webdesign</a>
<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/webdev">webdev</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/site">site</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/editer">editer</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/list">list</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058547884">Copy</a> | 
<a href="http://blogmarks.net/link/3381610">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>