Myst III looks like it's shaping up to be a great sequel -- heck, it finally gives us a reason to use those DVD drives in all our computers
But the release date has changed... f…
im a big fan of Myst and Riven......but im wondering, is this going to be the last title of the "D'ni games"?
It sure would be nice if they came out with a new game ever other y…
Myst IV is already in the works. Sorry I can't find a link so you can confirm this, but it came in one of Ubi Soft's press releases that also created the firestorm over the delayed…
Having problems with Adaptec 2906 on a PowerMac G4 with OS X, SCSI bus seems to be re-setting itself a couple of times a minute. Really would like to get both drives working under…
Having looked at the problem a little, it seems that Mail.app will get hung up on sending to SMTP servers that send more than one 220 greeting line. This mailhost gives me the 220-…
After having great difficulty installing OSX other than beta on my biege G3, I've pretty well much pinponted the problem to the CD you are installing from. I had replaced my origin…
Yes I've just spent most of the day trying to install 10.1
The procedure has been:
10.0 Clean Install
10.1 Update
Freeze,or Error...
Reboot
Kernel Panic
Reboot into Mac OS 9
Eras…
I have had the same exact problems as BooBoo.
The diference is I have a stock Dual 450. I removed all 3rd party devices and never even touched my DVD drive. Right now I'm zeroing …
Try this to see if it will work:
http://eshop.macsales.com/OSXCenter/
It's an app that will install OSX on unsupported Macs. Please post if it works or not because I have to do t…
Try this to see if it will work:
http://eshop.macsales.com/OSXCenter/
It's an app that will install OSX on unsupported Macs. Please post if it works or not because I have to do t…
Quote:
Originally posted by fmpsportsguy:
<STRONG>After having great difficulty installing OSX other than beta on my biege G3, I've pretty well much pinponted the …
OS X will definatley have a probelm with SCSI CDR. Try replacing with the old one - probably gonig to need it for X anyway.
Had major problems installing X on a beige. Finally w…
I couldn't install 10.0 on my Beige G3/300 until I returned it to its original condition (down to the master/slave IDE config). Once I installed, though, I re-customized the config…
Schwa, you had better luck than I did. The only way I can get 10 or 10.1 loaded onto my G3/266 is to pull the HD and put it in a G4. If I try to boot from the OS 10.1 CD on the …
hello,
in some respects i have just started out in programming. while im good at art and writing storyboards i have my goals set on these two apps. Of course as a cruel twist of i…
First, calling someone a "bastard" isn't the best way to introduce yourself and ask for help.
That rude comment aside, what's so bland about the information on the Internet? P…
I have a string that contains encoded URL data, it's not actually a real URL (in the form http://www.host.com/path/path), it's just a string encoded in the url format (with escap…
Quote:
Originally posted by exrae:
<STRONG>I have a string that contains encoded URL data, it's not actually a real URL (in the form http://www.host.com/path/path)…
I'm using Cocoa and Objective-C, I can create an NSURL with the string, but there seem only to be methods that can extract host etc., not decode the whole string... I would write i…
There are some CGI libraries in C that have to do this sort of parsing. Try looking at cgi-lib or cgic. I was working on an Objective-C CGI library at some point, but haven't had…
Well I've decided to write my own, replacing the '+' characters with spaces is obviously simple, but I need to convert occurrences of %XX (where XX is the ASCII value, in hex) to t…
CFURL.h (in CoreFoundation) has some functions for encoding and decoding URL text. Others can be found in the open-source Omni frameworks: the stuff you'll find useful is split bet…
I tried using CFURL and CFString to decode the URL data, but I'm having a problem..
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR>…