
sikkinixx
Mar 27, 09:09 PM
I'm fairly sure they do nothing to the game UNLESS the game says it needs it. I know Perfect Dark only works (well you can do a few things without the expansion pack...) well with the pack. But thats the only game I know of that needs it... maybe LoZ:MM?
edit: Ok, it seems to be used to improve some games! :)
http://en.wikipedia.org/wiki/Expansion_Pak
edit: Ok, it seems to be used to improve some games! :)
http://en.wikipedia.org/wiki/Expansion_Pak

ZoomZoomZoom
Sep 26, 09:56 PM
Go to Macromedia's website and download a free 30 day trial of Dreamweaver. The interface is easy to understand. The color coding text makes looking at the code alot easier. And, you can preview pretty much instantly what you've done, so you can toy around with the code to see what everything does. Good way to learn. I learned on Dreamweaver(pirated), then went to notepad when i re-evaluated my morals, and then went back to buy dreamweaver for mac when i switched over. If there's a notepad-equivalent for macintosh, you can probably use it for webpages once you've learned html for about a month.

Chris Blount
May 6, 12:14 PM
Yep! Don't rely on the Best Buy web site. I called around and they had the new iMac's in stock and on sale! Just picked mine up.

NeoMac
Mar 10, 12:36 PM
Do you still live at home with your parents, or are you away at school? If you rent an apartment you should be able to buy renters insurance and purchase additional coverage for your gear. I did this while I was away at school and renting an apartment. It was only a few extra bucks a month for the extra coverage. If you still live with your parents they can buy additional coverage on their property insurance.
more...

MultiFinder17
May 1, 05:08 PM
Yes it is. My background is a light grey colour so it shows up on that. And the fact that I know it's there means my eyes are drawn to it.
Best of luck trying to get it replaced, but don't expect them to do it mate.
Best of luck trying to get it replaced, but don't expect them to do it mate.

vjfoxy
Dec 13, 11:37 AM
In a similar position - in that I'm looking for a scanner to digitise my wives film slide collection (approx 2000 slides). At first I was looking for film specific scanners (for film negative and slides). I've now heard Canon have dropped this dedicated line and replaced it with scanners such as the i9950 (thats the Euro name).
I find the http://www.photo-i.co.uk/ site provides some useful tips.
Good luck.
I find the http://www.photo-i.co.uk/ site provides some useful tips.
Good luck.
more...

Dane D.
Feb 17, 09:24 AM
They sell them because people like myself threw out our turntable years ago. Plus, the setup and ease of use. They work great, I have an Ion brand and ripped over forty albums.

skyline r34
Oct 10, 11:05 PM
I've been a window's user for years and one day I was shopping at Fashion Valley Mall here in San Diego and I stop by the Apple store to check out what thay have to offer and I play around with a Mac Mini using the Mac Osx Tiger software and just love it, so right then and there I bought a Mac Mini computer that day, and that was five months ago and know i'm ready to graduate to a PowerMac G5 computer. I'm plan on buying the G5 for christmas.
more...

zimv20
Jul 8, 04:37 PM
Originally posted by EdSchouten
you could edit the httpd.conf to search for htaccess instead of .htaccess :)
i kept all my .ht files hidden, by design. i apologize if i implied i was using "htaccess" instead of ".htaccess".
you could edit the httpd.conf to search for htaccess instead of .htaccess :)
i kept all my .ht files hidden, by design. i apologize if i implied i was using "htaccess" instead of ".htaccess".

BornAgainMac
Apr 26, 07:10 AM
I would keep it.
more...

