<?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/thread">
<title>Public marks with search thread</title>
<description>Public marks with search thread</description>
<link>http://blogmarks.net/marks/search/thread</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058589739"/>
<rdf:li resource="http://blogmarks.net/api/user/oseres/mark/1058563800"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058562142"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058547114"/>
<rdf:li resource="http://blogmarks.net/api/user/oqdbpo/mark/1058464346"/>
<rdf:li resource="http://blogmarks.net/api/user/Xavier Lacot/mark/1058363653"/>
<rdf:li resource="http://blogmarks.net/api/user/nicolargo/mark/1058361513"/>
<rdf:li resource="http://blogmarks.net/api/user/blackgoldfish/mark/1058347697"/>
<rdf:li resource="http://blogmarks.net/api/user/Fulcanelli/mark/1058301065"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058186721"/>
<rdf:li resource="http://blogmarks.net/api/user/Spone/mark/1058132796"/>
<rdf:li resource="http://blogmarks.net/api/user/parmentierf/mark/1058108398"/>
<rdf:li resource="http://blogmarks.net/api/user/jean-gael/mark/1058106582"/>
<rdf:li resource="http://blogmarks.net/api/user/delavigne/mark/1058069056"/>
<rdf:li resource="http://blogmarks.net/api/user/helmeloh/mark/1058055923"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1058053076"/>
<rdf:li resource="http://blogmarks.net/api/user/sbrothier/mark/1058039307"/>
<rdf:li resource="http://blogmarks.net/api/user/decembre/mark/1058206216"/>
<rdf:li resource="http://blogmarks.net/api/user/jakamos/mark/1057967965"/>
<rdf:li resource="http://blogmarks.net/api/user/ronyws/mark/1057957101"/>
<rdf:li resource="http://blogmarks.net/api/user/jey/mark/1058545388"/>
<rdf:li resource="http://blogmarks.net/api/user/knann/mark/1057888881"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1057877589"/>
<rdf:li resource="http://blogmarks.net/api/user/Emaux/mark/1057852831"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057808807"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058589739">
<title>Apolis Activism</title>
<link>http://www.apolisactivism.com/?event=vision</link>
<description>&lt;blockquote&gt;&lt;p&gt;Apolis Activism is an independent contemporary brand that began with dreams and thread. Three brothers — Raan, Shea, and Stenn Parton — created a unique bridge between commerce and sustainable development. Through their travels they discovered stories of struggle and survival from visionaries and activists for change. These experiences shaped their perspective, resulting in a union of ideal and action. They anchored this vision in the word Apolis, which translates as a “global citizen” — where there are no flags and no borders, humanity is our common cause and greatest priority.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-23T04:03:18Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>fashion</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.apolisactivism.com/?event=vision"><img border="0" src="http://blogmarks.net/screenshots/2009/11/23/05d9d77b428a3f5d310ec89c132c7ff2.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.apolisactivism.com/?event=vision">Apolis Activism</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Apolis Activism is an independent contemporary brand that began with dreams and thread. Three brothers — Raan, Shea, and Stenn Parton — created a unique bridge between commerce and sustainable development. Through their travels they discovered stories of struggle and survival from visionaries and activists for change. These experiences shaped their perspective, resulting in a union of ideal and action. They anchored this vision in the word Apolis, which translates as a “global citizen” — where there are no flags and no borders, humanity is our common cause and greatest priority.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/fashion">fashion</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058589739">Copy</a> | 
<a href="http://blogmarks.net/link/3414277">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/1058562142">
<title>Threads at daniel shiffman</title>
<link>http://www.shiffman.net/teaching/a2z/threads/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Threading&lt;/p&gt;&lt;p&gt;We’re quite familiar with the idea of writing a program that follows a specific sequence of steps as outlined in, say, a main() function. A Thread is also a series of steps with a beginning, a middle, and an end. A thread’s sequence, however, can run independently of the main program. In fact, we can launch any number of threads at one time and they will all run concurrently. Visit the Java site for a more involved explanation.&lt;/p&gt;&lt;p&gt;This is incredibly useful when it comes to data mining, as we can have separate threads retrieving different pieces of information from the network. If one gets stuck or has an error, the entire program won’t grind to a halt, since the error only stops that individual thread. To create independent, asynchronous threads, we simply extend the Thread class.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-24T11:41:01Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>data, programmation</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.shiffman.net/teaching/a2z/threads/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/24/8933d902554ad7662c22dcfbee4521a6.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.shiffman.net/teaching/a2z/threads/">Threads at daniel shiffman</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Threading</p><p>We’re quite familiar with the idea of writing a program that follows a specific sequence of steps as outlined in, say, a main() function. A Thread is also a series of steps with a beginning, a middle, and an end. A thread’s sequence, however, can run independently of the main program. In fact, we can launch any number of threads at one time and they will all run concurrently. Visit the Java site for a more involved explanation.</p><p>This is incredibly useful when it comes to data mining, as we can have separate threads retrieving different pieces of information from the network. If one gets stuck or has an error, the entire program won’t grind to a halt, since the error only stops that individual thread. To create independent, asynchronous threads, we simply extend the Thread class.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/data">data</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programmation">programmation</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058562142">Copy</a> | 
<a href="http://blogmarks.net/link/3392571">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058547114">
<title>tldr - Interfaces for Large-Scale Online Discussion Spaces</title>
<link>http://demaws.net/projects/tldr</link>
<description>&lt;blockquote&gt;&lt;p&gt;tldr is an application for navigating through large-scale online discussions. The application visualizes structures and patterns within ongoing conversations to let the user browse to content of most interest. In addition to visual overviews, it also incorporates features such as thread summarization, non-linear navigation, multi-dimensional filtering, and various other features that improve the experience of participating in large-discussions.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-11T22:38:21Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>datavisualization, communaute</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://demaws.net/projects/tldr"><img border="0" src="http://blogmarks.net/screenshots/2009/10/11/4f761dd183fde1fd3215d0732742a0f6.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://demaws.net/projects/tldr">tldr - Interfaces for Large-Scale Online Discussion Spaces</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>tldr is an application for navigating through large-scale online discussions. The application visualizes structures and patterns within ongoing conversations to let the user browse to content of most interest. In addition to visual overviews, it also incorporates features such as thread summarization, non-linear navigation, multi-dimensional filtering, and various other features that improve the experience of participating in large-discussions.</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/communaute">communaute</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058547114">Copy</a> | 
<a href="http://blogmarks.net/link/3380972">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/oqdbpo/mark/1058464346">
<title>a tiny thread</title>
<link>http://a.tinythread.com/</link>
<description></description>
<dc:date>2009-08-12T02:24:37Z</dc:date>
<dc:author>oqdbpo</dc:author>
<dc:subject>twitter, service</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://a.tinythread.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/08/12/174e26fcd2901d4d8d2679bec39db7b2.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://a.tinythread.com/">a tiny thread</a></h4>
 
