<?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/tag/storage">
<title>Public marks with tag storage</title>
<description>Public marks with tag storage</description>
<link>http://blogmarks.net/marks/tag/storage</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/oseres/mark/1058563800"/>
<rdf:li resource="http://blogmarks.net/api/user/kinkyniki/mark/1058555906"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058596503"/>
<rdf:li resource="http://blogmarks.net/api/user/deltrintem/mark/1058576960"/>
<rdf:li resource="http://blogmarks.net/api/user/jey/mark/1058544691"/>
<rdf:li resource="http://blogmarks.net/api/user/danijelzi/mark/1058522669"/>
<rdf:li resource="http://blogmarks.net/api/user/jey/mark/1058544745"/>
<rdf:li resource="http://blogmarks.net/api/user/oseres/mark/1058493815"/>
<rdf:li resource="http://blogmarks.net/api/user/ericpaul/mark/1058492096"/>
<rdf:li resource="http://blogmarks.net/api/user/rwatuny/mark/1058464044"/>
<rdf:li resource="http://blogmarks.net/api/user/rwatuny/mark/1058464083"/>
<rdf:li resource="http://blogmarks.net/api/user/br1o/mark/1058556708"/>
<rdf:li resource="http://blogmarks.net/api/user/oseres/mark/1058425865"/>
<rdf:li resource="http://blogmarks.net/api/user/newandforever/mark/1058398231"/>
<rdf:li resource="http://blogmarks.net/api/user/CharlyBr/mark/1058389926"/>
<rdf:li resource="http://blogmarks.net/api/user/oseres/mark/1058356434"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058597402"/>
<rdf:li resource="http://blogmarks.net/api/user/paulantoinem/mark/1058470648"/>
<rdf:li resource="http://blogmarks.net/api/user/rwatuny/mark/1058346864"/>
<rdf:li resource="http://blogmarks.net/api/user/jey/mark/1058544960"/>
<rdf:li resource="http://blogmarks.net/api/user/pbla/mark/1058254915"/>
<rdf:li resource="http://blogmarks.net/api/user/rwatuny/mark/1058255186"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058597848"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058597849"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058597851"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/oseres/mark/1058563800">
<title>Creating Offline Web Applicat...</title>
<link>http://docs.google.com/View?docid=dhkhksk4_8gdp9gr#sync</link>
<description>Creating Offline Web Applications With Dojo Offline

by Brad Neuberg (SitePen), September 23rd, 2007

This tutorial steps you through creating offline web applications using Dojo Offline.
What is Dojo Offline?

Dojo Offline is an open-source toolkit that makes it easy to create sophisticated, offline web applications. It sits on top of Google Gears, a plugin from Google that helps extend web browsers with new functionality. Dojo Offline makes working with Google Gears easier; extends it with important functionality; creates a higher-level API than Google Gears provides; and exposes developer productivity features. In particular, Dojo Offline provides the following functionality:

An offline widget that you can easily embed in your web page with just a few lines of code, automatically providing the user with network feedback, sync messages, offline instructions, and more
A sync framework to help you store actions done while offline and sync them with a server once back on the network
Automatic network and application-availability detection to determine when your application is on- or off-line so that you can take appropriate action
A slurp() method that automatically scans the page and figures out all the resources that you need offline, including images, stylesheets, scripts, etc.; this is much easier than having to manually maintain which resources should be available offline, especially during development.
Dojo Storage, an easy to use hashtable abstraction for storing offline data for when you don't need the heaviness of Google Gear's SQL abstraction; under the covers Dojo Storage saves its data into Google Gears
Dojo SQL, an easy to use SQL layer that executes SQL statements and returns them as ordinary JavaScript objects
New ENCRYPT() and DECRYPT() SQL keywords that you can mix in when using Dojo SQL, to get transparent cryptography for columns of data. Cryptography is done on a Google Worker Pool thread, so that the browser UI is responsive.
Integration with the rest of Dojo, such as the Dojo Event system
</description>
<dc:date>2009-10-26T12:18:18Z</dc:date>
<dc:author>oseres</dc:author>
<dc:subject>web, google, storage, plugin, browser, sync</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://docs.google.com/View?docid=dhkhksk4_8gdp9gr#sync"><img border="0" src="http://blogmarks.net/screenshots/2009/10/26/6ec0d965b36551c86f02ff03c5f5594a.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://docs.google.com/View?docid=dhkhksk4_8gdp9gr#sync">Creating Offline Web Applicat...</a></h4>
 
