<?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/offer">
<title>Public marks with search offer</title>
<description>Public marks with search offer</description>
<link>http://blogmarks.net/marks/search/offer</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/ghis/mark/1058628075"/>
<rdf:li resource="http://blogmarks.net/api/user/Spone/mark/1058627012"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058626105"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058619394"/>
<rdf:li resource="http://blogmarks.net/api/user/rikuniaku97/mark/1058606251"/>
<rdf:li resource="http://blogmarks.net/api/user/srcmax/mark/1058605378"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058604766"/>
<rdf:li resource="http://blogmarks.net/api/user/decembre/mark/1058592757"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058596153"/>
<rdf:li resource="http://blogmarks.net/api/user/gregg/mark/1058573155"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058569288"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058596346"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1058564583"/>
<rdf:li resource="http://blogmarks.net/api/user/blackgoldfish/mark/1058563216"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058596420"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058596546"/>
<rdf:li resource="http://blogmarks.net/api/user/garret/mark/1058539525"/>
<rdf:li resource="http://blogmarks.net/api/user/garret/mark/1058539518"/>
<rdf:li resource="http://blogmarks.net/api/user/sbrothier/mark/1058521316"/>
<rdf:li resource="http://blogmarks.net/api/user/blackgoldfish/mark/1058510681"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058503918"/>
<rdf:li resource="http://blogmarks.net/api/user/sbrothier/mark/1058495877"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058596896"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058596963"/>
<rdf:li resource="http://blogmarks.net/api/user/decembre/mark/1058547822"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/ghis/mark/1058628075">
<title>Most Popular Featured Desktops of 2009 - Best of 2009 - Lifehacker</title>
<link>http://lifehacker.com/5429064/most-popular-featured-desktops-of-2009</link>
<description>Our readers have submitted thousands of screenshots of their best desktop configurations, and over the year we've featured some truly impressive and unique desktops with you. Here's a look back at some of the best this year had to offer.</description>
<dc:date>2009-12-22T22:48:03Z</dc:date>
<dc:author>ghis</dc:author>
<dc:subject>desktop, design patterns</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://lifehacker.com/5429064/most-popular-featured-desktops-of-2009"><img border="0" src="http://blogmarks.net/screenshots/2009/12/22/040a5d97b8e7d1500e85024505929b3a.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://lifehacker.com/5429064/most-popular-featured-desktops-of-2009">Most Popular Featured Desktops of 2009 - Best of 2009 - Lifehacker</a></h4>
 
by <a href="http://blogmarks.net/user/ghis">ghis</a> 
<p class="description">Our readers have submitted thousands of screenshots of their best desktop configurations, and over the year we've featured some truly impressive and unique desktops with you. Here's a look back at some of the best this year had to offer.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/desktop">desktop</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/design%2Bpatterns">design patterns</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058628075">Copy</a> | 
<a href="http://blogmarks.net/link/3445382">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Spone/mark/1058627012">
<title>Daring Fireball: A Liberal, Accurate Regex Pattern for Matching URLs</title>
<link>http://daringfireball.net/2009/11/liberal_regex_for_matching_urls</link>
<description>A common programming problem: identify the URLs in an arbitrary string of text, where by “arbitrary” let’s agree we mean something unstructured such as an email message or a tweet. I offer a solution, in the form of the following regex pattern...</description>
<dc:date>2009-12-21T17:38:43Z</dc:date>
<dc:author>Spone</dc:author>
<dc:subject>regexp, regex, url, ressources, référence</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://daringfireball.net/2009/11/liberal_regex_for_matching_urls"><img border="0" src="http://blogmarks.net/screenshots/2009/12/21/9c3505d505573a6af525b008749cb7ed.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://daringfireball.net/2009/11/liberal_regex_for_matching_urls">Daring Fireball: A Liberal, Accurate Regex Pattern for Matching URLs</a></h4>
 
