<?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/automatic">
<title>Public marks with search automatic</title>
<description>Public marks with search automatic</description>
<link>http://blogmarks.net/marks/search/automatic</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/oseres/mark/1058563800"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058550407"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058512189"/>
<rdf:li resource="http://blogmarks.net/api/user/dzc/mark/1058484245"/>
<rdf:li resource="http://blogmarks.net/api/user/jey/mark/1058544776"/>
<rdf:li resource="http://blogmarks.net/api/user/tbeaumanoir/mark/1058468887"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058447479"/>
<rdf:li resource="http://blogmarks.net/api/user/night.kame/mark/1058446188"/>
<rdf:li resource="http://blogmarks.net/api/user/onanong/mark/1058434626"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058430418"/>
<rdf:li resource="http://blogmarks.net/api/user/newandforever/mark/1058418050"/>
<rdf:li resource="http://blogmarks.net/api/user/newandforever/mark/1058398190"/>
<rdf:li resource="http://blogmarks.net/api/user/night.kame/mark/1058384924"/>
<rdf:li resource="http://blogmarks.net/api/user/jpcaruana/mark/1058379910"/>
<rdf:li resource="http://blogmarks.net/api/user/newandforever/mark/1058375142"/>
<rdf:li resource="http://blogmarks.net/api/user/br1o/mark/1058557118"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058309949"/>
<rdf:li resource="http://blogmarks.net/api/user/sbrothier/mark/1058304848"/>
<rdf:li resource="http://blogmarks.net/api/user/ms_michel/mark/1058301000"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058299898"/>
<rdf:li resource="http://blogmarks.net/api/user/fotopol/mark/1058291757"/>
<rdf:li resource="http://blogmarks.net/api/user/srcmax/mark/1058291487"/>
<rdf:li resource="http://blogmarks.net/api/user/ronpish/mark/1058289253"/>
<rdf:li resource="http://blogmarks.net/api/user/conseilnet/mark/1058278027"/>
<rdf:li resource="http://blogmarks.net/api/user/rmaltete/mark/1058253819"/>
</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/karlcow/mark/1058550407">
<title>Python Package Index : Spawning 0.8.11</title>
<link>http://pypi.python.org/pypi/Spawning/0.8.11</link>
<description>&lt;blockquote&gt;&lt;p&gt;Spawning is a wsgi server which supports multiple processes, multiple threads, non-blocking HTTP io, and automatic graceful upgrading of code.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-15T01:08:50Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, http</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://pypi.python.org/pypi/Spawning/0.8.11"><img border="0" src="http://blogmarks.net/screenshots/2009/10/15/d103b69c10e161b839f7dd201a2f7745.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://pypi.python.org/pypi/Spawning/0.8.11">Python Package Index : Spawning 0.8.11</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Spawning is a wsgi server which supports multiple processes, multiple threads, non-blocking HTTP io, and automatic graceful upgrading of code.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/http">http</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058550407">Copy</a> | 
<a href="http://blogmarks.net/link/3383751">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058512189">
<title>Natural Language Processing with Python - O'Reilly Media</title>
<link>http://oreilly.com/catalog/9780596516499/</link>
<description>&lt;blockquote&gt;&lt;p&gt;This book offers a highly accessible introduction to Natural Language Processing, the field that underpins a variety of language technologies ranging from predictive text and email filtering to automatic summarization and translation. You'll learn how to write Python programs to analyze the structure and meaning of texts, drawing on techniques from the fields of linguistics and artificial intelligence.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-09-21T23:00:43Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, parsing, textparser</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://oreilly.com/catalog/9780596516499/"><img border="0" src="http://blogmarks.net/screenshots/2009/09/21/521f058e21c4042432a884439e743e25.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://oreilly.com/catalog/9780596516499/">Natural Language Processing with Python - O'Reilly Media</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>This book offers a highly accessible introduction to Natural Language Processing, the field that underpins a variety of language technologies ranging from predictive text and email filtering to automatic summarization and translation. You'll learn how to write Python programs to analyze the structure and meaning of texts, drawing on techniques from the fields of linguistics and artificial intelligence.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parsing">parsing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/textparser">textparser</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058512189">Copy</a> | 
<a href="http://blogmarks.net/link/3349502">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/dzc/mark/1058484245">
<title>» Automatic Face Detection in Photos with PHP » Corpocrat Blog</title>
<link>http://corpocrat.com/2009/08/18/automatic-face-detection-with-php-in-linux/</link>
<description></description>
<dc:date>2009-08-28T13:24:11Z</dc:date>
<dc:author>dzc</dc:author>
<dc:subject>php, photo, image, visage, detection</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://corpocrat.com/2009/08/18/automatic-face-detection-with-php-in-linux/"><img border="0" src="http://blogmarks.net/screenshots/2009/08/28/5d10773d0cf76aed5efee231d2c76578.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://corpocrat.com/2009/08/18/automatic-face-detection-with-php-in-linux/">» Automatic Face Detection in Photos with PHP » Corpocrat Blog</a></h4>
 