by <a href="http://blogmarks.net/user/oqdbpo">oqdbpo</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/twitter">twitter</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/service">service</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058464346">Copy</a> | 
<a href="http://blogmarks.net/link/3313295">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Xavier Lacot/mark/1058363653">
<title>sfManagedCachePlugin | Recoursive</title>
<link>http://recoursive.com/blog/sfmanagedcacheplugin</link>
<description>The very point of caching is that it's faster and less resource intensive to deliver cached data than creating it on the fly. With existing cache solutions, when the cached data expires, it has to be refreshed while the user waits. In environments that rely heavily on caching, such behavior has the potential to create thread pileups and other cascading failure scenarios.

This plugin introduces a cache manager : when an expired âge is called, then it is directly served from the cache, and then the cache gets asynchronously refreshed.</description>
<dc:date>2009-06-13T11:22:42Z</dc:date>
<dc:author>Xavier Lacot</dc:author>
<dc:subject>cache, symfony, plugin, manager, performance, optimization</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://recoursive.com/blog/sfmanagedcacheplugin"><img border="0" src="http://blogmarks.net/screenshots/2009/06/13/c0b55ffc522732f8907633221f4d1ec0.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://recoursive.com/blog/sfmanagedcacheplugin">sfManagedCachePlugin | Recoursive</a></h4>
 
by <a href="http://blogmarks.net/user/Xavier Lacot">Xavier Lacot</a> 
<p class="description">The very point of caching is that it's faster and less resource intensive to deliver cached data than creating it on the fly. With existing cache solutions, when the cached data expires, it has to be refreshed while the user waits. In environments that rely heavily on caching, such behavior has the potential to create thread pileups and other cascading failure scenarios.

This plugin introduces a cache manager : when an expired âge is called, then it is directly served from the cache, and then the cache gets asynchronously refreshed.</p>
<p class="tags">
<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/symfony">symfony</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/manager">manager</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/optimization">optimization</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058363653">Copy</a> | 
<a href="http://blogmarks.net/link/3229938">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/nicolargo/mark/1058361513">
<title>Master Kernel Thread - Ubuntu Forums</title>
<link>http://ubuntuforums.org/showthread.php?t=311158</link>
<description>Compilation du kernel Linux sous Ubuntu</description>
<dc:date>2009-06-12T09:12:37Z</dc:date>
<dc:author>nicolargo</dc:author>
<dc:subject>ubuntu, kernel, linux</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://ubuntuforums.org/showthread.php?t=311158"><img border="0" src="http://blogmarks.net/screenshots/2009/06/12/583dde7d777eec761d2c168183c52672.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://ubuntuforums.org/showthread.php?t=311158">Master Kernel Thread - Ubuntu Forums</a></h4>
 
