<?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/string">
<title>Public marks with search string</title>
<description>Public marks with search string</description>
<link>http://blogmarks.net/marks/search/string</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058627292"/>
<rdf:li resource="http://blogmarks.net/api/user/Spone/mark/1058627012"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058601925"/>
<rdf:li resource="http://blogmarks.net/api/user/vrossign/mark/1058580408"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058596303"/>
<rdf:li resource="http://blogmarks.net/api/user/Neewok/mark/1058567836"/>
<rdf:li resource="http://blogmarks.net/api/user/bouilloire/mark/1058560351"/>
<rdf:li resource="http://blogmarks.net/api/user/decembre/mark/1058592863"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058550433"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058549958"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/1058596551"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058546576"/>
<rdf:li resource="http://blogmarks.net/api/user/Fulcanelli/mark/1058529361"/>
<rdf:li resource="http://blogmarks.net/api/user/access2/mark/1058499727"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058497809"/>
<rdf:li resource="http://blogmarks.net/api/user/cascamorto/mark/1058474140"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058460307"/>
<rdf:li resource="http://blogmarks.net/api/user/decembre/mark/1058547877"/>
<rdf:li resource="http://blogmarks.net/api/user/tehu/mark/1058347300"/>
<rdf:li resource="http://blogmarks.net/api/user/night.kame/mark/1058288067"/>
<rdf:li resource="http://blogmarks.net/api/user/ms_michel/mark/1058285584"/>
<rdf:li resource="http://blogmarks.net/api/user/ms_michel/mark/1058285583"/>
<rdf:li resource="http://blogmarks.net/api/user/decembre/mark/1058548184"/>
<rdf:li resource="http://blogmarks.net/api/user/ronpish/mark/1058260257"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058252840"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058627292">
<title>[whatwg] Inconsistent behavior for empty-string URLs</title>
<link>http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2009-December/024622.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;results of testing various tags with empty URLs across different browsers.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-12-22T03:10:09Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>testing, uri, browser, interoperability</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2009-December/024622.html"><img border="0" src="http://blogmarks.net/screenshots/2009/12/22/6e4b67289081f552b7aafa71347fdecf.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2009-December/024622.html">[whatwg] Inconsistent behavior for empty-string URLs</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>results of testing various tags with empty URLs across different browsers.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/testing">testing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/uri">uri</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/interoperability">interoperability</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058627292">Copy</a> | 
<a href="http://blogmarks.net/link/3444686">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Spone/mark/1058627012">
<title>Daring Fireball: A Liberal, Accurate Regex Pattern for Matching URLs</title>
<link>http://daringfireball.net/2009/11/liberal_regex_for_matching_urls</link>
<description>A common programming problem: identify the URLs in an arbitrary string of text, where by “arbitrary” let’s agree we mean something unstructured such as an email message or a tweet. I offer a solution, in the form of the following regex pattern...</description>
<dc:date>2009-12-21T17:38:43Z</dc:date>
<dc:author>Spone</dc:author>
<dc:subject>regexp, regex, url, ressources, référence</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://daringfireball.net/2009/11/liberal_regex_for_matching_urls"><img border="0" src="http://blogmarks.net/screenshots/2009/12/21/9c3505d505573a6af525b008749cb7ed.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://daringfireball.net/2009/11/liberal_regex_for_matching_urls">Daring Fireball: A Liberal, Accurate Regex Pattern for Matching URLs</a></h4>
 
