<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://remiplourde.com/en/frontpage">
  <channel>
    <title>Rémi Plourde - Drupal Web Developer</title>
    <link>http://remiplourde.com/en/frontpage</link>
    <description />
    <language>en</language>
          <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/remiplourde" /><feedburner:info uri="remiplourde" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
    <title>Blog Now Open</title>
    <link>http://feedproxy.google.com/~r/remiplourde/~3/IbvtVUsG508/blog-now-open</link>
    <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;I&amp;#8217;m the shoemaker without shoes. &amp;nbsp;Since I have a lot of Web sites and applications to do for my clients, I don&amp;#8217;t even have time to do my&amp;nbsp;own.&lt;/p&gt;
&lt;p&gt;Opening my blog is the least I can do, despite its lack of an original look. &amp;nbsp;I&amp;#8217;ve been writing on it, hoping to simply publish everything at one once I have a chance to finish making my own site. &amp;nbsp;However, thanks to search engines, the content of my blog was already made public unbeknownst to me, despite the lack of links to it from the front page. &amp;nbsp;In fact, not only other people are linking to entries in my blog already, but I&amp;#8217;ve already received thank-you notes by e-mail for having saved their day. &amp;nbsp;Impressive for a blog that hasn&amp;#8217;t seen the light of&amp;nbsp;day!&lt;/p&gt;
&lt;p&gt;A lot happened in my personal life, which made me late at replying to messages I&amp;#8217;ve received. &amp;nbsp;I moved in Japan in last October to be with my girlfriend again and to finally experience the Japanese culture &amp;#8212; something I&amp;#8217;ve been hoping to do for so long since the day I&amp;#8217;ve learned my first Japanese&amp;nbsp;word.&lt;/p&gt;
&lt;p&gt;Although I had to quit my stable full-time job back in Ottawa to pursue my dream of being where I live now, I am fortunately not without work. &amp;nbsp;I&amp;#8217;ve been working on Drupal projects for clients in Tokyo and back in Canada. &amp;nbsp;In fact, last month has been the busiest since a long time, even more than last year, when I worked extra hard to save enough money to do the big leap over the largest ocean. My workload is more stable this&amp;nbsp;month.&lt;/p&gt;
&lt;p&gt;This is it for now. &amp;nbsp;I have a lot to write about, especially about Drupal and other projects of mine. &amp;nbsp;In the meantime, I invite you to read about my adventures in Japan at &lt;a href="http://edojin.com/"&gt;&lt;strong&gt;Edojin&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Goodbye from Saitama,&amp;nbsp;Japan!&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;img src="http://feeds.feedburner.com/~r/remiplourde/~4/IbvtVUsG508" height="1" width="1"/&gt;</description>
     <comments>http://remiplourde.com/en/2010/02/04/blog-now-open#comments</comments>
 <pubDate>Thu, 04 Feb 2010 14:18:32 +0000</pubDate>
 <dc:creator>remi</dc:creator>
 <guid isPermaLink="false">1276 at http://remiplourde.com</guid>
  <feedburner:origLink>http://remiplourde.com/en/2010/02/04/blog-now-open</feedburner:origLink></item>
  <item>
    <title>New and deprecated tags in HTML 5</title>
    <link>http://feedproxy.google.com/~r/remiplourde/~3/BPK6jC4gJ-8/new-and-deprecated-tags-in-html-5</link>
    <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;The lists below are compiled based on data at &lt;a href="http://www.w3schools.com/tags/html5.asp"&gt;W3Schools&lt;/a&gt;, comparing &lt;span class="caps"&gt;HTML&lt;/span&gt; 5 with &lt;span class="caps"&gt;HTML&lt;/span&gt; 4, not &lt;span class="caps"&gt;XHTML&lt;/span&gt;&amp;nbsp;1.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;New&amp;nbsp;tags&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Tags you should&amp;nbsp;learn.&lt;/p&gt;