by <a href="http://blogmarks.net/user/nicolargo">nicolargo</a> 
<p class="description">Compilation du kernel Linux sous Ubuntu</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ubuntu">ubuntu</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/kernel">kernel</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058361513">Copy</a> | 
<a href="http://blogmarks.net/link/3228066">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/blackgoldfish/mark/1058347697">
<title>Make a Do-Si-Do Book </title>
<link>http://www.etsy.com/storque/how-to/how-tuesday-make-a-do-si-do-book-4019/</link>
<description>Tools

Paper
Scissors
Linen thread
Needle
Bone folder
Awl
Pencil

</description>
<dc:date>2009-06-04T05:10:52Z</dc:date>
<dc:author>blackgoldfish</dc:author>
<dc:subject>GiftIdeas, paper craft, 知多一點點</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.etsy.com/storque/how-to/how-tuesday-make-a-do-si-do-book-4019/"><img border="0" src="http://blogmarks.net/screenshots/2009/06/04/facaff8f0c1ac232e176dde3d41bf447.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.etsy.com/storque/how-to/how-tuesday-make-a-do-si-do-book-4019/">Make a Do-Si-Do Book </a></h4>
 
by <a href="http://blogmarks.net/user/blackgoldfish">blackgoldfish</a> 
<p class="description">Tools

Paper
Scissors
Linen thread
Needle
Bone folder
Awl
Pencil

</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/GiftIdeas">GiftIdeas</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/paper%2Bcraft">paper craft</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/%25E7%259F%25A5%25E5%25A4%259A%25E4%25B8%2580%25E9%25BB%259E%25E9%25BB%259E">知多一點點</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058347697">Copy</a> | 
<a href="http://blogmarks.net/link/3216932">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Fulcanelli/mark/1058301065">
<title>BENCHMARK PAR LE CALCUL DE PI MULTITHREAD multithread, thread, pi, benchmark, algorithme, Source N°49370 Python</title>
<link>http://www.pythonfrance.com/codes/BENCHMARK-CALCUL-PI-MULTITHREAD_49370.aspx</link>
<description></description>
<dc:date>2009-04-27T15:53:33Z</dc:date>
<dc:author>Fulcanelli</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.pythonfrance.com/codes/BENCHMARK-CALCUL-PI-MULTITHREAD_49370.aspx"><img border="0" src="http://blogmarks.net/screenshots/2009/04/27/ce50211ed5180ff27df3d2fe3f09d411.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.pythonfrance.com/codes/BENCHMARK-CALCUL-PI-MULTITHREAD_49370.aspx">BENCHMARK PAR LE CALCUL DE PI MULTITHREAD multithread, thread, pi, benchmark, algorithme, Source N°49370 Python</a></h4>
 
by <a href="http://blogmarks.net/user/Fulcanelli">Fulcanelli</a> 
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058301065">Copy</a> | 
<a href="http://blogmarks.net/link/3176907">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058186721">
<title>Rules sur Flickr : partage de photos !</title>
<link>http://www.flickr.com/photos/laserbread/3163793456/in/pool-1012163@N22</link>
<description>&lt;blockquote&gt;&lt;p&gt;MSCE 1/03/09: blank sheet of paper   old note pad   thread   tape   exacto knife   camera&lt;/p&gt;&lt;/blockquote&gt;

papier et fil</description>
<dc:date>2009-02-06T04:19:11Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>papier</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.flickr.com/photos/laserbread/3163793456/in/pool-1012163@N22"><img border="0" src="http://blogmarks.net/screenshots/2009/02/06/71bb71933bc1e2ab25c356df5f548205.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.flickr.com/photos/laserbread/3163793456/in/pool-1012163@N22">Rules sur Flickr : partage de photos !</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>MSCE 1/03/09: blank sheet of paper   old note pad   thread   tape   exacto knife   camera</p></blockquote>

papier et fil</div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/papier">papier</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058186721">Copy</a> | 
<a href="http://blogmarks.net/link/3079266">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Spone/mark/1058132796">
<title>A visual guide to navigating blog comments | Blog | 1976design.com</title>
<link>http://1976design.com/blog/archive/2003/11/12/comments/</link>
<description>When it comes to following the ebb and flow of comments on blogs, it’s easy to get lost; they’re not laid out in the thread format we see in forums, but in a linear hoppity-skip way that makes a consistent flow of discussion almost impossible to maintain. One comment might not draw a response for a month, by which time fifty other comments may separate the initial post and its follow up.

