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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 3542 - 3571 of 3834   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3542
Anyone know if this is a "301" redirect? Google likes those for moving domains and rather than dig into the code, figured I'd see if anyone had tinkered with...
David Gewirtz
zatzdiagnostic
Offline Send Email
Apr 4, 2008
3:26 am
3543
I'm curious as to whether there's anyone out there (on this list) who is using Frontier *just* for static Web site rendering, i.e. the stuff in chapter 41 of...
Matt Neuburg
mattneub
Offline Send Email
Apr 4, 2008
5:26 pm
3544
I used to use the Web site framework for everything, but I've since converted to feeding out of Frontier with mainResponder, but not Manila. I've thought about...
David Gewirtz
zatzdiagnostic
Offline Send Email
Apr 4, 2008
5:32 pm
3545
Hey, Matt. I've still got a couple of websites, here at Dartmouth, managed by Frontier static site publishing. And I, for one, would be very interested in...
Brian Hughes
brianvh
Offline Send Email
Apr 4, 2008
5:45 pm
3546
Actually, I believe mainResponder.redirect uses the 302 (i.e. Temporary) redirect code and not the 301 (Permanent) redirect code. -Brian...
Brian Hughes
brianvh
Offline Send Email
Apr 4, 2008
5:48 pm
3547
Hi Matt, I use only the Frontier static page framework (without main responder) for my (in Germany) very popular blog "Der Schockwellenreiter"...
Jörg Kantel
joerg_kantel
Offline Send Email
Apr 4, 2008
6:42 pm
3548
... My Dad still uses 5.0.1 b20 ru 114 to maintain over 40 web sites (static rendered) Pete......
Pete Beaumont
furbies100
Offline Send Email
Apr 4, 2008
8:45 pm
3549
Hmmm... if I wanted to force a 301 rather than a 302, any idea where I'd have to insert the code? The actual script for redirect simply sets a URL for the...
David Gewirtz
zatzdiagnostic
Offline Send Email
Apr 5, 2008
8:35 am
3550
Hey David, ... I believe the 302 is set in mainResponder.respond. If you want more control over the error in your script you could do something like... ...
creecode
Offline Send Email
Apr 6, 2008
1:48 am
3551
I would be very interested. It would be great to have table support in addition. Werner Muller...
wmueller4711
Offline Send Email
Apr 6, 2008
2:04 pm
3552
Say you want to download http://images.zatz.com/zatz/resources/pageimages/homezatzimages/promo2.gif to a local drive, file.copy doesn't work. Is there any easy...
David Gewirtz
zatzdiagnostic
Offline Send Email
Apr 11, 2008
1:10 am
3553
... On a Mac: ret = sys.unixShellCommand("curl " + imagefile) or something like that. See curl(1). Or use Anarchy. That's what I do, but I had to re-write the...
Doug Frick
doug_frick
Offline Send Email
Apr 11, 2008
1:25 am
3554
I have been looking into the crash caused by trying to export a single table. It looks like the export.card.run () script causes the crash. Can this be...
russellgum
Offline Send Email
Apr 11, 2008
1:59 am
3555
I think you can do this with tcp.httpClient, assuming you're looking for a UserTalk based way of doing it. You then need to parse the response and store the...
creecode
Offline Send Email
Apr 11, 2008
2:41 am
3556
I'm trying to build the code snapshot that Andre gave me in the XCode that comes with Leopard. I want to add some verbs, think about stuff, maybe attempt a...
Dave Winer
dwiner
Offline Send Email
Apr 11, 2008
10:05 pm
3557
Hi David. Try this... local (f = "Macintosh HD:test.gif"); local (url = "http://images.zatz.com/zatz/resources/pageimages/homezatzimages/promo2.gif"); ...
Dave Winer
dwiner
Offline Send Email
Apr 12, 2008
6:51 pm
3558
Hello Dave, ... Is that Xcode v3? I believe Seth mentioned that he was working with the Frontier Kernel Project; project file in Xcode v3. I know it works...
creecode
Offline Send Email
Apr 12, 2008
7:59 pm
3559
I'm using XCode 3.0, the release that comes with Leopard. Right now my problem (as I said in the earlier email) are compiler errors, type mismatches. Obviously...
Dave Winer
dwiner
Offline Send Email
Apr 13, 2008
12:25 am
3560
OK, now that's sweet! Works on Windows as well. Thanks! ... "http://images.zatz.com/zatz/resources/pageimages/homezatzimages/promo2.gif"); ... ...
David Gewirtz
zatzdiagnostic
Offline Send Email
Apr 13, 2008
2:00 am
3561
We've had a lot of success using branches to go off and tinker, and then when something works well, reintegrate the branch into the whole. What I'd recommend...
David Gewirtz
zatzdiagnostic
Offline Send Email
Apr 13, 2008
2:09 am
3562
Hello Dave, Are you trying to compile from the 10.1a8 src that was/is available from the opml.org website? I say was/is because I couldn't actually reach the...
creecode
Offline Send Email
Apr 14, 2008
7:51 am
3563
... I'm still using Tiger and Xcode 2.2.1. Trying to compile my local archive of the OPML 10.1a8 source code with that version of Xcode, I also get compiler...
Andre Radke
andre_radke
Offline Send Email
Apr 14, 2008
5:08 pm
3564
Any suggestions on how to proceed? Has the version of the kernel at Sourceforge been compiled for XCode 3.0? Intel? I'm likely going to hire a contractor to...
Dave Winer
dwiner
Offline Send Email
Apr 14, 2008
5:38 pm
3565
Hello Dave, ... I just did a successful build of the Frontier Kernel Project SourceForge trunk using the Universal Binary project and the Frontier target. ... ...
creecode
Offline Send Email
Apr 14, 2008
8:13 pm
3566
I went a bit further and got the OPML target updated here locally to work with Xcode 3 and the trunk of the FKP source. I downloaded the OPML dmg file and...
creecode
Offline Send Email
Apr 14, 2008
11:08 pm
3567
... Universal Binary as well? Steve...
Steve Kirks
srkbuh
Offline Send Email
Apr 14, 2008
11:27 pm
3568
Hey Steve, I did use the UB project file. But to be clear I built and launched the binary on a G4 so there could be some issues that present themselves on a...
creecode
Offline Send Email
Apr 15, 2008
12:09 am
3569
Obviously, just running the code and doing one test is not enough to deploy. There are hundreds [1] of current users, esp with the FlickrFan release, and the...
Dave Winer
dwiner
Offline Send Email
Apr 15, 2008
5:14 pm
3570
BTW, here's the snapshot of the source that the OPML Editor kernel is built from. This is the code I want to get to build under XCode 3.0. ...
Dave Winer
dwiner
Offline Send Email
Apr 15, 2008
6:24 pm
3571
Hello Dave, ... Right. Since the main thrust of your original stated goal was to build the OPML Editor in the latest Xcode and tinker, my efforts were to...
creecode
Offline Send Email
Apr 15, 2008
6:27 pm
Messages 3542 - 3571 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