by <a href="http://blogmarks.net/user/Spone">Spone</a> 
<p class="description">A common programming problem: identify the URLs in an arbitrary string of text, where by “arbitrary” let’s agree we mean something unstructured such as an email message or a tweet. I offer a solution, in the form of the following regex pattern...</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/regexp">regexp</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/regex">regex</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/url">url</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ressources">ressources</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/r%25C3%25A9f%25C3%25A9rence">référence</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058627012">Copy</a> | 
<a href="http://blogmarks.net/link/3444473">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058626105">
<title>enriquepablo / nl / wiki / Home — bitbucket.org</title>
<link>http://bitbucket.org/enriquepablo/nl/wiki/Home</link>
<description>&lt;blockquote&gt;&lt;p&gt;nl is a python library, that exposes a declarative API that allows us to build sentences and rules. These are used as input for a knowledge base built on the CLIPS production system. CLIPS builds a Rete network with the rules and sentences, which can then be queried for the consecuences of those in a most efficient way.&lt;/p&gt;&lt;p&gt;The main claim of nl is to offer a syntax that can accommodate any coherent theory that we may build with the natural language (in the same sense as something like the semantic web's OWL-Full would), while at the same time being based on a simple finite domain first order theory. This theory is NL, a discussion of which can be found here. This discussion is probably required reading to understand the breadth and the limits of nl, but not to start using it.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-12-20T13:10:28Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, langue, parser</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://bitbucket.org/enriquepablo/nl/wiki/Home"><img border="0" src="http://blogmarks.net/screenshots/2009/12/20/974c660d388d02199ef64bc74268bd68.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://bitbucket.org/enriquepablo/nl/wiki/Home">enriquepablo / nl / wiki / Home — bitbucket.org</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>nl is a python library, that exposes a declarative API that allows us to build sentences and rules. These are used as input for a knowledge base built on the CLIPS production system. CLIPS builds a Rete network with the rules and sentences, which can then be queried for the consecuences of those in a most efficient way.</p><p>The main claim of nl is to offer a syntax that can accommodate any coherent theory that we may build with the natural language (in the same sense as something like the semantic web's OWL-Full would), while at the same time being based on a simple finite domain first order theory. This theory is NL, a discussion of which can be found here. This discussion is probably required reading to understand the breadth and the limits of nl, but not to start using it.</p></blockquote></div>
<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/langue">langue</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058626105">Copy</a> | 
<a href="http://blogmarks.net/link/3443718">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058619394">
<title>(Field)</title>
<link>http://openendedgroup.com/field/wiki</link>
<description>&lt;blockquote&gt;&lt;p&gt;— a development environment for making digital art&lt;/p&gt;&lt;p&gt;Field is an open-source software project initiated by OpenEnded Group, for the creation of their digital artworks. It is an environment for writing code to rapidly and experimentally assemble and explore algorithmic systems. It is visual, it is hybrid, it is code-based. We think that it has something to offer a diverse range of programmers and artists.&lt;/p&gt;&lt;p&gt;Based on ideas started at the MIT Media Lab, Field was in development in-house for around 6 years. But for the last 16 months it has been quietly available online as an open source project. We are pleased to announce the initial &quot;beta&quot; binary open-source releases for Intel-based Macs OS X 10.5 or 10.6.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-12-13T04:50:36Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, programmation, nodebox, datavisualization</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://openendedgroup.com/field/wiki"><img border="0" src="http://blogmarks.net/screenshots/2009/12/13/4e863d66fa589b6fe1e5a2fdcb5075d3.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://openendedgroup.com/field/wiki">(Field)</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>— a development environment for making digital art</p><p>Field is an open-source software project initiated by OpenEnded Group, for the creation of their digital artworks. It is an environment for writing code to rapidly and experimentally assemble and explore algorithmic systems. It is visual, it is hybrid, it is code-based. We think that it has something to offer a diverse range of programmers and artists.</p><p>Based on ideas started at the MIT Media Lab, Field was in development in-house for around 6 years. But for the last 16 months it has been quietly available online as an open source project. We are pleased to announce the initial "beta" binary open-source releases for Intel-based Macs OS X 10.5 or 10.6.</p></blockquote></div>
<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/programmation">programmation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/nodebox">nodebox</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/datavisualization">datavisualization</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058619394">Copy</a> | 
<a href="http://blogmarks.net/link/3438206">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/rikuniaku97/mark/1058606251">
<title>Leros Limousine - Global Ground Transportation</title>
<link>www.leroslimo.com</link>
<description>When you think of superlative chauffeured service… you think of safety, reliability, cleanliness, and professionalism. It is no wonder that local and global organizations like Westchester Magazine and American Express have recognized Leros commitment to superlative ground transportation &amp; limousine services. The Leros fleet features only the highest quality, latest model luxury vehicles including sedans, SUVs, limousines, minibuses, and vans.
Leros corporate services offer customized programs based on your specific needs to include: personal travel, group travel, road shows, private fleet transportation, and meetings and events.

LEROS chauffeurs are among the best in the industry.

Site designed and developed by www.icube-newyork.com (W3 Silver Award 2008)
Video produced by Gilles Vidal of www.invioo.tv</description>
<dc:date>2009-12-06T05:57:45Z</dc:date>
<dc:author>rikuniaku97</dc:author>
<dc:subject>video, Karl Doyle, limo, Laurent Badessi, limousine, 321go, icube-newyork, photography, outside the pixel, aurelien coste, 321-go.us, invioo.tv, jon kayser, gilles vidal, ground transportation, Eric Vidal, Corporate Services, luxury, cms, insitemarketing.com</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="www.leroslimo.com"><img border="0" src="http://blogmarks.net/screenshots/2009/12/06/19da9cefdd588635ccb569eca56c45e7.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="www.leroslimo.com">Leros Limousine - Global Ground Transportation</a></h4>
 
by <a href="http://blogmarks.net/user/rikuniaku97">rikuniaku97</a> 
<p class="description">When you think of superlative chauffeured service… you think of safety, reliability, cleanliness, and professionalism. It is no wonder that local and global organizations like Westchester Magazine and American Express have recognized Leros commitment to superlative ground transportation & limousine services. The Leros fleet features only the highest quality, latest model luxury vehicles including sedans, SUVs, limousines, minibuses, and vans.
Leros corporate services offer customized programs based on your specific needs to include: personal travel, group travel, road shows, private fleet transportation, and meetings and events.

LEROS chauffeurs are among the best in the industry.

Site designed and developed by www.icube-newyork.com (W3 Silver Award 2008)
Video produced by Gilles Vidal of www.invioo.tv</p>
<p class="tags">
<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/Karl%2BDoyle">Karl Doyle</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/limo">limo</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Laurent%2BBadessi">Laurent Badessi</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/limousine">limousine</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/321go">321go</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/icube-newyork">icube-newyork</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/photography">photography</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/outside%2Bthe%2Bpixel">outside the pixel</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/aurelien%2Bcoste">aurelien coste</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/321-go.us">321-go.us</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/invioo.tv">invioo.tv</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/jon%2Bkayser">jon kayser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gilles%2Bvidal">gilles vidal</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ground%2Btransportation">ground transportation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Eric%2BVidal">Eric Vidal</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Corporate%2BServices">Corporate Services</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/luxury">luxury</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cms">cms</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/insitemarketing.com">insitemarketing.com</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058606251">Copy</a> | 
<a href="http://blogmarks.net/link/3427090">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/srcmax/mark/1058605378">
<title>YouTube Audio Transcription</title>
<link>http://googlesystem.blogspot.com/2009/11/youtube-audio-transcription.html</link>
<description>&lt;blockquote&gt;
&lt;p&gt;YouTube added a feature that generates video captions. &quot;We've combined Google's automatic speech recognition (ASR) technology with the YouTube caption system to offer automatic captions, or auto-caps for short. Auto-caps use the same voice recognition algorithms in Google Voice to automatically generate captions for video.&quot;&lt;/p&gt;
&lt;/blockquote&gt;</description>
<dc:date>2009-11-30T15:48:34Z</dc:date>
<dc:author>srcmax</dc:author>
<dc:subject>google, video, sous-titrage, youtube</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://googlesystem.blogspot.com/2009/11/youtube-audio-transcription.html"><img border="0" src="http://blogmarks.net/screenshots/2009/11/30/4909dfb9644c4283ed10ced752ba3b3c.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://googlesystem.blogspot.com/2009/11/youtube-audio-transcription.html">YouTube Audio Transcription</a></h4>
 
