<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions in the computers &amp; internet category</title>
      <link>http://ask.metafilter.com/category/1</link>
      <description>Questions in the computers &amp; internet category of Ask MetaFilter</description>
	  	  <pubDate>Wed, 23 Jul 2008 20:33:42 -0800</pubDate>
      <lastBuildDate>Wed, 23 Jul 2008 20:33:42 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Hook up TWO monitors to a laptop?</title>
	<link>http://ask.metafilter.com/97376/Hook-up-TWO-monitors-to-a-laptop</link>	
	<description>Any way to hook up TWO (2) additional monitors to a laptop.  One (1) is easy, but anyway to do TWO?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97376</guid>
	<pubDate>Wed, 23 Jul 2008 20:33:42 -0800</pubDate>

<category>computer</category>

	<dc:creator>america4</dc:creator>
	</item>
	<item>
	<title>Download/string together Youtube videos?</title>
	<link>http://ask.metafilter.com/97374/Downloadstring-together-Youtube-videos</link>	
	<description>What would be the quickest and easiest way to download about 30 or so 3-5 minute videos from Youtube, and string them together into one long video? I already have a program to download youtube videos, but if anyone has one that is free and can download multiple ones at the same time, that wouldd be great. I need a program that I can put them all into and the export as one large continuous movie file (preferably mpg4, but not required). I need all these programs to be free, any ideas? </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97374</guid>
	<pubDate>Wed, 23 Jul 2008 19:57:42 -0800</pubDate>

<category>youtube</category>

<category>videos</category>

	<dc:creator>Deflagro</dc:creator>
	</item>
	<item>
	<title>Gathering ebay infos.</title>
	<link>http://ask.metafilter.com/97355/Gathering-ebay-infos</link>	
	<description>cp /mnt/com/ebay/completed_auctions/ps3 ~/ps3.txt  ?? I have the following pieces of information:&lt;br&gt;
&lt;br&gt;
a. Search criteria&lt;br&gt;
b. Date range.&lt;br&gt;
&lt;br&gt;
And from this; I would like an Excel spreadsheet that has the following columns:&lt;br&gt;
&lt;br&gt;
end price, end date, description, item #, seller, etc&lt;br&gt;
&lt;br&gt;
Is there any way to do such a thing in an automated fashion without screen scraping myself? </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97355</guid>
	<pubDate>Wed, 23 Jul 2008 15:48:29 -0800</pubDate>

<category>ebay</category>

<category>completed</category>

<category>auctions</category>

<category>database</category>

<category>screen</category>

<category>scraping</category>

<category>excel</category>

	<dc:creator>SirStan</dc:creator>
	</item>
	<item>
	<title>Ubuntu text format</title>
	<link>http://ask.metafilter.com/97353/Ubuntu-text-format</link>	
	<description>How can I convert a text file with characters representing hexadecimal to binary in Ubuntu? I know there are websites with conversion calculators, but I want to be able to take a text file and output another text file with binary representations of the hex from the input file. Thanks for any help. </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97353</guid>
	<pubDate>Wed, 23 Jul 2008 15:35:17 -0800</pubDate>

<category>text</category>

<category>format</category>

	<dc:creator>amsterdam63</dc:creator>
	</item>
	<item>
	<title>Why won&apos;t XCode let me select text?</title>
	<link>http://ask.metafilter.com/97351/Why-wont-XCode-let-me-select-text</link>	
	<description>What the deuce? Why can&apos;t I type in certain areas using XCode? I&apos;m just getting started learning to program in Objective-C using XCode under Leopard, and I&apos;m encountering a bizarre behavior. The I-beam cursor just doesn&apos;t work in some areas of my code.&lt;br&gt;
