<?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/on-system">
<title>Public marks with search on-system</title>
<description>Public marks with search on-system</description>
<link>http://blogmarks.net/marks/search/on-system</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/danijelzi/mark/1058622863"/>
<rdf:li resource="http://blogmarks.net/api/user/srcmax/mark/1058622800"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058621051"/>
<rdf:li resource="http://blogmarks.net/api/user/cascamorto/mark/1058619269"/>
<rdf:li resource="http://blogmarks.net/api/user/jallatte/mark/1058616335"/>
<rdf:li resource="http://blogmarks.net/api/user/marco/mark/1058615312"/>
<rdf:li resource="http://blogmarks.net/api/user/sbrothier/mark/1058614697"/>
<rdf:li resource="http://blogmarks.net/api/user/Krome/mark/1058613238"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058613021"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058613016"/>
<rdf:li resource="http://blogmarks.net/api/user/nicolargo/mark/1058612874"/>
<rdf:li resource="http://blogmarks.net/api/user/Foolster41/mark/1058608871"/>
<rdf:li resource="http://blogmarks.net/api/user/cascamorto/mark/1058608722"/>
<rdf:li resource="http://blogmarks.net/api/user/vrossign/mark/1058607916"/>
<rdf:li resource="http://blogmarks.net/api/user/macbros/mark/1058606651"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058605718"/>
<rdf:li resource="http://blogmarks.net/api/user/srcmax/mark/1058605378"/>
<rdf:li resource="http://blogmarks.net/api/user/talou/mark/1058605340"/>
<rdf:li resource="http://blogmarks.net/api/user/axlarry/mark/1058605303"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058604780"/>
<rdf:li resource="http://blogmarks.net/api/user/eledo34/mark/1058601753"/>
<rdf:li resource="http://blogmarks.net/api/user/eledo34/mark/1058601644"/>
<rdf:li resource="http://blogmarks.net/api/user/jakamos/mark/1058601361"/>
<rdf:li resource="http://blogmarks.net/api/user/ericpaul/mark/1058593217"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058596131"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/danijelzi/mark/1058622863">
<title>DocBunker Information &amp; Document Manager</title>
<link>http://getitequipped.com/docbunker-information-document-manager.html</link>
<description>GoingPaperLess, Inc. has announced DocBunker, a secured information manager and document management system for the small business entrepreneur.</description>
<dc:date>2009-12-16T20:44:22Z</dc:date>
<dc:author>danijelzi</dc:author>
<dc:subject>Document Management Software, information management software</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://getitequipped.com/docbunker-information-document-manager.html"><img border="0" src="http://blogmarks.net/screenshots/2009/12/16/a3b06ffe31864b28ed68fa71a68f52fb.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://getitequipped.com/docbunker-information-document-manager.html">DocBunker Information &amp; Document Manager</a></h4>
 
by <a href="http://blogmarks.net/user/danijelzi">danijelzi</a> 
<p class="description">GoingPaperLess, Inc. has announced DocBunker, a secured information manager and document management system for the small business entrepreneur.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Document%2BManagement%2BSoftware">Document Management Software</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/information%2Bmanagement%2Bsoftware">information management software</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058622863">Copy</a> | 
<a href="http://blogmarks.net/link/3440980">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/srcmax/mark/1058622800">
<title>Creating a Rotating Billboard System with jQuery and CSS | Codrops</title>
<link>http://tympanus.net/codrops/2009/12/16/creating-a-rotating-billboard-system-with-jquery-and-css/comment-page-1/#comment-1669</link>
<description>&lt;blockquote&gt;
&lt;p&gt;In this tutorial we will use some images, CSS and jQuery to create the effect of a rotating billboard with two ads. The idea is to make one set of image slices disappear while another one (the other ad) appear. We will decrease the width of each disappearing slice and increase the width of each appearing slice. This will give the effect of rotating slices, just like in a rotating billboard system.&lt;/p&gt;
&lt;/blockquote&gt;</description>
<dc:date>2009-12-16T18:57:29Z</dc:date>
<dc:author>srcmax</dc:author>
<dc:subject>css, jQuery, billboard</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://tympanus.net/codrops/2009/12/16/creating-a-rotating-billboard-system-with-jquery-and-css/comment-page-1/#comment-1669"><img border="0" src="http://blogmarks.net/screenshots/2009/12/16/8761cba07f074c6c8df4e6b59a2a6a38.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://tympanus.net/codrops/2009/12/16/creating-a-rotating-billboard-system-with-jquery-and-css/comment-page-1/#comment-1669">Creating a Rotating Billboard System with jQuery and CSS | Codrops</a></h4>
 