by <a href="http://blogmarks.net/user/oseres">oseres</a> 
<p class="description">Creating Offline Web Applications With Dojo Offline

by Brad Neuberg (SitePen), September 23rd, 2007

This tutorial steps you through creating offline web applications using Dojo Offline.
What is Dojo Offline?

Dojo Offline is an open-source toolkit that makes it easy to create sophisticated, offline web applications. It sits on top of Google Gears, a plugin from Google that helps extend web browsers with new functionality. Dojo Offline makes working with Google Gears easier; extends it with important functionality; creates a higher-level API than Google Gears provides; and exposes developer productivity features. In particular, Dojo Offline provides the following functionality:

An offline widget that you can easily embed in your web page with just a few lines of code, automatically providing the user with network feedback, sync messages, offline instructions, and more
A sync framework to help you store actions done while offline and sync them with a server once back on the network
Automatic network and application-availability detection to determine when your application is on- or off-line so that you can take appropriate action
A slurp() method that automatically scans the page and figures out all the resources that you need offline, including images, stylesheets, scripts, etc.; this is much easier than having to manually maintain which resources should be available offline, especially during development.
Dojo Storage, an easy to use hashtable abstraction for storing offline data for when you don't need the heaviness of Google Gear's SQL abstraction; under the covers Dojo Storage saves its data into Google Gears
Dojo SQL, an easy to use SQL layer that executes SQL statements and returns them as ordinary JavaScript objects
New ENCRYPT() and DECRYPT() SQL keywords that you can mix in when using Dojo SQL, to get transparent cryptography for columns of data. Cryptography is done on a Google Worker Pool thread, so that the browser UI is responsive.
Integration with the rest of Dojo, such as the Dojo Event system
</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google">google</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/plugin">plugin</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/browser">browser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sync">sync</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058563800">Copy</a> | 
<a href="http://blogmarks.net/link/3393947">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/kinkyniki/mark/1058555906">
<title>drobo</title>
<link>http://www.drobo.com/</link>
<description>systeme de backup automatique</description>
<dc:date>2009-10-20T10:14:20Z</dc:date>
<dc:author>kinkyniki</dc:author>
<dc:subject>backup, storage</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.drobo.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/20/3bcabf63c10475175588bb59c0933ed2.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.drobo.com/">drobo</a></h4>
 
by <a href="http://blogmarks.net/user/kinkyniki">kinkyniki</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2451747">1 other(s)</a> 
<p class="description">systeme de backup automatique</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/backup">backup</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058555906">Copy</a> | 
<a href="http://blogmarks.net/link/2451747">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058596503">
<title>Wuala - Secure Online Storage - Backup. Store. Share. Access Everywhere.</title>
<link>http://www.wuala.com/en</link>
<description>You start with 1 GB online storage for free, which can be easily increased. Become a Pro user by buying additional storage or by trading unused local disk space for more online storage.</description>
<dc:date>2009-10-18T18:49:36Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>secure, online, storage, hosting</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.wuala.com/en"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.wuala.com/en">Wuala - Secure Online Storage - Backup. Store. Share. Access Everywhere.</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
<p class="description">You start with 1 GB online storage for free, which can be easily increased. Become a Pro user by buying additional storage or by trading unused local disk space for more online storage.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/secure">secure</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/online">online</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hosting">hosting</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058596503">Copy</a> | 
<a href="http://blogmarks.net/link/3419955">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/deltrintem/mark/1058576960">
<title>docin.com豆丁网 - 分享你的文档 浏览整个世界</title>
<link>http://www.docin.com/</link>
<description>Loretta_h deltrintem-126</description>
<dc:date>2009-10-10T08:20:07Z</dc:date>
<dc:author>deltrintem</dc:author>
<dc:subject>百科知识, pdf, book, reading, storage, resource, online, sharing, china, chinese</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.docin.com/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.docin.com/">docin.com豆丁网 - 分享你的文档 浏览整个世界</a></h4>
 