by <a href="http://blogmarks.net/user/Spone">Spone</a> 
<p class="description">A common programming problem: identify the URLs in an arbitrary string of text, where by “arbitrary” let’s agree we mean something unstructured such as an email message or a tweet. I offer a solution, in the form of the following regex pattern...</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/regexp">regexp</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/regex">regex</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/url">url</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ressources">ressources</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/r%25C3%25A9f%25C3%25A9rence">référence</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058627012">Copy</a> | 
<a href="http://blogmarks.net/link/3444473">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058601925">
<title>Python word frequency count using sets and lists « ActiveState Code</title>
<link>http://code.activestate.com/recipes/576699/</link>
<description>&lt;blockquote&gt;&lt;p&gt;This lists unique words and word frequencies occurring in a Python string. You can ignore or take account of letter case in distinguishing words, and you can pass it your own inclusion list of characters allowed in words (e.g. is &quot;import123&quot; the kind of word you want to list, or not? It might be if you're a programmer.) By default only alpha chars are allowed in words.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-11-29T11:11:26Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://code.activestate.com/recipes/576699/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://code.activestate.com/recipes/576699/">Python word frequency count using sets and lists « ActiveState Code</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>This lists unique words and word frequencies occurring in a Python string. You can ignore or take account of letter case in distinguishing words, and you can pass it your own inclusion list of characters allowed in words (e.g. is "import123" the kind of word you want to list, or not? It might be if you're a programmer.) By default only alpha chars are allowed in words.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058601925">Copy</a> | 
<a href="http://blogmarks.net/link/3423129">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/vrossign/mark/1058580408">
<title>Any Time JavaScript Library: ATWidget Date/Time Picker (AJAX Calendar Widget) and ATConverter Date/String Converter - AJAX, JSON and XML Consulting and Training by Andrew M. Andrews III (SM)</title>
<link>http://www.ama3.com/anytime/</link>
<description></description>
<dc:date>2009-11-13T10:26:16Z</dc:date>
<dc:author>vrossign</dc:author>
<dc:subject>calendar, time, date, picker, date picker, time picker, js</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.ama3.com/anytime/"><img border="0" src="http://blogmarks.net/screenshots/2009/11/13/0272188dd0676f2ef9cf6a3482ef5533.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.ama3.com/anytime/">Any Time JavaScript Library: ATWidget Date/Time Picker (AJAX Calendar Widget) and ATConverter Date/String Converter - AJAX, JSON and XML Consulting and Training by Andrew M. Andrews III (SM)</a></h4>
 
by <a href="http://blogmarks.net/user/vrossign">vrossign</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/calendar">calendar</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/time">time</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/date">date</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/picker">picker</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/date%2Bpicker">date picker</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/time%2Bpicker">time picker</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/js">js</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058580408">Copy</a> | 
<a href="http://blogmarks.net/link/3406957">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058596303">
<title>Coder's Toolbox - the programmer's bare necessities</title>
<link>http://coderstoolbox.net/</link>
<description># Time conversion – convert between Unix timestamp, ISO8601 and RFC 2822 formats # String conversion – encode/decode Base64-encoding</description>
<dc:date>2009-11-04T21:36:56Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>encoder, unicode, xpath, calculator, converter, binary</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://coderstoolbox.net/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://coderstoolbox.net/">Coder's Toolbox - the programmer's bare necessities</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
<p class="description"># Time conversion – convert between Unix timestamp, ISO8601 and RFC 2822 formats # String conversion – encode/decode Base64-encoding</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/encoder">encoder</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/unicode">unicode</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/xpath">xpath</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/calculator">calculator</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/converter">converter</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/binary">binary</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058596303">Copy</a> | 
<a href="http://blogmarks.net/link/3419817">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Neewok/mark/1058567836">
<title>Denis Frajerman sur MySpace Music - Ecoute gratuite de MP3, Photos et clips vidéos</title>
<link>http://www.myspace.com/denisfrajerman</link>
<description>&lt;blockquote&gt;&lt;p&gt;Le compositeur Denis Frajerman est membre du groupe expérimental Palo Alto, du duo Polonium 84, du quartet DAM, du Frâjerman String Quartet et producteur du groupe de nightmare-pop ukrainien The Blizzard Sow. Il avoue une passion post-exotique pour les insectes en particulier et la faune en général dont l’enregistrement constitue la base de ses bandes magnétiques.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-30T20:11:25Z</dc:date>
<dc:author>Neewok</dc:author>
<dc:subject>Denis Frajerman, musique, Antoine Volodine, post-exotisme</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.myspace.com/denisfrajerman"><img border="0" src="http://blogmarks.net/screenshots/2009/10/30/349622b9c82f082f7111e453aaaf865f.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.myspace.com/denisfrajerman">Denis Frajerman sur MySpace Music - Ecoute gratuite de MP3, Photos et clips vidéos</a></h4>
 
