Search the web
Sign In
New User? Sign Up
PHP-fusebox · Fusebox methodologies in PHP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2215 - 2244 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2215
mojavi.org ... http://groups.yahoo.com/group/PHP-fusebox/surveys?id=1182659 ... <http://us.rd.yahoo.com/mailtag_us/*http://antispam.yahoo.com/tools> ... ...
Jonathan Roberts
haptik
Offline Send Email
Mar 1, 2004
9:27 am
2216
I found mojavi.org one week ago , it looks pretty interesting , but little bit hard to understand yet . Any way , it seems to have things in common with ...
fusebox@...
Send Email
Mar 1, 2004
10:23 am
2217
If that's the case, then why are you on this mailing list? -- Damien McKenna, Web Developer The Limu Company - http://www.thelimucompany.com/ ... From:...
Damien McKenna
d_mc_kenna
Online Now Send Email
Mar 1, 2004
1:57 pm
2218
This framework (mojavi) does look good. Anyone have experience working with it? ... http://groups.yahoo.com/group/PHP-fusebox/surveys?id=1182659 ... ...
Mike Britton
mbritton72
Offline Send Email
Mar 1, 2004
2:46 pm
2219
I figured I'd explain my reason for doing the poll. I recently got a job working for a company that uses Fusebox3/CF. I also work part-time with another...
Damien McKenna
d_mc_kenna
Online Now Send Email
Mar 1, 2004
2:58 pm
2220
Why move to Fusebox 4?...
Erik Voldengen
voldengen
Online Now Send Email
Mar 1, 2004
6:27 pm
2221
Plugins. -- Damien McKenna, Web Developer The Limu Company - http://www.thelimucompany.com/...
Damien McKenna
d_mc_kenna
Online Now Send Email
Mar 1, 2004
6:47 pm
2222
FB4 allows you to execute multiple fuseactions, like FuseQ does. An xml file has replaced FB3's fbx_settings, making it a lot easier to manage larger apps....
Mike Britton
mbritton72
Offline Send Email
Mar 1, 2004
6:51 pm
2223
The only drawback being that plugins aren't yet compiled into the parsed files. Instead an include is written. I've heard this may be addressed in the ...
Mike Britton
mbritton72
Offline Send Email
Mar 1, 2004
6:52 pm
2224
Hi all, Summary of Fusebox 4 below, stand by... :) I'm a developer who started in CF and have been using Fusebox since I first discovered it 4 years ago. It...
Mike
starkraving2002
Online Now Send Email
Mar 1, 2004
7:14 pm
2225
Hi, Please reply off list if appropriate... I've been using ColdFusion 5 for some time now and have always wished there was better support for XML. What...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Mar 1, 2004
8:15 pm
2226
Hi Ted, There are versions of Fusebox4 for both CF5 and CFMX. The FB4/CF5 core includes a separate package for XML processing. XMLTools:...
David Vause
jackstan
Offline Send Email
Mar 1, 2004
8:40 pm
2227
I've done one CF FB application (and am using it in two places: http://www.lawyeringlaw.com and http://www.eplmanager.com - the password protected area...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Mar 2, 2004
2:42 am
2228
This issue has reared its ugly head again on a new site that I'm working on. I'm using code that works on two other sites on the same server, but for some...
John Cole
johnmcole
Offline Send Email
Mar 2, 2004
3:00 am
2229
After further investigation it looks like all of the server vars are actually as they should be. I did some testing with one of the sites on the server where...
John Cole
johnmcole
Offline Send Email
Mar 2, 2004
5:37 am
2230
... My only thought here is that you don't have any uppercase letters in your character classes. I don't remember if Apache does its regExes case-sensitive or...
David Huyck
davidhuyck
Offline Send Email
Mar 2, 2004
2:39 pm
2231
I agree with Mike on the benefits of using Fusebox for both ColdFusion and PHP. My company develops web sites using either ColdFusion and PHP and I think we...
gsnortla
Offline Send Email
Mar 2, 2004
3:01 pm
2232
Thanks David. I'll give it a shot. A key point seems to be that I'm not getting a 404 error, but the default fuseaction case. This suggests that the problem...
John Cole
johnmcole
Offline Send Email
Mar 2, 2004
4:02 pm
2233
... Oh, that gives me one other thought-- are you running the SES converter on this site? The example code Apache rewrite code I posted way back when relies...
David Huyck
davidhuyck
Offline Send Email
Mar 2, 2004
4:15 pm
2234
... ^^ this means No Case so it should be okay. Is SearchEngineSafe.php getting run? -Alan...
Alan Richmond
alanr1138
Offline Send Email
Mar 2, 2004
4:31 pm
2235
Right now I'm personally still trying to decide between Fusebox 4 and Mach-II. If I go for FB4 then I'll try to contact whoever has previously been working on...
Damien McKenna
d_mc_kenna
Online Now Send Email
Mar 2, 2004
4:36 pm
2236
Yes, I am calling SearchEngineSafe.php and assume that it is running and processing the code. Perhaps I just test that it is really working to be sure? ... ...
John Cole
johnmcole
Offline Send Email
Mar 2, 2004
4:58 pm
2237
My .02: I think it partially depends on your team's skill level. In theory, if you're working in FB you can use an entry-level coder who doesn't know (or...
Mike Britton
mbritton72
Offline Send Email
Mar 2, 2004
7:28 pm
2238
Ok, I'm convinced. Count me in for more than testing. I don't have a lot of time, but as a consultant, I do have the luxury of being able to set aside time for...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Mar 2, 2004
10:23 pm
2239
ok i want to apologize for throwing a wrench into the whole 'poll' thing... this whole thread has become a discussion of the relative future of the fusebox...
Jonathan Roberts
haptik
Offline Send Email
Mar 4, 2004
2:22 am
2240
There were several individuals working on FB4. David Huyck was doing the procedural version of FB4. I was one of several people that were working on an OO...
Keith Young
tca_ky
Offline Send Email
Mar 4, 2004
1:52 pm
2241
Hi, Keith Is the OO FB4 project still open for new participants?I think many programmers here can help you on that. Ji Tao ... From: "Keith Young"...
jitao
jitao1975
Offline Send Email
Mar 4, 2004
2:11 pm
2242
Too add to that - if it is open or still ongoing, is PHP5 being used? Mike ... __________________________________ Do you Yahoo!? Yahoo! Search - Find what...
Mike Britton
mbritton72
Offline Send Email
Mar 4, 2004
2:13 pm
2243
Something you guys might like: *New Projects Pending Review* * Fusebox 4 PHP (UNIX name: fusebox4php, registered 2004-03-03 21:05) Number of business days...
Damien McKenna
d_mc_kenna
Online Now Send Email
Mar 4, 2004
2:28 pm
2244
Sorry about the HTML email folks. -- Damien McKenna - Web Developer - damien@... The Limu Company - http://www.thelimucompany.com/...
Damien McKenna
d_mc_kenna
Online Now Send Email
Mar 4, 2004
2:35 pm
Messages 2215 - 2244 of 4156   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