<?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>Blog Random &#187; Googled</title>
	<atom:link href="http://www.blograndom.com/blog/category/googled/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blograndom.com/blog</link>
	<description>Technology, website development, reviews and how-to's</description>
	<lastBuildDate>Sat, 07 May 2011 17:42:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Error running dcpromo.exe, &#8220;The remote procedure call failed&#8221;</title>
		<link>http://www.blograndom.com/blog/2010/03/error-running-dcpromo-exe-the-remote-procedure-call-failed/</link>
		<comments>http://www.blograndom.com/blog/2010/03/error-running-dcpromo-exe-the-remote-procedure-call-failed/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 22:04:00 +0000</pubDate>
		<dc:creator>Cohen</dc:creator>
				<category><![CDATA[Googled]]></category>

		<guid isPermaLink="false">http://www.blograndom.com/blog/?p=332</guid>
		<description><![CDATA[Its not something I do very often, but I had to replace a windows 2k3 server with a new 2008 one today. When running dcpromo I kept getting the same error, something along the lines of &#8220;Failed installing active diretory service binaries, failed with error: the remote procedure call failed.&#8221;. There was nothing in the [...]]]></description>
			<content:encoded><![CDATA[<p>Its not something I do very often, but I had to replace a windows 2k3 server with a new 2008 one today. When running dcpromo I kept getting the same error, something along the lines of &#8220;Failed installing active diretory service binaries, failed with error: the remote procedure call failed.&#8221;.</p>
<p>There was nothing in the logs giving much away, but I did see that TrustedInstaller.exe kept crashing! Because of the RPC error I went down that route, checking the servers could communicate properly and that I had sufficient access rights for running dcpromo.</p>
<p>After a few hours messing around, I tried to run a windows update and got an error about being out of space. The server was only 10% full!!? This led me to the problem, it turns out the windows update service and dcpromo run under the same user, which has a quota of only 3GB. I increased the quota to 80gb and hey presto, I had a new domain controller on the domain! <img src='http://www.blograndom.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.blograndom.com/blog/2010/03/error-running-dcpromo-exe-the-remote-procedure-call-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpMyDiff &#8211; Compare mysql database schema and data</title>
		<link>http://www.blograndom.com/blog/2010/02/phpmydiff-compare-mysql-database-schema-and-data/</link>
		<comments>http://www.blograndom.com/blog/2010/02/phpmydiff-compare-mysql-database-schema-and-data/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 18:34:11 +0000</pubDate>
		<dc:creator>Cohen</dc:creator>
				<category><![CDATA[Googled]]></category>
		<category><![CDATA[Web dev]]></category>

		<guid isPermaLink="false">http://www.blograndom.com/blog/?p=327</guid>
		<description><![CDATA[At work I&#8217;ve been maintaining a number of development areas and needed a way to compare database changes so that I didn&#8217;t overwrite a clients changes with my new/updated data from developing a new feature. There seemed to be many ways of comparing the schema of two databases, but nothing to compare the changes in [...]]]></description>
			<content:encoded><![CDATA[<p>At work I&#8217;ve been maintaining a number of development areas and needed a way to compare database changes so that I didn&#8217;t overwrite a clients changes with my new/updated data from developing a new feature.</p>
<p>There seemed to be many ways of comparing the schema of two databases, but nothing to compare the changes in data (unless I was looking in the wrong places). I decided to write something that would help me out and have released it publicly.</p>
<p>You provide the connection details of two databases (server, username, password, name),  select the tables you would like to compare and hit &#8220;Compare&#8221;. The resulting page is a list of all schema and data changes.</p>
<p>There are plans to style the application (at the moment its simple blocks and tables) and more importantly, allow you to select which differences you would like to apply before creating a .sql diff file.</p>
<p>If its something you&#8217;re interested in, trying check out the <a href="http://code.google.com/p/phpmydiff">google code page for the project</a>. Its currently in <strong>beta</strong> with better performance, stability and functionality to come!</p>
<h2><a href="http://code.google.com/p/phpmydiff" target="_blank">phpMyDiff at Google Code</a></h2>
]]></content:encoded>
			<wfw:commentRss>http://www.blograndom.com/blog/2010/02/phpmydiff-compare-mysql-database-schema-and-data/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Change volume key step size in Ubuntu</title>
		<link>http://www.blograndom.com/blog/2010/02/change-volume-key-step-size-in-ubuntu/</link>
		<comments>http://www.blograndom.com/blog/2010/02/change-volume-key-step-size-in-ubuntu/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 14:41:58 +0000</pubDate>
		<dc:creator>Cohen</dc:creator>
				<category><![CDATA[Googled]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[increment]]></category>
		<category><![CDATA[step]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[volume]]></category>

		<guid isPermaLink="false">http://www.blograndom.com/blog/?p=310</guid>
		<description><![CDATA[At work we often listen to music off of my computer, so when the phone rings I have to quickly adjust the volume. Using the volume keys on my keyboard I could have the music either really loud or too quiet. So, to change the effect the volume keys have: Press Alt+F2 to bring up [...]]]></description>
			<content:encoded><![CDATA[<p>At work we often listen to music off of my computer, so when the phone rings I have to quickly adjust the volume. Using the volume keys on my keyboard I could have the music either really loud or too quiet.</p>
<p>So, to change the effect the volume keys have:</p>
<ol>
<li>Press Alt+F2 to bring up the &#8220;Run&#8221; box.</li>
<li>Type in &#8220;<strong>gconf-editor</strong>&#8221; and press enter.</li>
<li>Select &#8220;<strong>Apps</strong> &gt; <strong>gnome_settings_daemon</strong>&#8220;</li>
<li>On the right hand side you&#8217;ll have a single option named &#8220;<strong>volume_step</strong>&#8220;</li>
<li>Change the numerical value (<em>6</em> by default) to a lower one (<em>3</em> seems pretty good)</li>
</ol>
<p>Simples!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blograndom.com/blog/2010/02/change-volume-key-step-size-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 Rhythmbox requires GStreamer element autoaudiosink to play mp3&#8242;s</title>
		<link>http://www.blograndom.com/blog/2009/11/ubuntu-9-10-rhythmbox-requires-gstreamer-element-autoaudiosink-to-play-mp3s/</link>
		<comments>http://www.blograndom.com/blog/2009/11/ubuntu-9-10-rhythmbox-requires-gstreamer-element-autoaudiosink-to-play-mp3s/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 19:40:57 +0000</pubDate>
		<dc:creator>Cohen</dc:creator>
				<category><![CDATA[Googled]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.blograndom.com/blog/?p=297</guid>
		<description><![CDATA[I recently upgraded my work PC to Ubuntu 9.10 and in doing so lost the ability to play mp3s in Rhythmbox. When trying to play an mp3, rhythmbox would ask for a new plugin, but after looking, say it couldn&#8217;t find &#8220;GStreamer element autoaudiosink&#8221;. After reinstalling gstreamer and rhythmbox a few times I turned to [...]]]></description>
			<content:encoded><![CDATA[<p>I recently upgraded my work PC to Ubuntu 9.10 and in doing so lost the ability to play mp3s in Rhythmbox. When trying to play an mp3, rhythmbox would ask for a new plugin, but after looking, say it couldn&#8217;t find &#8220;GStreamer element autoaudiosink&#8221;.</p>
<p>After reinstalling gstreamer and rhythmbox a few times I turned to the Ubuntu Forums. The answer is in the following thread, but I missed it on first glance so thought I&#8217;d post it here: <a href="http://ubuntuforums.org/archive/index.php/t-1284472.html">[ubuntu] rhythmbox 9.10 mp3</a></p>
<p>To save you reading through all the posts, to fix the problem after upgrading to 9.10 (not from a clean install), you need to delete your gstream preferences. Open up the terminal and type the following:</p>
<blockquote><p>rm -rf ~/.gconf/system/gstreamer<br />
rm -rf ~/.gstreamer-0.10</p></blockquote>
<p>If you log off and back on again now, you should have mp3 playback in rhythmbox again. If that doesn&#8217;t work, take a look at the other suggestions in the ubuntu forum thread.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blograndom.com/blog/2009/11/ubuntu-9-10-rhythmbox-requires-gstreamer-element-autoaudiosink-to-play-mp3s/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>jQuery plugin to disable text selection on elements</title>
		<link>http://www.blograndom.com/blog/2009/07/jquery-plugin-to-disable-text-selection-on-elements/</link>
		<comments>http://www.blograndom.com/blog/2009/07/jquery-plugin-to-disable-text-selection-on-elements/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 17:33:54 +0000</pubDate>
		<dc:creator>Cohen</dc:creator>
				<category><![CDATA[Googled]]></category>
		<category><![CDATA[Web dev]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[select]]></category>

		<guid isPermaLink="false">http://www.blograndom.com/blog/?p=268</guid>
		<description><![CDATA[It took my a while to find a bit of script that worked cross browser, but the jquery plugin at http://code.jdempster.com/jQuery.DisableTextSelect/ does the job! When working on the UI of a web application text would often get selected by the browser incorrectly, for example while dragging an element, or clicking on an element with an [...]]]></description>
			<content:encoded><![CDATA[<p>It took my a while to find a bit of script that worked cross browser, but the jquery plugin at <a href="http://code.jdempster.com/jQuery.DisableTextSelect/">http://code.jdempster.com/jQuery.DisableTextSelect/</a> does the job!</p>
<p>When working on the UI of a web application text would often get selected by the browser incorrectly, for example while dragging an element, or clicking on an element with an onclick event.</p>
<p>If you are using jquery already; download it, include it, then use:</p>
<p>$(&#8216;.elementsToDisableSelectFor&#8217;).disableTextSelect();</p>
<p>If you need this functionality without including the whole of jquery, take a look at the source code for the plugin. It&#8217;s only about 20 lines long. It uses a different method for Firefox and Internet Explorer, with a fallback for everything else but it should be easy to convert in to native JS or another javascript framework.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blograndom.com/blog/2009/07/jquery-plugin-to-disable-text-selection-on-elements/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Get 5.1 surround sound in ubuntu with Realtek ACL662</title>
		<link>http://www.blograndom.com/blog/2009/04/get-51-surround-sound-in-ubuntu-with-realtek-acl662/</link>
		<comments>http://www.blograndom.com/blog/2009/04/get-51-surround-sound-in-ubuntu-with-realtek-acl662/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 23:54:16 +0000</pubDate>
		<dc:creator>Cohen</dc:creator>
				<category><![CDATA[Googled]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.blograndom.com/blog/?p=250</guid>
		<description><![CDATA[Just switched over to Ubuntu as my primary OS and been working (hard) get to get everything working properly. Still worth it thought. Anyway, one of the more difficult problems was getting 5.1 sound out of the sound card in Ubuntu. The motherboard has a built-in 5.1 sound card, the realtek ACL662. Some people have [...]]]></description>
			<content:encoded><![CDATA[<p>Just switched over to Ubuntu as my primary OS and been working (hard) get to get everything working properly. Still worth it thought.</p>
<p>Anyway, one of the more difficult problems was getting 5.1 sound out of the sound card in Ubuntu. The motherboard has a built-in 5.1 sound card, the realtek ACL662. Some people have little trouble enabling surround sound but there seems to be an issue with this card. I managed to find a solution by merging a few ideas together.</p>
<p>Here are the steps I took:</p>
<ol>
<li>By default, Ubuntu is only set to run 2 sound channels (left and right). To enable 6 channels (5.1) we need to edit the sound config file. Theres an excellent tutorial for doing that <a href="http://www.automaticable.com/2008-05-28/how-to-enable-surround-sound-on-ubuntu-hardy/">here</a>. But put simply, edit /etc/pulse/daemon.conf and uncomment the line <code>"; default-sample-channels = 2"</code>, changing it to <code>"default-sample-channels = 6"</code></li>
<li><strong>The most important part for this card.</strong> Edit /etc/modprobe.d/alsa-base and add <code>"options snd-hda-intel model=3stack-6ch-dig"</code> to the end of the file.</li>
<li>Restart the machine.</li>
<li>Open sound preferences (System &gt; Preferences &gt; Sound)</li>
<li>Make sure that the ALSA mixer is selected.</li>
<li>Bring up the sound mixer.</li>
<li>Hopefully, the &#8220;Front, Center, Surround &amp; LFE&#8221; sliders will be available. If not try to add them by clicking on Properties.</li>
<li>Make sure all sliders are on full.</li>
<li>Still on the mixer, go to the &#8216;Options&#8217; tab and set &#8216;Channel mode&#8217; to &#8217;6ch&#8217;.</li>
<li>Ok everything and close the mixer.</li>
<li>To test, at the command line try <code>"$  speaker-test -Dplug:surround51 -c6 -l1 -twav"</code></li>
</ol>
<p>Hopefully that&#8217;ll do it. If not, there are a tonne of other guides if you search for &#8220;Ubuntu 5.1 sound&#8221;. Checkout the forum post that helped me find this solution <a href="http://ubuntuforums.org/showthread.php?t=1072792&amp;page=3">here, at the Ubuntu forums</a>.</p>
<p>If options 7 and/or 9 aren&#8217;t available to you, I&#8217;d guess the fix hasn&#8217;t solved your problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blograndom.com/blog/2009/04/get-51-surround-sound-in-ubuntu-with-realtek-acl662/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Selecting and uploading multiple files with one form element, wordpress style</title>
		<link>http://www.blograndom.com/blog/2009/04/selecting-and-uploading-multiple-files-with-one-form-element-wordpress-style/</link>
		<comments>http://www.blograndom.com/blog/2009/04/selecting-and-uploading-multiple-files-with-one-form-element-wordpress-style/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 18:20:54 +0000</pubDate>
		<dc:creator>Cohen</dc:creator>
				<category><![CDATA[Googled]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web dev]]></category>

		<guid isPermaLink="false">http://www.blograndom.com/blog/?p=214</guid>
		<description><![CDATA[We&#8217;re building a CMS at work and one of the requirements is a half decent file manager. Having seen how easy the wordpress upload tool is, we wanted to replicate it. Clients don&#8217;t want to sit there having to individually select and upload 50 files from a folder! There are a number of options available [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re building a CMS at work and one of the requirements is a half decent file manager. Having seen how easy the wordpress upload tool is, we wanted to replicate it. Clients don&#8217;t want to sit there having to individually select and upload 50 files from a folder!</p>
<p>There are a number of options available to do this:</p>
<ol>
<li>Using a flash (swf) file to perform the upload</li>
<li>Using a java applet to perform the upload</li>
<li>Using an HTML file input box to create a hidden array of file input boxes</li>
</ol>
<p>My issue with #3 is that you still have to individually select all the files in a folder before clicking upload. If you want to upload 50 files, thats 100 clicks and a case of RSI. So, I ignored #3 entirely.</p>
<p>Ideally,  I wanted solution #1, but I found a lot of answers to solution #3,  followed by #2. In the end I tried out four different solutions, all open source.</p>
<h2>SWFUpload</h2>
<p>By far my favourite, and the one we ended up using, this is the same tool wordpress use for their image upload plug</p>
<p>in. It is the most difficult to configure, but its got the most flexibility. SWFUpload uses a .swf file for the actual file uploads, which get posted to a script you specify in the setup. There are then a load of javascript callbacks that allow you to track the progress of files and update your page with the results. All in all, very impressed.</p>
<p>Check it out and download it here: <a href="http://www.swfupload.org">http://www.swfupload.org</a></p>
<p>There are also demos at: <a href="http://demo.swfupload.org">http://demo.swfupload.org</a></p>
<blockquote><p><strong>UPDATE: </strong>I stumbled across a blog post with a tutorial for creating your own flash file, incase you don&#8217;t</p>
<p>want to use SWFUpload. It looks pretty simple, so check it out: <a href="http://kevinmusselman.com/blog/2009/01/multiple-file-upload-using-flash/">Multiple File Upload Using Flash</a></p></blockquote>
<p><span id="more-214"></span></p>
<h2>jUpload</h2>
<p>jUpload was the first tool I tried, but couldn&#8217;t get the Firefox Java plugin working on my desktop (ubuntu) and so gave up. I&#8217;m sure the tool would have done the job, but I&#8217;d have needed to compile it and more importantly, it looks ugly.</p>
<p>Check it out at: <a href="http://jupload.sourceforge.net">http://jupload.sourceforge.net</a></p>
<h2>jQuery-transmit</h2>
<p>Had this worked for me, I think it could have been pretty good. It works on the same principal as SWFUpload, but with seemingly less features. The fact that it used jQuery made me want to use it.</p>
<p>Check it out at: <a href="http://code.google.com/p/jquery-transmit/">http://code.google.com/p/jquery-transmit/</a></p>
<h2>jQuery multiple file upload plugin</h2>
<p>This uses option #3 from the list above, and I couldn&#8217;t get it to work. It may have been something silly I was doing but, because it uses method #3, I didn&#8217;t spend too long trying to fix it.</p>
<p>If you&#8217;re still interested in trying it, check out: <a href="http://code.google.com/p/jquery-transmit/">http://www.fyneworks.com/jquery/multiple-file-upload/</a></p>
<p>In conclusion, if you have the knowledge and patience to set up SWFUpload, it really pays off. Once the file manager is done I&#8217;ll put up a demo, I&#8217;m unashamedly impressed. For now I&#8217;ve got a screenshot. Ignore how ugly it is (and the garish colours), I haven&#8217;t given it to the designers yet!</p>
<div id="attachment_218" class="wp-caption alignnone" style="width: 429px"><img class="size-full wp-image-218" title="SWFUpload demo" src="http://www.blograndom.com/blog/wp-content/uploads/2009/04/picture-2.png" alt="SWFUpload concept demo" width="419" height="578" /><p class="wp-caption-text">SWFUpload concept demo</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.blograndom.com/blog/2009/04/selecting-and-uploading-multiple-files-with-one-form-element-wordpress-style/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Blackberry app world (store) launches</title>
		<link>http://www.blograndom.com/blog/2009/04/blackberry-app-world-store-launches/</link>
		<comments>http://www.blograndom.com/blog/2009/04/blackberry-app-world-store-launches/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 12:44:10 +0000</pubDate>
		<dc:creator>Cohen</dc:creator>
				<category><![CDATA[Googled]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.blograndom.com/blog/blackberry-app-world-store-launches/</guid>
		<description><![CDATA[Somebody just mentioned that the Blackberry application store launched yesterday and so I had to try it out! So far, it looks promising, but have hit a number of teething problems. Yesterday I was unable to browse the store on my phone because I was in the UK. Today I&#8217;m able to browse the store, [...]]]></description>
			<content:encoded><![CDATA[<p>Somebody just mentioned that the Blackberry application store launched yesterday and so I had to try it out! So far, it looks promising, but have hit a number of teething problems.</p>
<p>Yesterday I was unable to browse the store on my phone because I was in the UK. Today I&#8217;m able to browse the store, but unable to download Shazam, an app that I could download yesterday.</p>
<p>I&#8217;m also a little worried that, as it grows bigger, it will be harder to find the application you are after and with only IE support if you want to view it on your computer, that sucks.</p>
<p>Hopefully we&#8217;ll see a load of updates over the next few days!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blograndom.com/blog/2009/04/blackberry-app-world-store-launches/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blackberry storm multi select messages</title>
		<link>http://www.blograndom.com/blog/2008/12/blackberry-storm-multi-select-messages/</link>
		<comments>http://www.blograndom.com/blog/2008/12/blackberry-storm-multi-select-messages/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 12:40:21 +0000</pubDate>
		<dc:creator>Cohen</dc:creator>
				<category><![CDATA[Googled]]></category>

		<guid isPermaLink="false">http://www.blograndom.com/blog/?p=108</guid>
		<description><![CDATA[I just upgraded to the Blackberry Storm despite reading mixed reviews and after day one am quite happy with it. There are a few niggles but overall I think it does a good job. One of my major concerns was that I couldn&#8217;t select multiple messages or items  to delete en masse. I flicked through [...]]]></description>
			<content:encoded><![CDATA[<p>I just upgraded to the Blackberry Storm despite reading mixed reviews and after day one am quite happy with it. There are a few niggles but overall I think it does a good job.</p>
<p>One of my major concerns was that I couldn&#8217;t select multiple messages or items  to delete en masse. I flicked through the manual (for some reason I never read the manual first) and couldn&#8217;t find anything. A google search quickly solved the problem.</p>
<p>To multi-select:</p>
<ol>
<li>Hover on the first item you need to select (using your thumb is the suggestion)</li>
<li>Quickly hover over the item below (you have to be pretty quick, use a different finger)</li>
<li>This should put you in to multi select mode, there will be a blue square in the bottom corner</li>
<li>Hovering on an item in this mode will select all items between it and the first item selected</li>
<li>To get out of this mode, click on the blue sqaure</li>
</ol>
<p>I use the word item, essetianlly I wanted to select mutlple messages but I think the trick also applies to other things too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blograndom.com/blog/2008/12/blackberry-storm-multi-select-messages/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mouse double clicking on a single click in windows xp</title>
		<link>http://www.blograndom.com/blog/2008/11/mouse-double-clicking-on-a-single-click-in-windows-xp/</link>
		<comments>http://www.blograndom.com/blog/2008/11/mouse-double-clicking-on-a-single-click-in-windows-xp/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 22:38:18 +0000</pubDate>
		<dc:creator>Cohen</dc:creator>
				<category><![CDATA[Googled]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.blograndom.com/blog/?p=97</guid>
		<description><![CDATA[For the last few days my mouse had been double clicking everytime I clicked and it made using the computer rather irritating. Luckily I only use my windows box for media so it didn&#8217;t really bother me. I started investigating the issue tonight and tried a number of different techniques, checking various settings in folder [...]]]></description>
			<content:encoded><![CDATA[<p>For the last few days my mouse had been double clicking everytime I clicked and it made using the computer rather irritating. Luckily I only use my windows box for media so it didn&#8217;t really bother me.</p>
<p>I started investigating the issue tonight and tried a number of different techniques, checking various settings in folder options for what opens a folder and the double click speed for the mouse but nothing worked.</p>
<p>I tried unplugging the mouse and plugging it back in &#8211; that didn&#8217;t work. Another mouse did work &#8211; so I assumed the mouse was broken. I was about to throw it away but I thought I&#8217;d try reinstalling the drivers in a last ditch attempt.</p>
<p>Opening up device manager it turned out the mouse was somehow installed twice. I&#8217;m not sure whether this was a strange bug or perhaps it had something to do with the two wireless receivers I have (one for the keyboard and one for the mouse). Anyway &#8211; problem fixed and I can click properly again!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blograndom.com/blog/2008/11/mouse-double-clicking-on-a-single-click-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

