<?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/toolkit">
<title>Public marks with search toolkit</title>
<description>Public marks with search toolkit</description>
<link>http://blogmarks.net/marks/search/toolkit</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/kobo/mark/1058567728"/>
<rdf:li resource="http://blogmarks.net/api/user/oseres/mark/1058563800"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058562647"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058546579"/>
<rdf:li resource="http://blogmarks.net/api/user/galiell/mark/1058529922"/>
<rdf:li resource="http://blogmarks.net/api/user/parmentierf/mark/1058502773"/>
<rdf:li resource="http://blogmarks.net/api/user/jey/mark/1058544744"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058490435"/>
<rdf:li resource="http://blogmarks.net/api/user/CoachZ/mark/1058482153"/>
<rdf:li resource="http://blogmarks.net/api/user/Fabrice.bonny/mark/1058481731"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058481463"/>
<rdf:li resource="http://blogmarks.net/api/user/dav/mark/1058469951"/>
<rdf:li resource="http://blogmarks.net/api/user/Spone/mark/1058464651"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058451832"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058435260"/>
<rdf:li resource="http://blogmarks.net/api/user/Bastien/mark/1058425869"/>
<rdf:li resource="http://blogmarks.net/api/user/ronpish/mark/1058412790"/>
<rdf:li resource="http://blogmarks.net/api/user/jey/mark/1058544844"/>
<rdf:li resource="http://blogmarks.net/api/user/Fulcanelli/mark/1058369791"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058359068"/>
<rdf:li resource="http://blogmarks.net/api/user/jakamos/mark/1058355017"/>
<rdf:li resource="http://blogmarks.net/api/user/vrossign/mark/1058353190"/>
<rdf:li resource="http://blogmarks.net/api/user/ms_michel/mark/1058348019"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058344802"/>
<rdf:li resource="http://blogmarks.net/api/user/decembre/mark/1058548158"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/kobo/mark/1058567728">
<title>Home | The Dojo Toolkit</title>
<link>http://dojotoolkit.org/</link>
<description></description>
<dc:date>2009-10-30T13:58:50Z</dc:date>
<dc:author>kobo</dc:author>
<dc:subject>javascript, ajax</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://dojotoolkit.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/30/c86c36f438729d021e6977b8c000f7b2.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://dojotoolkit.org/">Home | The Dojo Toolkit</a></h4>
 
by <a href="http://blogmarks.net/user/kobo">kobo</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/41660">72 other(s)</a> 
<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/ajax">ajax</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058567728">Copy</a> | 
<a href="http://blogmarks.net/link/41660">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/oseres/mark/1058563800">
<title>Creating Offline Web Applicat...</title>
<link>http://docs.google.com/View?docid=dhkhksk4_8gdp9gr#sync</link>
<description>Creating Offline Web Applications With Dojo Offline

by Brad Neuberg (SitePen), September 23rd, 2007

This tutorial steps you through creating offline web applications using Dojo Offline.
What is Dojo Offline?

Dojo Offline is an open-source toolkit that makes it easy to create sophisticated, offline web applications. It sits on top of Google Gears, a plugin from Google that helps extend web browsers with new functionality. Dojo Offline makes working with Google Gears easier; extends it with important functionality; creates a higher-level API than Google Gears provides; and exposes developer productivity features. In particular, Dojo Offline provides the following functionality:

An offline widget that you can easily embed in your web page with just a few lines of code, automatically providing the user with network feedback, sync messages, offline instructions, and more
A sync framework to help you store actions done while offline and sync them with a server once back on the network
Automatic network and application-availability detection to determine when your application is on- or off-line so that you can take appropriate action
A slurp() method that automatically scans the page and figures out all the resources that you need offline, including images, stylesheets, scripts, etc.; this is much easier than having to manually maintain which resources should be available offline, especially during development.
Dojo Storage, an easy to use hashtable abstraction for storing offline data for when you don't need the heaviness of Google Gear's SQL abstraction; under the covers Dojo Storage saves its data into Google Gears
Dojo SQL, an easy to use SQL layer that executes SQL statements and returns them as ordinary JavaScript objects
New ENCRYPT() and DECRYPT() SQL keywords that you can mix in when using Dojo SQL, to get transparent cryptography for columns of data. Cryptography is done on a Google Worker Pool thread, so that the browser UI is responsive.
Integration with the rest of Dojo, such as the Dojo Event system
</description>
<dc:date>2009-10-26T12:18:18Z</dc:date>
<dc:author>oseres</dc:author>
<dc:subject>web, google, storage, plugin, browser, sync</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://docs.google.com/View?docid=dhkhksk4_8gdp9gr#sync"><img border="0" src="http://blogmarks.net/screenshots/2009/10/26/6ec0d965b36551c86f02ff03c5f5594a.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://docs.google.com/View?docid=dhkhksk4_8gdp9gr#sync">Creating Offline Web Applicat...</a></h4>
 
