<?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/w-lsb">
<title>Public marks with search w-lsb</title>
<description>Public marks with search w-lsb</description>
<link>http://blogmarks.net/marks/search/w-lsb</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/kasi77/mark/1058053207"/>
<rdf:li resource="http://blogmarks.net/api/user/jdrsantos/mark/1057999032"/>
<rdf:li resource="http://blogmarks.net/api/user/Xavier Lacot/mark/1057417782"/>
<rdf:li resource="http://blogmarks.net/api/user/juliajumeau/mark/2224483"/>
<rdf:li resource="http://blogmarks.net/api/user/devloop/mark/1208298"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/kasi77/mark/1058053207">
<title>PHP 5.3 : LSB : Late Static Binding - Pascal MARTIN (n 1).zéro</title>
<link>http://blog.pascal-martin.fr/post/php-5.3-LSB-late-static-binding</link>
<description>PHP 5.3 introduit la notion &quot;Late Static Binding&quot; : tout ce qui est &quot;statique&quot; peut désormais être lié à l’exécution, et non plus à la compilation !</description>
<dc:date>2008-11-09T19:39:32Z</dc:date>
<dc:author>kasi77</dc:author>
<dc:subject>php, LSB</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://blog.pascal-martin.fr/post/php-5.3-LSB-late-static-binding"><img border="0" src="http://blogmarks.net/screenshots/2008/11/09/89dee6f77617d56fac30ce67345fcc91.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://blog.pascal-martin.fr/post/php-5.3-LSB-late-static-binding">PHP 5.3 : LSB : Late Static Binding - Pascal MARTIN (n 1).zéro</a></h4>
 
by <a href="http://blogmarks.net/user/kasi77">kasi77</a> 
<p class="description">PHP 5.3 introduit la notion "Late Static Binding" : tout ce qui est "statique" peut désormais être lié à l’exécution, et non plus à la compilation !</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/LSB">LSB</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058053207">Copy</a> | 
<a href="http://blogmarks.net/link/2962124">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jdrsantos/mark/1057999032">
<title>Linux Standard Base (LSB) - The Linux Foundation</title>
<link>http://www.linux-foundation.org/en/LSB</link>
<description>The Linux Standard Base delivers interoperability between applications and the Linux operating system. Currently all major distributions comply with the LSB and many major application vendors, like MySQL, RealNetworks and SAP, are certifying.</description>
<dc:date>2008-01-04T16:00:02Z</dc:date>
<dc:author>jdrsantos</dc:author>
<dc:subject>linux, LSB</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.linux-foundation.org/en/LSB"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.linux-foundation.org/en/LSB">Linux Standard Base (LSB) - The Linux Foundation</a></h4>
 
by <a href="http://blogmarks.net/user/jdrsantos">jdrsantos</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1860157">1 other(s)</a> 
<p class="description">The Linux Standard Base delivers interoperability between applications and the Linux operating system. Currently all major distributions comply with the LSB and many major application vendors, like MySQL, RealNetworks and SAP, are certifying.</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/LSB">LSB</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057999032">Copy</a> | 
<a href="http://blogmarks.net/link/1860157">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Xavier Lacot/mark/1057417782">
<title>Late Static Bindings Explained</title>
<link>http://www.colder.ch/news/08-24-2007/28/late-static-bindings-expl.html</link>
<description>Late Static Binding (LSB, yes, not LSD) is an OO feature that is meant to be implemented in PHP 6, and maybe even backported to PHP 5. This article will describe what LSB is, what problems it's supposed to solve and how.</description>
<dc:date>2007-08-27T09:25:14Z</dc:date>
<dc:author>Xavier Lacot</dc:author>
<dc:subject>php, Object oriented programmation, developement, geeeeeeeeeek, clevermarks</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.colder.ch/news/08-24-2007/28/late-static-bindings-expl.html"><img border="0" src="http://blogmarks.net/screenshots/2007/08/27/c0efeabbcffc667aed5cb9923e330a0d.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.colder.ch/news/08-24-2007/28/late-static-bindings-expl.html">Late Static Bindings Explained</a></h4>
 
by <a href="http://blogmarks.net/user/Xavier Lacot">Xavier Lacot</a> 
<p class="description">Late Static Binding (LSB, yes, not LSD) is an OO feature that is meant to be implemented in PHP 6, and maybe even backported to PHP 5. This article will describe what LSB is, what problems it's supposed to solve and how.</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/Object%2Boriented%2Bprogrammation">Object oriented programmation</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/geeeeeeeeeek">geeeeeeeeeek</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=1057417782">Copy</a> | 
<a href="http://blogmarks.net/link/2420063">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/juliajumeau/mark/2224483">
<title>Linux Standard Base (LSB) - The Linux Foundation</title>
<link>http://www.linux-foundation.org/en/LSB</link>
<description></description>
<dc:date>2007-01-23T06:45:00Z</dc:date>
<dc:author>juliajumeau</dc:author>
<dc:subject>linux</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.linux-foundation.org/en/LSB"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.linux-foundation.org/en/LSB">Linux Standard Base (LSB) - The Linux Foundation</a></h4>
 
by <a href="http://blogmarks.net/user/juliajumeau">juliajumeau</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1860157">1 other(s)</a> 
<p class="tags">
<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=2224483">Copy</a> | 
<a href="http://blogmarks.net/link/1860157">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/devloop/mark/1208298">
<title>pngstego</title>
<link>http://devloop.lyua.org/blog/index.php?2006/10/02/327-pngstego</link>
<description>A steganography tool for Linux using png image format and LSB method.</description>
<dc:date>2006-11-12T22:07:36Z</dc:date>
<dc:author>devloop</dc:author>
<dc:subject>png, steganography, image, cryptography</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://devloop.lyua.org/blog/index.php?2006/10/02/327-pngstego"><img border="0" src="http://blogmarks.net/screenshots/2006/11/12/4aded998a6ef862d986c97872727f2b4.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://devloop.lyua.org/blog/index.php?2006/10/02/327-pngstego">pngstego</a></h4>
 
by <a href="http://blogmarks.net/user/devloop">devloop</a> 
<p class="description">A steganography tool for Linux using png image format and LSB method.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/png">png</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/steganography">steganography</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/image">image</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cryptography">cryptography</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1208298">Copy</a> | 
<a href="http://blogmarks.net/link/1239489">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>