by <a href="http://blogmarks.net/user/dzc">dzc</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/photo">photo</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/image">image</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/visage">visage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/detection">detection</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058484245">Copy</a> | 
<a href="http://blogmarks.net/link/3326933">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jey/mark/1058544776">
<title>Nolio - automatic, for applications</title>
<link>http://noliosoft.com/</link>
<description></description>
<dc:date>2009-08-17T09:39:39Z</dc:date>
<dc:author>jey</dc:author>
<dc:subject>datacentreautomation, deploymentautomation</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://noliosoft.com/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://noliosoft.com/">Nolio - automatic, for applications</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/datacentreautomation">datacentreautomation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/deploymentautomation">deploymentautomation</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058544776">Copy</a> | 
<a href="http://blogmarks.net/link/3379016">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/tbeaumanoir/mark/1058468887">
<title>Automatic Updates</title>
<link>https://help.ubuntu.com/8.10/serverguide/C/automatic-updates.html</link>
<description></description>
<dc:date>2009-08-16T10:35:28Z</dc:date>
<dc:author>tbeaumanoir</dc:author>
<dc:subject>ubuntu, security</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="https://help.ubuntu.com/8.10/serverguide/C/automatic-updates.html"><img border="0" src="http://blogmarks.net/screenshots/2009/08/16/e9d70bf8ec0a57857ba3ca9d2c8af358.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="https://help.ubuntu.com/8.10/serverguide/C/automatic-updates.html">Automatic Updates</a></h4>
 
by <a href="http://blogmarks.net/user/tbeaumanoir">tbeaumanoir</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ubuntu">ubuntu</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/security">security</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058468887">Copy</a> | 
<a href="http://blogmarks.net/link/3316587">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058447479">
<title>Automatic Generation of Syntax Diagrams with a Given Grammar</title>
<link>http://www-cgi.uni-regensburg.de/~brf09510/syntax.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;The following form calls a program written in C  , that converts a grammar into syntax diagrams. The diagrams can be used for direct printing and inclusion in printable text files. Two examples for a grammar are given (a variant of the EBNF-grammar and the XPath-grammar).&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-07-29T02:02:35Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>syntax, graph, grammaire, ebnf</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www-cgi.uni-regensburg.de/~brf09510/syntax.html"><img border="0" src="http://blogmarks.net/screenshots/2009/07/29/97803832b4ddf2c860426123e0052c13.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www-cgi.uni-regensburg.de/~brf09510/syntax.html">Automatic Generation of Syntax Diagrams with a Given Grammar</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3299251">1 other(s)</a> 
<div class="description"><blockquote><p>The following form calls a program written in C  , that converts a grammar into syntax diagrams. The diagrams can be used for direct printing and inclusion in printable text files. Two examples for a grammar are given (a variant of the EBNF-grammar and the XPath-grammar).</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/syntax">syntax</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/graph">graph</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/grammaire">grammaire</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ebnf">ebnf</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058447479">Copy</a> | 
<a href="http://blogmarks.net/link/3299251">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/night.kame/mark/1058446188">
<title>Automatic Generation of Syntax Diagrams with a Given Grammar</title>
<link>http://www-cgi.uni-regensburg.de/~brf09510/syntax.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;The following form calls a program written in C  , that converts a grammar into syntax diagrams.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Générateur de diagramme de syntaxe.&lt;/p&gt;</description>
<dc:date>2009-07-27T20:30:28Z</dc:date>
<dc:author>night.kame</dc:author>
<dc:subject>syntax diagram, ebnf, bnf</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www-cgi.uni-regensburg.de/~brf09510/syntax.html"><img border="0" src="http://blogmarks.net/screenshots/2009/07/29/97803832b4ddf2c860426123e0052c13.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www-cgi.uni-regensburg.de/~brf09510/syntax.html">Automatic Generation of Syntax Diagrams with a Given Grammar</a></h4>
 
