<?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/finishing">
<title>Public marks with search finishing</title>
<description>Public marks with search finishing</description>
<link>http://blogmarks.net/marks/search/finishing</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/oqdbpo/mark/1057799184"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1057757497"/>
<rdf:li resource="http://blogmarks.net/api/user/oqdbpo/mark/1057702709"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1057548514"/>
<rdf:li resource="http://blogmarks.net/api/user/ddelangle/mark/1057435383"/>
<rdf:li resource="http://blogmarks.net/api/user/jindagi/mark/2521660"/>
<rdf:li resource="http://blogmarks.net/api/user/SusanneGarris2/mark/2198651"/>
<rdf:li resource="http://blogmarks.net/api/user/jcosmo77/mark/1940693"/>
<rdf:li resource="http://blogmarks.net/api/user/gvlx/mark/1256577"/>
<rdf:li resource="http://blogmarks.net/api/user/puppet/mark/744670"/>
<rdf:li resource="http://blogmarks.net/api/user/i_luv_cloud9/mark/643024"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/546200"/>
<rdf:li resource="http://blogmarks.net/api/user/matrault/mark/544069"/>
<rdf:li resource="http://blogmarks.net/api/user/redivider/mark/1165829"/>
<rdf:li resource="http://blogmarks.net/api/user/redivider/mark/1165844"/>
<rdf:li resource="http://blogmarks.net/api/user/zboog/mark/385527"/>
<rdf:li resource="http://blogmarks.net/api/user/outlaws42/mark/892025"/>
<rdf:li resource="http://blogmarks.net/api/user/RavenGrrl/mark/296395"/>
<rdf:li resource="http://blogmarks.net/api/user/multilinko/mark/167263"/>
<rdf:li resource="http://blogmarks.net/api/user/redivider/mark/1166359"/>
<rdf:li resource="http://blogmarks.net/api/user/redivider/mark/1167116"/>
<rdf:li resource="http://blogmarks.net/api/user/multilinko/mark/140811"/>
<rdf:li resource="http://blogmarks.net/api/user/znarf/mark/44600"/>
<rdf:li resource="http://blogmarks.net/api/user/damianmann/mark/68105"/>
<rdf:li resource="http://blogmarks.net/api/user/octolan/mark/10364"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/oqdbpo/mark/1057799184">
<title>Slideshow - Gravity Defying Homes | PointClickHome</title>
<link>http://www.pointclickhome.com/image/tid/3608</link>
<description>Gravity Defying Homes
Gangster House (Archangelsk, Russia)
Though incomplete, the “Gangster House” is believed to be the world's tallest wooden house, soaring thirteen floors to reach 144 feet (about half the size of London’s Big Ben). The homeowner or gangster, Nikolai Sutyagin, had all intentions of finishing the construction but his dream went on hold when he got locked up behind bars for his third jail sentence. Now out of jail and out of money, the ex-convict lives at the bottom of this precarious tower of wood.</description>
<dc:date>2008-04-18T16:18:48Z</dc:date>
<dc:author>oqdbpo</dc:author>
<dc:subject>house</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.pointclickhome.com/image/tid/3608"><img border="0" src="http://blogmarks.net/screenshots/2008/04/18/2acbefcb39f36976993be11e1fba24d1.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.pointclickhome.com/image/tid/3608">Slideshow - Gravity Defying Homes | PointClickHome</a></h4>
 
by <a href="http://blogmarks.net/user/oqdbpo">oqdbpo</a> 
<p class="description">Gravity Defying Homes
Gangster House (Archangelsk, Russia)
Though incomplete, the “Gangster House” is believed to be the world's tallest wooden house, soaring thirteen floors to reach 144 feet (about half the size of London’s Big Ben). The homeowner or gangster, Nikolai Sutyagin, had all intentions of finishing the construction but his dream went on hold when he got locked up behind bars for his third jail sentence. Now out of jail and out of money, the ex-convict lives at the bottom of this precarious tower of wood.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/house">house</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057799184">Copy</a> | 
<a href="http://blogmarks.net/link/2750807">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1057757497">
<title>MacOS X Local Mirror « WordPress Codex</title>
<link>http://codex.wordpress.org/MacOS_X_Local_Mirror</link>
<description>Here's what I did to set up a local mirror of my Wordpress blog on MacOS X.
Contents
[hide]

    * 1 Motivation and Assumptions
    * 2 Configure Apache and PHP
    * 3 Create a example.mirror static site
    * 4 Install and Configure MySQL
    * 5 Set up the WordPress user and database
    * 6 Finishing off
    * 7 Automating it