This is the issue I think I’ve dealt with.</description>
<dc:date>2008-12-18T13:57:32Z</dc:date>
<dc:author>Spone</dc:author>
<dc:subject>blog, comments, design d'information, utilisabilité</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://1976design.com/blog/archive/2003/11/12/comments/"><img border="0" src="http://blogmarks.net/screenshots/2008/12/18/c200c54177d85d4bce34066eaec32feb.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://1976design.com/blog/archive/2003/11/12/comments/">A visual guide to navigating blog comments | Blog | 1976design.com</a></h4>
 
by <a href="http://blogmarks.net/user/Spone">Spone</a> 
<p class="description">When it comes to following the ebb and flow of comments on blogs, it’s easy to get lost; they’re not laid out in the thread format we see in forums, but in a linear hoppity-skip way that makes a consistent flow of discussion almost impossible to maintain. One comment might not draw a response for a month, by which time fifty other comments may separate the initial post and its follow up.

This is the issue I think I’ve dealt with.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/blog">blog</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/comments">comments</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/design%2Bd%2527information">design d'information</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/utilisabilit%25C3%25A9">utilisabilité</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058132796">Copy</a> | 
<a href="http://blogmarks.net/link/3033164">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/parmentierf/mark/1058108398">
<title>Web Workers</title>
<link>http://www.whatwg.org/specs/web-workers/current-work/</link>
<description>This specification defines an API that allows Web application authors to spawn background workers running scripts in parallel to their main page. This allows for thread-like operation with message-passing as the coordination mechanism. </description>
<dc:date>2008-12-10T08:47:41Z</dc:date>
<dc:author>parmentierf</dc:author>
<dc:subject>web, api, webdev</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.whatwg.org/specs/web-workers/current-work/"><img border="0" src="http://blogmarks.net/screenshots/2008/12/10/5a1850bd49365472aba1b89901e7ebf9.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.whatwg.org/specs/web-workers/current-work/">Web Workers</a></h4>
 
by <a href="http://blogmarks.net/user/parmentierf">parmentierf</a> 
<p class="description">This specification defines an API that allows Web application authors to spawn background workers running scripts in parallel to their main page. This allows for thread-like operation with message-passing as the coordination mechanism. </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/api">api</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webdev">webdev</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058108398">Copy</a> | 
<a href="http://blogmarks.net/link/3010713">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jean-gael/mark/1058106582">
<title>WarezRaid • View topic - Dracos66's AD&amp;D Thread (Updated regularly)</title>
<link>http://warezraid.com/viewtopic.php?f=21&amp;t=10627&amp;p=61490</link>
<description></description>
<dc:date>2008-12-08T21:06:37Z</dc:date>
<dc:author>jean-gael</dc:author>
<dc:subject>ad&amp;d</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://warezraid.com/viewtopic.php?f=21&amp;t=10627&amp;p=61490"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://warezraid.com/viewtopic.php?f=21&amp;t=10627&amp;p=61490">WarezRaid • View topic - Dracos66's AD&amp;D Thread (Updated regularly)</a></h4>
 
by <a href="http://blogmarks.net/user/jean-gael">jean-gael</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ad%2526d">ad&d</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058106582">Copy</a> | 
<a href="http://blogmarks.net/link/3009053">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/delavigne/mark/1058069056">
<title>mail-trends - Google Code</title>
<link>http://code.google.com/p/mail-trends/</link>
<description>Mail Trends lets you analyze and visualize your email (as extracted from an IMAP server). You can see:

    * Distribution of messages by year, month, day, day of week and time of day
    * Distribution of messages by size and your top 40 largest messages
    * The top senders, recipients and mailing lists you're on.
    * Distributions of senders, recipients and mailing lists over time
    * The distribution of thread lengths and the lists and people that result in the longest threads </description>
<dc:date>2008-11-24T00:39:43Z</dc:date>
<dc:author>delavigne</dc:author>
<dc:subject>gmail, stats</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://code.google.com/p/mail-trends/"><img border="0" src="http://blogmarks.net/screenshots/2008/11/24/0be085ed67984895a93610ce82291d75.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://code.google.com/p/mail-trends/">mail-trends - Google Code</a></h4>
 
by <a href="http://blogmarks.net/user/delavigne">delavigne</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2717430">5 other(s)</a> 
<p class="description">Mail Trends lets you analyze and visualize your email (as extracted from an IMAP server). You can see:

    * Distribution of messages by year, month, day, day of week and time of day
    * Distribution of messages by size and your top 40 largest messages
    * The top senders, recipients and mailing lists you're on.
    * Distributions of senders, recipients and mailing lists over time
    * The distribution of thread lengths and the lists and people that result in the longest threads </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gmail">gmail</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=1058069056">Copy</a> | 