by <a href="http://blogmarks.net/user/srcmax">srcmax</a> 
<div class="description"><blockquote>
<p>In this tutorial we will use some images, CSS and jQuery to create the effect of a rotating billboard with two ads. The idea is to make one set of image slices disappear while another one (the other ad) appear. We will decrease the width of each disappearing slice and increase the width of each appearing slice. This will give the effect of rotating slices, just like in a rotating billboard system.</p>
</blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/css">css</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/jQuery">jQuery</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/billboard">billboard</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058622800">Copy</a> | 
<a href="http://blogmarks.net/link/3440932">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058621051">
<title>llimllib's cherry-blossom at master - GitHub</title>
<link>http://github.com/llimllib/cherry-blossom</link>
<description>&lt;blockquote&gt;&lt;p&gt;Cherry Blossom is a blogging system written in Python. It was written specifically because I had a lot of pyblosxom blog entries on my previous blog, but I wanted to use cherrypy instead of plain-ol cgi. It adds features like object publishing, session support, access to lots of cherrypy plugins, access to GET and POST vars as method parameters, and others. This software's been running my blog (http://billmill.org) for over two years now, and has survived a couple redditings and a flood from stumbleupon, all without a hiccup.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-12-14T23:17:33Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, blogengine, cherrypy, blosxom</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://github.com/llimllib/cherry-blossom"><img border="0" src="http://blogmarks.net/screenshots/2009/12/14/e7248fa76c94005ea649614d06afef71.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://github.com/llimllib/cherry-blossom">llimllib's cherry-blossom at master - GitHub</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Cherry Blossom is a blogging system written in Python. It was written specifically because I had a lot of pyblosxom blog entries on my previous blog, but I wanted to use cherrypy instead of plain-ol cgi. It adds features like object publishing, session support, access to lots of cherrypy plugins, access to GET and POST vars as method parameters, and others. This software's been running my blog (http://billmill.org) for over two years now, and has survived a couple redditings and a flood from stumbleupon, all without a hiccup.</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/blogengine">blogengine</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cherrypy">cherrypy</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/blosxom">blosxom</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058621051">Copy</a> | 
<a href="http://blogmarks.net/link/3439511">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/cascamorto/mark/1058619269">
<title>Windows and OS X Software Alternatives | Linux App Finder</title>
<link>http://linuxappfinder.com/alternatives</link>
<description>Since many Linux applications are free and have no marketing to inform the public of their existence, it is often difficult to find the right program when it is needed. The goal of Linux App Finder is to make finding the right software an easy task by grouping programs into categories and allowing for a task based search.
    * Backup &amp; Recovery
    * Business &amp; Finance
    * Communications
    * Databases
    * Development
    * Editors
    * Education
    * Games
    * Graphics
    * Internet &amp; Networking
    * Multimedia
    * Office
    * Scientific &amp; Engineering
    * Security
    * System
    * System Management
    * Utilities
    * Viewers
    * Virtualization</description>
<dc:date>2009-12-13T02:25:28Z</dc:date>
<dc:author>cascamorto</dc:author>
<dc:subject>windows, linux, telecharger, mac.os.x, logitheque, freeware, comparatif</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://linuxappfinder.com/alternatives"><img border="0" src="http://blogmarks.net/screenshots/2009/12/13/bd7c9734cd1a5c8a55328a1a9ce4d4d2.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://linuxappfinder.com/alternatives">Windows and OS X Software Alternatives | Linux App Finder</a></h4>
 