Motivation and Assumptions

Firstly, why do this? Well I can think of a few reasons:

    * keeping an up-to-date and working backup
    * using it for testing changes to the blog before you inflict them on the world. Like formatting, software updates, or anything really.
    * It's fun (except for the MySQL setup, which we'll get to) 

The basic idea is to take a snapshot of the database and file system your hosting provider, download it and extract it locally, then be able to view the result.</description>
<dc:date>2008-03-29T08:39:42Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject>wordpress</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://codex.wordpress.org/MacOS_X_Local_Mirror"><img border="0" src="http://blogmarks.net/screenshots/2008/03/29/0413385b4781a91f6a062bc871e832b2.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://codex.wordpress.org/MacOS_X_Local_Mirror">MacOS X Local Mirror « WordPress Codex</a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</a> 
<p class="description">Here's what I did to set up a local mirror of my Wordpress blog on MacOS X.
Contents
[hide]

    * 1 Motivation and Assumptions
    * 2 Configure Apache and PHP
    * 3 Create a example.mirror static site
    * 4 Install and Configure MySQL
    * 5 Set up the WordPress user and database
    * 6 Finishing off
    * 7 Automating it

Motivation and Assumptions

Firstly, why do this? Well I can think of a few reasons:

    * keeping an up-to-date and working backup
    * using it for testing changes to the blog before you inflict them on the world. Like formatting, software updates, or anything really.
    * It's fun (except for the MySQL setup, which we'll get to) 

The basic idea is to take a snapshot of the database and file system your hosting provider, download it and extract it locally, then be able to view the result.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/wordpress">wordpress</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057757497">Copy</a> | 
<a href="http://blogmarks.net/link/2720652">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/oqdbpo/mark/1057702709">
<title>Pinback Finishing New CD, Crow Preps Side Projects</title>
<link>http://www.billboard.com/bbcom/news/article_display.jsp?vnu_content_id=1003532345</link>
<description></description>
<dc:date>2008-02-17T17:15:48Z</dc:date>
<dc:author>oqdbpo</dc:author>
<dc:subject>new album, music, pinback</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.billboard.com/bbcom/news/article_display.jsp?vnu_content_id=1003532345"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.billboard.com/bbcom/news/article_display.jsp?vnu_content_id=1003532345">Pinback Finishing New CD, Crow Preps Side Projects</a></h4>
 
