<?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/losing">
<title>Public marks with search losing</title>
<description>Public marks with search losing</description>
<link>http://blogmarks.net/marks/search/losing</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/paulantoinem/mark/1058603151"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058435381"/>
<rdf:li resource="http://blogmarks.net/api/user/Spone/mark/1058427131"/>
<rdf:li resource="http://blogmarks.net/api/user/ericpaul/mark/1058225463"/>
<rdf:li resource="http://blogmarks.net/api/user/kasi77/mark/1058196030"/>
<rdf:li resource="http://blogmarks.net/api/user/sbrothier/mark/1057991993"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1057974618"/>
<rdf:li resource="http://blogmarks.net/api/user/ms_michel/mark/1057912492"/>
<rdf:li resource="http://blogmarks.net/api/user/cascamorto/mark/1057891792"/>
<rdf:li resource="http://blogmarks.net/api/user/knann/mark/1057890503"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1057879410"/>
<rdf:li resource="http://blogmarks.net/api/user/democrattotheend/mark/1057755221"/>
<rdf:li resource="http://blogmarks.net/api/user/naudjf/mark/1057751828"/>
<rdf:li resource="http://blogmarks.net/api/user/rax262/mark/1057727668"/>
<rdf:li resource="http://blogmarks.net/api/user/outdoorcine/mark/1057555710"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1057539580"/>
<rdf:li resource="http://blogmarks.net/api/user/jsbi/mark/1057507911"/>
<rdf:li resource="http://blogmarks.net/api/user/Regis/mark/1057464228"/>
<rdf:li resource="http://blogmarks.net/api/user/paleorthid/mark/1057440527"/>
<rdf:li resource="http://blogmarks.net/api/user/weightloss/mark/1057424666"/>
<rdf:li resource="http://blogmarks.net/api/user/kunix/mark/1057374729"/>
<rdf:li resource="http://blogmarks.net/api/user/rickydrier/mark/1057289395"/>
<rdf:li resource="http://blogmarks.net/api/user/springnet/mark/1057900906"/>
<rdf:li resource="http://blogmarks.net/api/user/ms_michel/mark/1057253279"/>
<rdf:li resource="http://blogmarks.net/api/user/alexnihilo/mark/1057217647"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/paulantoinem/mark/1058603151">
<title>Losing the News: The Future of the News That Feeds Democracy | IndieBound</title>
<link>http://envrac.posterous.com/losing-the-news-the-future-of-the-news-that-f</link>
<description>via indiebound.org      ...</description>
<dc:date>2009-09-08T13:12:20Z</dc:date>
<dc:author>paulantoinem</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://envrac.posterous.com/losing-the-news-the-future-of-the-news-that-f"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://envrac.posterous.com/losing-the-news-the-future-of-the-news-that-f">Losing the News: The Future of the News That Feeds Democracy | IndieBound</a></h4>
 
by <a href="http://blogmarks.net/user/paulantoinem">paulantoinem</a> 
<p class="description">via indiebound.org      ...</p>
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058603151">Copy</a> | 
<a href="http://blogmarks.net/link/3424340">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058435381">
<title>Elixir – Trac</title>
<link>http://elixir.ematia.de/trac/wiki</link>
<description>&lt;blockquote&gt;&lt;p&gt;Elixir is a declarative layer on top of the SQLAlchemy library. It is a fairly thin wrapper, which provides the ability to create simple Python classes that map directly to relational database tables (this pattern is often referred to as the Active Record design pattern), providing many of the benefits of traditional databases without losing the convenience of Python objects.&lt;/p&gt;&lt;p&gt;Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the TurboEntity project but does not intend to replace SQLAlchemy's core features, and instead focuses on providing a simpler syntax for defining model objects when you do not need the full expressiveness of SQLAlchemy's manual mapper definitions.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-07-20T02:16:35Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, database, orm, activerecord</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://elixir.ematia.de/trac/wiki"><img border="0" src="http://blogmarks.net/screenshots/2009/07/20/16fa2bd82a4e5a6005eb0dbe995e2ce7.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://elixir.ematia.de/trac/wiki">Elixir – Trac</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Elixir is a declarative layer on top of the SQLAlchemy library. It is a fairly thin wrapper, which provides the ability to create simple Python classes that map directly to relational database tables (this pattern is often referred to as the Active Record design pattern), providing many of the benefits of traditional databases without losing the convenience of Python objects.</p><p>Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the TurboEntity project but does not intend to replace SQLAlchemy's core features, and instead focuses on providing a simpler syntax for defining model objects when you do not need the full expressiveness of SQLAlchemy's manual mapper definitions.</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/database">database</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/orm">orm</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/activerecord">activerecord</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058435381">Copy</a> | 
<a href="http://blogmarks.net/link/3290155">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Spone/mark/1058427131">
<title>freckle: time tracking rethought</title>
<link>http://letsfreckle.com/</link>
<description>You know you're losing time, which means you're losing money. But knowing that you're losing money doesn't seem to help at all, because you hate the act of time tracking so much, you just estimate at the end of the day (or worse). You've tried several different solutions, each time hoping you'd found one you could live with, but in the end they all seem the same.

