<?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>Macintosh How To &#187; advanced</title>
	<atom:link href="http://macintoshhowto.com/tag/advanced/feed" rel="self" type="application/rss+xml" />
	<link>http://macintoshhowto.com</link>
	<description>...the art of macintosh maintenance...</description>
	<lastBuildDate>Fri, 03 Feb 2012 06:23:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to use Amazon Cloudfront to speed up your wordpress site.</title>
		<link>http://macintoshhowto.com/advanced/how-to-use-amazon-cloudfront-to-serve-your-wordpress-site.html</link>
		<comments>http://macintoshhowto.com/advanced/how-to-use-amazon-cloudfront-to-serve-your-wordpress-site.html#comments</comments>
		<pubDate>Fri, 01 Jul 2011 05:14:06 +0000</pubDate>
		<dc:creator>Ph7jKLD</dc:creator>
				<category><![CDATA[advanced]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Amazon]]></category>

		<guid isPermaLink="false">http://macintoshhowto.com/?p=1707</guid>
		<description><![CDATA[I&#8217;ve just moved all the images from macintoshhowto.com over to Amazon Cloudfront. The bottom line is that you should notice macintoshhowto.com speed up. If you want to know how to do it, read on. How to make your wordpress site real fast using Amazon Cloudfront. Cloudfront is a way to speed up your web content delivery. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://macintoshhowto.com/wp-content/uploads/2011/06/logo_aws.gif"><img class="alignnone size-full wp-image-1708" title="logo_aws" src="http://macintoshhowto.com/wp-content/uploads/2011/06/logo_aws.gif" alt="" width="164" height="60" /></a></p>
<p>I&#8217;ve just moved all the images from macintoshhowto.com over to Amazon Cloudfront. <strong>The bottom line is that you <em>should</em> notice macintoshhowto.com speed up. </strong>If you want to know how to do it, read on. <span id="more-1707"></span></p>
<p><strong>How to make your wordpress site real fast using Amazon Cloudfront.</strong></p>
<p>Cloudfront is a way to speed up your web content delivery. Amazon has fast servers all round the world and they are letting people (for a price!) use their infastructure to serve up copies of their own files such as pictures, backgrounds etc. These static files are stored on the Amazon Cloudfront servers. When someone visits your website the main part of your page (the bits that need to actually run php code and so on) come from your own server, but all the images and so on come from the Amazon Cloudfront. This speeds up you site in two ways. 1. Amazon delivers your pictures real fast. 2. This reduces the demand on your own server, making it faster as well.</p>
<p><strong>There are two ways for Cloudfront to work.<br />
</strong>1. You upload all your wordpress static files (you wp-content and wp-includes folders) onto Amazon S3, then tell Cloudfront to get your files from Amazon S3 as it needs them.<br />
OR<br />
2. You tell Cloudfront to get the files directly from your site as it needs them. This second way is called &#8216;Origin Pull&#8217;.</p>
<p>The advantage of 1 is that if you ever change your wordpress host, your entire wp-content folder is stored off-site at Amazon S3, so you don&#8217;t need to even copy your wp-content folder to your new wordpress installation. The new S3 wp-content folder becomes your wp-content folder &#8211; you can even load images directly to S3 and then insert them into your wordpress posts.<br />
The advantage of 2 is that it&#8217;s easier and cheaper, and you don&#8217;t need to upload the files to Amazon each time you make a new post.</p>
<p>Here is how to setup your wordpress site to use CloudFront via Origin Pull (the second of the above two options). You need to set up an Amazon Cloudfront account, and install one of two cache plugins, WP Super Cache or W3 Total Cache. The Cache plugins will redirect your browser to get the static content from Amazon instead of your site. It&#8217;s really quite simple, you just need to put the Cloudfront details into your Cache plugin, and then put your wordpress URL into your Cloudfront account.</p>
<p><strong>STEP 1: SET UP A CLOUDFRONT ACCOUNT<br />
</strong><br />
1. Go to Amazon Web Services &#8211; <a href="http://aws.amazon.com">http://aws.amazon.com</a> and sign up for Amazon Cloudfront content delivery. If you already have an amazon.com account it can be linked to that account for payment.</p>
<p>2. Go to the Cloudfront Management Console &#8211; <a href="https://console.aws.amazon.com/cloudfront/home">https://console.aws.amazon.com/cloudfront/home</a></p>
<p>3. Click on &#8216;Create Distribution&#8217;. The following window will appear.</p>
<div id="attachment_1709" class="wp-caption alignnone" style="width: 550px"><a href="http://macintoshhowto.com/wp-content/uploads/2011/06/Screen-shot-2011-07-01-at-1.57.02-PM.png"><img class="size-full wp-image-1709" title="Screen shot 2011-07-01 at 1.57.02 PM" src="http://macintoshhowto.com/wp-content/uploads/2011/06/Screen-shot-2011-07-01-at-1.57.02-PM.png" alt="" width="540" height="395" /></a><p class="wp-caption-text">Select Custom Origin not Amazon S3. This means it will automatically pull the content it needs from your website. Enter your website URL under Origin DNS Name: This is where it will pull the content from.</p></div>
<p>4. Press Continue and on the next page leave everything blank except fill in the comment with something meaningful then press continue.</p>
<p>5. Press Create Distribution.</p>
<div id="attachment_1710" class="wp-caption alignnone" style="width: 539px"><a href="http://macintoshhowto.com/wp-content/uploads/2011/06/Screen-shot-2011-07-01-at-1.58.09-PM.png"><img class="size-full wp-image-1710" title="Create Cloudfront Distribution" src="http://macintoshhowto.com/wp-content/uploads/2011/06/Screen-shot-2011-07-01-at-1.58.09-PM.png" alt="" width="529" height="381" /></a><p class="wp-caption-text">Check the details and press &#39;Create Distribution&#39;.</p></div>
<p>6. The new distribution will appear in the console. Copy the domain name.</p>
<div id="attachment_1711" class="wp-caption alignnone" style="width: 400px"><a href="http://macintoshhowto.com/wp-content/uploads/2011/06/Screen-shot-2011-07-01-at-1.58.42-PM.png"><img class="size-full wp-image-1711" title="distribution URL" src="http://macintoshhowto.com/wp-content/uploads/2011/06/Screen-shot-2011-07-01-at-1.58.42-PM.png" alt="" width="390" height="24" /></a><p class="wp-caption-text">6. Copy the domain name. In my case the URL is d3hnrcqh47hd0x.cloudfront.net</p></div>
<p><strong>STEP 2: PUT THE CLOUDFRONT DETAILS INTO WORDPRESS<br />
</strong><br />
Now you will need to go into your wordpress admin and set up the cloudfront server as the place wordpress will go for all your static content files. You do this from the Super Cache or W3 Total Cache plugin.</p>
<p>In<strong> WP Super Cache</strong>, go to the CDN tab and enter the URL from the cloudfront into the &#8216;Off-site URL field, and select the &#8216;Enable CDN Support&#8217; tab. Press &#8216;Save Changes&#8217;</p>
<div id="attachment_1712" class="wp-caption alignnone" style="width: 448px"><a href="http://macintoshhowto.com/wp-content/uploads/2011/06/Screen-shot-2011-07-01-at-2.08.19-PM.png"><img class="size-full wp-image-1712" title="WP Super Cache" src="http://macintoshhowto.com/wp-content/uploads/2011/06/Screen-shot-2011-07-01-at-2.08.19-PM.png" alt="" width="438" height="95" /></a><p class="wp-caption-text">Entering the Cloudfront URL into WP Super Cache</p></div>
<p>In W3 Total Cache go to the &#8216;Content Delivery Network&#8217; page, then enter the details under &#8220;Replace Site&#8217;s hostname with:&#8221;</p>
<div id="attachment_1713" class="wp-caption alignnone" style="width: 607px"><a href="http://macintoshhowto.com/wp-content/uploads/2011/06/Screen-shot-2011-07-01-at-2.14.56-PM.png"><img class="size-full wp-image-1713" title="W3 Total Cache" src="http://macintoshhowto.com/wp-content/uploads/2011/06/Screen-shot-2011-07-01-at-2.14.56-PM.png" alt="" width="597" height="77" /></a><p class="wp-caption-text">Entering the Cloudfront URL into W3 Total Cache</p></div>
<p>Unfortunately in W3 Total Cache you will need to fill in the Access key ID and other fields even though these are not needed if you are using Origin Pull. They are only needed if you want to use Amazon S3 as a bucket to load the cloudfront files. We are using Origin Pull so these settings are not needed. Just put in anything like this:</p>
<div id="attachment_1714" class="wp-caption alignnone" style="width: 504px"><a href="http://macintoshhowto.com/wp-content/uploads/2011/06/Screen-shot-2011-07-01-at-2.16.31-PM.png"><img class="size-full wp-image-1714 " title="AWS settings" src="http://macintoshhowto.com/wp-content/uploads/2011/06/Screen-shot-2011-07-01-at-2.16.31-PM.png" alt="" width="494" height="169" /></a><p class="wp-caption-text">The login details can be anything if you are using Origin Pull because it&#39;s Amazon Cloudfront that does the work, not W3 Total Cache.</p></div>
<p>Also you can ignore any messages like this one below. They don&#8217;t apply for Origin Pull. They are telling you that you need to update the files in the S3 bucket, but you&#8217;re not using the S3 bucket.</p>
<p><a href="http://macintoshhowto.com/wp-content/uploads/2011/06/Screen-shot-2011-07-01-at-2.19.38-PM.png"><img class="alignnone size-full wp-image-1715" title="Origin Pull" src="http://macintoshhowto.com/wp-content/uploads/2011/06/Screen-shot-2011-07-01-at-2.19.38-PM.png" alt="" width="496" height="33" /></a></p>
<p>Give it a try!</p>
<p>To test that it&#8217;s working, go to your webpage, then from Safari click &#8216;view source&#8217;. You should see the URL of the images in the HTML file are now coming from the cloud server:</p>
<p><code>img src="http://d3hnrcqh47hd0x.cloudfront.net/wp-content/themes/dpc/images/logo.png" alt="dpc.com" </code></p>
<p>That&#8217;s it. The images and other static files are now coming from the Amazon Cloudserver. It&#8217;s all automatic. If you want you can tweak the cache settings to change what files come from the Cloudserver and what come from your site.</p>
<a name="fb_share" type="box_count" share_url="http://macintoshhowto.com/advanced/how-to-use-amazon-cloudfront-to-serve-your-wordpress-site.html">Share</a>]]></content:encoded>
			<wfw:commentRss>http://macintoshhowto.com/advanced/how-to-use-amazon-cloudfront-to-serve-your-wordpress-site.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How to make your printer run cheaply</title>
		<link>http://macintoshhowto.com/advanced/how-to-make-your-printer-run-cheaply.html</link>
		<comments>http://macintoshhowto.com/advanced/how-to-make-your-printer-run-cheaply.html#comments</comments>
		<pubDate>Fri, 03 Jun 2011 03:42:31 +0000</pubDate>
		<dc:creator>Ph7jKLD</dc:creator>
				<category><![CDATA[advanced]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[printing]]></category>

		<guid isPermaLink="false">http://macintoshhowto.com/advanced/how-to-make-your-printer-run-cheaply.html</guid>
		<description><![CDATA[This hint is not strictly Macintosh, but it&#8217;s so good I have to write it up. Did you know you can get what they call a Continuous inking system (CIS) for most big name inkjet printers? It continually feeds the ink into the printer so you don&#8217;t have to change the cartridges! You can see [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://macintoshhowto.com/wp-content/uploads/2008/03/cis2.jpg" alt="cis2.jpg" /><br />
This hint is not strictly Macintosh, but it&#8217;s so good I have to write it up. Did you know you can get what they call a Continuous inking system (CIS) for most big name inkjet printers? It continually feeds the ink into the printer so you don&#8217;t have to change the cartridges! You can see the big containers of ink in the photo above &#8211; they sit next to the printer.<br />
<span id="more-166"></span><br />
Here is a picture of the inkjet cartridges which replace the old inkjet cartridges. These new ones  have little tubes running from the ink tans into them to deliver the ink.</p>
<p><img src="http://macintoshhowto.com/wp-content/uploads/2008/03/cis1.jpg" alt="cis1.jpg" /></p>
<p>I purchased mine from <a href="http://rihac.com.au">RIHAC</a> in Melbourne, Australia. They have a good unit, with good instructions as well as good phone support, the sell the CIS system for about $150 and it comes with I think it was 100ml of ink per color. Installing the CIS system is about the same complexity as changing a pushbike tyre, or sewing a button on a shirt. If you can follow instructions, you should be able to install it OK.  Mine&#8217;s been going about 2 years now with no problems at all.</p>
<a name="fb_share" type="box_count" share_url="http://macintoshhowto.com/advanced/how-to-make-your-printer-run-cheaply.html">Share</a>]]></content:encoded>
			<wfw:commentRss>http://macintoshhowto.com/advanced/how-to-make-your-printer-run-cheaply.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to fix a loose hinge on an Aluminium Powerbook</title>
		<link>http://macintoshhowto.com/hardware/how-to-fix-a-loose-hinge-on-an-aluminium-powerbook.html</link>
		<comments>http://macintoshhowto.com/hardware/how-to-fix-a-loose-hinge-on-an-aluminium-powerbook.html#comments</comments>
		<pubDate>Mon, 05 Jul 2010 02:19:34 +0000</pubDate>
		<dc:creator>Ph7jKLD</dc:creator>
				<category><![CDATA[advanced]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[powerbook]]></category>
		<category><![CDATA[repair]]></category>

		<guid isPermaLink="false">http://macintoshhowto.com/hardware/how-to-fix-a-loose-hinge-on-an-aluminium-powerbook.html</guid>
		<description><![CDATA[If you&#8217;ve got an Aluminium Powerbook, (either the last of the G4 models or the new intel mac pro models) they are a great machine (the 15 inch is my favourite) but after a few years the hinge can get loose. Thankfully this is not like the old Titanium powerbooks where the hinge was broken, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://macintoshhowto.com/wp-content/uploads/2008/03/pbsummary.jpg" alt="pbsummary.jpg" width="406" height="283" /><br />
If you&#8217;ve got an Aluminium Powerbook, (either the last of the G4 models or the new intel mac pro models) they are a great machine (the 15 inch is my favourite) but after a few years the hinge can get loose. Thankfully this is not like the old Titanium powerbooks where the hinge was broken, it is just a matter of a few screws that need to be tightened! Here&#8217;s how to do it.<br />
<span id="more-149"></span><br />
1. First of course is power it down and remove the battery. Then you need to find two screws like this, one each side,  and undo them with a torx size 6 screwdriver.<br />
<a title="pbscrew1.jpg" href="http://macintoshhowto.com/wp-content/uploads/2008/03/pbscrew1.jpg"><img src="http://macintoshhowto.com/wp-content/uploads/2008/03/pbscrew1.jpg" alt="pbscrew1.jpg" /></a><br />
2. Now carefully prise the back of the lid apart like this. Be VERY CAREFULL when prising the back off the screen not to damage the plastic, or apply too much pressure, or force anything. There are little lugs, and you need to prise the plastic over those lugs and back to get it off. The plastic comes off the back with the case that has the apple logo on it, so you pry between the plastic and the aluminium surrounding the LCD screen like this.<br />
<a title="pblever.jpg" href="http://macintoshhowto.com/wp-content/uploads/2008/03/pblever.jpg"><img src="http://macintoshhowto.com/wp-content/uploads/2008/03/pblever.jpg" alt="pblever.jpg" /></a><br />
<a title="pbtop.jpg" href="http://macintoshhowto.com/wp-content/uploads/2008/03/pbtop.jpg"><img src="http://macintoshhowto.com/wp-content/uploads/2008/03/pbtop.jpg" alt="pbtop.jpg" /></a></p>
<p>When you have worked your way up the sites, and over the top, the lid will pretty much fall off like this.<br />
<a title="pbopen.jpg" href="http://macintoshhowto.com/wp-content/uploads/2008/03/pbopen.jpg"><img src="http://macintoshhowto.com/wp-content/uploads/2008/03/pbopen.jpg" alt="pbopen.jpg" /></a><br />
These are the screws you need to tighten, there are 4, and the ones on the left are covered by a little piece of yellow sticky tape you need to remove and then replace after you are finished.</p>
<p><a title="pbreadytogo.jpg" href="http://macintoshhowto.com/wp-content/uploads/2008/03/pbreadytogo.jpg"><img src="http://macintoshhowto.com/wp-content/uploads/2008/03/pbreadytogo.jpg" alt="pbreadytogo.jpg" /></a> <a title="left-screws.jpg" href="http://macintoshhowto.com/wp-content/uploads/2008/03/left-screws.jpg"><img src="http://macintoshhowto.com/wp-content/uploads/2008/03/left-screws.jpg" alt="left-screws.jpg" /> </a><a title="pbrightscrews.jpg" href="http://macintoshhowto.com/wp-content/uploads/2008/03/pbrightscrews.jpg"><img src="http://macintoshhowto.com/wp-content/uploads/2008/03/pbrightscrews.jpg" alt="pbrightscrews.jpg" /></a></p>
<p>The tightening!</p>
<p><a title="pbtightenbest.jpg" href="http://macintoshhowto.com/wp-content/uploads/2008/03/pbtightenbest.jpg"><img src="http://macintoshhowto.com/wp-content/uploads/2008/03/pbtightenbest.jpg" alt="pbtightenbest.jpg" /></a></p>
<p>That&#8217;s it, now carefully put the sticky tape and lid back together, and replace the two screws. It should take about 1/2 hr to an hour.</p>
<a name="fb_share" type="box_count" share_url="http://macintoshhowto.com/hardware/how-to-fix-a-loose-hinge-on-an-aluminium-powerbook.html">Share</a>]]></content:encoded>
			<wfw:commentRss>http://macintoshhowto.com/hardware/how-to-fix-a-loose-hinge-on-an-aluminium-powerbook.html/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>How to run Windows on a Mac</title>
		<link>http://macintoshhowto.com/software/how-to-run-windows-on-a-mac.html</link>
		<comments>http://macintoshhowto.com/software/how-to-run-windows-on-a-mac.html#comments</comments>
		<pubDate>Sun, 06 Apr 2008 08:18:23 +0000</pubDate>
		<dc:creator>Ph7jKLD</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://macintoshhowto.com/software/how-to-run-windows-on-a-mac.html</guid>
		<description><![CDATA[O dear, this is a tragic topic. Nevertheless, I just installed Windows XP on my Intel Macintosh and it was easy! Windows XP set me back $115, but innotek VirtualBox, the program that let me run windows, was free. It&#8217;s pretty fast &#8211; it takes about 20 seconds to start Windows (that&#8217;s faster than my [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://macintoshhowto.com/wp-content/uploads/2008/04/picture-3.png" alt="picture-3.png" /></p>
<p>O dear, this is a tragic topic.  Nevertheless, I  just installed Windows XP on my Intel Macintosh and it was easy!   Windows XP set me back $115, but innotek VirtualBox, the program that let me run windows, was free.  It&#8217;s pretty fast &#8211;  it takes about 20 seconds  to start Windows (that&#8217;s faster than my OSX boots!) and about 6 seconds to turn it off.<span id="more-178"></span><br />
Why would you ever want to run windows on a Macintosh? Well I can think of two reasons.</p>
<p>1. The Australia Tax office does not put out a version of their tax return software for Macintosh.</p>
<p>2. If you are a web developer, developing on a Macintosh, your sire will probably look great on every browser except for Windows Explorer. That&#8217;s because Windows Explorer has lots of bugs in it and doesn&#8217;t display things properly. For this reason, it is a must that you test your websites in Explorer. Seeing as Microsoft have stopped supporting Macintosh, the only way to run Explorer on a Mac is to install Windows. What a shame!</p>
<p><strong>So with that by way of excuse, here&#8217;s how to do it&#8230;</strong></p>
<p>There are a few options to run Windows on an Intel Macintosh. Boot Camp, Virtual Box,  Parallels and VMware Fusion. The first two are free. If you just want to run Windows totally separately to  OSX, turning off the computer between OSX and Windows, then go with Boot Camp, it works well and it&#8217;s free!</p>
<p><a href="http://www.parallels.com/"><strong>Parallels</strong></a> <a href="http://www.parallels.com/en/download/desktop/">(click here to download) </a>is better if you want Windows applications more integrated with mac &#8211; you can drag and drop between windows and OSX! There is also a program called <a href="http://www.vmware.com/"><strong>VMWare Fusion </strong></a><a href="https://www.vmware.com/tryvmware/?eval=fusion">(click here to download) </a>which is like parallels but there doesn&#8217;t seem to be as much hype about it &#8211;  I&#8217;m not sure why. It&#8217;s meant to be faster than Parallels. You can download both for a 30 day free trial and work out which one you like.</p>
<p>With <strong>Bootcamp</strong>, Microsoft Windows takes over the whole computer. With Parallels Windows runs inside a window.  So Parallels is better for integration, (eg you want to run one or two windows programs easily)  but Boot Camp better for performance (eg you want to play games).</p>
<p>I decided that I&#8217;m certainly not a serious Windows user, so I downloaded <a href="http://www.virtualbox.org/"><strong>VirtualBox</strong>.</a> <a href="http://www.virtualbox.org/wiki/Downloads">(click here for download page and select binaries &#8211; OSX)</a> It downloads and installs like a normal mac program. When you run it, it comes up with a menu, I selected new, and it asked what kind of machine I wanted to make:</p>
<p><img src="http://macintoshhowto.com/wp-content/uploads/2008/04/picture-5.png" alt="picture-5.png" /></p>
<p>I chose Windows XP. It tells you to put the install disk in your CDROM drive, it asks a few questions, like how much RAM and so-on.  I just picked the default answer every time. Then before you know it Windows is up and running. It automatically worked out all the settings. I didn&#8217;t have to put in any network settings, or load any drivers or anything. It just worked!  I clicked on Windows Explorer and it&#8217;s surfing the web.</p>
<p>And here it is, Windows running inside Mac OSX&#8230;.</p>
<p><a href="http://macintoshhowto.com/wp-content/uploads/2008/04/picture-8.png" title="picture-8.png"><img src="http://macintoshhowto.com/wp-content/uploads/2008/04/picture-8.png" alt="picture-8.png" /></a></p>
<p>Here are some of the settings. As I said, I know nothing about windows so I just used all the ones it suggested.</p>
<p><img src="http://macintoshhowto.com/wp-content/uploads/2008/04/picture-9.png" alt="picture-9.png" /></p>
<p>Oh, and don&#8217;t go with Vista, reports are it&#8217;s a mess. You can buy Windows XP second hand off ebay. I got a Windows Professional Service Pack 2, whatever that means, for $115.</p>
<a name="fb_share" type="box_count" share_url="http://macintoshhowto.com/software/how-to-run-windows-on-a-mac.html">Share</a>]]></content:encoded>
			<wfw:commentRss>http://macintoshhowto.com/software/how-to-run-windows-on-a-mac.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>G4 logic board fault &#8211; model numbers of affected iBooks</title>
		<link>http://macintoshhowto.com/hardware/article.html</link>
		<comments>http://macintoshhowto.com/hardware/article.html#comments</comments>
		<pubDate>Wed, 26 Mar 2008 10:02:06 +0000</pubDate>
		<dc:creator>Ph7jKLD</dc:creator>
				<category><![CDATA[advanced]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[repair]]></category>

		<guid isPermaLink="false">http://macintoshhowto.com/g4-logicboard-fault-survey</guid>
		<description><![CDATA[This is the results of a survey I conducted over a year to see what different models of the G4 ibook are affected by the logicboard fault. The symptoms of the fault are as follows: After being on for a few minutes, your ibook gets a blank black screen, the fan turns on, and the [...]]]></description>
			<content:encoded><![CDATA[<p>This is the results of a survey I conducted over a year to see what different models of the G4 ibook are affected by the logicboard fault.</p>
<p>The symptoms of the fault are as follows:</p>
<ul>
<li>After being on for a few minutes, your ibook gets a blank black screen, the fan turns on, and the computer freezes.</li>
<li>You can&#8217;t do anything at all except power down the computer by holding the power button.</li>
<li>You restart and it doesn&#8217;t boot up.</li>
<li>You squeeze the bottom of the computer tightly together just to the left of the trackpad, and it boots up.</li>
<li>It tends to boot up when it is cold, but then stops working when it warms up.</li>
</ul>
<p>Here are the results of a survey I conducted here on macintoshhowto.com over a period of 6 months regarding the affected models. It appears all models are affected.</p>
<p><a href="http://macintoshhowto.com/wp-content/uploads/2008/03/Screen-shot-2010-02-09-at-7.44.55-AM.png"><img class="alignnone size-full wp-image-797" title="G4 survey" src="http://macintoshhowto.com/wp-content/uploads/2008/03/Screen-shot-2010-02-09-at-7.44.55-AM.png" alt="" width="275" height="383" /></a></p>
<p>In <a href="http://macintoshhowto.com/hardware/how-do-i-get-my-broken-g4-ibook-fixed.html">this article</a> I described the fix for this G4 logic board fault. This survey was to test what models were impacted.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<a name="fb_share" type="box_count" share_url="http://macintoshhowto.com/hardware/article.html">Share</a>]]></content:encoded>
			<wfw:commentRss>http://macintoshhowto.com/hardware/article.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Search problems in Mail application</title>
		<link>http://macintoshhowto.com/advanced/search-problems-in-mail-application.html</link>
		<comments>http://macintoshhowto.com/advanced/search-problems-in-mail-application.html#comments</comments>
		<pubDate>Sat, 10 Nov 2007 05:35:21 +0000</pubDate>
		<dc:creator>Ph7jKLD</dc:creator>
				<category><![CDATA[advanced]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://macintoshhowto.com/?p=245</guid>
		<description><![CDATA[I&#8217;ve been having a problem with mail &#8211; I can&#8217;t do a search on &#8216;entire message&#8217;. It is greyed out. There are all kinds of &#8216;fixes&#8217; available on the internet, but most of them didn&#8217;t work. Finally I fixed it and here&#8217;s a summary of the most useful advice, try it in this order: 1. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been having a problem with mail &#8211; I can&#8217;t do a search on &#8216;entire message&#8217;. It is greyed out. There are all kinds of &#8216;fixes&#8217; available on the internet, but most of them didn&#8217;t work. Finally I fixed it and here&#8217;s a summary of the most useful advice, try it in this order:</p>
<p>1. Have a look in ~/Library/Spotlight and make sure there are no plugins that might be causing problems. For example, I had an old Mailtags Plugin that was 2 years old, so I deleted it.</p>
<p>2. Make sure you haven&#8217;t excluded your mail folder in the spotlight privacy tab (spotlight preferences)</p>
<p>3. Reset the entire spotlight database by opening a terminal window and typing </p>
<p>sudo mdutil -E -i on /Volumes/*</p>
<p>(It will ask for your password)</p>
<p>4. Open Mail and click on Mailboxes:Rebuild.</p>
<p>That resets spotlight and mailboxes, which I think just about covers all options.</p>
<a name="fb_share" type="box_count" share_url="http://macintoshhowto.com/advanced/search-problems-in-mail-application.html">Share</a>]]></content:encoded>
			<wfw:commentRss>http://macintoshhowto.com/advanced/search-problems-in-mail-application.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