by <a href="http://blogmarks.net/user/srcmax">srcmax</a> 
<div class="description"><blockquote>
<p>YouTube added a feature that generates video captions. "We've combined Google's automatic speech recognition (ASR) technology with the YouTube caption system to offer automatic captions, or auto-caps for short. Auto-caps use the same voice recognition algorithms in Google Voice to automatically generate captions for video."</p>
</blockquote></div>
<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/video">video</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sous-titrage">sous-titrage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/youtube">youtube</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058605378">Copy</a> | 
<a href="http://blogmarks.net/link/3426380">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058604766">
<title>hyperurbain » Archive du blog » « 3D mash-up maps let you ‘edit’ the world»  (New Scientist)</title>
<link>http://www.hyperurbain.org/?p=955</link>
<description>&lt;blockquote&gt;&lt;p&gt;ARMCHAIR explorers who soar over 3D cityscapes on their computer may be used to the idea of maps with an extra dimension. But they are now getting accurate enough to offer much more than a preview of your next holiday destination. Accurate, large-scale 3D maps could soon change the way we design, manage and relate to our urban environments.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-29T21:53:53Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>3d, cartographie, architecture</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.hyperurbain.org/?p=955"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.hyperurbain.org/?p=955">hyperurbain » Archive du blog » « 3D mash-up maps let you ‘edit’ the world»  (New Scientist)</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>ARMCHAIR explorers who soar over 3D cityscapes on their computer may be used to the idea of maps with an extra dimension. But they are now getting accurate enough to offer much more than a preview of your next holiday destination. Accurate, large-scale 3D maps could soon change the way we design, manage and relate to our urban environments.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/3d">3d</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cartographie">cartographie</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/architecture">architecture</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058604766">Copy</a> | 
<a href="http://blogmarks.net/link/3425862">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/decembre/mark/1058592757">
<title>How to Use DVD Shrink - Quick, easy-to-use guide for those unfamiliar with the DVD Shrink program.</title>
<link>http://www.zeropaid.com/news/9425/how_to_use_dvd_shrink/</link>
<description>Recently, compressed domain transcoders have reached quite some popularity. These transcoders are based on algorithms designed to recompress an MPEG-2 stream in real-time for TV broadcast. These programs can transcode an entire DVD movie in only a few minutes, because they do not have to decode and re-encode the entire video stream, but only part of it. I will not go into a detailed explanation of the mechanisms used as they are quite involved but basically what you get is a size (and hence quality) reduction per time unit that cannot be rivaled by regular MPEG-2 encoders (though the latter category can yield better quality). DVD2One was the first program to be based on these principles, now DVD Shrink is the first free program to offer this functionality.</description>
<dc:date>2009-11-21T19:09:19Z</dc:date>
<dc:author>decembre</dc:author>
<dc:subject>rip, dvd, MPEG-2, howto, video, film, tutoriel, tutorial</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.zeropaid.com/news/9425/how_to_use_dvd_shrink/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.zeropaid.com/news/9425/how_to_use_dvd_shrink/">How to Use DVD Shrink - Quick, easy-to-use guide for those unfamiliar with the DVD Shrink program.</a></h4>
 
by <a href="http://blogmarks.net/user/decembre">decembre</a> 
<p class="description">Recently, compressed domain transcoders have reached quite some popularity. These transcoders are based on algorithms designed to recompress an MPEG-2 stream in real-time for TV broadcast. These programs can transcode an entire DVD movie in only a few minutes, because they do not have to decode and re-encode the entire video stream, but only part of it. I will not go into a detailed explanation of the mechanisms used as they are quite involved but basically what you get is a size (and hence quality) reduction per time unit that cannot be rivaled by regular MPEG-2 encoders (though the latter category can yield better quality). DVD2One was the first program to be based on these principles, now DVD Shrink is the first free program to offer this functionality.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rip">rip</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dvd">dvd</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/MPEG-2">MPEG-2</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/howto">howto</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/film">film</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>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058592757">Copy</a> | 
<a href="http://blogmarks.net/link/3416725">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058596153">
<title>Learn More About Our Revolutionary Online Payment and Shopping Cart Platform</title>
<link>http://www.trialpay.com/</link>
<description>TrialPay’s unique e-commerce solutions increase the probability of conversion and maximize the profit of each transaction:      *       Get It Free        For browsers who don't plan on buying, TrialPay provides thousands of ways to Get It Free by completing one offer from premier brands.     *       Purchase Incentives        For shoppers who are contemplating a purchase, Purchase Incentives provide a compelling reason to follow through.     *       Transaction Ads        Transaction Ads provide free brand exposure and pay-for-performance advertising to create the most cost-effective model available.</description>
<dc:date>2009-11-21T19:07:14Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>trial, embed, service, ecommerce, shopping</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.trialpay.com/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.trialpay.com/">Learn More About Our Revolutionary Online Payment and Shopping Cart Platform</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
<p class="description">TrialPay’s unique e-commerce solutions increase the probability of conversion and maximize the profit of each transaction:      *       Get It Free        For browsers who don't plan on buying, TrialPay provides thousands of ways to Get It Free by completing one offer from premier brands.     *       Purchase Incentives        For shoppers who are contemplating a purchase, Purchase Incentives provide a compelling reason to follow through.     *       Transaction Ads        Transaction Ads provide free brand exposure and pay-for-performance advertising to create the most cost-effective model available.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/trial">trial</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/embed">embed</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/service">service</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ecommerce">ecommerce</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/shopping">shopping</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058596153">Copy</a> | 
<a href="http://blogmarks.net/link/3419718">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/gregg/mark/1058573155">
<title>Multimedia Standards (Beta) - A comprehensive resource for multimedia journalists</title>
<link>http://www.multimediastandards.org/</link>
<description>Our aim is to offer insights from top industry leaders on the state of multimedia journalism. We also provide guidelines based on their comments, information about conferences and awards, the ability to submit and critique projects and an in-depth list of resources</description>
<dc:date>2009-11-05T18:51:07Z</dc:date>
<dc:author>gregg</dc:author>
<dc:subject>multimédia, journalisme</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.multimediastandards.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/05/e5fadaaa3bd2e2ecb0ec3e6bccbb27bc.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.multimediastandards.org/">Multimedia Standards (Beta) - A comprehensive resource for multimedia journalists</a></h4>
 