by <a href="http://blogmarks.net/user/cascamorto">cascamorto</a> 
<p class="description">Since many Linux applications are free and have no marketing to inform the public of their existence, it is often difficult to find the right program when it is needed. The goal of Linux App Finder is to make finding the right software an easy task by grouping programs into categories and allowing for a task based search.
    * Backup & Recovery
    * Business & Finance
    * Communications
    * Databases
    * Development
    * Editors
    * Education
    * Games
    * Graphics
    * Internet & Networking
    * Multimedia
    * Office
    * Scientific & Engineering
    * Security
    * System
    * System Management
    * Utilities
    * Viewers
    * Virtualization</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/windows">windows</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/telecharger">telecharger</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mac.os.x">mac.os.x</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/logitheque">logitheque</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/freeware">freeware</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/comparatif">comparatif</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058619269">Copy</a> | 
<a href="http://blogmarks.net/link/3438092">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jallatte/mark/1058616335">
<title>Télécharger 32 - ou 64-bit du noyau au démarrage sélecteur de mode pour Mac - Vérifiez votre système et définir le mode de démarrage du noyau. MacUpdate Mac System Software Downloads</title>
<link>http://www.macupdate.com/info.php/id/32252</link>
<description></description>
<dc:date>2009-12-10T10:10:58Z</dc:date>
<dc:author>jallatte</dc:author>
<dc:subject>mac, software</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.macupdate.com/info.php/id/32252"><img border="0" src="http://blogmarks.net/screenshots/2009/12/10/4d84818242a00c93491fec18f5c182fa.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.macupdate.com/info.php/id/32252">Télécharger 32 - ou 64-bit du noyau au démarrage sélecteur de mode pour Mac - Vérifiez votre système et définir le mode de démarrage du noyau. MacUpdate Mac System Software Downloads</a></h4>
 
by <a href="http://blogmarks.net/user/jallatte">jallatte</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mac">mac</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/software">software</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058616335">Copy</a> | 
<a href="http://blogmarks.net/link/3435695">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/marco/mark/1058615312">
<title>PlayStation.com - Support - System Updates - PS3</title>
<link>http://www.us.playstation.com/Support/SystemUpdates/PS3/history.html</link>
<description></description>
<dc:date>2009-12-09T11:09:25Z</dc:date>
<dc:author>marco</dc:author>
<dc:subject>ps3</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.us.playstation.com/Support/SystemUpdates/PS3/history.html"><img border="0" src="http://blogmarks.net/screenshots/2009/12/09/4b07170e40a296798f7d4341803d00ea.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.us.playstation.com/Support/SystemUpdates/PS3/history.html">PlayStation.com - Support - System Updates - PS3</a></h4>
 
by <a href="http://blogmarks.net/user/marco">marco</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ps3">ps3</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058615312">Copy</a> | 
<a href="http://blogmarks.net/link/3434872">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sbrothier/mark/1058614697">
<title>PixelNovel Timeline - Version Control System for Adobe Photoshop PSD files. Subversion for designers</title>
<link>http://pixelnovel.com/</link>
<description>PixelNovel Timeline is version control for designers
PixelNovel Timeline is smoothly integrated into Adobe Photoshop and features a unique user interface, letting you see all versions of your files without switching away from the Photoshop window.</description>
<dc:date>2009-12-08T21:31:27Z</dc:date>
<dc:author>sbrothier</dc:author>
<dc:subject>photoshop, adobe, timeline, tools, svn</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://pixelnovel.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/09/3c5ed73fde60f7e7b8d0ab65ca47d465.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://pixelnovel.com/">PixelNovel Timeline - Version Control System for Adobe Photoshop PSD files. Subversion for designers</a></h4>
 