We had the same problems. That's why we made freckle.</description>
<dc:date>2009-07-13T19:40:50Z</dc:date>
<dc:author>Spone</dc:author>
<dc:subject>tracking, time, productivité</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://letsfreckle.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/11/4547ddd3413430496e887fe317578b04.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://letsfreckle.com/">freckle: time tracking rethought</a></h4>
 
by <a href="http://blogmarks.net/user/Spone">Spone</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3041570">2 other(s)</a> 
<p class="description">You know you're losing time, which means you're losing money. But knowing that you're losing money doesn't seem to help at all, because you hate the act of time tracking so much, you just estimate at the end of the day (or worse). You've tried several different solutions, each time hoping you'd found one you could live with, but in the end they all seem the same.

We had the same problems. That's why we made freckle.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tracking">tracking</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/time">time</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/productivit%25C3%25A9">productivité</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058427131">Copy</a> | 
<a href="http://blogmarks.net/link/3041570">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ericpaul/mark/1058225463">
<title>How to Setup Ubuntu for Reinstalling your applications without losing your data | MyBrainRunsLinux.com</title>
<link>http://mybrainrunslinux.com/node/2</link>
<description></description>
<dc:date>2009-03-01T02:05:28Z</dc:date>
<dc:author>ericpaul</dc:author>
<dc:subject>LinuxBackUp, UbuntuBackUp</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://mybrainrunslinux.com/node/2"><img border="0" src="http://blogmarks.net/screenshots/2009/03/01/bfcaf4c5386f8056951407f1a3de4731.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://mybrainrunslinux.com/node/2">How to Setup Ubuntu for Reinstalling your applications without losing your data | MyBrainRunsLinux.com</a></h4>
 
by <a href="http://blogmarks.net/user/ericpaul">ericpaul</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/LinuxBackUp">LinuxBackUp</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/UbuntuBackUp">UbuntuBackUp</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058225463">Copy</a> | 
<a href="http://blogmarks.net/link/3113733">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/kasi77/mark/1058196030">
<title>Gartner Predicts Video Telepresence Will Replace 2.1 Million Airline Seats Per Year by 2012, Losing the Travel Industry $3.5 billion annually</title>
<link>http://www.gartner.com/it/page.jsp?id=876512</link>
<description>Gartner Predicts Video Telepresence Will Replace 2.1 Million Airline Seats Per Year by 2012, Losing the Travel Industry $3.5 billion annually </description>
<dc:date>2009-02-07T20:39:49Z</dc:date>
<dc:author>kasi77</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.gartner.com/it/page.jsp?id=876512"><img border="0" src="http://blogmarks.net/screenshots/2009/02/07/18d1971a0a83c6a2a6c532cf5d67f8c5.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.gartner.com/it/page.jsp?id=876512">Gartner Predicts Video Telepresence Will Replace 2.1 Million Airline Seats Per Year by 2012, Losing the Travel Industry $3.5 billion annually</a></h4>
 
by <a href="http://blogmarks.net/user/kasi77">kasi77</a> 
<p class="description">Gartner Predicts Video Telepresence Will Replace 2.1 Million Airline Seats Per Year by 2012, Losing the Travel Industry $3.5 billion annually </p>
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058196030">Copy</a> | 
<a href="http://blogmarks.net/link/3088246">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sbrothier/mark/1057991993">
<title>The Cocktail Chronicles</title>
<link>http://www.cocktailchronicles.com/</link>
<description>The word “cocktail” and the idea of a “mission statement” should never appear in the same train of thought, but here we are – the “about” page. Well, if you must know—

The Cocktail Chronicles is an ongoing exploration of fine spirits, creative cocktails and classic mixology. This web log was created in May 2005 in an effort to document the drinks I’m experimenting with at any particular time, along with thoughts on cocktail ingredients, brands and types of spirits and the overall culture of drinking (I also discovered that it’s a handy way to keep track of all those cocktail recipes I was always losing on little slips of paper or in the little notebooks that clutter up my desk). Since its inception, The Cocktail Chronicles has explored more than 100 different drinks; covered the home-brew of obscure cocktail ingredients such as pimento dram and falernum; been the founding site and ongoing moderation source for the regular virtual cocktail party known as Mixology Monday; attracted—oh, hell, lots of readers (and pissed off a few, too); and presented only slightly inebriated daily updates from Tales of the Cocktail, the nation’s foremost cocktail event.</description>
<dc:date>2008-09-24T10:21:55Z</dc:date>
<dc:author>sbrothier</dc:author>
<dc:subject>drink, blog, lang:en, euvs, euvs-content</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.cocktailchronicles.com/"><img border="0" src="http://blogmarks.net/screenshots/2008/09/24/9d75423cb82f7b1f5462686b725ac1a3.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.cocktailchronicles.com/">The Cocktail Chronicles</a></h4>
 