by <a href="http://blogmarks.net/user/gregg">gregg</a> 
<p class="description">Our aim is to offer insights from top industry leaders on the state of multimedia journalism. We also provide guidelines based on their comments, information about conferences and awards, the ability to submit and critique projects and an in-depth list of resources</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/multim%25C3%25A9dia">multimédia</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/journalisme">journalisme</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058573155">Copy</a> | 
<a href="http://blogmarks.net/link/3401439">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058569288">
<title>Urban Age | Conference | Istanbul | November 2009</title>
<link>http://www.urban-age.net/conferences/istanbul/</link>
<description>&lt;blockquote&gt;&lt;p&gt;On November 5, Urban Age will inaugurate an intensive two-day conference on the future of cities in Istanbul, an expanding metropolis and one of the worlds first global cities. 100 innovators of urban change from 15 countries, half a dozen mayors, renowned scholars and authors side-by-side with architects and developers leading major urban regeneration projects around the globe will offer presentations about urban transformations in 25 cities. The conference will engage an invited audience of over 300 urban policymakers, academics, designers, planners and developers to explore the vast and complex challenge of contemporary city making and the interconnected issues of the impact of the global economic condition on world cities, the effect of climate change on urban sustainability and the role of urban design in creating socially cohesive environments.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-01T14:51:01Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>ville, conference, architecture</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.urban-age.net/conferences/istanbul/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/01/0e648cca9f8cd02fc2396a328b38e8c0.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.urban-age.net/conferences/istanbul/">Urban Age | Conference | Istanbul | November 2009</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>On November 5, Urban Age will inaugurate an intensive two-day conference on the future of cities in Istanbul, an expanding metropolis and one of the worlds first global cities. 100 innovators of urban change from 15 countries, half a dozen mayors, renowned scholars and authors side-by-side with architects and developers leading major urban regeneration projects around the globe will offer presentations about urban transformations in 25 cities. The conference will engage an invited audience of over 300 urban policymakers, academics, designers, planners and developers to explore the vast and complex challenge of contemporary city making and the interconnected issues of the impact of the global economic condition on world cities, the effect of climate change on urban sustainability and the role of urban design in creating socially cohesive environments.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ville">ville</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/conference">conference</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/architecture">architecture</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058569288">Copy</a> | 
<a href="http://blogmarks.net/link/3398322">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058596346">
<title>100 Incredible Open Courses for the Ultimate Tech Geek</title>
<link>http://www.onlinecourses.org/2009/10/28/100-incredible-open-courses-for-the-ultimate-tech-geek</link>
<description>These courses offer you a chance to learn about everything from electrical engineering to the basics of computer science.</description>
<dc:date>2009-10-30T19:46:38Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>informatique, elearning, computerscience, list</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.onlinecourses.org/2009/10/28/100-incredible-open-courses-for-the-ultimate-tech-geek"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.onlinecourses.org/2009/10/28/100-incredible-open-courses-for-the-ultimate-tech-geek">100 Incredible Open Courses for the Ultimate Tech Geek</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
<p class="description">These courses offer you a chance to learn about everything from electrical engineering to the basics of computer science.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/informatique">informatique</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/elearning">elearning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/computerscience">computerscience</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/list">list</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058596346">Copy</a> | 
<a href="http://blogmarks.net/link/3419849">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1058564583">
<title>Photocrati - Affiliate Program</title>
<link>http://www.photocrati.com/affiliates/</link>
<description>Welcome To Our Affiliate Program!
Our program is free to join, it's easy to sign-up and requires no technical knowledge. Affiliate programs are common throughout the Internet and offer website owners an additional way to profit from their websites. Affiliates generate traffic and sales for commercial websites and in return receive a commission payment.
Affiliate Login
Username:	
Password:	

Click Here To Signup
How Does It Work?
When you join our affiliate program, you will be supplied with a range of banners and textual links that you place within your site. When a user clicks on one of your links, they will be brought to our website and their activity will be tracked by our affiliate software. You will earn a commission based on your commission type.
Real-Time Statistics and Reporting!
Login 24 hours a day to check your sales, traffic, account balance and see how your banners are performing.
 Program Details
 Commission Type	 Pay-Per-Sale $20.00 USD for each sale you deliver.
 Payout Requirements	 $100.00 USD - Minimum balance required for payout.
 Payout Duration	 Payments are made once per month, for the previous month.</description>
<dc:date>2009-10-27T09:46:56Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject>wordpress</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.photocrati.com/affiliates/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/27/efb97f5abc31fca0c305f63e14a132ed.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.photocrati.com/affiliates/">Photocrati - Affiliate Program</a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</a> 
<p class="description">Welcome To Our Affiliate Program!
Our program is free to join, it's easy to sign-up and requires no technical knowledge. Affiliate programs are common throughout the Internet and offer website owners an additional way to profit from their websites. Affiliates generate traffic and sales for commercial websites and in return receive a commission payment.
Affiliate Login
Username:	
Password:	

