<?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>paulsynnott.com &#187; Technology</title>
	<atom:link href="http://www.paulsynnott.com/blog/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulsynnott.com/blog</link>
	<description>Did you get lost?  What are you doing here?</description>
	<lastBuildDate>Mon, 28 Dec 2009 19:13:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fix: PHP 5.2 and 5.3 crash Apache 2.2.14</title>
		<link>http://www.paulsynnott.com/blog/2009/12/21/php-5-2-and-5-3-crash-apache-2-2-14/</link>
		<comments>http://www.paulsynnott.com/blog/2009/12/21/php-5-2-and-5-3-crash-apache-2-2-14/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 20:25:26 +0000</pubDate>
		<dc:creator>psynnott</dc:creator>
				<category><![CDATA[How To Fix]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA["The requested operation has failed!"]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[appcrash]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.paulsynnott.com/blog/?p=98</guid>
		<description><![CDATA[Apache crashes after installing PHP with the error message "The requested operation has failed!"]]></description>
			<content:encoded><![CDATA[<p>Having just bought a new laptop, I went about installing Apache 2.2.14 and PHP 5.3.1 VC6 but quickly ran into problems when Apache flat out refused to load after PHP was installed.</p>
<p>The error Apache throws is &#8220;The requested operation has failed!&#8221;.</p>
<p><div id="attachment_99" class="wp-caption aligncenter" style="width: 310px"><img src="http://www.paulsynnott.com/blog/wp-content/uploads/2009/12/apachecrash-300x186.png" alt="Apache crashes after installing PHP" title="&quot;The requested operation has failed!&quot;" width="300" height="186" class="size-medium wp-image-99" /><p class="wp-caption-text">Apache crashes after installing PHP</p></div><br />
In event viewer, you will see something like:</p>
<blockquote><p>Faulting application name: httpd.exe, version: 2.2.14.0, time stamp: 0x4ac181d6<br />
Faulting module name: php5ts.dll, version: 5.3.1.0, time stamp: 0x4b051b35<br />
Exception code: 0xc0000005<br />
Fault offset: 0x000e618c<br />
Faulting process id: 0xd90<br />
Faulting application start time: 0x01ca81af664b1357<br />
Faulting application path: C:\Program Files (x86)\Apache Software Foundation\Apache2.2\bin\httpd.exe<br />
Faulting module path: C:\Program Files (x86)\PHP\php5ts.dll<br />
Report Id: a40dce43-eda2-11de-9f0c-005056c00008
</p></blockquote>
<p>To cut a long story short, I went through each line of the php.ini file seeing which one was causing the problem.  I narrowed it down to this extension:</p>
<blockquote><p>[PHP_SYBASE_CT]<br />
extension=php_sybase_ct.dll
</p></blockquote>
<p>Change to:</p>
<blockquote><p>[PHP_SYBASE_CT]<br />
;extension=php_sybase_ct.dll
</p></blockquote>
<p>Uncomment this extension by placing a semi colon in front, and Apache will load without any problem.</p>
<p>If you found this post helpful, leave a comment to let me know, thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulsynnott.com/blog/2009/12/21/php-5-2-and-5-3-crash-apache-2-2-14/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>How to: Hide drives in Explorer</title>
		<link>http://www.paulsynnott.com/blog/2009/04/08/how-to-hide-drives-in-explorer/</link>
		<comments>http://www.paulsynnott.com/blog/2009/04/08/how-to-hide-drives-in-explorer/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 12:48:45 +0000</pubDate>
		<dc:creator>psynnott</dc:creator>
				<category><![CDATA[How To Fix]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[explorer.exe]]></category>
		<category><![CDATA[hide drive]]></category>
		<category><![CDATA[hide drives]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[regedit.exe]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.paulsynnott.com/blog/?p=90</guid>
		<description><![CDATA[Recently I&#8217;ve been spending a lot of time in Explorer, copying multiple CDs and DVDs to a hard drive. When I ejected a disc, Explorer tries to select the following letter after the CD/DVD drive. This causes an error on my computer as the next drive is a multiformat card reader with no media in [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-91 alignnone" title="Explorer.exe: Insert Disk" src="http://www.paulsynnott.com/blog/wp-content/uploads/2009/04/insertdisk.png" alt="Explorer.exe: Insert Disk" width="347" height="137" /><br />
Recently I&#8217;ve been spending a lot of time in Explorer, copying multiple CDs and DVDs to a hard drive.  When I ejected a disc, Explorer tries to select the following letter after the CD/DVD drive.  This causes an error on my computer as the next drive is a multiformat card reader with no media in it.  Usually this is not a problem and I just click &#8220;OK&#8221; and continue on my way, but I have 400 discs to copy and the thought of clicking &#8220;OK&#8221; 400 times is not my idea of fun.</p>
<p style="text-align: left;">There is a fix however!  Hide the drives.  This way, Explorer won&#8217;t pop up the error because it can&#8217;t see the drive.  This may not work for everyone, but it does for me.  I rarely use the media reader so it is more convenient for me to just unhide the drives again when I&#8217;m finished with my disc copying.</p>
<p style="text-align: left;">Thanks to http://www.pcdrome.com where I found the following tweak:</p>
<blockquote style="text-align: left;"><p>Open your registry and find or create the key below.</p>
<p>The &#8220;NoDrives&#8221; value uses a 32-bit word to define local and network drive visibility for each logical drive in the computer. The lower 26 bits of the 32-bit word correspond to drive letters A through Z. Drives are visible when set to 0 and hidden when set to 1.</p>
<p>If you are not happy working in Hex, add these decimal numbers to hide the drive(s):</p>
<p>A: 1, B: 2, C: 4, D: 8, E: 16, F: 32, G: 64, H: 128, I: 256, J: 512, K: 1024, L: 2048, M: 4096, N: 8192, O: 16384, P: 32768, Q: 65536, R: 131072, S: 262144, T: 524288, U: 1048576, V: 2097152, W: 4194304, X: 8388608, Y: 16777216, Z: 33554432, ALL: 67108863</p>
<p>For example to hide drive A and drive D, you would add 1 (A) + 8 (D) which means the value should be set to &#8220;9&#8243;.</p>
<p>To disable all the drives set the value to &#8220;67108863&#8243;.</p>
<p style="text-align: left;">Restart Windows for the change to take effect.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.paulsynnott.com/blog/2009/04/08/how-to-hide-drives-in-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Fix:  Windows XP Task Manager Update Speed</title>
		<link>http://www.paulsynnott.com/blog/2009/03/19/how-to-fix-windows-xp-task-manager-update-speed/</link>
		<comments>http://www.paulsynnott.com/blog/2009/03/19/how-to-fix-windows-xp-task-manager-update-speed/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 07:43:02 +0000</pubDate>
		<dc:creator>psynnott</dc:creator>
				<category><![CDATA[How To Fix]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Task Manager]]></category>
		<category><![CDATA[update speed]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.paulsynnott.com/blog/?p=84</guid>
		<description><![CDATA[Windows XP Task Manager's default update interval is one second, however you cannot select this speed from within the menus - you only have a choice of 0.5 seconds, 2 seconds, and 4 seconds.  To get the 1 second interval back again, you have to edit your registry.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img title="Windows XP Task Manager" src="http://www.paulsynnott.com/blog/wp-content/uploads/2009/03/taskmanager.png" alt="Windows XP Task Manager (where Normal doesn't mean default)"/><br />
Windows XP Task Manager (where Normal doesn&#8217;t mean default)</p>
<p>I only just noticed this the other day when I was trying to resolve another unrelated problem.  I was using Task Manager to keep an eye on my CPU usage which spiked to 100% usage every 120 seconds or so.</p>
<p>The <strong>default</strong> behaviour of Task Manager is to update <strong>once every second</strong>, and if you check the Update Speed option in the menu, &#8220;Normal&#8221; is already selected.  That would lead you to believe that &#8220;Normal&#8221; is 1 second (High is every 0.5 seconds and Low is every 4 seconds).  The problem is, if you ever select anything in this menu &#8211; be it High, Normal, Low, or Paused &#8211; <strong>&#8220;Normal&#8221; will set the update interval to two seconds.</strong> It is impossible to get back to the default (and most useful) update interval of one second.  Simply, it&#8217;s bugged.</p>
<p>To get back to the default behaviour, you need to:</p>
<ul>
<li>Open Regedit.exe</li>
<li>Browse to<br />
<strong>HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\TaskManager</strong></li>
<li>Delete the string <em>Preferences</em></li>
<li>Restart Task Manager</li>
</ul>
<p>You will then have the default behavior of having an update interval of one second.  Thanks to Trogdor on the <a href="http://forums.firingsquad.com/firingsquad/board/message?board.id=software&amp;thread.id=6673" target="_blank">Firing Squad forums</a> for finding this solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulsynnott.com/blog/2009/03/19/how-to-fix-windows-xp-task-manager-update-speed/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dell UK starts selling Mini 10</title>
		<link>http://www.paulsynnott.com/blog/2009/02/26/dell-uk-starts-selling-mini-10/</link>
		<comments>http://www.paulsynnott.com/blog/2009/02/26/dell-uk-starts-selling-mini-10/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 14:44:32 +0000</pubDate>
		<dc:creator>psynnott</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA["Dell Mini 10"]]></category>
		<category><![CDATA["mini 10"]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[price]]></category>

		<guid isPermaLink="false">http://www.paulsynnott.com/blog/?p=79</guid>
		<description><![CDATA[It&#8217;s official, Dell UK has started selling the Mini 10 for 299 pounds for the 1.33GHz version or 329 pounds for the 1.6GHz version. You can buy it here. It won&#8217;t ship for another 3 weeks however.]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-80" title="dellmini10uk" src="http://www.paulsynnott.com/blog/wp-content/uploads/2009/02/dellmini10uk.jpg" alt="dellmini10uk"  /></p>
<p>It&#8217;s official, Dell UK has started selling the Mini 10 for 299 pounds for the 1.33GHz version or 329 pounds for the 1.6GHz version.</p>
<p>You can <a href="http://www1.euro.dell.com/content/products/productdetails.aspx/laptop-inspiron-10?c=uk&amp;cs=ukdhs1&amp;l=en&amp;s=dhs&amp;ref=homepg" target="_blank">buy it here.</a> It won&#8217;t ship for another 3 weeks however.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulsynnott.com/blog/2009/02/26/dell-uk-starts-selling-mini-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell Mini 10 details released</title>
		<link>http://www.paulsynnott.com/blog/2009/02/20/dell-mini-10-details-released/</link>
		<comments>http://www.paulsynnott.com/blog/2009/02/20/dell-mini-10-details-released/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 13:12:20 +0000</pubDate>
		<dc:creator>psynnott</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA["Dell Mini 10"]]></category>
		<category><![CDATA["mini 10"]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Netbook]]></category>

		<guid isPermaLink="false">http://www.paulsynnott.com/blog/?p=75</guid>
		<description><![CDATA[More details on the Dell Mini 10 have been released: http://en.community.dell.com/blogs/direct2dell/archive/2009/02/18/dell-s-mini-10-packs-a-punch.aspx Some things that jump out: QVC gets to sell it first&#8230; er&#8230; right. It will be available on Dell.com on February 26th &#8211; one day before my pre-announced release date here QVC price is $559 Weighs 2.86lbs 2 choices of Atom processor: Z520 or [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-76" title="Dell Mini 10" src="http://www.paulsynnott.com/blog/wp-content/uploads/2009/02/3291679082_a6a80565a6.jpg" alt="Dell Mini 10" width="500" height="396" /></p>
<p>More details on the Dell Mini 10 have been released:<br />
<a href="http://en.community.dell.com/blogs/direct2dell/archive/2009/02/18/dell-s-mini-10-packs-a-punch.aspx" target="_blank">http://en.community.dell.com/blogs/direct2dell/archive/2009/02/18/dell-s-mini-10-packs-a-punch.aspx</a></p>
<p>Some things that jump out:</p>
<ul>
<li>QVC gets to sell it first&#8230; er&#8230; right.</li>
<li>It will be available on Dell.com on February 26th &#8211; one day before my pre-announced release date <a href="http://www.paulsynnott.com/blog/2009/02/09/dell-mini-10-release-date-confirmed/" target="_blank">here</a></li>
<li>QVC price is $559</li>
<li>Weighs 2.86lbs</li>
<li>2 choices of Atom processor: Z520 or Z530</li>
<li>160GB 5400rpm HDD &#8230; no SSDs for the release <img src='http://www.paulsynnott.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </li>
<li>1GB of fixed RAM (non-upgradable)&#8230;. fail.</li>
<li>No Ubuntu for release &#8211; coming later this year.</li>
<li>GPS / TV Tuner / 720p screen all to be released later in the year.  Goddamit.</li>
</ul>
<p>Summary:  Not a lot of netbook for a lot of money.  I&#8217;m going to have to reconsider which netbook to buy now.</p>
<ul></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.paulsynnott.com/blog/2009/02/20/dell-mini-10-details-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sneaky WordPress Ninja&#8217;d My Footer.</title>
		<link>http://www.paulsynnott.com/blog/2009/02/12/sneaky-wordpress-ninjad-my-footer/</link>
		<comments>http://www.paulsynnott.com/blog/2009/02/12/sneaky-wordpress-ninjad-my-footer/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 02:05:44 +0000</pubDate>
		<dc:creator>psynnott</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.paulsynnott.com/blog/?p=30</guid>
		<description><![CDATA[Wordpress ninja'd my footer.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m new to wordpress, as you can probably tell by the default template and lack of plugins etc etc.  However, 1 day after installing it, it prompts me to download and install a new update.  I comply.</p>
<p>After updating wordpress, I went to bed satisfied knowing my wordpress was up to date and all my worries had been solved&#8230; or so I thought.   What I didn&#8217;t expect was for it to revert my customised footer (with page counter) back to the stoneage.  Without telling me.  Unfortunately, I only realised this after I woke up, thereby losing a good 8 or 9 hours of stats.</p>
<p>ありがとうワードプレスさん。  (Thank you Mr. WordPress).</p>
<p>Not.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulsynnott.com/blog/2009/02/12/sneaky-wordpress-ninjad-my-footer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell Mini 10 Release Date Confirmed!</title>
		<link>http://www.paulsynnott.com/blog/2009/02/09/dell-mini-10-release-date-confirmed/</link>
		<comments>http://www.paulsynnott.com/blog/2009/02/09/dell-mini-10-release-date-confirmed/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 13:11:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA["Dell Mini 10"]]></category>
		<category><![CDATA["mini 10"]]></category>
		<category><![CDATA["release date"]]></category>
		<category><![CDATA[confirmed]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[HDD]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[leak]]></category>
		<category><![CDATA[price]]></category>
		<category><![CDATA[SSD]]></category>

		<guid isPermaLink="false">http://www.paulsynnott.com/blog/?p=4</guid>
		<description><![CDATA[Dell Mini 10 due to be released on February 27th, 2009!]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-medium wp-image-17 aligncenter" title="Dell Mini 10" src="http://www.paulsynnott.com/blog/wp-content/uploads/2009/02/dell_mini_inspiron_02-300x248.jpg" alt="Dell Mini 10" width="300" height="248" /></p>
<p><strong>The Dell Mini 10 is due to be released in the UK on February 27th, 2009! </strong></p>
<p>I&#8217;ve been following the slow trickle of information released about the Dell Mini 10 for about a month now, and got a little fed up of clicking my bookmarked link to Google with the keywords &#8220;dell mini 10 release date&#8221;.  So, I clicked on over to dell.co.uk and pulled up a seat in their live chat.  To be honest with you, I didn&#8217;t expect them to give me the time of day, never mind the answers to the questions I was about to ask.</p>
<p><span style="color: #000000;">After a few seconds, a Dell agent named Avinash came in and 2 lines of pasted text appeared.  Not a good start I thought.  Please excuse the lack of proper formatting as this is not a copy/paste from the original log.  The original log is displayed at the bottom of this post.</span></p>
<blockquote><p><span style="color: #800000;">Paul Synnott: Initial Question/Comment: Hello, I am waiting eagerly for the release of the Dell Mini 10.  Is there any hint of a release date?  A general ball-park &#8230;.</span><br />
System: Avinash_K_Kumar has joined this session!<br />
System: Connected with Avinash_K_Kumar<br />
<span style="color: #800000;">Paul Synnott: A general ball park date would be appreciated so I can plan my finances thank you</span><br />
<span style="color: #0000ff;">Avinash_K_Kumar: Thank you for contacting Dell sales chat.  This is Avinash, your Sales Advisor.  Please give me a moment while I review your query.<br />
Avinash_K_Kumar: In order to Help you better can you provide me with your email address and Telephone number in case we get Disconnected so I can either come back to you by phone or email</span><span style="color: #0000ff;"> </span></p></blockquote>
<p>However, things very quickly got exciting when after asking me to wait 2-3 minutes for the details to my question, he says:</p>
<blockquote><p><span style="color: #0000ff;">Avinash_K_Kumar: So Paul the mini 10 is being launched on 27th of this month!!!</span></p></blockquote>
<p>You read it right, the <strong>Dell Mini 10</strong> is being released on <strong>February 27th, 2009</strong>!!  Wow.  A clear, concise answer to my question.  I was speechless, but not for long!  I quickly got a few more questions in before Avinash came to his senses:</p>
<blockquote><p><span style="color: #800000;">Paul Synnott: I have a question about the power cable that will come with it&#8230; as you know, compactness is the key for the Mini, will the power block be the tiny one like the Mini 9, or a huge block like the other laptops?</span><br />
<span style="color: #0000ff;">Avinash_K_Kumar: its going to be the smaller one like the mini 9</span></p></blockquote>
<p><span style="color: #0000ff;"><span style="color: #000000;">Awesome.  No huge power block to carry around.  Winner.  Onto the next question:</span></span></p>
<blockquote><p><span style="color: #0000ff;"><span style="color: #000000;"><span style="color: #800000;">Paul Synnott: one last question, I&#8217;ve seen the &#8220;leaked&#8221; slide about the specs, I&#8217;m a little disappointed it shows 2 HDDs and no SSDs for the storage options.  Are SSDs definately not being included as an option?</span><br />
</span></span><span style="color: #0000ff;"><span style="color: #0000ff;">Avinash_K_Kumar:  We are working on that.. we sure feel that SSDs are a must for any compact machine.. but pricing also comes into picture if we include SSDs.. so will have the info in the last week of this month..</span></span></p></blockquote>
<p><span style="color: #0000ff;"><span style="color: #000000;">Understandable.  Let&#8217;s keep our fingers crossed that Dell can do some magic.  Ok, now for my actual last question:</span></span></p>
<blockquote><p><span style="color: #800000;">Paul Synnott:  (oh, forgot to ask, any prices for it yet? <img src='http://www.paulsynnott.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</span><span style="color: #0000ff;"><span style="color: #000000;"><br />
<span style="color: #0000ff;">Avinash_K_Kumar: Prices have not been decided yet but its going to be around the price of the Mini 12.. slightly cheaper though..</span></span></span></p></blockquote>
<p><span style="color: #0000ff;"><span style="color: #000000;"><span style="color: #0000ff;"><span style="color: #000000;">So, around 300-350 pounds I&#8217;m guessing.  Reasonable.</span></span></span></span></p>
<p>I don&#8217;t know about you, but I can&#8217;t wait.  It looks like a great machine and I&#8217;ll be first in the queue to buy it.  Full chat log below, made public with Avinash&#8217;s permission.</p>
<p style="text-align: center;"><a title="Dell Mini 10 release date" href="http://www.paulsynnott.com/blog/wp-content/uploads/2009/02/dellmini10.jpg" target="_blank"><img class="size-thumbnail wp-image-5" title="dellmini10" src="http://www.paulsynnott.com/blog/wp-content/uploads/2009/02/dellmini10-150x150.jpg" alt="Dell Mini 10 release date chat log" width="150" height="150" /></a><br />
Dell Mini 10 release date chat log</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulsynnott.com/blog/2009/02/09/dell-mini-10-release-date-confirmed/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