by <a href="http://blogmarks.net/user/night.kame">night.kame</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3299251">1 other(s)</a> 
<div class="description"><blockquote><p>The following form calls a program written in C  , that converts a grammar into syntax diagrams.</p></blockquote>
<p>Générateur de diagramme de syntaxe.</p></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/syntax%2Bdiagram">syntax diagram</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ebnf">ebnf</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bnf">bnf</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058446188">Copy</a> | 
<a href="http://blogmarks.net/link/3299251">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/onanong/mark/1058434626">
<title>Blog / Website translation button</title>
<link>http://www.cnx-translation.com/translation-button.htm</link>
<description>Add automatic translation into 43 languages to your website or blog in just one minute with a free translation button.
</description>
<dc:date>2009-07-19T05:10:59Z</dc:date>
<dc:author>onanong</dc:author>
<dc:subject>translation, website, blog, free, javascript, button</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.cnx-translation.com/translation-button.htm"><img border="0" src="http://blogmarks.net/screenshots/2009/07/19/66a334a147bc79a10c11657129424248.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.cnx-translation.com/translation-button.htm">Blog / Website translation button</a></h4>
 
by <a href="http://blogmarks.net/user/onanong">onanong</a> 
<p class="description">Add automatic translation into 43 languages to your website or blog in just one minute with a free translation button.
</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/translation">translation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/website">website</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/free">free</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/button">button</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058434626">Copy</a> | 
<a href="http://blogmarks.net/link/3289501">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058430418">
<title>2009 Winner | The Buckminster Fuller Challenge</title>
<link>http://challenge.bfi.org/winner_2009</link>
<description>&lt;blockquote&gt;&lt;p&gt;Mobility-on-Demand systems utilize fleets of shared-use lightweight electric vehicles placed at automatic charging racks throughout a city. The CityCar and RoboScooter, both folding vehicles, along with the Green-Wheel Bicycle, minimize parking space and can be picked-up and dropped-off at any rack. Mobility-on-Demand systems maximize mobility and dramatically reduce congestion and pollution through energy and land-use efficiency.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-07-17T03:13:19Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>design, ville</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://challenge.bfi.org/winner_2009"><img border="0" src="http://blogmarks.net/screenshots/2009/07/17/5e325f6edc1b440b1f9d0eb304447922.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://challenge.bfi.org/winner_2009">2009 Winner | The Buckminster Fuller Challenge</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Mobility-on-Demand systems utilize fleets of shared-use lightweight electric vehicles placed at automatic charging racks throughout a city. The CityCar and RoboScooter, both folding vehicles, along with the Green-Wheel Bicycle, minimize parking space and can be picked-up and dropped-off at any rack. Mobility-on-Demand systems maximize mobility and dramatically reduce congestion and pollution through energy and land-use efficiency.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/design">design</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ville">ville</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058430418">Copy</a> | 
<a href="http://blogmarks.net/link/3287260">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/newandforever/mark/1058418050">
<title>automatic car for rent corfu</title>
<link>http://viselka.com/Auto_Rent.htm</link>
<description>automatic car for rent corfu</description>
<dc:date>2009-07-20T19:07:54Z</dc:date>
<dc:author>newandforever</dc:author>
<dc:subject>automatic car for rent corfu, tubaravara, automatic, car, rent, corfu</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://viselka.com/Auto_Rent.htm"><img border="0" src="http://blogmarks.net/screenshots/2009/07/20/54081ce7706115b2757d15f03bf67904.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://viselka.com/Auto_Rent.htm">automatic car for rent corfu</a></h4>
 
by <a href="http://blogmarks.net/user/newandforever">newandforever</a> 
<p class="description">automatic car for rent corfu</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/automatic%2Bcar%2Bfor%2Brent%2Bcorfu">automatic car for rent corfu</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tubaravara">tubaravara</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/automatic">automatic</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/car">car</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rent">rent</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/corfu">corfu</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058418050">Copy</a> | 
<a href="http://blogmarks.net/link/3277149">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/newandforever/mark/1058398190">
<title>automatic sliding door austin</title>
<link>http://viselka.com/Door_Living_Spaces.htm</link>
<description>&amp;quot;automatic sliding&amp;quot; door austin</description>
<dc:date>2009-06-28T16:41:38Z</dc:date>
<dc:author>newandforever</dc:author>
<dc:subject>automatic sliding door austin, door, sashatornadova, quot, automatic, sliding, austin</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://viselka.com/Door_Living_Spaces.htm"><img border="0" src="http://blogmarks.net/screenshots/2009/06/28/fdcdd94ba7c9494d06af94da0dad41a7.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://viselka.com/Door_Living_Spaces.htm">automatic sliding door austin</a></h4>
 