by <a href="http://blogmarks.net/user/oseres">oseres</a> 
<p class="description">Creating Offline Web Applications With Dojo Offline

by Brad Neuberg (SitePen), September 23rd, 2007

This tutorial steps you through creating offline web applications using Dojo Offline.
What is Dojo Offline?

Dojo Offline is an open-source toolkit that makes it easy to create sophisticated, offline web applications. It sits on top of Google Gears, a plugin from Google that helps extend web browsers with new functionality. Dojo Offline makes working with Google Gears easier; extends it with important functionality; creates a higher-level API than Google Gears provides; and exposes developer productivity features. In particular, Dojo Offline provides the following functionality:

An offline widget that you can easily embed in your web page with just a few lines of code, automatically providing the user with network feedback, sync messages, offline instructions, and more
A sync framework to help you store actions done while offline and sync them with a server once back on the network
Automatic network and application-availability detection to determine when your application is on- or off-line so that you can take appropriate action
A slurp() method that automatically scans the page and figures out all the resources that you need offline, including images, stylesheets, scripts, etc.; this is much easier than having to manually maintain which resources should be available offline, especially during development.
Dojo Storage, an easy to use hashtable abstraction for storing offline data for when you don't need the heaviness of Google Gear's SQL abstraction; under the covers Dojo Storage saves its data into Google Gears
Dojo SQL, an easy to use SQL layer that executes SQL statements and returns them as ordinary JavaScript objects
New ENCRYPT() and DECRYPT() SQL keywords that you can mix in when using Dojo SQL, to get transparent cryptography for columns of data. Cryptography is done on a Google Worker Pool thread, so that the browser UI is responsive.
Integration with the rest of Dojo, such as the Dojo Event system
</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google">google</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</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/browser">browser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sync">sync</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058563800">Copy</a> | 
<a href="http://blogmarks.net/link/3393947">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058562647">
<title>RestWiki: Http Methods</title>
<link>http://rest.blueoxen.net/cgi-bin/wiki.pl?HttpMethods</link>
<description>&lt;blockquote&gt;&lt;p&gt;See HttpMethodsSupport for a review of toolkit support for HttpMethods.    (OW)&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-25T02:21:45Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>http, rest</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://rest.blueoxen.net/cgi-bin/wiki.pl?HttpMethods"><img border="0" src="http://blogmarks.net/screenshots/2009/10/25/e1dbea77fca534bd0b24682c0a8b7a24.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://rest.blueoxen.net/cgi-bin/wiki.pl?HttpMethods">RestWiki: Http Methods</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>See HttpMethodsSupport for a review of toolkit support for HttpMethods.    (OW)</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/http">http</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rest">rest</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058562647">Copy</a> | 
<a href="http://blogmarks.net/link/3392980">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058546579">
<title>Search RDF data with SPARQL</title>
<link>http://www.ibm.com/developerworks/library/j-sparql/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Summary:  As more data is being stored in RDF formats like RSS, a need has arisen for a simple way to locate specific information. SPARQL, a powerful new query language fills that space, making it easy to find the data you need in the RDF haystack. Take a tour of SPARQL's features and learn how to use SPARQL queries from your own Java™ applications with the Jena Semantic Web Toolkit.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-11T06:39:10Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>rdf, websemantique, SPARQL</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.ibm.com/developerworks/library/j-sparql/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/11/de2c606c49892c4997d725fb8d989f97.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.ibm.com/developerworks/library/j-sparql/">Search RDF data with SPARQL</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Summary:  As more data is being stored in RDF formats like RSS, a need has arisen for a simple way to locate specific information. SPARQL, a powerful new query language fills that space, making it easy to find the data you need in the RDF haystack. Take a tour of SPARQL's features and learn how to use SPARQL queries from your own Java™ applications with the Jena Semantic Web Toolkit.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rdf">rdf</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/websemantique">websemantique</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/SPARQL">SPARQL</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058546579">Copy</a> | 
<a href="http://blogmarks.net/link/3380520">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/galiell/mark/1058529922">
<title>Shoooes!</title>
<link>http://shoes.heroku.com/</link>
<description>Graphic Toolkit for Ruby</description>
<dc:date>2009-10-04T11:42:37Z</dc:date>
<dc:author>galiell</dc:author>
<dc:subject>ruby, développement</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://shoes.heroku.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/04/7e69daab6d3f31a9594acca7da8c2e73.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://shoes.heroku.com/">Shoooes!</a></h4>
 
