<?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/ordinary">
<title>Public marks with search ordinary</title>
<description>Public marks with search ordinary</description>
<link>http://blogmarks.net/marks/search/ordinary</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/pooky_a/mark/1058576342"/>
<rdf:li resource="http://blogmarks.net/api/user/oseres/mark/1058563800"/>
<rdf:li resource="http://blogmarks.net/api/user/blackgoldfish/mark/1058560947"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058498444"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058472859"/>
<rdf:li resource="http://blogmarks.net/api/user/newandforever/mark/1058387127"/>
<rdf:li resource="http://blogmarks.net/api/user/oseres/mark/1058356434"/>
<rdf:li resource="http://blogmarks.net/api/user/srcmax/mark/1058291489"/>
<rdf:li resource="http://blogmarks.net/api/user/tadeufilippini/mark/1058289658"/>
<rdf:li resource="http://blogmarks.net/api/user/gregg/mark/1058288259"/>
<rdf:li resource="http://blogmarks.net/api/user/sbrothier/mark/1058254792"/>
<rdf:li resource="http://blogmarks.net/api/user/m.meixide/mark/1058249350"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058216166"/>
<rdf:li resource="http://blogmarks.net/api/user/srcmax/mark/1058167074"/>
<rdf:li resource="http://blogmarks.net/api/user/ericpaul/mark/1058166618"/>
<rdf:li resource="http://blogmarks.net/api/user/simo/mark/1058165933"/>
<rdf:li resource="http://blogmarks.net/api/user/srcmax/mark/1058160530"/>
<rdf:li resource="http://blogmarks.net/api/user/srcmax/mark/1058143720"/>
<rdf:li resource="http://blogmarks.net/api/user/parmentierf/mark/1058131929"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1058129542"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058103068"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1058048622"/>
<rdf:li resource="http://blogmarks.net/api/user/fotopol/mark/1058023035"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058012393"/>
<rdf:li resource="http://blogmarks.net/api/user/sbrothier/mark/1057977134"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/pooky_a/mark/1058576342">
<title>HubbleSite -- Out of the ordinary...out of this world.</title>
<link>http://hubblesite.org/</link>
<description>le site du télescope Hubble</description>
<dc:date>2009-11-09T10:51:15Z</dc:date>
<dc:author>pooky_a</dc:author>
<dc:subject>Anglais, astronomie, photo, Apprendre, vidéo</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://hubblesite.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/09/9204d3fa88952564dd04b606ca88ee12.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://hubblesite.org/">HubbleSite -- Out of the ordinary...out of this world.</a></h4>
 
by <a href="http://blogmarks.net/user/pooky_a">pooky_a</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/454872">10 other(s)</a> 
<p class="description">le site du télescope Hubble</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Anglais">Anglais</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/astronomie">astronomie</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/photo">photo</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Apprendre">Apprendre</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/vid%25C3%25A9o">vidéo</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058576342">Copy</a> | 
<a href="http://blogmarks.net/link/454872">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <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/blackgoldfish/mark/1058560947">
<title>page 100</title>
<link>http://hulaseventy.blogspot.com/2009/10/page-100.html</link>
<description>&quot;learn to write about the ordinary. give homage to old coffee cups, sparrows, city buses, thin ham sandwiches. make a list of everything ordinary you can think of. keep adding to it. promise yourself, before you leave the earth, to mention everything on your list at least once in a poem, short story, newspaper article.&quot;</description>
<dc:date>2009-10-23T05:18:13Z</dc:date>
<dc:author>blackgoldfish</dc:author>
<dc:subject>生活態度, quote, so true</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://hulaseventy.blogspot.com/2009/10/page-100.html"><img border="0" src="http://blogmarks.net/screenshots/2009/10/23/2915468e1eea1473963004b9d58a868d.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://hulaseventy.blogspot.com/2009/10/page-100.html">page 100</a></h4>
 