by <a href="http://blogmarks.net/user/deltrintem">deltrintem</a> 
<p class="description">Loretta_h deltrintem-126</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/%25E7%2599%25BE%25E7%25A7%2591%25E7%259F%25A5%25E8%25AF%2586">百科知识</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/pdf">pdf</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/reading">reading</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/resource">resource</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/online">online</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sharing">sharing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/china">china</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/chinese">chinese</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058576960">Copy</a> | 
<a href="http://blogmarks.net/link/3404541">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jey/mark/1058544691">
<title>BAARF - The Battle Against RAID</title>
<link>http://www.baarf.com/</link>
<description></description>
<dc:date>2009-10-05T09:27:33Z</dc:date>
<dc:author>jey</dc:author>
<dc:subject>raid, raid5, workblog, storage</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.baarf.com/"><img border="0" src="http://www.blogmarks.net/screenshots/2005/12/12/967bfb619363258f2ed7d0db55b2a778.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.baarf.com/">BAARF - The Battle Against RAID</a></h4>
 
by <a href="http://blogmarks.net/user/jey">jey</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/399841">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/raid">raid</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/raid5">raid5</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/workblog">workblog</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058544691">Copy</a> | 
<a href="http://blogmarks.net/link/399841">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/danijelzi/mark/1058522669">
<title>Dell PowerEdge T710 Tower Server Overview</title>
<link>http://getitequipped.com/dell-poweredge-t710.html</link>
<description>The Dell PowerEdge T710 is the company’s new dual-socket tower server.

The virtualization oriented T710 is based on the Intel 5520 chipset and supports up to two quad-core or dual-core Intel Xeon 5500 series processors. It has 18 DIMM slots for up to 144GB of ECC DDR3 memory and supports 16 2.5-inch or 8 3.5-inch hot-plug hard drives, depending on customer’s choice. The 5U chassis, mountable in 19″ racks, also includes two media bays for optical drives or tape backup units, and two power supplies with optional redundancy.

Integrated storage controller choices include SAS 6/iR or PERC 6/i SAS RAID, but there’s also a variety of additional HDD controllers. Customers can also choose between various host bus controller, management card, and network adapter options.

Dell’s T710 has 6 PCI Express 2.0 slots and the integrated Matrox G200 video chip, and offers an interactive LCD on the front of the server for system health monitoring, alerts and control of basic management configuration.

Regarding software, the PowerEdge T710 ships without OS or with one of Windows Sever, SUSE Linux, or Red Hat Linux editions, with VMware or Citrix virtualization software, and with various optional management and backup applications.

The Dell PowerEdge T710 currently starts at $1,199 at the official Dell Small Business website.</description>
<dc:date>2009-09-28T21:45:25Z</dc:date>
<dc:author>danijelzi</dc:author>
<dc:subject>dell, poweredge, t710, server, tower, dual-socket, Quad-Core, dual-core, storage, integrated</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://getitequipped.com/dell-poweredge-t710.html"><img border="0" src="http://blogmarks.net/screenshots/2009/09/28/0d48f6f26e2a481389a605462c5c8990.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://getitequipped.com/dell-poweredge-t710.html">Dell PowerEdge T710 Tower Server Overview</a></h4>
 
by <a href="http://blogmarks.net/user/danijelzi">danijelzi</a> 
<p class="description">The Dell PowerEdge T710 is the company’s new dual-socket tower server.

The virtualization oriented T710 is based on the Intel 5520 chipset and supports up to two quad-core or dual-core Intel Xeon 5500 series processors. It has 18 DIMM slots for up to 144GB of ECC DDR3 memory and supports 16 2.5-inch or 8 3.5-inch hot-plug hard drives, depending on customer’s choice. The 5U chassis, mountable in 19″ racks, also includes two media bays for optical drives or tape backup units, and two power supplies with optional redundancy.