by <a href="http://blogmarks.net/user/galiell">galiell</a> 
<p class="description">Graphic Toolkit for Ruby</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ruby">ruby</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/d%25C3%25A9veloppement">développement</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058529922">Copy</a> | 
<a href="http://blogmarks.net/link/3365227">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/parmentierf/mark/1058502773">
<title>NLTK Home (Natural Language Toolkit)</title>
<link>http://www.nltk.org/</link>
<description>Open source Python modules, linguistic data and documentation for research and development in natural language processing, supporting dozens of NLP tasks, with distributions for Windows, Mac OSX and Linux.</description>
<dc:date>2009-09-14T12:00:09Z</dc:date>
<dc:author>parmentierf</dc:author>
<dc:subject>python, taln</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.nltk.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/09/14/5e3c2cb2a54f33848eb15a668193c648.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.nltk.org/">NLTK Home (Natural Language Toolkit)</a></h4>
 
by <a href="http://blogmarks.net/user/parmentierf">parmentierf</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3045554">1 other(s)</a> 
<p class="description">Open source Python modules, linguistic data and documentation for research and development in natural language processing, supporting dozens of NLP tasks, with distributions for Windows, Mac OSX and Linux.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/taln">taln</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058502773">Copy</a> | 
<a href="http://blogmarks.net/link/3045554">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jey/mark/1058544744">
<title>.:: OpenNebula: The Open Source Toolkit for Cloud Computing ::.</title>
<link>http://www.opennebula.org/doku.php</link>
<description></description>
<dc:date>2009-09-13T17:49:18Z</dc:date>
<dc:author>jey</dc:author>
<dc:subject>CloudComputing, virtualization, opensource</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.opennebula.org/doku.php"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.opennebula.org/doku.php">.:: OpenNebula: The Open Source Toolkit for Cloud Computing ::.</a></h4>
 
by <a href="http://blogmarks.net/user/jey">jey</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2812695">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/CloudComputing">CloudComputing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/virtualization">virtualization</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/opensource">opensource</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058544744">Copy</a> | 
<a href="http://blogmarks.net/link/2812695">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058490435">
<title>Searchable: Annotation-Driven Indexing and Searching with Lucene :: Drive-by Digressions</title>
<link>http://mojodna.net/2006/10/02/searchable-annotation-driven-indexing-and-searching-with-lucene.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;Searchable is a toolkit for Lucene that harnesses the power of annotations to specify what properties to index and how to treat them.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-09-02T13:36:59Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>datamining, lucene, search-engine</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://mojodna.net/2006/10/02/searchable-annotation-driven-indexing-and-searching-with-lucene.html"><img border="0" src="http://blogmarks.net/screenshots/2009/09/02/cc6b9b9841ebeb8f4f4b0c4ecf915ea4.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://mojodna.net/2006/10/02/searchable-annotation-driven-indexing-and-searching-with-lucene.html">Searchable: Annotation-Driven Indexing and Searching with Lucene :: Drive-by Digressions</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Searchable is a toolkit for Lucene that harnesses the power of annotations to specify what properties to index and how to treat them.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/datamining">datamining</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lucene">lucene</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/search-engine">search-engine</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058490435">Copy</a> | 
<a href="http://blogmarks.net/link/3332202">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/CoachZ/mark/1058482153">
<title>vvvv : a multipurpose toolkit | vvvv - a multipurpose toolkit</title>
<link>http://vvvv.org/</link>
<description></description>
<dc:date>2009-08-26T17:15:08Z</dc:date>
<dc:author>CoachZ</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://vvvv.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/08/26/091b0f0f2df3d9cd212533163d5cb697.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://vvvv.org/">vvvv : a multipurpose toolkit | vvvv - a multipurpose toolkit</a></h4>
 
