<?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/suited">
<title>Public marks with search suited</title>
<description>Public marks with search suited</description>
<link>http://blogmarks.net/marks/search/suited</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058552850"/>
<rdf:li resource="http://blogmarks.net/api/user/Xavier Lacot/mark/1058529896"/>
<rdf:li resource="http://blogmarks.net/api/user/mozkart/mark/1058481889"/>
<rdf:li resource="http://blogmarks.net/api/user/newandforever/mark/1058456836"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058342321"/>
<rdf:li resource="http://blogmarks.net/api/user/gregg/mark/1058333288"/>
<rdf:li resource="http://blogmarks.net/api/user/rax262/mark/1058299289"/>
<rdf:li resource="http://blogmarks.net/api/user/cascamorto/mark/1058247368"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058243942"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058179092"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058168760"/>
<rdf:li resource="http://blogmarks.net/api/user/gregg/mark/1057950767"/>
<rdf:li resource="http://blogmarks.net/api/user/Xavier Lacot/mark/1057866546"/>
<rdf:li resource="http://blogmarks.net/api/user/Xavier Lacot/mark/1057830699"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1057707622"/>
<rdf:li resource="http://blogmarks.net/api/user/springnet/mark/1057900469"/>
<rdf:li resource="http://blogmarks.net/api/user/parmentierf/mark/1057645649"/>
<rdf:li resource="http://blogmarks.net/api/user/jdrsantos/mark/1057999025"/>
<rdf:li resource="http://blogmarks.net/api/user/jpcaruana/mark/1057625204"/>
<rdf:li resource="http://blogmarks.net/api/user/mbertier/mark/1057581191"/>
<rdf:li resource="http://blogmarks.net/api/user/discret/mark/1057298499"/>
<rdf:li resource="http://blogmarks.net/api/user/jpcaruana/mark/1057269967"/>
<rdf:li resource="http://blogmarks.net/api/user/Regis/mark/1057269919"/>
<rdf:li resource="http://blogmarks.net/api/user/springnet/mark/1057901359"/>
<rdf:li resource="http://blogmarks.net/api/user/greut/mark/2594690"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058552850">
<title>Riak - A Decentralized Database</title>
<link>http://riak.basho.com/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Riak combines a decentralized key-value store, a flexible map/reduce engine, and a friendly HTTP/JSON query interface to provide a database ideally suited for Web applications.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-17T18:50:12Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>riak, bigtable, database</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://riak.basho.com/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/17/a29d498a3bd4395da8bc2f8cc3827fb5.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://riak.basho.com/">Riak - A Decentralized Database</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Riak combines a decentralized key-value store, a flexible map/reduce engine, and a friendly HTTP/JSON query interface to provide a database ideally suited for Web applications.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/riak">riak</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bigtable">bigtable</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/database">database</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058552850">Copy</a> | 
<a href="http://blogmarks.net/link/3385859">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Xavier Lacot/mark/1058529896">
<title>Gearman</title>
<link>http://gearman.org/</link>
<description>Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other words, it is the nervous system for how distributed processing communicates.

One type of asynchronous and worker solution I could use in the implementation of asynchronousity in Symfony's media plugin</description>
<dc:date>2009-10-04T10:37:50Z</dc:date>
<dc:author>Xavier Lacot</dc:author>
<dc:subject>Worker, asynchronous, tool, developement, php, c</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://gearman.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/04/693f26cb96f36b10906e4ef8d8da225e.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://gearman.org/">Gearman</a></h4>
 
by <a href="http://blogmarks.net/user/Xavier Lacot">Xavier Lacot</a> 
<p class="description">Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other words, it is the nervous system for how distributed processing communicates.

One type of asynchronous and worker solution I could use in the implementation of asynchronousity in Symfony's media plugin</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Worker">Worker</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/asynchronous">asynchronous</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/developement">developement</a>
<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/c">c</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058529896">Copy</a> | 
<a href="http://blogmarks.net/link/3365194">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mozkart/mark/1058481889">
<title>Manipulate images from WordPress post’s content with Regular Expressions » Matt Varone // Matt Varone</title>
<link>http://www.mattvarone.com/wordpress/images-post-wordpress-regular-expressions/</link>
<description>A couple of months ago I got requested to deliver a website that would let the client publish online brochures. These brochures featured image slideshows with a description text, tags, categories etc. Many of us use WordPress not only as a blog platform but also as a multifaceted CMS. There are many features WordPress give that go beyond the blog format and that with the right adjustments and/or plugins, can be used to provide a complete solid solution. Thats why we choose to build this up on WordPress.

