Search the web
Sign In
New User? Sign Up
frontierkernel · Frontier Kernel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3220 - 3249 of 3834   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3220
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...
David Gewirtz
zatzdiagnostic
Offline Send Email
Jun 1, 2007
9:00 am
3221
... 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,...
Henri Asseily
hasseily
Offline Send Email
Jun 1, 2007
10:44 am
3222
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...
russellgum
Offline Send Email
Jun 1, 2007
2:03 pm
3223
... 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...
steve harley
garbanzito_real
Offline Send Email
Jun 1, 2007
4:50 pm
3224
... 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@...
Send Email
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...
creecode
Offline Send Email
Jun 1, 2007
8:01 pm
3226
I'm ok with that. ... installing...
David Gewirtz
zatzdiagnostic
Offline Send Email
Jun 1, 2007
8:11 pm
3227
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...
David Gewirtz
zatzdiagnostic
Offline Send Email
Jun 1, 2007
10:58 pm
3228
Hey David, ... Currently there doesn't seem to be an easy way using UserTalk. ... Most of the action takes place in langhtml.c. Check out the ...
creecode
Offline Send Email
Jun 2, 2007
1:54 am
3229
This is a question that is probably mainly for Andre. I found a function in langhtml.c called webservergetpref that I'm using to grab a pref out of...
creecode
Offline Send Email
Jun 2, 2007
7:55 am
3230
... I originally created webservergetpref when I started working on the kernelized webserver during the Frontier 6.1 release cycle. Currently, it's only being...
Andre Radke
andre_radke
Offline Send Email
Jun 2, 2007
9:54 am
3231
Thanks Andre!...
creecode
Offline Send Email
Jun 2, 2007
1:09 pm
3232
Not a big deal but technically it wasn't ifdef'd out it was #if 0'd out! :-)...
creecode
Offline Send Email
Jun 2, 2007
1:40 pm
3233
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...
creecode
Offline Send Email
Jun 2, 2007
2:28 pm
3234
... 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...
Steve Kirks
srkbuh
Offline Send Email
Jun 2, 2007
3:40 pm
3235
I would very much like that. A callback script would be ideal....
David Gewirtz
zatzdiagnostic
Offline Send Email
Jun 2, 2007
8:13 pm
3236
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...
David Gewirtz
zatzdiagnostic
Offline Send Email
Jun 2, 2007
9:00 pm
3237
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...
David Gewirtz
zatzdiagnostic
Offline Send Email
Jun 3, 2007
2:30 am
3238
Here is a bare bones ajax javascript that runs in Safari #title "Test Ajax" #msgNum "1" #renderOutlineWith "justText" #template "{bodytext}" #indirectTemplate...
russellgum
Offline Send Email
Jun 3, 2007
9:38 pm
3239
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 ...
creecode
Offline Send Email
Jun 3, 2007
11:40 pm
3240
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...
russellgum
Offline Send Email
Jun 4, 2007
1:02 am
3241
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....
creecode
Offline Send Email
Jun 4, 2007
2:15 am
3242
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...
russellgum
Offline Send Email
Jun 4, 2007
3:12 am
3243
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...
David Gewirtz
zatzdiagnostic
Offline Send Email
Jun 4, 2007
4:30 am
3244
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...
David Luebbert
davidlu7
Offline Send Email
Jun 4, 2007
4:31 am
3245
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...
creecode
Offline Send Email
Jun 4, 2007
7:29 am
3246
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...
David Gewirtz
zatzdiagnostic
Offline Send Email
Jun 5, 2007
12:52 am
3247
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...
David Gewirtz
zatzdiagnostic
Offline Send Email
Jun 8, 2007
5:27 am
3248
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...
creecode
Offline Send Email
Jun 8, 2007
6:22 pm
3249
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...
Henri Asseily
hasseily
Offline Send Email
Jun 8, 2007
7:44 pm
Messages 3220 - 3249 of 3834   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help