by <a href="http://blogmarks.net/user/oqdbpo">oqdbpo</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/new%2Balbum">new album</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/music">music</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/pinback">pinback</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057702709">Copy</a> | 
<a href="http://blogmarks.net/link/2674111">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1057548514">
<title>Newbie's guide to Facebook | Webware : Cool Web apps for everyone</title>
<link>http://www.webware.com/8301-1_109-9753415-2.html?tag=nwb.sidebar</link>
<description>Facebook is a social networking service that lets you connect with friends, co-workers, and others who share similar interests or who have common backgrounds. Many use it as a way to stay in touch after finishing school, or as a way to share their life publicly. What makes Facebook different from other social networks are its extensive privacy controls, its development platform, and its large and quickly growing user base. Facebook has been called the &quot;thinking person's&quot; social network. Compared to many other social networks, Facebook gets new features and improvements on a regular basis.</description>
<dc:date>2007-11-14T16:02:45Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject>social web</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.webware.com/8301-1_109-9753415-2.html?tag=nwb.sidebar"><img border="0" src="http://blogmarks.net/screenshots/2007/11/14/93f72f6b274c7d528c6c80e114192ec7.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.webware.com/8301-1_109-9753415-2.html?tag=nwb.sidebar">Newbie's guide to Facebook | Webware : Cool Web apps for everyone</a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</a> 
<p class="description">Facebook is a social networking service that lets you connect with friends, co-workers, and others who share similar interests or who have common backgrounds. Many use it as a way to stay in touch after finishing school, or as a way to share their life publicly. What makes Facebook different from other social networks are its extensive privacy controls, its development platform, and its large and quickly growing user base. Facebook has been called the "thinking person's" social network. Compared to many other social networks, Facebook gets new features and improvements on a regular basis.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/social%2Bweb">social web</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057548514">Copy</a> | 
<a href="http://blogmarks.net/link/2535614">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ddelangle/mark/1057435383">
<title>Raible Designs | AppFuse 2.0 RC1 Released</title>
<link>http://raibledesigns.com/rd/entry/appfuse_2_0_rc1_released</link>
<description>The AppFuse Team is pleased to announce the release of AppFuse 2.0 RC1! This release marks a huge step in the march to releasing AppFuse 2.0. This release puts the finishing touches on the AppFuse Maven Plugin (AMP), which offers CRUD generation, as well as the ability to change AppFuse from &quot;embedded mode&quot; to &quot;full source&quot; (like 1.x). In addition, we've addressed over 100 issues in preparation for the final 2.0 release. We hope to fix any bugs related to this release and release 2.0 Final in the next week or two.</description>
<dc:date>2007-09-10T11:53:36Z</dc:date>
<dc:author>ddelangle</dc:author>
<dc:subject>appfuse, clevermarks</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://raibledesigns.com/rd/entry/appfuse_2_0_rc1_released"><img border="0" src="http://blogmarks.net/screenshots/2007/09/10/39bf42b8d1882afa4ede7b40e0b7e133.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://raibledesigns.com/rd/entry/appfuse_2_0_rc1_released">Raible Designs | AppFuse 2.0 RC1 Released</a></h4>
 
by <a href="http://blogmarks.net/user/ddelangle">ddelangle</a> 
<p class="description">The AppFuse Team is pleased to announce the release of AppFuse 2.0 RC1! This release marks a huge step in the march to releasing AppFuse 2.0. This release puts the finishing touches on the AppFuse Maven Plugin (AMP), which offers CRUD generation, as well as the ability to change AppFuse from "embedded mode" to "full source" (like 1.x). In addition, we've addressed over 100 issues in preparation for the final 2.0 release. We hope to fix any bugs related to this release and release 2.0 Final in the next week or two.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/appfuse">appfuse</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/clevermarks">clevermarks</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057435383">Copy</a> | 
<a href="http://blogmarks.net/link/2435107">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jindagi/mark/2521660">
<title>Creative Job Search - Finishing Touches - Thank You Letters and Notes</title>
<link>http://www.deed.state.mn.us/cjs/cjsbook/finish1.htm</link>
<description>... gain on-the-job recognition and foster career mobility. ... Thank you letters and notes should be standard tools in your job search. ...</description>
<dc:date>2007-04-12T10:08:09Z</dc:date>
<dc:author>jindagi</dc:author>
<dc:subject>thank you, career</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.deed.state.mn.us/cjs/cjsbook/finish1.htm"><img border="0" src="http://blogmarks.net/screenshots/2007/04/12/1aa463df0bbbb249e209ba45f3f7c9b2.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.deed.state.mn.us/cjs/cjsbook/finish1.htm">Creative Job Search - Finishing Touches - Thank You Letters and Notes</a></h4>
 