At first I look around to see the wp plugins available but found that none of them suited the needs of this project. I wanted to keep this very simple and easy for the client, so the best solution I came up was to let client dump any image he wanted in the post’s content-box and deal with it later with regular expressions. This way I could manage the content and present it in a good looking slideshow I could style myself.</description>
<dc:date>2009-08-26T09:37:23Z</dc:date>
<dc:author>mozkart</dc:author>
<dc:subject>wordpress, slideshow</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.mattvarone.com/wordpress/images-post-wordpress-regular-expressions/"><img border="0" src="http://blogmarks.net/screenshots/2009/08/26/ca179070bf85a5a2d99b5f9633db9f7c.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.mattvarone.com/wordpress/images-post-wordpress-regular-expressions/">Manipulate images from WordPress post’s content with Regular Expressions » Matt Varone // Matt Varone</a></h4>
 
by <a href="http://blogmarks.net/user/mozkart">mozkart</a> 
<p class="description">A couple of months ago I got requested to deliver a website that would let the client publish online brochures. These brochures featured image slideshows with a description text, tags, categories etc. Many of us use WordPress not only as a blog platform but also as a multifaceted CMS. There are many features WordPress give that go beyond the blog format and that with the right adjustments and/or plugins, can be used to provide a complete solid solution. Thats why we choose to build this up on WordPress.

At first I look around to see the wp plugins available but found that none of them suited the needs of this project. I wanted to keep this very simple and easy for the client, so the best solution I came up was to let client dump any image he wanted in the post’s content-box and deal with it later with regular expressions. This way I could manage the content and present it in a good looking slideshow I could style myself.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/wordpress">wordpress</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/slideshow">slideshow</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058481889">Copy</a> | 
<a href="http://blogmarks.net/link/3324980">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/newandforever/mark/1058456836">
<title>what disorders are not suited for anti anxiety drugs</title>
<link>http://instarling.com/popular/what_disorders_are_not_suited_for_anti_anxiety_drugs/</link>
<description>what disorders are not suited for anti anxiety drugs</description>
<dc:date>2009-08-09T19:21:12Z</dc:date>
<dc:author>newandforever</dc:author>
<dc:subject>what disorders are not suited for anti anxiety drugs, drugs, akbulat787, bookmarks, disorders, Anti, suited, anxiety</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://instarling.com/popular/what_disorders_are_not_suited_for_anti_anxiety_drugs/"><img border="0" src="http://blogmarks.net/screenshots/2009/08/09/5e8fbb6029dfd3efd91e811bbdf4b9bd.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://instarling.com/popular/what_disorders_are_not_suited_for_anti_anxiety_drugs/">what disorders are not suited for anti anxiety drugs</a></h4>
 