Click Here To Signup
How Does It Work?
When you join our affiliate program, you will be supplied with a range of banners and textual links that you place within your site. When a user clicks on one of your links, they will be brought to our website and their activity will be tracked by our affiliate software. You will earn a commission based on your commission type.
Real-Time Statistics and Reporting!
Login 24 hours a day to check your sales, traffic, account balance and see how your banners are performing.
 Program Details
 Commission Type	 Pay-Per-Sale $20.00 USD for each sale you deliver.
 Payout Requirements	 $100.00 USD - Minimum balance required for payout.
 Payout Duration	 Payments are made once per month, for the previous month.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/wordpress">wordpress</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058564583">Copy</a> | 
<a href="http://blogmarks.net/link/3394569">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/blackgoldfish/mark/1058563216">
<title>one step at a time</title>
<link>http://www.naturallynina.com/2009/10/one-step-at-time.html</link>
<description>artist and professor horst glasker painted these 112 steps in wuppertal, germany to convey a different emotion or behavior associated with relationships. some examples are &quot;to forgive&quot;, &quot;to cuddle&quot;, &quot;to offer resistance&quot;, and &quot;to seduce.&quot;</description>
<dc:date>2009-10-25T17:53:24Z</dc:date>
<dc:author>blackgoldfish</dc:author>
<dc:subject>somethingbeautiful, 生活態度, quote</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.naturallynina.com/2009/10/one-step-at-time.html"><img border="0" src="http://blogmarks.net/screenshots/2009/10/25/58bf42f2c4200b1524c894322f767065.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.naturallynina.com/2009/10/one-step-at-time.html">one step at a time</a></h4>
 
by <a href="http://blogmarks.net/user/blackgoldfish">blackgoldfish</a> 
<p class="description">artist and professor horst glasker painted these 112 steps in wuppertal, germany to convey a different emotion or behavior associated with relationships. some examples are "to forgive", "to cuddle", "to offer resistance", and "to seduce."</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/somethingbeautiful">somethingbeautiful</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/%25E7%2594%259F%25E6%25B4%25BB%25E6%2585%258B%25E5%25BA%25A6">生活態度</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/quote">quote</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058563216">Copy</a> | 
<a href="http://blogmarks.net/link/3393453">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058596420">
<title>Cuil</title>
<link>http://www.cuil.com/</link>
<description>we offer you helpful choices and suggestions until you find the page you want and that you know is out there. We believe that analyzing the Web rather than our users is a more useful approach, so we don’t collect data about you and your habits, lest we are tempted to peek. With Cuil, your search history is always private.  Cuil is an old Irish word for knowledge. For knowledge, ask Cuil.</description>
<dc:date>2009-10-25T10:55:31Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>SearchEngine, suggestion, visual, maps, categories</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.cuil.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/08/19/9ddb1ad5465a7eac9f634fd017ad9468.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.cuil.com/">Cuil</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2851421">13 other(s)</a> 
<p class="description">we offer you helpful choices and suggestions until you find the page you want and that you know is out there. We believe that analyzing the Web rather than our users is a more useful approach, so we don’t collect data about you and your habits, lest we are tempted to peek. With Cuil, your search history is always private.  Cuil is an old Irish word for knowledge. For knowledge, ask Cuil.</p>
<p class="tags">
<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/suggestion">suggestion</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/visual">visual</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/maps">maps</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/categories">categories</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058596420">Copy</a> | 
<a href="http://blogmarks.net/link/2851421">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058596546">
<title>Social marketplace, Microblogging platform, Social marketing</title>
<link>http://cestu.com/</link>
<description>Home Register  What are you looking at? Cestu is a social marketplace dedicated to connecting people. We offer free front-page advertising for any website(s). Sign-up and post a link within minutes.</description>
<dc:date>2009-10-13T17:46:27Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>socialsoftware, share, links, microblogging</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://cestu.com/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://cestu.com/">Social marketplace, Microblogging platform, Social marketing</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
<p class="description">Home Register  What are you looking at? Cestu is a social marketplace dedicated to connecting people. We offer free front-page advertising for any website(s). Sign-up and post a link within minutes.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/socialsoftware">socialsoftware</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/links">links</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/microblogging">microblogging</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058596546">Copy</a> | 
<a href="http://blogmarks.net/link/3419984">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/garret/mark/1058539525">
<title>Free Old Time Radio Shows | Free Old Time Radio Downloads In MP3 | 30's, 40's, 50's</title>
<link>http://www.oldtimeradiofans.com/</link>
<description>&quot;We are happy to be able to offer hundreds of old time radio shows for free download. Once you download these free OTR shows you can then listen to them on your computer or copy them to a cd so you can listen anywhere! We started this website out of a love for classic radio shows from the 30's, 40's and 50's. By offering free OTR downloads we can keep the innocent spirit of the golden age of radio alive in the new millennium! Some of our favorite old time radio shows include The Shadow, Amos &amp; Andy, Fibber McGee &amp; Molly, Sherlock Holmes and so many more! All the old radio shows on this site are in MP3 format so you should have no trouble downloading and listening to them. We love to hear from other OTR fans so please send us email and let us know you think of the site, what your favorite old time radio show is, or just to say hi! Thanks for stopping by and Happy Listening!&quot;</description>
<dc:date>2009-10-05T10:17:34Z</dc:date>
<dc:author>garret</dc:author>
<dc:subject>sciencefiction, mp3, 30s, 50s, 40s, radio programs, oldtimeradio, radio show archives, detective, western, radio, stories, mystery, drama, comedy</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.oldtimeradiofans.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/05/edddeef66a5d7b9d8d9aa8f8a0251ee0.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.oldtimeradiofans.com/">Free Old Time Radio Shows | Free Old Time Radio Downloads In MP3 | 30's, 40's, 50's</a></h4>
 