by <a href="http://blogmarks.net/user/sbrothier">sbrothier</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2907755">1 other(s)</a> 
<p class="description">The word “cocktail” and the idea of a “mission statement” should never appear in the same train of thought, but here we are – the “about” page. Well, if you must know—

The Cocktail Chronicles is an ongoing exploration of fine spirits, creative cocktails and classic mixology. This web log was created in May 2005 in an effort to document the drinks I’m experimenting with at any particular time, along with thoughts on cocktail ingredients, brands and types of spirits and the overall culture of drinking (I also discovered that it’s a handy way to keep track of all those cocktail recipes I was always losing on little slips of paper or in the little notebooks that clutter up my desk). Since its inception, The Cocktail Chronicles has explored more than 100 different drinks; covered the home-brew of obscure cocktail ingredients such as pimento dram and falernum; been the founding site and ongoing moderation source for the regular virtual cocktail party known as Mixology Monday; attracted—oh, hell, lots of readers (and pissed off a few, too); and presented only slightly inebriated daily updates from Tales of the Cocktail, the nation’s foremost cocktail event.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/drink">drink</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/blog">blog</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lang%253Aen">lang:en</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/euvs">euvs</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/euvs-content">euvs-content</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057991993">Copy</a> | 
<a href="http://blogmarks.net/link/2907755">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1057974618">
<title>Security, Crypto, and Random Topics - there's whitelisting, and then there's whitelisting</title>
<link>http://boblord.livejournal.com/23434.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;It's been clear for some time that blacklisting the &quot;bad&quot; apps was a losing battle. &lt;/p&gt;&lt;/blockquote&gt;

exactement comme le html invalide. Maintenant qu'elle est la strategie de whitelisting pour le bon html. Et surtout est-ce important d'avoir du bon html en comparaison de bon contenu, quelques ordres de grandeur en difference.</description>
<dc:date>2008-09-08T02:56:39Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>validation, quality, html5, html</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://boblord.livejournal.com/23434.html"><img border="0" src="http://blogmarks.net/screenshots/2008/09/08/bdc42b739d90020e85aa7137138ad588.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://boblord.livejournal.com/23434.html">Security, Crypto, and Random Topics - there's whitelisting, and then there's whitelisting</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>It's been clear for some time that blacklisting the "bad" apps was a losing battle. </p></blockquote>

exactement comme le html invalide. Maintenant qu'elle est la strategie de whitelisting pour le bon html. Et surtout est-ce important d'avoir du bon html en comparaison de bon contenu, quelques ordres de grandeur en difference.</div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/validation">validation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/quality">quality</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/html">html</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057974618">Copy</a> | 
<a href="http://blogmarks.net/link/2892453">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ms_michel/mark/1057912492">
<title>LINQ to SQL: .NET Language-Integrated Query for Relational Data</title>
<link>http://msdn.microsoft.com/en-us/library/bb425822.aspx</link>
<description>LINQ to SQL provides a runtime infrastructure for managing relational data as objects without losing the ability to query. Your application is free to manipulate the objects while LINQ to SQL stays in the background tracking your changes automatically</description>
<dc:date>2008-07-10T08:38:54Z</dc:date>
<dc:author>ms_michel</dc:author>
<dc:subject>.net</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://msdn.microsoft.com/en-us/library/bb425822.aspx"><img border="0" src="http://blogmarks.net/screenshots/2008/07/10/1ff75d6030f323e3dc9330403e1a4105.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://msdn.microsoft.com/en-us/library/bb425822.aspx">LINQ to SQL: .NET Language-Integrated Query for Relational Data</a></h4>
 
by <a href="http://blogmarks.net/user/ms_michel">ms_michel</a> 
<p class="description">LINQ to SQL provides a runtime infrastructure for managing relational data as objects without losing the ability to query. Your application is free to manipulate the objects while LINQ to SQL stays in the background tracking your changes automatically</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/.net">.net</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057912492">Copy</a> | 
<a href="http://blogmarks.net/link/2835914">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/cascamorto/mark/1057891792">
<title>Robin Wood Photoshop Tutorials - Getting the White Out of Line Art</title>
<link>http://www.robinwood.com/Catalog/Technical/PhotoshopTuts/PhotoTutSet.html</link>
<description> Transforming Black &amp; White Art to Art on Transparency : 
This tutorial explains how to quickly and accurately remove the white ground from black and white line art in just a few seconds, transforming any clean black and white art into colored art on a transparent ground in next to no time, without losing a thing</description>
<dc:date>2008-06-24T06:04:11Z</dc:date>
<dc:author>cascamorto</dc:author>
<dc:subject>tutoriels, photoshop</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.robinwood.com/Catalog/Technical/PhotoshopTuts/PhotoTutSet.html"><img border="0" src="http://blogmarks.net/screenshots/2008/06/24/e74ddc5875abea146fa73367eb16bc8a.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.robinwood.com/Catalog/Technical/PhotoshopTuts/PhotoTutSet.html">Robin Wood Photoshop Tutorials - Getting the White Out of Line Art</a></h4>
 