by <a href="http://blogmarks.net/user/newandforever">newandforever</a> 
<p class="description">what disorders are not suited for anti anxiety drugs</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/what%2Bdisorders%2Bare%2Bnot%2Bsuited%2Bfor%2Banti%2Banxiety%2Bdrugs">what disorders are not suited for anti anxiety drugs</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/drugs">drugs</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/akbulat787">akbulat787</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bookmarks">bookmarks</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/disorders">disorders</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Anti">Anti</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/suited">suited</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/anxiety">anxiety</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058456836">Copy</a> | 
<a href="http://blogmarks.net/link/3307923">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058342321">
<title>Pwireframing: Paper Wireframing - mStoner - Blog</title>
<link>http://www.mstonerblog.com/index.php/blog/comments/pwireframing_paper_wireframing/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Two clients of ours from Bethel University, Mark Erickson (Director of Web Communications) and Michael Vedders (Director of Web Technology), came to mStoner’s Chicago office for two days earlier in the month to work directly with us on the Bethel strategy document. The idea was that two days of intense collaboration and discussion would produce a more cohesive report, better suited to Bethel’s needs.&lt;/p&gt;&lt;p&gt;It Doesn’t Get Any More Old School than Paper and Scissors&lt;/p&gt;&lt;p&gt;Part of this two day process was an exercise that I like to call paper wireframing, or Pwireframing. It’s an idea that came to me based on a link that my colleague Laurel Hechanova sent me: The Design Police Visual Enforcement Kit. If you take a look at this page, it’s essentially a print-it-yourself sticker kit, laying out a bunch of funny “laws” you can stick to a piece of communication.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-05-31T01:37:14Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>webdesign, wireframe, papier</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.mstonerblog.com/index.php/blog/comments/pwireframing_paper_wireframing/"><img border="0" src="http://blogmarks.net/screenshots/2009/05/31/ba847213e3540b88c55326f656bf581b.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.mstonerblog.com/index.php/blog/comments/pwireframing_paper_wireframing/">Pwireframing: Paper Wireframing - mStoner - Blog</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Two clients of ours from Bethel University, Mark Erickson (Director of Web Communications) and Michael Vedders (Director of Web Technology), came to mStoner’s Chicago office for two days earlier in the month to work directly with us on the Bethel strategy document. The idea was that two days of intense collaboration and discussion would produce a more cohesive report, better suited to Bethel’s needs.</p><p>It Doesn’t Get Any More Old School than Paper and Scissors</p><p>Part of this two day process was an exercise that I like to call paper wireframing, or Pwireframing. It’s an idea that came to me based on a link that my colleague Laurel Hechanova sent me: The Design Police Visual Enforcement Kit. If you take a look at this page, it’s essentially a print-it-yourself sticker kit, laying out a bunch of funny “laws” you can stick to a piece of communication.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webdesign">webdesign</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/wireframe">wireframe</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/papier">papier</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058342321">Copy</a> | 
<a href="http://blogmarks.net/link/3212312">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/gregg/mark/1058333288">
<title>DoneDone // Simple, smarter issue tracking to finish projects strong.</title>
<link>https://www.getdonedone.com/index.aspx</link>
<description>DoneDone is a web-based issue tracker for real people. Other issue tracking tools are better suited for robots. Really sophisticated robots.</description>
<dc:date>2009-05-22T21:55:08Z</dc:date>
<dc:author>gregg</dc:author>
<dc:subject>bugtracker</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="https://www.getdonedone.com/index.aspx"><img border="0" src="http://blogmarks.net/screenshots/2009/05/22/59a757603cce89231e50045deecdc3f6.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="https://www.getdonedone.com/index.aspx">DoneDone // Simple, smarter issue tracking to finish projects strong.</a></h4>
 
by <a href="http://blogmarks.net/user/gregg">gregg</a> 
<p class="description">DoneDone is a web-based issue tracker for real people. Other issue tracking tools are better suited for robots. Really sophisticated robots.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bugtracker">bugtracker</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058333288">Copy</a> | 
<a href="http://blogmarks.net/link/3204480">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/rax262/mark/1058299289">
<title>Straw Bale Gardening</title>
<link>http://www.nicholsgardennursery.com/strawbales.htm</link>
<description>An in depth explanation about how to use straw bales as a growing medium for plants.  Great for folks who have soil ill suited for gardens or anyone who hates the bending and straining of traditional methods.</description>
<dc:date>2009-04-26T13:38:39Z</dc:date>
<dc:author>rax262</dc:author>
<dc:subject>gardening, straw bale</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.nicholsgardennursery.com/strawbales.htm"><img border="0" src="http://blogmarks.net/screenshots/2009/04/26/d382b4a8fa30e15c29a26a913523d6b3.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.nicholsgardennursery.com/strawbales.htm">Straw Bale Gardening</a></h4>
 
by <a href="http://blogmarks.net/user/rax262">rax262</a> 
<p class="description">An in depth explanation about how to use straw bales as a growing medium for plants.  Great for folks who have soil ill suited for gardens or anyone who hates the bending and straining of traditional methods.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gardening">gardening</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/straw%2Bbale">straw bale</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058299289">Copy</a> | 
<a href="http://blogmarks.net/link/3175516">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/cascamorto/mark/1058247368">
<title>FirePHP - Firebug Extension for AJAX Development</title>
<link>http://www.firephp.org/HQ/Learn.htm</link>
<description>FirePHP enables you to log to your Firebug Console using a simple PHP method call.

All data is sent via response headers and will not interfere with the content on your page.

FirePHP is ideally suited for AJAX development where clean JSON and XML responses are required.</description>
<dc:date>2009-03-23T00:28:18Z</dc:date>
<dc:author>cascamorto</dc:author>
<dc:subject>extensions, firefox, howto, php</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.firephp.org/HQ/Learn.htm"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.firephp.org/HQ/Learn.htm">FirePHP - Firebug Extension for AJAX Development</a></h4>
 
by <a href="http://blogmarks.net/user/cascamorto">cascamorto</a> 
<p class="description">FirePHP enables you to log to your Firebug Console using a simple PHP method call.

All data is sent via response headers and will not interfere with the content on your page.