alvindarkness
Apr 8, 11:20 AM
I've heard from AppleInsider that TRIM is long due to the macs and that Apple will enable TRIM support in Lion update...
After I've installed an Intel x25-m G2 SSD onto my 2010 MBP 13", the benchmarks were low compared to that on Windows platform. I also noticed the Apple's own stock SSD (mostly Toshiba or Samsung) have aggressive GC, but their read/write speeds are off compared to many decent SSD's on the market, like sandforce powered OCZ Vertex 3, or intel G3.
Funny thing is that Apple's own solid state drives has their own GC, and enables TRIM on-the-fly, as reported by Anandtech, but I wasn't very sure.
Has anyone have any ideas if and when TRIM will be implemented on macs, since it is really needed for people with SSD's in their macs?
TRIM is already implemented on Lion. You can even enable it on 10.6.7 if you use the IOAHCIFamily.kext from a 2011 MBP.
The trick is that both Lion and 10.6.7 (using the MBP 2011 kext above) look for an SSD with the model name "APPLE SSD". What you need to do is hex edit IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage and replace the two instances of "APPLE SSD" with the first 9 character of your SSD drive as it appears in system profiler. (In my case "OCZ-VERTE").
Theres a lot more information here -> http://forum.hardmac.com/index.php?showtopic=10020
And heres confirmation that it does indeed work (this is a snow leopard pic, Ive also done this in Lion).
280293
The real question is, wether this is a stop-gap measure, or if Apple intend to continue this trend into the future and only support trim on native apple ssd's. Would be nice to not have to load a hex editor after every delta/combo update.
After I've installed an Intel x25-m G2 SSD onto my 2010 MBP 13", the benchmarks were low compared to that on Windows platform. I also noticed the Apple's own stock SSD (mostly Toshiba or Samsung) have aggressive GC, but their read/write speeds are off compared to many decent SSD's on the market, like sandforce powered OCZ Vertex 3, or intel G3.
Funny thing is that Apple's own solid state drives has their own GC, and enables TRIM on-the-fly, as reported by Anandtech, but I wasn't very sure.
Has anyone have any ideas if and when TRIM will be implemented on macs, since it is really needed for people with SSD's in their macs?
TRIM is already implemented on Lion. You can even enable it on 10.6.7 if you use the IOAHCIFamily.kext from a 2011 MBP.
The trick is that both Lion and 10.6.7 (using the MBP 2011 kext above) look for an SSD with the model name "APPLE SSD". What you need to do is hex edit IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage and replace the two instances of "APPLE SSD" with the first 9 character of your SSD drive as it appears in system profiler. (In my case "OCZ-VERTE").
Theres a lot more information here -> http://forum.hardmac.com/index.php?showtopic=10020
And heres confirmation that it does indeed work (this is a snow leopard pic, Ive also done this in Lion).
280293
The real question is, wether this is a stop-gap measure, or if Apple intend to continue this trend into the future and only support trim on native apple ssd's. Would be nice to not have to load a hex editor after every delta/combo update.

ClutchThese
Mar 3, 09:35 PM
the new devices will be shipped with 4.3
No use in getting people worked up and hoping it will ship with 4.2.1....it wont.
No use in getting people worked up and hoping it will ship with 4.2.1....it wont.
more...

iccy82
Jun 20, 10:49 PM
wow, didn't realize we have dukies here @ MR -_-
dukie is everywhere :)
dukie is everywhere :)

DARKJ3DI
Aug 13, 06:30 AM
I dont understand this hate for QuickTime X. Its designed for video 'playback'. Just like VLC or any other media player.
QUickTime 7 has never been good for me. I tried to export a widescreen video to MPEG4 and it came out as horizontally compressed 4:3.
QUickTime 7 has never been good for me. I tried to export a widescreen video to MPEG4 and it came out as horizontally compressed 4:3.
more...

King Cobra
Sep 8, 06:48 PM
Apple made it clear last year in August that they were not going to have any new hardware at the Paris Expo (2001). They most likely will do the same again this year.
BTW, when is the expo? Seriously...
If there isn't going to be new hardware, then, ladies and gentlemen, let's take a look at the software department. There is the possibility of iCal and iSync to follow up to iPod OS 1.2 and Jaguar, along with the possibility of an iMovie/FCP update. I would pay close attention to a possible iPhoto 2 at Paris, though, as I think it will provide the option to load specific pics, instead of just dumping everything on your camera onto your computer.
BTW, when is the expo? Seriously...
If there isn't going to be new hardware, then, ladies and gentlemen, let's take a look at the software department. There is the possibility of iCal and iSync to follow up to iPod OS 1.2 and Jaguar, along with the possibility of an iMovie/FCP update. I would pay close attention to a possible iPhoto 2 at Paris, though, as I think it will provide the option to load specific pics, instead of just dumping everything on your camera onto your computer.