by <a href="http://blogmarks.net/user/newandforever">newandforever</a> 
<p class="description">&quot;automatic sliding&quot; door austin</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/automatic%2Bsliding%2Bdoor%2Baustin">automatic sliding door austin</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/door">door</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sashatornadova">sashatornadova</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/quot">quot</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/automatic">automatic</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sliding">sliding</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/austin">austin</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058398190">Copy</a> | 
<a href="http://blogmarks.net/link/3259574">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/night.kame/mark/1058384924">
<title>Aligning Ontologies with Falcon - Home</title>
<link>http://iws.seu.edu.cn/projects/matching/index.jsp</link>
<description>&lt;blockquote&gt;&lt;p&gt;Falcon-AO, a prominent component of Falcon, is an automatic ontology matching system that helps actualize interoperability between (Semantic) Web applications that use different but related ontologies. Recently, it has become a very practical and popular choice for matching Web ontologies expressed by RDF(S) and OWL. Falcon-AO is implemented in Java, and presently, it is an open source project under the Apache 2.0 license.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-06-22T20:37:59Z</dc:date>
<dc:author>night.kame</dc:author>
<dc:subject>rdf, owl, ontologie, schema, matching</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://iws.seu.edu.cn/projects/matching/index.jsp"><img border="0" src="http://blogmarks.net/screenshots/2009/06/22/f749fcef2f708033c58b5be1cbbb6a84.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://iws.seu.edu.cn/projects/matching/index.jsp">Aligning Ontologies with Falcon - Home</a></h4>
 
by <a href="http://blogmarks.net/user/night.kame">night.kame</a> 
<div class="description"><blockquote><p>Falcon-AO, a prominent component of Falcon, is an automatic ontology matching system that helps actualize interoperability between (Semantic) Web applications that use different but related ontologies. Recently, it has become a very practical and popular choice for matching Web ontologies expressed by RDF(S) and OWL. Falcon-AO is implemented in Java, and presently, it is an open source project under the Apache 2.0 license.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rdf">rdf</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/owl">owl</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ontologie">ontologie</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/schema">schema</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/matching">matching</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058384924">Copy</a> | 
<a href="http://blogmarks.net/link/3249110">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jpcaruana/mark/1058379910">
<title>scalacheck - Google Code</title>
<link>http://code.google.com/p/scalacheck/</link>
<description>ScalaCheck is a powerful tool for automatic unit testing of Scala and Java programs. It features automatic test case generation and minimization of failing test cases. ScalaCheck started out as a Scala port of the Haskell library QuickCheck, and has since evolved and been extended with features not found in Haskell QuickCheck.</description>
<dc:date>2009-06-19T21:02:59Z</dc:date>
<dc:author>jpcaruana</dc:author>
<dc:subject>concurrent, fonctionnelle, java, haskell, programmation, Scala</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://code.google.com/p/scalacheck/"><img border="0" src="http://blogmarks.net/screenshots/2009/06/19/75c97902db403347a0d641fdccff27d0.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://code.google.com/p/scalacheck/">scalacheck - Google Code</a></h4>
 
by <a href="http://blogmarks.net/user/jpcaruana">jpcaruana</a> 
<p class="description">ScalaCheck is a powerful tool for automatic unit testing of Scala and Java programs. It features automatic test case generation and minimization of failing test cases. ScalaCheck started out as a Scala port of the Haskell library QuickCheck, and has since evolved and been extended with features not found in Haskell QuickCheck.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/concurrent">concurrent</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/fonctionnelle">fonctionnelle</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/haskell">haskell</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programmation">programmation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Scala">Scala</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058379910">Copy</a> | 
<a href="http://blogmarks.net/link/3244605">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/newandforever/mark/1058375142">
<title>automatic doors</title>
<link>http://viselka.com/Automatic_Swing_Door.htm</link>
<description>automatic door openers residential in india</description>
<dc:date>2009-06-19T15:01:45Z</dc:date>
<dc:author>newandforever</dc:author>
<dc:subject>india, gvbszpgionu, automatic, doors, automatic doors</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://viselka.com/Automatic_Swing_Door.htm"><img border="0" src="http://blogmarks.net/screenshots/2009/06/19/9560f882a87f9c1299657a3f49c8fffa.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://viselka.com/Automatic_Swing_Door.htm">automatic doors</a></h4>
 
by <a href="http://blogmarks.net/user/newandforever">newandforever</a> 
<p class="description">automatic door openers residential in india</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/india">india</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gvbszpgionu">gvbszpgionu</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/automatic">automatic</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/doors">doors</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/automatic%2Bdoors">automatic doors</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058375142">Copy</a> | 
<a href="http://blogmarks.net/link/3240109">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/br1o/mark/1058557118">
<title>Simple JS script for faking automatic CSS columns in webpages (column-count)</title>
<link>http://csscripting.com/css-multi-column/</link>
<description></description>
<dc:date>2009-05-06T22:11:08Z</dc:date>
<dc:author>br1o</dc:author>
<dc:subject>columns, script, javascript, js, css, colonnes</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://csscripting.com/css-multi-column/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://csscripting.com/css-multi-column/">Simple JS script for faking automatic CSS columns in webpages (column-count)</a></h4>
 