FirePHP is ideally suited for AJAX development where clean JSON and XML responses are required.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/extensions">extensions</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/firefox">firefox</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/howto">howto</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058247368">Copy</a> | 
<a href="http://blogmarks.net/link/3132886">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058243942">
<title>Digital History Hacks (2005-08)</title>
<link>http://digitalhistoryhacks.blogspot.com/</link>
<description>&lt;blockquote&gt;&lt;p&gt;When I began this blog, I had the idea that it would be an integral part of my critical and reflective technical practice. For the past three years, it has served admirably, providing an easy way to share ideas and code and putting me in touch with a wide range of colleagues and new friends. During that time I've tried to stay true to the promise of &quot;hacks,&quot; even if I pushed the boundaries of both &quot;digital&quot; and &quot;history&quot;. As my technical work has evolved, however, I've begun to feel like this blog is less and less suited to my day-to-day activities. Rather than try and force it to fit, I've decided to build something new.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-03-19T02:06:39Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>societé, technologie, philosophie</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://digitalhistoryhacks.blogspot.com/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://digitalhistoryhacks.blogspot.com/">Digital History Hacks (2005-08)</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>When I began this blog, I had the idea that it would be an integral part of my critical and reflective technical practice. For the past three years, it has served admirably, providing an easy way to share ideas and code and putting me in touch with a wide range of colleagues and new friends. During that time I've tried to stay true to the promise of "hacks," even if I pushed the boundaries of both "digital" and "history". As my technical work has evolved, however, I've begun to feel like this blog is less and less suited to my day-to-day activities. Rather than try and force it to fit, I've decided to build something new.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/societ%25C3%25A9">societé</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/technologie">technologie</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/philosophie">philosophie</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058243942">Copy</a> | 
<a href="http://blogmarks.net/link/3129976">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058179092">
<title>Welcome to Tal4Rdf — Tal4Rdf v0.2 documentation</title>
<link>http://liris.cnrs.fr/~pchampin/t4r/doc/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Tal4Rdf (or T4R) is a template language for presenting RDF data into other formats.

T4R is based on Zope’s Template Attribute Language. This makes it well suited to produce HTML or any XML-based format (see why). But it can also produce non-XML formats.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-02-01T12:07:02Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>rdf, html, data, template</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://liris.cnrs.fr/~pchampin/t4r/doc/"><img border="0" src="http://blogmarks.net/screenshots/2009/02/01/916be4d3393c03b47491cdcc2c788da2.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://liris.cnrs.fr/~pchampin/t4r/doc/">Welcome to Tal4Rdf — Tal4Rdf v0.2 documentation</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Tal4Rdf (or T4R) is a template language for presenting RDF data into other formats.

T4R is based on Zope’s Template Attribute Language. This makes it well suited to produce HTML or any XML-based format (see why). But it can also produce non-XML formats.</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/html">html</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/data">data</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/template">template</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058179092">Copy</a> | 
<a href="http://blogmarks.net/link/3072545">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058168760">
<title>CLUTO - Software for Clustering High-Dimensional Datasets | Karypis Lab</title>
<link>http://glaros.dtc.umn.edu/gkhome/cluto/cluto/overview</link>
<description>&lt;blockquote&gt;&lt;p&gt;CLUTO is a software package for clustering low- and high-dimensional datasets and for analyzing the characteristics of the various clusters. CLUTO is well-suited for clustering data sets arising in many diverse application areas including information retrieval, customer purchasing transactions, web, GIS, science, and biology.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-01-23T17:13:40Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>information, data</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://glaros.dtc.umn.edu/gkhome/cluto/cluto/overview"><img border="0" src="http://blogmarks.net/screenshots/2009/01/23/1708de72bf250bbeddd3d12c92d556f1.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://glaros.dtc.umn.edu/gkhome/cluto/cluto/overview">CLUTO - Software for Clustering High-Dimensional Datasets | Karypis Lab</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>CLUTO is a software package for clustering low- and high-dimensional datasets and for analyzing the characteristics of the various clusters. CLUTO is well-suited for clustering data sets arising in many diverse application areas including information retrieval, customer purchasing transactions, web, GIS, science, and biology.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/information">information</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/data">data</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058168760">Copy</a> | 
<a href="http://blogmarks.net/link/3064898">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/gregg/mark/1057950767">
<title>YAKKAY - brainwear for smart people.</title>
<link>http://www.yakkay.com</link>
<description>At first, you find a helmet size that fits you best. YAKKAY's helmets are designed with adjustment space which ensures that the helmet is suited precisely to fit your head's shape and size. You are now ready to select a cover.</description>
<dc:date>2008-08-16T15:48:44Z</dc:date>
<dc:author>gregg</dc:author>
<dc:subject>casque, vélo</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.yakkay.com"><img border="0" src="http://blogmarks.net/screenshots/2008/08/16/29903cc67449f411c44d286535ad115c.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.yakkay.com">YAKKAY - brainwear for smart people.</a></h4>
 