Integrated storage controller choices include SAS 6/iR or PERC 6/i SAS RAID, but there’s also a variety of additional HDD controllers. Customers can also choose between various host bus controller, management card, and network adapter options.

Dell’s T710 has 6 PCI Express 2.0 slots and the integrated Matrox G200 video chip, and offers an interactive LCD on the front of the server for system health monitoring, alerts and control of basic management configuration.

Regarding software, the PowerEdge T710 ships without OS or with one of Windows Sever, SUSE Linux, or Red Hat Linux editions, with VMware or Citrix virtualization software, and with various optional management and backup applications.

The Dell PowerEdge T710 currently starts at $1,199 at the official Dell Small Business website.</p>
<p class="tags">
<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/poweredge">poweredge</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/t710">t710</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/server">server</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tower">tower</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dual-socket">dual-socket</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Quad-Core">Quad-Core</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dual-core">dual-core</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/integrated">integrated</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058522669">Copy</a> | 
<a href="http://blogmarks.net/link/3358717">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jey/mark/1058544745">
<title>Universal Cloud Storage API and Command Line Tool | cloudloop</title>
<link>http://www.cloudloop.com/</link>
<description></description>
<dc:date>2009-09-13T17:48:56Z</dc:date>
<dc:author>jey</dc:author>
<dc:subject>cloud, storage, java</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.cloudloop.com/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.cloudloop.com/">Universal Cloud Storage API and Command Line Tool | cloudloop</a></h4>
 
by <a href="http://blogmarks.net/user/jey">jey</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cloud">cloud</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058544745">Copy</a> | 
<a href="http://blogmarks.net/link/3378988">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/oseres/mark/1058493815">
<title>Petabytes on a budget: How to build cheap cloud storage | Backblaze Blog</title>
<link>http://blog.backblaze.com/2009/09/01/petabytes-on-a-budget-how-to-build-cheap-cloud-storage/</link>
<description></description>
<dc:date>2009-09-05T08:28:17Z</dc:date>
<dc:author>oseres</dc:author>
<dc:subject>storage</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://blog.backblaze.com/2009/09/01/petabytes-on-a-budget-how-to-build-cheap-cloud-storage/"><img border="0" src="http://blogmarks.net/screenshots/2009/09/05/312d6c0f6b5517f489c7cb74b21ef6b4.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://blog.backblaze.com/2009/09/01/petabytes-on-a-budget-how-to-build-cheap-cloud-storage/">Petabytes on a budget: How to build cheap cloud storage | Backblaze Blog</a></h4>
 
by <a href="http://blogmarks.net/user/oseres">oseres</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3331265">2 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058493815">Copy</a> | 
<a href="http://blogmarks.net/link/3331265">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ericpaul/mark/1058492096">
<title>Physical Storage vs. Digital Storage | The Mozy Blog</title>
<link>http://www.mozy.com/blog/misc/physical-storage-vs-digital-storage/</link>
<description></description>
<dc:date>2009-09-03T14:02:20Z</dc:date>
<dc:author>ericpaul</dc:author>
<dc:subject>storage</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.mozy.com/blog/misc/physical-storage-vs-digital-storage/"><img border="0" src="http://blogmarks.net/screenshots/2009/09/03/a5d27478da7c8cea6523f423edd8f44c.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.mozy.com/blog/misc/physical-storage-vs-digital-storage/">Physical Storage vs. Digital Storage | The Mozy Blog</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/storage">storage</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058492096">Copy</a> | 
<a href="http://blogmarks.net/link/3333629">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/rwatuny/mark/1058464044">
<title>drop.io</title>
<link>http://drop.io/</link>
<description>Simple private real-time sharing and collaboration</description>
<dc:date>2009-08-02T14:08:18Z</dc:date>
<dc:author>rwatuny</dc:author>
<dc:subject>storage, collaboration, service, partage</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://drop.io/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/09/680f21c37a3212d069fa90ed01d363f5.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://drop.io/">drop.io</a></h4>
 