&lt;br&gt;
Here&apos;s a sample:&lt;br&gt;
&lt;code&gt;//&lt;br&gt;
//  main.m&lt;br&gt;
//  prog1&lt;br&gt;
//&lt;br&gt;
&lt;br&gt;
#import &lt;stdio&gt;&lt;br&gt;
&lt;br&gt;
int main(int argc, const char *argv[])&lt;br&gt;
{&lt;br&gt;
	int sum;&lt;br&gt;
	&lt;br&gt;
	// compute result&lt;br&gt;
	sum = 25 + 37 - 19;&lt;br&gt;
	&lt;br&gt;
	&lt;em&gt;// display results&lt;br&gt;
	printf (&quot;The answer is %i.\n&quot;, sum);&lt;/em&gt;&lt;br&gt;
	&lt;br&gt;
	return 0;&lt;br&gt;
} &lt;/stdio&gt;&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
Clicking in most of the code works like you would expect; the I-beam starts blinking, and I can edit the text as I would like.&lt;br&gt;
&lt;br&gt;
But if I click anywhere in the area indicated in italics, the I-beam just turns into an arrow cursor until I move the mouse, the blinking text cursor doesn&apos;t appear, and I can&apos;t edit the text. It is possible to position the cursor before or after the bold area and maneuver into it with the arrow keys.&lt;br&gt;
&lt;br&gt;
What on earth is going on here? </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97351</guid>
	<pubDate>Wed, 23 Jul 2008 14:50:11 -0800</pubDate>

<category>xcode</category>

<category>leopard</category>

<category>mac</category>

<category>programming</category>

<category>select</category>

<category>text</category>

<category>bug</category>

<category>error</category>

<category>wtf</category>

	<dc:creator>designbot</dc:creator>
	</item>
	<item>
	<title>How do you index your Ray Mears clips?</title>
	<link>http://ask.metafilter.com/97349/How-do-you-index-your-Ray-Mears-clips</link>	
	<description>How can I add summary data to my video files? I&apos;ve recently started a project to put all of Ray Mears&apos;s survival tips into some sort of idexable format.  At this early stage I&apos;m taking the hour long TV episodes and splitting them into 20 or so short avi. clips.  To do this I&apos;m using Windows Movie Maker to view the show and strip out all the content that isn&apos;t pure Ray wilderness gold.  The output avi. I then put through a simple wmv/avi. splitter.  &lt;br&gt;
&lt;br&gt;
My question is in two parts. The first general, second specific.&lt;br&gt;
&lt;br&gt;
1) Am I going about this project in the best way?  This is the first video editing Ive done, so if there is better software for stripping the useful content out of TV shows then please let me know.&lt;br&gt;
&lt;br&gt;
2) I&apos;m going to finish up with about 1000 clips of educational wilderness survival, and I&apos;m not quite sure exactly how I&apos;m going to organise them ... but I&apos;m sure that the tagging needs to be done now.  For example, a clip with Ray demonstrating how to build a pit oven I would tag &quot;cooking&quot; &quot;woodland&quot; &quot;meat preparation&quot; - I&apos;m sure you get the idea.  But how do associate these tags with the file? I assumed I would just be able to open each of the avi file&apos;s properties and add the tags as summary data.  Alas no. The summary data is &apos;greyed out&apos; so my plan appears to be foiled.&lt;br&gt;
&lt;br&gt;
My concern about this greyed out quirk led me (via a google search) straight to those infuriating bastards at &apos;experts exchange&apos; where my question has been posed: &lt;br&gt;
&lt;br&gt;
&quot;I&apos;d like to enter some descriptive comments for some of my files, to view in explorer (via My Computer), but when I rightclick/properties/summary/simple, everything is greyed out (well, greened out).&quot; &lt;br&gt;
&lt;br&gt;
So google as fails me, my faith in the Hive Mind grows.  &lt;br&gt;
&lt;br&gt;
Thanks for reading all this. </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97349</guid>
	<pubDate>Wed, 23 Jul 2008 14:39:26 -0800</pubDate>

<category>video</category>

<category>tagging</category>

<category>tags</category>

<category>summary</category>

<category>information</category>

<category>index</category>

<category>editing</category>

<category>ExpertsExchangeArseHoles</category>

	<dc:creator>verisimilitude</dc:creator>
	</item>
	<item>
	<title>Photoshop hides photos&apos; upper border</title>
	<link>http://ask.metafilter.com/97346/Photoshop-hides-photos-upper-border</link>	
	<description>Photoshop 7 filter: when I sequentially open multiple photos using (Windows XP) Explorer&apos;s right click context menu Open With command, the top of the previously opened photo always disappears underneath Photoshop&apos;s toolbar at the top of the picture viewing area, making it impossible to grab and move the photo down and see all of it.  It doesn&apos;t happen when I use Photoshop&apos;s own Open option on the file menu.  Any ideas what&apos;s going on hereand how to fix it?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97346</guid>
	<pubDate>Wed, 23 Jul 2008 13:53:39 -0800</pubDate>