by <a href="http://blogmarks.net/user/gregg">gregg</a> 
<p class="description">At first, you find a helmet size that fits you best. YAKKAY's helmets are designed with adjustment space which ensures that the helmet is suited precisely to fit your head's shape and size. You are now ready to select a cover.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/casque">casque</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/v%25C3%25A9lo">vélo</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057950767">Copy</a> | 
<a href="http://blogmarks.net/link/2870277">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Xavier Lacot/mark/1057866546">
<title>Yaws</title>
<link>http://yaws.hyber.org/</link>
<description>Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for dynamic-content webapplications, written in Erlang.</description>
<dc:date>2008-06-02T22:30:38Z</dc:date>
<dc:author>Xavier Lacot</dc:author>
<dc:subject>Erlang, web server, web, performance, apache, yaws</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://yaws.hyber.org/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://yaws.hyber.org/">Yaws</a></h4>
 
by <a href="http://blogmarks.net/user/Xavier Lacot">Xavier Lacot</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1272835">2 other(s)</a> 
<p class="description">Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for dynamic-content webapplications, written in Erlang.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Erlang">Erlang</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web%2Bserver">web server</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/performance">performance</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/apache">apache</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/yaws">yaws</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057866546">Copy</a> | 
<a href="http://blogmarks.net/link/1272835">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Xavier Lacot/mark/1057830699">
<title>sfFirePHP plugin</title>
<link>http://trac.symfony-project.com/wiki/sfFirePHPPlugin</link>
<description>FirePHP enables you to print to your Firebug Console using a simple PHP function call. What makes FirePHP different? All data is sent via a set of X-FirePHP-Data response headers. This means that the debugging data will not interfere with the content on your page. Thus FirePHP is ideally suited for AJAX development. </description>
<dc:date>2008-05-07T19:53:44Z</dc:date>
<dc:author>Xavier Lacot</dc:author>
<dc:subject>php, symfony, plugin, firebug, debug, firefox, groupe:clever age, clevermarks</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://trac.symfony-project.com/wiki/sfFirePHPPlugin"><img border="0" src="http://blogmarks.net/screenshots/2008/05/07/e7396c7094e54143ef390c4e60da063f.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://trac.symfony-project.com/wiki/sfFirePHPPlugin">sfFirePHP plugin</a></h4>
 
by <a href="http://blogmarks.net/user/Xavier Lacot">Xavier Lacot</a> 
<p class="description">FirePHP enables you to print to your Firebug Console using a simple PHP function call. What makes FirePHP different? All data is sent via a set of X-FirePHP-Data response headers. This means that the debugging data will not interfere with the content on your page. Thus FirePHP is ideally suited for AJAX development. </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/symfony">symfony</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/firebug">firebug</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/debug">debug</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/firefox">firefox</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/groupe%253Aclever%2Bage">groupe:clever age</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/clevermarks">clevermarks</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057830699">Copy</a> | 
<a href="http://blogmarks.net/link/2771770">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1057707622">
<title>Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Heartbeat On Debian Etch | HowtoForge - Linux Howtos and Tutorials</title>
<link>http://www.howtoforge.com/high-availability-load-balancer-haproxy-heartbeat-debian-etch</link>
<description>This article explains how to set up a two-node load balancer in an active/passive configuration with HAProxy and heartbeat on Debian Etch. The load balancer sits between the user and two (or more) backend Apache web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache servers, it also checks the health of the backend servers. If one of them is down, all requests will automatically be redirected to the remaining backend server. In addition to that, the two load balancer nodes monitor each other using heartbeat, and if the master fails, the slave becomes the master, which means the users will not notice any disruption of the service. HAProxy is session-aware, which means you can use it with any web application that makes use of sessions (such as forums, shopping carts, etc.).

