<?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/pmd">
<title>Public marks with search pmd</title>
<description>Public marks with search pmd</description>
<link>http://blogmarks.net/marks/search/pmd</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/kasi77/mark/1057731825"/>
<rdf:li resource="http://blogmarks.net/api/user/znarf/mark/1057730604"/>
<rdf:li resource="http://blogmarks.net/api/user/mbertier/mark/1057730483"/>
<rdf:li resource="http://blogmarks.net/api/user/oseres/mark/1057599193"/>
<rdf:li resource="http://blogmarks.net/api/user/mbertier/mark/1057394028"/>
<rdf:li resource="http://blogmarks.net/api/user/Regis/mark/1486601"/>
<rdf:li resource="http://blogmarks.net/api/user/hoabui/mark/1171311"/>
<rdf:li resource="http://blogmarks.net/api/user/oqdbpo/mark/816314"/>
<rdf:li resource="http://blogmarks.net/api/user/springnet/mark/1057902135"/>
<rdf:li resource="http://blogmarks.net/api/user/fakechris/mark/1251999"/>
<rdf:li resource="http://blogmarks.net/api/user/vargas/mark/499571"/>
<rdf:li resource="http://blogmarks.net/api/user/balluche/mark/338652"/>
<rdf:li resource="http://blogmarks.net/api/user/olivierm/mark/169418"/>
<rdf:li resource="http://blogmarks.net/api/user/gygyuu/mark/148896"/>
<rdf:li resource="http://blogmarks.net/api/user/toomone/mark/86003"/>
<rdf:li resource="http://blogmarks.net/api/user/magicpop/mark/50941"/>
<rdf:li resource="http://blogmarks.net/api/user/magicpop/mark/50942"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/kasi77/mark/1057731825">
<title>Sniffing refactoring needs</title>
<link>http://raphaelstolt.blogspot.com/2008/03/sniffing-refactoring-needs.html</link>
<description>While still messing around with the PHP_CodeSniffer Pear package, I took a somehow jealous 1000 feet look at some prominent code inspection tools of the Java community: PMD and Checkstyle. Browsing their available rule sets/checks I soon recognized that guaranteeing the coding standard adherence is just a partial aspect of these tools. The following post will focus on one of these additional aspects, which is finding problems related to the code size of the inspected code artifacts, by showing how to port two selected rules to sniffs for utilization with the PHP_CodeSniffer tool. These ported sniffs can be used to automatically spot obvious code smells in the code base and to signal the need to apply the appropriate and odour reducing activity known as refactoring. Further more a complete set of code size sniffs, going beyond the trageted realm of the sniffs to come, could be used to speed up the feedback loop and to reduce the effort for manual code reviews.</description>
<dc:date>2008-03-12T18:27:02Z</dc:date>
<dc:author>kasi77</dc:author>
<dc:subject>tools, pear, java, code, php, codesniffer, php_codesniffer, clevermarks</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://raphaelstolt.blogspot.com/2008/03/sniffing-refactoring-needs.html"><img border="0" src="http://blogmarks.net/screenshots/2008/03/13/17456ca6785ff6eedba8b9b22e5518e4.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://raphaelstolt.blogspot.com/2008/03/sniffing-refactoring-needs.html">Sniffing refactoring needs</a></h4>
 
by <a href="http://blogmarks.net/user/kasi77">kasi77</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2699197">2 other(s)</a> 
<p class="description">While still messing around with the PHP_CodeSniffer Pear package, I took a somehow jealous 1000 feet look at some prominent code inspection tools of the Java community: PMD and Checkstyle. Browsing their available rule sets/checks I soon recognized that guaranteeing the coding standard adherence is just a partial aspect of these tools. The following post will focus on one of these additional aspects, which is finding problems related to the code size of the inspected code artifacts, by showing how to port two selected rules to sniffs for utilization with the PHP_CodeSniffer tool. These ported sniffs can be used to automatically spot obvious code smells in the code base and to signal the need to apply the appropriate and odour reducing activity known as refactoring. Further more a complete set of code size sniffs, going beyond the trageted realm of the sniffs to come, could be used to speed up the feedback loop and to reduce the effort for manual code reviews.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tools">tools</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/pear">pear</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/code">code</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/codesniffer">codesniffer</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php_codesniffer">php_codesniffer</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=1057731825">Copy</a> | 
<a href="http://blogmarks.net/link/2699197">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/znarf/mark/1057730604">
<title>PMD - PMD</title>
<link>http://pmd.sourceforge.net/</link>
<description></description>
<dc:date>2008-03-11T18:00:45Z</dc:date>
<dc:author>François Hodierne</dc:author>
<dc:subject>development</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://pmd.sourceforge.net/"><img border="0" src="http://blogmarks.net/screenshots/2008/03/11/9954af642c8ab053b28c6d4fb5b75d2d.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://pmd.sourceforge.net/">PMD - PMD</a></h4>
 