by <a href="http://blogmarks.net/user/rwatuny">rwatuny</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2587917">19 other(s)</a> 
<p class="description">Simple private real-time sharing and collaboration</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/collaboration">collaboration</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/partage">partage</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058464044">Copy</a> | 
<a href="http://blogmarks.net/link/2587917">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/rwatuny/mark/1058464083">
<title>iCyte</title>
<link>http://www.icyte.com/</link>
<description></description>
<dc:date>2009-07-24T15:15:51Z</dc:date>
<dc:author>rwatuny</dc:author>
<dc:subject>annotation, clipping, storage, archive, bookmarks</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.icyte.com/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.icyte.com/">iCyte</a></h4>
 
by <a href="http://blogmarks.net/user/rwatuny">rwatuny</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3313082">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/annotation">annotation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/clipping">clipping</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/archive">archive</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bookmarks">bookmarks</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058464083">Copy</a> | 
<a href="http://blogmarks.net/link/3313082">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/br1o/mark/1058556708">
<title>HTML5 Demos</title>
<link>http://html5demos.com/</link>
<description></description>
<dc:date>2009-07-14T10:38:00Z</dc:date>
<dc:author>br1o</dc:author>
<dc:subject>geolocation, storage, drop, offline, demos, javascript, html, markup, canvas, detection, examples, html5</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://html5demos.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/08/09f7eb9883289362abf449876f85544e.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://html5demos.com/">HTML5 Demos</a></h4>
 
by <a href="http://blogmarks.net/user/br1o">br1o</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3377040">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/geolocation">geolocation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/drop">drop</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/offline">offline</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/demos">demos</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/javascript">javascript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/html">html</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/markup">markup</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/canvas">canvas</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/detection">detection</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/examples">examples</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/html5">html5</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058556708">Copy</a> | 
<a href="http://blogmarks.net/link/3377040">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/oseres/mark/1058425865">
<title>steekR : Votre espace virtuel sécurisé</title>
<link>http://www.steekr.com/</link>
<description></description>
<dc:date>2009-07-12T19:06:52Z</dc:date>
<dc:author>oseres</dc:author>
<dc:subject>storage</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.steekr.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/07/12/9c0ba3bcb313ee621a2411cd6a0c2228.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.steekr.com/">steekR : Votre espace virtuel sécurisé</a></h4>
 
by <a href="http://blogmarks.net/user/oseres">oseres</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1825963">7 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058425865">Copy</a> | 
<a href="http://blogmarks.net/link/1825963">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/newandforever/mark/1058398231">
<title>storage auctions virginia</title>
<link>http://viselka.com/Auctions.htm</link>
<description>storage auctions virginia</description>
<dc:date>2009-06-28T22:23:50Z</dc:date>
<dc:author>newandforever</dc:author>
<dc:subject>virginia, storage, storage auctions virginia, auctions, sashatornadova</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://viselka.com/Auctions.htm"><img border="0" src="http://blogmarks.net/screenshots/2009/06/28/4119acb6aedf9091be5a62ae84c63654.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://viselka.com/Auctions.htm">storage auctions virginia</a></h4>
 
by <a href="http://blogmarks.net/user/newandforever">newandforever</a> 
<p class="description">storage auctions virginia</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/virginia">virginia</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage%2Bauctions%2Bvirginia">storage auctions virginia</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/auctions">auctions</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sashatornadova">sashatornadova</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058398231">Copy</a> | 
<a href="http://blogmarks.net/link/3259606">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/CharlyBr/mark/1058389926">
<title>Facebook | Engineering @ Facebook's Notes</title>
<link>http://www.facebook.com/note.php?note_id=76191543919</link>
<description></description>
<dc:date>2009-06-24T14:31:11Z</dc:date>
<dc:author>CharlyBr</dc:author>
<dc:subject>performances, facebook, storage</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.facebook.com/note.php?note_id=76191543919"><img border="0" src="http://blogmarks.net/screenshots/2009/06/24/ee9a24a2d57c11f223fe71984c4016c6.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.facebook.com/note.php?note_id=76191543919">Facebook | Engineering @ Facebook's Notes</a></h4>
 