by <a href="http://blogmarks.net/user/blackgoldfish">blackgoldfish</a> 
<p class="description">"learn to write about the ordinary. give homage to old coffee cups, sparrows, city buses, thin ham sandwiches. make a list of everything ordinary you can think of. keep adding to it. promise yourself, before you leave the earth, to mention everything on your list at least once in a poem, short story, newspaper article."</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/%25E7%2594%259F%25E6%25B4%25BB%25E6%2585%258B%25E5%25BA%25A6">生活態度</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/quote">quote</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/so%2Btrue">so true</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058560947">Copy</a> | 
<a href="http://blogmarks.net/link/3391584">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058498444">
<title>BLDGBLOG: The Mushroom Tunnel of Mittagong</title>
<link>http://bldgblog.blogspot.com/2009/09/mushroom-tunnel-of-mittagong.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;Dr. Arrold has been growing mushrooms in the Mittagong tunnel for more than twenty years, starting with ordinary soil-based white button mushrooms and Cremini, before switching to focus on higher maintenance (and more profitable) exotics such as Shimeji, Wood-ear, Shiitake, and Oyster mushrooms.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-09-10T02:50:46Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>cuisine, ville, architecture</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://bldgblog.blogspot.com/2009/09/mushroom-tunnel-of-mittagong.html"><img border="0" src="http://blogmarks.net/screenshots/2009/09/10/99a884d2ef1f17e347a0e4f5925eee84.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://bldgblog.blogspot.com/2009/09/mushroom-tunnel-of-mittagong.html">BLDGBLOG: The Mushroom Tunnel of Mittagong</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Dr. Arrold has been growing mushrooms in the Mittagong tunnel for more than twenty years, starting with ordinary soil-based white button mushrooms and Cremini, before switching to focus on higher maintenance (and more profitable) exotics such as Shimeji, Wood-ear, Shiitake, and Oyster mushrooms.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cuisine">cuisine</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ville">ville</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/architecture">architecture</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058498444">Copy</a> | 
<a href="http://blogmarks.net/link/3338679">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058472859">
<title>txteagle | Mobile Crowdsourcing</title>
<link>http://txteagle.com/</link>
<description>&lt;blockquote&gt;&lt;p&gt;There are over 2 billion literate, mobile phone subscribers in the developing world, many living on less than $5 a day.&lt;/p&gt;&lt;p&gt;Corporations pay people to accomplish millions of simple text-based tasks.&lt;/p&gt;&lt;p&gt;txteagle enables these tasks to be completed via text message by ordinary people around the globe.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-08-19T14:16:11Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>mobile, devworld, societé, socialnetwork</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://txteagle.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/08/19/652ad7ced015b909d2a8375ccb837d21.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://txteagle.com/">txteagle | Mobile Crowdsourcing</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>There are over 2 billion literate, mobile phone subscribers in the developing world, many living on less than $5 a day.</p><p>Corporations pay people to accomplish millions of simple text-based tasks.</p><p>txteagle enables these tasks to be completed via text message by ordinary people around the globe.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mobile">mobile</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/devworld">devworld</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/societ%25C3%25A9">societé</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/socialnetwork">socialnetwork</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058472859">Copy</a> | 
<a href="http://blogmarks.net/link/3319984">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/newandforever/mark/1058387127">
<title>italian dinnerware</title>
<link>http://viselka.com/Italian_Dinnerware.htm</link>
<description>ordinary italian dinnerware</description>
<dc:date>2009-06-24T14:44:01Z</dc:date>
<dc:author>newandforever</dc:author>
<dc:subject>vgbpsbotgioan, ordinary, italian, dinnerware, companies, guess, fun, italian dinnerware</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://viselka.com/Italian_Dinnerware.htm"><img border="0" src="http://blogmarks.net/screenshots/2009/06/24/e61b9bf459aab6856ef26ff32d694796.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://viselka.com/Italian_Dinnerware.htm">italian dinnerware</a></h4>
 
by <a href="http://blogmarks.net/user/newandforever">newandforever</a> 
<p class="description">ordinary italian dinnerware</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/vgbpsbotgioan">vgbpsbotgioan</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ordinary">ordinary</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/italian">italian</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dinnerware">dinnerware</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/companies">companies</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/guess">guess</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/fun">fun</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/italian%2Bdinnerware">italian dinnerware</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058387127">Copy</a> | 
<a href="http://blogmarks.net/link/3251012">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/srcmax/mark/1058291489">
<title>10 Cool Things We’ll Be Able To Do Once IE6 Is Dead</title>
<link>http://www.sitepoint.com/blogs/2009/04/14/10-cool-things-well-be-able-to-do-once-ie6-is-dead/</link>
<description>Some people think that IE6 is dead already. But only developers who have the luxury of a specialist audience, or who don’t have any business interest vested in their work, can think like that. For the rest of us, who have a real-world audience of ordinary, non-technical users to think about, IE6 is still very much a going concern.</description>
<dc:date>2009-04-21T10:56:29Z</dc:date>
<dc:author>srcmax</dc:author>
<dc:subject>ie6, internet explorer, developpement, css</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.sitepoint.com/blogs/2009/04/14/10-cool-things-well-be-able-to-do-once-ie6-is-dead/"><img border="0" src="http://blogmarks.net/screenshots/2009/04/21/e6343cb089e06b165ec277d9f4605492.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.sitepoint.com/blogs/2009/04/14/10-cool-things-well-be-able-to-do-once-ie6-is-dead/">10 Cool Things We’ll Be Able To Do Once IE6 Is Dead</a></h4>
 
by <a href="http://blogmarks.net/user/srcmax">srcmax</a> 
<p class="description">Some people think that IE6 is dead already. But only developers who have the luxury of a specialist audience, or who don’t have any business interest vested in their work, can think like that. For the rest of us, who have a real-world audience of ordinary, non-technical users to think about, IE6 is still very much a going concern.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ie6">ie6</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/internet%2Bexplorer">internet explorer</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/developpement">developpement</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/css">css</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058291489">Copy</a> | 
<a href="http://blogmarks.net/link/3168835">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/tadeufilippini/mark/1058289658">
<title>Chaplet of Divine Mercy</title>
<link>http://www.ewtn.com/Devotionals/mercy/dmmap.htm</link>
<description>1. Begin with the Sign of the Cross, 1 Our Father, 1 Hail Mary and The Apostles Creed.