by <a href="http://blogmarks.net/user/garret">garret</a> 
<p class="description">"We are happy to be able to offer hundreds of old time radio shows for free download. Once you download these free OTR shows you can then listen to them on your computer or copy them to a cd so you can listen anywhere! We started this website out of a love for classic radio shows from the 30's, 40's and 50's. By offering free OTR downloads we can keep the innocent spirit of the golden age of radio alive in the new millennium! Some of our favorite old time radio shows include The Shadow, Amos & Andy, Fibber McGee & Molly, Sherlock Holmes and so many more! All the old radio shows on this site are in MP3 format so you should have no trouble downloading and listening to them. We love to hear from other OTR fans so please send us email and let us know you think of the site, what your favorite old time radio show is, or just to say hi! Thanks for stopping by and Happy Listening!"</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sciencefiction">sciencefiction</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mp3">mp3</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/30s">30s</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/50s">50s</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/40s">40s</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/radio%2Bprograms">radio programs</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/oldtimeradio">oldtimeradio</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/radio%2Bshow%2Barchives">radio show archives</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/detective">detective</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/western">western</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/radio">radio</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/stories">stories</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mystery">mystery</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/drama">drama</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/comedy">comedy</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058539525">Copy</a> | 
<a href="http://blogmarks.net/link/3374706">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/garret/mark/1058539518">
<title>RadioLovers.com | Listen Free to Old Time Radio Shows | 30's, 40's, 50's</title>
<link>http://www.radiolovers.com/</link>
<description>We offer hundreds of vintage radio shows for you to listen to online in mp3 format, all for free. Before the days of video games, shopping malls, MTV, and the Internet, families used to sit in their living room each night to listen to radio shows such as Superman, Groucho Marx, The Avenger, Gunsmoke, Sherlock Homes, and many others. When TV become popular in the 1950's, most of these shows went off the air, but they now live on at websites such as this one and on weekly nostalgia radio broadcasts worldwide.</description>
<dc:date>2009-10-05T09:58:38Z</dc:date>
<dc:author>garret</dc:author>
<dc:subject>50s, superheros, sciencefiction, western, variety, mystery, drama, oldtimeradio, radio, radio programs, radio show archives, comedy, stories, 30s, 40s</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.radiolovers.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/05/8792f8a1cba83348f9667613b170be99.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.radiolovers.com/">RadioLovers.com | Listen Free to Old Time Radio Shows | 30's, 40's, 50's</a></h4>
 
by <a href="http://blogmarks.net/user/garret">garret</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/44582">7 other(s)</a> 
<p class="description">We offer hundreds of vintage radio shows for you to listen to online in mp3 format, all for free. Before the days of video games, shopping malls, MTV, and the Internet, families used to sit in their living room each night to listen to radio shows such as Superman, Groucho Marx, The Avenger, Gunsmoke, Sherlock Homes, and many others. When TV become popular in the 1950's, most of these shows went off the air, but they now live on at websites such as this one and on weekly nostalgia radio broadcasts worldwide.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/50s">50s</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/superheros">superheros</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sciencefiction">sciencefiction</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/western">western</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/variety">variety</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mystery">mystery</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/drama">drama</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/oldtimeradio">oldtimeradio</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/radio">radio</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/radio%2Bprograms">radio programs</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/radio%2Bshow%2Barchives">radio show archives</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/comedy">comedy</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/stories">stories</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/30s">30s</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/40s">40s</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058539518">Copy</a> | 
<a href="http://blogmarks.net/link/44582">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sbrothier/mark/1058521316">
<title>Hitchcock - Mobile storyboarding for your iphone</title>
<link>http://cinemek.com/hitchcock/</link>
<description>Hitchcock is the worlds first mobile story boarding application. With Hitchcock you can have your first story board up and running in a matter of minutes. Hitchcock streamlines the process of storyboarding by allowing you to compose storyboards using photos rather than the tedious hand drawing process. This allows professionals and students to portray their vision to others in a easily controllable and transportable format. Click below to learn more about what features Hitchcock has to offer and how it will assist you in bringing your ideas to life. For an indepth look, full featured video tutorials can be found below....</description>
<dc:date>2009-09-27T08:24:03Z</dc:date>
<dc:author>sbrothier</dc:author>
<dc:subject>mobile, iphone, cinema, tools</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://cinemek.com/hitchcock/"><img border="0" src="http://blogmarks.net/screenshots/2009/09/29/61ca8d80fc02169b926c031401d37d7f.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://cinemek.com/hitchcock/">Hitchcock - Mobile storyboarding for your iphone</a></h4>
 
by <a href="http://blogmarks.net/user/sbrothier">sbrothier</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3357565">1 other(s)</a> 
<p class="description">Hitchcock is the worlds first mobile story boarding application. With Hitchcock you can have your first story board up and running in a matter of minutes. Hitchcock streamlines the process of storyboarding by allowing you to compose storyboards using photos rather than the tedious hand drawing process. This allows professionals and students to portray their vision to others in a easily controllable and transportable format. Click below to learn more about what features Hitchcock has to offer and how it will assist you in bringing your ideas to life. For an indepth look, full featured video tutorials can be found below....</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mobile">mobile</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/iphone">iphone</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cinema">cinema</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tools">tools</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058521316">Copy</a> | 
<a href="http://blogmarks.net/link/3357565">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/blackgoldfish/mark/1058510681">
<title>love thursday: 24 simple ways to show love in the next 24 hours</title>
<link>http://www.chookooloonks.com/blog/2009/9/17/love-thursday-24-simple-ways-to-show-love-in-the-next-24-hou.html</link>
<description>1.  Buy coffee for the guy standing behind you at the coffee shop.
2.  Open the door for someone before entering yourself.  It doesn't matter if you're a girl and he's a boy, or you're a boy and she's a girl, or you're both boys, or you're both girls.  You can do it.
3.  Send a quick email to someone you haven't heard from in a while.  It can just say, &quot;Hey, I was thinking about you.  I hope you're well.&quot;  Trust me, it will make her day.
4.  Send a small, handwritten note -- via regular mail! -- to someone far away.  It can just say, &quot;Hey, I was thinking about you.  I hope you're well.&quot;  Trust me, it will make his day.
5.  Give someone flowers, just because.  They don't have to be expensive.  The blossom above was part of a grocery-store bouquet that cost $3.99.  The recipient really isn't going to care that it wasn't expensive.  I promise.
6.  Invite someone to your home.  Have something baking in the oven for them when they arrive.
7.  Light a candle and think of someone who is going through a rough time.  Silently offer them good thoughts/prayers.
8.  Pick a charity.  Give something.
9.  Buy a magazine subscription for a friend out of the blue. 
10.  Give blood.
11.  Prepare someone's tea.  In my opinion, it's a wonderful act of love to not just put the hot water and a teabag in front of a friend, but actually prepare and steep the tea for them. 
12.  Tell a child -- or someone who is struggling with self-esteem -- how great you think they are.  And mean it.
13.  The next person who serves you a meal at a restaurant, or helps you in a store, or sells you your morning newspaper, look him in the eyes, smile, and say &quot;thank you&quot; with as much sincerity as you can muster.
14.  Give someone a heartfelt hug.  Just because.
15.  Start a hopeful revolution:  leave a hope note somewhere.  Extra points if you leave it on the windshield of a stranger's car.
16.  Offer to cook a meal for someone.
17.  Offer to give someone a break -- babysit, hire a maid service for them, or even straighten her house yourself.
18.  Clean out your closet.  Give the gently-used clothing you no longer want to a shelter.
19.  Take a photograph of something beautiful.  Send it to someone, with the note:  &quot;This reminded me of you.&quot;
20.  Give someone something of yours -- a book, perhaps, or a small trinket -- with no expectation of return.
21.  Blow out a candle.  Make a wish on someone else's behalf as you do it.
22.  Make a short list of the things you love about someone you love.  Leave the list where they can find it.
23.  Make a date to have coffee or a glass of wine with an old friend.
24.  Say &quot;I love you.&quot;  Mean it.