by <a href="http://blogmarks.net/user/CharlyBr">CharlyBr</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3253655">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/performances">performances</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/facebook">facebook</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058389926">Copy</a> | 
<a href="http://blogmarks.net/link/3253655">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/oseres/mark/1058356434">
<title>NAS Adapter from Addonics</title>
<link>http://www.addonics.com/products/nas/nasu2.asp</link>
<description>The Addonics NAS Adapter is a convenient and economical solution for adding any USB storage devices onto your LAN (Local Area Network). Once on the network, the USB storage can be shared by any network user, just like an ordinary NAS device. When use in conjunction with Addonics Storage Towers or Storage Racks, a Multi-Tera bytes storage with various RAID capabilities can be instantly added to the LAN. With the NAS adapter, you can custom build you own NAS appliance with RAID capability and plenty of storage expansion using Addonics family of Drive Enclosures, Port Multipliers, and IO converters.

Come built-in with a USB 2.0/1.1 connection and a fast Ethernet 10/100Mbps connection, the NAS adapter supports both SMB (Server Message Block) and the open source Samba network protocols, allowing for cross-platform access of all shared data for most versions of Windows, Mac OS X, and various Linux distributions. For remote users who are not connected over the LAN, the NAS Adapter provides FTP access for up to 8 simultaneous users anywhere in the world with an internet connection. In addition, the NAS adapter can also be used as a print server or as a Bit-Torrent downloading appliance.</description>
<dc:date>2009-06-10T05:50:53Z</dc:date>
<dc:author>oseres</dc:author>
<dc:subject>mac, linux, internet, usb, storage, ftp</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.addonics.com/products/nas/nasu2.asp"><img border="0" src="http://blogmarks.net/screenshots/2009/06/10/8fe16ab8529b52b30adfdaa1b926360f.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.addonics.com/products/nas/nasu2.asp">NAS Adapter from Addonics</a></h4>
 
by <a href="http://blogmarks.net/user/oseres">oseres</a> 
<p class="description">The Addonics NAS Adapter is a convenient and economical solution for adding any USB storage devices onto your LAN (Local Area Network). Once on the network, the USB storage can be shared by any network user, just like an ordinary NAS device. When use in conjunction with Addonics Storage Towers or Storage Racks, a Multi-Tera bytes storage with various RAID capabilities can be instantly added to the LAN. With the NAS adapter, you can custom build you own NAS appliance with RAID capability and plenty of storage expansion using Addonics family of Drive Enclosures, Port Multipliers, and IO converters.