by <a href="http://blogmarks.net/user/sbrothier">sbrothier</a> 
<p class="description">PixelNovel Timeline is version control for designers
PixelNovel Timeline is smoothly integrated into Adobe Photoshop and features a unique user interface, letting you see all versions of your files without switching away from the Photoshop window.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/photoshop">photoshop</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/adobe">adobe</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/timeline">timeline</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tools">tools</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/svn">svn</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058614697">Copy</a> | 
<a href="http://blogmarks.net/link/3434318">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Krome/mark/1058613238">
<title>Mr Speaker presents: Parcycle. A HTML5 Canvas Particle System</title>
<link>http://www.mrspeaker.net/dev/parcycle/</link>
<description></description>
<dc:date>2009-12-07T09:21:48Z</dc:date>
<dc:author>Krome</dc:author>
<dc:subject>canvas, html5, javascript, webdev</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.mrspeaker.net/dev/parcycle/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.mrspeaker.net/dev/parcycle/">Mr Speaker presents: Parcycle. A HTML5 Canvas Particle System</a></h4>
 
by <a href="http://blogmarks.net/user/Krome">Krome</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/canvas">canvas</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/html5">html5</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/javascript">javascript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webdev">webdev</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058613238">Copy</a> | 
<a href="http://blogmarks.net/link/3433071">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058613021">
<title>A Central Nervous System for Earth: HP's Ambitious Sensor Network</title>
<link>http://www.readwriteweb.com/archives/cense_hp_labs.php</link>
<description>&lt;blockquote&gt;&lt;p&gt;HP Labs has joined the race to build an infrastructure for the emerging Internet of Things. The giant computing and IT services company has announced a project that aims to be a &quot;Central Nervous System for the Earth&quot; (CeNSE). It's a research and development program to build a planetwide sensing network, using billions of &quot;tiny, cheap, tough and exquisitely sensitive detectors.&quot;&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-12-07T02:32:44Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>cense, senseware</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.readwriteweb.com/archives/cense_hp_labs.php"><img border="0" src="http://blogmarks.net/screenshots/2009/12/07/abd95cb8f2eebab19d4ae92fca9719a6.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.readwriteweb.com/archives/cense_hp_labs.php">A Central Nervous System for Earth: HP's Ambitious Sensor Network</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>HP Labs has joined the race to build an infrastructure for the emerging Internet of Things. The giant computing and IT services company has announced a project that aims to be a "Central Nervous System for the Earth" (CeNSE). It's a research and development program to build a planetwide sensing network, using billions of "tiny, cheap, tough and exquisitely sensitive detectors."</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cense">cense</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/senseware">senseware</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058613021">Copy</a> | 
<a href="http://blogmarks.net/link/3432867">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058613016">
<title>Information and Quantum Systems Lab at HP Labs</title>
<link>http://www.hpl.hp.com/research/quantum_systems/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Create the mathematical and physical foundations for the technologies that will form a new information ecosystem, the Central Nervous System for the Earth (CeNSE), consisting of a trillion nanoscale sensors and actuators embedded in the environment and connected via an array of networks with computing systems, software and services to exchange their information among analysis engines, storage systems and end users.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-12-07T02:29:11Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>design, senseware</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.hpl.hp.com/research/quantum_systems/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/07/0176e57013cacb80c9effa83849968b7.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.hpl.hp.com/research/quantum_systems/">Information and Quantum Systems Lab at HP Labs</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Create the mathematical and physical foundations for the technologies that will form a new information ecosystem, the Central Nervous System for the Earth (CeNSE), consisting of a trillion nanoscale sensors and actuators embedded in the environment and connected via an array of networks with computing systems, software and services to exchange their information among analysis engines, storage systems and end users.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/design">design</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/senseware">senseware</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058613016">Copy</a> | 
<a href="http://blogmarks.net/link/3432864">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/nicolargo/mark/1058612874">
<title>When did you install your system ? - About GNU/Linux</title>
<link>http://en.about-gnulinux.info/index.php?post/2009/12/06/When-did-you-install-your-system</link>
<description>Une ligne de commande pour savoir quand votre système a été installé !</description>
<dc:date>2009-12-06T19:33:41Z</dc:date>
<dc:author>nicolargo</dc:author>
<dc:subject>install, date</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://en.about-gnulinux.info/index.php?post/2009/12/06/When-did-you-install-your-system"><img border="0" src="http://blogmarks.net/screenshots/2009/12/06/536df59af02c382df62fe13f54fcffb9.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://en.about-gnulinux.info/index.php?post/2009/12/06/When-did-you-install-your-system">When did you install your system ? - About GNU/Linux</a></h4>
 