2. Then on the Our Father Beads say the following:
Eternal Father, I offer You the Body and Blood, Soul and Divinity of Your dearly beloved Son, Our Lord Jesus Christ, in atonement for our sins and those of the whole world.

3. On the 10 Hail Mary Beads say the following:
For the sake of His sorrowful Passion, have mercy on us and on the whole world.

(Repeat step 2 and 3 for all five decades).

4. Conclude with (three times):
Holy God, Holy Mighty One, Holy Immortal One, have mercy on us and on the whole world.

 

 
		In 1933, God gave Sister Faustina a striking vision of His Mercy,
Sister tells us:

&quot;I saw a great light, with God the Father in the midst of it.
Between this light and the earth I saw Jesus nailed to the Cross
and in such a way that God, wanting to look upon the earth, had to
look through Our Lord's wounds and I understood that God blessed
the earth for the sake of Jesus.&quot;

Of another vision on Sept. 13, 1935, she writes:

&quot;I saw an Angel, the executor of God's wrath... about to strike
the earth...I began to beg God earnestly for the world with words
which I heard interiorly. As I prayed in this way, I saw the
Angel's helplessness, and he could not carry out the just
punishment....&quot;

The following day an inner voice taught her to say this prayer on
ordinary rosary beads:

&quot;First say one 'Our Father', 'Hail Mary', and 'I believe'. Then on
the large beads say the following words:

'Eternal Father, I offer You the Body and Blood, Soul and Divinity
of Your dearly beloved Son, Our Lord Jesus Christ, in atonement
for our sins and those of the whole world.'

On the smaller beads you are to say the following words:

'For the sake of His sorrowful Passion have mercy on us and on the
whole world.'

In conclusion you are to say these words three times:

'Holy God, Holy Mighty One, Holy Immortal One, have mercy on us
and on the whole world'.

Jesus said later to Sister Faustina:

&quot;Say unceasingly this chaplet that I have taught you. Anyone who
says it will receive great Mercy at the hour of death. Priests
will recommend it to sinners as the last hope. Even the most
hardened sinner, if he recites this Chaplet even once, will
receive grace from My Infinite Mercy. I want the whole world to
know My Infinite Mercy. I want to give unimaginable graces to
those who trust in My Mercy....&quot;

&quot;....When they say this Chaplet in the presence of the dying, I
will stand between My Father and the dying person not as the just
judge but as the Merciful Savior&quot;.

		</description>
<dc:date>2009-04-20T06:00:35Z</dc:date>
<dc:author>tadeufilippini</dc:author>
<dc:subject>tv, jesus, mercy, divine mercy, mercy divine, divine, chaplet, jesus mercy, mercy jesus, ewtn, ewtn.com, catholic, catholic tv, tv catholic, devotional, devotionals</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.ewtn.com/Devotionals/mercy/dmmap.htm"><img border="0" src="http://blogmarks.net/screenshots/2009/04/20/d238609d4328d374fe05ed4d590d00bc.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.ewtn.com/Devotionals/mercy/dmmap.htm">Chaplet of Divine Mercy</a></h4>
 
by <a href="http://blogmarks.net/user/tadeufilippini">tadeufilippini</a> 
<p class="description">1. Begin with the Sign of the Cross, 1 Our Father, 1 Hail Mary and The Apostles Creed.

2. Then on the Our Father Beads say the following:
Eternal Father, I offer You the Body and Blood, Soul and Divinity of Your dearly beloved Son, Our Lord Jesus Christ, in atonement for our sins and those of the whole world.

3. On the 10 Hail Mary Beads say the following:
For the sake of His sorrowful Passion, have mercy on us and on the whole world.

(Repeat step 2 and 3 for all five decades).

4. Conclude with (three times):
Holy God, Holy Mighty One, Holy Immortal One, have mercy on us and on the whole world.

 

 
		In 1933, God gave Sister Faustina a striking vision of His Mercy,
Sister tells us:

"I saw a great light, with God the Father in the midst of it.
Between this light and the earth I saw Jesus nailed to the Cross
and in such a way that God, wanting to look upon the earth, had to
look through Our Lord's wounds and I understood that God blessed
the earth for the sake of Jesus."

Of another vision on Sept. 13, 1935, she writes:

"I saw an Angel, the executor of God's wrath... about to strike
the earth...I began to beg God earnestly for the world with words
which I heard interiorly. As I prayed in this way, I saw the
Angel's helplessness, and he could not carry out the just
punishment...."

The following day an inner voice taught her to say this prayer on
ordinary rosary beads:

"First say one 'Our Father', 'Hail Mary', and 'I believe'. Then on
the large beads say the following words:

'Eternal Father, I offer You the Body and Blood, Soul and Divinity
of Your dearly beloved Son, Our Lord Jesus Christ, in atonement
for our sins and those of the whole world.'

On the smaller beads you are to say the following words:

'For the sake of His sorrowful Passion have mercy on us and on the
whole world.'

In conclusion you are to say these words three times:

'Holy God, Holy Mighty One, Holy Immortal One, have mercy on us
and on the whole world'.

Jesus said later to Sister Faustina:

"Say unceasingly this chaplet that I have taught you. Anyone who
says it will receive great Mercy at the hour of death. Priests
will recommend it to sinners as the last hope. Even the most
hardened sinner, if he recites this Chaplet even once, will
receive grace from My Infinite Mercy. I want the whole world to
know My Infinite Mercy. I want to give unimaginable graces to
those who trust in My Mercy...."

"....When they say this Chaplet in the presence of the dying, I
will stand between My Father and the dying person not as the just
judge but as the Merciful Savior".

		</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/jesus">jesus</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mercy">mercy</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/divine%2Bmercy">divine mercy</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mercy%2Bdivine">mercy divine</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/divine">divine</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/chaplet">chaplet</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/jesus%2Bmercy">jesus mercy</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mercy%2Bjesus">mercy jesus</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ewtn">ewtn</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ewtn.com">ewtn.com</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/catholic">catholic</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/catholic%2Btv">catholic tv</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tv%2Bcatholic">tv catholic</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/devotional">devotional</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/devotionals">devotionals</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058289658">Copy</a> | 
<a href="http://blogmarks.net/link/3167233">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/gregg/mark/1058288259">
<title>ToneMatrix</title>
<link>http://lab.andre-michelle.com/tonematrix</link>
<description>Simple sinewave synthesizer triggered by an ordinary 16step sequencer. Each triggered step causes a force on the underlaying wave-map, which makes it more cute.</description>
<dc:date>2009-04-19T00:34:20Z</dc:date>
<dc:author>gregg</dc:author>
<dc:subject>flash, mao, musique</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://lab.andre-michelle.com/tonematrix"><img border="0" src="http://blogmarks.net/screenshots/2009/09/11/90d1837106d8abf5c17aaa8093cdf765.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://lab.andre-michelle.com/tonematrix">ToneMatrix</a></h4>
 
by <a href="http://blogmarks.net/user/gregg">gregg</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3151313">5 other(s)</a> 
<p class="description">Simple sinewave synthesizer triggered by an ordinary 16step sequencer. Each triggered step causes a force on the underlaying wave-map, which makes it more cute.</p>
<p class="tags">
<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/mao">mao</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/musique">musique</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058288259">Copy</a> | 
<a href="http://blogmarks.net/link/3151313">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sbrothier/mark/1058254792">
<title>Japan by Hiroji Kubota</title>
<link>http://www.magnumphotos.com/Archive/c.aspx?VP=XSpecific_MAG.BookDetail_VPage&amp;pid=2K7O3R15CPG1&amp;utm_source=Magnum+Photos+Newsletter&amp;utm_campaign=5a2d8dae82-POTW0327093_27_2009&amp;utm_medium=email&amp;mc_cid=5a2d8dae82&amp;mc_eid=1b3d573d49</link>
<description>Modern Japan, the second largest economy in the world, is a land of contradictions.
Home to some of the most sophisticated technology and manufacturing, it also has communities whose daily life has changed little in the last 500 years. It is a place of great beauty, both in the landscapes and its celebrations, festivals, and traditional arts. Hiroji Kubota spent four years traveling the length and breadth of his country's many islands, capturing the magnificent diversity of the people and places along the way. From rice paddies to pachinko parlors, ancient temples to the Honda assembly plants, Kubota's lens has captured both the ordinary and the extraordinary of a dually antiquated and modern nation. </description>
<dc:date>2009-03-30T16:23:23Z</dc:date>
<dc:author>sbrothier</dc:author>
<dc:subject>books, wishlist, photos, photography</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.magnumphotos.com/Archive/c.aspx?VP=XSpecific_MAG.BookDetail_VPage&amp;pid=2K7O3R15CPG1&amp;utm_source=Magnum+Photos+Newsletter&amp;utm_campaign=5a2d8dae82-POTW0327093_27_2009&amp;utm_medium=email&amp;mc_cid=5a2d8dae82&amp;mc_eid=1b3d573d49"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.magnumphotos.com/Archive/c.aspx?VP=XSpecific_MAG.BookDetail_VPage&amp;pid=2K7O3R15CPG1&amp;utm_source=Magnum+Photos+Newsletter&amp;utm_campaign=5a2d8dae82-POTW0327093_27_2009&amp;utm_medium=email&amp;mc_cid=5a2d8dae82&amp;mc_eid=1b3d573d49">Japan by Hiroji Kubota</a></h4>
 
by <a href="http://blogmarks.net/user/sbrothier">sbrothier</a> 
<p class="description">Modern Japan, the second largest economy in the world, is a land of contradictions.
Home to some of the most sophisticated technology and manufacturing, it also has communities whose daily life has changed little in the last 500 years. It is a place of great beauty, both in the landscapes and its celebrations, festivals, and traditional arts. Hiroji Kubota spent four years traveling the length and breadth of his country's many islands, capturing the magnificent diversity of the people and places along the way. From rice paddies to pachinko parlors, ancient temples to the Honda assembly plants, Kubota's lens has captured both the ordinary and the extraordinary of a dually antiquated and modern nation. </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/books">books</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/wishlist">wishlist</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/photography">photography</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058254792">Copy</a> | 
<a href="http://blogmarks.net/link/3138802">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/m.meixide/mark/1058249350">
<title>ArtistX - eXtra ordinary art tools</title>
<link>http://www.artistx.org/site2/</link>
<description>ArtistX is a free live GNU/Linux DVD which turns a common computer into a full multimedia production studio.
It is based on Ubuntu GNU/Linux and contains nearly all the available free audio, 2D and 3D graphics, and video software for the GNU/Linux computing platform. It doesn't need to be installed, and boots directly into a running system without touching hard drives. The files produced with ArtistX can be easily stored on USB devices or CD/DVD medium while it is running. If you want to install it please take a look to our documentation to the ArtistX Installation Manual (Live DVD section). </description>
<dc:date>2009-03-25T09:47:19Z</dc:date>
<dc:author>m.meixide</dc:author>
<dc:subject>gnu, linux, música, video, imaxe</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.artistx.org/site2/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.artistx.org/site2/">ArtistX - eXtra ordinary art tools</a></h4>
 