by <a href="http://blogmarks.net/user/jindagi">jindagi</a> 
<p class="description">... gain on-the-job recognition and foster career mobility. ... Thank you letters and notes should be standard tools in your job search. ...</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/thank%2Byou">thank you</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/career">career</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2521660">Copy</a> | 
<a href="http://blogmarks.net/link/2070221">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/SusanneGarris2/mark/2198651">
<title>2007 Home &amp; Garden Guide: Directory of vendor exhibits</title>
<link>http://www.post-gazette.com/pg/07056/759646-30.stm</link>
<description>Landscape, architectural lighting Owens Corning Basement Finishing Systems.....2519 ... The Garden Kitchen. X, Y, Z X1 Systems Home Audio &amp; Video.....3203 ...</description>
<dc:date>2007-03-06T15:38:30Z</dc:date>
<dc:author>SusanneGarris2</dc:author>
<dc:subject>gardening, home gardening, indoor gardening, landscape gardening</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.post-gazette.com/pg/07056/759646-30.stm"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.post-gazette.com/pg/07056/759646-30.stm">2007 Home &amp; Garden Guide: Directory of vendor exhibits</a></h4>
 
by <a href="http://blogmarks.net/user/SusanneGarris2">SusanneGarris2</a> 
<p class="description">Landscape, architectural lighting Owens Corning Basement Finishing Systems.....2519 ... The Garden Kitchen. X, Y, Z X1 Systems Home Audio & Video.....3203 ...</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gardening">gardening</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/home%2Bgardening">home gardening</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/indoor%2Bgardening">indoor gardening</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/landscape%2Bgardening">landscape gardening</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2198651">Copy</a> | 
<a href="http://blogmarks.net/link/1840635">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jcosmo77/mark/1940693">
<title>Rugs</title>
<link>http://brokengoalie.typepad.com/mypod/2007/02/rugs.html</link>
<description>A rug is an important finishing touch when decorating. The right rug can add character to any room. With one of beautiful rugs, you can add new life to your room! The decorators recommend a new rug as a convenient, affordable way to spruce up a room without going out and spending thousands of dollars on new furniture.</description>
<dc:date>2007-02-04T21:10:11Z</dc:date>
<dc:author>jcosmo77</dc:author>
<dc:subject>rugs, rug, flooring, floors</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://brokengoalie.typepad.com/mypod/2007/02/rugs.html"><img border="0" src="http://blogmarks.net/screenshots/2007/02/04/9d44069400ee5e401e9fa111b7d9ab07.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://brokengoalie.typepad.com/mypod/2007/02/rugs.html">Rugs</a></h4>
 
by <a href="http://blogmarks.net/user/jcosmo77">jcosmo77</a> 
<p class="description">A rug is an important finishing touch when decorating. The right rug can add character to any room. With one of beautiful rugs, you can add new life to your room! The decorators recommend a new rug as a convenient, affordable way to spruce up a room without going out and spending thousands of dollars on new furniture.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rugs">rugs</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rug">rug</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/flooring">flooring</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/floors">floors</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1940693">Copy</a> | 
<a href="http://blogmarks.net/link/1655140">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/gvlx/mark/1256577">
<title>Digital Photo Prints with Colormailer Photo Finishing!</title>
<link>http://www.colormailer.com/</link>
<description></description>
<dc:date>2006-10-19T08:24:51Z</dc:date>
<dc:author>gvlx</dc:author>
<dc:subject>photography, photo, digital, print, printing, service, book, print-on-demand</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.colormailer.com/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.colormailer.com/">Digital Photo Prints with Colormailer Photo Finishing!</a></h4>
 
by <a href="http://blogmarks.net/user/gvlx">gvlx</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/photography">photography</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/photo">photo</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/digital">digital</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/print">print</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/printing">printing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/service">service</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/book">book</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/print-on-demand">print-on-demand</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1256577">Copy</a> | 
<a href="http://blogmarks.net/link/1275653">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/puppet/mark/744670">
<title>Miss Vera's Finishing School For Boys Want To Be Girls</title>
<link>http://www.missvera.com/</link>
<description></description>
<dc:date>2006-07-31T00:30:13Z</dc:date>
<dc:author>puppet</dc:author>
<dc:subject>fetish</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.missvera.com/"><img border="0" src="http://blogmarks.net/screenshots/2006/07/31/5c82a7643ac029d30087180bed032326.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.missvera.com/">Miss Vera's Finishing School For Boys Want To Be Girls</a></h4>
 