by <a href="http://blogmarks.net/user/cascamorto">cascamorto</a> 
<p class="description"> Transforming Black & White Art to Art on Transparency : 
This tutorial explains how to quickly and accurately remove the white ground from black and white line art in just a few seconds, transforming any clean black and white art into colored art on a transparent ground in next to no time, without losing a thing</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tutoriels">tutoriels</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/photoshop">photoshop</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057891792">Copy</a> | 
<a href="http://blogmarks.net/link/2820925">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/knann/mark/1057890503">
<title>Inventors of the Industrial Revolution</title>
<link>http://www.teachersfirst.com/lessons/inventor2/lesson.cfm</link>
<description>Interactive site about Inventors of the Industrial Revolution. Good for DI. These interactive lessons will help students grasp the background and impact of the inventors of the Industrial Revolution. The activities include a timeline and some basic facts so students build a context of historical events and every day life in the time period. 

The Invention information and activities are divided into categories:

Agriculture 
Textile 
Steam and Steel 
Transportation 
Technology 
These categories span nineteen pages of activities, followed by an interactive quiz. Some invention pages and the About page include links to outside sites (with an arrow and link icon) for further investigation. These sites open in a new window so you can visit them at any time in the course of a lesson without losing your place in the activities.  Requires flash.  </description>
<dc:date>2008-06-22T17:58:33Z</dc:date>
<dc:author>knann</dc:author>
<dc:subject>inventors, msvt, ms:ss, mslc, industrial revolution, district</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.teachersfirst.com/lessons/inventor2/lesson.cfm"><img border="0" src="http://blogmarks.net/screenshots/2008/06/22/d08e2c2274faa3033d29dbc4412150a4.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.teachersfirst.com/lessons/inventor2/lesson.cfm">Inventors of the Industrial Revolution</a></h4>
 
by <a href="http://blogmarks.net/user/knann">knann</a> 
<p class="description">Interactive site about Inventors of the Industrial Revolution. Good for DI. These interactive lessons will help students grasp the background and impact of the inventors of the Industrial Revolution. The activities include a timeline and some basic facts so students build a context of historical events and every day life in the time period. 

The Invention information and activities are divided into categories:

Agriculture 
Textile 
Steam and Steel 
Transportation 
Technology 
These categories span nineteen pages of activities, followed by an interactive quiz. Some invention pages and the About page include links to outside sites (with an arrow and link icon) for further investigation. These sites open in a new window so you can visit them at any time in the course of a lesson without losing your place in the activities.  Requires flash.  </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/inventors">inventors</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/msvt">msvt</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ms%253Ass">ms:ss</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mslc">mslc</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/industrial%2Brevolution">industrial revolution</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/district">district</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057890503">Copy</a> | 
<a href="http://blogmarks.net/link/2819738">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1057879410">
<title>symfony Web PHP Framework     » About    </title>
<link>http://www.symfony-project.org/about</link>
<description>Symfony is a web application framework for PHP5 projects.

It aims to speed up the creation and maintenance of web applications, and to replace the repetitive coding tasks by power, control and pleasure.

The very small number of prerequisites make symfony easy to install on any configuration; you just need Unix or Windows with a web server and PHP 5 installed. It is compatible with almost every database system. In addition, it has a very small overhead, so the benefits of the framework don't come at the cost of an increase of hosting costs.

Using symfony is so natural and easy for people used to PHP and the design patterns of Internet applications that the learning curve is reduced to less than a day. The clean design and code readability will keep your delays short. Developers can apply agile development principles (such as DRY, KISS or the XP philosophy) and focus on applicative logic without losing time to write endless XML configuration files.

Symfony is aimed at building robust applications in an enterprise context. This means that you have full control over the configuration: from the directory structure to the foreign libraries, almost everything can be customized. To match your enterprise's development guidelines, symfony is bundled with additional tools helping you to test, debug and document your project.

Last but not least, by choosing symfony you get the benefits of an active open-source community. It is entirely free and published under the MIT license.

Symfony is sponsored by Sensio, a French Web Agency well known for its innovative views on web development.</description>
<dc:date>2008-06-14T10:09:33Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject>php, web 2.0</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.symfony-project.org/about"><img border="0" src="http://blogmarks.net/screenshots/2008/06/14/1b9382898718e9cebcdbea6f0c54cfdb.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.symfony-project.org/about">symfony Web PHP Framework     » About    </a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</a> 
<p class="description">Symfony is a web application framework for PHP5 projects.

It aims to speed up the creation and maintenance of web applications, and to replace the repetitive coding tasks by power, control and pleasure.

The very small number of prerequisites make symfony easy to install on any configuration; you just need Unix or Windows with a web server and PHP 5 installed. It is compatible with almost every database system. In addition, it has a very small overhead, so the benefits of the framework don't come at the cost of an increase of hosting costs.

Using symfony is so natural and easy for people used to PHP and the design patterns of Internet applications that the learning curve is reduced to less than a day. The clean design and code readability will keep your delays short. Developers can apply agile development principles (such as DRY, KISS or the XP philosophy) and focus on applicative logic without losing time to write endless XML configuration files.

