<?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>My Quick Fix &#187; Windows</title>
	<atom:link href="http://myquickfix.co.uk/index.php/category/computers/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://myquickfix.co.uk</link>
	<description>Quick fixes for niggly problems...</description>
	<lastBuildDate>Thu, 24 Sep 2009 15:10:50 +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>&quot;JFolder::create: Could not create directory&quot; error in Joomla 1.5.* on IIS.</title>
		<link>http://myquickfix.co.uk/index.php/2009/07/jfolder-create-could-not-create-directory/</link>
		<comments>http://myquickfix.co.uk/index.php/2009/07/jfolder-create-could-not-create-directory/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 09:46:14 +0000</pubDate>
		<dc:creator>hutch</dc:creator>
				<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[temporary]]></category>
		<category><![CDATA[tmp]]></category>

		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=552</guid>
		<description><![CDATA[Problem
When trying to add a Plugin, Component or Module in Joomla&#8217;s Extension Manager, you might get the following error:
JFolder::create: Could not create directory
Warning! Failed to move file.
Shown here:

This is likely &#8211; but not definitely &#8211; to be after the site has been moved from location to another, a change of directory, or server.
Solution
When a Component, Plugin or Module is added, the Joomla system attempts to copy the installable zip to a temporary directory, called &#8216;tmp&#8216;. From there, PHP extracts the files and installs them. The error above usually occurs for ...]]></description>
			<content:encoded><![CDATA[<h2>Problem</h2>
<p>When trying to add a Plugin, Component or Module in Joomla&#8217;s Extension Manager, you might get the following error:</p>
<p><span style="color: #ff0000;">JFolder::create: Could not create directory<br />
Warning! Failed to move file.</span></p>
<p>Shown here:</p>
<p><img class="size-full wp-image-551 alignnone" title="Error showing in extension manager" src="http://www.myquickfix.co.uk/wp-content/uploaded/2009/07/joomla-Jfolder1.png" alt="Error showing in extension manager" width="300" height="300" /></p>
<p>This is likely &#8211; but not definitely &#8211; to be after the site has been moved from location to another, a change of directory, or server.</p>
<h2>Solution</h2>
<p>When a Component, Plugin or Module is added, the Joomla system attempts to copy the installable zip to a temporary directory, called &#8216;<strong>tmp</strong>&#8216;. From there, PHP extracts the files and installs them. The error above usually occurs for one or more of the following reasons (in order of likelihood):</p>
<p><strong>The path to the &#8216;tmp&#8217; directory is wrong in the Joomla configuration file</strong></p>
<p>In the Joomla installation root, find the file called &#8216;configuration.php&#8217;. In this file there should be a line with that says something like:</p>
<p><em>var $tmp_path = &#8216;C:\\path\\to\\your\\cms\\tmp&#8217;;</em></p>
<p>A masked live example is shown here:</p>
<p><img class="alignnone size-full wp-image-550" title="Correct path to tmp directory" src="http://www.myquickfix.co.uk/wp-content/uploaded/2009/07/joomla-Jfolder2.png" alt="Correct path to tmp directory" width="450" height="200" /></p>
<p>Check that this path is correct, and that the &#8216;tmp&#8217; directory truly does sit in that location. In this example, the directory would need to be here: d<em>:\clients\sites\[my client]\tmp.</em></p>
<p><strong>The temporary exists, but is not &#8216;writable&#8217;</strong></p>
<p>If the &#8216;tmp&#8217; directory has the wrong permissions, the web service won&#8217;t be able to copy the installer files to it. To check/correct this you will need  access to the server physically, or via a remote admin method like <a href="http://en.wikipedia.org/wiki/Remote_Desktop_Protocol">RDP</a> (terminal services), <a href="http://en.wikipedia.org/wiki/Vnc">VNC</a> or similar.</p>
<p>Find the &#8216;tmp&#8217; directory in the web root, and view the permissions. The IIS Guest account, called &#8216;IUSR_[machinename]&#8216;, needs to be given &#8216;modify&#8217; privileges. Example shown below:</p>
<p><img class="alignnone size-full wp-image-566" title="giving IUSR account modify permissions" src="http://www.myquickfix.co.uk/wp-content/uploaded/2009/07/joomla-Jfolder3.png" alt="giving IUSR account modify permissions" width="368" height="474" /></p>
<p><strong>The temporary directory doesn&#8217;t exist</strong></p>
<p>To check this, navigate to your web root (often wwwroot) and check that a directory called &#8216;<strong>tmp</strong>&#8216; exists. This directory should have been created when the Joomla was installed, but it&#8217;s conceivable that it might have been deleted&#8230; maybe? If it doesn&#8217;t exist, create it, and make sure its &#8216;writable&#8217; (see previous step).</p>
<p>If none of this works, or you spot a mistake,  post a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://myquickfix.co.uk/index.php/2009/07/jfolder-create-could-not-create-directory/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Keyboard switching languages &#8211; Double quotes (&quot;) and &#039;at&#039; sign (@) reversed.</title>
		<link>http://myquickfix.co.uk/index.php/2009/06/keyboard-switching-languages-double-quotes-and-at-sign-reversed/</link>
		<comments>http://myquickfix.co.uk/index.php/2009/06/keyboard-switching-languages-double-quotes-and-at-sign-reversed/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 15:14:24 +0000</pubDate>
		<dc:creator>hutch</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[input language]]></category>
		<category><![CDATA[keyboard]]></category>

		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=413</guid>
		<description><![CDATA[Problem
Every so often when I&#8217;m typing, usually when I&#8217;m coding because I use so many shortcuts, the at sign &#8216;@&#8217; and double quotes (&#8220;) get swapped. Annoying!
Solution
When this happens it&#8217;s because I&#8217;ve accidentally pressed &#8216;Shift + Alt&#8217;. THis key combo causes Windows to switch my keyboard (input) language to US. The easiest way to stop this happening, is disable the &#8216;Shift+Alt&#8217; shortcut:
1) From &#8216;Control Panel&#8217;, open the &#8216;Regional and Language Options&#8217;.
2) In &#8216;Regional and Language Options&#8217; window, select the &#8216;Languages&#8217; tab, and click the &#8216;Details&#8217; button inside the &#8216;Text services and ...]]></description>
			<content:encoded><![CDATA[<h2>Problem</h2>
<p>Every so often when I&#8217;m typing, usually when I&#8217;m coding because I use so many shortcuts, the at sign &#8216;@&#8217; and double quotes (&#8220;) get swapped. Annoying!</p>
<h2>Solution</h2>
<p>When this happens it&#8217;s because I&#8217;ve accidentally pressed &#8216;Shift + Alt&#8217;. THis key combo causes Windows to switch my keyboard (input) language to US. The easiest way to stop this happening, is disable the &#8216;Shift+Alt&#8217; shortcut:</p>
<p>1) From &#8216;Control Panel&#8217;, open the &#8216;Regional and Language Options&#8217;.</p>
<p>2) In &#8216;Regional and Language Options&#8217; window, select the &#8216;Languages&#8217; tab, and click the &#8216;Details&#8217; button inside the &#8216;Text services and input languages&#8217; section.</p>
<p><img class="size-full wp-image-418  alignnone" title="Regional and language options" src="http://www.myquickfix.co.uk/wp-content/uploaded/2009/06/key-lang-1.png" alt="Select the Details button under the Languages tab" width="404" height="326" /></p>
<p>3) In the &#8216;Settings&#8217; tab, click the &#8216;Key Settings&#8217; button.</p>
<p><img class="size-full wp-image-419   alignnone" title="Regional and language options" src="http://www.myquickfix.co.uk/wp-content/uploaded/2009/06/key-lang-2.png" alt="Selecting Key Settings" width="404" height="485" /></p>
<p>4) In the &#8216;Hot keys..&#8217; section, highlight the action &#8216;Switch between input languages&#8217; and then click the &#8216;Change Key Sequence&#8217; button.</p>
<p><img class="alignnone size-full wp-image-420" title="Selecting key settings" src="http://www.myquickfix.co.uk/wp-content/uploaded/2009/06/key-lang-3.png" alt="Selecting key settings" width="414" height="297" /></p>
<p>5) Un-tick BOTH tickboxes.</p>
<p><img class="alignnone size-full wp-image-417" title="Switch off shortcuts" src="http://www.myquickfix.co.uk/wp-content/uploaded/2009/06/key-lang-4.png" alt="Switch off shortcuts" width="434" height="152" /></p>
<p>6) Now just &#8216;OK&#8217; and &#8216;Apply&#8217; your way back out of the open windows and <strong><span style="color: #ff0000;">IMPORTANT</span></strong> you need to reboot for the changes to make effect.</p>
<p>Know of a quicker way? please post a comment&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://myquickfix.co.uk/index.php/2009/06/keyboard-switching-languages-double-quotes-and-at-sign-reversed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista Driver for HP Photosmart 1215&#8230;</title>
		<link>http://myquickfix.co.uk/index.php/2008/12/vista-driver-for-hp-photosmart-1215/</link>
		<comments>http://myquickfix.co.uk/index.php/2008/12/vista-driver-for-hp-photosmart-1215/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 21:55:22 +0000</pubDate>
		<dc:creator>hutch</dc:creator>
				<category><![CDATA[Vista]]></category>
		<category><![CDATA[1215]]></category>
		<category><![CDATA[7200]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[photosmart]]></category>

		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=15</guid>
		<description><![CDATA[Problem
Yesterday my father-in-law needed to hook his old HP Photosmart 1215 Inkjet to Windows Vista Home Edition. HP don&#8217;t provide a Vista driver for the 1215&#8230;
Solution
A quick search around the web found that the driver for the Photosmart 7200 works perfectly. He tried it and says it works exactly as it should.
To install the diver use the following steps:

Click the &#8216;Start&#8217; Icon, and select &#8216;Control Panel&#8217; in the start menu.
Once the Control Panel window opens, double-click the &#8216;Printers&#8217; icon.
In the &#8216;Printers&#8217; window, click the &#8216;Add a printer&#8217; icon/link in the ...]]></description>
			<content:encoded><![CDATA[<h2>Problem</h2>
<p>Yesterday my father-in-law needed to hook his old HP Photosmart 1215 Inkjet to Windows Vista Home Edition. HP don&#8217;t provide a Vista driver for the 1215&#8230;</p>
<h2>Solution</h2>
<p>A quick search around the web found that the driver for the Photosmart 7200 works perfectly. He tried it and says it works exactly as it should.</p>
<p>To install the diver use the following steps:</p>
<ol>
<li>Click the &#8216;Start&#8217; Icon, and select &#8216;Control Panel&#8217; in the start menu.</li>
<li>Once the Control Panel window opens, double-click the &#8216;Printers&#8217; icon.</li>
<li>In the &#8216;Printers&#8217; window, click the &#8216;Add a printer&#8217; icon/link in the top menu bar.</li>
<li>In the &#8216;Add Printer&#8217; dialog window, select &#8216;Local Printer&#8217; and &#8216;Next&#8217;.</li>
<li>When asked to &#8216;Choose a Printer Port&#8217;, select &#8216;Use an existing port&#8217; and click on the &#8216;USB001 (virtual printer port for USB)&#8217; item in the list. Then click Next.</li>
<li>On the following page, select &#8216;HP&#8217; or &#8216;Hewlett Packard&#8217; in the left pane, and find &#8216;Photosmart 7200&#8242; in the list on the right.</li>
<li>IMPORTANT: Plug in the Printer now, if it&#8217;s not already plugged in, and switch it on.</li>
<li>Click &#8216;next&#8217; and then print a test page.</li>
</ol>
<p>That should do it&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://myquickfix.co.uk/index.php/2008/12/vista-driver-for-hp-photosmart-1215/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