by <a href="http://blogmarks.net/user/puppet">puppet</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/fetish">fetish</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=744670">Copy</a> | 
<a href="http://blogmarks.net/link/1004780">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/i_luv_cloud9/mark/643024">
<title>Curtain Shack UK - Hand-sewn made to measure Curtains and Roman Blinds for sale online</title>
<link>http://www.curtainshack.co.uk/</link>
<description>Quality Hand-Made Made-to-Measure Curtains and Roman Blinds purchaseable online. Large range of quality fabrics and finishing options.</description>
<dc:date>2006-06-20T04:46:47Z</dc:date>
<dc:author>i_luv_cloud9</dc:author>
<dc:subject>curtain, curtains, blinds</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.curtainshack.co.uk/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/06/20/4db27453d739a34fee50b1e7df617f46.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.curtainshack.co.uk/">Curtain Shack UK - Hand-sewn made to measure Curtains and Roman Blinds for sale online</a></h4>
 
by <a href="http://blogmarks.net/user/i_luv_cloud9">i_luv_cloud9</a> 
<p class="description">Quality Hand-Made Made-to-Measure Curtains and Roman Blinds purchaseable online. Large range of quality fabrics and finishing options.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/curtain">curtain</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/curtains">curtains</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/blinds">blinds</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=643024">Copy</a> | 
<a href="http://blogmarks.net/link/931544">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/546200">
<title>Rollerwall Decorative Painting and Faux Finishing with Pattern Rollers</title>
<link>http://www.rollerwall.com/</link>
<description>manifestement en vente au BHV, merci Bonaldi...</description>
<dc:date>2006-05-12T18:34:28Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>peinture, wishlist</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.rollerwall.com/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/05/12/61ea0fc80d9a48519238be969d796307.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.rollerwall.com/">Rollerwall Decorative Painting and Faux Finishing with Pattern Rollers</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
<p class="description">manifestement en vente au BHV, merci Bonaldi...</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/peinture">peinture</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/wishlist">wishlist</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=546200">Copy</a> | 
<a href="http://blogmarks.net/link/843534">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/matrault/mark/544069">
<title>cours d'ébénisterie, cours de finitio, cours de tournage, cours de sculpture, woodworking courses, finishing courses, woodturning courses, sculpture courses</title>
<link>http://www.ebenisterie-excellence.com/</link>
<description></description>
<dc:date>2006-05-10T04:37:23Z</dc:date>
<dc:author>matrault</dc:author>
<dc:subject>cours, meubles, bois</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.ebenisterie-excellence.com/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/05/10/aaf291ec288314e7c32feb2d7a299bfd.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.ebenisterie-excellence.com/">cours d'ébénisterie, cours de finitio, cours de tournage, cours de sculpture, woodworking courses, finishing courses, woodturning courses, sculpture courses</a></h4>
 
by <a href="http://blogmarks.net/user/matrault">matrault</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cours">cours</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/meubles">meubles</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bois">bois</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=544069">Copy</a> | 
<a href="http://blogmarks.net/link/839853">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/redivider/mark/1165829">
<title>Finishing with Shellac</title>
<link>http://www.homesteadfinishing.com/htdocs/shellac.htm</link>
<description></description>
<dc:date>2006-03-08T02:20:26Z</dc:date>
<dc:author>redivider</dc:author>
<dc:subject>woodworking</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.homesteadfinishing.com/htdocs/shellac.htm"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.homesteadfinishing.com/htdocs/shellac.htm">Finishing with Shellac</a></h4>
 