Symfony is aimed at building robust applications in an enterprise context. This means that you have full control over the configuration: from the directory structure to the foreign libraries, almost everything can be customized. To match your enterprise's development guidelines, symfony is bundled with additional tools helping you to test, debug and document your project.

Last but not least, by choosing symfony you get the benefits of an active open-source community. It is entirely free and published under the MIT license.

Symfony is sponsored by Sensio, a French Web Agency well known for its innovative views on web development.</p>
<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/web%2B2.0">web 2.0</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057879410">Copy</a> | 
<a href="http://blogmarks.net/link/2810125">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/democrattotheend/mark/1057755221">
<title>Latest NBC Poll: Obama is in Surprisingly Good Shape</title>
<link>http://purplestatepundit.com/blog/election08/latest-nbc-poll-obama-is-in-surprisingly-good-shape/</link>
<description>While his support among white voters has slipped a few points since the last poll, he actually does better among whites against McCain than Clinton, losing the white vote 49-38, as opposed to 53-38 for Clinton. The 11-point deficit among whites might look discouraging, but it’s important to keep in mind that Kerry lost the white vote by 17 points in 2004. Obama is only 3 points below Kerry’s percentage of the white vote (41%), while McCain is 9 points behind Bush’s 58% (the rest are undecided).
</description>
<dc:date>2008-03-27T15:30:50Z</dc:date>
<dc:author>democrattotheend</dc:author>
<dc:subject>candidates, democrats, Election 2008, elections, politics, polls, John McCain, Hillary Clinton, barack obama</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://purplestatepundit.com/blog/election08/latest-nbc-poll-obama-is-in-surprisingly-good-shape/"><img border="0" src="http://blogmarks.net/screenshots/2008/03/27/afb2beaf486fcd0c6678b1b609fe29e5.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://purplestatepundit.com/blog/election08/latest-nbc-poll-obama-is-in-surprisingly-good-shape/">Latest NBC Poll: Obama is in Surprisingly Good Shape</a></h4>
 
by <a href="http://blogmarks.net/user/democrattotheend">democrattotheend</a> 
<p class="description">While his support among white voters has slipped a few points since the last poll, he actually does better among whites against McCain than Clinton, losing the white vote 49-38, as opposed to 53-38 for Clinton. The 11-point deficit among whites might look discouraging, but it’s important to keep in mind that Kerry lost the white vote by 17 points in 2004. Obama is only 3 points below Kerry’s percentage of the white vote (41%), while McCain is 9 points behind Bush’s 58% (the rest are undecided).
</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/candidates">candidates</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/democrats">democrats</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Election%2B2008">Election 2008</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/elections">elections</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/politics">politics</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/polls">polls</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/John%2BMcCain">John McCain</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Hillary%2BClinton">Hillary Clinton</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/barack%2Bobama">barack obama</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057755221">Copy</a> | 
<a href="http://blogmarks.net/link/2718639">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/naudjf/mark/1057751828">
<title>Mobile browser statistics: WebKit on the rise, Opera losing share</title>
<link>http://johannburkard.de/blog/www/mobile/mobile-browser-statistics-webkit-on-the-rise-opera-losing-share.html</link>
<description></description>
<dc:date>2008-03-25T11:23:12Z</dc:date>
<dc:author>naudjf</dc:author>
<dc:subject>browser, share, mobile</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://johannburkard.de/blog/www/mobile/mobile-browser-statistics-webkit-on-the-rise-opera-losing-share.html"><img border="0" src="http://blogmarks.net/screenshots/2008/03/25/9fce854c0585a5e7b0f5495de3e35919.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://johannburkard.de/blog/www/mobile/mobile-browser-statistics-webkit-on-the-rise-opera-losing-share.html">Mobile browser statistics: WebKit on the rise, Opera losing share</a></h4>
 
by <a href="http://blogmarks.net/user/naudjf">naudjf</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/browser">browser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/share">share</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=1057751828">Copy</a> | 
<a href="http://blogmarks.net/link/2715585">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/rax262/mark/1057727668">
<title>Does Wet Weather Equal Lost Nitrogen?</title>
<link>http://www.omafra.gov.on.ca/english/crops/field/news/croptalk/2004/ct_0604a1.htm</link>
<description>May 2004 has brought almost record breaking rainfall. This has led to questions about how much nitrogen was lost from the soil. More to the point, the real question being asked is, &quot;How much extra fertilizer should I apply to keep from losing yield?&quot; This question cannot be answered precisely, since many variables enter the picture, but we can at least start to make some educated guesses.</description>
<dc:date>2008-03-08T22:30:14Z</dc:date>
<dc:author>rax262</dc:author>
<dc:subject>fertilizer, Agriculture, science</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.omafra.gov.on.ca/english/crops/field/news/croptalk/2004/ct_0604a1.htm"><img border="0" src="http://blogmarks.net/screenshots/2008/03/09/a4b61b528ea18d111a89123b957c185c.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.omafra.gov.on.ca/english/crops/field/news/croptalk/2004/ct_0604a1.htm">Does Wet Weather Equal Lost Nitrogen?</a></h4>
 