From the HAProxy web site: &quot;HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for web sites crawling under very high loads while needing persistence or Layer7 processing. Supporting tens of thousands of connections is clearly realistic with todays hardware. Its mode of operation makes its integration into existing architectures very easy and riskless, while still offering the possibility not to expose fragile web servers to the Net.&quot;</description>
<dc:date>2008-02-21T13:32:57Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>linux, web, debian, apache, application, configuration, load, balancing, availability</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.howtoforge.com/high-availability-load-balancer-haproxy-heartbeat-debian-etch"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.howtoforge.com/high-availability-load-balancer-haproxy-heartbeat-debian-etch">Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Heartbeat On Debian Etch | HowtoForge - Linux Howtos and Tutorials</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2515316">1 other(s)</a> 
<p class="description">This article explains how to set up a two-node load balancer in an active/passive configuration with HAProxy and heartbeat on Debian Etch. The load balancer sits between the user and two (or more) backend Apache web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache servers, it also checks the health of the backend servers. If one of them is down, all requests will automatically be redirected to the remaining backend server. In addition to that, the two load balancer nodes monitor each other using heartbeat, and if the master fails, the slave becomes the master, which means the users will not notice any disruption of the service. HAProxy is session-aware, which means you can use it with any web application that makes use of sessions (such as forums, shopping carts, etc.).

From the HAProxy web site: "HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for web sites crawling under very high loads while needing persistence or Layer7 processing. Supporting tens of thousands of connections is clearly realistic with todays hardware. Its mode of operation makes its integration into existing architectures very easy and riskless, while still offering the possibility not to expose fragile web servers to the Net."</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/debian">debian</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/apache">apache</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/application">application</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/configuration">configuration</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/load">load</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/balancing">balancing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/availability">availability</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057707622">Copy</a> | 
<a href="http://blogmarks.net/link/2515316">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/springnet/mark/1057900469">
<title>About CMS Watch -- CMS Watch</title>
<link>http://www.cmswatch.com/About/</link>
<description>Our reports help sort out the complex landscape of potential solutions so that project teams can minimize the time and effort to identify and evaluate technologies suited to their particular requirements.</description>
<dc:date>2008-01-28T02:14:39Z</dc:date>
<dc:author>springnet</dc:author>
<dc:subject>springnet, opensource, cms, springnet blogmarks, *</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.cmswatch.com/About/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.cmswatch.com/About/">About CMS Watch -- CMS Watch</a></h4>
 
by <a href="http://blogmarks.net/user/springnet">springnet</a> 
<p class="description">Our reports help sort out the complex landscape of potential solutions so that project teams can minimize the time and effort to identify and evaluate technologies suited to their particular requirements.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/springnet">springnet</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/opensource">opensource</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cms">cms</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/springnet%2Bblogmarks">springnet blogmarks</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/%252A">*</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057900469">Copy</a> | 
<a href="http://blogmarks.net/link/2825951">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/parmentierf/mark/1057645649">
<title>Coding Horror: Sorting for Humans : Natural Sort Order</title>
<link>http://www.codinghorror.com/blog/archives/001018.html</link>
<description>The default sort functions in almost every programming language are poorly suited for human consumption. What do I mean by that?</description>
<dc:date>2008-01-08T09:23:20Z</dc:date>
<dc:author>parmentierf</dc:author>
<dc:subject>dev, algorithme</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.codinghorror.com/blog/archives/001018.html"><img border="0" src="http://blogmarks.net/screenshots/2008/01/08/7ff887d45bc4b7c5e9611f6bcbf9ecb3.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.codinghorror.com/blog/archives/001018.html">Coding Horror: Sorting for Humans : Natural Sort Order</a></h4>
 
by <a href="http://blogmarks.net/user/parmentierf">parmentierf</a> 
<p class="description">The default sort functions in almost every programming language are poorly suited for human consumption. What do I mean by that?</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/algorithme">algorithme</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057645649">Copy</a> | 
<a href="http://blogmarks.net/link/2623697">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jdrsantos/mark/1057999025">
<title>PHP4Delphi</title>
<link>http://users.telenet.be/ws36637/php4delphi.html</link>
<description>PHP, which stands for &quot;PHP: Hypertext Preprocessor&quot; is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn.</description>
<dc:date>2008-01-06T12:08:15Z</dc:date>
<dc:author>jdrsantos</dc:author>
<dc:subject>php, delphi, open_source</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://users.telenet.be/ws36637/php4delphi.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://users.telenet.be/ws36637/php4delphi.html">PHP4Delphi</a></h4>
 