Come built-in with a USB 2.0/1.1 connection and a fast Ethernet 10/100Mbps connection, the NAS adapter supports both SMB (Server Message Block) and the open source Samba network protocols, allowing for cross-platform access of all shared data for most versions of Windows, Mac OS X, and various Linux distributions. For remote users who are not connected over the LAN, the NAS Adapter provides FTP access for up to 8 simultaneous users anywhere in the world with an internet connection. In addition, the NAS adapter can also be used as a print server or as a Bit-Torrent downloading appliance.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mac">mac</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/internet">internet</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/usb">usb</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ftp">ftp</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058356434">Copy</a> | 
<a href="http://blogmarks.net/link/3224335">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058597402">
<title>DataNest | Free Online Collaboration: Online File Storage, FTP Replacement, Team Workspaces, Data Hosting and Backup ~ MyDataNest.com</title>
<link>http://mydatanest.com/home.php</link>
<description>Basic account ALWAYS FREE For light users 3 Collaboration Folders Online Office Suite       No File Revision History       2 GB Online Storage       50 MB File Uploads       20 GB Monthly Transfer</description>
<dc:date>2009-06-03T07:19:48Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>storage, webapp, online, tools, collaboration, socialsoftware</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://mydatanest.com/home.php"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://mydatanest.com/home.php">DataNest | Free Online Collaboration: Online File Storage, FTP Replacement, Team Workspaces, Data Hosting and Backup ~ MyDataNest.com</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
<p class="description">Basic account ALWAYS FREE For light users 3 Collaboration Folders Online Office Suite       No File Revision History       2 GB Online Storage       50 MB File Uploads       20 GB Monthly Transfer</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webapp">webapp</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/online">online</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tools">tools</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/collaboration">collaboration</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/socialsoftware">socialsoftware</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058597402">Copy</a> | 
<a href="http://blogmarks.net/link/3420538">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/paulantoinem/mark/1058470648">
<title>ImageShack® - Image Hosting</title>
<link>http://www.imageshack.us/</link>
<description></description>
<dc:date>2009-05-12T19:00:04Z</dc:date>
<dc:author>paulantoinem</dc:author>
<dc:subject>imageshack, photography, photo, internet, free, online, photos, images, sharing, storage, web, pictures</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.imageshack.us/"><img border="0" src="http://blogmarks.net/screenshots/2008/04/05/75a9e9ff91bba06af64e7fe9c3cd0542.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.imageshack.us/">ImageShack® - Image Hosting</a></h4>
 
by <a href="http://blogmarks.net/user/paulantoinem">paulantoinem</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/22294">45 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/imageshack">imageshack</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/photography">photography</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/photo">photo</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/internet">internet</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/free">free</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/online">online</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/photos">photos</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/images">images</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sharing">sharing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/pictures">pictures</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058470648">Copy</a> | 
<a href="http://blogmarks.net/link/22294">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/rwatuny/mark/1058346864">
<title>Mempile</title>
<link>http://www.mempile.com/</link>
<description></description>
<dc:date>2009-05-07T16:49:35Z</dc:date>
<dc:author>rwatuny</dc:author>
<dc:subject>technologie, archivage, data, information, archive, storage</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.mempile.com/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.mempile.com/">Mempile</a></h4>
 
by <a href="http://blogmarks.net/user/rwatuny">rwatuny</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/technologie">technologie</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/archivage">archivage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/data">data</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/information">information</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/archive">archive</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058346864">Copy</a> | 
<a href="http://blogmarks.net/link/3216198">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jey/mark/1058544960">
<title>Fusion-io :: Home</title>
<link>http://www.fusionio.com/</link>
<description></description>
<dc:date>2009-04-25T11:06:27Z</dc:date>
<dc:author>jey</dc:author>
<dc:subject>storage, flash, ssd</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.fusionio.com/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.fusionio.com/">Fusion-io :: Home</a></h4>
 
by <a href="http://blogmarks.net/user/jey">jey</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2813651">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/flash">flash</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ssd">ssd</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058544960">Copy</a> | 
<a href="http://blogmarks.net/link/2813651">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pbla/mark/1058254915">
<title>Galerie d'images : Sun archive le Net dans un container transformé en data center - ZDNet.fr</title>
<link>http://www.zdnet.fr/galerie-image/0,50018840,39388999,00.htm</link>
<description></description>
<dc:date>2009-03-30T19:50:58Z</dc:date>
<dc:author>pbla</dc:author>
<dc:subject>storage</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.zdnet.fr/galerie-image/0,50018840,39388999,00.htm"><img border="0" src="http://blogmarks.net/screenshots/2009/03/30/fdf35b564c9132653d767285f16aa6eb.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.zdnet.fr/galerie-image/0,50018840,39388999,00.htm">Galerie d'images : Sun archive le Net dans un container transformé en data center - ZDNet.fr</a></h4>
 
by <a href="http://blogmarks.net/user/pbla">pbla</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058254915">Copy</a> | 
<a href="http://blogmarks.net/link/3138907">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/rwatuny/mark/1058255186">
<title>FileDen</title>
<link>http://www.fileden.com/</link>
<description>Free file hosting and online storage</description>
<dc:date>2009-03-22T21:08:40Z</dc:date>
<dc:author>rwatuny</dc:author>
<dc:subject>partage, hébergement, storage</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.fileden.com/"><img border="0" src="http://blogmarks.net/screenshots/2007/03/13/3c51405692b8e5dd66dc25d9f7998fbe.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.fileden.com/">FileDen</a></h4>
 
