<?xml version="1.0" encoding="utf-8" ?>

<rdf:RDF 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns="http://my.netscape.com/rdf/simple/0.9/">
<channel>
    <title>PhiLho tech web log</title>
    <link>http://phi.lho.free.fr/serendipity/</link>
    <description>Programmer, écrire, dessiner, rêver...</description>
    <dc:language>en</dc:language>

    <image rdf:resource="http://phi.lho.free.fr/serendipity/templates/default/img/s9y_banner_small.png" />

    <items>
      <rdf:Seq>
        <rdf:li resource="http://phi.lho.free.fr/serendipity/index.php?/archives/30-guid.html" />
        <rdf:li resource="http://phi.lho.free.fr/serendipity/index.php?/archives/29-guid.html" />
        <rdf:li resource="http://phi.lho.free.fr/serendipity/index.php?/archives/28-guid.html" />
        <rdf:li resource="http://phi.lho.free.fr/serendipity/index.php?/archives/27-guid.html" />
        <rdf:li resource="http://phi.lho.free.fr/serendipity/index.php?/archives/26-guid.html" />
        <rdf:li resource="http://phi.lho.free.fr/serendipity/index.php?/archives/24-guid.html" />
        <rdf:li resource="http://phi.lho.free.fr/serendipity/index.php?/archives/23-guid.html" />
        <rdf:li resource="http://phi.lho.free.fr/serendipity/index.php?/archives/22-guid.html" />
        <rdf:li resource="http://phi.lho.free.fr/serendipity/index.php?/archives/21-guid.html" />
        <rdf:li resource="http://phi.lho.free.fr/serendipity/index.php?/archives/20-guid.html" />
        <rdf:li resource="http://phi.lho.free.fr/serendipity/index.php?/archives/19-guid.html" />
        <rdf:li resource="http://phi.lho.free.fr/serendipity/index.php?/archives/18-guid.html" />
        <rdf:li resource="http://phi.lho.free.fr/serendipity/index.php?/archives/17-guid.html" />
        <rdf:li resource="http://phi.lho.free.fr/serendipity/index.php?/archives/16-guid.html" />
        <rdf:li resource="http://phi.lho.free.fr/serendipity/index.php?/archives/15-guid.html" />
      </rdf:Seq>
    </items>
</channel>

<image rdf:about="http://phi.lho.free.fr/serendipity/templates/default/img/s9y_banner_small.png">
        <url>http://phi.lho.free.fr/serendipity/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: PhiLho tech web log - Programmer, écrire, dessiner, rêver...</title>
        <link>http://phi.lho.free.fr/serendipity/</link>
        <width>100</width>
        <height>21</height>
    </image>


<item rdf:about="http://phi.lho.free.fr/serendipity/index.php?/archives/30-guid.html">
    <title>Sorting strings by respecting natural order for numbers</title>
    <link>http://phi.lho.free.fr/serendipity/index.php?/archives/30-Sorting-strings-by-respecting-natural-order-for-numbers.html</link>
    <description>
    &lt;p&gt;A function that is useful is a &lt;a href=&quot;http://docs.oracle.com/javase/6/docs/api/java/util/Comparator.html&quot; title=&quot;Java 6 API Reference&quot;&gt;comparator&lt;/a&gt; of strings (for sorting purpose, in general) that respect the natural order of numbers.