by <a href="http://blogmarks.net/user/nicolargo">nicolargo</a> 
<p class="description">Une ligne de commande pour savoir quand votre système a été installé !</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/install">install</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/date">date</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058612874">Copy</a> | 
<a href="http://blogmarks.net/link/3432752">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Foolster41/mark/1058608871">
<title>Javascript D&amp;D 3.5 Character Generator</title>
<link>http://www.pathguy.com/cg35.htm</link>
<description>A good java script generator for D&amp;D/D20 system 3.5 edition, though it is big so it loads pretty slower with slower connections.,</description>
<dc:date>2009-12-04T08:59:14Z</dc:date>
<dc:author>Foolster41</dc:author>
<dc:subject>Role Playing Games, d20, d&amp;d, dungeons and dragons, rpg, Pen adn paper, games</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.pathguy.com/cg35.htm"><img border="0" src="http://blogmarks.net/screenshots/2009/12/04/d269d14d7e63503e69cb862197ddba1e.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.pathguy.com/cg35.htm">Javascript D&amp;D 3.5 Character Generator</a></h4>
 
by <a href="http://blogmarks.net/user/Foolster41">Foolster41</a> 
<p class="description">A good java script generator for D&D/D20 system 3.5 edition, though it is big so it loads pretty slower with slower connections.,</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Role%2BPlaying%2BGames">Role Playing Games</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/d20">d20</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/d%2526d">d&d</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dungeons%2Band%2Bdragons">dungeons and dragons</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rpg">rpg</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Pen%2Badn%2Bpaper">Pen adn paper</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/games">games</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058608871">Copy</a> | 
<a href="http://blogmarks.net/link/3429143">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/cascamorto/mark/1058608722">
<title>Dreamlinux</title>
<link>http://www.dreamlinux.com.br/index.html</link>
<description>- Dreamlinux is a free, modern and modular GNU/Linux system. It can be run directly from a CD/DVD/USBStick and optionally be installed to a HDD, including IDE, SCSI, SATA, PATA and USB drives.
- Dreamlinux comes with a selection of the best applications designed to meet most of your daily needs.

� Dreamlinux is based on the venerable Debian Operating System. This means it takes advantage of Debian's best features and adds its own modern development tools, system scripts and applications.

� Dreamlinux Desktop Edition 3.5 comes with XFCE Desktop Environment as default. However, nothing prevents anyone from using other desktop environments, thanks to Dreamlinux's modular architecture. For example, you'll find Gnome Desktop Environment available as an XFCE replacement. Shortly, we will make LXDE, TDE and Fluxbox available as well.

Multimedia resources
� Dreamlinux comes with all the codecs and media players needed for a good multimedia experience.</description>
<dc:date>2009-12-03T21:20:11Z</dc:date>
<dc:author>cascamorto</dc:author>
<dc:subject>htpc, multimedia, pc.portables, linux</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.dreamlinux.com.br/index.html"><img border="0" src="http://blogmarks.net/screenshots/2009/12/04/0cd1295e29f9fa96a9254395f48385e0.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.dreamlinux.com.br/index.html">Dreamlinux</a></h4>
 
by <a href="http://blogmarks.net/user/cascamorto">cascamorto</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2855638">2 other(s)</a> 
<p class="description">- Dreamlinux is a free, modern and modular GNU/Linux system. It can be run directly from a CD/DVD/USBStick and optionally be installed to a HDD, including IDE, SCSI, SATA, PATA and USB drives.
- Dreamlinux comes with a selection of the best applications designed to meet most of your daily needs.