<a href="http://blogmarks.net/link/2717430">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/helmeloh/mark/1058055923">
<title>Check Your Mysql Server Performance with MySQLTuner -- Debian Admin</title>
<link>http://www.debianadmin.com/check-your-mysql-server-performance-with-mysqltuner.html</link>
<description>MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. Within seconds, it will display statistics about your MySQL installation and the areas where it can be improved.

It’s key to remember that MySQLTuner is a script which can assist you with your server, but it is not the solution to a badly performing MySQL server. The best performance gains come from a thorough review of the queries sent to the server, and an evaluation of the MySQL server itself. A qualified developer in your application’s programming or scripting language should be able to work with a MySQL database administrator to find improvements for your server. Once the server and application are optimized well, you may need to consider hardware upgrades to the physical server itself.

This is a really useful tool for helping to optimize MySQL performance.Understanding the various my.cnf variables and how they affect performance can seem really complicated but this tool takes some of the pain away and makes it easier to understand the effects of each variable.It is especially useful to be able to see the global memory usage, memory usage per thread and the maximum possible memory usage - that is really valuable information that is otherwise complex to calculate.</description>
<dc:date>2008-11-12T01:48:32Z</dc:date>
<dc:author>helmeloh</dc:author>
<dc:subject>programming, debian, mysql</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.debianadmin.com/check-your-mysql-server-performance-with-mysqltuner.html"><img border="0" src="http://blogmarks.net/screenshots/2008/11/12/f82162fb37cb68f473e3c425ce48eeef.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.debianadmin.com/check-your-mysql-server-performance-with-mysqltuner.html">Check Your Mysql Server Performance with MySQLTuner -- Debian Admin</a></h4>
 
by <a href="http://blogmarks.net/user/helmeloh">helmeloh</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2961993">1 other(s)</a> 
<p class="description">MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. Within seconds, it will display statistics about your MySQL installation and the areas where it can be improved.

It’s key to remember that MySQLTuner is a script which can assist you with your server, but it is not the solution to a badly performing MySQL server. The best performance gains come from a thorough review of the queries sent to the server, and an evaluation of the MySQL server itself. A qualified developer in your application’s programming or scripting language should be able to work with a MySQL database administrator to find improvements for your server. Once the server and application are optimized well, you may need to consider hardware upgrades to the physical server itself.

This is a really useful tool for helping to optimize MySQL performance.Understanding the various my.cnf variables and how they affect performance can seem really complicated but this tool takes some of the pain away and makes it easier to understand the effects of each variable.It is especially useful to be able to see the global memory usage, memory usage per thread and the maximum possible memory usage - that is really valuable information that is otherwise complex to calculate.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programming">programming</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/debian">debian</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058055923">Copy</a> | 
<a href="http://blogmarks.net/link/2961993">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1058053076">
<title>Check Your Mysql Server Performance with MySQLTuner -- Debian Admin</title>
<link>http://www.debianadmin.com/check-your-mysql-server-performance-with-mysqltuner.html</link>
<description>MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. Within seconds, it will display statistics about your MySQL installation and the areas where it can be improved.

It’s key to remember that MySQLTuner is a script which can assist you with your server, but it is not the solution to a badly performing MySQL server. The best performance gains come from a thorough review of the queries sent to the server, and an evaluation of the MySQL server itself. A qualified developer in your application’s programming or scripting language should be able to work with a MySQL database administrator to find improvements for your server. Once the server and application are optimized well, you may need to consider hardware upgrades to the physical server itself.

This is a really useful tool for helping to optimize MySQL performance.Understanding the various my.cnf variables and how they affect performance can seem really complicated but this tool takes some of the pain away and makes it easier to understand the effects of each variable.It is especially useful to be able to see the global memory usage, memory usage per thread and the maximum possible memory usage - that is really valuable information that is otherwise complex to calculate.</description>
<dc:date>2008-11-09T16:35:15Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>debian, server, mysql, application, script, performance, configuration, admin, optimize, database, programming</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.debianadmin.com/check-your-mysql-server-performance-with-mysqltuner.html"><img border="0" src="http://blogmarks.net/screenshots/2008/11/12/f82162fb37cb68f473e3c425ce48eeef.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.debianadmin.com/check-your-mysql-server-performance-with-mysqltuner.html">Check Your Mysql Server Performance with MySQLTuner -- Debian Admin</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2961993">1 other(s)</a> 
<p class="description">MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. Within seconds, it will display statistics about your MySQL installation and the areas where it can be improved.

It’s key to remember that MySQLTuner is a script which can assist you with your server, but it is not the solution to a badly performing MySQL server. The best performance gains come from a thorough review of the queries sent to the server, and an evaluation of the MySQL server itself. A qualified developer in your application’s programming or scripting language should be able to work with a MySQL database administrator to find improvements for your server. Once the server and application are optimized well, you may need to consider hardware upgrades to the physical server itself.