by <a href="http://blogmarks.net/user/CoachZ">CoachZ</a> 
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058482153">Copy</a> | 
<a href="http://blogmarks.net/link/3325209">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Fabrice.bonny/mark/1058481731">
<title>JavaScript InfoVis Toolkit - Interactive Data Visualizations for the Web</title>
<link>http://thejit.org/</link>
<description></description>
<dc:date>2009-08-26T07:15:19Z</dc:date>
<dc:author>Fabrice.bonny</dc:author>
<dc:subject>javascript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://thejit.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/08/26/b9cf4e68c43ba9be2a8818bfaba029db.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://thejit.org/">JavaScript InfoVis Toolkit - Interactive Data Visualizations for the Web</a></h4>
 
by <a href="http://blogmarks.net/user/Fabrice.bonny">Fabrice.bonny</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3324638">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/javascript">javascript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058481731">Copy</a> | 
<a href="http://blogmarks.net/link/3324638">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058481463">
<title>JavaScript InfoVis Toolkit - Interactive Data Visualizations for the Web</title>
<link>http://thejit.org/</link>
<description>&lt;blockquote&gt;&lt;p&gt;image&lt;/p&gt;&lt;p&gt;Hyperbolic Layouts&lt;/p&gt;&lt;p&gt;Top/Bottom/Left/Right Layouts&lt;/p&gt;&lt;p&gt;The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-08-26T00:06:17Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>datavisualization, javascript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://thejit.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/08/26/b9cf4e68c43ba9be2a8818bfaba029db.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://thejit.org/">JavaScript InfoVis Toolkit - Interactive Data Visualizations for the Web</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3324638">1 other(s)</a> 
<div class="description"><blockquote><p>image</p><p>Hyperbolic Layouts</p><p>Top/Bottom/Left/Right Layouts</p><p>The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/datavisualization">datavisualization</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/javascript">javascript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058481463">Copy</a> | 
<a href="http://blogmarks.net/link/3324638">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/dav/mark/1058469951">
<title>fr:Propaganda | vvvv - a multipurpose toolkit</title>
<link>http://vvvv.org/tiki-index.php?page=fr:propaganda</link>
<description></description>
<dc:date>2009-08-17T15:38:04Z</dc:date>
<dc:author>dav</dc:author>
<dc:subject>arduino, experimentations</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://vvvv.org/tiki-index.php?page=fr:propaganda"><img border="0" src="http://blogmarks.net/screenshots/2009/08/17/41bf10f988dd41e4034795c9630c1b8c.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://vvvv.org/tiki-index.php?page=fr:propaganda">fr:Propaganda | vvvv - a multipurpose toolkit</a></h4>
 
by <a href="http://blogmarks.net/user/dav">dav</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/arduino">arduino</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/experimentations">experimentations</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058469951">Copy</a> | 
<a href="http://blogmarks.net/link/3317500">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Spone/mark/1058464651">
<title>start · Translate Toolkit &amp; Pootle</title>
<link>http://translate.sourceforge.net/wiki/</link>
<description>The Translate project provides tools to make it easier for you to localise. Tools that work with standards based file formats like PO and XLIFF because you deserve the best. Our goal is to make your life as a localiser easier, help you work faster and keep your work at a high quality. </description>
<dc:date>2009-08-12T09:07:41Z</dc:date>
<dc:author>Spone</dc:author>
<dc:subject>standards, traduction, po, gettext, xliff</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://translate.sourceforge.net/wiki/"><img border="0" src="http://blogmarks.net/screenshots/2009/08/12/128270f85cf05bb6846d340d1a585dbf.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://translate.sourceforge.net/wiki/">start · Translate Toolkit &amp; Pootle</a></h4>
 