� Dreamlinux is based on the venerable Debian Operating System. This means it takes advantage of Debian's best features and adds its own modern development tools, system scripts and applications.

� Dreamlinux Desktop Edition 3.5 comes with XFCE Desktop Environment as default. However, nothing prevents anyone from using other desktop environments, thanks to Dreamlinux's modular architecture. For example, you'll find Gnome Desktop Environment available as an XFCE replacement. Shortly, we will make LXDE, TDE and Fluxbox available as well.

Multimedia resources
� Dreamlinux comes with all the codecs and media players needed for a good multimedia experience.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/htpc">htpc</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/multimedia">multimedia</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/pc.portables">pc.portables</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=1058608722">Copy</a> | 
<a href="http://blogmarks.net/link/2855638">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/vrossign/mark/1058607916">
<title>UserCake - Opensource PHP user management system</title>
<link>http://usercake.com/index.php</link>
<description></description>
<dc:date>2009-12-03T08:33:46Z</dc:date>
<dc:author>vrossign</dc:author>
<dc:subject>php, user, user management, authentication, register</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://usercake.com/index.php"><img border="0" src="http://blogmarks.net/screenshots/2009/12/03/00f5dceb385cc377e9e1e232dfa50e61.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://usercake.com/index.php">UserCake - Opensource PHP user management system</a></h4>
 
by <a href="http://blogmarks.net/user/vrossign">vrossign</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/user">user</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/user%2Bmanagement">user management</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/authentication">authentication</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/register">register</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058607916">Copy</a> | 
<a href="http://blogmarks.net/link/3428514">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/macbros/mark/1058606651">
<title>My Page Rank Went Up!</title>
<link>http://www.macbrosplace.com/my-page-rank-went-up/</link>
<description>Finally! My Google Page Rank went up instead of down for a change!

All year I have been watching my Page rank go down one notch at a time each time Google decided to update their so called Page Ranking System.</description>
<dc:date>2009-12-02T02:05:26Z</dc:date>
<dc:author>macbros</dc:author>
<dc:subject>page rank, pr, google</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.macbrosplace.com/my-page-rank-went-up/"><img border="0" src="http://blogmarks.net/screenshots/2009/12/02/20c732cccead490b2921b12ecbd34f59.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.macbrosplace.com/my-page-rank-went-up/">My Page Rank Went Up!</a></h4>
 
by <a href="http://blogmarks.net/user/macbros">macbros</a> 
<p class="description">Finally! My Google Page Rank went up instead of down for a change!

All year I have been watching my Page rank go down one notch at a time each time Google decided to update their so called Page Ranking System.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/page%2Brank">page rank</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/pr">pr</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google">google</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058606651">Copy</a> | 
<a href="http://blogmarks.net/link/3427435">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058605718">
<title>Roundup Features</title>
<link>http://roundup.sourceforge.net/doc-1.0/features.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;Roundup is a simple-to-use and -install issue-tracking system with web, e-mail and command-line interfaces. It is based on the winning design from Ka-Ping Yee in the Software Carpentry &quot;Track&quot; design competition.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-12-01T02:46:45Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>issuetracker, python, ProjectManagement</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://roundup.sourceforge.net/doc-1.0/features.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://roundup.sourceforge.net/doc-1.0/features.html">Roundup Features</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Roundup is a simple-to-use and -install issue-tracking system with web, e-mail and command-line interfaces. It is based on the winning design from Ka-Ping Yee in the Software Carpentry "Track" design competition.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/issuetracker">issuetracker</a>
<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/ProjectManagement">ProjectManagement</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058605718">Copy</a> | 
<a href="http://blogmarks.net/link/3426643">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/talou/mark/1058605340">
<title>Solar System Scale Model</title>
<link>http://www.phrenopolis.com/perspective/solarsystem/</link>
<description></description>
<dc:date>2009-11-30T14:18:58Z</dc:date>
<dc:author>talou</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.phrenopolis.com/perspective/solarsystem/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/30/7f39f6b0e1a3f0c4fbe58aebca8e132c.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.phrenopolis.com/perspective/solarsystem/">Solar System Scale Model</a></h4>
 