by <a href="http://blogmarks.net/user/rax262">rax262</a> 
<p class="description">May 2004 has brought almost record breaking rainfall. This has led to questions about how much nitrogen was lost from the soil. More to the point, the real question being asked is, "How much extra fertilizer should I apply to keep from losing yield?" This question cannot be answered precisely, since many variables enter the picture, but we can at least start to make some educated guesses.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/fertilizer">fertilizer</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Agriculture">Agriculture</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/science">science</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057727668">Copy</a> | 
<a href="http://blogmarks.net/link/2696535">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/outdoorcine/mark/1057555710">
<title>Using Handcuffs for Wild Sex!</title>
<link>http://www.libidopill.com/using-handcuffs-for-wild-sex/</link>
<description>Losing control over what is going on can be a huge turn-on for some people. When they are handcuffed, their partner gets complete control over their pleasure, and this can lead to some amazing results.</description>
<dc:date>2008-01-24T11:10:24Z</dc:date>
<dc:author>outdoorcine</dc:author>
<dc:subject>libido, enhance, bondage, wild sex, sex toys, foreplay, fantasy</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.libidopill.com/using-handcuffs-for-wild-sex/"><img border="0" src="http://blogmarks.net/screenshots/2008/01/24/6837dd526a377d66f53158c0df829268.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.libidopill.com/using-handcuffs-for-wild-sex/">Using Handcuffs for Wild Sex!</a></h4>
 
by <a href="http://blogmarks.net/user/outdoorcine">outdoorcine</a> 
<p class="description">Losing control over what is going on can be a huge turn-on for some people. When they are handcuffed, their partner gets complete control over their pleasure, and this can lead to some amazing results.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/libido">libido</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/enhance">enhance</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bondage">bondage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/wild%2Bsex">wild sex</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sex%2Btoys">sex toys</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/foreplay">foreplay</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/fantasy">fantasy</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057555710">Copy</a> | 
<a href="http://blogmarks.net/link/2542744">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1057539580">
<title>PCs Losing Their Relevance in Japan: Financial News - Yahoo! Finance</title>
<link>http://biz.yahoo.com/ap/071105/japan_bye_bye_pcs.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;More than 50 percent of Japanese send e-mail and browse the Internet from their mobile phones, according to a 2006 survey by the Ministry of Internal Affairs. The same survey found that 30 percent of people with e-mail on their phones used PC-based e-mail less, including 4 percent who said they had stopped sending e-mails from PCs completely.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2007-11-12T06:03:56Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>mobile, japon</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://biz.yahoo.com/ap/071105/japan_bye_bye_pcs.html"><img border="0" src="http://blogmarks.net/screenshots/2007/11/12/2267a254314c3e268f7a6bc7cf5217b0.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://biz.yahoo.com/ap/071105/japan_bye_bye_pcs.html">PCs Losing Their Relevance in Japan: Financial News - Yahoo! Finance</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>More than 50 percent of Japanese send e-mail and browse the Internet from their mobile phones, according to a 2006 survey by the Ministry of Internal Affairs. The same survey found that 30 percent of people with e-mail on their phones used PC-based e-mail less, including 4 percent who said they had stopped sending e-mails from PCs completely.</p></blockquote></div>
<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/japon">japon</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057539580">Copy</a> | 
<a href="http://blogmarks.net/link/2527004">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jsbi/mark/1057507911">
<title>How to easily Resize your Windows Vista Partition? Partition your C Drive</title>
<link>http://jsbi.blogspot.com/2007/10/how-to-easily-resize-your-windows-vista.html</link>
<description>There are many products in the market like the legendary Partition Magic - but although it claims to work with Windows Vista, but the fact is that it doesn't does the job that well. So you may be wondering how to resize your existing partitions like c: , d: drives without losing any data. I'll help you out today to do just that and also without the need for any costly programs.</description>
<dc:date>2007-10-28T16:16:42Z</dc:date>
<dc:author>jsbi</dc:author>
<dc:subject>microsoft, software, technology, tips, vista, windows</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://jsbi.blogspot.com/2007/10/how-to-easily-resize-your-windows-vista.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://jsbi.blogspot.com/2007/10/how-to-easily-resize-your-windows-vista.html">How to easily Resize your Windows Vista Partition? Partition your C Drive</a></h4>
 
