Friday, August 23, 2002


BounceWeb was having more MySQL problems today, which affected both MacMegasite & WorldBeatPlanet, as well as their own forums and all other sites hosted there. When I emailed them about it the last time, they assured me that the problem is fixed and won't happen again.

I added error_reporting(0); to mainfile.php in both sites, so the next time it happens you'll only see a message saying there's a problem with the home page instead of a page full of PHP & MySQL errors. Hopefully BounceWeb will get their act together pretty soon.

Unfortunately I'm paid a year ahead for both sites, so I'd lose money if I move someplace else.
11:09:16 PM    Comments []   


Of course Sept. 24 2002 is an important date - the official release of Jaguar. Here in south Florida, this date is in the news for another reason: the 10th anniversary of Hurricane Andrew, one of the biggest disasters in Florida history. I didn't live here at that time, so I have no personal memories of it.

Hopefully Jaguar won't be a major disaster :)
6:46:59 PM    Comments []   


I had some code that compiled with no problems in CodeWarrior, but in Project builder I got the error:
no matching function for call to `Connection::GetConnectionType ()'
Turns out I had another copy of Connection.h in the wrong directory, which shouldn't have been there. The IDE was using the path of the correct copy, which had that function added, but the compiler didn't use the same include path, so it was using the one in the current directory. Deleting that copy fixed the problem.
6:35:47 PM    Comments []   

Turn off graphics in Eudora. Eudora provides a way to turn off automatic loading of graphics for greater speed and privacy. [MacMegasite]
3:22:27 PM    Comments []