Matth3w
May 2, 06:53 PM
Yep, I said non-slim. Reason being, I have a smaller shoulder bag for it on a day to day basis. But the bag doesn't hold much. So if I want to take it in my book bag, either of the bags I have, have larger pockets for laptops.
So I either am looking for a case that is hard and larger, or a book bag with a better (smaller) pocket for a thin laptop.
I've spent hours on Google but I keep finding the manila carrying case for example...I don't want something like that.
So I either am looking for a case that is hard and larger, or a book bag with a better (smaller) pocket for a thin laptop.
I've spent hours on Google but I keep finding the manila carrying case for example...I don't want something like that.
more...

Vector
Jul 3, 05:14 PM
I have jaguar running on my wallstreet 233 and it works fine and is very stable. I do not use it as my main computer anymore but it works fine when i need it. Freehand and Photoshop run fine on it as do less intensive apps, although long actions in ps can get tedious.
I wouldn't be surprised to see a hack for panther once it comes out unless there is some large hardware/firmware problem to overcome.
I wouldn't be surprised to see a hack for panther once it comes out unless there is some large hardware/firmware problem to overcome.

OrangeSVTguy
Mar 18, 12:20 PM
552,139 points sounds about right if your overclocked to 10.3ghz but if not then something is wrong :p
Anyways. Try and do a slight overclock to 3.5-8ghz and you'll be finishing bigadvs in no time. You need to fully complete 10 bigadv WUs to start getting their bonus. You will get 75k + points when you complete it. I get closely 90k points when I complete one, which is around 55k PPD.
Don't be afraid to OC, the 920s are the best and you can probably get close to 4ghz on air. See how far you can go on stock voltages. I got a really good chip as I'm at 4.2ghz @1.26v and it's 24/7 folding stable. Lower volts = lower temps and vice versa.
Anyways. Try and do a slight overclock to 3.5-8ghz and you'll be finishing bigadvs in no time. You need to fully complete 10 bigadv WUs to start getting their bonus. You will get 75k + points when you complete it. I get closely 90k points when I complete one, which is around 55k PPD.
Don't be afraid to OC, the 920s are the best and you can probably get close to 4ghz on air. See how far you can go on stock voltages. I got a really good chip as I'm at 4.2ghz @1.26v and it's 24/7 folding stable. Lower volts = lower temps and vice versa.