by <a href="http://blogmarks.net/user/br1o">br1o</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/columns">columns</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/script">script</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/js">js</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/css">css</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/colonnes">colonnes</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058557118">Copy</a> | 
<a href="http://blogmarks.net/link/3389351">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058309949">
<title>PYBAG main</title>
<link>http://pybag.sourceforge.net/</link>
<description>&lt;blockquote&gt;&lt;p&gt;With PYBAG you can copy youself working files and directories into portable devices (as flashdrive or notebook, for example) and work with its.&lt;/p&gt;&lt;p&gt;When you can synchronize bag with you's original files easily.&lt;/p&gt;&lt;p&gt;If synchronization conflict occurs they will be reported.&lt;/p&gt;&lt;p&gt;You can specify rules for automatic conflict resolve - use newer or older file, specify direction for writing changes.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-05-03T03:52:46Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, backup</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://pybag.sourceforge.net/"><img border="0" src="http://blogmarks.net/screenshots/2009/05/03/2b224cf720870b19c8090a6c886d7071.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://pybag.sourceforge.net/">PYBAG main</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>With PYBAG you can copy youself working files and directories into portable devices (as flashdrive or notebook, for example) and work with its.</p><p>When you can synchronize bag with you's original files easily.</p><p>If synchronization conflict occurs they will be reported.</p><p>You can specify rules for automatic conflict resolve - use newer or older file, specify direction for writing changes.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/backup">backup</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058309949">Copy</a> | 
<a href="http://blogmarks.net/link/3184646">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sbrothier/mark/1058304848">
<title>Stanza Desktop: A Revolution in Reading | Lexcycle</title>
<link>http://www.lexcycle.com/stanza</link>
<description>Featuring a clean, well-organized interface, Stanza Desktop is expressly designed for reading digital publications, including electronic books, newspapers, PDFs, and general web content. Stanza Desktop is built from the ground up to make reading on your Macintosh or Windows laptop or desktop an enjoyable and hassle-free experience. It gives special attention to details that are usually overlooked in other software readers such as hyphenation, text columnation, automatic text scrolling, and user-friendly page and chapter navigation. Lengthy content that can be tedious to read using a web browser or PDF viewer is easy and natural with Stanza Desktop.</description>
<dc:date>2009-04-29T15:27:54Z</dc:date>
<dc:author>sbrothier</dc:author>
<dc:subject>software, books, usability</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.lexcycle.com/stanza"><img border="0" src="http://blogmarks.net/screenshots/2009/04/29/e715257fcb1e58931f4bafa925068dee.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.lexcycle.com/stanza">Stanza Desktop: A Revolution in Reading | Lexcycle</a></h4>
 
by <a href="http://blogmarks.net/user/sbrothier">sbrothier</a> 
<p class="description">Featuring a clean, well-organized interface, Stanza Desktop is expressly designed for reading digital publications, including electronic books, newspapers, PDFs, and general web content. Stanza Desktop is built from the ground up to make reading on your Macintosh or Windows laptop or desktop an enjoyable and hassle-free experience. It gives special attention to details that are usually overlooked in other software readers such as hyphenation, text columnation, automatic text scrolling, and user-friendly page and chapter navigation. Lengthy content that can be tedious to read using a web browser or PDF viewer is easy and natural with Stanza Desktop.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/software">software</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/books">books</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/usability">usability</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058304848">Copy</a> | 
<a href="http://blogmarks.net/link/3180328">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ms_michel/mark/1058301000">
<title>Too many automatic redirections attempted.</title>
<link>http://stackoverflow.com/questions/518181/too-many-automatic-redirections-were-attempted-error-message-when-using-a-httpweb</link>
<description>Quand on appelle une url qui donne lieu à des redirections, il faut définir un container pour les cookies associés à la demande sans quoi on risque de tomber dans une boucle sans fin...</description>
<dc:date>2009-04-27T14:39:29Z</dc:date>
<dc:author>ms_michel</dc:author>
<dc:subject>.net</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://stackoverflow.com/questions/518181/too-many-automatic-redirections-were-attempted-error-message-when-using-a-httpweb"><img border="0" src="http://blogmarks.net/screenshots/2009/04/27/43f6cc5b5215d75853c2f3f30484992c.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://stackoverflow.com/questions/518181/too-many-automatic-redirections-were-attempted-error-message-when-using-a-httpweb">Too many automatic redirections attempted.</a></h4>
 