by <a href="http://blogmarks.net/user/znarf">François Hodierne</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/120066">4 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/development">development</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057730604">Copy</a> | 
<a href="http://blogmarks.net/link/120066">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mbertier/mark/1057730483">
<title>&lt;raphael.on.php/&gt;: Sniffing refactoring needs</title>
<link>http://raphaelstolt.blogspot.com/2008/03/sniffing-refactoring-needs.html</link>
<description>While still messing around with the PHP_CodeSniffer Pear package, I took a somehow jealous 1000 feet look at some prominent code inspection tools of the Java community: PMD and Checkstyle. Browsing their available rule sets/checks I soon recognized that guaranteeing the coding standard adherence is just a partial aspect of these tools. The following post will focus on one of these additional aspects, which is finding problems related to the code size of the inspected code artifacts, by showing how to port two selected rules to sniffs for utilization with the PHP_CodeSniffer tool. These ported sniffs can be used to automatically spot obvious code smells in the code base and to signal the need to apply the appropriate and odour reducing activity known as refactoring. Further more a complete set of code size sniffs, going beyond the trageted realm of the sniffs to come, could be used to speed up the feedback loop and to reduce the effort for manual code reviews.</description>
<dc:date>2008-03-11T15:41:42Z</dc:date>
<dc:author>mbertier</dc:author>
<dc:subject>clevermarks, php, tools, bestpractices</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://raphaelstolt.blogspot.com/2008/03/sniffing-refactoring-needs.html"><img border="0" src="http://blogmarks.net/screenshots/2008/03/13/17456ca6785ff6eedba8b9b22e5518e4.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://raphaelstolt.blogspot.com/2008/03/sniffing-refactoring-needs.html">&lt;raphael.on.php/&gt;: Sniffing refactoring needs</a></h4>
 
by <a href="http://blogmarks.net/user/mbertier">mbertier</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2699197">2 other(s)</a> 
<p class="description">While still messing around with the PHP_CodeSniffer Pear package, I took a somehow jealous 1000 feet look at some prominent code inspection tools of the Java community: PMD and Checkstyle. Browsing their available rule sets/checks I soon recognized that guaranteeing the coding standard adherence is just a partial aspect of these tools. The following post will focus on one of these additional aspects, which is finding problems related to the code size of the inspected code artifacts, by showing how to port two selected rules to sniffs for utilization with the PHP_CodeSniffer tool. These ported sniffs can be used to automatically spot obvious code smells in the code base and to signal the need to apply the appropriate and odour reducing activity known as refactoring. Further more a complete set of code size sniffs, going beyond the trageted realm of the sniffs to come, could be used to speed up the feedback loop and to reduce the effort for manual code reviews.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/clevermarks">clevermarks</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/tools">tools</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bestpractices">bestpractices</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057730483">Copy</a> | 
<a href="http://blogmarks.net/link/2699197">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/oseres/mark/1057599193">
<title>usbvision - Documentation Ubuntu Francophone</title>
<link>http://doc.ubuntu-fr.org/usbvision</link>
<description>   1.
      ion gcc3.4 et/ou gcc4.0(sinon voir compilateur gcc c/c  ).
   2.
      Paquets nécessaires aux modules

      sudo apt-get install module-init-tools


Liste des cartes prises en charge