&lt;/p&gt;
&lt;p&gt;So when we have a list of strings, like file names, for examples, with numbers in them, it is better to respect the numerical order when strings are equal.&lt;/p&gt;
&lt;p&gt;A common case is numbered names: a trivial, lexicographical order would be:&lt;br/&gt;
foo-1&lt;br/&gt;
foo-10&lt;br/&gt;
foo-11&lt;br/&gt;
foo-2&lt;br/&gt;
...&lt;br/&gt;
foo-9&lt;br/&gt;
&lt;br/&gt;
where one expects:&lt;br/&gt;
foo-1&lt;br/&gt;
foo-2&lt;br/&gt;
...&lt;br/&gt;
foo-9&lt;br/&gt;
foo-10&lt;br/&gt;
foo-11&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;I show here how to do such comparator.
&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://phi.lho.free.fr/serendipity/index.php?/archives/30-Sorting-strings-by-respecting-natural-order-for-numbers.html#extended&quot;&gt;Continue reading &quot;Sorting strings by respecting natural order for numbers&quot;&lt;/a&gt;
    </description>

    <dc:publisher>PhiLho tech web log</dc:publisher>
    <dc:creator>nospam@example.com (Philippe Lhoste)</dc:creator>
    <dc:subject>
    Java, </dc:subject>
    <dc:date>2012-10-06T17:27:32Z</dc:date>
    <wfw:comment>http://phi.lho.free.fr/serendipity/wfwcomment.php?cid=30</wfw:comment>
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://phi.lho.free.fr/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=30</wfw:commentRss>
    
    
</item>
<item rdf:about="http://phi.lho.free.fr/serendipity/index.php?/archives/29-guid.html">
    <title>Gimp 2.6: Copy transparency from one layer/image to another</title>
    <link>http://phi.lho.free.fr/serendipity/index.php?/archives/29-Gimp-2.6-Copy-transparency-from-one-layerimage-to-another.html</link>
    <description>
    &lt;p&gt;I had to make a rollover image: a copy of an image with slightly different colors.&lt;br/&gt;
Editing with Gimp 2.6, I just copied the image and altered the colors, but then I adjusted the transparency of the original image (smoother transition from opaque to transparent) and I wanted to copy the transparency information to the rollover image. For some reason, I didn&#039;t want to redo the color change again.
&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://phi.lho.free.fr/serendipity/index.php?/archives/29-Gimp-2.6-Copy-transparency-from-one-layerimage-to-another.html#extended&quot;&gt;Continue reading &quot;Gimp 2.6: Copy transparency from one layer/image to another&quot;&lt;/a&gt;
    </description>

    <dc:publisher>PhiLho tech web log</dc:publisher>
    <dc:creator>nospam@example.com (Philippe Lhoste)</dc:creator>
    <dc:subject>
    Arts, </dc:subject>
    <dc:date>2011-05-03T18:32:00Z</dc:date>
    <wfw:comment>http://phi.lho.free.fr/serendipity/wfwcomment.php?cid=29</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://phi.lho.free.fr/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=29</wfw:commentRss>
    
    