by <a href="http://blogmarks.net/user/m.meixide">m.meixide</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2851742">1 other(s)</a> 
<p class="description">ArtistX is a free live GNU/Linux DVD which turns a common computer into a full multimedia production studio.
It is based on Ubuntu GNU/Linux and contains nearly all the available free audio, 2D and 3D graphics, and video software for the GNU/Linux computing platform. It doesn't need to be installed, and boots directly into a running system without touching hard drives. The files produced with ArtistX can be easily stored on USB devices or CD/DVD medium while it is running. If you want to install it please take a look to our documentation to the ArtistX Installation Manual (Live DVD section). </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gnu">gnu</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/m%25C3%25BAsica">música</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/imaxe">imaxe</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058249350">Copy</a> | 
<a href="http://blogmarks.net/link/2851742">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058216166">
<title>Bespin, canvas, SVG, DOM and other thoughts - &lt;Glazblog/&gt;</title>
<link>http://www.glazman.org/weblog/dotclear/index.php?post/2009/02/19/Bespin-canvas-SVG-DOM-and-other-thoughts</link>
<description>&lt;blockquote&gt;&lt;p&gt;Last but not least, last time I checked Mozilla Labs' name contained the word &quot;Labs&quot;. In general, labs are here to make experiments, things that don't seem ordinary or even reasonable, labs are here to pave the future, not do what all others are doing too.&lt;/p&gt;&lt;/blockquote&gt;

même problème que le W3C avec les incubators groups.</description>
<dc:date>2009-02-20T17:58:32Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>mozilla, w3c</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.glazman.org/weblog/dotclear/index.php?post/2009/02/19/Bespin-canvas-SVG-DOM-and-other-thoughts"><img border="0" src="http://blogmarks.net/screenshots/2009/02/20/5d95cc965f52421927ac5c589f8c88d0.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.glazman.org/weblog/dotclear/index.php?post/2009/02/19/Bespin-canvas-SVG-DOM-and-other-thoughts">Bespin, canvas, SVG, DOM and other thoughts - &lt;Glazblog/&gt;</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Last but not least, last time I checked Mozilla Labs' name contained the word "Labs". In general, labs are here to make experiments, things that don't seem ordinary or even reasonable, labs are here to pave the future, not do what all others are doing too.</p></blockquote>

même problème que le W3C avec les incubators groups.</div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mozilla">mozilla</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/w3c">w3c</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058216166">Copy</a> | 
<a href="http://blogmarks.net/link/3105753">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/srcmax/mark/1058167074">
<title>Tilzy.TV » Blog Archive » Banality in Conflict</title>
<link>http://www.tilzy.tv/banality-in-conflict.htm</link>
<description>This is an interesting and moving application of interactive storytelling that will hopefully help break down the barrier separting peaceful, ordinary people</description>
<dc:date>2009-01-21T17:47:55Z</dc:date>
<dc:author>srcmax</dc:author>
<dc:subject>veille, gaza sderot, upian, lang:en</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.tilzy.tv/banality-in-conflict.htm"><img border="0" src="http://blogmarks.net/screenshots/2009/01/21/b30384b4d74a91210b13f3f4ff37e3c5.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.tilzy.tv/banality-in-conflict.htm">Tilzy.TV » Blog Archive » Banality in Conflict</a></h4>
 
by <a href="http://blogmarks.net/user/srcmax">srcmax</a> 
<p class="description">This is an interesting and moving application of interactive storytelling that will hopefully help break down the barrier separting peaceful, ordinary people</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/veille">veille</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gaza%2Bsderot">gaza sderot</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/upian">upian</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lang%253Aen">lang:en</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058167074">Copy</a> | 
<a href="http://blogmarks.net/link/3063485">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ericpaul/mark/1058166618">
<title>Extraordinary Uses for 16 Ordinary Household Items - Womansday.com</title>
<link>http://www.womansday.com/Articles/Shelter/Organizing-Cleaning/Extraordinary-Uses-for-16-Ordinary-Household-Items</link>
<description>Extraordinary Uses for 16 Ordinary Household Items.</description>
<dc:date>2009-01-21T07:35:04Z</dc:date>
<dc:author>ericpaul</dc:author>
<dc:subject>household</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.womansday.com/Articles/Shelter/Organizing-Cleaning/Extraordinary-Uses-for-16-Ordinary-Household-Items"><img border="0" src="http://blogmarks.net/screenshots/2009/01/21/cd4c8595c5e02189992b746b4a6194ce.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.womansday.com/Articles/Shelter/Organizing-Cleaning/Extraordinary-Uses-for-16-Ordinary-Household-Items">Extraordinary Uses for 16 Ordinary Household Items - Womansday.com</a></h4>
 