by <a href="http://blogmarks.net/user/rwatuny">rwatuny</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/915367">3 other(s)</a> 
<p class="description">Free file hosting and online storage</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/partage">partage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/h%25C3%25A9bergement">hébergement</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058255186">Copy</a> | 
<a href="http://blogmarks.net/link/915367">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058597848">
<title>humyo.com - Free Online File Storage</title>
<link>http://www.humyo.com/</link>
<description>10GB free</description>
<dc:date>2009-03-22T01:49:10Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>storage, backup, hosting, filesharing, online, Hotlink, files, sync</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.humyo.com/"><img border="0" src="http://blogmarks.net/screenshots/2008/06/26/5d5ff569e619145ca1bbacbb0edf8b80.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.humyo.com/">humyo.com - Free Online File Storage</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2704021">2 other(s)</a> 
<p class="description">10GB free</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/backup">backup</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hosting">hosting</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/filesharing">filesharing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/online">online</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Hotlink">Hotlink</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/files">files</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sync">sync</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058597848">Copy</a> | 
<a href="http://blogmarks.net/link/2704021">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058597849">
<title>MyBloop.com - Upload and Share Your Files for Free</title>
<link>http://www.mybloop.com/</link>
<description>The MyBloop architecture and infrastructure is currently built and optimized mainly for users in United States, United Kingdom, Germany, France, Japan, Canada, Romania, Australia, New Zealand. We will be allowing more countries to sign up to MyBloop as we expand our presence around the world. We only allow countries to sign up once we setup MyBloop to be accessible with maximum performance from that area, which MyBloop users have come to expect from us. We're a growing company which needs to guarantee a certain level of quality and performance as we evolve. We apologize for any inconvenience. MyBloop will be available to more countries soon.</description>
<dc:date>2009-03-22T01:48:00Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>storage, sharing, hosting, free, unlimited, Hotlink</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.mybloop.com/"><img border="0" src="http://blogmarks.net/screenshots/2008/07/06/cd37e31789fcf3e8ed1b6b36038f1023.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.mybloop.com/">MyBloop.com - Upload and Share Your Files for Free</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/488934">4 other(s)</a> 
<p class="description">The MyBloop architecture and infrastructure is currently built and optimized mainly for users in United States, United Kingdom, Germany, France, Japan, Canada, Romania, Australia, New Zealand. We will be allowing more countries to sign up to MyBloop as we expand our presence around the world. We only allow countries to sign up once we setup MyBloop to be accessible with maximum performance from that area, which MyBloop users have come to expect from us. We're a growing company which needs to guarantee a certain level of quality and performance as we evolve. We apologize for any inconvenience. MyBloop will be available to more countries soon.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sharing">sharing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hosting">hosting</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/free">free</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/unlimited">unlimited</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Hotlink">Hotlink</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058597849">Copy</a> | 
<a href="http://blogmarks.net/link/488934">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058597851">
<title>File Dropper - The Simplest File Hosting Website Ever</title>
<link>http://www.filedropper.com/</link>
<description>How long are the files kept? The files are kept forever as long as they are being downloaded. Is the upload size really 5 GB</description>
<dc:date>2009-03-22T01:13:24Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>files, storage, upload, hosting, web2.0</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.filedropper.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/01/28/be9c46bbbc97234815ed12cd5e115990.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.filedropper.com/">File Dropper - The Simplest File Hosting Website Ever</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2775959">3 other(s)</a> 
<p class="description">How long are the files kept? The files are kept forever as long as they are being downloaded. Is the upload size really 5 GB</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/files">files</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/storage">storage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/upload">upload</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hosting">hosting</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web2.0">web2.0</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058597851">Copy</a> | 
<a href="http://blogmarks.net/link/2775959">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>