<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CoderDan</title>
	<atom:link href="http://www.coderdan.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coderdan.com</link>
	<description>My thoughts on programming, technology and business</description>
	<lastBuildDate>Sat, 26 Jun 2010 16:04:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Quick Fix for the Fedora DNSSEC Issue</title>
		<link>http://www.coderdan.com/2010/06/quick-fix-for-the-fedora-dnssec-issue/</link>
		<comments>http://www.coderdan.com/2010/06/quick-fix-for-the-fedora-dnssec-issue/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 16:03:52 +0000</pubDate>
		<dc:creator>Daniel Negrea</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dnssec]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[named]]></category>

		<guid isPermaLink="false">http://www.coderdan.com/?p=64</guid>
		<description><![CDATA[After a routing update, Fedora 12 has some problems with the DNS service. The named service fails to start with with the following error: Error in named configuration: /etc/pki/dnssec-keys//named.dnssec.keys:1: open: /etc/pki/dnssec-keys//production/bg.conf: file not found The update was not a fortunate one and an official fix will probably be issued soon. A quick way is to [...]]]></description>
			<content:encoded><![CDATA[<p>After a routing update, Fedora 12 has some problems with the DNS service. The named service fails to start with with the following error:</p>
<p><code>Error in named configuration:<br />
/etc/pki/dnssec-keys//named.dnssec.keys:1: open: /etc/pki/dnssec-keys//production/bg.conf: file not found</code></p>
<p>The update was not a fortunate one and an official fix will probably be issued soon. A quick way is to disable the DNSSEC options in named. Edit /etc/named.conf and comment the following lines:<br />
<code><br />
      dnssec-enable yes;<br />
      dnssec-validation yes;<br />
      dnssec-lookaside . trust-anchor dlv.isc.org.;<br />
</code><br />
 and at the bottom:<br />
<code><br />
include "/etc/pki/dnssec-keys//named.dnssec.keys";<br />
include "/etc/pki/dnssec-keys//dlv/dlv.isc.org.conf";<br />
</code><br />
The DNSSEC features ads digital signatures to your DNS queries. If you need this, keep searching for other solutions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coderdan.com/2010/06/quick-fix-for-the-fedora-dnssec-issue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple Web Server</title>
		<link>http://www.coderdan.com/2010/05/simple-web-server/</link>
		<comments>http://www.coderdan.com/2010/05/simple-web-server/#comments</comments>
		<pubDate>Wed, 26 May 2010 13:37:44 +0000</pubDate>
		<dc:creator>Daniel Negrea</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.coderdan.com/?p=59</guid>
		<description><![CDATA[If you need a very simple web server to transfer some files you can run: python -m SimpleHTTPServer 80 and you will create a simple web server serving files from the current directory.]]></description>
			<content:encoded><![CDATA[<p>If you need a very simple web server to transfer some files you can run:<br />
<code>python -m SimpleHTTPServer 80</code><br />
and you will create a simple web server serving files from the current directory. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.coderdan.com/2010/05/simple-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strange ArchLinux Error</title>
		<link>http://www.coderdan.com/2010/05/strange-archlinux-error/</link>
		<comments>http://www.coderdan.com/2010/05/strange-archlinux-error/#comments</comments>
		<pubDate>Tue, 25 May 2010 11:16:42 +0000</pubDate>
		<dc:creator>Daniel Negrea</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ArchLinux]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://www.coderdan.com/?p=55</guid>
		<description><![CDATA[Arch Linux is a lightweight and simple distribution as they claim on the website. I am interested in a rolling release system without the headaches of Gentoo. The first setup was strange, I have no problems with an ugly console GUI but the entire experience was counterintuitive. On example that gave me some headaches was [...]]]></description>
			<content:encoded><![CDATA[<p>Arch Linux is a lightweight and simple distribution as they claim on the website. I am interested in a rolling release system without the headaches of Gentoo. The first setup was strange, I have no problems with an ugly console GUI but the entire experience was counterintuitive. </p>
<p>On example that gave me some headaches was at &#8220;Configure System&#8221; step. There was a strange error &#8220;Failed to import current network settings into target system&#8221; and all configuration files were empty. It took me sometime to figure the cause and here is this post in case somebody else has this problem. There was an error downloading one of the packages (dhcpd) and the setup program just continued without a proper notification. To recover from this you have to go back to the &#8220;Install Packages&#8221; step (only the missing packages are downloaded) until everything is downloaded.</p>
<p>There were a lot of small things that added up and in the end too many headaches just for a basic setup. I will check it again in after some time passes and maybe it will get better.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coderdan.com/2010/05/strange-archlinux-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today&#8217;s Date</title>
		<link>http://www.coderdan.com/2010/02/todays-date/</link>
		<comments>http://www.coderdan.com/2010/02/todays-date/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 15:58:39 +0000</pubDate>
		<dc:creator>Daniel Negrea</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://www.coderdan.com/?p=51</guid>
		<description><![CDATA[The computer clock was way in the past (some CMOS problems) so windows Internet Time did not allow for an update. I googled &#8220;what date is today&#8221; and the first two sites in the serp use javascript to display the current date and a friendly invitation to buy ads on the website. Javascript is client [...]]]></description>
			<content:encoded><![CDATA[<p>The computer clock was way in the past (some CMOS problems) so windows Internet Time did not allow for an update. I googled &#8220;what date is today&#8221; and the first two sites in the serp use javascript to display the current date and a friendly invitation to buy ads on the website. Javascript is client side so the current date is taken from the same computer (with the date off). I get the same date as the computer is telling me so the website does not solve my problem and I am off to another website: no time for ads and even if I click something there is a big chance that the tracking will be confused. This is a case where you get #1 in google and you just waste your website bandwidth.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coderdan.com/2010/02/todays-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pushing Bits and Steel</title>
		<link>http://www.coderdan.com/2010/01/pushing-bits-and-steel/</link>
		<comments>http://www.coderdan.com/2010/01/pushing-bits-and-steel/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 20:12:52 +0000</pubDate>
		<dc:creator>Daniel Negrea</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://www.coderdan.com/?p=48</guid>
		<description><![CDATA[I enjoy coding, I hardly see myself doing anything else for a living. I get satisfaction from pushing bits, transforming data and most of my work is 100% virtual. I am very proud of some of my code that runs uninterrupted for years or that I get to work with genetic algorithms and neural networks [...]]]></description>
			<content:encoded><![CDATA[<p>I enjoy coding, I hardly see myself doing anything else for a living. I get satisfaction from pushing bits, transforming data and most of my work is 100% virtual. I am very proud of some of my code that runs uninterrupted for years or that I get to work with genetic algorithms and neural networks to solve some obscure, math problem. I have an almost ideal geeky job. It is quite difficult to explain what I do to regular people and the fact that I usually work on backend stuff does not help at all.</p>
<p>I am working on a small project &#8211; nothing complicated (some php&amp;mysql stuff). It is the type of project where most of the challenge is in getting the requirements and helping the client to define the job. This particular case is even easier as the client has good IT skills and knows what he wants.</p>
<p>Today I got a pleasant surprise. He made a small movie about his work. It takes a lot of effort, technology and coordination to load a huge ship with heavy steel coils and keep track of everything in an environment that leaves little room for mistakes. He integrated everything (including my work) to make things run efficiently and the result is something to be proud of.</p>
<p>I got a very pleasant feeling to see how my work touches the real world in such a raw way (tons of steel, a big ship and the ocean …) and it is an interesting change from usual 100% virtual stuff. This movie changed the project from a simple job to something a bit special.</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/EfTJGr7diV0&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/EfTJGr7diV0&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coderdan.com/2010/01/pushing-bits-and-steel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cygwin update</title>
		<link>http://www.coderdan.com/2009/12/cygwin-update/</link>
		<comments>http://www.coderdan.com/2009/12/cygwin-update/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 17:46:53 +0000</pubDate>
		<dc:creator>Daniel Negrea</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.coderdan.com/?p=43</guid>
		<description><![CDATA[Cygwin is one way to have a Linux like environment on Windows. It is a superior alternative to the command prompt, it is great for occasional text processing. I used the included ssh client to connect to remote linux servers and it works well with a little exception:  many programs using more advanced terminal capabilities [...]]]></description>
			<content:encoded><![CDATA[<p>Cygwin is one way to have a Linux like environment on Windows. It is a superior alternative to the command prompt, it is great for occasional text processing. I used the included ssh client to connect to remote linux servers and it works well with a little exception:  many programs using more advanced terminal capabilities had weird artifacts, characters out of place, etc. Once, I tried to look for a fix, some terminal settings on client side or server side but nothing worked. Today I updated to the new Cygwin (1.7.1-1) and the issue was solved. Here is a screenshot of Midnight Commander running on a remote linux server.</p>
<p><a href="http://www.coderdan.com/wp-content/uploads/2009/12/mc.png"><img class="alignnone size-full wp-image-44" title="Midnight Commander (mc)" src="http://www.coderdan.com/wp-content/uploads/2009/12/mc.png" alt="Midnight Commander (mc)" width="668" height="331" /></a></p>
<p>I did not use it for some time but I am glad to see it working.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coderdan.com/2009/12/cygwin-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a Pdf in Php Using Tcpdf</title>
		<link>http://www.coderdan.com/2009/12/how-to-create-a-pdf-in-php-using-tcpdf/</link>
		<comments>http://www.coderdan.com/2009/12/how-to-create-a-pdf-in-php-using-tcpdf/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 16:40:30 +0000</pubDate>
		<dc:creator>Daniel Negrea</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tcpdf]]></category>

		<guid isPermaLink="false">http://www.coderdan.com/?p=28</guid>
		<description><![CDATA[There are several ways to generate PDF files in PHP. Each has its strengths and weaknesses. TCPDF strikes a good balance although it is far from ideal.]]></description>
			<content:encoded><![CDATA[<p>There are several ways to generate PDF files in PHP. Each has its strengths and weaknesses. TCPDF strikes a good balance although it is far from ideal.</p>
<p>The best way to transform some web page to php is to let the user print it. With some free software like <a href="http://www.pdfforge.org/">PDFCreator</a>, you can get far better results than anything you can achieve using the available php libraries. Sometimes a client really wants this option or you need to generate some kind of report on the fly. This is when <a href="http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf">TCPDF</a> is a good choice.</p>
<p>There is no special handling to use the library. You can download it, unpack it and include it in your project. For some advanced features, you might need to allow writing in the <em>cache</em> and <em>images</em> folders. To use it, you include the <strong>tcpdf.php</strong> file and some configuration file. You will need to make a custom configuration for more advanced features but the default one will work in most cases.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'tcpdf/config/lang/eng.php'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'tcpdf/tcpdf.php'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>If you use the library from a cronjob or command line you might get this error: <strong>PHP Notice:  Undefined variable: k_path_url in tcpdf\config\tcpdf_config.php on line 75</strong></p>
<p>This is where a custom configuration file is useful but the fastest way to fix it is to just initialize that variable ahead of the config file. It will work for most of the tasks.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$k_path_url</span><span style="color: #339933;">=</span><span style="color: #0000ff;">''</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'tcpdf/config/lang/eng.php'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'tcpdf/tcpdf.php'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>The functionality is available using the <strong>TCPDF</strong> class. I think the OOP approach stops here because there are no other classes used (with a minor exception) and I assume the author took this path to compensate for the lack of name spaces in PHP.</p>
<p>The flow is simple: create a TCPDF class, call its methods to generate pages, text and drawings and then save the content. Here is an example:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'tcpdf/config/lang/eng.php'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'tcpdf/tcpdf.php'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// create new PDF document</span>
<span style="color: #000088;">$pdf</span> <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> TCPDF<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
&nbsp;
<span style="color: #666666; font-style: italic;">// set font</span>
<span style="color: #000088;">$pdf</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">SetFont</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'times'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">''</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">16</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// add a page</span>
<span style="color: #000088;">$pdf</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">AddPage</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// print a line</span>
<span style="color: #000088;">$pdf</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">Cell</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'Some text'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// print html formated text</span>
<span style="color: #000088;">$pdf</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">writeHtml</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Html text:&lt;br /&gt;&lt;b&gt;Bold&lt;/b&gt;'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// draw a circle</span>
<span style="color: #000088;">$pdf</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">Circle</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">30</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">30</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">10</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">//Close and output PDF document</span>
<span style="color: #000088;">$pdf</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">Output</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'out.pdf'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'F'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>The library includes a set of examples to demonstrate what it can do.</p>
<p>A TCPDF object maintains internal coordinates used to write text and html with Cell and writeHtml. These methods (and some other related) use these coordinates to maintain the flow of text on the page and add new pages if needed.  They also take into consideration the page margins and headers. The drawing functions are relative to the origin of the page and do not use the Cell coordinates system. This will complicate the job for reports requiring a good layout and a lot of drawing.</p>
<p>The html support is limited. The html needs to be well formatted and only a limited set of tags is supported. There is no error handling for unsupported html so in the best case you will only get some strange php warnings like division by zero and others. You will have to specify the width of the table cells to maintain a minimal control of the layout because the tables are not rendered/positioned as in an usual browser.  I advise against using tables to control the layout of the pdf pages. I assume you read something similar as a web developer.</p>
<p>As a conclusion, I avoid generating complex PDF files in php. TCPDF is the best for the task but it has limited functionality, a poor API and little documentation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coderdan.com/2009/12/how-to-create-a-pdf-in-php-using-tcpdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canon CanoScan LiDE 100 Review</title>
		<link>http://www.coderdan.com/2009/10/canon-canoscan-lide-100-review/</link>
		<comments>http://www.coderdan.com/2009/10/canon-canoscan-lide-100-review/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 14:23:58 +0000</pubDate>
		<dc:creator>Daniel Negrea</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Canon]]></category>
		<category><![CDATA[CanoScan LiDE 100]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[scanner]]></category>

		<guid isPermaLink="false">http://www.coderdan.com/?p=19</guid>
		<description><![CDATA[Yesterday I needed a scanner for a small job. I was in a bit of a hurry so I just entered an online shop that I used before. Canon CanoScan LiDE 100 had a couple of good reviews and it was cheap. I made a quick search about it, I found out that it has [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I needed a scanner for a small job. I was in a bit of a hurry so I just entered an online shop that I used before. Canon CanoScan LiDE 100 had a couple of good reviews and it was cheap. I made a quick search about it, I found out that it has no drivers for Linux and Canon is not so open source friendly. I intend to use the scanner with Windows XP; it is not an essential hardware so I placed an order.  The delivery was today, 30 minutes ahead of the announced hour (I was impressed).</p>
<p>It came with in a shiny package.  It contained the scanner, an USB cable, a CD with drivers and software and some short instructions. I installed the driver and software from the CD.  Obviously, everything has to go to the C drive and there is the now more and more usual application to snoop and report everything you do with the scanner via internet to Canon plus something to run at startup.</p>
<p>I restarted the computer, I logged in and I got a nice blue screen: PFN_LIST_CORRUPT (0x0000004E). That is the Windows way of saying that you have a driver with some bugs; it has to stop to avoid additional mess. My heart filled with warm thoughts toward Canon and I restarted the computer (second time’s a charm). Everything is fine and the system is stable. I unlock the scanner, I plug it in the computer, Windows sees the device and everything is fine.</p>
<p>I started MP Navigator EX (the software) and tried to scan something. ScanGear (that would be the driver) informed me:</p>
<pre>Cannot communicate with scanner.
Cable may be disconnected or scanner may be turned off.
Check status.
Scanner driver will be closed.</pre>
<p><img class="alignnone size-full wp-image-20" title="CanoScan_LiDE_100_Error" src="http://www.coderdan.com/wp-content/uploads/2009/10/CanoScan_LiDE_100_Error.png" alt="CanoScan_LiDE_100_Error" width="354" height="139" /></p>
<p>The cable looks properly plugged but indeed the scanner does not light up or makes any noises. It has no power off button and nothing is mentioned in the instructions. I do not know where or what status should I check and I cannot really understand “Scanner driver will be closed.”</p>
<p>I remembered the previous crash so I uninstalled everything, cleaned the registry and installed everything again.  It did crash as it did the first time but I got the same error.</p>
<p>I discover many people with this problem after some Google searches. I tried different things, including the latest drivers and software from the not so friendly Canon website, I checked that WIA (Windows Image Acquisition) service is running, I unplugged all other USB devices, I changed the ports but nothing worked.</p>
<p>I was convinced the scanner is broken and I was ready to call the shop and complain about it but I have another Windows computer (same Windows XP SP3 with latest patches). I installed the driver and software from the website. I plugged the scanner and some noise came out of it. The software gave me a different message this time about calibration in I scanned the first image, a post card:<img class="alignnone size-full wp-image-21" title="PostCard" src="http://www.coderdan.com/wp-content/uploads/2009/10/PostCard.jpg" alt="PostCard" width="800" height="600" /></p>
<p>The scanner works fine, the post card is weird.</p>
<p>My guess is that there is some conflict with some other existing hardware or software on the first computer. There was not help in detecting what was the problem.</p>
<p>My conclusions:</p>
<ul>
<li>research a bit more for future purchases. Three reviews on a shopping site do not say much.</li>
<li>think twice about buying Canon products.</li>
<li>think twice about buying hardware without Linux drivers. This might be biased but I noticed that well documented hardware has Linux drivers (usually made by the community) and good Windows drivers. This scanner had little to no documentation and troubleshooting information.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.coderdan.com/2009/10/canon-canoscan-lide-100-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Blog</title>
		<link>http://www.coderdan.com/2009/09/my-blog/</link>
		<comments>http://www.coderdan.com/2009/09/my-blog/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 00:47:36 +0000</pubDate>
		<dc:creator>Daniel Negrea</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.coderdan.com/?p=14</guid>
		<description><![CDATA[This is the real first post on this blog.  The old page was stale and mostly just a place to give my contact info.  The new website should help my business. What I want from this blog: a place to collect my thoughts note some tips/tricks for future reference give a chance to prospective clients [...]]]></description>
			<content:encoded><![CDATA[<p>This is the real first post on this blog.  The old page was stale and mostly just a place to give my contact info.  The new website should help my business. What I want from this blog:</p>
<ul>
<li> a place to collect my thoughts</li>
<li> note some tips/tricks for future reference</li>
<li> give a chance to prospective clients to know how I think</li>
<li> get some page rank and inbound links to my websites</li>
</ul>
<p>All this can be achieved with some extra work:</p>
<ul>
<li>I have to keep this blog updated (an estimated 60% to 80% of the blogs are abandoned or not updated in the first two months)</li>
<li> maintain another application on this server</li>
<li>fight blog spam</li>
<li>write coherent and intelligent posts in English</li>
</ul>
<p>I have zero readers, zero page rank and zero interesting posts. I hope the situation will be better in year from now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coderdan.com/2009/09/my-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