by <a href="http://blogmarks.net/user/Neewok">Neewok</a> 
<div class="description"><blockquote><p>Le compositeur Denis Frajerman est membre du groupe expérimental Palo Alto, du duo Polonium 84, du quartet DAM, du Frâjerman String Quartet et producteur du groupe de nightmare-pop ukrainien The Blizzard Sow. Il avoue une passion post-exotique pour les insectes en particulier et la faune en général dont l’enregistrement constitue la base de ses bandes magnétiques.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Denis%2BFrajerman">Denis Frajerman</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/musique">musique</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Antoine%2BVolodine">Antoine Volodine</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/post-exotisme">post-exotisme</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058567836">Copy</a> | 
<a href="http://blogmarks.net/link/3397097">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/bouilloire/mark/1058560351">
<title>B-String Monsters That Deserve a Turn in the Limelight - Movie monsters - io9</title>
<link>http://io9.com/5386987/b string-monsters-that-deserve-a-turn-in-the-limelight?skyline=true&amp;s=x</link>
<description>&quot;Why they deserve a shot at the big time: After enduring four movies featuring the largely chaste Edward Cullen, it would be a relief to see a type of vampire who require sex to live&quot; 

Dans tes dents Edward !</description>
<dc:date>2009-10-22T16:44:34Z</dc:date>
<dc:author>bouilloire</dc:author>
<dc:subject>io9, movie, vampire</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://io9.com/5386987/b string-monsters-that-deserve-a-turn-in-the-limelight?skyline=true&amp;s=x"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://io9.com/5386987/b string-monsters-that-deserve-a-turn-in-the-limelight?skyline=true&amp;s=x">B-String Monsters That Deserve a Turn in the Limelight - Movie monsters - io9</a></h4>
 
by <a href="http://blogmarks.net/user/bouilloire">bouilloire</a> 
<p class="description">"Why they deserve a shot at the big time: After enduring four movies featuring the largely chaste Edward Cullen, it would be a relief to see a type of vampire who require sex to live" 

Dans tes dents Edward !</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/io9">io9</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/movie">movie</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/vampire">vampire</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058560351">Copy</a> | 
<a href="http://blogmarks.net/link/3391052">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/decembre/mark/1058592863">
<title>COinS Generator</title>
<link>http://generator.ocoins.info/</link>
<description>This tool will take bibliographic metadata for a citation and produce a &quot;COinS&quot;, i.e. a snippet of HTML that can be placed on a webpage and processed by web tools. The COinS generator also has a built-in link-resolver, so you can generate a COinS by taking any OpenURL query string and appending it to the base URL http://generator.ocoins.info/. For more information on COinS, click here.</description>
<dc:date>2009-10-22T08:42:34Z</dc:date>
<dc:author>decembre</dc:author>
<dc:subject>coins, openurl, metadata, generator, generateur, tool, outil, online, bib, bibliotheque2.0, library2.0</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://generator.ocoins.info/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/01/18/11675988d4946380c1dfcf89a2ba79ac.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://generator.ocoins.info/">COinS Generator</a></h4>
 