kretzy
Dec 19, 09:36 AM
I think this is the coolest animated 'tar I've seen. It's so detailed, funny and clever! Nice job! ;)
dejo
Apr 21, 12:18 PM
Oooh, a YouTube tag.
YouTube: video (http://youtube.com/watch?v=4r7wHMg5Yjg)
With fancy quote handling...
YouTube: video (http://youtube.com/watch?v=4r7wHMg5Yjg)
With fancy quote handling...
MrMacMan
Sep 17, 08:38 PM
Originally posted by applemacdude
I dont feel like old school even though i registerd in 2001
You haven't posted a ton of posts, if so you would feel old skool.
:p
I dont feel like old school even though i registerd in 2001
You haven't posted a ton of posts, if so you would feel old skool.
:p
jonnysods
Apr 8, 10:16 PM
I would use Rapidweaver - it's a step up from iWeb which is important as I'm pretty sure iWeb is going to be getting dropped soon!
GGJstudios
May 4, 12:43 PM
The booq Vyper (http://www.booqbags.com/All-Products/Vyper-hard-laptop-cases) is the best protection I've ever seen in a notebook sleeve. In my opinion, it offers far better protection than any neoprene case, the zippers never come into contact with your MBP, and it looks great!
http://www.booqbags.com/c.579293/site/VYP/VYP4s.jpg
There are dozens of threads on this topic, with suggestions by hundreds of posters, which can easily be found by searching with MRoogle.
Snug fitting sleeve for 2011 15" MBP (http://forums.macrumors.com/showthread.php?t=1123064&highlight=sleeve)
13" MBP sleeve with shoulder strap? (http://forums.macrumors.com/showthread.php?t=1112590&highlight=sleeve)
MacBook Pro 15" Slim Stylish Protective Sleeve (http://forums.macrumors.com/showthread.php?t=1113324&highlight=sleeve)
Super Protection bag/sleeve - alternative to Booq Vyper? (http://forums.macrumors.com/showthread.php?t=1127958&highlight=sleeve)
please recommend a sleeve or soft case for my new mbp (http://forums.macrumors.com/showthread.php?t=1112210&highlight=sleeve)
Is it important to get a laptop sleeve? (http://forums.macrumors.com/showthread.php?t=1088330&highlight=sleeve)
Macbook Pro Zip-less Sleeve (http://forums.macrumors.com/showthread.php?t=1082920&highlight=sleeve)
sleeve vs case (http://forums.macrumors.com/showthread.php?t=1067389&highlight=sleeve)
Any Suggestions For 13 Inch Macbook Pro Case/Sleeve? (http://forums.macrumors.com/showthread.php?t=897286&highlight=sleeve)
Just a sleeve or something more? (http://forums.macrumors.com/showthread.php?t=918439&highlight=sleeve)
what do you look for in a case of sleeve (http://forums.macrumors.com/showthread.php?t=963127&highlight=sleeve)
Looking for a good sleeve (Tom Bihn brain cell vs. Waterfield sleeve case) (http://forums.macrumors.com/showthread.php?t=970368&highlight=sleeve)
Sleeve vs Case vs no case or sleeve (http://forums.macrumors.com/showthread.php?t=951533&highlight=sleeve)
http://www.booqbags.com/c.579293/site/VYP/VYP4s.jpg
There are dozens of threads on this topic, with suggestions by hundreds of posters, which can easily be found by searching with MRoogle.
Snug fitting sleeve for 2011 15" MBP (http://forums.macrumors.com/showthread.php?t=1123064&highlight=sleeve)
13" MBP sleeve with shoulder strap? (http://forums.macrumors.com/showthread.php?t=1112590&highlight=sleeve)
MacBook Pro 15" Slim Stylish Protective Sleeve (http://forums.macrumors.com/showthread.php?t=1113324&highlight=sleeve)
Super Protection bag/sleeve - alternative to Booq Vyper? (http://forums.macrumors.com/showthread.php?t=1127958&highlight=sleeve)
please recommend a sleeve or soft case for my new mbp (http://forums.macrumors.com/showthread.php?t=1112210&highlight=sleeve)
Is it important to get a laptop sleeve? (http://forums.macrumors.com/showthread.php?t=1088330&highlight=sleeve)
Macbook Pro Zip-less Sleeve (http://forums.macrumors.com/showthread.php?t=1082920&highlight=sleeve)
sleeve vs case (http://forums.macrumors.com/showthread.php?t=1067389&highlight=sleeve)
Any Suggestions For 13 Inch Macbook Pro Case/Sleeve? (http://forums.macrumors.com/showthread.php?t=897286&highlight=sleeve)
Just a sleeve or something more? (http://forums.macrumors.com/showthread.php?t=918439&highlight=sleeve)
what do you look for in a case of sleeve (http://forums.macrumors.com/showthread.php?t=963127&highlight=sleeve)
Looking for a good sleeve (Tom Bihn brain cell vs. Waterfield sleeve case) (http://forums.macrumors.com/showthread.php?t=970368&highlight=sleeve)
Sleeve vs Case vs no case or sleeve (http://forums.macrumors.com/showthread.php?t=951533&highlight=sleeve)
GuyNextDoor
Jul 20, 10:20 AM
http://mlb.fanhouse.com/2010/07/19/will-comment-lead-to-tim-mccarver-being-airbrushed-at-fox/
absoulty disgusting I'm boycotting Fox on MLB till they do something with McCarver either he apologies or susspended/canned
Over-react much?
Besides, it's not called "The Evil Empire" for nothing.
absoulty disgusting I'm boycotting Fox on MLB till they do something with McCarver either he apologies or susspended/canned
Over-react much?
Besides, it's not called "The Evil Empire" for nothing.







No comments:
Post a Comment