</description>
<dc:date>2009-09-20T17:41:59Z</dc:date>
<dc:author>blackgoldfish</dc:author>
<dc:subject>生活態度, 愛的小詩, somethingbeautiful</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.chookooloonks.com/blog/2009/9/17/love-thursday-24-simple-ways-to-show-love-in-the-next-24-hou.html"><img border="0" src="http://blogmarks.net/screenshots/2009/09/20/270753192429f4435bd11a54c9285610.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.chookooloonks.com/blog/2009/9/17/love-thursday-24-simple-ways-to-show-love-in-the-next-24-hou.html">love thursday: 24 simple ways to show love in the next 24 hours</a></h4>
 
by <a href="http://blogmarks.net/user/blackgoldfish">blackgoldfish</a> 
<p class="description">1.  Buy coffee for the guy standing behind you at the coffee shop.
2.  Open the door for someone before entering yourself.  It doesn't matter if you're a girl and he's a boy, or you're a boy and she's a girl, or you're both boys, or you're both girls.  You can do it.
3.  Send a quick email to someone you haven't heard from in a while.  It can just say, "Hey, I was thinking about you.  I hope you're well."  Trust me, it will make her day.
4.  Send a small, handwritten note -- via regular mail! -- to someone far away.  It can just say, "Hey, I was thinking about you.  I hope you're well."  Trust me, it will make his day.
5.  Give someone flowers, just because.  They don't have to be expensive.  The blossom above was part of a grocery-store bouquet that cost $3.99.  The recipient really isn't going to care that it wasn't expensive.  I promise.
6.  Invite someone to your home.  Have something baking in the oven for them when they arrive.
7.  Light a candle and think of someone who is going through a rough time.  Silently offer them good thoughts/prayers.
8.  Pick a charity.  Give something.
9.  Buy a magazine subscription for a friend out of the blue. 
10.  Give blood.
11.  Prepare someone's tea.  In my opinion, it's a wonderful act of love to not just put the hot water and a teabag in front of a friend, but actually prepare and steep the tea for them. 
12.  Tell a child -- or someone who is struggling with self-esteem -- how great you think they are.  And mean it.
13.  The next person who serves you a meal at a restaurant, or helps you in a store, or sells you your morning newspaper, look him in the eyes, smile, and say "thank you" with as much sincerity as you can muster.
14.  Give someone a heartfelt hug.  Just because.
15.  Start a hopeful revolution:  leave a hope note somewhere.  Extra points if you leave it on the windshield of a stranger's car.
16.  Offer to cook a meal for someone.
17.  Offer to give someone a break -- babysit, hire a maid service for them, or even straighten her house yourself.
18.  Clean out your closet.  Give the gently-used clothing you no longer want to a shelter.
19.  Take a photograph of something beautiful.  Send it to someone, with the note:  "This reminded me of you."
20.  Give someone something of yours -- a book, perhaps, or a small trinket -- with no expectation of return.
21.  Blow out a candle.  Make a wish on someone else's behalf as you do it.
22.  Make a short list of the things you love about someone you love.  Leave the list where they can find it.
23.  Make a date to have coffee or a glass of wine with an old friend.
24.  Say "I love you."  Mean it.

