<?xml version="1.0"?>
<rss xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:blog="http://bitflux.org/doctypes/blog" xmlns:php="http://php.net/xsl" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" version="2.0"><channel><title>Mat's Blog</title><link>http://www.matinfo.ch/blog/</link><description>MatInfo Personal Blog</description><generator>Flux CMS - http://www.flux-cms.org</generator><copyright>Copyright (c) 2004-2007 Matinfo - Designed by Mathieu Meylan</copyright><creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license><geo:lat>46.8105</geo:lat><geo:long>6.6484</geo:long><item><title>jQuery Secure Random Images</title><link>http://www.matinfo.ch/blog/archive/2010/02/12/jquery-secure-random-images.html</link><guid isPermaLink="false">http://www.matinfo.ch/blog/archive/id/581/</guid><content:encoded xmlns="http://www.w3.org/1999/xhtml">&lt;h3&gt;Discover my first JQuery plugin...&lt;/h3&gt;
... only 6.5 Kb!&lt;br/&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Use it to randomize a image on each load of the page with a secure cookie logic to don't display always the same image (specially useful with small number of images - min. 3 images require).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Use like this - JS code:&lt;/p&gt;
&lt;pre&gt;&amp;lt;&lt;span class="start-tag"
    &gt;script&lt;/span&gt;&lt;span class="attribute-name"
    &gt; src&lt;/span&gt;&lt;span&gt;="&lt;/span&gt;&lt;a href="view-source:http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"
    &gt;http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js&lt;/a&gt;&lt;span&gt;" &lt;/span&gt;&lt;span class="attribute-name"
    &gt;type&lt;/span&gt;=&lt;span class="attribute-value"
    &gt;"text/javascript"&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span class="end-tag"
    &gt;script&lt;/span&gt;&amp;gt; &amp;lt;&lt;span class="start-tag"
    &gt;script&lt;/span&gt;&lt;span class="attribute-name"
    &gt; src&lt;/span&gt;&lt;span&gt;=" &lt;/span&gt;&lt;a href="view-source:http://www.matinfo.ch/files/blog/imgrandom/jquery.imgrandom-1.1.js"
    &gt;jquery.imgrandom-1.1.js&lt;/a&gt;&lt;span&gt;" &lt;/span&gt;&lt;span class="attribute-name"
    &gt;type&lt;/span&gt;=&lt;span class="attribute-value"
    &gt;"text/javascript"&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span class="end-tag"
    &gt;script&lt;/span&gt;&amp;gt; &amp;lt;&lt;span class="start-tag"
    &gt;script&lt;/span&gt;&lt;span class="attribute-name"
    &gt; type&lt;/span&gt;=&lt;span class="attribute-value"
    &gt;"text/javascript"&lt;/span&gt;&amp;gt; $('#random1').imgRandom ({    image_width: 337,    image_height: 506,    // not mandatory if you use the full URL on the image path below    images_path: '/files/blog/imgrandom/',    images: [               [                   'http://www.google.com/',   // link                   'test 1',                   // link title                   '76549543.jpg'              // image or image with path               ],               [                   '/about/',                   'test 2',                   '76549562.jpg'               ],               [                   '/about/',                   'test 3',                   'e010697.jpg'               ],               [                   'http://yahoo.com',                   'test 4',                   '79365635.jpg'               ]            ]});&amp;lt;/script&amp;gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;and the html container:&lt;/p&gt;
&lt;pre&gt;&amp;lt;span id="random1"&amp;gt;&amp;lt;/span&amp;gt;&lt;/pre&gt;
&lt;p&gt; &lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;Download: &lt;a href="http://www.matinfo.ch//files/blog/imgrandom/jquery.imgrandom-1.1.js"
    &gt;jquery.imgrandom-1.1.js&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a href="http://www.matinfo.ch//files/blog/imgrandom/jquery.imgrandom.example.html"
    &gt;demo here&lt;/a&gt;&lt;/h3&gt;</content:encoded><dc:subject>Technologie</dc:subject><dc:subject>jquery</dc:subject><dc:subject>images</dc:subject><dc:subject>random</dc:subject><dc:subject>cookie</dc:subject><dc:creator>Administrator</dc:creator><dc:date>2010-02-12T20:18:59Z</dc:date></item><item><title>Fonts for Web?</title><link>http://www.matinfo.ch/blog/archive/2008/12/10/fonts-for-web.html</link><guid isPermaLink="false">http://www.matinfo.ch/blog/archive/id/574/</guid><content:encoded xmlns="http://www.w3.org/1999/xhtml">Choosing the web fonts for creating a web site is one of the big challenge of the designer.  &lt;br/&gt;
&lt;br/&gt;
Mostly 40% of the impact of the design is made by the font choose and standard web font - font installed on most computer and open - this fonts offer at the end a very limited possibility. &lt;br/&gt;
&lt;br/&gt;
&lt;strong&gt;&lt;a title="Visit Font Tester"
     href="http://www.fonttester.com/"
    &gt;Font Tester&lt;/a&gt; - a free online font comparison tool.&lt;/strong&gt;  &lt;br/&gt;
&lt;br/&gt;
It allows you to easily preview and compare different fonts side by side with various CSS font styles applied to them. It is very useful for web developers who are looking for just the right font/style/color to use in their pages.  To use it all you have to do is simply enter the text you would like to preview, modify the various CSS properties until you find a style you like, and then click on the Get CSS Code button to generate all the necassary CSS code to reproduce those styles in your webpage. &lt;br/&gt;
&lt;br/&gt;
&lt;img width="465"
     height="322"
     align="left"
     src="http://www.matinfo.ch//files/blog/css_font_tester.jpg"
     alt=""
    /&gt;</content:encoded><dc:subject>Technologie</dc:subject><dc:subject>design</dc:subject><dc:subject>font</dc:subject><dc:subject>web</dc:subject><dc:creator>Administrator</dc:creator><dc:date>2008-12-10T21:55:29Z</dc:date></item><item><title>django-assetpackager installation</title><link>http://www.matinfo.ch/blog/archive/</link><guid isPermaLink="false">http://www.matinfo.ch/blog/archive/id/565/</guid><content:encoded xmlns="http://www.w3.org/1999/xhtml">&lt;h2&gt;INTRO&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;*&lt;/p&gt;&lt;div class="post_tags"
    &gt;&lt;text&gt;Tags&lt;/text&gt;: &lt;span class="post_tag"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/archive/tag/django/"
    &gt;django&lt;/a&gt;&lt;/span&gt; &lt;span class="post_tag"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/archive/tag/css/"
    &gt;css&lt;/a&gt;&lt;/span&gt; &lt;span class="post_tag"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/archive/tag/javascript/"
    &gt;javascript&lt;/a&gt;&lt;/span&gt; &lt;span class="post_tag"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/archive/tag/development/"
    &gt;development&lt;/a&gt;&lt;/span&gt; &lt;span class="post_tag"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/archive/tag/web/"
    &gt;web&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class="post_related_entries"
    &gt;&lt;text&gt;Related Entries&lt;/text&gt;:&lt;div class="post_related"
    &gt;&lt;a title="Blog Post"
     href="http://www.matinfo.ch/blog/archive/2007/09/10/introduction-a-django.html"
    &gt;Introduction &lt;/a&gt;&lt;/div&gt; &lt;div class="post_related"
    &gt;&lt;a title="Blog Post"
     href="http://www.matinfo.ch/blog/archive/2008/12/21/fonts-for-web.html"
    &gt;Fonts for Web?&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;&lt;div class="post_links"
    &gt;&lt;span class="post_comments_count"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/2008/05/17/django-assetpackager-installation.html#comments"
    &gt;1&lt;/a&gt;&lt;/span&gt; &lt;span class="post_uri"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/2008/05/17/django-assetpackager-installation.html"
     rel="bookmark"
    &gt;Permalink&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;info/&gt;&lt;/blockquote&gt;&lt;div class="entry"
     id="entry545"
     blog_id="1"
     post_uri="happy-new-year-2008"
     post_date_iso="2008-01-01T09:33:42Z"
     post_status="1"
     post_comment_mode="99"
     post_guid_version="2"
     post_expires="0000-00-00 00:00:00"
     post_comment_allowed="0"
     post_trackbacks_allowed="0"
     comment_count="1"
    &gt;&lt;h2 class="post_title"
    &gt;Happy New Year 2008!&lt;/h2&gt;&lt;div class="post_meta_data"
    &gt;&lt;span class="post_categories"
    &gt;&lt;span id="cat355"
     class="post_category"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/divers/"
    &gt;Divers&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="post_author"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/author/mat/"
    &gt;Mat&lt;/a&gt;&lt;/span&gt;&lt;span class="post_date"
    &gt;01.01.2008 10:33 CET&lt;/span&gt;&lt;/div&gt;&lt;div class="post_content"
    &gt;&lt;h2&gt;A tous une merveilleuse ann&lt;/h2&gt;&lt;div class="post_tags"
    &gt;&lt;text&gt;Tags&lt;/text&gt;: &lt;span class="post_tag"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/archive/tag/party/"
    &gt;party&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class="post_related_entries"
    &gt;&lt;text&gt;Related Entries&lt;/text&gt;:&lt;div class="post_related"
    &gt;&lt;a title="Blog Post"
     href="http://www.matinfo.ch/blog/archive/2006/12/10/noel-2006.html"
    &gt;Joyeux No&lt;/a&gt;&lt;/div&gt; &lt;div class="post_related"
    &gt;&lt;a title="Blog Post"
     href="http://www.matinfo.ch/blog/archive/2006/01/15/new-year-2006.html"
    &gt;Happy New Year 2006!&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;&lt;div class="post_links"
    &gt;&lt;span class="post_comments_count"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/2008/01/01/happy-new-year-2008.html#comments"
    &gt;1&lt;/a&gt;&lt;/span&gt; &lt;span class="post_uri"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/2008/01/01/happy-new-year-2008.html"
     rel="bookmark"
    &gt;Permalink&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;info/&gt;&lt;/div&gt;&lt;div class="entry"
     id="entry539"
     blog_id="1"
     post_uri="introduction-a-django"
     post_date_iso="2007-09-29T10:06:32Z"
     post_status="1"
     post_comment_mode="2"
     post_guid_version="2"
     post_expires="0000-00-00 00:00:00"
     post_comment_allowed="1"
     post_trackbacks_allowed="0"
     comment_count="5"
    &gt;&lt;h2 class="post_title"
    &gt;Introduction &lt;/h2&gt;&lt;div class="post_meta_data"
    &gt;&lt;span class="post_categories"
    &gt;&lt;span id="cat347"
     class="post_category"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/technologie/"
    &gt;Technologie&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="post_author"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/author/mat/"
    &gt;Mat&lt;/a&gt;&lt;/span&gt;&lt;span class="post_date"
    &gt;29.09.2007 11:06 CET&lt;/span&gt;&lt;/div&gt;&lt;div class="post_content"
    &gt;A l'occasion du &lt;a href="http://barcamp.ch/BarCampLausanne"
    &gt;BarCamp&lt;/a&gt; organis&lt;/div&gt;&lt;div class="post_tags"
    &gt;&lt;text&gt;Tags&lt;/text&gt;: &lt;span class="post_tag"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/archive/tag/development/"
    &gt;development&lt;/a&gt;&lt;/span&gt; &lt;span class="post_tag"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/archive/tag/django/"
    &gt;django&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class="post_related_entries"
    &gt;&lt;text&gt;Related Entries&lt;/text&gt;:&lt;div class="post_related"
    &gt;&lt;a title="Blog Post"
     href="http://www.matinfo.ch/blog/archive/2008/05/20/django-assetpackager-installation.html"
    &gt;django-assetpackager installation&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;&lt;div class="post_links"
    &gt;&lt;span class="post_comments_count"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/2007/09/29/introduction-a-django.html#comments"
    &gt;5&lt;/a&gt;&lt;/span&gt; &lt;span class="post_uri"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/2007/09/29/introduction-a-django.html"
     rel="bookmark"
    &gt;Permalink&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;info/&gt;&lt;/div&gt;&lt;div class="entry"
     id="entry512"
     blog_id="1"
     post_uri="dylan-est-ne"
     post_date_iso="2007-04-26T16:01:00Z"
     post_status="1"
     post_comment_mode="2"
     post_guid_version="2"
     post_expires="0000-00-00 00:00:00"
     post_comment_allowed="1"
     post_trackbacks_allowed="0"
     comment_count="0"
    &gt;&lt;h2 class="post_title"
    &gt;Dylan, est n&lt;/h2&gt;&lt;div class="post_meta_data"
    &gt;&lt;span class="post_categories"
    &gt;&lt;span id="cat355"
     class="post_category"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/divers/"
    &gt;Divers&lt;/a&gt;&lt;/span&gt;&lt;span id="cat283"
     class="post_category"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/personal/"
    &gt;Personal&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="post_author"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/author/mat/"
    &gt;Mat&lt;/a&gt;&lt;/span&gt;&lt;span class="post_date"
    &gt;26.04.2007 17:01 CET&lt;/span&gt;&lt;/div&gt;&lt;div class="post_content"
    &gt;&lt;p style="text-align: left;"
    &gt;Je suis fi&lt;/p&gt;&lt;div class="post_tags"
    &gt;&lt;text&gt;Tags&lt;/text&gt;: &lt;span class="post_tag"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/archive/tag/baby/"
    &gt;baby&lt;/a&gt;&lt;/span&gt; &lt;span class="post_tag"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/archive/tag/happy/"
    &gt;happy&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class="post_links"
    &gt;&lt;span class="post_more"
    &gt;&lt;a class="post_more"
     href="http://www.matinfo.ch/blog/archive/2007/04/26/dylan-est-ne.html#post_content_extended"
    &gt;&lt;text&gt;Read whole post&lt;/text&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class="post_comments_count"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/2007/04/26/dylan-est-ne.html#comments"
    &gt;0&lt;/a&gt;&lt;/span&gt; &lt;span class="post_uri"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/2007/04/26/dylan-est-ne.html"
     rel="bookmark"
    &gt;Permalink&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;info/&gt;&lt;/div&gt;&lt;div class="entry"
     id="entry498"
     blog_id="1"
     post_uri="my-favorite-extentions-firefox"
     post_date_iso="2007-03-16T20:50:00Z"
     post_status="1"
     post_comment_mode="2"
     post_guid_version="2"
     post_expires="0000-00-00 00:00:00"
     post_comment_allowed="1"
     post_trackbacks_allowed="0"
     comment_count="0"
    &gt;&lt;h2 class="post_title"
    &gt;My favorite extentions for Firefox&lt;/h2&gt;&lt;div class="post_meta_data"
    &gt;&lt;span class="post_categories"
    &gt;&lt;span id="cat347"
     class="post_category"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/technologie/"
    &gt;Technologie&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="post_author"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/author/mat/"
    &gt;Mat&lt;/a&gt;&lt;/span&gt;&lt;span class="post_date"
    &gt;16.03.2007 21:50 CET&lt;/span&gt;&lt;/div&gt;&lt;div class="post_content"
    &gt;Avec Firefox le must c'est les extensions, elles permettes  d'&lt;/div&gt;&lt;div class="post_tags"
    &gt;&lt;text&gt;Tags&lt;/text&gt;: &lt;span class="post_tag"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/archive/tag/internet/"
    &gt;internet&lt;/a&gt;&lt;/span&gt; &lt;span class="post_tag"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/archive/tag/browser/"
    &gt;browser&lt;/a&gt;&lt;/span&gt; &lt;span class="post_tag"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/archive/tag/firefox/"
    &gt;firefox&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class="post_related_entries"
    &gt;&lt;text&gt;Related Entries&lt;/text&gt;:&lt;div class="post_related"
    &gt;&lt;a title="Blog Post"
     href="http://www.matinfo.ch/blog/archive/2007/01/19/develope-with-firefox.html"
    &gt;D&lt;/a&gt;&lt;/div&gt; &lt;div class="post_related"
    &gt;&lt;a title="Blog Post"
     href="http://www.matinfo.ch/blog/archive/2006/11/15/best-speedtest.html"
    &gt;Best SpeedTest&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;&lt;div class="post_links"
    &gt;&lt;span class="post_comments_count"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/2007/03/16/my-favorite-extentions-firefox.html#comments"
    &gt;0&lt;/a&gt;&lt;/span&gt; &lt;span class="post_uri"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/2007/03/16/my-favorite-extentions-firefox.html"
     rel="bookmark"
    &gt;Permalink&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;info/&gt;&lt;/div&gt;&lt;div class="entry"
     id="entry407"
     blog_id="1"
     post_uri="intel-nic-pxe-e05-error"
     post_date_iso="2007-01-26T09:48:46Z"
     post_status="1"
     post_comment_mode="2"
     post_guid_version="2"
     post_expires="0000-00-00 00:00:00"
     post_comment_allowed="1"
     post_trackbacks_allowed="0"
     comment_count="169"
    &gt;&lt;h2 class="post_title"
    &gt;Intel NIC: PXE-E05 error&lt;/h2&gt;&lt;div class="post_meta_data"
    &gt;&lt;span class="post_categories"
    &gt;&lt;span id="cat347"
     class="post_category"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/technologie/"
    &gt;Technologie&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="post_author"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/author/mat/"
    &gt;Mat&lt;/a&gt;&lt;/span&gt;&lt;span class="post_date"
    &gt;26.01.2007 10:48 CET&lt;/span&gt;&lt;/div&gt;&lt;div class="post_content"
    &gt;&lt;p&gt;With my ThinkPad T60p, I have some problem with the integrated NIC Intel PRO/1000 MT Mobile Ethernet (82573L). During the boot process, the Intel Boot Agent of the Ethernet ship,  display a "PXE-E05" error like below:&lt;/p&gt;
&lt;pre&gt;Initializing Intel(R) Boot Agent GE v1.2.31&lt;br/&gt;PXE-E05: The LAN adapter's configuration is corrupted or &lt;br/&gt;has not been initialized. The Boot Agent cannot continue.&lt;/pre&gt;
&lt;p&gt;(&lt;a onmouseover="return overlib('&lt;iframe src=http://www.matinfo.ch/files/images/blog/lenovo_thinpad_t60p_error-1.jpg width=500 height=145 scrolling=no marginheight=0 marginwidth=0 frameborder=0 style=\'background-color:#f0f0f0; border:1px dotted #4d4d4d; padding: 4px\'&gt;&lt;/iframe&gt;',FULLhtml, SNAPX,10,SNAPY,10);"
     onmouseout="return nd();"
     href="javascript:void(0);"
     style="border: 0pt none ;"
    &gt;error message 1&lt;/a&gt;)&lt;br/&gt;
&lt;br/&gt;
And after a few second and 2 beep a other error message and you need to press ESC to continue the boot process:&lt;/p&gt;
&lt;pre&gt;ERROR &lt;br/&gt;Expansion ROM not initialized - PCI on Motherboard&lt;br/&gt;   Bus:00, Device:00, Function:00&lt;br/&gt;&lt;br/&gt;Press ESC to continue&lt;/pre&gt;
&lt;p&gt;(&lt;a onmouseover="return overlib('&lt;iframe src=http://www.matinfo.ch/files/images/blog/lenovo_thinpad_t60p_error-2.jpg width=500 height=187 scrolling=no marginheight=0 marginwidth=0 frameborder=0 style=\'background-color:#f0f0f0; border:1px dotted #4d4d4d; padding: 4px\'&gt;&lt;/iframe&gt;',FULLhtml, SNAPX,10,SNAPY,10);"
     onmouseout="return nd();"
     href="javascript:void(0);"
     style="border: 0pt none ;"
    &gt;error message 2&lt;/a&gt;)&lt;br/&gt;
&lt;br/&gt;
To turn off this error message, the first solution is to disable completely, in the BIOS, the LAN interface. Not really a solution :-(&lt;br/&gt;
&lt;br/&gt;
After a call with the ThinkCenter support and some wrong explanations and not really convinced. I made some seek on Google and found THE solution.&lt;br/&gt;
&lt;br/&gt;
&lt;strong&gt; THE SOLUTION&lt;/strong&gt; &lt;br/&gt;
The EEPROM of the Ethernet ship need a factory reconfiguration (reset). To make this, I made a bootable CD-ROM, to simplify  the procedure, based on a solution found in  the thinkpads.com forum...&lt;/p&gt;&lt;/div&gt;&lt;div class="post_tags"
    &gt;&lt;text&gt;Tags&lt;/text&gt;: &lt;span class="post_tag"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/archive/tag/hardware/"
    &gt;hardware&lt;/a&gt;&lt;/span&gt; &lt;span class="post_tag"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/archive/tag/thinkpad/"
    &gt;thinkpad&lt;/a&gt;&lt;/span&gt; &lt;span class="post_tag"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/archive/tag/network/"
    &gt;network&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class="post_related_entries"
    &gt;&lt;text&gt;Related Entries&lt;/text&gt;:&lt;div class="post_related"
    &gt;&lt;a title="Blog Post"
     href="http://www.matinfo.ch/blog/archive/2006/09/21/gentoo-on-my-t60p.html"
    &gt;Gentoo on my T60p&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;&lt;div class="post_links"
    &gt;&lt;span class="post_more"
    &gt;&lt;a class="post_more"
     href="http://www.matinfo.ch/blog/archive/2007/01/26/intel-nic-pxe-e05-error.html#post_content_extended"
    &gt;&lt;text&gt;Read whole post&lt;/text&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class="post_comments_count"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/2007/01/26/intel-nic-pxe-e05-error.html#comments"
    &gt;169&lt;/a&gt;&lt;/span&gt; &lt;span class="post_uri"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/2007/01/26/intel-nic-pxe-e05-error.html"
     rel="bookmark"
    &gt;Permalink&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;info/&gt;&lt;/div&gt;&lt;div class="entry"
     id="entry396"
     blog_id="1"
     post_uri="vaudtax-and-linux"
     post_date_iso="2007-01-24T17:53:22Z"
     post_status="1"
     post_comment_mode="2"
     post_guid_version="2"
     post_expires="0000-00-00 00:00:00"
     post_comment_allowed="1"
     post_trackbacks_allowed="0"
     comment_count="4"
    &gt;&lt;h2 class="post_title"
    &gt;VaudTax sous Linux&lt;/h2&gt;&lt;div class="post_meta_data"
    &gt;&lt;span class="post_categories"
    &gt;&lt;span id="cat347"
     class="post_category"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/technologie/"
    &gt;Technologie&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="post_author"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/author/mat/"
    &gt;Mat&lt;/a&gt;&lt;/span&gt;&lt;span class="post_date"
    &gt;24.01.2007 18:53 CET&lt;/span&gt;&lt;/div&gt;&lt;div class="post_content"
    &gt;&lt;p&gt;D&lt;/p&gt;&lt;div class="post_tags"
    &gt;&lt;text&gt;Tags&lt;/text&gt;: &lt;span class="post_tag"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/archive/tag/finance/"
    &gt;finance&lt;/a&gt;&lt;/span&gt; &lt;span class="post_tag"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/archive/tag/linux/"
    &gt;linux&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class="post_related_entries"
    &gt;&lt;text&gt;Related Entries&lt;/text&gt;:&lt;div class="post_related"
    &gt;&lt;a title="Blog Post"
     href="http://www.matinfo.ch/blog/archive/2006/12/10/gentoo-access-violation-summary.html"
    &gt;Gentoo: access violation summary&lt;/a&gt;&lt;/div&gt; &lt;div class="post_related"
    &gt;&lt;a title="Blog Post"
     href="http://www.matinfo.ch/blog/archive/2006/10/14/flash-player-9-pour-linux.html"
    &gt;Flash Player 9 pour Linux&lt;/a&gt;&lt;/div&gt; &lt;div class="post_related"
    &gt;&lt;a title="Blog Post"
     href="http://www.matinfo.ch/blog/archive/2006/09/21/gentoo-on-my-t60p.html"
    &gt;Gentoo on my T60p&lt;/a&gt;&lt;/div&gt; &lt;div class="post_related"
    &gt;&lt;a title="Blog Post"
     href="http://www.matinfo.ch/blog/archive/2006/07/16/self-signed-certificat.html"
    &gt;Self-Signed certificat&lt;/a&gt;&lt;/div&gt; &lt;div class="post_related"
    &gt;&lt;a title="Blog Post"
     href="http://www.matinfo.ch/blog/archive/2006/03/14/debian-apt-key.html"
    &gt;Debian key update&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;&lt;div class="post_links"
    &gt;&lt;span class="post_more"
    &gt;&lt;a class="post_more"
     href="http://www.matinfo.ch/blog/archive/2007/01/24/vaudtax-and-linux.html#post_content_extended"
    &gt;&lt;text&gt;Read whole post&lt;/text&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class="post_comments_count"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/2007/01/24/vaudtax-and-linux.html#comments"
    &gt;4&lt;/a&gt;&lt;/span&gt; &lt;span class="post_uri"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/2007/01/24/vaudtax-and-linux.html"
     rel="bookmark"
    &gt;Permalink&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;info/&gt;&lt;/div&gt;&lt;div class="entry"
     id="entry378"
     blog_id="1"
     post_uri="develope-with-firefox"
     post_date_iso="2007-01-12T19:00:19Z"
     post_status="1"
     post_comment_mode="2"
     post_guid_version="2"
     post_expires="0000-00-00 00:00:00"
     post_comment_allowed="1"
     post_trackbacks_allowed="0"
     comment_count="0"
    &gt;&lt;h2 class="post_title"
    &gt;D&lt;/h2&gt;&lt;div class="post_meta_data"
    &gt;&lt;span class="post_categories"
    &gt;&lt;span id="cat347"
     class="post_category"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/technologie/"
    &gt;Technologie&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="post_author"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/author/mat/"
    &gt;Mat&lt;/a&gt;&lt;/span&gt;&lt;span class="post_date"
    &gt;12.01.2007 20:00 CET&lt;/span&gt;&lt;/div&gt;&lt;div class="post_content"
    &gt;&lt;p&gt;&lt;a href="http://mozilla.com"
    &gt;&lt;em&gt;Firefox&lt;/em&gt;&lt;/a&gt; dispose nativement d'outils de d&lt;/p&gt;&lt;div class="post_tags"
    &gt;&lt;text&gt;Tags&lt;/text&gt;: &lt;span class="post_tag"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/archive/tag/internet/"
    &gt;internet&lt;/a&gt;&lt;/span&gt; &lt;span class="post_tag"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/archive/tag/browser/"
    &gt;browser&lt;/a&gt;&lt;/span&gt; &lt;span class="post_tag"
    &gt;&lt;a rel="tag"
     href="http://www.matinfo.ch/blog/archive/tag/firefox/"
    &gt;firefox&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class="post_related_entries"
    &gt;&lt;text&gt;Related Entries&lt;/text&gt;:&lt;div class="post_related"
    &gt;&lt;a title="Blog Post"
     href="http://www.matinfo.ch/blog/archive/2007/03/20/my-favorite-extentions-firefox.html"
    &gt;My favorite extentions for Firefox&lt;/a&gt;&lt;/div&gt; &lt;div class="post_related"
    &gt;&lt;a title="Blog Post"
     href="http://www.matinfo.ch/blog/archive/2006/11/15/best-speedtest.html"
    &gt;Best SpeedTest&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;&lt;div class="post_links"
    &gt;&lt;span class="post_comments_count"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/2007/01/12/develope-with-firefox.html#comments"
    &gt;0&lt;/a&gt;&lt;/span&gt; &lt;span class="post_uri"
    &gt;&lt;a href="http://www.matinfo.ch/blog/archive/2007/01/12/develope-with-firefox.html"
     rel="bookmark"
    &gt;Permalink&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;info/&gt;&lt;/div&gt;&lt;div class="blog_pager"
     start="1"
     end="10"
     total="22"
    &gt;&lt;span class="blog_pager_prevnext"
    &gt;&lt;a class="blog_pager_next"
     href="./?start=10"
    &gt;&lt;text&gt;Next&lt;/text&gt;&lt;/a&gt; &amp;gt;&amp;gt;&lt;/span&gt;&lt;span class="blog_pager_counter"
    &gt;1-10/22&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</content:encoded><dc:subject>Technologie</dc:subject><dc:creator>Mat</dc:creator><dc:date>2008-05-17T20:03:02Z</dc:date></item></channel></rss>