This is a really useful tool for helping to optimize MySQL performance.Understanding the various my.cnf variables and how they affect performance can seem really complicated but this tool takes some of the pain away and makes it easier to understand the effects of each variable.It is especially useful to be able to see the global memory usage, memory usage per thread and the maximum possible memory usage - that is really valuable information that is otherwise complex to calculate.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/debian">debian</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/server">server</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/application">application</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/script">script</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/configuration">configuration</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/admin">admin</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/optimize">optimize</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/database">database</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programming">programming</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058053076">Copy</a> | 
<a href="http://blogmarks.net/link/2961993">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sbrothier/mark/1058039307">
<title>gReader Comments</title>
<link>http://www.sixteenseven.com/gReader/</link>
<description>gReader Comments is a Greasemonkey script-turned-extension for Firefox that brings all Disqus conversations into Google Reader. All entries will have a comment thread (regardless of Disqus integration on that site), but more importantly you will be able to join the existing conversation for blogs that use Disqus.</description>
<dc:date>2008-10-27T16:33:21Z</dc:date>
<dc:author>sbrothier</dc:author>
<dc:subject>google, firefox, comments, plugin</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.sixteenseven.com/gReader/"><img border="0" src="http://blogmarks.net/screenshots/2008/10/27/7474524d36f7de545bac47396c6800ab.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.sixteenseven.com/gReader/">gReader Comments</a></h4>
 
by <a href="http://blogmarks.net/user/sbrothier">sbrothier</a> 
<p class="description">gReader Comments is a Greasemonkey script-turned-extension for Firefox that brings all Disqus conversations into Google Reader. All entries will have a comment thread (regardless of Disqus integration on that site), but more importantly you will be able to join the existing conversation for blogs that use Disqus.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google">google</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/firefox">firefox</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/comments">comments</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/plugin">plugin</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058039307">Copy</a> | 
<a href="http://blogmarks.net/link/2949220">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/decembre/mark/1058206216">
<title>How to download the largest Flickr photo with comments!___YouTube -</title>
<link>http://uk.youtube.com/watch?v=2CjOOz_qnGA</link>
<description>Here is my workflow which allows me to download the largest photo (available) from Flickr (from the main photo page) inclusive of the relevant metadata attributed to the user and the reason for its being.Once you have set everything up, simply downloading the photo will include the following data inside it:  The Title of the photo The URL of the photo Any selected text e.g. the comments FireFox version 2 (met.a only works with FF2, for now) met.a: http://lovelago.googlepages.com/home2 GreaseMonkey for FireFox: https://addons.mozilla.org/en-US/fire... Flickr Largest Image Replacement script: http://anythreewords.com/gwsf/flickr_... / (Thread: http://www.flickr.com/groups/guesswhe... )  Aperture: http://www.apple.com/aperture/ Maperture plug-in: http://www.ubermind.com/products/mape...  http://www.flickrleech.net/ (use for browsing Flickr @ 200/photos a page)</description>
<dc:date>2008-10-14T07:55:02Z</dc:date>
<dc:author>decembre</dc:author>
<dc:subject>tutoriel, youtube, video, flickr, FlickrSurf+</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://uk.youtube.com/watch?v=2CjOOz_qnGA"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://uk.youtube.com/watch?v=2CjOOz_qnGA">How to download the largest Flickr photo with comments!___YouTube -</a></h4>
 
by <a href="http://blogmarks.net/user/decembre">decembre</a> 
<p class="description">Here is my workflow which allows me to download the largest photo (available) from Flickr (from the main photo page) inclusive of the relevant metadata attributed to the user and the reason for its being.Once you have set everything up, simply downloading the photo will include the following data inside it:  The Title of the photo The URL of the photo Any selected text e.g. the comments FireFox version 2 (met.a only works with FF2, for now) met.a: http://lovelago.googlepages.com/home2 GreaseMonkey for FireFox: https://addons.mozilla.org/en-US/fire... Flickr Largest Image Replacement script: http://anythreewords.com/gwsf/flickr_... / (Thread: http://www.flickr.com/groups/guesswhe... )  Aperture: http://www.apple.com/aperture/ Maperture plug-in: http://www.ubermind.com/products/mape...  http://www.flickrleech.net/ (use for browsing Flickr @ 200/photos a page)</p>
<p class="tags">
<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/youtube">youtube</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/flickr">flickr</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/FlickrSurf%252B">FlickrSurf+</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058206216">Copy</a> | 
<a href="http://blogmarks.net/link/3097235">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jakamos/mark/1057967965">
<title>noName CMS | free underground cms</title>
<link>http://www.noname-cms.org/</link>
<description>http://board.gulli.com/thread/1209553-noname-script---1-free-scene-cms/