by <a href="http://blogmarks.net/user/Spone">Spone</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/735196">1 other(s)</a> 
<p class="description">The Translate project provides tools to make it easier for you to localise. Tools that work with standards based file formats like PO and XLIFF because you deserve the best. Our goal is to make your life as a localiser easier, help you work faster and keep your work at a high quality. </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/standards">standards</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/traduction">traduction</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/po">po</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gettext">gettext</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/xliff">xliff</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058464651">Copy</a> | 
<a href="http://blogmarks.net/link/735196">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058451832">
<title>reacTIVision</title>
<link>http://reactivision.sourceforge.net/</link>
<description>&lt;blockquote&gt;&lt;p&gt;reacTIVision is an open source, cross-platform computer vision framework for the fast and robust tracking of fiducial markers attached onto physical objects, as well as for multi-touch finger tracking. It was mainly designed as a toolkit for the rapid development of table-based tangible user interfaces (TUI) and multi-touch interactive surfaces.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-08-02T03:45:48Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>framework, multitouch</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://reactivision.sourceforge.net/"><img border="0" src="http://blogmarks.net/screenshots/2009/08/02/4f56663fe8613388958010418deb3333.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://reactivision.sourceforge.net/">reacTIVision</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>reacTIVision is an open source, cross-platform computer vision framework for the fast and robust tracking of fiducial markers attached onto physical objects, as well as for multi-touch finger tracking. It was mainly designed as a toolkit for the rapid development of table-based tangible user interfaces (TUI) and multi-touch interactive surfaces.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/framework">framework</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/multitouch">multitouch</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058451832">Copy</a> | 
<a href="http://blogmarks.net/link/3303850">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058435260">
<title>Si Begg :: 24 Bit Error Collection</title>
<link>http://sibegg.com/24bit/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Welcome to the microsite for the new Si Begg 4 Track E.P. 24-Bit Error Collection. This is a new exercise in music distribution. I ask you what you want then give it to you. simple as that.&lt;/p&gt;&lt;p&gt;Would you like the MP3's for free.&lt;/p&gt;&lt;p&gt;or...&lt;/p&gt;&lt;p&gt;Would you like to £buy the limited edition beautifully crafted box set including 24bit 44.1khz wavs and exclusive DJ Remix Toolkit, which consists of all track layers and sound samples from the 4-track E.P.&lt;/p&gt;&lt;/blockquote&gt;

Un modèle de partage pour la musique du même type que les logiciels. Version Pro payante avec toutes les features.</description>
<dc:date>2009-07-19T23:36:47Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>musique</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://sibegg.com/24bit/"><img border="0" src="http://blogmarks.net/screenshots/2009/07/19/6afdb25f9b8756228a0bd8927138fd7d.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://sibegg.com/24bit/">Si Begg :: 24 Bit Error Collection</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Welcome to the microsite for the new Si Begg 4 Track E.P. 24-Bit Error Collection. This is a new exercise in music distribution. I ask you what you want then give it to you. simple as that.</p><p>Would you like the MP3's for free.</p><p>or...</p><p>Would you like to £buy the limited edition beautifully crafted box set including 24bit 44.1khz wavs and exclusive DJ Remix Toolkit, which consists of all track layers and sound samples from the 4-track E.P.</p></blockquote>

Un modèle de partage pour la musique du même type que les logiciels. Version Pro payante avec toutes les features.</div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/musique">musique</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058435260">Copy</a> | 
<a href="http://blogmarks.net/link/3290042">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Bastien/mark/1058425869">
<title>gwt-dnd demo - DualListExample</title>
<link>http://allen-sauer.com/com.allen_sauer.gwt.dnd.demo.DragDropDemo/DragDropDemo.html#DualListExample</link>
<description>Drag-and-Drop for your Google Web Toolkit projects</description>
<dc:date>2009-07-12T19:16:55Z</dc:date>
<dc:author>Bastien</dc:author>
<dc:subject>web, google, GWT, code, développer</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://allen-sauer.com/com.allen_sauer.gwt.dnd.demo.DragDropDemo/DragDropDemo.html#DualListExample"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://allen-sauer.com/com.allen_sauer.gwt.dnd.demo.DragDropDemo/DragDropDemo.html#DualListExample">gwt-dnd demo - DualListExample</a></h4>
 