by <a href="http://blogmarks.net/user/redivider">redivider</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/woodworking">woodworking</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1165829">Copy</a> | 
<a href="http://blogmarks.net/link/1208886">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/redivider/mark/1165844">
<title>Homestead Finishing Products Home Page</title>
<link>http://www.homesteadfinishing.com/index.html</link>
<description></description>
<dc:date>2006-02-28T23:04:37Z</dc:date>
<dc:author>redivider</dc:author>
<dc:subject>woodworking</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.homesteadfinishing.com/index.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.homesteadfinishing.com/index.html">Homestead Finishing Products Home Page</a></h4>
 
by <a href="http://blogmarks.net/user/redivider">redivider</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/woodworking">woodworking</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1165844">Copy</a> | 
<a href="http://blogmarks.net/link/1208897">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/zboog/mark/385527">
<title>Go Daddy's Quest for Super Bowl XL</title>
<link>http://www.godaddy.com/gdshop/superbowl06/timeline.asp</link>
<description>Here's our journey towards creating the most talked about commercial of Super Bowl XL. All versions are ROUGH CUTS that did not make it back to the studio for finishing touches. Take a look. We think you'll find the ordeal we went through to get our Super</description>
<dc:date>2006-02-03T14:57:03Z</dc:date>
<dc:author>zboog</dc:author>
<dc:subject>ad, timeline, super, go, girl, bowl, godaddy, daddy, quest, denied, approved</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.godaddy.com/gdshop/superbowl06/timeline.asp"><img border="0" src="http://www.blogmarks.net/screenshots/2006/02/03/cfd73b4b6ea935d58cfa6cd427572be3.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.godaddy.com/gdshop/superbowl06/timeline.asp">Go Daddy's Quest for Super Bowl XL</a></h4>
 
by <a href="http://blogmarks.net/user/zboog">zboog</a> 
<p class="description">Here's our journey towards creating the most talked about commercial of Super Bowl XL. All versions are ROUGH CUTS that did not make it back to the studio for finishing touches. Take a look. We think you'll find the ordeal we went through to get our Super</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ad">ad</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/super">super</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/go">go</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/girl">girl</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bowl">bowl</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/godaddy">godaddy</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/daddy">daddy</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/quest">quest</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/denied">denied</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/approved">approved</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=385527">Copy</a> | 
<a href="http://blogmarks.net/link/581110">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/outlaws42/mark/892025">
<title>Woodworking Tools Supplies Hardware Plans Finishing - Rockler.com</title>
<link>http://www.rockler.com/index.cfm?cookietest=1</link>
<description></description>
<dc:date>2006-01-12T00:00:05Z</dc:date>
<dc:author>outlaws42</dc:author>
<dc:subject>woodworking</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.rockler.com/index.cfm?cookietest=1"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.rockler.com/index.cfm?cookietest=1">Woodworking Tools Supplies Hardware Plans Finishing - Rockler.com</a></h4>
 
by <a href="http://blogmarks.net/user/outlaws42">outlaws42</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/woodworking">woodworking</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=892025">Copy</a> | 
<a href="http://blogmarks.net/link/1091447">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/RavenGrrl/mark/296395">
<title>Ask Dresdner... Straight Answers to Commonly-Asked Finishing Questions</title>
<link>http://www.michaeldresdner.com./dres11.shtml</link>
<description></description>
<dc:date>2006-01-10T20:36:36Z</dc:date>
<dc:author>RavenGrrl</dc:author>
<dc:subject>imported ie favorites, netscape bookmarks, tims stuff, tim - furniture</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.michaeldresdner.com./dres11.shtml"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.michaeldresdner.com./dres11.shtml">Ask Dresdner... Straight Answers to Commonly-Asked Finishing Questions</a></h4>
 