</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/%25E7%2594%259F%25E6%25B4%25BB%25E6%2585%258B%25E5%25BA%25A6">生活態度</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/%25E6%2584%259B%25E7%259A%2584%25E5%25B0%258F%25E8%25A9%25A9">愛的小詩</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/somethingbeautiful">somethingbeautiful</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058510681">Copy</a> | 
<a href="http://blogmarks.net/link/3348281">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058503918">
<title>Discount Usability: 20 Years (Jakob Nielsen's Alertbox)</title>
<link>http://www.useit.com/alertbox/discount-usability.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;Simple user testing with 5 participants, paper prototyping, and heuristic evaluation offer a cheap, fast, and early focus on usability, as well as many rounds of iterative design.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-09-15T10:56:05Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>testing, usability</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.useit.com/alertbox/discount-usability.html"><img border="0" src="http://blogmarks.net/screenshots/2009/09/15/318386e0ddadd49f3c9e6f25c8f9d729.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.useit.com/alertbox/discount-usability.html">Discount Usability: 20 Years (Jakob Nielsen's Alertbox)</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Simple user testing with 5 participants, paper prototyping, and heuristic evaluation offer a cheap, fast, and early focus on usability, as well as many rounds of iterative design.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/testing">testing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/usability">usability</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058503918">Copy</a> | 
<a href="http://blogmarks.net/link/3342990">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sbrothier/mark/1058495877">
<title>BoulevArt ¦ home ¦ your multimedia production partner</title>
<link>http://boulevart.be/</link>
<description>High-end web development, (Interactive) User Interface Design and Rich Internet Applications are valuable assets for your online business. Boulevart helps you create stunning websites, attractive campaigns and user friendly applications and make them easily accessible.

We offer an end-to-end range of multimedia services, complemented by partnerships with best-of-breed solution vendors and related to Cronos, a leading Belgian ICT solutions provider. Boulevart is a dynamic team of web consultants who bring complementary skills and experience to your online, narrow casting or iDTV projects.</description>
<dc:date>2009-09-07T14:50:39Z</dc:date>
<dc:author>sbrothier</dc:author>
<dc:subject>webdesign, interface, iphone, mobile</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://boulevart.be/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://boulevart.be/">BoulevArt ¦ home ¦ your multimedia production partner</a></h4>
 
by <a href="http://blogmarks.net/user/sbrothier">sbrothier</a> 
<p class="description">High-end web development, (Interactive) User Interface Design and Rich Internet Applications are valuable assets for your online business. Boulevart helps you create stunning websites, attractive campaigns and user friendly applications and make them easily accessible.

We offer an end-to-end range of multimedia services, complemented by partnerships with best-of-breed solution vendors and related to Cronos, a leading Belgian ICT solutions provider. Boulevart is a dynamic team of web consultants who bring complementary skills and experience to your online, narrow casting or iDTV projects.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webdesign">webdesign</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/interface">interface</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/iphone">iphone</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mobile">mobile</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058495877">Copy</a> | 
<a href="http://blogmarks.net/link/3336666">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058596896">
<title>DAYTUM</title>
<link>http://daytum.com/</link>
<description>way of displaying facts and figures on a single web page. Easy to set up and use, with inbuilt charting / display options. We’ve just started playing with it and are going to start using it to offer a digest of the key takeaways from our new research reports.</description>
<dc:date>2009-09-04T19:33:21Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>statistcs, chart, editor, online</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://daytum.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/01/14/17fcff4cbf3f6a3f3272ff2abf3caec2.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://daytum.com/">DAYTUM</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2876917">3 other(s)</a> 
<p class="description">way of displaying facts and figures on a single web page. Easy to set up and use, with inbuilt charting / display options. We’ve just started playing with it and are going to start using it to offer a digest of the key takeaways from our new research reports.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/statistcs">statistcs</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/chart">chart</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/editor">editor</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/online">online</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058596896">Copy</a> | 
<a href="http://blogmarks.net/link/2876917">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058596963">
<title>wImg - Create Text, JS or CSS File</title>
<link>http://wimg.co.uk/index.php?id=txt</link>
<description>hotlink to js css for websites wImg offer Free Image and File Hosting, 10MB per upload and over 25 different extensions. We also offer a quick URL shortening service. Try us out today!</description>
<dc:date>2009-09-01T14:45:41Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>external, js, css, file, Hotlink, blog_tools, hosting</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://wimg.co.uk/index.php?id=txt"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://wimg.co.uk/index.php?id=txt">wImg - Create Text, JS or CSS File</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
<p class="description">hotlink to js css for websites wImg offer Free Image and File Hosting, 10MB per upload and over 25 different extensions. We also offer a quick URL shortening service. Try us out today!</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/external">external</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/css">css</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/file">file</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Hotlink">Hotlink</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/blog_tools">blog_tools</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hosting">hosting</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058596963">Copy</a> | 
<a href="http://blogmarks.net/link/3420263">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/decembre/mark/1058547822">
<title>Using Wikipedia to Extend Digital Collections</title>
<link>http://www.dlib.org/dlib/may07/lally/05lally.html</link>
<description>Web 2.0 technologies offer librarians a great opportunity to enhance the authority of resources that students use on a daily basis, and to push their knowledge and expertise beyond the traditional boundaries of the library. We now consider Wikipedia an essential tool for getting our digital collections out to our users at the point of their information need. We view this as a very low cost way to enhance access to our collections, as well as an effective way to participate in the creation of resources that are used by millions around the world. We will continue to explore how we can take advantage of the opportunities that Web 2.0 technologies offer us when marketing our digital and physical collections.</description>
<dc:date>2009-08-28T12:19:41Z</dc:date>
<dc:author>decembre</dc:author>
<dc:subject>bib, bibliotheque, library2.0, bibliotheque2.0, web2.0, libraries, wiki, library, wikipedia, communication, ressource, collection, resource, documentation, service</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.dlib.org/dlib/may07/lally/05lally.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.dlib.org/dlib/may07/lally/05lally.html">Using Wikipedia to Extend Digital Collections</a></h4>
 
by <a href="http://blogmarks.net/user/decembre">decembre</a> 
<p class="description">Web 2.0 technologies offer librarians a great opportunity to enhance the authority of resources that students use on a daily basis, and to push their knowledge and expertise beyond the traditional boundaries of the library. We now consider Wikipedia an essential tool for getting our digital collections out to our users at the point of their information need. We view this as a very low cost way to enhance access to our collections, as well as an effective way to participate in the creation of resources that are used by millions around the world. We will continue to explore how we can take advantage of the opportunities that Web 2.0 technologies offer us when marketing our digital and physical collections.</p>
<p class="tags">
<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/bibliotheque">bibliotheque</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/library2.0">library2.0</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bibliotheque2.0">bibliotheque2.0</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web2.0">web2.0</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/libraries">libraries</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/wiki">wiki</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/wikipedia">wikipedia</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/communication">communication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ressource">ressource</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/collection">collection</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/resource">resource</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/documentation">documentation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/service">service</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058547822">Copy</a> | 
<a href="http://blogmarks.net/link/3381553">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>