Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

frontierkernel · Frontier Kernel

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 246
  • Category: Open Source
  • Founded: Sep 22, 2004
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 3171 - 3200 of 4234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3171 rkratochwill Send Email May 1, 2007
10:42 am
I don't have the ability to explain the code but my plan was to grep through the code for everyone that touches the hashtable and then try to understand it...
3172 Andre Radke
andre_radke Send Email
May 1, 2007
2:09 pm
... As a starting point, there are some examples in the webserver/inetd and html rendering code in langhtml.c. -Andre -- Andre Radke + http://spicynoodles.net/...
3173 Joshua Allen
allenjswa Send Email
May 2, 2007
4:50 am
Any luck with getting the repro? It would really help -- would probably point to a simple way to fix the crash. If you need Visual Studio or Vista or other...
3174 Seth
yahoo.seth@... Send Email
May 2, 2007
2:16 pm
... Why won't it compile? What was the error? What Andre wrote was valid, and should not have caused a compilation error unless you put it in the wrote place...
3175 warwick@...
srkbuh Send Email
May 2, 2007
4:03 pm
I didn't see anuy qoutes around the code. I placed the two rez calls in the place indicated by his before and after code. When I get back in front of the...
3176 Steve Kirks
srkbuh Send Email
May 2, 2007
6:32 pm
... Seth, you were right: the double broom is my friend. This time it compiled and it *still* crashed in the same way. I'll keep digging as I get more...
3177 Andre Radke
andre_radke Send Email
May 3, 2007
8:16 pm
... I don't have a compact repro case for you yet, but I have made some progress. First, it turns out that the IE component is not called directly from...
3178 Steve Kirks
srkbuh Send Email
May 7, 2007
6:09 pm
... I had more time over the weekend, so I've been walking the code, trying to find out what's going on in the guts of the kernel just before the crash occurs....
3179 russellgum Send Email May 20, 2007
10:08 pm
On Mac OSX 10.4.9 under the settings web page for domains it says 127.0.0.2: / :Guest Databases:www:attachments: folder I have my port set to 8080 in Frontier...
3180 David Gewirtz
zatzdiagnostic Send Email
May 21, 2007
4:12 am
I haven't tried doing this, but you might want to take a look at some of the stories on the links page. Scroll down to the mainResponder section: ...
3181 Scott Lawton
prefabsoftware Send Email
May 21, 2007
6:31 pm
On Mac OSX 10.4.9 under the settings web page for domains it says 127.0.0.2: / :Guest Databases:www:attachments: folder i.e. a Frontier setting? I'm not...
3182 creecode Send Email May 21, 2007
7:55 pm
It currently should be .2. ... creecode...
3183 creecode Send Email May 21, 2007
8:40 pm
Hey Russ, I'm looking into the problem. My initial investigation indicates that Frontier could be more flexible in dealing with port changes like the ones...
3184 creecode Send Email May 22, 2007
12:45 am
Hey Russ, You'll also want to be sure to use the Install mainResponder Site command in the Server menu if you haven't already done so to change the url of the...
3185 russellgum Send Email May 22, 2007
2:33 pm
... http://127.0.0.2:8080/AandH_Dairy_380.html now works just fine. The file is in the www:attachments folder. Thanks Russ One more question, as usual. How do...
3186 creecode Send Email May 22, 2007
6:24 pm
Hey Russ, Try something like... <siteTree> <site address="workingSampleMrWs" name=""> <site address="localDocserverMrWs" name="localDocserver"> </site> </site>...
3187 creecode Send Email May 22, 2007
9:27 pm
My bad please ignore this. I've got something going locally that I had planned to release once I felt it was ready for prime time. It's not ready at this...
3188 russellgum Send Email May 23, 2007
1:53 am
With Radio I have my forms call a static web page served by Radio that just contains a macro. For example <%ifarmsuite.webforms.activehay("AKA")%> Is a text...
3189 creecode Send Email May 23, 2007
6:04 am
Have you tried putting the script in { } chars instead of <% %>. Alternately it is possible to change the macros chars for a website < ...
3190 russellgum Send Email May 23, 2007
2:00 pm
... I did try that it did not work. ... Is the problem due to the fact that I am serving static pages without a website defined in Frontier. The above link...
3191 creecode Send Email May 23, 2007
6:16 pm
Hey Russ, I suspect that Radio was written to process macros from files on disk in certain circumstances, whereas mainResponder was not. As an example, I just...
3192 Scott Lawton
prefabsoftware Send Email
May 23, 2007
9:05 pm
With a little bit of work you could copy the responder out of Radio.root and install into Frontier.root (or any other root file) and hook that up as the...
3193 Steve Kirks
srkbuh Send Email
May 23, 2007
9:08 pm
... Change that to a "huge" amount of work. Radio's responder behaves in a way that's unique to Radio and relies on code only in Radio.root-- if my brain...
3194 Scott Lawton
prefabsoftware Send Email
May 24, 2007
12:12 am
... I never used Radio much "as Radio" (vs. as Frontier lite) so I'm not sure what "multi-user version of Radio" means -- but I'll bet the scope is quite a bit...
3195 russellgum Send Email May 25, 2007
1:50 pm
OK I give up on macros in static pages. I can always just use Radio for that purpose. My next idea was to make a new website from the menu Operations - Web-New...
3196 russellgum Send Email May 28, 2007
1:41 am
I am able to make ajax work from files in the attachments folder. Except that I can't run macros in those files. I can do a get of a text or xml file, but not...
3197 creecode Send Email May 29, 2007
10:43 pm
Hey Russ, Ajax like behaviour can be acheived using a mainResponder website and Frontier. That is why I put the sample up in my file area, to prove that it...
3198 frontierkernel@yahoog... Send Email May 30, 2007
2:59 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the frontierkernel group. File :...
3199 David Gewirtz
zatzdiagnostic Send Email
May 30, 2007
3:12 am
I'm pleased to announce the completion of the native MySQL client within Frontier, for Windows. Frontier already supports limited MySQL access through the ODBC...
3200 creecode Send Email May 30, 2007
3:42 am
Great news! Thanks so much! ... I'd love to take a crack at the Mac side. It may take several days for me to get into it. I'll keep you all posted. And...
Messages 3171 - 3200 of 4234   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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