by <a href="http://blogmarks.net/user/decembre">decembre</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/427301">2 other(s)</a> 
<p class="description">This tool will take bibliographic metadata for a citation and produce a "COinS", i.e. a snippet of HTML that can be placed on a webpage and processed by web tools. The COinS generator also has a built-in link-resolver, so you can generate a COinS by taking any OpenURL query string and appending it to the base URL http://generator.ocoins.info/. For more information on COinS, click here.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/coins">coins</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/openurl">openurl</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/metadata">metadata</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/generator">generator</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/generateur">generateur</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tool">tool</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/outil">outil</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/online">online</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bib">bib</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bibliotheque2.0">bibliotheque2.0</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/library2.0">library2.0</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058592863">Copy</a> | 
<a href="http://blogmarks.net/link/427301">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058550433">
<title>My first application server « ActiveState Code</title>
<link>http://code.activestate.com/recipes/392879/</link>
<description>&lt;blockquote&gt;&lt;p&gt;ScriptServer is a minimalist application server, handling both GET and POST requests, including multipart/form-data for file uploads, HTTP redirections, and with an in-memory session management. It can run Python scripts and template files using the standard string substitution format&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-15T01:57:13Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, http</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://code.activestate.com/recipes/392879/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/15/9567c4ef0d05726e4a5386807a9b0f58.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://code.activestate.com/recipes/392879/">My first application server « ActiveState Code</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>ScriptServer is a minimalist application server, handling both GET and POST requests, including multipart/form-data for file uploads, HTTP redirections, and with an in-memory session management. It can run Python scripts and template files using the standard string substitution format</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=1058550433">Copy</a> | 
<a href="http://blogmarks.net/link/3383773">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058549958">
<title>Snowball</title>
<link>http://snowball.tartarus.org/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval. This site describes Snowball, and presents several useful stemmers which have been implemented using it.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-14T09:56:58Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>parser, processing, grammaire</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://snowball.tartarus.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/14/9e69e45c32fa0d5502ada6acd1e5b801.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://snowball.tartarus.org/">Snowball</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2907831">1 other(s)</a> 
<div class="description"><blockquote><p>Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval. This site describes Snowball, and presents several useful stemmers which have been implemented using it.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/parser">parser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/processing">processing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/grammaire">grammaire</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058549958">Copy</a> | 
<a href="http://blogmarks.net/link/2907831">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/1058596551">
<title>TweetAlert</title>
<link>http://code-or-die.com/tweetalert</link>
<description>With TweetAlert you can follow your favorite search string in Twitter. Everytime your search string (with a #hash-tag) is twittered, this tweet will be re-twittered by this service via your own Twitter account.</description>
<dc:date>2009-10-13T08:08:43Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>twitter, alerts</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://code-or-die.com/tweetalert"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://code-or-die.com/tweetalert">TweetAlert</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
<p class="description">With TweetAlert you can follow your favorite search string in Twitter. Everytime your search string (with a #hash-tag) is twittered, this tweet will be re-twittered by this service via your own Twitter account.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/twitter">twitter</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/alerts">alerts</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058596551">Copy</a> | 
<a href="http://blogmarks.net/link/3419989">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058546576">
<title>Python Package Index : poster 0.5</title>
<link>http://pypi.python.org/pypi/poster/</link>
<description>&lt;blockquote&gt;&lt;p&gt;The modules in the Python standard library don't provide a way to upload large files via HTTP without having to load the entire file into memory first.&lt;/p&gt;&lt;p&gt;poster provides support for both streaming POST requests as well as multipart/form-data encoding of string or file parameters&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-11T06:37:22Z</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/poster/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/11/544e4d313007cb3e3e2646384d780653.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://pypi.python.org/pypi/poster/">Python Package Index : poster 0.5</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>The modules in the Python standard library don't provide a way to upload large files via HTTP without having to load the entire file into memory first.</p><p>poster provides support for both streaming POST requests as well as multipart/form-data encoding of string or file parameters</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=1058546576">Copy</a> | 
<a href="http://blogmarks.net/link/3380517">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Fulcanelli/mark/1058529361">
<title>Posteet: Nettoyer une chaîne de caractères en PHP [PHP] [string] [url]</title>
<link>http://www.posteet.com/view/1223</link>
<description></description>
<dc:date>2009-10-03T18:24:52Z</dc:date>
<dc:author>Fulcanelli</dc:author>
<dc:subject>php, nettoyage, chaine, caractère</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.posteet.com/view/1223"><img border="0" src="http://blogmarks.net/screenshots/2009/10/03/32256e77e0d4d44ce3852b5990446833.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.posteet.com/view/1223">Posteet: Nettoyer une chaîne de caractères en PHP [PHP] [string] [url]</a></h4>
 
by <a href="http://blogmarks.net/user/Fulcanelli">Fulcanelli</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/nettoyage">nettoyage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/chaine">chaine</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/caract%25C3%25A8re">caractère</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058529361">Copy</a> | 
<a href="http://blogmarks.net/link/3364742">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/access2/mark/1058499727">
<title>Tennessee Valley Old Time Fiddler's Convention</title>
<link>http://www.squidoo.com/TVOTFC</link>
<description>The Tennessee Valley Old Time Fiddler's Convention is held at Athens State University in Athens, Alabama on the first full weekend in October.  Contestants compete for prize money in 15 categories, including several fiddle categories, guitar, harmonica, mandolin, old-time singing, banjo, old-time string band, blugrass band, and buck dancing.  Proceeds from the event support various Athens State student organizations and a scholarship fund.</description>
<dc:date>2009-09-11T08:46:53Z</dc:date>
<dc:author>access2</dc:author>
<dc:subject>fiddler's conventions, Bluegrass, fiddle contests, folk music, country music, Athens State College</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.squidoo.com/TVOTFC"><img border="0" src="http://blogmarks.net/screenshots/2009/09/11/507b1c22b2530436ca1cdc3f38ea10c7.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.squidoo.com/TVOTFC">Tennessee Valley Old Time Fiddler's Convention</a></h4>
 
by <a href="http://blogmarks.net/user/access2">access2</a> 
<p class="description">The Tennessee Valley Old Time Fiddler's Convention is held at Athens State University in Athens, Alabama on the first full weekend in October.  Contestants compete for prize money in 15 categories, including several fiddle categories, guitar, harmonica, mandolin, old-time singing, banjo, old-time string band, blugrass band, and buck dancing.  Proceeds from the event support various Athens State student organizations and a scholarship fund.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/fiddler%2527s%2Bconventions">fiddler's conventions</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Bluegrass">Bluegrass</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/fiddle%2Bcontests">fiddle contests</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/folk%2Bmusic">folk music</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/country%2Bmusic">country music</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Athens%2BState%2BCollege">Athens State College</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058499727">Copy</a> | 
<a href="http://blogmarks.net/link/3339708">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058497809">
<title>python-geohash - Project Hosting on Google Code</title>
<link>http://code.google.com/p/python-geohash/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Geohash is a string representation of two dimensional geometric coordinates. This technique is well described at Wikipedia Geohash.&lt;/p&gt;&lt;p&gt;Grid Square Code (JIS X 0410) is also a string representation of geometric coordinates. That grid code is utilized by Japan's government. NTT DoCoMo use modified version of that grid code.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-09-09T10:44:34Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>geo, python</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://code.google.com/p/python-geohash/"><img border="0" src="http://blogmarks.net/screenshots/2009/09/09/a55e53ad77d7e560a512821bb9921f69.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://code.google.com/p/python-geohash/">python-geohash - Project Hosting on Google Code</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Geohash is a string representation of two dimensional geometric coordinates. This technique is well described at Wikipedia Geohash.</p><p>Grid Square Code (JIS X 0410) is also a string representation of geometric coordinates. That grid code is utilized by Japan's government. NTT DoCoMo use modified version of that grid code.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/geo">geo</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058497809">Copy</a> | 
<a href="http://blogmarks.net/link/3338216">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/cascamorto/mark/1058474140">
<title>Abstract Fonts - 12,813 Free Fonts</title>
<link>http://www.abstractfonts.com/</link>
<description>Since starting in 1998 we have grown to have over 12,000 free fonts and about 1 million unique downloads every month. You can view the fonts in many ways: latest, by category, by designer, by recent popularity, popularity climbers and sliders, similarity, best and worst rated, and more!

Each of the fonts has a customizable string preview, character map, member comments, similar fonts as well as a font info tab with all kinds of helpful information about the font.</description>
<dc:date>2009-08-21T00:58:12Z</dc:date>
<dc:author>cascamorto</dc:author>
<dc:subject>gratuit, polices, telecharger</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.abstractfonts.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/08/21/952231338770fe7ee9f7c7f3aca59a00.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.abstractfonts.com/">Abstract Fonts - 12,813 Free Fonts</a></h4>
 
by <a href="http://blogmarks.net/user/cascamorto">cascamorto</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/59718">35 other(s)</a> 
<p class="description">Since starting in 1998 we have grown to have over 12,000 free fonts and about 1 million unique downloads every month. You can view the fonts in many ways: latest, by category, by designer, by recent popularity, popularity climbers and sliders, similarity, best and worst rated, and more!

Each of the fonts has a customizable string preview, character map, member comments, similar fonts as well as a font info tab with all kinds of helpful information about the font.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gratuit">gratuit</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/polices">polices</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/telecharger">telecharger</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058474140">Copy</a> | 
<a href="http://blogmarks.net/link/59718">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058460307">
<title>Tokyo Cabinet: a modern implementation of DBM</title>
<link>http://tokyocabinet.sourceforge.net/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table, B  tree, or fixed-length array.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-08-09T12:11:31Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>database, c, api</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://tokyocabinet.sourceforge.net/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://tokyocabinet.sourceforge.net/">Tokyo Cabinet: a modern implementation of DBM</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2812559">1 other(s)</a> 
<div class="description"><blockquote><p>Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table, B  tree, or fixed-length array.</p></blockquote></div>
<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/c">c</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/api">api</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058460307">Copy</a> | 
<a href="http://blogmarks.net/link/2812559">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/decembre/mark/1058547877">
<title>Modify Headers - Modify and filter http request headers - Extension Firefox</title>
<link>https://addons.mozilla.org/en-US/firefox/addon/967?collection_uuid=bb23f90d%26%2345%3B5fc3%26%2345%3B4b54%26%2345%3B40b3%26%2345%3B1795a2ae4ec1</link>
<description>Add, modify and filter http request headers. You can modify the user agent string, add headers to spoof a mobile request (e.g. x-up-calling-line-id) and much more. Take a look at the help tab of the Modify Headers window...</description>
<dc:date>2009-08-08T21:05:05Z</dc:date>
<dc:author>decembre</dc:author>
<dc:subject>dev, recherche, requete, Request, header, extension, firefox</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="https://addons.mozilla.org/en-US/firefox/addon/967?collection_uuid=bb23f90d%26%2345%3B5fc3%26%2345%3B4b54%26%2345%3B40b3%26%2345%3B1795a2ae4ec1"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="https://addons.mozilla.org/en-US/firefox/addon/967?collection_uuid=bb23f90d%26%2345%3B5fc3%26%2345%3B4b54%26%2345%3B40b3%26%2345%3B1795a2ae4ec1">Modify Headers - Modify and filter http request headers - Extension Firefox</a></h4>
 
by <a href="http://blogmarks.net/user/decembre">decembre</a> 
<p class="description">Add, modify and filter http request headers. You can modify the user agent string, add headers to spoof a mobile request (e.g. x-up-calling-line-id) and much more. Take a look at the help tab of the Modify Headers window...</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dev">dev</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/recherche">recherche</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/requete">requete</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Request">Request</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/header">header</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/extension">extension</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/firefox">firefox</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058547877">Copy</a> | 
<a href="http://blogmarks.net/link/3381603">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/tehu/mark/1058347300">
<title>Changes in Opera’s user agent string format</title>
<link>http://dev.opera.com/articles/view/opera-ua-string-changes/</link>
<description>Hé oui Jean-Michel en 2009 le http-User-Agent remet en jeu son titre de header le plus ridicule de l'année. Une très belle contribution d'Opera : à mon avis UA sera très très difficile à battre.</description>
<dc:date>2009-06-03T21:58:22Z</dc:date>
<dc:author>tehu</dc:author>
<dc:subject>opera, http</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://dev.opera.com/articles/view/opera-ua-string-changes/"><img border="0" src="http://blogmarks.net/screenshots/2009/06/03/1bdccc0986dd69bf78dc4cfa59b2972e.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://dev.opera.com/articles/view/opera-ua-string-changes/">Changes in Opera’s user agent string format</a></h4>
 
by <a href="http://blogmarks.net/user/tehu">tehu</a> 
<p class="description">Hé oui Jean-Michel en 2009 le http-User-Agent remet en jeu son titre de header le plus ridicule de l'année. Une très belle contribution d'Opera : à mon avis UA sera très très difficile à battre.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/opera">opera</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=1058347300">Copy</a> | 
<a href="http://blogmarks.net/link/3216575">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/night.kame/mark/1058288067">
<title>[Fedora-livecd-list] Re: booting from non-DMA IDE CF card</title>
<link>https://www.redhat.com/archives/fedora-livecd-list/2007-September/msg00189.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;Replying to myself in case someone else has the same problem in the future. I ended up compiling the old ATA/IDE drivers into the kernel and omitting the new libata (PATA/SATA) drivers from the kernel. I also added ide=nodma to the kernel boot string.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Ca s'appelle une grosse régression.&lt;/p&gt;</description>
<dc:date>2009-04-18T19:03:20Z</dc:date>
<dc:author>night.kame</dc:author>
<dc:subject>dma_timer_expiry, dma, cf, linux</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="https://www.redhat.com/archives/fedora-livecd-list/2007-September/msg00189.html"><img border="0" src="http://blogmarks.net/screenshots/2009/04/18/9d87240aad18c697e6e18c42cc43f938.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="https://www.redhat.com/archives/fedora-livecd-list/2007-September/msg00189.html">[Fedora-livecd-list] Re: booting from non-DMA IDE CF card</a></h4>
 
by <a href="http://blogmarks.net/user/night.kame">night.kame</a> 
<div class="description"><blockquote><p>Replying to myself in case someone else has the same problem in the future. I ended up compiling the old ATA/IDE drivers into the kernel and omitting the new libata (PATA/SATA) drivers from the kernel. I also added ide=nodma to the kernel boot string.</p></blockquote>
<p>Ca s'appelle une grosse régression.</p></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dma_timer_expiry">dma_timer_expiry</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dma">dma</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cf">cf</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058288067">Copy</a> | 
<a href="http://blogmarks.net/link/3165898">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ms_michel/mark/1058285584">
<title>Stripping Accents from Latin Characters</title>
<link>http://www.codeproject.com/KB/cs/UnicodeNormalization.aspx</link>
<description>Faire disparaitre les accents, cédilles... Comparaison de méthode string.Normalize() du .NET 2.0 et d'une solution basée sur une hashtable.</description>
<dc:date>2009-04-17T08:21:46Z</dc:date>
<dc:author>ms_michel</dc:author>
<dc:subject>.net, c#</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.codeproject.com/KB/cs/UnicodeNormalization.aspx"><img border="0" src="http://blogmarks.net/screenshots/2009/04/17/181878b9f0c630dd71cf3fc69d0d27b8.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.codeproject.com/KB/cs/UnicodeNormalization.aspx">Stripping Accents from Latin Characters</a></h4>
 
by <a href="http://blogmarks.net/user/ms_michel">ms_michel</a> 
<p class="description">Faire disparaitre les accents, cédilles... Comparaison de méthode string.Normalize() du .NET 2.0 et d'une solution basée sur une hashtable.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/.net">.net</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/c%2523">c#</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058285584">Copy</a> | 
<a href="http://blogmarks.net/link/3164095">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ms_michel/mark/1058285583">
<title>Striping Diacritics</title>
<link>http://blogs.msdn.com/michkap/archive/2007/05/14/2629747.aspx</link>
<description>Faire disparaitre les accents, cédilles... à l'aide de la méthode string.Normalize() du .NET 2.0</description>
<dc:date>2009-04-17T08:20:04Z</dc:date>
<dc:author>ms_michel</dc:author>
<dc:subject>.net, c#</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://blogs.msdn.com/michkap/archive/2007/05/14/2629747.aspx"><img border="0" src="http://blogmarks.net/screenshots/2009/04/17/f25f90244cfc82fc527d7e9882e7fcb1.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://blogs.msdn.com/michkap/archive/2007/05/14/2629747.aspx">Striping Diacritics</a></h4>
 
by <a href="http://blogmarks.net/user/ms_michel">ms_michel</a> 
<p class="description">Faire disparaitre les accents, cédilles... à l'aide de la méthode string.Normalize() du .NET 2.0</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/.net">.net</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/c%2523">c#</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058285583">Copy</a> | 
<a href="http://blogmarks.net/link/3164094">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/decembre/mark/1058548184">
<title>8 Tips To Make FireFox Search Friendly | MakeUseOf.com</title>
<link>http://www.makeuseof.com/tag/make-your-firefox-browser-search-friendly/</link>
<description>1. Install the Google Toolbar. 2. Take advantage of FireFox search plugins Or create your own. Let’s take a quick look at how you can create your own search plugin for any search engine or site you refer to daily:      * search the site you are creating the plugin for;     * copy the query string;     * change your search term in the query string for {searchTerms};     * go to mycroft.mozdev.org and complete the form as shown below;  3. Use FireFox “smart keywords” feature(it allows you to search right from the address bar). 4. Use The CyberSearch FireFox plugin (download it here).Another way to search from the address bar.  It supports multiple Google services... 5. Tweak your FireFox about:config settings.Yet another way to search from the address bar. (tip by FireFox facts). 6. Use Search Bookmarklets 7. Search Highlighted Words With Multiple EnginesSearch the highlighted word using multiple search engines: KallOut8. Search The Web (Or Any Website) With One Searchy</description>
<dc:date>2009-04-12T08:38:51Z</dc:date>
<dc:author>decembre</dc:author>
<dc:subject>firefox, search, tips, SearchEngine, howto, reference, tool, personnaliser, recherche, moteur, extension, google, tutoriel, configurer, toolbar, ★★★★★</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.makeuseof.com/tag/make-your-firefox-browser-search-friendly/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.makeuseof.com/tag/make-your-firefox-browser-search-friendly/">8 Tips To Make FireFox Search Friendly | MakeUseOf.com</a></h4>
 
by <a href="http://blogmarks.net/user/decembre">decembre</a> 
<p class="description">1. Install the Google Toolbar. 2. Take advantage of FireFox search plugins Or create your own. Let’s take a quick look at how you can create your own search plugin for any search engine or site you refer to daily:      * search the site you are creating the plugin for;     * copy the query string;     * change your search term in the query string for {searchTerms};     * go to mycroft.mozdev.org and complete the form as shown below;  3. Use FireFox “smart keywords” feature(it allows you to search right from the address bar). 4. Use The CyberSearch FireFox plugin (download it here).Another way to search from the address bar.  It supports multiple Google services... 5. Tweak your FireFox about:config settings.Yet another way to search from the address bar. (tip by FireFox facts). 6. Use Search Bookmarklets 7. Search Highlighted Words With Multiple EnginesSearch the highlighted word using multiple search engines: KallOut8. Search The Web (Or Any Website) With One Searchy</p>
<p class="tags">
<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/search">search</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tips">tips</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/SearchEngine">SearchEngine</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/howto">howto</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/reference">reference</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tool">tool</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/personnaliser">personnaliser</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/recherche">recherche</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/moteur">moteur</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/extension">extension</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google">google</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tutoriel">tutoriel</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/configurer">configurer</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/toolbar">toolbar</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/%25E2%2598%2585%25E2%2598%2585%25E2%2598%2585%25E2%2598%2585%25E2%2598%2585">★★★★★</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058548184">Copy</a> | 
<a href="http://blogmarks.net/link/3381849">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ronpish/mark/1058260257">
<title>Convert an ISO 8601 Date String to / from a Native AS3 Date Object </title>
<link>http://www.brooksandrus.com/blog/2009/02/23/convert-an-iso-8601-date-string-to-from-a-native-as3-date-object/</link>
<description></description>
<dc:date>2009-04-04T23:45:42Z</dc:date>
<dc:author>ronpish</dc:author>
<dc:subject>as3, flex, date</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.brooksandrus.com/blog/2009/02/23/convert-an-iso-8601-date-string-to-from-a-native-as3-date-object/"><img border="0" src="http://blogmarks.net/screenshots/2009/04/04/f5be7d5247beedfac5ca86e1a725b3b2.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.brooksandrus.com/blog/2009/02/23/convert-an-iso-8601-date-string-to-from-a-native-as3-date-object/">Convert an ISO 8601 Date String to / from a Native AS3 Date Object </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/as3">as3</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/flex">flex</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/date">date</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058260257">Copy</a> | 
<a href="http://blogmarks.net/link/3143280">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058252840">
<title>U B U W E B - Film &amp; Video: Lawrence Weiner - WATER IN MILK EXISTS (2008)</title>
<link>http://www.ubu.com/film/weiner_water.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;The film contains quotations from the artist's children books, austere dialogues on string theory, animations, as well as a lot of carnal action.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-03-29T02:25:37Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>film, art, video, sexe</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.ubu.com/film/weiner_water.html"><img border="0" src="http://blogmarks.net/screenshots/2009/03/29/925959cc6a6956257217a256b5806407.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.ubu.com/film/weiner_water.html">U B U W E B - Film &amp; Video: Lawrence Weiner - WATER IN MILK EXISTS (2008)</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>The film contains quotations from the artist's children books, austere dialogues on string theory, animations, as well as a lot of carnal action.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/film">film</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/art">art</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/sexe">sexe</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058252840">Copy</a> | 
<a href="http://blogmarks.net/link/3137551">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>