by <a href="http://blogmarks.net/user/talou">talou</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3425871">1 other(s)</a> 
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058605340">Copy</a> | 
<a href="http://blogmarks.net/link/3425871">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/axlarry/mark/1058605303">
<title>Burning Wheels - Racing Game</title>
<link>http://www.racinggames.ws/playgame/burning-wheels.html</link>
<description>An addictive 3d car racing game! Full of upgrades, awesome graphics, and an innovative weather system. Win races, upgrade your car and buy up to 8 stunning cars.</description>
<dc:date>2009-11-30T13:26:45Z</dc:date>
<dc:author>axlarry</dc:author>
<dc:subject>racing game, car, games, flash game, online, free, sport, bored</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.racinggames.ws/playgame/burning-wheels.html"><img border="0" src="http://blogmarks.net/screenshots/2009/11/30/1d4be669b1b2909e55f48153a10a9730.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.racinggames.ws/playgame/burning-wheels.html">Burning Wheels - Racing Game</a></h4>
 
by <a href="http://blogmarks.net/user/axlarry">axlarry</a> 
<p class="description">An addictive 3d car racing game! Full of upgrades, awesome graphics, and an innovative weather system. Win races, upgrade your car and buy up to 8 stunning cars.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/racing%2Bgame">racing game</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/car">car</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/games">games</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/flash%2Bgame">flash game</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/online">online</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/free">free</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sport">sport</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bored">bored</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058605303">Copy</a> | 
<a href="http://blogmarks.net/link/3426313">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058604780">
<title>Solar System Scale Model</title>
<link>http://www.phrenopolis.com/perspective/solarsystem/</link>
<description>&lt;blockquote&gt;&lt;p&gt;That makes this page rather large - on an ordinary 72 dpi monitor it's just over half a mile wide, making it possibly one of the largest pages on the web.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-29T22:25:06Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>astronomie, datavisualization</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.phrenopolis.com/perspective/solarsystem/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/30/7f39f6b0e1a3f0c4fbe58aebca8e132c.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.phrenopolis.com/perspective/solarsystem/">Solar System Scale Model</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3425871">1 other(s)</a> 
<div class="description"><blockquote><p>That makes this page rather large - on an ordinary 72 dpi monitor it's just over half a mile wide, making it possibly one of the largest pages on the web.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/astronomie">astronomie</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=1058604780">Copy</a> | 
<a href="http://blogmarks.net/link/3425871">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/eledo34/mark/1058601753">
<title>MySQL Workbench, obtenir le modèle de données d'une base mysql - System-Linux</title>
<link>http://www.system-linux.eu/index.php?post/2009/05/13/MySQL-Workbench,-obtenir-le-modèle-de-données-d-une-base-mysql</link>
<description></description>
<dc:date>2009-11-29T05:14:38Z</dc:date>
<dc:author>eledo34</dc:author>
<dc:subject>mysql, astuces mysql</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.system-linux.eu/index.php?post/2009/05/13/MySQL-Workbench,-obtenir-le-modèle-de-données-d-une-base-mysql"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.system-linux.eu/index.php?post/2009/05/13/MySQL-Workbench,-obtenir-le-modèle-de-données-d-une-base-mysql">MySQL Workbench, obtenir le modèle de données d'une base mysql - System-Linux</a></h4>
 