<category>photoshop7</category>

	<dc:creator>bbranden1</dc:creator>
	</item>
	<item>
	<title>You&apos;re not the mute button! Stop it!</title>
	<link>http://ask.metafilter.com/97345/Youre-not-the-mute-button-Stop-it</link>	
	<description>The left control key on my keyboard has suddenly started toggling the mute on my master volume. How do I make it stop? I&apos;m running Windows XP on a Dell Dimension desktop, if it makes a difference. </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97345</guid>
	<pubDate>Wed, 23 Jul 2008 13:35:39 -0800</pubDate>

<category>computer</category>

<category>keyboard</category>

<category>mute</category>

<category>windows</category>

<category>dell</category>

	<dc:creator>EarBucket</dc:creator>
	</item>
	<item>
	<title>Wordpress ate my blog and I want it back.</title>
	<link>http://ask.metafilter.com/97343/Wordpress-ate-my-blog-and-I-want-it-back</link>	
	<description>Upgraded to the latest Wordpress and now all posts and content have disappeared! I&apos;ve asked for help already on the Wordpress forum but so far no replies and this is a big emergency!&lt;br&gt;
&lt;br&gt;
I did the upgrade to the latest version (2.6) a few days ago using the automatic upgrade plugin. Everything worked fine other than the Bad Behavior plugin which no longer works properly after the upgrade, so I disabled that. I&apos;ve made no other recent changes and I&apos;ve been able to post a few entries since the upgrade with no problems (other than those I tracked down to Bad Behavior).&lt;br&gt;
&lt;br&gt;
This morning, just about everything on the blog is gone, as in all of my pages and more importantly, all of my posts. The theme is working fine, the site still shows up ok but all of the content is missing and it says &quot;Sorry, no posts matched your criteria&quot; on the homepage or if you follow a link to any of the posts.&lt;br&gt;
&lt;br&gt;
In the admin/manage area for pages and posts... it&apos;s all gone, over two years of content. Those columns where all my posts should be (and which where there as of last night before I went to sleep) are now empty as if nothing had ever been posted. All of the comments and tags however are still there, though when I look at the comments there is no link showing what post they should be attached to (since all of the posts are gone).&lt;br&gt;
&lt;br&gt;
I tried to do a test post, but when I publish it nothing happens. It takes me back to the manage area, and there is no new post showing there.&lt;br&gt;
&lt;br&gt;
I certainly didn&apos;t wipe out all of my content and no one else has access to it (it has not been hacked). Any idea what&apos;s happened and how to fix it? When I did the automatic upgrade I had it download all the important backup files (I followed all the instructions and downloaded everything that it prompted me to). Now when I go to look inside the zip files to see what&apos;s in there in case I need to do a re-install, those zip files are empty! WTF?&lt;br&gt;
&lt;br&gt;
So I basically don&apos;t even have a backup to restore with... of anything. But everything was there last night... and now it&apos;s not.&lt;br&gt;
&lt;br&gt;
How and why did all my stuff disappear? And please please please tell me that you know a way for me to get it all back. </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97343</guid>
	<pubDate>Wed, 23 Jul 2008 13:17:59 -0800</pubDate>

<category>wordpress</category>

<category>blog</category>

	<dc:creator>RoseovSharon</dc:creator>
	</item>
	<item>
	<title>mac, dell or lenovo?</title>
	<link>http://ask.metafilter.com/97341/mac-dell-or-lenovo</link>	
	<description>My  laptop recently died, and I need to replace it. I&apos;m thinking of getting the cheapest macbook or an equivalently priced Dell or Lenovo. Help me figure out which. I&apos;m an architect but make most of my living doing web design/development, though I still do some architectural stuff, renderings, that sort of thing.&lt;br&gt;