&lt;p&gt;&amp;lt;article&amp;gt;     Defines an article&lt;br /&gt;
&amp;lt;aside&amp;gt;     Defines content aside from the page content&lt;br /&gt;
&amp;lt;audio&amp;gt;     Defines sound content&lt;br /&gt;
&amp;lt;canvas&amp;gt;     Define graphics&lt;br /&gt;
&amp;lt;command&amp;gt;     Defines a command button&lt;br /&gt;
&amp;lt;datagrid&amp;gt;     Defines data in a tree-list&lt;br /&gt;
&amp;lt;datalist&amp;gt;     Defines a dropdown list&lt;br /&gt;
&amp;lt;datatemplate&amp;gt;     Defines a data template&lt;br /&gt;
&amp;lt;details&amp;gt;     Defines details of an element&lt;br /&gt;
&amp;lt;dialog&amp;gt;     Defines a dialog (conversation)&lt;br /&gt;
&amp;lt;embed&amp;gt;     Defines external interactive content or plugin&lt;br /&gt;
&amp;lt;event-source&amp;gt;     Defines a target for events sent by a server&lt;br /&gt;
&amp;lt;figure&amp;gt;     Defines a group of media content, and their caption&lt;br /&gt;
&amp;lt;footer&amp;gt;     Defines a footer for a section or page&lt;br /&gt;
&amp;lt;header&amp;gt;     Defines a header for a section or page&lt;br /&gt;
&amp;lt;mark&amp;gt;     Defines marked text&lt;br /&gt;
&amp;lt;meter&amp;gt;     Defines measurement within a predefined range&lt;br /&gt;
&amp;lt;nav&amp;gt;     Defines navigation links&lt;br /&gt;
&amp;lt;nest&amp;gt;     Defines a nestingpoint in a datatemplate&lt;br /&gt;
&amp;lt;output&amp;gt;     Defines some types of output&lt;br /&gt;
&amp;lt;progress&amp;gt;     Defines progress of a task of any kind&lt;br /&gt;
&amp;lt;rule&amp;gt;     Defines the rules for updating a template&lt;br /&gt;
&amp;lt;section&amp;gt;     Defines a section&lt;br /&gt;
&amp;lt;source&amp;gt;     Defines media resources&lt;br /&gt;
&amp;lt;time&amp;gt;     Defines a date/time&lt;br /&gt;
&amp;lt;video&amp;gt;     Defines a video&lt;br /&gt;
&amp;lt;xmp&amp;gt;     Not supported. Defines preformatted&amp;nbsp;text&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Deprecated&amp;nbsp;tags&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Do not use them&amp;nbsp;anymore!&lt;/p&gt;
&lt;p&gt;&amp;lt;acronym&amp;gt;     Not supported. Defines an acronym&lt;br /&gt;
&amp;lt;applet&amp;gt;     Not supported. Defines an applet&lt;br /&gt;
&amp;lt;basefont&amp;gt;     Not supported. Use &lt;span class="caps"&gt;CSS&lt;/span&gt; instead&lt;br /&gt;
&amp;lt;big&amp;gt;     Not supported. Defines big text&lt;br /&gt;
&amp;lt;center&amp;gt;     Not supported. Defines centered text&lt;br /&gt;
&amp;lt;dir&amp;gt;     Not supported. Defines a directory list&lt;br /&gt;
&amp;lt;font&amp;gt;     Deprecated. Defines text font, size, and color&lt;br /&gt;
&amp;lt;frame&amp;gt;     Not supported. Defines a sub window (a frame)&lt;br /&gt;
&amp;lt;frameset&amp;gt;     Not supported. Defines a set of frames&lt;br /&gt;
&amp;lt;isindex&amp;gt;     Not supported. Defines a single-line input field&lt;br /&gt;
&amp;lt;noframes&amp;gt;     Not supported. Defines a noframe section&lt;br /&gt;
&amp;lt;s&amp;gt;     Not supported. Defines strikethrough text&lt;br /&gt;
&amp;lt;strike&amp;gt;     Not supported. Defines strikethrough text&lt;br /&gt;
&amp;lt;tt&amp;gt;     Not supported. Defines teletype text&lt;br /&gt;
&amp;lt;u&amp;gt;     Not supported. Defines underlined&amp;nbsp;text&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;img src="http://feeds.feedburner.com/~r/remiplourde/~4/BPK6jC4gJ-8" height="1" width="1"/&gt;</description>
     <comments>http://remiplourde.com/en/2009/06/new-and-deprecated-tags-in-html-5#comments</comments>
 <pubDate>Mon, 08 Jun 2009 20:17:10 +0000</pubDate>
 <dc:creator>remi</dc:creator>
 <guid isPermaLink="false">1173 at http://remiplourde.com</guid>
  <feedburner:origLink>http://remiplourde.com/en/2009/06/new-and-deprecated-tags-in-html-5</feedburner:origLink></item>
  <item>
    <title>How to install Colibri and other new Vista fonts on a Mac</title>
    <link>http://feedproxy.google.com/~r/remiplourde/~3/sOJo0-9LVBQ/how-to-install-colibri-and-other-new-vista-fonts-on-a-mac</link>
    <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;&lt;a href="/sites/remiplourde.com/files/2008/10/vista-fonts-in-mac-font-book.png"&gt;&lt;img class="alignnone size-medium wp-image-37" title="vista-fonts-in-mac-font-book" src="/sites/remiplourde.com/files/2008/10/vista-fonts-in-mac-font-book-300x189.png" alt="" width="300" height="189" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Microsoft has licensed new fonts for Office 2007 and Vista.  These fonts look great and are a nice change to the standard and over-used Tahoma and Verdana.  (At least, you&amp;#8217;re not using Comic Sans,&amp;nbsp;right?)&lt;/p&gt;
&lt;p&gt;However, you have a Mac, and you think it deserves to have those nice fonts too.  Installing them is simple: buy a copy of Office 2008 for Mac and install it.  Unfortunately, the simplest solution is the most&amp;nbsp;expensive.&lt;/p&gt;
&lt;p&gt;There&amp;#8217;s another way to obtain those fonts.  It may not be as simple as the method mentioned above, but don&amp;#8217;t worry, there&amp;#8217;s no technical tweeking&amp;nbsp;needed.&lt;/p&gt;
&lt;p&gt;Office 2004 for Mac has no support for documents saved in the new Open &lt;span class="caps"&gt;XML&lt;/span&gt; format.  For this reason, Microsoft released the &lt;em&gt;&lt;a href="http://www.microsoft.com/mac/downloads.mspx?pid=Mactopia_AddTools&amp;amp;fid=2A8D9A3B-B8A4-43B6-82A6-A2E7D16AE11D#viewer"&gt;Open &lt;span class="caps"&gt;XML&lt;/span&gt; File Format Converter&lt;/a&gt;&lt;/em&gt; for Office 2004, available for free at &lt;a href="http://mactopia.com/"&gt;Mactopia&lt;/a&gt;.  This package contains the fonts you want which you can install manually, even if you don&amp;#8217;t have any version of Office installed on your&amp;nbsp;Mac.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m not certain if installing these fonts manually is allowed by their &lt;span class="caps"&gt;EULA&lt;/span&gt;, however, and I do ask you read the licence before carrying out the instructions&amp;nbsp;below.&lt;/p&gt;
&lt;p&gt;To install the fonts, download the disk image via the link above.  Once downloaded, mount the image, and right-click or option-click the &lt;em&gt;Open &lt;span class="caps"&gt;XML&lt;/span&gt; File Format Converter&lt;/em&gt; for Mac package file and select &amp;#8220;Show Package Contents.&amp;#8221;  In the package, browse in &lt;em&gt;Contents&lt;/em&gt;, then &lt;em&gt;Packages&lt;/em&gt;.  Right-click the &lt;em&gt;OpenXML_all_fonts.pkg&lt;/em&gt; package and select &amp;#8220;Show Package Contents&amp;#8221; again.  In that package, open in &lt;em&gt;Contents&lt;/em&gt; folder, and copy the &lt;em&gt;Archive.pax.gz&lt;/em&gt; file to your Desktop.  Double-click the file to decompress its folder.  Once done, the new &lt;em&gt;Archive.pax&lt;/em&gt; folder should open automatically, containing all the font files you want.  Open the Font Book utility, create a new collection called &amp;#8220;Vista&amp;#8221; (if you wish), and drag all the fonts files in the&amp;nbsp;window.&lt;/p&gt;
&lt;p&gt;That&amp;#8217;s it.  The new Vista fonts should be installed, ready to be used in any of your&amp;nbsp;applications!&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;img src="http://feeds.feedburner.com/~r/remiplourde/~4/sOJo0-9LVBQ" height="1" width="1"/&gt;</description>
     <comments>http://remiplourde.com/en/2008/10/how-to-install-colibri-and-other-new-vista-fonts-on-a-mac#comments</comments>
 <pubDate>Wed, 15 Oct 2008 13:11:57 +0000</pubDate>
 <dc:creator>remi</dc:creator>
 <guid isPermaLink="false">1172 at http://remiplourde.com</guid>
  <feedburner:origLink>http://remiplourde.com/en/2008/10/how-to-install-colibri-and-other-new-vista-fonts-on-a-mac</feedburner:origLink></item>
  <item>
    <title>Adobe CS3 installer on Vista disappears</title>
    <link>http://feedproxy.google.com/~r/remiplourde/~3/5WV7Pvrm3vs/adobe-cs3-installer-on-vista-disappears</link>
    <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;I had problems installing Adobe Creative Suite 3 on Windows Vista Home Premium.  After reading a few pages, I found a solution.  I had to reinstall Adobe Flash and Reader, but it worked for&amp;nbsp;me.&lt;/p&gt;
&lt;p&gt;From the bottom of the page at &lt;a href="http://www.vistax64.com/vista-general/88734-adobe-cs3-installation.html"&gt;http://www.vistax64.com/vista-general/88734-adobe-cs3-installation.html&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;[1] Install Microsoft &lt;a id="KonaLink6" class="kLink" href="http://www.vistax64.com/vista-general/88734-adobe-cs3-installation.html#" target="_top"&gt;&lt;span style="color: blue;"&gt;&lt;span class="kLink"&gt;Windows &lt;/span&gt;&lt;span class="kLink"&gt;Installer&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; CleanUp Utility from&lt;br /&gt;
&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_support_microsoft_com_kb_290301');" href="http://support.microsoft.com/kb/290301" target="_blank"&gt;http://support.microsoft.com/kb/290301&lt;/a&gt;&lt;br /&gt;
[2] Run the CS3Clean script from&lt;br /&gt;
&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_adobe_com_support_contact_cs3clean_html');" rel="nofollow" href="http://www.adobe.com/support/contact/cs3clean.html" target="_blank"&gt;http://www.adobe.com/support/contact/cs3clean.html&lt;/a&gt;.&lt;br /&gt;
Select the [undocumented] level 4 cleanup. This removes &lt;span class="caps"&gt;ALL&lt;/span&gt; Adobe&lt;br /&gt;
applications.&lt;br /&gt;
[3] Turn on User Account Control - may not be necessary, but it is for Adobe&lt;br /&gt;
Reader!&lt;br /&gt;
[4] Copy the Adobe &lt;span class="caps"&gt;CS3&lt;/span&gt; folder to your &lt;span class="caps"&gt;HD&lt;/span&gt;, right-click Setup and select Run&lt;br /&gt;
As&amp;nbsp;Administrator&lt;/p&gt;&lt;/blockquote&gt;
&lt;!-- google_ad_section_end --&gt;&lt;img src="http://feeds.feedburner.com/~r/remiplourde/~4/5WV7Pvrm3vs" height="1" width="1"/&gt;</description>
     <comments>http://remiplourde.com/en/2008/09/adobe-cs3-installer-on-vista-disappears#comments</comments>
 <pubDate>Tue, 16 Sep 2008 20:42:26 +0000</pubDate>
 <dc:creator>remi</dc:creator>
 <guid isPermaLink="false">1171 at http://remiplourde.com</guid>
  <feedburner:origLink>http://remiplourde.com/en/2008/09/adobe-cs3-installer-on-vista-disappears</feedburner:origLink></item>
  <item>
    <title>Ubuntu 8.04 on the Asus Eee PC 701</title>
    <link>http://feedproxy.google.com/~r/remiplourde/~3/X_OI7Cu-_i4/ubuntu-804-on-the-asus-eee-pc-701</link>
    <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;&lt;a href="/sites/remiplourde.com/files/2008/07/logo.png"&gt;&lt;img class="alignright size-thumbnail wp-image-23" title="logo" src="/sites/remiplourde.com/files/2008/07/logo.png" alt="Ubuntu Eee Logo" width="128" height="128" /&gt;&lt;/a&gt;A few months ago, I bought myself an &lt;a href="http://eeepc.asus.com/"&gt;Asus Eee &lt;span class="caps"&gt;PC&lt;/span&gt;&lt;/a&gt; 701 4G.  (The new Eee &lt;span class="caps"&gt;PC&lt;/span&gt; 900 is out now.)  The small laptop has a &lt;span class="caps"&gt;4GB&lt;/span&gt; solid-state drive (&lt;span class="caps"&gt;SSD&lt;/span&gt;, no hard drive), &lt;span class="caps"&gt;512MB&lt;/span&gt; of &lt;span class="caps"&gt;RAM&lt;/span&gt;, a small 800x480 &lt;span class="caps"&gt;LCD&lt;/span&gt; screen, a webcam, and a few other things.  The operating system installed is &lt;a href="http://www.xandros.com/"&gt;Xandros Linux&lt;/a&gt;, although it&amp;#8217;s possible to install any distribution of Linux and even Windows&amp;nbsp;&lt;span class="caps"&gt;XP&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The drive has two partitions by default, one with the system files and the other with your personal files.  They are both mounted as one file system using &lt;a href="http://www.filesystems.org/project-unionfs.html"&gt;&lt;em&gt;unionfs&lt;/em&gt;&lt;/a&gt;, with the changes of the later overwriting the former.  The advantage is if you mess up your &lt;span class="caps"&gt;OS&lt;/span&gt; and want to reset it back to factory defaults, you only need to restart the laptop, hold F9 for the &lt;a href="http://www.gnu.org/software/grub/"&gt;&lt;span class="caps"&gt;GRUB&lt;/span&gt;&lt;/a&gt; boot list, and select &amp;#8220;Restore,&amp;#8221; which will basically wipe your user partition.  This will make your laptop good as new&amp;nbsp;again.&lt;/p&gt;
&lt;p&gt;&lt;a href="/sites/remiplourde.com/files/2008/07/701f.jpg"&gt;&lt;img class="alignleft size-thumbnail wp-image-28" title="701f" src="/sites/remiplourde.com/files/2008/07/701f-150x129.jpg" alt="Asus Eee PC 701 4G" width="150" height="129" /&gt;&lt;/a&gt;However, I got a bit tired of Xandros.  I&amp;#8217;ve always been a fan of &lt;a href="http://ubuntu.com/"&gt;Ubuntu&lt;/a&gt; and &lt;a href="http://fedoraproject.org/"&gt;Fedora&lt;/a&gt; and I wanted one of them to be on my laptop instead.  Thankfully, installing Ubuntu 8.04 was really easy thanks to the Ubuntu Eee distro, available at &lt;a href="http://ubuntu-eee.com/"&gt;ubuntu-eee.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I had a &lt;span class="caps"&gt;1GB&lt;/span&gt; &lt;span class="caps"&gt;USB&lt;/span&gt; memory stick laying around, which was perfect for the installation of Ubuntu Eee.  I couldn&amp;#8217;t get the &lt;a href="http://unetbootin.sourceforge.net/"&gt;UNetbootin&lt;/a&gt; utility to work on my Xandros Linux as described, but using another computer, I was able to download the Ubuntu Eee &lt;span class="caps"&gt;ISO&lt;/span&gt; and transfer it to my memory stick, and make it bootable.  All I had to do after was to restart my computer, hit Esc at the &amp;#8220;Asus Eee&amp;#8221; logo (before the &lt;span class="caps"&gt;OS&lt;/span&gt; loads), and select my memory stick at the boot menu.  After starting with the live Ubuntu image on my memory stick, I was able to install it the complete version of Ubuntu Eee on my&amp;nbsp;computer.&lt;/p&gt;
&lt;p&gt;&lt;a href="/sites/remiplourde.com/files/2008/07/ubuntueeegold.png"&gt;&lt;img class="alignright size-thumbnail wp-image-27" title="ubuntueeegold" src="/sites/remiplourde.com/files/2008/07/ubuntueeegold-150x90.png" alt="Screenshot of Ubuntu Eee 7" width="150" height="90" /&gt;&lt;/a&gt;I wiped everything on the &lt;span class="caps"&gt;SSD&lt;/span&gt;, including the original system partition, but this is fine, since it can still be restored using a memory stick and the restore &lt;span class="caps"&gt;CD&lt;/span&gt; provided by Asus in the Eee &lt;span class="caps"&gt;PC&lt;/span&gt; box.  Besides, with storage as small as &lt;span class="caps"&gt;4GB&lt;/span&gt;, every byte&amp;nbsp;counts!&lt;/p&gt;
&lt;p&gt;Mostly everything is running smoothly with Ubuntu Eee &lt;span class="caps"&gt;PC&lt;/span&gt;.  I like its functionality and the look.  A few things have been adapted for the Eee &lt;span class="caps"&gt;PC&lt;/span&gt;, including the smaller font size.  But, there are a few things not working perfectly after the installation, like some function keys.  Fortunately, the Wiki of Ubuntu Eee provides useful documentation on how to fix some of those issues, including a problem which will not turn off your computer after you shut down from Ubuntu.  There is also &lt;a href="http://www.facebook.com/pages/Ubuntu-Eee/51856875275"&gt;a Facebook page about Ubuntu Eee&lt;/a&gt; where you can share your experience with others, even the maintainer of the distribution.  EeeUser.com also has a page about &lt;a href="http://wiki.eeeuser.com/getting_ubuntu_8.04_to_work_perfectly"&gt;how to make Ubuntu 8.04 work perfectly on the Eee &lt;span class="caps"&gt;PC&lt;/span&gt;&lt;/a&gt;; it&amp;#8217;s written for the original Ubuntu and not the slightly-modified version provided by Ubuntu Eee, but can still be&amp;nbsp;useful.&lt;/p&gt;
&lt;p&gt;A few more advantages Ubuntu Eee provides are features that were not supported by the default Xandros installation.  I was able to use a &lt;span class="caps"&gt;VPN&lt;/span&gt;, set up a firewall, and upgrade my &lt;span class="caps"&gt;RAM&lt;/span&gt; to&amp;nbsp;&lt;span class="caps"&gt;2GB&lt;/span&gt;!&lt;/p&gt;
&lt;p&gt;Generally, I love Ubuntu Eee and I should have installed it a long time ago.  (Ubuntu Eee 8.04 has only been available since last month,&amp;nbsp;however.)&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;img src="http://feeds.feedburner.com/~r/remiplourde/~4/X_OI7Cu-_i4" height="1" width="1"/&gt;</description>
     <comments>http://remiplourde.com/en/2008/07/ubuntu-804-on-the-asus-eee-pc-701#comments</comments>
 <pubDate>Thu, 10 Jul 2008 13:55:25 +0000</pubDate>
 <dc:creator>remi</dc:creator>
 <guid isPermaLink="false">1170 at http://remiplourde.com</guid>
  <feedburner:origLink>http://remiplourde.com/en/2008/07/ubuntu-804-on-the-asus-eee-pc-701</feedburner:origLink></item>
  <item>
    <title>JPEG CMYK images</title>
    <link>http://feedproxy.google.com/~r/remiplourde/~3/8bueQ_pwp-g/jpeg-cmyk-images</link>
    <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;&lt;a href="/sites/remiplourde.com/files/2008/07/cannot-be-displayed.png"&gt;&lt;img class="alignright size-medium wp-image-31" title="cannot-be-displayed" src="/sites/remiplourde.com/files/2008/07/cannot-be-displayed-300x111.png" alt="Firefox 2 Error Message: &amp;quot;The image cannot be displayed, because it contains errors.&amp;quot;" width="300" height="111" /&gt;&lt;/a&gt;Done with most of the &lt;a href="http://ctfjp.edojin.com/"&gt;Japan Pavilion&lt;/a&gt; Web site, I&amp;#8217;ve been told a few times the first two news article images in the “&lt;a href="http://ctfjp.edojin.com/en/about/media/"&gt;Media&lt;/a&gt;” section was not working.  Firefox 2 was giving the following error&amp;nbsp;message:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;The image cannot be displayed, because it contains&amp;nbsp;errors.&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Those &lt;span class="caps"&gt;JPEG&lt;/span&gt; images have been provided by the staff of the newspaper and it turns out the two images that can&amp;#8217;t be displayed were both in &lt;span class="caps"&gt;CMYK&lt;/span&gt; instead of the common &lt;span class="caps"&gt;RBG&lt;/span&gt; colour format.  Firefox 3 can display &lt;span class="caps"&gt;JPEG&lt;/span&gt; &lt;span class="caps"&gt;CMYK&lt;/span&gt; images just fine, but Firefox 2 and Internet Explorer 7&amp;nbsp;can&amp;#8217;t.&lt;/p&gt;
&lt;p&gt;I simply opened those &lt;span class="caps"&gt;CMYK&lt;/span&gt; images and re-saved them in &lt;span class="caps"&gt;RBG&lt;/span&gt;.  This solved the&amp;nbsp;problem.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;img src="http://feeds.feedburner.com/~r/remiplourde/~4/8bueQ_pwp-g" height="1" width="1"/&gt;</description>
     <comments>http://remiplourde.com/en/2008/07/08/jpeg-cmyk-images#comments</comments>
 <pubDate>Tue, 08 Jul 2008 20:15:55 +0000</pubDate>
 <dc:creator>remi</dc:creator>
 <guid isPermaLink="false">1169 at http://remiplourde.com</guid>
  <feedburner:origLink>http://remiplourde.com/en/2008/07/08/jpeg-cmyk-images</feedburner:origLink></item>
  </channel>
</rss>