by <a href="http://blogmarks.net/user/jsbi">jsbi</a> 
<p class="description">There are many products in the market like the legendary Partition Magic - but although it claims to work with Windows Vista, but the fact is that it doesn't does the job that well. So you may be wondering how to resize your existing partitions like c: , d: drives without losing any data. I'll help you out today to do just that and also without the need for any costly programs.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/microsoft">microsoft</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/software">software</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/technology">technology</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tips">tips</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/vista">vista</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/windows">windows</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057507911">Copy</a> | 
<a href="http://blogmarks.net/link/2498179">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Regis/mark/1057464228">
<title>Liquid Resize</title>
<link>http://www.thegedanken.com/retarget/</link>
<description>Liquid Resize, also known as re-targeting or content aware image resizing by seam carving/seam removal. Wouldn't it be cool to shrink your images without losing information on the main part of the image, but only shrinking the background. This application tries to accomplish just that</description>
<dc:date>2007-10-01T09:30:18Z</dc:date>
<dc:author>Regis</dc:author>
<dc:subject>image, editor, linux</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.thegedanken.com/retarget/"><img border="0" src="http://blogmarks.net/screenshots/2007/11/06/70aba065bdafed10297c876a0f5d48f5.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.thegedanken.com/retarget/">Liquid Resize</a></h4>
 
by <a href="http://blogmarks.net/user/Regis">Regis</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2438650">3 other(s)</a> 
<p class="description">Liquid Resize, also known as re-targeting or content aware image resizing by seam carving/seam removal. Wouldn't it be cool to shrink your images without losing information on the main part of the image, but only shrinking the background. This application tries to accomplish just that</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/image">image</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/editor">editor</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=1057464228">Copy</a> | 
<a href="http://blogmarks.net/link/2438650">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/paleorthid/mark/1057440527">
<title>transect points: La Paz Loses Yakima Case</title>
<link>http://transectpoints.blogspot.com/2007/09/la-paz-loses-yakima-case.html</link>
<description>Locals are outraged that an elected official used La Paz County resources to pursue a solely personal vendetta against Yakima, a biosolids drier, abusing employees and losing over $10M in the process. A recall effort is mounting.</description>
<dc:date>2007-11-03T03:08:10Z</dc:date>
<dc:author>paleorthid</dc:author>
<dc:subject>biosolids, business, ethics, government, news, politics, regulation, waste, Yakima</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://transectpoints.blogspot.com/2007/09/la-paz-loses-yakima-case.html"><img border="0" src="http://blogmarks.net/screenshots/2007/11/03/2604f12473c07ef05aabde961cbcae1d.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://transectpoints.blogspot.com/2007/09/la-paz-loses-yakima-case.html">transect points: La Paz Loses Yakima Case</a></h4>
 
by <a href="http://blogmarks.net/user/paleorthid">paleorthid</a> 
<p class="description">Locals are outraged that an elected official used La Paz County resources to pursue a solely personal vendetta against Yakima, a biosolids drier, abusing employees and losing over $10M in the process. A recall effort is mounting.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/biosolids">biosolids</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/business">business</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ethics">ethics</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/government">government</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/news">news</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/politics">politics</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/regulation">regulation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/waste">waste</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Yakima">Yakima</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057440527">Copy</a> | 
<a href="http://blogmarks.net/link/2439112">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/weightloss/mark/1057424666">
<title>Hoodia-losing weight naturally</title>
<link>http://www.healthsupermart.com/</link>
<description>If you are interested in losing weight naturally, try Hoodia from HealthSupermart.com. Hoodia is a natural appetite suppressant. </description>
<dc:date>2007-09-01T05:28:51Z</dc:date>
<dc:author>weightloss</dc:author>
<dc:subject>hoodia, weight loss, Lose Weight, natural weight loss, weight loss diet</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.healthsupermart.com/"><img border="0" src="http://blogmarks.net/screenshots/2007/09/01/b04d11955b90070ef98f994541be2f36.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.healthsupermart.com/">Hoodia-losing weight naturally</a></h4>
 
by <a href="http://blogmarks.net/user/weightloss">weightloss</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2247246">1 other(s)</a> 
<p class="description">If you are interested in losing weight naturally, try Hoodia from HealthSupermart.com. Hoodia is a natural appetite suppressant. </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hoodia">hoodia</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/weight%2Bloss">weight loss</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Lose%2BWeight">Lose Weight</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/natural%2Bweight%2Bloss">natural weight loss</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/weight%2Bloss%2Bdiet">weight loss diet</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057424666">Copy</a> | 
<a href="http://blogmarks.net/link/2247246">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/kunix/mark/1057374729">
<title>upgrade.php</title>
<link>http://upgradephp.berlios.de/</link>
<description>With 'upgrade.php' on-hand, you can use all features from newer PHP versions (up to 5.2 currently) without losing compatibility to older interpreters and outdated webserver setups.</description>
<dc:date>2007-08-01T17:22:08Z</dc:date>
<dc:author>kunix</dc:author>
<dc:subject>php</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://upgradephp.berlios.de/"><img border="0" src="http://blogmarks.net/screenshots/2007/08/01/529ef1b4566ca2a442414e0a33eb085c.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://upgradephp.berlios.de/">upgrade.php</a></h4>
 