voici la liste provenant de linuxtv.org

     { USB_DEVICE(0x 0A6F, 0x 0400) }, /* Xanboo */
     { USB_DEVICE(0x 050d, 0x 0208) }, /* Belkin USBView II */
     { USB_DEVICE(0x 0573, 0x 0003) }, /* USBGear USBG-V1 */
     { USB_DEVICE(0x 0573, 0x 0400) }, /* D-Link V100 */
     { USB_DEVICE(0x 0573, 0x 2000) }, /* X10 USB Camera */
     { USB_DEVICE(0x 0573, 0x 2d00) }, /* Osprey 50 */
     { USB_DEVICE(0x 0573, 0x 2d01) }, /* Hauppauge USB-Live Model 600 */
     { USB_DEVICE(0x 0573, 0x 2101) }, /* Zoran Co. PMD (Nogatech) AV-grabber Manhattan */
     { USB_DEVICE(0x 0573, 0x 4100) }, /* Nogatech USB-TV FM (NTSC) */
     { USB_DEVICE(0x 0573, 0x 4450) }, /* PixelView PlayTv-USB PRO (PAL) FM */
     { USB_DEVICE(0x 0573, 0x 4550) }, /* ZTV ZT-721 2.4GHz USB A/V Receiver */
     { USB_DEVICE(0x 0573, 0x 4d00) }, /* Hauppauge WinTv-USB USA */
     { USB_DEVICE(0x 0573, 0x 4d01) }, /* Hauppauge WinTv-USB */
     { USB_DEVICE(0x 0573, 0x 4d02) }, /* Hauppauge WinTv-USB UK */
     { USB_DEVICE(0x 0573, 0x 4d03) }, /* Hauppauge WinTv-USB France */
     { USB_DEVICE(0x 0573, 0x 4d10) }, /* Hauppauge WinTv-USB with FM USA radio */
     { USB_DEVICE(0x 0573, 0x 4d11) }, /* Hauppauge WinTv-USB (PAL) with FM radio */
     { USB_DEVICE(0x 0573, 0x 4d12) }, /* Hauppauge WinTv-USB UK with FM Radio */
     { USB_DEVICE(0x 0573, 0x 4d2b) }, /* Hauppague WinTv USB Model 602 40201 Rev B282 */
     { USB_DEVICE(0x 0573, 0x 4d2a) }, /* Hauppague WinTv USB Model 602 40201 Rev B285 */
     { USB_DEVICE(0x 0573, 0x 4d20) }, /* Hauppauge WinTv-USB II (PAL) FM Model 40201 Rev B226 */
     { USB_DEVICE(0x 0573, 0x 4d21) }, /* Hauppauge WinTv-USB II (PAL) with FM radio*/
     { USB_DEVICE(0x 0573, 0x 4d22) }, /* Hauppauge WinTv-USB II (PAL) Model 566 */
     { USB_DEVICE(0x 0573, 0x 4d23) }, /* Hauppauge WinTv-USB France 4D23*/
     { USB_DEVICE(0x 0573, 0x 4d26) }, /* Hauppauge WinTv-USB Model 40209 Rev B243 */
     { U</description>
<dc:date>2007-12-08T20:13:35Z</dc:date>
<dc:author>oseres</dc:author>
<dc:subject>thinkpad, ubuntu, usb</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://doc.ubuntu-fr.org/usbvision"><img border="0" src="http://blogmarks.net/screenshots/2007/12/08/76531214000143406235025ef3e3c3f1.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://doc.ubuntu-fr.org/usbvision">usbvision - Documentation Ubuntu Francophone</a></h4>
 
by <a href="http://blogmarks.net/user/oseres">oseres</a> 
<p class="description">   1.
      ion gcc3.4 et/ou gcc4.0(sinon voir compilateur gcc c/c  ).
   2.
      Paquets nécessaires aux modules

      sudo apt-get install module-init-tools


Liste des cartes prises en charge

voici la liste provenant de linuxtv.org

     { USB_DEVICE(0x 0A6F, 0x 0400) }, /* Xanboo */
     { USB_DEVICE(0x 050d, 0x 0208) }, /* Belkin USBView II */
     { USB_DEVICE(0x 0573, 0x 0003) }, /* USBGear USBG-V1 */
     { USB_DEVICE(0x 0573, 0x 0400) }, /* D-Link V100 */
     { USB_DEVICE(0x 0573, 0x 2000) }, /* X10 USB Camera */
     { USB_DEVICE(0x 0573, 0x 2d00) }, /* Osprey 50 */
     { USB_DEVICE(0x 0573, 0x 2d01) }, /* Hauppauge USB-Live Model 600 */
     { USB_DEVICE(0x 0573, 0x 2101) }, /* Zoran Co. PMD (Nogatech) AV-grabber Manhattan */
     { USB_DEVICE(0x 0573, 0x 4100) }, /* Nogatech USB-TV FM (NTSC) */
     { USB_DEVICE(0x 0573, 0x 4450) }, /* PixelView PlayTv-USB PRO (PAL) FM */
     { USB_DEVICE(0x 0573, 0x 4550) }, /* ZTV ZT-721 2.4GHz USB A/V Receiver */
     { USB_DEVICE(0x 0573, 0x 4d00) }, /* Hauppauge WinTv-USB USA */
     { USB_DEVICE(0x 0573, 0x 4d01) }, /* Hauppauge WinTv-USB */
     { USB_DEVICE(0x 0573, 0x 4d02) }, /* Hauppauge WinTv-USB UK */
     { USB_DEVICE(0x 0573, 0x 4d03) }, /* Hauppauge WinTv-USB France */
     { USB_DEVICE(0x 0573, 0x 4d10) }, /* Hauppauge WinTv-USB with FM USA radio */
     { USB_DEVICE(0x 0573, 0x 4d11) }, /* Hauppauge WinTv-USB (PAL) with FM radio */
     { USB_DEVICE(0x 0573, 0x 4d12) }, /* Hauppauge WinTv-USB UK with FM Radio */
     { USB_DEVICE(0x 0573, 0x 4d2b) }, /* Hauppague WinTv USB Model 602 40201 Rev B282 */
     { USB_DEVICE(0x 0573, 0x 4d2a) }, /* Hauppague WinTv USB Model 602 40201 Rev B285 */
     { USB_DEVICE(0x 0573, 0x 4d20) }, /* Hauppauge WinTv-USB II (PAL) FM Model 40201 Rev B226 */
     { USB_DEVICE(0x 0573, 0x 4d21) }, /* Hauppauge WinTv-USB II (PAL) with FM radio*/
     { USB_DEVICE(0x 0573, 0x 4d22) }, /* Hauppauge WinTv-USB II (PAL) Model 566 */
     { USB_DEVICE(0x 0573, 0x 4d23) }, /* Hauppauge WinTv-USB France 4D23*/
     { USB_DEVICE(0x 0573, 0x 4d26) }, /* Hauppauge WinTv-USB Model 40209 Rev B243 */
     { U</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/thinkpad">thinkpad</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ubuntu">ubuntu</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/usb">usb</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057599193">Copy</a> | 
<a href="http://blogmarks.net/link/2581378">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mbertier/mark/1057394028">
<title>PHPUnit as a Project Mess Detector - Sebastian Bergmann</title>
<link>http://sebastian-bergmann.de/archives/690-PHPUnit-as-a-Project-Mess-Detector.html</link>
<description>Well. As of version 3.2, PHPUnit will not only be able to calculate and collect a variety of software metrics. It will also be able to report violations of rules that are based on these metrics in PMD's XML format. This information can then be fed to any tool that integrates with PMD.</description>
<dc:date>2007-08-10T10:51:50Z</dc:date>
<dc:author>mbertier</dc:author>
<dc:subject>php5, clevermarks, testing, bestpractices, dev</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://sebastian-bergmann.de/archives/690-PHPUnit-as-a-Project-Mess-Detector.html"><img border="0" src="http://blogmarks.net/screenshots/2007/08/10/67eb46ace4f618b71ca80944c26a22bf.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://sebastian-bergmann.de/archives/690-PHPUnit-as-a-Project-Mess-Detector.html">PHPUnit as a Project Mess Detector - Sebastian Bergmann</a></h4>
 
by <a href="http://blogmarks.net/user/mbertier">mbertier</a> 
<p class="description">Well. As of version 3.2, PHPUnit will not only be able to calculate and collect a variety of software metrics. It will also be able to report violations of rules that are based on these metrics in PMD's XML format. This information can then be fed to any tool that integrates with PMD.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php5">php5</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/clevermarks">clevermarks</a>
<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/bestpractices">bestpractices</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dev">dev</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057394028">Copy</a> | 
<a href="http://blogmarks.net/link/2398290">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Regis/mark/1486601">
<title>PMD</title>
<link>http://pmd.sourceforge.net/</link>
<description>PMD scans Java source code and looks for code smells.</description>
<dc:date>2006-12-29T09:12:26Z</dc:date>
<dc:author>Regis</dc:author>
<dc:subject>java</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://pmd.sourceforge.net/"><img border="0" src="http://blogmarks.net/screenshots/2008/03/11/9954af642c8ab053b28c6d4fb5b75d2d.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://pmd.sourceforge.net/">PMD</a></h4>
 
by <a href="http://blogmarks.net/user/Regis">Regis</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/120066">4 other(s)</a> 
<p class="description">PMD scans Java source code and looks for code smells.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1486601">Copy</a> | 
<a href="http://blogmarks.net/link/120066">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/hoabui/mark/1171311">
<title>PMD - Finding Copied and Pasted Code</title>
<link>http://pmd.sourceforge.net/cpd.html</link>
<description></description>
<dc:date>2006-11-01T10:15:31Z</dc:date>
<dc:author>hoabui</dc:author>
<dc:subject>pmd, code, inspector, java, tool, inspection</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://pmd.sourceforge.net/cpd.html"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://pmd.sourceforge.net/cpd.html">PMD - Finding Copied and Pasted Code</a></h4>
 
by <a href="http://blogmarks.net/user/hoabui">hoabui</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/pmd">pmd</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/code">code</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/inspector">inspector</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tool">tool</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/inspection">inspection</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1171311">Copy</a> | 
<a href="http://blogmarks.net/link/1213252">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/oqdbpo/mark/816314">
<title>Programmer Meet Designer - where web developers find web designers</title>
<link>http://programmermeetdesigner.com/</link>
<description>Hello. You've found &quot;Programmer Meet Designer&quot; — PMD for short.

This site was created to unite programmers and designers because rarely is a person good at both programming and designing. PMD helps programmers and designers partner up to make websites and web applications that look and work great. It also lets entrepreneurs and writers find people to work with.</description>
<dc:date>2006-08-29T07:53:04Z</dc:date>
<dc:author>oqdbpo</dc:author>
<dc:subject>web, it, designer, programmer, matching</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://programmermeetdesigner.com/"><img border="0" src="http://blogmarks.net/screenshots/2007/07/04/026044769cd30aed3710133ee9df4024.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://programmermeetdesigner.com/">Programmer Meet Designer - where web developers find web designers</a></h4>
 
by <a href="http://blogmarks.net/user/oqdbpo">oqdbpo</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1002183">6 other(s)</a> 
<p class="description">Hello. You've found "Programmer Meet Designer" — PMD for short.

This site was created to unite programmers and designers because rarely is a person good at both programming and designing. PMD helps programmers and designers partner up to make websites and web applications that look and work great. It also lets entrepreneurs and writers find people to work with.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/it">it</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/designer">designer</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programmer">programmer</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/matching">matching</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=816314">Copy</a> | 
<a href="http://blogmarks.net/link/1002183">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/springnet/mark/1057902135">
<title>Programmer Meet Designer - where web developers find web designers</title>
<link>http://programmermeetdesigner.com/</link>
<description>Hello. You've found &quot;Programmer Meet Designer&quot; —  PMD for short. This site was created to unite programmers and designers because rarely is a person good at both programming and designing. PMD helps programmers and designers partner up to make websites</description>
<dc:date>2006-08-18T09:03:51Z</dc:date>
<dc:author>springnet</dc:author>
<dc:subject>outsource, designer, programmer, web2.0, sxsw, texas, austin, austinblogger, austincast, walhus, springnet</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://programmermeetdesigner.com/"><img border="0" src="http://blogmarks.net/screenshots/2007/07/04/026044769cd30aed3710133ee9df4024.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://programmermeetdesigner.com/">Programmer Meet Designer - where web developers find web designers</a></h4>
 
by <a href="http://blogmarks.net/user/springnet">springnet</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1002183">6 other(s)</a> 
<p class="description">Hello. You've found "Programmer Meet Designer" —  PMD for short. This site was created to unite programmers and designers because rarely is a person good at both programming and designing. PMD helps programmers and designers partner up to make websites</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/outsource">outsource</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/designer">designer</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programmer">programmer</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web2.0">web2.0</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=1057902135">Copy</a> | 
<a href="http://blogmarks.net/link/1002183">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/fakechris/mark/1251999">
<title>PMD - PMD lint for java?</title>
<link>http://pmd.sourceforge.net/</link>
<description>PMD scans Java source code and looks for potential problems</description>
<dc:date>2006-08-10T02:19:47Z</dc:date>
<dc:author>fakechris</dc:author>
<dc:subject>java</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://pmd.sourceforge.net/"><img border="0" src="http://blogmarks.net/screenshots/2008/03/11/9954af642c8ab053b28c6d4fb5b75d2d.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://pmd.sourceforge.net/">PMD - PMD lint for java?</a></h4>
 
by <a href="http://blogmarks.net/user/fakechris">fakechris</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/120066">4 other(s)</a> 
<p class="description">PMD scans Java source code and looks for potential problems</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1251999">Copy</a> | 
<a href="http://blogmarks.net/link/120066">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/vargas/mark/499571">
<title>PMD Squashes Code Bugs</title>
<link>http://www.devx.com/Java/Article/31286?trk=DXRSS_LATEST</link>
<description></description>
<dc:date>2006-04-24T16:27:48Z</dc:date>
<dc:author>vargas</dc:author>
<dc:subject>java</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.devx.com/Java/Article/31286?trk=DXRSS_LATEST"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/24/7970258aaeaec1319fdd49422ef1f9ae.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.devx.com/Java/Article/31286?trk=DXRSS_LATEST">PMD Squashes Code Bugs</a></h4>
 
by <a href="http://blogmarks.net/user/vargas">vargas</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=499571">Copy</a> | 
<a href="http://blogmarks.net/link/761229">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/balluche/mark/338652">
<title>Amazon.fr :  Refactoring des applications Java / J2EE : Livres</title>
<link>http://www.amazon.fr/exec/obidos/ASIN/2212115776/wwwdeveloppec-21/171-7315656-8508248</link>
<description>Améliorer la qualité et l'évolutivité des applications Java/J2EE. Le refactoring consiste à refondre le code source d'une application existante ou en cours de développement pour en améliorer la qualité, avec pour objectif une réduction des coûts de maintenance et une meilleure évolutivité. L'ouvrage passe en revue les différentes techniques de refactoring utilisées en environnement Java/J2EE : extraction de méthodes, généralisation de type, introduction de design patterns, programmation orientée aspect, optimisation de l'accès aux données, etc. Un livre pratique illustré d'une étude de cas détaillée. L'ouvrage décrit dans le détail le processus de refactoring d'une application Java/J2EE : mise en place de l'infrastructure et des outils, analyse de la conception et du code de l'application, mise en œuvre des techniques de refonte, tests de non régression. Cette démarche est illustrée par une étude de cas complète : refactoring d'une application J2EE Open Source à l'aide d'outils tels que Eclipse, CUS, JUnit et PMD.</description>
<dc:date>2006-02-06T14:44:27Z</dc:date>
<dc:author>balluche</dc:author>
<dc:subject>java, livre, balluche</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.amazon.fr/exec/obidos/ASIN/2212115776/wwwdeveloppec-21/171-7315656-8508248"><img border="0" src="http://www.blogmarks.net/screenshots/2006/02/06/90f813132271f185c61f2b260ebf42f3.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.amazon.fr/exec/obidos/ASIN/2212115776/wwwdeveloppec-21/171-7315656-8508248">Amazon.fr :  Refactoring des applications Java / J2EE : Livres</a></h4>
 
by <a href="http://blogmarks.net/user/balluche">balluche</a> 
<p class="description">Améliorer la qualité et l'évolutivité des applications Java/J2EE. Le refactoring consiste à refondre le code source d'une application existante ou en cours de développement pour en améliorer la qualité, avec pour objectif une réduction des coûts de maintenance et une meilleure évolutivité. L'ouvrage passe en revue les différentes techniques de refactoring utilisées en environnement Java/J2EE : extraction de méthodes, généralisation de type, introduction de design patterns, programmation orientée aspect, optimisation de l'accès aux données, etc. Un livre pratique illustré d'une étude de cas détaillée. L'ouvrage décrit dans le détail le processus de refactoring d'une application Java/J2EE : mise en place de l'infrastructure et des outils, analyse de la conception et du code de l'application, mise en œuvre des techniques de refonte, tests de non régression. Cette démarche est illustrée par une étude de cas complète : refactoring d'une application J2EE Open Source à l'aide d'outils tels que Eclipse, CUS, JUnit et PMD.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/livre">livre</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/balluche">balluche</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=338652">Copy</a> | 
<a href="http://blogmarks.net/link/509947">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/olivierm/mark/169418">
<title>Le Portail Municipal Dynamique (PMD)</title>
<link>http://www.localeo.com/article.php3?id_article</link>
<description></description>
<dc:date>2005-10-08T23:19:17Z</dc:date>
<dc:author>olivierm</dc:author>
<dc:subject>spipeurs, concurents</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.localeo.com/article.php3?id_article"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.localeo.com/article.php3?id_article">Le Portail Municipal Dynamique (PMD)</a></h4>
 
by <a href="http://blogmarks.net/user/olivierm">olivierm</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/spipeurs">spipeurs</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/concurents">concurents</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=169418">Copy</a> | 
<a href="http://blogmarks.net/link/247532">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/gygyuu/mark/148896">
<title>PMD - PMD</title>
<link>http://pmd.sourceforge.net/</link>
<description></description>
<dc:date>2005-07-14T23:09:01Z</dc:date>
<dc:author>gygyuu</dc:author>
<dc:subject>java, code-analysis</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://pmd.sourceforge.net/"><img border="0" src="http://blogmarks.net/screenshots/2008/03/11/9954af642c8ab053b28c6d4fb5b75d2d.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://pmd.sourceforge.net/">PMD - PMD</a></h4>
 
by <a href="http://blogmarks.net/user/gygyuu">gygyuu</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/120066">4 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/java">java</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/code-analysis">code-analysis</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=148896">Copy</a> | 
<a href="http://blogmarks.net/link/120066">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/toomone/mark/86003">
<title>PMD - PMD</title>
<link>http://pmd.sourceforge.net/</link>
<description>un bon moyen de tester son code source directement sans compilation</description>
<dc:date>2005-06-06T12:57:20Z</dc:date>
<dc:author>toomone</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://pmd.sourceforge.net/"><img border="0" src="http://blogmarks.net/screenshots/2008/03/11/9954af642c8ab053b28c6d4fb5b75d2d.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://pmd.sourceforge.net/">PMD - PMD</a></h4>
 
by <a href="http://blogmarks.net/user/toomone">toomone</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/120066">4 other(s)</a> 
<p class="description">un bon moyen de tester son code source directement sans compilation</p>
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=86003">Copy</a> | 
<a href="http://blogmarks.net/link/120066">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/magicpop/mark/50941">
<title>Solid State Memory Recorders,Fostex FR-2,Marantz PMD 670,Denon F20R,Compact Flash Card Recorder</title>
<link>http://www.sonicsense.com/solidstate.htm</link>
<description></description>
<dc:date>2005-04-04T01:02:24Z</dc:date>
<dc:author>magicpop</dc:author>
<dc:subject>general</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.sonicsense.com/solidstate.htm"><img border="0" src="http://www.blogmarks.net/screenshots/2005/04/04/e173b640d9e840e443906866f7807fc0.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.sonicsense.com/solidstate.htm">Solid State Memory Recorders,Fostex FR-2,Marantz PMD 670,Denon F20R,Compact Flash Card Recorder</a></h4>
 
by <a href="http://blogmarks.net/user/magicpop">magicpop</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/general">general</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=50941">Copy</a> | 
<a href="http://blogmarks.net/link/65807">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/magicpop/mark/50942">
<title>Marantz PMD-670 Portable CompactFlash Recorder</title>
<link>http://www.bhphotovideo.com/bnh/controller/home?O</link>
<description></description>
<dc:date>2005-04-04T01:02:24Z</dc:date>
<dc:author>magicpop</dc:author>
<dc:subject>general</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.bhphotovideo.com/bnh/controller/home?O"><img border="0" src="http://www.blogmarks.net/screenshots/2006/03/22/b9a0785ee2e75aa8d6a9f49197584605.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.bhphotovideo.com/bnh/controller/home?O">Marantz PMD-670 Portable CompactFlash Recorder</a></h4>
 
by <a href="http://blogmarks.net/user/magicpop">magicpop</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/65809">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/general">general</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=50942">Copy</a> | 
<a href="http://blogmarks.net/link/65809">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>