by <a href="http://blogmarks.net/user/jdrsantos">jdrsantos</a> 
<p class="description">PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/delphi">delphi</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/open_source">open_source</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057999025">Copy</a> | 
<a href="http://blogmarks.net/link/2913454">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jpcaruana/mark/1057625204">
<title>Flower 0.5</title>
<link>http://www.basiscraft.com/</link>
<description>Flower is a new kind of user programmable web service, especially well suited for applications which process, store, and query XML data sets. Clients of a flower web service interactively modify and extend the code the server runs. This is is the ordinary way to build new flower applications. Flower is a true web operating system in the sense that it forms a self-contained, web-addressable computing environment.</description>
<dc:date>2007-12-23T14:52:52Z</dc:date>
<dc:author>jpcaruana</dc:author>
<dc:subject>programmation, xml, web</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.basiscraft.com/"><img border="0" src="http://blogmarks.net/screenshots/2007/12/23/7331d3e2215ca44401d5f5dfc4130ed8.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.basiscraft.com/">Flower 0.5</a></h4>
 
by <a href="http://blogmarks.net/user/jpcaruana">jpcaruana</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2607104">1 other(s)</a> 
<p class="description">Flower is a new kind of user programmable web service, especially well suited for applications which process, store, and query XML data sets. Clients of a flower web service interactively modify and extend the code the server runs. This is is the ordinary way to build new flower applications. Flower is a true web operating system in the sense that it forms a self-contained, web-addressable computing environment.</p>
<p class="tags">
<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/xml">xml</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057625204">Copy</a> | 
<a href="http://blogmarks.net/link/2607104">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mbertier/mark/1057581191">
<title>Home — Traverso DAW</title>
<link>http://traverso-daw.org/</link>
<description>a free, cross platform multitrack audio recording and editing suite, with an innovative and easy to master User Interface. It's suited for both the professional and home user, who needs a robust and solid DAW.</description>
<dc:date>2007-11-27T15:51:06Z</dc:date>
<dc:author>mbertier</dc:author>
<dc:subject>music, linux, tools</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://traverso-daw.org/"><img border="0" src="http://blogmarks.net/screenshots/2007/11/27/6527939988677297c87b4a49fab526e1.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://traverso-daw.org/">Home — Traverso DAW</a></h4>
 
by <a href="http://blogmarks.net/user/mbertier">mbertier</a> 
<p class="description">a free, cross platform multitrack audio recording and editing suite, with an innovative and easy to master User Interface. It's suited for both the professional and home user, who needs a robust and solid DAW.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/music">music</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tools">tools</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057581191">Copy</a> | 
<a href="http://blogmarks.net/link/2563718">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/discret/mark/1057298499">
<title>PHP 5.2.3 Released</title>
<link>http://www.php.net/</link>
<description>What is PHP?

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.

Ever wondered how popular PHP is? see the Netcraft Survey.</description>
<dc:date>2007-06-29T06:42:26Z</dc:date>
<dc:author>discret</dc:author>
<dc:subject>webdesign, html, web, design</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.php.net/"><img border="0" src="http://blogmarks.net/screenshots/2007/06/29/a855290e07a17f0457c77232603a219f.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.php.net/">PHP 5.2.3 Released</a></h4>
 
by <a href="http://blogmarks.net/user/discret">discret</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/44918">37 other(s)</a> 
<p class="description">What is PHP?

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.

Ever wondered how popular PHP is? see the Netcraft Survey.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/webdesign">webdesign</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/html">html</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/design">design</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057298499">Copy</a> | 
<a href="http://blogmarks.net/link/44918">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jpcaruana/mark/1057269967">
<title>IE NetRenderer - Browser Compatibility Check -</title>
<link>http://ipinfo.info/netrenderer/</link>
<description>E NetRenderer allows you to check how a website is rendered by Internet Explorer 7, 6 or 5.5, as seen from a high speed datacenter located in Germany. Just type in a URL in the field above and try it out - it's free!

Unlike other screenshot services, we are able to process a large number of capturing jobs in parallel and in realtime, making it the fastest service that we know of.

This web rendering tool is ideally suited for web designers working on Apple iMac and Linux workstations. It allows to verify web designs natively on all popular Internet Explorer versions, without the need to set aside several physical or virtual Microsoft Windows PCs just for that purpose.</description>
<dc:date>2007-06-13T12:56:06Z</dc:date>
<dc:author>jpcaruana</dc:author>
<dc:subject>programmation, web design, web</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://ipinfo.info/netrenderer/"><img border="0" src="http://blogmarks.net/screenshots/2009/06/23/a6d3e6ecf35f4f7a84a86580860397dd.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://ipinfo.info/netrenderer/">IE NetRenderer - Browser Compatibility Check -</a></h4>
 