by <a href="http://blogmarks.net/user/ericpaul">ericpaul</a> 
<p class="description">Extraordinary Uses for 16 Ordinary Household Items.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/household">household</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058166618">Copy</a> | 
<a href="http://blogmarks.net/link/3063119">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/simo/mark/1058165933">
<title>An Ordinary Geo Web Developer’s Blog » PHPGeoTiles for Google App Engine (Project name changed!)</title>
<link>http://www.geowebdeveloper.com/2009/01/11/phpgeotiles-for-google-app-engine-project-name-changed/</link>
<description></description>
<dc:date>2009-01-20T09:16:57Z</dc:date>
<dc:author>simo</dc:author>
<dc:subject>web, cartography, webmapping</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.geowebdeveloper.com/2009/01/11/phpgeotiles-for-google-app-engine-project-name-changed/"><img border="0" src="http://blogmarks.net/screenshots/2009/01/20/df057f2d102b3795ef22f0315707b691.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.geowebdeveloper.com/2009/01/11/phpgeotiles-for-google-app-engine-project-name-changed/">An Ordinary Geo Web Developer’s Blog » PHPGeoTiles for Google App Engine (Project name changed!)</a></h4>
 
by <a href="http://blogmarks.net/user/simo">simo</a> 
<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/cartography">cartography</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webmapping">webmapping</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058165933">Copy</a> | 
<a href="http://blogmarks.net/link/3062523">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/srcmax/mark/1058160530">
<title>Say goodbye nicely to peace | Lisa Goldman</title>
<link>http://lisagoldman.net/2009/01/15/say-goodbye-nicely-to-peace/</link>
<description>On page 30, Elinor Davidov writes about  a 40-episode television documentary called Gaza-Sderot, Life in Spite of Everything. Each episode features an interview with an ordinary person on either side of the border, describing daily life. The result is a fascinating combination of drama and banality that makes each episode worth watching. It was co-produced by a staff from Sderot’s Sapir College, Gaza’s Ramattan Studios and the German-French arte.tv (photos and bio blurbs are here).</description>
<dc:date>2009-01-15T10:29:03Z</dc:date>
<dc:author>srcmax</dc:author>
<dc:subject>gaza sderot, veille, blog, lang:en</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://lisagoldman.net/2009/01/15/say-goodbye-nicely-to-peace/"><img border="0" src="http://blogmarks.net/screenshots/2009/01/15/50246fabb9bfcad01dde019731f518bb.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://lisagoldman.net/2009/01/15/say-goodbye-nicely-to-peace/">Say goodbye nicely to peace | Lisa Goldman</a></h4>
 
by <a href="http://blogmarks.net/user/srcmax">srcmax</a> 
<p class="description">On page 30, Elinor Davidov writes about  a 40-episode television documentary called Gaza-Sderot, Life in Spite of Everything. Each episode features an interview with an ordinary person on either side of the border, describing daily life. The result is a fascinating combination of drama and banality that makes each episode worth watching. It was co-produced by a staff from Sderot’s Sapir College, Gaza’s Ramattan Studios and the German-French arte.tv (photos and bio blurbs are here).</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gaza%2Bsderot">gaza sderot</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/veille">veille</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/blog">blog</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lang%253Aen">lang:en</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058160530">Copy</a> | 
<a href="http://blogmarks.net/link/3057936">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/srcmax/mark/1058143720">
<title>ORDINARY PEOPLE - MAD Djerba</title>
<link>http://madjerba.canalblog.com/archives/2008/12/28/11887176.html</link>
<description></description>
<dc:date>2008-12-30T22:02:27Z</dc:date>
<dc:author>srcmax</dc:author>
<dc:subject>blog, gaza sderot, veille</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://madjerba.canalblog.com/archives/2008/12/28/11887176.html"><img border="0" src="http://blogmarks.net/screenshots/2008/12/30/6b2774c715e6838308df0295b854d702.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://madjerba.canalblog.com/archives/2008/12/28/11887176.html">ORDINARY PEOPLE - MAD Djerba</a></h4>
 
by <a href="http://blogmarks.net/user/srcmax">srcmax</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/blog">blog</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gaza%2Bsderot">gaza sderot</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/veille">veille</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058143720">Copy</a> | 
<a href="http://blogmarks.net/link/3043290">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/parmentierf/mark/1058131929">
<title>Semantic Turkey: A Semantic Bookmarking platform</title>
<link>http://semanticturkey.uniroma2.it/whatis/</link>
<description>It is debatable whether Firefox Semantic Turkey should or should not be addressed as a “Semantic Web Browser”; surely it is to be intended as a personal desktop solution for organizing and managing – inside semantic web ontologies – the relevant information observed during web navigation, thus replacing past ordinary solutions like traditional bookmarks.</description>
<dc:date>2008-12-17T14:53:41Z</dc:date>
<dc:author>parmentierf</dc:author>
<dc:subject>web, firefox, bookmarks, ontologie</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://semanticturkey.uniroma2.it/whatis/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://semanticturkey.uniroma2.it/whatis/">Semantic Turkey: A Semantic Bookmarking platform</a></h4>
 
