Replacing the WiFi card and the hard disk in the Wind / Advent is straight forward.
After undoing all the bolts on the bottom, and easing off the bottom case, you will see the bolt that holds the WiFi card in. Undo it and the card slips out. Remove the aerial leads, and to put in a new card, do it all in reverse.
To replace the hard disk first of all remove the WiFi card.
You need to do this to get access to the retaining bolt for the HD. With the WiFi card removed, you get access to the HDs bolt, undo and pull the HD out.
I installed 10.5.5 on my hackintosh, but it crashed, and I had to hold the power key down to shutdown and then restart.
On restart I got the message "You Need to restart your computer. Hold down the power button for several seconds or press the Restart button".
When you do this you get the same message all over. If you look at the top of the screen in the boot messages you'll see "Unsupported CPU \n" and "AppleIntelCPUPowerManagement".
Whats happened is that the updater has installed the kernel extension (kext) AppleIntelCPUPowerManagement.kext so you need to remove it.
To do this boot from the DVD.
On my MSI Wind / Advent 4211:
- hold down F11 on boot
- select 'boot from DVD'

after the usual whirring away you'll get the start of the installation.
- select you language. I selected English
- click 'continue' at the welcome message
- click Agree when asked
At the 'select destination screen' go to the Utilities menu and select Terminal.
When the terminal window opens type:
cd /Volumes/HardDisk/System/Library/Extensions
rm -rf AppleIntelCPUPowerManagement.kext
Quit from terminal
Quit from the installer and click restart.
I don't generally use Opera, and I also I use a web filter service, the rather excellent ScanSafe, I feel fairly safe against web based threats.
If you have a similar service you may not need the free service from Opera that sends all your DNS queries to a 3rd party, Seattle-based Haute Secure.
The Opera Fraud Protection can be enabled/disabled from Tools > Preferences > Advanced > Security by checking/unchecking the box marked "Enable Fraud Protection."
You will see the protection operating by querying your firewall for requests to http://sitecheck2.opera.com.
The Washington Post has an article about this, and also some weaknesses, like sending the query clear text, having a weak HMAC so you can reverse engineer the process, or, if you are a malware / phishing 'vendor' querying to see when you need to change hostnames.
It seems performance is not very good. The report says that on a sample page with nearly 3 dozen bad links, the browser blocked just two.
Previously I wrote about one way to do this. Having experimented, I've found another. You start by sharing your site.

The person gets an email with the link in it

If they do not have an account, and the presumption is they don't, then they need to create one, so they click the 'sign in with a different account link'.

On the next screen they click 'create an account now'

This takes them to the new account screen. Fill in the details - use your own email address, the one the invite was sent to

do the captcha
and it takes them to the Site

Future Logins
When returning to the Site, the visitor does not need to create an account, they login by clicking 'sign in with a different account'. Even if you share multiple Sites with them, a single login only is required.

Also, if you have shared multiple Sites with the same person, they can navigate around by clicking the 'Sites' link at the top right

which takes them to a summary page

From previous blogs, I'd been having problems with the wireless not connecting to a WPA network. Unencrypted worked fine. Don't know about WEP since I don't run it.
It seemed to me it was possibly a wireless card problem, since running WPA involves the OS pushing code to the card, and I'd noticed that the card was 'unknown'. So after trying a few things, one day while browsing ebay I saw a genuine Apple Airport card, for the grand sum of £10. Bought it, fitted, and now I'm on WPA.
So my previous suggestion to get the Broadcom 1490 based card I would now revise to get a genuine Apple Airport, if you can. I'm sure that there are 3rd party ie non Apple branded cards that work OK with WPA.
Update: Found this link to some possible options on ebay
In a previous tip I showed how to slow down a movie.
This technique does not seem to work for mp3s.
For one purpose I needed to slow down a sound track about 10%. For this I used Audacity which works really nicely.
Open the file, and then from the Analyze menu select 'Change Tempo'. Put in a percentage. As a guide if you don't want the ear to 'hear' that things are slowed down / speeded up you cannot change more than about 10% or 12%, your mileage will vary.
Since Audacity can open various file types eg .wav .aif and even .mov, and then export to mp3 if you get the free LAME plugin, this technique works well for most sound sources.
There are 3 ways to change the image OSX starts up with.
1. Save your new image in the path /system/library, and then change the loginwindow prefs: (command may wrap)
sudo cp /path/to/picture/picture.jpg "/library/desktop pictures/picture.jpg"
sudo defaults write /Library/Preferences/com.apple.loginwindow \ DesktopPicture "/Library/Desktop Pictures/Aqua Blue.jpg"
2. Replace the startup screen image
cd /System/Library/CoreServices
sudo mv DefaultDesktop.jpg DefaultDesktop.jpg.old
sudo cp /Path/to/picture/you/want/to/use/image.jpg DefaultDesktop.jpg
3.There's a shareware application to do it for you - it also does the login window as well.
Download Visage from http://keakaj.com/visagelogin.html and register for $4.95.