by <a href="http://blogmarks.net/user/Bastien">Bastien</a> 
<p class="description">Drag-and-Drop for your Google Web Toolkit projects</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google">google</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/GWT">GWT</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/d%25C3%25A9velopper">développer</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058425869">Copy</a> | 
<a href="http://blogmarks.net/link/3283492">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ronpish/mark/1058412790">
<title>NETLab Toolkit - NETLab</title>
<link>http://newecologyofthings.wik.is/NETLab_Toolkit</link>
<description></description>
<dc:date>2009-07-03T21:36:14Z</dc:date>
<dc:author>ronpish</dc:author>
<dc:subject>arduino, flash</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://newecologyofthings.wik.is/NETLab_Toolkit"><img border="0" src="http://blogmarks.net/screenshots/2009/07/03/5addddba7fe70e3ab69257a4a4e6e391.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://newecologyofthings.wik.is/NETLab_Toolkit">NETLab Toolkit - NETLab</a></h4>
 
by <a href="http://blogmarks.net/user/ronpish">ronpish</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/arduino">arduino</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=1058412790">Copy</a> | 
<a href="http://blogmarks.net/link/3272343">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jey/mark/1058544844">
<title>Force.com Toolkit for Adobe AIR and Flex</title>
<link>http://www.adobe.com/devnet/salesforce/</link>
<description></description>
<dc:date>2009-06-30T18:20:55Z</dc:date>
<dc:author>jey</dc:author>
<dc:subject>salesforce, flex, flash, ria</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.adobe.com/devnet/salesforce/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.adobe.com/devnet/salesforce/">Force.com Toolkit for Adobe AIR and Flex</a></h4>
 
by <a href="http://blogmarks.net/user/jey">jey</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/salesforce">salesforce</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/flex">flex</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/flash">flash</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ria">ria</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058544844">Copy</a> | 
<a href="http://blogmarks.net/link/3379078">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Fulcanelli/mark/1058369791">
<title>Google Translator Toolkit</title>
<link>http://translate.google.com/toolkit/list#translations/active</link>
<description></description>
<dc:date>2009-06-18T09:58:56Z</dc:date>
<dc:author>Fulcanelli</dc:author>
<dc:subject>google, translation, toolkit</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://translate.google.com/toolkit/list#translations/active"><img border="0" src="http://blogmarks.net/screenshots/2009/06/18/a16f8029ae349db74ecfea0a14cdc8f8.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://translate.google.com/toolkit/list#translations/active">Google Translator Toolkit</a></h4>
 
by <a href="http://blogmarks.net/user/Fulcanelli">Fulcanelli</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google">google</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/translation">translation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/toolkit">toolkit</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058369791">Copy</a> | 
<a href="http://blogmarks.net/link/3235205">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058359068">
<title>JavaScript InfoVis Toolkit - Interactive Data Visualizations for the Web</title>
<link>http://thejit.org/home/</link>
<description>&lt;blockquote&gt;&lt;p&gt;The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-06-11T02:30:09Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>visualization, javascript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://thejit.org/home/"><img border="0" src="http://blogmarks.net/screenshots/2009/06/11/85e227f22d23b95538b5a899bff686f1.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://thejit.org/home/">JavaScript InfoVis Toolkit - Interactive Data Visualizations for the Web</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3221489">1 other(s)</a> 
<div class="description"><blockquote><p>The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/visualization">visualization</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/javascript">javascript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058359068">Copy</a> | 
<a href="http://blogmarks.net/link/3221489">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jakamos/mark/1058355017">
<title>Google Translator Toolkit</title>
<link>http://translate.google.com/toolkit</link>
<description></description>
<dc:date>2009-06-09T11:23:47Z</dc:date>
<dc:author>jakamos</dc:author>
<dc:subject>google</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://translate.google.com/toolkit"><img border="0" src="http://blogmarks.net/screenshots/2009/06/09/51f21c1fe7629aba01df74ab06c3b4e5.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://translate.google.com/toolkit">Google Translator Toolkit</a></h4>
 