by <a href="http://blogmarks.net/user/RavenGrrl">RavenGrrl</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/imported%2Bie%2Bfavorites">imported ie favorites</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/netscape%2Bbookmarks">netscape bookmarks</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tims%2Bstuff">tims stuff</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tim%2B-%2Bfurniture">tim - furniture</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=296395">Copy</a> | 
<a href="http://blogmarks.net/link/450762">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/multilinko/mark/167263">
<title>Slashdot | Additional Software for a Homemade PVR?</title>
<link>http://ask.slashdot.org/article.pl?sid=05/10/04/2029227</link>
<description>I'm almost done loading up a new Gentoo installation paired with MythTV and a hardware MPEG2 encoder. I'm looking forward to finishing but before I let it loose upon my television, I was wondering what else I should compile in. Samba File sharing? A webserver (for watching shows on the road)? A CPU/Memory monitor? An additional media player? Not to start a flamewar, but should I do KDE, Gnome, Enlightenment, or some other window manager (especially when viewed on a TV screen)? What bells and whistles can I add to make my system that much more complete?</description>
<dc:date>2005-10-05T18:32:12Z</dc:date>
<dc:author>multilinko</dc:author>
<dc:subject>tv, software, pvr, media, mythtv, dvr</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://ask.slashdot.org/article.pl?sid=05/10/04/2029227"><img border="0" src="http://www.blogmarks.net/screenshots/2005/10/05/69a7b195affca74cce466397b0149480.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://ask.slashdot.org/article.pl?sid=05/10/04/2029227">Slashdot | Additional Software for a Homemade PVR?</a></h4>
 
by <a href="http://blogmarks.net/user/multilinko">multilinko</a> 
<p class="description">I'm almost done loading up a new Gentoo installation paired with MythTV and a hardware MPEG2 encoder. I'm looking forward to finishing but before I let it loose upon my television, I was wondering what else I should compile in. Samba File sharing? A webserver (for watching shows on the road)? A CPU/Memory monitor? An additional media player? Not to start a flamewar, but should I do KDE, Gnome, Enlightenment, or some other window manager (especially when viewed on a TV screen)? What bells and whistles can I add to make my system that much more complete?</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tv">tv</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/pvr">pvr</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/media">media</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mythtv">mythtv</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dvr">dvr</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=167263">Copy</a> | 
<a href="http://blogmarks.net/link/243929">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/redivider/mark/1166359">
<title>FINISHING WITH TRU OIL</title>
<link>http://falcon.jmu.edu/~dehartcg/finish.htm</link>
<description></description>
<dc:date>2005-10-04T03:45:10Z</dc:date>
<dc:author>redivider</dc:author>
<dc:subject>luthier, guitars, guitar_making</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://falcon.jmu.edu/~dehartcg/finish.htm"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://falcon.jmu.edu/~dehartcg/finish.htm">FINISHING WITH TRU OIL</a></h4>
 
by <a href="http://blogmarks.net/user/redivider">redivider</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/luthier">luthier</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/guitars">guitars</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/guitar_making">guitar_making</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1166359">Copy</a> | 
<a href="http://blogmarks.net/link/1209277">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/redivider/mark/1167116">
<title>Homestead Finishing Products Home Page</title>
<link>http://www.homesteadfinishing.com/index.htm</link>
<description></description>
<dc:date>2005-08-26T22:00:23Z</dc:date>
<dc:author>redivider</dc:author>
<dc:subject>system:import, woodworking, FromInternetExplorer</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.homesteadfinishing.com/index.htm"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.homesteadfinishing.com/index.htm">Homestead Finishing Products Home Page</a></h4>
 
by <a href="http://blogmarks.net/user/redivider">redivider</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/system%253Aimport">system:import</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/woodworking">woodworking</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/FromInternetExplorer">FromInternetExplorer</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1167116">Copy</a> | 
<a href="http://blogmarks.net/link/1209928">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/multilinko/mark/140811">
<title>Dell W2600 - CNET.co.uk [print version]</title>
<link>http://www.cnet.co.uk/misc/print/0,39030763,39188369,00.htm</link>
<description>While the design of the W2600 punches above its weight, the video performance is more indicative of its budget roots. The torture test for any LCD is giving it a plain old analogue TV signal and then finishing it off with some Freeview programming, and with these odds Dell's effort didn't fare too well. The 25ms response time just isn't fast enough to deal with swift camera pans and moving images, and the 500:1 contrast ratio can't reproduce any detail when you're viewing a dimly lit movie. These sort of problems will affect the viewing pleasure of even the most undemanding viewer, so if you've got your heart set on an LCD, you'll have to spend up to £1,000 more to bag something comparable to a CRT from low-quality sources.</description>
<dc:date>2005-08-20T19:42:13Z</dc:date>
<dc:author>multilinko</dc:author>
<dc:subject>tv, review, video, dell, lcd, w2600</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.cnet.co.uk/misc/print/0,39030763,39188369,00.htm"><img border="0" src="http://www.blogmarks.net/screenshots/2005/08/20/7c27123de3e543179b531fe009d3022f.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.cnet.co.uk/misc/print/0,39030763,39188369,00.htm">Dell W2600 - CNET.co.uk [print version]</a></h4>
 