by <a href="http://blogmarks.net/user/eledo34">eledo34</a> 
<p class="tags">
<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/astuces%2Bmysql">astuces mysql</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058601753">Copy</a> | 
<a href="http://blogmarks.net/link/3423003">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/eledo34/mark/1058601644">
<title>Mot de passe root mysql perdu ? - System-Linux</title>
<link>http://www.system-linux.eu/index.php?post/2009/11/26/Mot-de-passe-root-mysql-perdu</link>
<description></description>
<dc:date>2009-11-29T04:56:36Z</dc:date>
<dc:author>eledo34</dc:author>
<dc:subject>mysql, mot de passe</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.system-linux.eu/index.php?post/2009/11/26/Mot-de-passe-root-mysql-perdu"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.system-linux.eu/index.php?post/2009/11/26/Mot-de-passe-root-mysql-perdu">Mot de passe root mysql perdu ? - System-Linux</a></h4>
 
by <a href="http://blogmarks.net/user/eledo34">eledo34</a> 
<p class="tags">
<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/mot%2Bde%2Bpasse">mot de passe</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058601644">Copy</a> | 
<a href="http://blogmarks.net/link/3422895">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jakamos/mark/1058601361">
<title>SIW | System Information for Windows</title>
<link>http://www.gtopala.com/</link>
<description>SIW - System Information for Windows</description>
<dc:date>2009-11-28T19:13:07Z</dc:date>
<dc:author>jakamos</dc:author>
<dc:subject>free.Apps.System</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.gtopala.com/"><img border="0" src="http://blogmarks.net/screenshots/2008/04/28/f85f247f37ea8ae1a3631c5e8be57a42.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.gtopala.com/">SIW | System Information for Windows</a></h4>
 
by <a href="http://blogmarks.net/user/jakamos">jakamos</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1318919">8 other(s)</a> 
<p class="description">SIW - System Information for Windows</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/free.Apps.System">free.Apps.System</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058601361">Copy</a> | 
<a href="http://blogmarks.net/link/1318919">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ericpaul/mark/1058593217">
<title>Win4Lin Desktop | The easiest way to run Windows on Linux</title>
<link>http://win4lin.com/wp/</link>
<description>Virtual Bridges Desktop Products

Win4Lin Desktop™ 5.5 is the easiest solution for running  Windows on Linux. No more dual booting – Win4Lin Desktop runs Windows as a Linux application and stores your documents and settings in the Linux file system.

Integration with your Linux environment – whether it is one specialized application or your whole desktop, Win4Lin Desktop provides seamless support for Windows-on-Linux.</description>
<dc:date>2009-11-26T23:02:58Z</dc:date>
<dc:author>ericpaul</dc:author>
<dc:subject>Windows_Applications_In_Linux</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://win4lin.com/wp/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/26/39a16ff16492e4c1bfd4fa195c73d386.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://win4lin.com/wp/">Win4Lin Desktop | The easiest way to run Windows on Linux</a></h4>
 
by <a href="http://blogmarks.net/user/ericpaul">ericpaul</a> 
<p class="description">Virtual Bridges Desktop Products

Win4Lin Desktop™ 5.5 is the easiest solution for running  Windows on Linux. No more dual booting – Win4Lin Desktop runs Windows as a Linux application and stores your documents and settings in the Linux file system.

Integration with your Linux environment – whether it is one specialized application or your whole desktop, Win4Lin Desktop provides seamless support for Windows-on-Linux.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Windows_Applications_In_Linux">Windows_Applications_In_Linux</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058593217">Copy</a> | 
<a href="http://blogmarks.net/link/3417096">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058596131">
<title>Rippol - Intelligent Discovery</title>
<link>http://rippol.com/</link>
<description>Rippol is an intelligent video discovery engine that uses The Butterfly Effect Network, a system of algorithms invented by Team Rippol to help you discover videos you like.</description>
<dc:date>2009-11-26T14:52:13Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>discovery, videos, socialnetwork, online, tool</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://rippol.com/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://rippol.com/">Rippol - Intelligent Discovery</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
<p class="description">Rippol is an intelligent video discovery engine that uses The Butterfly Effect Network, a system of algorithms invented by Team Rippol to help you discover videos you like.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/discovery">discovery</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/videos">videos</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/socialnetwork">socialnetwork</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/online">online</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tool">tool</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058596131">Copy</a> | 
<a href="http://blogmarks.net/link/3419707">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>