by <a href="http://blogmarks.net/user/ms_michel">ms_michel</a> 
<p class="description">Quand on appelle une url qui donne lieu à des redirections, il faut définir un container pour les cookies associés à la demande sans quoi on risque de tomber dans une boucle sans fin...</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/.net">.net</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058301000">Copy</a> | 
<a href="http://blogmarks.net/link/3176848">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058299898">
<title>m.k.ge•o•mat•ics |ˌjēəˈmatiks| › Visualizing An Existing MySQL Database</title>
<link>http://www.mkgeomatics.com/wordpress/?p=291</link>
<description>automatic layout of database with Workbench</description>
<dc:date>2009-04-27T03:21:33Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>database, visualization</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.mkgeomatics.com/wordpress/?p=291"><img border="0" src="http://blogmarks.net/screenshots/2009/04/27/8e62eb1c12268544895d741ca6e943a2.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.mkgeomatics.com/wordpress/?p=291">m.k.ge•o•mat•ics |ˌjēəˈmatiks| › Visualizing An Existing MySQL Database</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<p class="description">automatic layout of database with Workbench</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/database">database</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/visualization">visualization</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058299898">Copy</a> | 
<a href="http://blogmarks.net/link/3176041">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/fotopol/mark/1058291757">
<title>Software Download Page</title>
<link>http://www.nchsoftware.com/software/index.html</link>
<description>	
Video Tools

    * BroadCam (video broadcasting)
    * Debut (video recorder)
    * VideoPad (video editor)
    * EyeLine (video surveillance)
    * Prism (video format converter)
    * Photostage (photo slideshow creator)
    * Disketch (CD label software)
    * Express Burn (burn video to DVD)
    * Express Talk (video VoIP SIP softphone)
    * Golden Videos (VHS to DVD Converter)
    * FlashLynx (video download software)
    * More video software... 

	
Image and Photo Tools

    * PhotoPad (image and photo editor)
    * Pixillion (image format converter)
    * PhotoStage (create photo slideshows)
    * Photilla (photo album software)
    * ScreenStream (stream presentations to other screens)
    * Disketch (CD label software)
    * More image and photo tools...

	
Broadcasting Tools

    * BroadCam (video broadcasting server)
    * BroadWave (streaming audio server)
    * Debut (record video for broadcast)
    * RecordPad (record audio for broadcast)
    * WavePad (edit audio files)
    * MixPad Sound Mixer (mix audio files)
    * SoundTap (record streaming audio and VoIP)
    * Quorum (interview via conference calls) 

	
Radio Station Software

    * VRS Radio Station Logger (multiple channel)
    * BroadWave (streaming audio server)
    * Tone Generator (test-tone generator)
    * WavePad (sound editor)
    * MixPad (audio file mixer)
    * ToneDet (tone detector)
    * AudioTime (scheduled record and replay) 

	  	  	
	
Audio Tools

    * WavePad (edit audio files)
    * Switch (convert sound files)
    * VRS (record phone / radio automatically)
    * RecordPad (simple sound recorder)
    * PlayPad (audio player)
    * SoundTap (streaming audio recorder)
    * Express Burn (record audio CDs)
    * MixPad (multitrack production)
    * Golden Record (vinyl to cd)
    * Express Rip (extract audio CDs)
    * BroadWave (stream audio online)
    * Zulu (DJ Audio Software)
    * More audio software... 

	
Mac OS X Software

    * Classic FTP for Mac (FTP client software)
    * Express Dictate for Mac (computer dictation system)
    * WavePad for Mac (audio editing software)
    * RecordPad for Mac (audio recording software)
    * Switch for Mac (sound format converter)
    * Express Invoice (professional invoicing software)
    * Express Burn for Mac (CD/DVD burning software)
    * Express Scribe for Mac (transcription software)
    * FastFox for Mac (text expansion utility)
    * Golden Records for Mac (vinyl to CD software)
    * See all our Mac Software... 

	
Other Utilities

    * Classic FTP (manually upload or download files)
    * MailBase (automatic email archiving)
    * MEO (encrypt your files)
    * Verbose (text to speech converter)
    * Stamp (ID3 tag editor)
    * Slice (audio file splitter)
    * Vemail (send voice emails)
    * Debut (video recorder)</description>