by <a href="http://blogmarks.net/user/parmentierf">parmentierf</a> 
<p class="description">It is debatable whether Firefox Semantic Turkey should or should not be addressed as a “Semantic Web Browser”; surely it is to be intended as a personal desktop solution for organizing and managing – inside semantic web ontologies – the relevant information observed during web navigation, thus replacing past ordinary solutions like traditional bookmarks.</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/firefox">firefox</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bookmarks">bookmarks</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ontologie">ontologie</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058131929">Copy</a> | 
<a href="http://blogmarks.net/link/3032382">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1058129542">
<title>severalnines.com</title>
<link>http://www.severalnines.com/cmon/</link>
<description>CMON is a daemon that aggregates information from MySQL Cluster that earlier was only accessible from the cluster log or the management client, such as:

    * cluster state
    * node state
    * backup statistics
    * statistics
    * cluster events (cluster log basically)

.. and let's you access the information using SQL, because CMON logs the information into ordinary MYISAM tables! So, it is really easy to use! In the package you also get get php scripts that you can put on your webserver to generate graphs and get a www interface to CMON. CMON can also start ndbd nodes and make decisions on how they should be started (with or without --initial).

CMON starts as a daemon and will automatically create cmon database and install the necessary tables automatically.</description>
<dc:date>2008-12-15T11:08:39Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>php, mysql, install, management, backup, interface, cluster, log, database</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.severalnines.com/cmon/"><img border="0" src="http://blogmarks.net/screenshots/2008/12/15/943b53b17c2e33b6e242dde70594ea5e.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.severalnines.com/cmon/">severalnines.com</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
<p class="description">CMON is a daemon that aggregates information from MySQL Cluster that earlier was only accessible from the cluster log or the management client, such as:

    * cluster state
    * node state
    * backup statistics
    * statistics
    * cluster events (cluster log basically)

.. and let's you access the information using SQL, because CMON logs the information into ordinary MYISAM tables! So, it is really easy to use! In the package you also get get php scripts that you can put on your webserver to generate graphs and get a www interface to CMON. CMON can also start ndbd nodes and make decisions on how they should be started (with or without --initial).

CMON starts as a daemon and will automatically create cmon database and install the necessary tables automatically.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/install">install</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/management">management</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/interface">interface</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cluster">cluster</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/log">log</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/database">database</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058129542">Copy</a> | 
<a href="http://blogmarks.net/link/3030175">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058103068">
<title>The Scanner Photography Project</title>
<link>http://golembewski.awardspace.com/index.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;Several years ago, I built my first homemade digital camera. The idea was simple - I would take an ordinary flatbed scanner, and use it in place of photo paper with a large format camera.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2008-12-05T15:44:56Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>hacking, photographie</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://golembewski.awardspace.com/index.html"><img border="0" src="http://blogmarks.net/screenshots/2008/12/05/bf417b9fa3310447a6ced381d5fd78a1.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://golembewski.awardspace.com/index.html">The Scanner Photography Project</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Several years ago, I built my first homemade digital camera. The idea was simple - I would take an ordinary flatbed scanner, and use it in place of photo paper with a large format camera.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hacking">hacking</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/photographie">photographie</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058103068">Copy</a> | 
<a href="http://blogmarks.net/link/3005914">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1058048622">
<title>Flexigrid for jQuery : Web 2.0 Javascript Data Grid</title>
<link>http://www.webplicity.net/flexigrid/</link>
<description>Lightweight but rich javascript data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml based data source using Ajax to load the content.

Similar in concept with the Ext Grid only its pure jQuery love, which makes it light weight and follows the jQuery mantra of running with the least amount of configuration.

Features

    * Resizable columns
    * Resizable height and width
    * Sortable column headers
    * Cool theme
    * Can convert an ordinary table
    * Ability to connect to an ajax data source (XML and JSON[new])
    * Paging
    * Show/hide columns
    * Toolbar (new)
    * Search (new)
    * Accessible API
    * Many more</description>
<dc:date>2008-11-05T07:59:05Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>web, javascript, ajax, xml, convert, search</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.webplicity.net/flexigrid/"><img border="0" src="http://blogmarks.net/screenshots/2008/11/05/43b823a3d17c7d0a83962226f7d996e9.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.webplicity.net/flexigrid/">Flexigrid for jQuery : Web 2.0 Javascript Data Grid</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2821790">6 other(s)</a> 
<p class="description">Lightweight but rich javascript data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml based data source using Ajax to load the content.

Similar in concept with the Ext Grid only its pure jQuery love, which makes it light weight and follows the jQuery mantra of running with the least amount of configuration.