by <a href="http://blogmarks.net/user/kunix">kunix</a> 
<p class="description">With 'upgrade.php' on-hand, you can use all features from newer PHP versions (up to 5.2 currently) without losing compatibility to older interpreters and outdated webserver setups.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057374729">Copy</a> | 
<a href="http://blogmarks.net/link/2383618">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/rickydrier/mark/1057289395">
<title>WFMU's Beware of the Blog: 365 Days #154 - High Society December 1982 - Busting My Cherry (mp3s) [NSFW]</title>
<link>http://blog.wfmu.org/freeform/2007/06/365_days_154_hi.html</link>
<description>about the December 1982 issue of &quot;High Society&quot; with a cardboard record featuring the promised you'd &quot;Hear the Sounds of a Virgin Losing Her Cherry!&quot; with accompanying pictorial.</description>
<dc:date>2007-06-23T16:28:37Z</dc:date>
<dc:author>rickydrier</dc:author>
<dc:subject>porn, high society, audio porn</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://blog.wfmu.org/freeform/2007/06/365_days_154_hi.html"><img border="0" src="http://blogmarks.net/screenshots/2007/06/23/d59387f06783af8676978d3a9f50869c.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://blog.wfmu.org/freeform/2007/06/365_days_154_hi.html">WFMU's Beware of the Blog: 365 Days #154 - High Society December 1982 - Busting My Cherry (mp3s) [NSFW]</a></h4>
 
by <a href="http://blogmarks.net/user/rickydrier">rickydrier</a> 
<p class="description">about the December 1982 issue of "High Society" with a cardboard record featuring the promised you'd "Hear the Sounds of a Virgin Losing Her Cherry!" with accompanying pictorial.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/porn">porn</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/high%2Bsociety">high society</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/audio%2Bporn">audio porn</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057289395">Copy</a> | 
<a href="http://blogmarks.net/link/2307877">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/springnet/mark/1057900906">
<title>Session Manager :: Firefox Add-ons</title>
<link>https://addons.mozilla.org/en-US/firefox/addon/2324</link>
<description>Session Manager saves and restores the state of all windows - either when you want it or automatically at startup and after crashes. Additionally it offers you to reopen (accidentally) closed windows and tabs. If you're afraid of losing data while..</description>
<dc:date>2007-06-09T15:49:19Z</dc:date>
<dc:author>springnet</dc:author>
<dc:subject>session, extension, firefox, springnet blogmarks, mozilla, tabs</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="https://addons.mozilla.org/en-US/firefox/addon/2324"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="https://addons.mozilla.org/en-US/firefox/addon/2324">Session Manager :: Firefox Add-ons</a></h4>
 
by <a href="http://blogmarks.net/user/springnet">springnet</a> 
<p class="description">Session Manager saves and restores the state of all windows - either when you want it or automatically at startup and after crashes. Additionally it offers you to reopen (accidentally) closed windows and tabs. If you're afraid of losing data while..</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/session">session</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/extension">extension</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/firefox">firefox</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/springnet%2Bblogmarks">springnet blogmarks</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mozilla">mozilla</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tabs">tabs</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057900906">Copy</a> | 
<a href="http://blogmarks.net/link/2826258">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ms_michel/mark/1057253279">
<title>On Losing Data and a Family Backup Strategy</title>
<link>http://www.hanselman.com/blog/OnLosingDataAndAFamilyBackupStrategy.aspx</link>
<description></description>
<dc:date>2007-06-06T09:09:05Z</dc:date>
<dc:author>ms_michel</dc:author>
<dc:subject>pour-memoire</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.hanselman.com/blog/OnLosingDataAndAFamilyBackupStrategy.aspx"><img border="0" src="http://blogmarks.net/screenshots/2007/06/06/1b9d5db484e1d73f917ba501660f1da2.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.hanselman.com/blog/OnLosingDataAndAFamilyBackupStrategy.aspx">On Losing Data and a Family Backup Strategy</a></h4>
 
by <a href="http://blogmarks.net/user/ms_michel">ms_michel</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/pour-memoire">pour-memoire</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057253279">Copy</a> | 
<a href="http://blogmarks.net/link/2275724">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/alexnihilo/mark/1057217647">
<title>BBC NEWS | Entertainment | Losing my Star Wars virginity</title>
<link>http://news.bbc.co.uk/2/hi/entertainment/6680279.stm</link>
<description>Star Wars virgin: 
How does it feel to watch the classic film for the first time? </description>
<dc:date>2007-05-25T13:11:49Z</dc:date>
<dc:author>alexnihilo</dc:author>
<dc:subject>humour, videos</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://news.bbc.co.uk/2/hi/entertainment/6680279.stm"><img border="0" src="http://blogmarks.net/screenshots/2007/05/25/0fcc251534315c1bacc5071b47964a13.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://news.bbc.co.uk/2/hi/entertainment/6680279.stm">BBC NEWS | Entertainment | Losing my Star Wars virginity</a></h4>
 
by <a href="http://blogmarks.net/user/alexnihilo">alexnihilo</a> 
<p class="description">Star Wars virgin: 
How does it feel to watch the classic film for the first time? </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/humour">humour</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/videos">videos</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057217647">Copy</a> | 
<a href="http://blogmarks.net/link/2250354">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>