Henri, my approach has always been that Frontier should be monolithic -- everything it needs should be in Frontier, or Frontier should make it available. This...
... Well you've got 19 versioned library files for mysql's client library on the Mac, and that's not counting the 4 versions: 10.3 PPC 32 bit, 104. PPC 32 bit,...
Here is what I did I installed a fresh copy of Frontier from the server to my Mac (OSX 10.4.9 Power PC). I set port forwarding on. I copied the sample from the...
... as a non-kernel-coder actively using Frontier/Mac, i think i'm in th latter category, and i would prefer *not* to have a local, monolithic build; most...
... To do much of anything else with mysql, you need to have it locally installed already. Even mysql newbies are told to install it, as the tutorials walk...
Seth
yahoo.seth@...
Jun 1, 2007 6:37 pm
3225
Hey Russ, Since you are getting the time at < 127.0.0.1/ajax/ajax/time > I would tend to think that the problem is not in Frontier. Is JavaScript enabled in...
First, is there any easy way we can change version numbers so Frontier reports a different version if we're in a branch compile? In other words, when I compile...
... I originally created webservergetpref when I started working on the kernelized webserver during the Frontier 6.1 release cycle. Currently, it's only being...
Hello all, Instead of serverString I'm going to use headerFieldServer. I'm thinking that if we make other changes in the future, such as this one, it would...
... I'd also like to ask the list to "ship" a 10.1 release of the kernel. The testing pool is small of users, but I'd think that a8 or a9 should be "10.1" and...
On Windows, I imported a database containing an 8.4 million record table and ran 3.8 million queries against it in Frontier using mysql.easyQuery. Started with...
If you've been playing with the MySQL build, you may have found that queries that do not return rows may crash. Oops. Turns out the compileQuery verb was coded...
Here is a bare bones ajax javascript that runs in Safari #title "Test Ajax" #msgNum "1" #renderOutlineWith "justText" #template "{bodytext}" #indirectTemplate...
Ah ha! There is a slight differene in the way Firefox handles urls and that is why it is working for me. Try changing xmlHttp.open("GET","time",true); to ...
Ah ha! The old Firefox trick. if I change the one line to xmlHttp.open("GET","./time",true); and if I change the form in your example to Name: <input...
Hmmm... that is odd. I just fired up Safari again to make sure I wasn't seeing things and it's workng A OK for me. This is after the change I mentioned....
I turned on debugging opened athe test in Firefox and then in Safari and compared the log files. In firefox paramsin.firstline is GET /ajaxsvg/ajax/time...
My old buddy Dan Shafer pointed out that Google Gears and Adobe Apollo both use SQLite as their native local data store. Given that Frontier now has that...
Russ, I've had Frontier-served pages that communicate to Frontier via Ajax javascript for awhile now on the SongTrellis website. Your test javascript for...
The favicon.ico is nothing to worry about. It's a feature of browsers to grab an icon to display in the address bar for a website. You can Google it to learn...
Apparently, the TEXT type is a variant of a BLOB in MySQL. The latest build now checks to see if the field is a BLOB and if its type is TEXT, it returns the...
Has anyone done any further testing on how the MySQL verbs work on the Mac? I'd like to move the branch into the main trunk, and can't/shouldn't do that until...
Hello David, I've done some minor testing but most of my MySQL time has been spent with coming up with how the files will be layed out for the vendor drops for...
I thought we'd agreed on no vendor drop. Let the user install his libs himself via the large mysql installer. David, it looks like I'm still seeing a CTD in a...