Features

    * Resizable columns
    * Resizable height and width
    * Sortable column headers
    * Cool theme
    * Can convert an ordinary table
    * Ability to connect to an ajax data source (XML and JSON[new])
    * Paging
    * Show/hide columns
    * Toolbar (new)
    * Search (new)
    * Accessible API
    * Many more</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/javascript">javascript</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ajax">ajax</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/xml">xml</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/convert">convert</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/search">search</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058048622">Copy</a> | 
<a href="http://blogmarks.net/link/2821790">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/fotopol/mark/1058023035">
<title>Air bubbles experiment could lead to new nanotech fibers</title>
<link>http://chronicle.uchicago.edu/041118/bubbles.shtml</link>
<description>The behavior of air bubbles in ordinary breakfast syrup demonstrates how scientists might be able to make vanishingly thin tubes and fibers for biomedical and other applications.

Previous experiments conducted in Professor Sidney Nagel’s laboratory showed how to make liquid threads that measure only 10 microns in diameter (approximately one-fifth the diameter of a human hair)</description>
<dc:date>2008-10-17T21:23:50Z</dc:date>
<dc:author>fotopol</dc:author>
<dc:subject>bulles d'air, anti bulles</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://chronicle.uchicago.edu/041118/bubbles.shtml"><img border="0" src="http://blogmarks.net/screenshots/2008/10/17/be82cd1f06b2e409802b4ce8b23b29d8.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://chronicle.uchicago.edu/041118/bubbles.shtml">Air bubbles experiment could lead to new nanotech fibers</a></h4>
 
by <a href="http://blogmarks.net/user/fotopol">fotopol</a> 
<p class="description">The behavior of air bubbles in ordinary breakfast syrup demonstrates how scientists might be able to make vanishingly thin tubes and fibers for biomedical and other applications.

Previous experiments conducted in Professor Sidney Nagel’s laboratory showed how to make liquid threads that measure only 10 microns in diameter (approximately one-fifth the diameter of a human hair)</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bulles%2Bd%2527air">bulles d'air</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/anti%2Bbulles">anti bulles</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058023035">Copy</a> | 
<a href="http://blogmarks.net/link/2935152">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058012393">
<title>The Real Great Depression - ChronicleReview.com</title>
<link>http://chronicle.com/temp/reprint.php?id=477k3d8mh2wmtpc4b6h07p4hy9z83x18</link>
<description>&lt;blockquote&gt;&lt;p&gt;As the panic deepened, ordinary Americans suffered terribly. &lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2008-10-09T06:53:02Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>economie</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://chronicle.com/temp/reprint.php?id=477k3d8mh2wmtpc4b6h07p4hy9z83x18"><img border="0" src="http://blogmarks.net/screenshots/2008/10/09/161a49d05ab453f08b22e82d40fb6866.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://chronicle.com/temp/reprint.php?id=477k3d8mh2wmtpc4b6h07p4hy9z83x18">The Real Great Depression - ChronicleReview.com</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>As the panic deepened, ordinary Americans suffered terribly. </p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/economie">economie</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058012393">Copy</a> | 
<a href="http://blogmarks.net/link/2925015">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sbrothier/mark/1057977134">
<title>The American Image - The Photographs of John Collier Jr.</title>
<link>http://americanimage.unm.edu/index.html</link>
<description>The American Image: The Photographs of John Collier Jr. was developed with a grant from the National Endowment for the Humanities. The Maxwell Museum of Anthropology and College of Education’s Technology &amp; Education Center (TEC) at the University of New Mexico collaborated with Ideum to develop this interactive website.

Most of the photographs that appear on this site were taken for the Farm Security Administration/Office of War Information (FSA/OWI) during the war years of the 1940s. The FSA/OWI hired John Collier Jr. to document day-to-day life in America with a focus on issues of civil defense and public morale. The images that appear in the collection were taken from across the country, from New Mexico to Maine and provide a snapshot of ordinary life in those extraordinary times.</description>
<dc:date>2008-09-22T06:25:26Z</dc:date>
<dc:author>sbrothier</dc:author>
<dc:subject>photography, museum, war, euvs, euvs-web2, euvs-features</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://americanimage.unm.edu/index.html"><img border="0" src="http://blogmarks.net/screenshots/2008/09/22/95d10860cad9d280d428db2ab83ea6ca.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://americanimage.unm.edu/index.html">The American Image - The Photographs of John Collier Jr.</a></h4>
 
by <a href="http://blogmarks.net/user/sbrothier">sbrothier</a> 
<p class="description">The American Image: The Photographs of John Collier Jr. was developed with a grant from the National Endowment for the Humanities. The Maxwell Museum of Anthropology and College of Education’s Technology & Education Center (TEC) at the University of New Mexico collaborated with Ideum to develop this interactive website.

Most of the photographs that appear on this site were taken for the Farm Security Administration/Office of War Information (FSA/OWI) during the war years of the 1940s. The FSA/OWI hired John Collier Jr. to document day-to-day life in America with a focus on issues of civil defense and public morale. The images that appear in the collection were taken from across the country, from New Mexico to Maine and provide a snapshot of ordinary life in those extraordinary times.</p>
<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/museum">museum</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/war">war</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/euvs">euvs</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/euvs-web2">euvs-web2</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/euvs-features">euvs-features</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057977134">Copy</a> | 
<a href="http://blogmarks.net/link/2894380">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>