http://xtra.kilu.de/evo/index.php</description>
<dc:date>2008-09-01T05:38:15Z</dc:date>
<dc:author>jakamos</dc:author>
<dc:subject>WebMaster.CMS</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.noname-cms.org/"><img border="0" src="http://blogmarks.net/screenshots/2008/09/01/37d99a96470a66b9567ec187cab5a500.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.noname-cms.org/">noName CMS | free underground cms</a></h4>
 
by <a href="http://blogmarks.net/user/jakamos">jakamos</a> 
<p class="description">http://board.gulli.com/thread/1209553-noname-script---1-free-scene-cms/

http://xtra.kilu.de/evo/index.php</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/WebMaster.CMS">WebMaster.CMS</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057967965">Copy</a> | 
<a href="http://blogmarks.net/link/2886435">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ronyws/mark/1057957101">
<title>The Golden Thread</title>
<link>http://www.thegoldenthreadreviews.com/</link>
<description>Hi Everyone...
Michael Cheney has given me a report about &quot;The Golden Thread&quot; and i have just finished reading it,  and let me tell you something… I read it from cover-to-cover TWICE because I couldn’t believe Michael Cheney said &quot;You can make money from internet even if you don’t have a product, list or even a website !&quot;</description>
<dc:date>2008-08-23T00:30:37Z</dc:date>
<dc:author>ronyws</dc:author>
<dc:subject>internet marketing, michael cheney, Buy The Golden Thread, The Golden Thread Bonus, The Golden Thread Review, The Golden Thread, Golden Thread, make money online</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.thegoldenthreadreviews.com/"><img border="0" src="http://blogmarks.net/screenshots/2008/08/23/1c24dd72de3e62d8d1248372aed40d1f.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.thegoldenthreadreviews.com/">The Golden Thread</a></h4>
 
by <a href="http://blogmarks.net/user/ronyws">ronyws</a> 
<p class="description">Hi Everyone...
Michael Cheney has given me a report about "The Golden Thread" and i have just finished reading it,  and let me tell you something… I read it from cover-to-cover TWICE because I couldn’t believe Michael Cheney said "You can make money from internet even if you don’t have a product, list or even a website !"</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/internet%2Bmarketing">internet marketing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/michael%2Bcheney">michael cheney</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Buy%2BThe%2BGolden%2BThread">Buy The Golden Thread</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/The%2BGolden%2BThread%2BBonus">The Golden Thread Bonus</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/The%2BGolden%2BThread%2BReview">The Golden Thread Review</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/The%2BGolden%2BThread">The Golden Thread</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Golden%2BThread">Golden Thread</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/make%2Bmoney%2Bonline">make money online</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057957101">Copy</a> | 
<a href="http://blogmarks.net/link/2876713">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jey/mark/1058545388">
<title>Sun Java Real-Time System 2.1 Thread Scheduling Visualizer</title>
<link>http://java.sun.com/javase/technologies/realtime/reference/TSV/JavaRTS-TSV.html</link>
<description></description>
<dc:date>2008-08-04T11:42:52Z</dc:date>
<dc:author>jey</dc:author>
<dc:subject>concurrency, realtime, java, visualization</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://java.sun.com/javase/technologies/realtime/reference/TSV/JavaRTS-TSV.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://java.sun.com/javase/technologies/realtime/reference/TSV/JavaRTS-TSV.html">Sun Java Real-Time System 2.1 Thread Scheduling Visualizer</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/concurrency">concurrency</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/realtime">realtime</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/visualization">visualization</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058545388">Copy</a> | 
<a href="http://blogmarks.net/link/3379533">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/knann/mark/1057888881">
<title>Digital Storytelling- Part VI VoiceThread</title>
<link>http://langwitches.org/blog/2008/06/19/digital-storytelling-part-vi-voicethread/</link>
<description>Great explanation of using Voice Thread with students</description>
<dc:date>2008-06-21T11:38:50Z</dc:date>
<dc:author>knann</dc:author>
<dc:subject>district, esvt, hsvt, msvt, technology integration, interactive slideshow</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://langwitches.org/blog/2008/06/19/digital-storytelling-part-vi-voicethread/"><img border="0" src="http://blogmarks.net/screenshots/2008/06/21/d86e421c888eec401183c5eb86e3bae3.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://langwitches.org/blog/2008/06/19/digital-storytelling-part-vi-voicethread/">Digital Storytelling- Part VI VoiceThread</a></h4>
 