by <a href="http://blogmarks.net/user/jakamos">jakamos</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google">google</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058355017">Copy</a> | 
<a href="http://blogmarks.net/link/3223054">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/vrossign/mark/1058353190">
<title>JavaScript InfoVis Toolkit - Interactive Data Visualizations for the Web</title>
<link>http://thejit.org/home/</link>
<description></description>
<dc:date>2009-06-08T09:42:51Z</dc:date>
<dc:author>vrossign</dc:author>
<dc:subject>avoir, web, js, graphs, vizualisation, toolkit</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://thejit.org/home/"><img border="0" src="http://blogmarks.net/screenshots/2009/06/11/85e227f22d23b95538b5a899bff686f1.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://thejit.org/home/">JavaScript InfoVis Toolkit - Interactive Data Visualizations for the Web</a></h4>
 
by <a href="http://blogmarks.net/user/vrossign">vrossign</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3221489">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/avoir">avoir</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/js">js</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/graphs">graphs</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/vizualisation">vizualisation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/toolkit">toolkit</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058353190">Copy</a> | 
<a href="http://blogmarks.net/link/3221489">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ms_michel/mark/1058348019">
<title>Search Engine Optimization Toolkit</title>
<link>http://www.iis.net/extensions/SEOToolkit</link>
<description>Pour analyser le SEO d'un site selon une cinquantaine de règles (y compris un contrôle des balises incorrectes)</description>
<dc:date>2009-06-04T09:38:26Z</dc:date>
<dc:author>ms_michel</dc:author>
<dc:subject>utils, stats</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.iis.net/extensions/SEOToolkit"><img border="0" src="http://blogmarks.net/screenshots/2009/06/04/f18c947282d7681b12239b214db11118.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.iis.net/extensions/SEOToolkit">Search Engine Optimization Toolkit</a></h4>
 
by <a href="http://blogmarks.net/user/ms_michel">ms_michel</a> 
<p class="description">Pour analyser le SEO d'un site selon une cinquantaine de règles (y compris un contrôle des balises incorrectes)</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/utils">utils</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/stats">stats</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058348019">Copy</a> | 
<a href="http://blogmarks.net/link/3217214">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058344802">
<title>Protovis</title>
<link>http://vis.stanford.edu/protovis/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Protovis is a visualization toolkit for JavaScript using SVG.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-06-02T01:45:26Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>javascript, visualization, svg</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://vis.stanford.edu/protovis/"><img border="0" src="http://blogmarks.net/screenshots/2009/06/02/b4336ef7988973a665c164e962e57208.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://vis.stanford.edu/protovis/">Protovis</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3134602">1 other(s)</a> 
<div class="description"><blockquote><p>Protovis is a visualization toolkit for JavaScript using SVG.</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/visualization">visualization</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/svg">svg</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058344802">Copy</a> | 
<a href="http://blogmarks.net/link/3134602">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/decembre/mark/1058548158">
<title>How-To: Search the Social Web - Ultimate Toolkit</title>
<link>http://www.interactiveinsightsgroup.com/blog1/how-to-search-the-social-web-ultimate-toolkit/</link>
<description></description>
<dc:date>2009-04-23T07:57:40Z</dc:date>
<dc:author>decembre</dc:author>
<dc:subject>search, SearchEngine, recherche, social, communaute, tutoriel, tutorial, tool, outil, veille, bib, atelier</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.interactiveinsightsgroup.com/blog1/how-to-search-the-social-web-ultimate-toolkit/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.interactiveinsightsgroup.com/blog1/how-to-search-the-social-web-ultimate-toolkit/">How-To: Search the Social Web - Ultimate Toolkit</a></h4>
 
by <a href="http://blogmarks.net/user/decembre">decembre</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/search">search</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/SearchEngine">SearchEngine</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/recherche">recherche</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/communaute">communaute</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tutoriel">tutoriel</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tutorial">tutorial</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tool">tool</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/outil">outil</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/veille">veille</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bib">bib</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/atelier">atelier</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058548158">Copy</a> | 
<a href="http://blogmarks.net/link/3381834">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>