by <a href="http://blogmarks.net/user/multilinko">multilinko</a> 
<p class="description">While the design of the W2600 punches above its weight, the video performance is more indicative of its budget roots. The torture test for any LCD is giving it a plain old analogue TV signal and then finishing it off with some Freeview programming, and with these odds Dell's effort didn't fare too well. The 25ms response time just isn't fast enough to deal with swift camera pans and moving images, and the 500:1 contrast ratio can't reproduce any detail when you're viewing a dimly lit movie. These sort of problems will affect the viewing pleasure of even the most undemanding viewer, so if you've got your heart set on an LCD, you'll have to spend up to £1,000 more to bag something comparable to a CRT from low-quality sources.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tv">tv</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/review">review</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/dell">dell</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lcd">lcd</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/w2600">w2600</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=140811">Copy</a> | 
<a href="http://blogmarks.net/link/203332">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/znarf/mark/44600">
<title>Upcoming.org - Jon Udell Inspires New Development</title>
<link>http://upcoming.org/news/archives/2005/03/21/jon_udel/</link>
<description>&quot;Within the next seven days, I'm committing myself to finishing some long-requested features on the site.&quot;</description>
<dc:date>2005-03-28T17:27:37Z</dc:date>
<dc:author>François Hodierne</dc:author>
<dc:subject>social software</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://upcoming.org/news/archives/2005/03/21/jon_udel/"><img border="0" src="http://www.blogmarks.net/screenshots/2005/03/28/63321a9ede2ea32498f85baf89894869.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://upcoming.org/news/archives/2005/03/21/jon_udel/">Upcoming.org - Jon Udell Inspires New Development</a></h4>
 
by <a href="http://blogmarks.net/user/znarf">François Hodierne</a> 
<p class="description">"Within the next seven days, I'm committing myself to finishing some long-requested features on the site."</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/social%2Bsoftware">social software</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=44600">Copy</a> | 
<a href="http://blogmarks.net/link/55855">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/damianmann/mark/68105">
<title>Faux and Texture Finishing</title>
<link>http://doityourself.com/faux/index.shtml</link>
<description></description>
<dc:date>2005-03-14T23:56:29Z</dc:date>
<dc:author>damianmann</dc:author>
<dc:subject>del.icio.us, diy, home, improvement</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://doityourself.com/faux/index.shtml"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://doityourself.com/faux/index.shtml">Faux and Texture Finishing</a></h4>
 
by <a href="http://blogmarks.net/user/damianmann">damianmann</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/del.icio.us">del.icio.us</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/diy">diy</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/home">home</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/improvement">improvement</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=68105">Copy</a> | 
<a href="http://blogmarks.net/link/89579">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/octolan/mark/10364">
<title>Gothic Miss Manners' Finishing School</title>
<link>http://www.gothicmissmanners.com/</link>
<description></description>
<dc:date>2005-02-17T15:11:42Z</dc:date>
<dc:author>octolan</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.gothicmissmanners.com/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.gothicmissmanners.com/">Gothic Miss Manners' Finishing School</a></h4>
 
by <a href="http://blogmarks.net/user/octolan">octolan</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/9399">1 other(s)</a> 
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=10364">Copy</a> | 
<a href="http://blogmarks.net/link/9399">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>