by <a href="http://blogmarks.net/user/knann">knann</a> 
<p class="description">Great explanation of using Voice Thread with students</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/district">district</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/esvt">esvt</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hsvt">hsvt</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/msvt">msvt</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/technology%2Bintegration">technology integration</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/interactive%2Bslideshow">interactive slideshow</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057888881">Copy</a> | 
<a href="http://blogmarks.net/link/2818418">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1057877589">
<title>SkyscraperCity - View Single Post - Japan Mass Transit Thread</title>
<link>http://www.skyscrapercity.com/showpost.php?s=9b41892e8f99c05aa6fa15f31fd25031&amp;p=19230136&amp;postcount=999</link>
<description>&lt;blockquote&gt;&lt;p&gt;Tokyo Metro fukutoshin line Shibuya station&lt;/p&gt;&lt;/blockquote&gt;

photos</description>
<dc:date>2008-06-12T09:37:06Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>japon, tokyo</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.skyscrapercity.com/showpost.php?s=9b41892e8f99c05aa6fa15f31fd25031&amp;p=19230136&amp;postcount=999"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.skyscrapercity.com/showpost.php?s=9b41892e8f99c05aa6fa15f31fd25031&amp;p=19230136&amp;postcount=999">SkyscraperCity - View Single Post - Japan Mass Transit Thread</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Tokyo Metro fukutoshin line Shibuya station</p></blockquote>

photos</div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/japon">japon</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tokyo">tokyo</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057877589">Copy</a> | 
<a href="http://blogmarks.net/link/2808554">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Emaux/mark/1057852831">
<title>Main Page - AlsaProject</title>
<link>http://www.alsa-project.org/main/index.php/Main_Page</link>
<description>The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system. ALSA has the following significant features: 
Efficient support for all types of audio interfaces, from consumer sound cards to professional multichannel audio interfaces. 
Fully modularized sound drivers. 
SMP and thread-safe design. 
User space library (alsa-lib) to simplify application programming and provide higher level functionality. 
Support for the older Open Sound System (OSS) API, providing binary compatibility for most OSS programs.</description>
<dc:date>2008-05-23T22:07:40Z</dc:date>
<dc:author>Emaux</dc:author>
<dc:subject>audio, midi, library, linux, programmation, informatique musicale</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.alsa-project.org/main/index.php/Main_Page"><img border="0" src="http://blogmarks.net/screenshots/2008/05/23/bc3ef1a8bd9d620bd1df585ed12727bd.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.alsa-project.org/main/index.php/Main_Page">Main Page - AlsaProject</a></h4>
 
by <a href="http://blogmarks.net/user/Emaux">Emaux</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2486170">2 other(s)</a> 
<p class="description">The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system. ALSA has the following significant features: 
Efficient support for all types of audio interfaces, from consumer sound cards to professional multichannel audio interfaces. 
Fully modularized sound drivers. 
SMP and thread-safe design. 
User space library (alsa-lib) to simplify application programming and provide higher level functionality. 
Support for the older Open Sound System (OSS) API, providing binary compatibility for most OSS programs.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/audio">audio</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/midi">midi</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/library">library</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programmation">programmation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/informatique%2Bmusicale">informatique musicale</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057852831">Copy</a> | 
<a href="http://blogmarks.net/link/2486170">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057808807">
<title>How To Set Up A Debian Linux WebCam Server Using a USB Web Cam</title>
<link>http://www.aboutdebian.com/webcam.htm</link>
<description>First and foremost, be prepared to have some patience when trying to get a USB cam to work under Linux. In trying to get mine to work, I searched many a newsgroup thread only to find there was only one message in the thread, the original question stating the problem. i.e. no one had an answer for the person who posted the question so you may be on your own trying to get your cam to work. Often times the same camera model will use different drivers for different sub-models (ex: not all QuickCam Express sub-models use the same driver). However, my trials and tribulations were a good learning experience and I'll share what I learned here to hopefully make your setup easier.
</description>
<dc:date>2008-04-23T07:10:19Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>linux, web, debian, server, setup, share, usb, webcam</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.aboutdebian.com/webcam.htm"><img border="0" src="http://blogmarks.net/screenshots/2008/04/23/ac041beabd6e1c4c99333550fa02e84c.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.aboutdebian.com/webcam.htm">How To Set Up A Debian Linux WebCam Server Using a USB Web Cam</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1490110">1 other(s)</a> 
<p class="description">First and foremost, be prepared to have some patience when trying to get a USB cam to work under Linux. In trying to get mine to work, I searched many a newsgroup thread only to find there was only one message in the thread, the original question stating the problem. i.e. no one had an answer for the person who posted the question so you may be on your own trying to get your cam to work. Often times the same camera model will use different drivers for different sub-models (ex: not all QuickCam Express sub-models use the same driver). However, my trials and tribulations were a good learning experience and I'll share what I learned here to hopefully make your setup easier.
</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</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/debian">debian</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/server">server</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/setup">setup</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/share">share</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/usb">usb</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webcam">webcam</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057808807">Copy</a> | 
<a href="http://blogmarks.net/link/1490110">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>