<dc:date>2009-04-21T15:56:24Z</dc:date>
<dc:author>fotopol</dc:author>
<dc:subject>photo, video, image, radio, download, dvd, cd, audio, videos</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.nchsoftware.com/software/index.html"><img border="0" src="http://blogmarks.net/screenshots/2009/04/22/d008d7d4129f772357da2ed2a05bcd06.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.nchsoftware.com/software/index.html">Software Download Page</a></h4>
 
by <a href="http://blogmarks.net/user/fotopol">fotopol</a> 
<p class="description">	
Video Tools

    * BroadCam (video broadcasting)
    * Debut (video recorder)
    * VideoPad (video editor)
    * EyeLine (video surveillance)
    * Prism (video format converter)
    * Photostage (photo slideshow creator)
    * Disketch (CD label software)
    * Express Burn (burn video to DVD)
    * Express Talk (video VoIP SIP softphone)
    * Golden Videos (VHS to DVD Converter)
    * FlashLynx (video download software)
    * More video software... 

	
Image and Photo Tools

    * PhotoPad (image and photo editor)
    * Pixillion (image format converter)
    * PhotoStage (create photo slideshows)
    * Photilla (photo album software)
    * ScreenStream (stream presentations to other screens)
    * Disketch (CD label software)
    * More image and photo tools...

	
Broadcasting Tools

    * BroadCam (video broadcasting server)
    * BroadWave (streaming audio server)
    * Debut (record video for broadcast)
    * RecordPad (record audio for broadcast)
    * WavePad (edit audio files)
    * MixPad Sound Mixer (mix audio files)
    * SoundTap (record streaming audio and VoIP)
    * Quorum (interview via conference calls) 

	
Radio Station Software

    * VRS Radio Station Logger (multiple channel)
    * BroadWave (streaming audio server)
    * Tone Generator (test-tone generator)
    * WavePad (sound editor)
    * MixPad (audio file mixer)
    * ToneDet (tone detector)
    * AudioTime (scheduled record and replay) 

	  	  	
	
Audio Tools

    * WavePad (edit audio files)
    * Switch (convert sound files)
    * VRS (record phone / radio automatically)
    * RecordPad (simple sound recorder)
    * PlayPad (audio player)
    * SoundTap (streaming audio recorder)
    * Express Burn (record audio CDs)
    * MixPad (multitrack production)
    * Golden Record (vinyl to cd)
    * Express Rip (extract audio CDs)
    * BroadWave (stream audio online)
    * Zulu (DJ Audio Software)
    * More audio software... 

	
Mac OS X Software

    * Classic FTP for Mac (FTP client software)
    * Express Dictate for Mac (computer dictation system)
    * WavePad for Mac (audio editing software)
    * RecordPad for Mac (audio recording software)
    * Switch for Mac (sound format converter)
    * Express Invoice (professional invoicing software)
    * Express Burn for Mac (CD/DVD burning software)
    * Express Scribe for Mac (transcription software)
    * FastFox for Mac (text expansion utility)
    * Golden Records for Mac (vinyl to CD software)
    * See all our Mac Software... 

	
Other Utilities

    * Classic FTP (manually upload or download files)
    * MailBase (automatic email archiving)
    * MEO (encrypt your files)
    * Verbose (text to speech converter)
    * Stamp (ID3 tag editor)
    * Slice (audio file splitter)
    * Vemail (send voice emails)
    * Debut (video recorder)</p>
<p class="tags">
<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/video">video</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/image">image</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/radio">radio</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/download">download</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dvd">dvd</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cd">cd</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/audio">audio</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/videos">videos</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058291757">Copy</a> | 
<a href="http://blogmarks.net/link/3169060">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/srcmax/mark/1058291487">
<title>Actu des navigateurs et des standards du Web - Standblog</title>
<link>http://standblog.org/blog/post/2009/04/21/Actu-des-navigateurs-et-des-standards-du-Web</link>
<description>&lt;blockquote&gt;&lt;p&gt;Starting on or about the third week of April, users still running IE6 or IE7 on Windows XP, Windows Vista, Windows Server 2003, or Windows Server 2008 will get will get a notification through Automatic Update about IE8. This rollout will start with a narrow audience and expand over time to the entire user base. On Windows XP and Server 2003, the update will be High-Priority. On Windows Vista and Server 2008 it will be Important. IE8 will not automatically install on machines. Users must opt-in to install IE8. Users will see a Welcome screen that offers choices: Ask later, install now, or don’t install.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-04-21T10:53:49Z</dc:date>
<dc:author>srcmax</dc:author>
<dc:subject>web, standards, ie7, microsoft, ie6, ie8, internet explorer</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://standblog.org/blog/post/2009/04/21/Actu-des-navigateurs-et-des-standards-du-Web"><img border="0" src="http://blogmarks.net/screenshots/2009/04/21/34eb21077711e5fe84408faadabc57c6.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://standblog.org/blog/post/2009/04/21/Actu-des-navigateurs-et-des-standards-du-Web">Actu des navigateurs et des standards du Web - Standblog</a></h4>
 