by <a href="http://blogmarks.net/user/jpcaruana">jpcaruana</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1460503">14 other(s)</a> 
<p class="description">E NetRenderer allows you to check how a website is rendered by Internet Explorer 7, 6 or 5.5, as seen from a high speed datacenter located in Germany. Just type in a URL in the field above and try it out - it's free!

Unlike other screenshot services, we are able to process a large number of capturing jobs in parallel and in realtime, making it the fastest service that we know of.

This web rendering tool is ideally suited for web designers working on Apple iMac and Linux workstations. It allows to verify web designs natively on all popular Internet Explorer versions, without the need to set aside several physical or virtual Microsoft Windows PCs just for that purpose.</p>
<p class="tags">
<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/web%2Bdesign">web design</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057269967">Copy</a> | 
<a href="http://blogmarks.net/link/1460503">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Regis/mark/1057269919">
<title>SpagoBI</title>
<link>http://spagobi.eng.it/ecm/faces/public/guest/home/solutions/spagobi</link>
<description>SpagoBI is an integration platform focused on business intelligence needs at the enterprise level. It's a full open source solution (no professional edition). SpagoBI offers a complete analytical layer (e.g.: reporting dimensional analysis -OLAP-, data mining, dashboards, free and visual data inquiring) with many solution for every area, allowing the end-user to compose the platform best suited for him/her</description>
<dc:date>2007-06-13T12:14:17Z</dc:date>
<dc:author>Regis</dc:author>
<dc:subject>portal, business intelligence, open source</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://spagobi.eng.it/ecm/faces/public/guest/home/solutions/spagobi"><img border="0" src="http://blogmarks.net/screenshots/2007/06/13/2e1c5c13e143f43963d81d4a2caf2b7f.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://spagobi.eng.it/ecm/faces/public/guest/home/solutions/spagobi">SpagoBI</a></h4>
 
by <a href="http://blogmarks.net/user/Regis">Regis</a> 
<p class="description">SpagoBI is an integration platform focused on business intelligence needs at the enterprise level. It's a full open source solution (no professional edition). SpagoBI offers a complete analytical layer (e.g.: reporting dimensional analysis -OLAP-, data mining, dashboards, free and visual data inquiring) with many solution for every area, allowing the end-user to compose the platform best suited for him/her</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/portal">portal</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/business%2Bintelligence">business intelligence</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/open%2Bsource">open source</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057269919">Copy</a> | 
<a href="http://blogmarks.net/link/2290920">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/springnet/mark/1057901359">
<title>Daniel Dura » TwitterCamp</title>
<link>http://www.danieldura.com/code/twittercamp/</link>
<description>The application is especially suited for running on large displays such as plasmas, LCDs, and projectors at conferences.</description>
<dc:date>2007-04-23T00:28:37Z</dc:date>
<dc:author>springnet</dc:author>
<dc:subject>conference, visualization, apollo, twitter, sxsw, texas, austin, austinblogger, austincast, walhus, springnet</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.danieldura.com/code/twittercamp/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.danieldura.com/code/twittercamp/">Daniel Dura » TwitterCamp</a></h4>
 
by <a href="http://blogmarks.net/user/springnet">springnet</a> 
<p class="description">The application is especially suited for running on large displays such as plasmas, LCDs, and projectors at conferences.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/conference">conference</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/visualization">visualization</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/apollo">apollo</a>
<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/sxsw">sxsw</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/texas">texas</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/austin">austin</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/austinblogger">austinblogger</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/austincast">austincast</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/walhus">walhus</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/springnet">springnet</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057901359">Copy</a> | 
<a href="http://blogmarks.net/link/2826624">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/greut/mark/2594690">
<title>Overview</title>
<link>http://rspec.rubyforge.org/</link>
<description>RSpec is a Behaviour Definition Framework well suited for practicing Behaviour Driven Development (BDD) in Ruby.</description>
<dc:date>2007-04-18T17:44:30Z</dc:date>
<dc:author>greut</dc:author>
<dc:subject>framework, ruby, rspec, bdd</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://rspec.rubyforge.org/"><img border="0" src="http://blogmarks.net/screenshots/2007/04/18/26694dd7de5fede832f8c26c349d45bd.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://rspec.rubyforge.org/">Overview</a></h4>
 
by <a href="http://blogmarks.net/user/greut">greut</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1275756">2 other(s)</a> 
<p class="description">RSpec is a Behaviour Definition Framework well suited for practicing Behaviour Driven Development (BDD) in Ruby.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/framework">framework</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ruby">ruby</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rspec">rspec</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bdd">bdd</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2594690">Copy</a> | 
<a href="http://blogmarks.net/link/1275756">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>