70% of the time, I work in pyscripter, e-texteditor, dreamweaver and fireworks. The other 30% it&apos;s sketchup, 3ds max, autocad, rhino, piranesi and maya.&lt;br&gt;
I&apos;ve been thinking of getting a mac lately, as I&apos;m tired of windows and especially as there&apos;s a bunch of cool developer apps that are mac only (textmate, etc.).&lt;br&gt;
However, I don&apos;t want to spend too much money, as I have a desktop I do most of my actual work on.&lt;br&gt;
I&apos;m thinking of getting the cheapest macbook, which costs USD$1,400 here in Chile. I understand that this will run the PC-only CAD applications I need if I install XP on it.&lt;br&gt;
What I don&apos;t know is this: &lt;strong&gt;will it be a significantly underpowered machine, especially compared to the Dell (like an &lt;a href=&quot;http://www1.la.dell.com/content/products/productdetails.aspx?c=cl&amp;cs=clbsdt1&amp;id=xpsnb_m1530&amp;l=en&amp;s=bsd&quot;&gt;XPS M1530&lt;/a&gt; with a 256 MB graphics card and 4GB RAM) or Lenovo (&lt;a href=&quot;http://www.buscape.cl/notebook.html?precomax=928999.99&amp;precomin=645000.0&amp;kw=lenovo&amp;xro=0&quot;&gt;V200&lt;/a&gt; or &lt;a href=&quot;http://www.ambtecno.cl/prod/ficha.asp?Prod=10158&quot;&gt;R61&lt;/a&gt;) machines I could get for the same price?&lt;/strong&gt;&lt;br&gt;
3d rendering power is an issue, but not a deal breaker. I don&apos;t play computer games. </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97341</guid>
	<pubDate>Wed, 23 Jul 2008 13:00:46 -0800</pubDate>

<category>mac</category>

<category>dell</category>

<category>lenovo</category>

<category>laptop</category>

	<dc:creator>signal</dc:creator>
	</item>
	<item>
	<title>Phantom files?</title>
	<link>http://ask.metafilter.com/97339/Phantom-files</link>	
	<description>Windows Server 2003 - Best way to see what files (and their locations) disk quotas are counting against a user? I am running a 30 user 2003 domain using roaming profiles and 2GB disk quotas with XP Pro.  All are working well except one user.&lt;br&gt;
&lt;br&gt;
For some reason quota entries claim that she has 4GB used in her profile, but I cannot find what the quotas are talking about.  Her profile is around 200MB, same on the server.  I&apos;ve searched through the server to find these files (music files from a year ago when the profiles was first started - all were erased from server and station) but I haven&apos;t found anything.&lt;br&gt;
&lt;br&gt;
My question... What&apos;s the best way to list the files quotas are seeing? &lt;br&gt;
&lt;br&gt;
There may be something obvious here I&apos;m missing, but I&apos;m a Linux man working with 2003 and nothing I can find online mentions how to list the files attributed to a user in quotas. </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97339</guid>
	<pubDate>Wed, 23 Jul 2008 12:43:11 -0800</pubDate>

<category>server</category>

<category>2003</category>

<category>windows</category>

<category>computers</category>

<category>domain</category>

<category>quota</category>

	<dc:creator>dozo</dc:creator>
	</item>
	<item>
	<title>Why won&apos;t my MBP wake up?</title>
	<link>http://ask.metafilter.com/97338/Why-wont-my-MBP-wake-up</link>	
	<description>Whenever my Macbook Pro goes to sleep, it won&apos;t wake up. Here are the relevant details:&lt;br&gt;
&lt;br&gt;
-Whether it goes to sleep by being closed, or by being idle too long, the result is the same: black screen, hard boot being the only recourse.&lt;br&gt;
-Runing OS X 10.4.11.&lt;br&gt;
-I&apos;ve verified the disk, and it is fine.&lt;br&gt;
-I&apos;ve verified the disk permissions, and they are fine.&lt;br&gt;
-I&apos;ve wiped the PRAM (by holding command-option-p-r on reboot) and the problem persists.&lt;br&gt;
-The battery appears to be charging and draining at the same rates as always.&lt;br&gt;
-I&apos;ve recently installed: demo version of ableton 6, protools 7.1.1 (upgrade from website), the latest Software Update recommendations.&lt;br&gt;
&lt;br&gt;
Any other suggestions? Thanks. </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97338</guid>
	<pubDate>Wed, 23 Jul 2008 12:39:55 -0800</pubDate>

<category>mac</category>

<category>osx</category>

<category>sleep</category>

<category>reboot</category>

<category>macbook</category>

<category>pro</category>

<category>mbp</category>

	<dc:creator>jon_kill</dc:creator>
	</item>
	<item>
	<title>Final Cut Express HD 3.5 - all imported footage is slightly out of sync!</title>
	<link>http://ask.metafilter.com/97324/Final-Cut-Express-HD-35-all-imported-footage-is-slightly-out-of-sync</link>	
	<description>I have imported three DV tapes into Final Cut and they are all out of sync, by what seems like 1 second (but maybe less?). It&apos;s out of sync in the viewer, out of sync in the timeline, when I render it, and when I export it. However, the tape itself is not out of sync when I watch it in the camera. I read something about a &quot;frame offset&quot; setting in Final Cut that is automatically set to 4, but that setting doesn&apos;t seem to be in my version of Final Cut at all.&lt;br&gt;
&lt;br&gt;
Did I import everything wrong? Is there an easy way to fix this? I&apos;m just starting out on Final Cut and I am totally stumped. </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97324</guid>
	<pubDate>Wed, 23 Jul 2008 10:19:15 -0800</pubDate>

<category>final</category>

<category>cut</category>

<category>import</category>

<category>sync</category>

	<dc:creator>eric1200</dc:creator>
	</item>
	<item>
	<title>Can I combine htaccess and session variables from other systems?</title>
	<link>http://ask.metafilter.com/97321/Can-I-combine-htaccess-and-session-variables-from-other-systems</link>	
	<description>Web server question. Can I combine htaccess and session variables from other systems? (more inside) OK, bear with me here--I&apos;m a page developer, not a server admin. I&apos;ve got an apache system that uses htaccess and a .db file to grant access to particular directories. I&apos;ve also got a set of users who aren&apos;t in the .db file, but will be logging in to another system (salesforce.com) and trying to access those restricted areas. Is there a way to allow the first set of users to continue logging in as always, but to allow a session variable that is established on the salesforce.com site to be passed, allowing this second set of users to access the area without having to log in again? </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97321</guid>
	<pubDate>Wed, 23 Jul 2008 10:03:34 -0800</pubDate>

<category>apache</category>

<category>web</category>

<category>server</category>

<category>htaccess</category>

<category>authentication</category>

<category>session</category>

<category>variables</category>

	<dc:creator>jpoulos</dc:creator>
	</item>
	<item>
	<title>Can you fix the Internet I broke?</title>
	<link>http://ask.metafilter.com/97311/Can-you-fix-the-Internet-I-broke</link>	
	<description>My computer is showing that I&apos;m connected to the Internet, but it&apos;s not actually connecting. My usual trouble shooting tricks aren&apos;t working, so does anyone have any ideas? I&apos;m sorry if this has been answered before. I don&apos;t seem to have specific enough terms to search here or on Google.&lt;br&gt;
&lt;br&gt;
The Interwebs were working fine, and then I restarted because I was prompted to for an update. I have a PC (an HP laptop) running XP. The laptop is about four years old. It shows that I&apos;m connected (wirelessly) to my signal, but I can&apos;t get to any Web sites, use instant messenger, etc. &lt;br&gt;
&lt;br&gt;
I&apos;ve tried: repairing my connection (that seemed to happen as usual, but with no results), restarting, restarting and repairing again, turning off the wireless router and turning it back on, connecting to another signal, turning off my computer&apos;s wireless card (do we still call it that in 2008?) and turning it on again, restarting and repairing again, just for good measure.&lt;br&gt;
&lt;br&gt;
One of those usually works, but not this time. &lt;br&gt;
&lt;br&gt;
Any other ideas? </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97311</guid>
	<pubDate>Wed, 23 Jul 2008 08:29:28 -0800</pubDate>

<category>computers</category>

<category>Internet</category>

<category>wireless</category>

<category>signal</category>

<category>resolved</category>

	<dc:creator>Airhen</dc:creator>
	</item>
	<item>
	<title>Changing a 2-column stylesheet/theme to 3 columns</title>
	<link>http://ask.metafilter.com/97309/Changing-a-2column-stylesheettheme-to-3-columns</link>	
	<description>CSS gurus: Changing a 2-column layout to a 3-column one? I&apos;ve been using &lt;a href=&quot;http://andreasviklund.com/templates/1024px/&quot;&gt;this theme&lt;/a&gt; for a WordPress site, and it&apos;s great ... but it needs to become three columns instead of two. My CSS skills are passable and I&apos;ve not attempted this kind of major stylesheet surgery before - is this easily doable?&lt;br&gt;
&lt;br&gt;
It&apos;s a fixed width theme, so all I need to do is shave off enough room from the main column to facilitate a right sidebar that is identical to the one on the left. Any hand-holding would be appreciated. </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97309</guid>
	<pubDate>Wed, 23 Jul 2008 08:21:08 -0800</pubDate>

<category>CSS</category>

<category>wordpress</category>

	<dc:creator>jbickers</dc:creator>
	</item>
	<item>
	<title>Help me find a sooper sekrit blog!</title>
	<link>http://ask.metafilter.com/97301/Help-me-find-a-sooper-sekrit-blog</link>	
	<description>I need a private, secure blog that will store my posts in an encrypted form. Does one exist? I&apos;m working with a distant team on a project, and I need a secure private blog to facilitate collaboration. The requirements for the blog are that it support user accounts, multiple authors, require logins by SSL (https:// vs. http://) (this could be enforced via plugin), store blog posts in an encrypted form, and of course I&apos;d like the encryption/decryption to be seamless for my users. Up to this point we&apos;ve been using the service at &lt;a href=&quot;https://wideblog.net/&quot;&gt;WideBlog&lt;/a&gt;, but it&apos;s not very flexible, and it&apos;s been a little flaky recently. We&apos;d also prefer to have the blog on our own hosting to remove a layer of trust.&lt;br&gt;
&lt;br&gt;
In my hunting around, I haven&apos;t had much luck. The biggest sticking point seems to be the requirement that posts be stored in an encrypted form. I&apos;ve found some solutions that will &quot;encrypt&quot; passwords with MD5. But I want to encrypt more than just passwords, and the use of MD5 is itself a little questionable. I&apos;m looking for something more along the lines of AES.&lt;br&gt;
&lt;br&gt;
Does what I want exist? </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97301</guid>
	<pubDate>Wed, 23 Jul 2008 07:02:11 -0800</pubDate>

<category>encrypted</category>

<category>blog</category>

<category>AES</category>

<category>SSL</category>

	<dc:creator>perrce</dc:creator>
	</item>
	<item>
	<title>How to get my hard drive to recognize other drives.</title>
	<link>http://ask.metafilter.com/97294/How-to-get-my-hard-drive-to-recognize-other-drives</link>	
	<description>I have two computer hard drives installed onto one machine, and no CD for the first hard drive. The computer doesn&apos;t recognize USB ports nor the DVD drive on one of the hard drives. How can I fix that? To make things easier to understand. I had an older computer whose motherboard went out, we&apos;ll call that one hard drive A. I bought a new computer (computer/hard drive B) and installed the A hard drive. &lt;br&gt;
&lt;br&gt;
It&apos;ll boot fine to the A hard drive, but it&apos;s only recognizing the hard drive itself. It cannot connect to the USB port nor the DVD drive.&lt;br&gt;
&lt;br&gt;
If I go into Computer Management, there is no listing for USB nor DVD. How exactly would I fix this? &lt;br&gt;
&lt;br&gt;
I prefer to use the A hard drive over the B hard drive because naturally all my files/software/etc. are located on that one. Some of that software was purchased online without a CD, so I don&apos;t know how to &quot;move&quot; it to another hard drive. &lt;br&gt;
&lt;br&gt;
If it matters, both are running XP and both are and were eMachines.&lt;br&gt;
&lt;br&gt;
So how do I fix this? </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97294</guid>
	<pubDate>Wed, 23 Jul 2008 04:22:59 -0800</pubDate>

<category>xp</category>

<category>harddrive</category>

<category>usb</category>

<category>dvd</category>

	<dc:creator>magnoliasouth</dc:creator>
	</item>
	<item>
	<title>How do I get rid of, then keep MS Office?</title>
	<link>http://ask.metafilter.com/97277/How-do-I-get-rid-of-then-keep-MS-Office</link>	
	<description>My Win XP laptop came with a trial version of Microsoft *small business* office 2007. Without really thinking about it, I imported a lot of email and Outlook data from my old laptop.

Now that the trial is almost over, I bought a retail copy of Outlook 2007 and the Home/student version of Office 2007, and the product keys don&apos;t work, since I&apos;m trying to use the product key on the Small Business edition.

Can I simply uninstall the trial small biz version, install the Outlook and home/student office, and have my Outlook data intact? Or is there more to be done to accomplish this?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97277</guid>
	<pubDate>Tue, 22 Jul 2008 20:59:13 -0800</pubDate>

<category>microsoftoffice</category>

<category>software</category>

<category>microsoft</category>

	<dc:creator>edjusted</dc:creator>
	</item>
	<item>
	<title>Keybinding problem on a mac</title>
	<link>http://ask.metafilter.com/97270/Keybinding-problem-on-a-mac</link>	
	<description>Why did one of my key combinations stop working on my MacBook Pro? It&apos;s not hardware, because System Prefs -&amp;gt; Keyboard shortcuts can register the keypress to map it.&lt;br&gt;
This issue affects several programs which were using that combo to change tabs. (cmd-opt-left-arrow works fine)&lt;br&gt;
Even if I map that combination to a mouse button, it does nothing. It&apos;s like something is swallowing the keypress event, but I have no idea how to determine what it could be.&lt;br&gt;
I tried looking at the keybinding files, but that combination doesn&apos;t seem to be in the standard places.&lt;br&gt;
It&apos;s a minor thing, but really annoying - anybody got any hints for me? </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97270</guid>
	<pubDate>Tue, 22 Jul 2008 19:52:23 -0800</pubDate>

<category>mac</category>

<category>macbook</category>

<category>mbp</category>

	<dc:creator>bashos_frog</dc:creator>
	</item>
	<item>
	<title>I have a big monitor, help me fill it</title>
	<link>http://ask.metafilter.com/97264/I-have-a-big-monitor-help-me-fill-it</link>	
	<description>What are some good applications that take advantage of a big monitor? I recently acquired a nice, big 24&quot; Dell widescreen monitor to hook into my Macbook Pro (running OSX5.4) and rediscovered the joys of Google Earth.  What are some other fun applications I should I try out now that I have the larger real estate?&lt;br&gt;
&lt;br&gt;
Games are OK, I guess, but I&apos;m looking more for interesting applications that are especially awesome when viewing on a ginormous screen.  Thanks! </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97264</guid>
	<pubDate>Tue, 22 Jul 2008 19:02:37 -0800</pubDate>

<category>osx</category>

<category>apple</category>

<category>monitor</category>

<category>bigmonitor</category>

	<dc:creator>nitsuj</dc:creator>
	</item>
	<item>
	<title>Who should I trust to build me a new desktop PC?</title>
	<link>http://ask.metafilter.com/97243/Who-should-I-trust-to-build-me-a-new-desktop-PC</link>	
	<description>I&apos;m in the market for a new desktop PC, but I don&apos;t know much about the companies out there manufacturing them.  Who do you trust in terms of value, quality, etc? About five years ago I built my own PC for the first time and the stupid thing has never quite worked right.  I know it&apos;s my fault, but I&apos;m somewhat hesitant to try my hand and building from scratch again.&lt;br&gt;
&lt;br&gt;
I&apos;m looking for a capable gaming PC (doesn&apos;t have to be cutting-edge; I&apos;d like to be able to play Fallout 3 without issue, but I don&apos;t need to run Crysis on the highest settings or anything).  I have a perfectly functional monitor and speakers, so those aren&apos;t a consideration.&lt;br&gt;
&lt;br&gt;
I have about $1,000 to spend, although if I could spend less and still be okay (especially on a rig that might be upgradeable down the line) that&apos;s all the better.&lt;br&gt;
&lt;br&gt;
I&apos;d greatly appreciate any advice on products and manufacturers that you trust.  If you have a general idea about the system specs that I would need, I&apos;d appreciate that info, too.&lt;br&gt;
&lt;br&gt;
Thanks very much (this is my first MeFi question)! </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97243</guid>
	<pubDate>Tue, 22 Jul 2008 13:48:44 -0800</pubDate>

<category>pc</category>

<category>gamingpc</category>

<category>desktop</category>

	<dc:creator>UrbanEconomist</dc:creator>
	</item>
	<item>
	<title>User stats on Exchange 2000?</title>
	<link>http://ask.metafilter.com/97234/User-stats-on-Exchange-2000</link>	
	<description>Microsoft Exchange 2000 : is there a built in function or any 3rd party utility that would allow me to export a list of all mailboxes and would include info like User Logon Name and mailbox size? The company I work for was purchased by a megacorp and we&apos;ll be migrating all of our users from our Exchange server to theirs.  While we have a 150mb limit, they impose a 100mb restriction on mailbox size.   There are, of course, &apos;special&apos; users that have anywhere from 200 to 500mb or more; therefore management is looking for a spreadsheet with basic statistics of our Exchange server users.&lt;br&gt;
&lt;br&gt;
I&apos;d love to be able to export some kind of list into csv (or anything else that I could open in Excel and work with) that details usernames, mailbox size/limit, and any other info that might be useful for pre migration planning.  If there&apos;s any Exchange built-in function or a third party utility that could do this for me, I&apos;d love to know about it! </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97234</guid>
	<pubDate>Tue, 22 Jul 2008 12:50:12 -0800</pubDate>

<category>microsoft</category>

<category>exchange</category>

<category>migration</category>

<category>migrate</category>

<category>storage</category>

	<dc:creator>starscream</dc:creator>
	</item>
	<item>
	<title>My iPod Is Suddenly Saying It Is Full</title>
	<link>http://ask.metafilter.com/97232/My-iPod-Is-Suddenly-Saying-It-Is-Full</link>	
	<description>My 80gig iPod suddenly tells me that it has only 50.8 MB free, when I have nowhere near that much on the device. Itunes shows the numbers correctly, but the device reports otherwise. Is it OK? Hi, I have an 80 gig iPod. I&apos;m running version 1.1.2 for the on-board software and 7.7.043 for iTunes.&lt;br&gt;
&lt;br&gt;
iTunes says I have 16.53 gigs used for music, 148.8 MB used for a video, 119.1 MB other, with 57.52 GB free.&lt;br&gt;
&lt;br&gt;
This morning, the player started shwoing that I have 74.2 GB used with 50.8 MB free. iTunes has the correct numbers. The totals for music and video are the same on the device, but the &quot;other&quot; total is way off the charts and eats up the additional space.&lt;br&gt;
&lt;br&gt;
I&apos;m running Vista on a PC.&lt;br&gt;
&lt;br&gt;
Which is right, the device or iTunes? How do I fix this if all of that space is being taken up by mystery stuff? I&apos;d like to be able to fill this thing someday.&lt;br&gt;
&lt;br&gt;
thanks! </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97232</guid>
	<pubDate>Tue, 22 Jul 2008 12:18:26 -0800</pubDate>

<category>iPod</category>

<category>problem</category>

	<dc:creator>Ironmouth</dc:creator>
	</item>
	<item>
	<title>Excluding Enterprise, What&apos;s the Mac&apos;s Market Share?</title>
	<link>http://ask.metafilter.com/97227/Excluding-Enterprise-Whats-the-Macs-Market-Share</link>	
	<description>When people are spending their own money, what percentage buy macs? There&apos;s never a mystery as to Apple&apos;s share of the personal computer market&#8230;it seemed to bottom out at about 3 percent of the market early in this decade, and by most accounts has since risen to the high single digits, usually reported as about 8 percent (and growing) at the present. However, when I see people using laptops in public (say, at coffee shops or airports), the percentage of macs seems to be significantly higher, about one in three or four. Also, the mac&apos;s presence in the online community just seems to be significantly higher than one in ten, based on the volume of mac questions, software discussions, anticipated hardware releases, etc.&lt;br&gt;
&lt;br&gt;
Trying to reconcile these seeming contradictions led me to a eureka moment: when mac vs. pc market share is published, it&apos;s usually in the form of total system sales. Of course, sales of PC&apos;s include the thousands and thousands of cheap desktops and dumb terminals that inhabit the world&apos;s cubicle farms, call centers, and data processing hubs, while institutional sales account for a much smaller percentage of the total mac output, probably confined mostly to schools.&lt;br&gt;
&lt;br&gt;
Googling for info on sales to individuals turns up very little; the best I could come up with is &lt;a href=&quot;http://news.cnet.com/8301-13506_3-9831586-17.html&quot;&gt;this article&lt;/a&gt; from CNET News which seems to indicate that, as of last December, about 3 out of 10 people anticipated that their next computer purchace would be a mac (surprisingly close to my own observations).&lt;br&gt;
&lt;br&gt;
So, here&apos;s the question: When people are spending their own money, what percentage by macs? In other words, what&apos;s the mac share of the &lt;em&gt;personal&lt;/em&gt; personal computer market?&lt;br&gt;
&lt;br&gt;
&lt;small&gt;Disclaimer: not looking to start a Mac vs. PC war here; just wondering what individuals spend their hard-earned moola on.&lt;/small&gt; </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97227</guid>
	<pubDate>Tue, 22 Jul 2008 11:15:34 -0800</pubDate>

<category>operatingsystems</category>

<category>macOS</category>

<category>PC</category>

	<dc:creator>dinger</dc:creator>
	</item>
	
	</channel>
</rss>