by <a href="http://blogmarks.net/user/srcmax">srcmax</a> 
<div class="description"><blockquote><p>Starting on or about the third week of April, users still running IE6 or IE7 on Windows XP, Windows Vista, Windows Server 2003, or Windows Server 2008 will get will get a notification through Automatic Update about IE8. This rollout will start with a narrow audience and expand over time to the entire user base. On Windows XP and Server 2003, the update will be High-Priority. On Windows Vista and Server 2008 it will be Important. IE8 will not automatically install on machines. Users must opt-in to install IE8. Users will see a Welcome screen that offers choices: Ask later, install now, or don’t install.</p></blockquote></div>
<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/standards">standards</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ie7">ie7</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/microsoft">microsoft</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ie6">ie6</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ie8">ie8</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/internet%2Bexplorer">internet explorer</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058291487">Copy</a> | 
<a href="http://blogmarks.net/link/3168833">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ronpish/mark/1058289253">
<title>NatureMill: Automatic Indoor Composter</title>
<link>http://naturemill.com/</link>
<description></description>
<dc:date>2009-04-19T23:19:29Z</dc:date>
<dc:author>ronpish</dc:author>
<dc:subject>meuble, eco</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://naturemill.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/04/19/83a3079ddebd125e62130e4ba869c87b.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://naturemill.com/">NatureMill: Automatic Indoor Composter</a></h4>
 
by <a href="http://blogmarks.net/user/ronpish">ronpish</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/meuble">meuble</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/eco">eco</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058289253">Copy</a> | 
<a href="http://blogmarks.net/link/3166862">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/conseilnet/mark/1058278027">
<title>mapper.js (automatic area highlighting for image maps)</title>
<link>http://www.netzgesta.de/mapper/#</link>
<description></description>
<dc:date>2009-04-15T17:57:06Z</dc:date>
<dc:author>conseilnet</dc:author>
<dc:subject>javascript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.netzgesta.de/mapper/#"><img border="0" src="http://blogmarks.net/screenshots/2009/04/15/eff1aa392b5a7238dfefcf98dbbca320.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.netzgesta.de/mapper/#">mapper.js (automatic area highlighting for image maps)</a></h4>
 
by <a href="http://blogmarks.net/user/conseilnet">conseilnet</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/javascript">javascript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058278027">Copy</a> | 
<a href="http://blogmarks.net/link/2602645">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/rmaltete/mark/1058253819">
<title>1Password</title>
<link>http://agilewebsolutions.com/products/1Password</link>
<description>Password Manager   Automatic Form Filler for Mac OS X

Too Many Passwords to Remember?

1Password takes care of all your online passwords so you can use strong and unique passwords for every site and never forget any of them! Here are just a few of the unique features of 1Password:

Enters online usernames and passwords so that you don't have to remember them. details...
Strong Password Generator automatically creates and fills passwords. details...
Built-in Anti-Phishing and Keylogger Protection provides security and peace of mind. details...
Take your information anywhere on your iPhone/iPod touch or Palm. details...
Goes far beyond Safari's AutoFill. details...</description>
<dc:date>2009-03-29T17:33:31Z</dc:date>
<dc:author>rmaltete</dc:author>
<dc:subject>mac, utilitaire, mots de passe</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://agilewebsolutions.com/products/1Password"><img border="0" src="http://blogmarks.net/screenshots/2009/03/29/716a55f6db6a896d635ce6663a2745fa.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://agilewebsolutions.com/products/1Password">1Password</a></h4>
 
by <a href="http://blogmarks.net/user/rmaltete">rmaltete</a> 
<p class="description">Password Manager   Automatic Form Filler for Mac OS X

Too Many Passwords to Remember?

1Password takes care of all your online passwords so you can use strong and unique passwords for every site and never forget any of them! Here are just a few of the unique features of 1Password:

Enters online usernames and passwords so that you don't have to remember them. details...
Strong Password Generator automatically creates and fills passwords. details...
Built-in Anti-Phishing and Keylogger Protection provides security and peace of mind. details...
Take your information anywhere on your iPhone/iPod touch or Palm. details...
Goes far beyond Safari's AutoFill. details...</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/utilitaire">utilitaire</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mots%2Bde%2Bpasse">mots de passe</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058253819">Copy</a> | 
<a href="http://blogmarks.net/link/3137957">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>