<?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; Software</title>
	<atom:link href="http://www.paulsynnott.com/blog/category/technology/software/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>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>
	</channel>
</rss>