</item>
<item rdf:about="http://phi.lho.free.fr/serendipity/index.php?/archives/28-guid.html">
    <title>Is this string a number?</title>
    <link>http://phi.lho.free.fr/serendipity/index.php?/archives/28-Is-this-string-a-number.html</link>
    <description>
    &lt;p&gt;A blog post (&lt;a href=&quot;http://www.jroller.com/ethdsy/entry/double_parsing_regexp&quot; title=&quot;Scratch Where It&#039;s Itching&quot;&gt;Double Parsing Regexp&lt;/a&gt;)
caught my attention. The base problem is to check if a string is a valid number, without necessarily needing the real value.
Or, perhaps, to skip the conversion if we are sure it will fail, as Double.valueOf throws an exception in this case,
and the try/catch mechanism is known to be slow.
&lt;/p&gt;
&lt;p&gt;The numbers given were intriguing, and I wondered if the given regular expression could be optimized.
Somehow, it was a great opportunity to use &lt;a href=&quot;http://code.google.com/p/caliper/&quot; title=&quot;caliper - Project Hosting on Google Code&quot;&gt;Caliper&lt;/a&gt;
a library to do correctly micro-benchmarks.
&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://phi.lho.free.fr/serendipity/index.php?/archives/28-Is-this-string-a-number.html#extended&quot;&gt;Continue reading &quot;Is this string a number?&quot;&lt;/a&gt;
    </description>

    <dc:publisher>PhiLho tech web log</dc:publisher>
    <dc:creator>nospam@example.com (Philippe Lhoste)</dc:creator>
    <dc:subject>
    Java, </dc:subject>
    <dc:date>2010-12-06T06:21:12Z</dc:date>
    <wfw:comment>http://phi.lho.free.fr/serendipity/wfwcomment.php?cid=28</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://phi.lho.free.fr/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=28</wfw:commentRss>
    
    
</item>
<item rdf:about="http://phi.lho.free.fr/serendipity/index.php?/archives/27-guid.html">
    <title>Building and running Scala programs with Gradle</title>
    <link>http://phi.lho.free.fr/serendipity/index.php?/archives/27-Building-and-running-Scala-programs-with-Gradle.html</link>
    <description>
    &lt;p&gt;I recently started to learn Scala, an interesting language in the (very strongly) statically typed category.
So far, I only compiled single files with little or no dependency, so the command line was good enough.
Now, I start to try small sample files with a rather complex classpath (using Piccolo2D and Pivot), so I searched something more sophisticated.
&lt;/p&gt;
&lt;p&gt;The main constraint was to be able to compile and run Scala programs, using my local copy of Scala compiler, and the local libraries where I gather them. I soon discovered it is now a quite unusual setup...
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://phi.lho.free.fr/serendipity/index.php?/archives/27-Building-and-running-Scala-programs-with-Gradle.html#extended&quot;&gt;Continue reading &quot;Building and running Scala programs with Gradle&quot;&lt;/a&gt;
    </description>

    <dc:publisher>PhiLho tech web log</dc:publisher>
    <dc:creator>nospam@example.com (Philippe Lhoste)</dc:creator>
    <dc:subject>
    Scala, </dc:subject>
    <dc:date>2010-11-01T16:54:04Z</dc:date>
    <wfw:comment>http://phi.lho.free.fr/serendipity/wfwcomment.php?cid=27</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://phi.lho.free.fr/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=27</wfw:commentRss>
    
    
</item>
<item rdf:about="http://phi.lho.free.fr/serendipity/index.php?/archives/26-guid.html">
    <title>Premiers pas avec Scala</title>
    <link>http://phi.lho.free.fr/serendipity/index.php?/archives/26-Premiers-pas-avec-Scala.html</link>
    <description>
    &lt;p&gt;Je me suis enfin mis à Scala&amp;#160;! (depuis deux semaines à peu près)
&lt;/p&gt;
&lt;p&gt;Ça faisait un moment que je voulais m&#039;y mettre. J&#039;ai atteint un niveau décent en Java, et je voulais explorer un langage un peu plus souple, n&#039;ayant jamais apprécié les classes anonymes, surcharges de méthodes pour gérer les paramètres optionnels et autres lourdeurs de Java. Sans parler des incohérences hérités du C.
&lt;/p&gt;
&lt;p&gt;J&#039;ai balancé un moment entre Groovy et Scala (Clojure&amp;#160;: pas fana de Lisp, même si j&#039;ai appris Scheme pour faire des scripts dans Gimp&amp;#160;; JRuby&amp;#160;: ressemble trop à Perl&amp;#160;! Jython&amp;#160;: pourquoi pas, mais plus tard). J&#039;ai fini par basculer vers Scala&amp;#160;!
&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://phi.lho.free.fr/serendipity/index.php?/archives/26-Premiers-pas-avec-Scala.html#extended&quot;&gt;Continue reading &quot;Premiers pas avec Scala&quot;&lt;/a&gt;
    </description>

    <dc:publisher>PhiLho tech web log</dc:publisher>
    <dc:creator>nospam@example.com (Philippe Lhoste)</dc:creator>
    <dc:subject>
    Scala, </dc:subject>
    <dc:date>2010-09-07T14:49:22Z</dc:date>
    <wfw:comment>http://phi.lho.free.fr/serendipity/wfwcomment.php?cid=26</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://phi.lho.free.fr/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=26</wfw:commentRss>
    
    
</item>
<item rdf:about="http://phi.lho.free.fr/serendipity/index.php?/archives/24-guid.html">
    <title>Google Chrome : premières impressions</title>
    <link>http://phi.lho.free.fr/serendipity/index.php?/archives/24-Google-Chrome-premieres-impressions.html</link>
    <description>
    &lt;p&gt;Test de Google Chrome 3.0.195.38 le 12 janvier 2010.
&lt;/p&gt;
&lt;p&gt;Ça faisait un moment que je voulais l&#039;essayer, au moins en tant que webmaster, vu qu&#039;il faut tester les pages sur un maximum de navigateurs. J&#039;ai attendu qu&#039;il se stabilise, puis j&#039;ai un peu oublié.&lt;br /&gt;
Leur publicité (pour un produit gratuit&amp;#160;!) sur les murs du RER parisien et en couverture d&#039;un journal gratuit (entre autres) a servi de rappel (donc... c&#039;est efficace). Je soupçonne Google d&#039;avoir demandé aux sites qu&#039;il mentionne dans ses publicités d&#039;aider à financer la campagne...
&lt;/p&gt;
&lt;p&gt;Premier contact&amp;#160;: désagréable&amp;#160;!&lt;br /&gt;
J&#039;ai détesté la procédure d&#039;installation... Je peux comprendre la volonté de simplifier la vie de la plupart des utilisateurs, mais cela ne devrait pas exclure un paramétrage fin par ceux qui savent ce qu&#039;ils font...
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://phi.lho.free.fr/serendipity/index.php?/archives/24-Google-Chrome-premieres-impressions.html#extended&quot;&gt;Continue reading &quot;Google Chrome : premières impressions&quot;&lt;/a&gt;
    </description>

    <dc:publisher>PhiLho tech web log</dc:publisher>
    <dc:creator>nospam@example.com (Philippe Lhoste)</dc:creator>
    <dc:subject>
    </dc:subject>
    <dc:date>2010-01-21T14:00:31Z</dc:date>
    <wfw:comment>http://phi.lho.free.fr/serendipity/wfwcomment.php?cid=24</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://phi.lho.free.fr/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=24</wfw:commentRss>
    
    
</item>
<item rdf:about="http://phi.lho.free.fr/serendipity/index.php?/archives/23-guid.html">
    <title>JavaFX: 3000 Chars for a Crystal Clock</title>
    <link>http://phi.lho.free.fr/serendipity/index.php?/archives/23-JavaFX-3000-Chars-for-a-Crystal-Clock.html</link>
    <description>
    &lt;p&gt;Recently (beginning of this month), Josh Marinacci proposed on the &lt;a href=&quot;http://jfxstudio.wordpress.com/&quot;&gt;JFXStudio site&lt;/a&gt; a &lt;a href=&quot;http://jfxstudio.wordpress.com/2009/08/31/jfxstudio-challenge-small-is-the-new-big/&quot; title=&quot;JFXStudio Challenge: Small is the New Big&quot;&gt;Challenge: Small is the New Big&lt;/a&gt;. The goal is to write a short but spectacular JavaFX program on a given theme. The &lt;a href=&quot;http://jfxstudio.wordpress.com/2009/09/08/jfxstudio-challenge-theme-revealed/&quot; title=&quot;JFXStudio Challenge Theme Revealed&quot;&gt;theme was revealed&lt;/a&gt; shortly after: Time.
&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://phi.lho.free.fr/serendipity/index.php?/archives/23-JavaFX-3000-Chars-for-a-Crystal-Clock.html#extended&quot;&gt;Continue reading &quot;JavaFX: 3000 Chars for a Crystal Clock&quot;&lt;/a&gt;
    </description>

    <dc:publisher>PhiLho tech web log</dc:publisher>
    <dc:creator>nospam@example.com (Philippe Lhoste)</dc:creator>
    <dc:subject>
    JavaFX, </dc:subject>
    <dc:date>2009-09-30T21:30:00Z</dc:date>
    <wfw:comment>http://phi.lho.free.fr/serendipity/wfwcomment.php?cid=23</wfw:comment>
        <slash:comments>11</slash:comments>
        <wfw:commentRss>http://phi.lho.free.fr/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=23</wfw:commentRss>
    
    
</item>
<item rdf:about="http://phi.lho.free.fr/serendipity/index.php?/archives/22-guid.html">
    <title>Une loupe en JavaFX</title>
    <link>http://phi.lho.free.fr/serendipity/index.php?/archives/22-Une-loupe-en-JavaFX.html</link>
    <description>
    &lt;p&gt;Dans le forum JavaFX de Sun, quelqu&#039;un a demandé &lt;a href=&quot;http://forums.sun.com/thread.jspa?threadID=5394690&quot;&gt;How to implement magnify glass effect?&lt;/a&gt; (Comment implémenter un effet de loupe&amp;#160;?). J&#039;ai trouvé le challenge intéressant, et après quelques fausses pistes et périodes où j&#039;ai fait autre chose, j&#039;ai fini par atteindre un stade utilisable.
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://phi.lho.free.fr/serendipity/index.php?/archives/22-Une-loupe-en-JavaFX.html#extended&quot;&gt;Continue reading &quot;Une loupe en JavaFX&quot;&lt;/a&gt;
    </description>

    <dc:publisher>PhiLho tech web log</dc:publisher>
    <dc:creator>nospam@example.com (Philippe Lhoste)</dc:creator>
    <dc:subject>
    JavaFX, </dc:subject>
    <dc:date>2009-08-30T13:15:00Z</dc:date>
    <wfw:comment>http://phi.lho.free.fr/serendipity/wfwcomment.php?cid=22</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://phi.lho.free.fr/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=22</wfw:commentRss>
    
    
</item>
<item rdf:about="http://phi.lho.free.fr/serendipity/index.php?/archives/21-guid.html">
    <title>A magnifiying glass in JavaFX</title>
    <link>http://phi.lho.free.fr/serendipity/index.php?/archives/21-A-magnifiying-glass-in-JavaFX.html</link>
    <description>
    &lt;p&gt;In the Sun JavaFX forum, somebody asked &lt;a href=&quot;http://forums.sun.com/thread.jspa?threadID=5394690&quot;&gt;How to implement magnify glass effect?&lt;/a&gt; I was interested by the challenge, and after some dead end trials and on/off periods of coding, I reached a usable state.
&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://phi.lho.free.fr/serendipity/index.php?/archives/21-A-magnifiying-glass-in-JavaFX.html#extended&quot;&gt;Continue reading &quot;A magnifiying glass in JavaFX&quot;&lt;/a&gt;
    </description>

    <dc:publisher>PhiLho tech web log</dc:publisher>
    <dc:creator>nospam@example.com (Philippe Lhoste)</dc:creator>
    <dc:subject>
    JavaFX, </dc:subject>
    <dc:date>2009-08-30T10:33:00Z</dc:date>
    <wfw:comment>http://phi.lho.free.fr/serendipity/wfwcomment.php?cid=21</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://phi.lho.free.fr/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=21</wfw:commentRss>
    
    
</item>
<item rdf:about="http://phi.lho.free.fr/serendipity/index.php?/archives/20-guid.html">
    <title>Internationalisation des sketchs Processing (et des programmes Java)</title>
    <link>http://phi.lho.free.fr/serendipity/index.php?/archives/20-Internationalisation-des-sketchs-Processing-et-des-programmes-Java.html</link>
    <description>
    &lt;p&gt;Suite à une question dans le forum de &lt;a href=&quot;http://processing.org/&quot;&gt;Processing&lt;/a&gt; (&lt;a href=&quot;http://processing.org/discourse/yabb2/YaBB.pl?num=1251195029&quot;&gt;Localization [ i18n ]&lt;/a&gt; - &lt;i lang=&quot;en&quot;&gt;go there if you can&#039;t read French, most of the info here is there&lt;/i&gt;), je me suis penché de plus près sur le système d&#039;internationalisation de Java.
&lt;/p&gt;
&lt;p&gt;L&#039;internationalisation (i18n en abrégé&amp;#160;: 18 lettres entre i et n...) de logiciels est un point important pour une utilisation aisée dans tous les pays. Cela comprend non seulement la traduction des textes, mais aussi la prise en compte des particularités de chaque pays (localisation, ou l10n), comme les séparateurs de décimales et de milliers, l&#039;écriture des dates, la gestion des pluriels, etc.
&lt;/p&gt;
&lt;p&gt;Je me suis aperçu que pour Processing, il fallait contourner certains obstacles pour parvenir au résultat. Je livre ici mon expérience, dont une partie est utilisable directement dans Java.
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://phi.lho.free.fr/serendipity/index.php?/archives/20-Internationalisation-des-sketchs-Processing-et-des-programmes-Java.html#extended&quot;&gt;Continue reading &quot;Internationalisation des sketchs Processing (et des programmes Java)&quot;&lt;/a&gt;
    </description>

    <dc:publisher>PhiLho tech web log</dc:publisher>
    <dc:creator>nospam@example.com (Philippe Lhoste)</dc:creator>
    <dc:subject>
    Processing, </dc:subject>
    <dc:date>2009-08-28T21:55:43Z</dc:date>
    <wfw:comment>http://phi.lho.free.fr/serendipity/wfwcomment.php?cid=20</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://phi.lho.free.fr/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=20</wfw:commentRss>
    
    
</item>
<item rdf:about="http://phi.lho.free.fr/serendipity/index.php?/archives/19-guid.html">
    <title>Attention au système de déduction de type de JavaFX !</title>
    <link>http://phi.lho.free.fr/serendipity/index.php?/archives/19-Attention-au-systeme-de-deduction-de-type-de-JavaFX-!.html</link>
    <description>
    &lt;p&gt;Certains raccourcis de codage offerts par JavaFX, qui sont sympas quand ils sont pris séparément, peuvent constituer une combinaison mortelle quand ils sont utilisés ensemble...
&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://phi.lho.free.fr/serendipity/index.php?/archives/19-Attention-au-systeme-de-deduction-de-type-de-JavaFX-!.html#extended&quot;&gt;Continue reading &quot;Attention au système de déduction de type de JavaFX !&quot;&lt;/a&gt;
    </description>

    <dc:publisher>PhiLho tech web log</dc:publisher>
    <dc:creator>nospam@example.com (Philippe Lhoste)</dc:creator>
    <dc:subject>
    JavaFX, </dc:subject>
    <dc:date>2009-06-20T09:33:02Z</dc:date>
    <wfw:comment>http://phi.lho.free.fr/serendipity/wfwcomment.php?cid=19</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://phi.lho.free.fr/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=19</wfw:commentRss>
    
    
</item>
<item rdf:about="http://phi.lho.free.fr/serendipity/index.php?/archives/18-guid.html">
    <title>Beware of JavaFX's type inference!</title>
    <link>http://phi.lho.free.fr/serendipity/index.php?/archives/18-Beware-of-JavaFXs-type-inference!.html</link>
    <description>
    &lt;p&gt;Some programming shortcuts offered by JavaFX, nice when taken separately, can be a deadly combination when used together...
&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://phi.lho.free.fr/serendipity/index.php?/archives/18-Beware-of-JavaFXs-type-inference!.html#extended&quot;&gt;Continue reading &quot;Beware of JavaFX&#039;s type inference!&quot;&lt;/a&gt;
    </description>

    <dc:publisher>PhiLho tech web log</dc:publisher>
    <dc:creator>nospam@example.com (Philippe Lhoste)</dc:creator>
    <dc:subject>
    JavaFX, </dc:subject>
    <dc:date>2009-06-20T07:39:38Z</dc:date>
    <wfw:comment>http://phi.lho.free.fr/serendipity/wfwcomment.php?cid=18</wfw:comment>
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://phi.lho.free.fr/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=18</wfw:commentRss>
    
    
</item>
<item rdf:about="http://phi.lho.free.fr/serendipity/index.php?/archives/17-guid.html">
    <title>JavaFX 1.2 est sorti !</title>
    <link>http://phi.lho.free.fr/serendipity/index.php?/archives/17-JavaFX-1.2-est-sorti-!.html</link>
    <description>
    &lt;p&gt;La nouvelle version de JavaFX vient de sortir, comme prévu à temps pour JavaOne, et je dois avouer qu&#039;elle restaure quelque peu la confiance érodée ces derniers temps que j&#039;avais en cette plateforme.
Je n&#039;ai plus l&#039;impression d&#039;avoir perdu mon temps à apprendre et tester ce langage et cette API&amp;#160;!
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://phi.lho.free.fr/serendipity/index.php?/archives/17-JavaFX-1.2-est-sorti-!.html#extended&quot;&gt;Continue reading &quot;JavaFX 1.2 est sorti !&quot;&lt;/a&gt;
    </description>

    <dc:publisher>PhiLho tech web log</dc:publisher>
    <dc:creator>nospam@example.com (Philippe Lhoste)</dc:creator>
    <dc:subject>
    </dc:subject>
    <dc:date>2009-06-02T21:39:45Z</dc:date>
    <wfw:comment>http://phi.lho.free.fr/serendipity/wfwcomment.php?cid=17</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://phi.lho.free.fr/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=17</wfw:commentRss>
    
    
</item>
<item rdf:about="http://phi.lho.free.fr/serendipity/index.php?/archives/16-guid.html">
    <title>Déformations par déplacement des pixels en JavaFX</title>
    <link>http://phi.lho.free.fr/serendipity/index.php?/archives/16-Deformations-par-deplacement-des-pixels-en-JavaFX.html</link>
    <description>
    &lt;p&gt;Encore une applet JavaFX pour répondre dans les forums Sun: &lt;a href=&quot;http://forums.sun.com/thread.jspa?threadID=5376058&quot;&gt;Effect FloatMap&lt;/a&gt; (&lt;i lang=&quot;en&quot;&gt;see this thread if you don&#039;t read French!&lt;/i&gt;). J&#039;aime bien ces questions me permettant d&#039;explorer quelques coins méconnus (par moi) de l&#039;API.
&lt;/p&gt;
&lt;p&gt;Ici, il s&#039;agissait d&#039;une question sur FloatMap, m&#039;amenant à m&#039;intéresser à DisplacementMap.
&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://phi.lho.free.fr/serendipity/index.php?/archives/16-Deformations-par-deplacement-des-pixels-en-JavaFX.html#extended&quot;&gt;Continue reading &quot;Déformations par déplacement des pixels en JavaFX&quot;&lt;/a&gt;
    </description>

    <dc:publisher>PhiLho tech web log</dc:publisher>
    <dc:creator>nospam@example.com (Philippe Lhoste)</dc:creator>
    <dc:subject>
    JavaFX, </dc:subject>
    <dc:date>2009-04-03T21:28:35Z</dc:date>
    <wfw:comment>http://phi.lho.free.fr/serendipity/wfwcomment.php?cid=16</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://phi.lho.free.fr/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=16</wfw:commentRss>
    
    
</item>
<item rdf:about="http://phi.lho.free.fr/serendipity/index.php?/archives/15-guid.html">
    <title>Affichage des couleurs pré-définies en JavaFX</title>
    <link>http://phi.lho.free.fr/serendipity/index.php?/archives/15-Affichage-des-couleurs-pre-definies-en-JavaFX.html</link>
    <description>
    &lt;p&gt;Une question dans les forums Sun (&lt;a href=&quot;http://forums.sun.com/thread.jspa?threadID=5357341&quot;&gt;Color chart reference&lt;/a&gt; - &lt;i lang=&quot;en&quot;&gt;see this thread if you don&#039;t read French!&lt;/i&gt;) m&#039;a motivé pour écrire un programme non trivial en JavaFX, affichant les couleurs pré-définies (statiques) de JavaFX avec leur noms. Rien de très gros, mais c&#039;est ma première utilisation de la réflexion dans ce langage, et un rare (à ce jour) exemple d&#039;utilisation de cette réflexion (en dehors de l&#039;intégration à Java).
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://phi.lho.free.fr/serendipity/index.php?/archives/15-Affichage-des-couleurs-pre-definies-en-JavaFX.html#extended&quot;&gt;Continue reading &quot;Affichage des couleurs pré-définies en JavaFX&quot;&lt;/a&gt;
    </description>

    <dc:publisher>PhiLho tech web log</dc:publisher>
    <dc:creator>nospam@example.com (Philippe Lhoste)</dc:creator>
    <dc:subject>
    JavaFX, </dc:subject>
    <dc:date>2009-03-19T19:04:21Z</dc:date>
    <wfw:comment>http://phi.lho.free.fr/serendipity/wfwcomment.php?cid=15</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://phi.lho.free.fr/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=15</wfw:commentRss>
    
    
</item>

</rdf:RDF>
