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

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2477 - 2508 of 4134   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2477
does anyone know of a program that will allow me to place images of any size into a directory and then have them automatically resized to the requirements of...
eanton123
Offline Send Email
Oct 6, 2004
12:17 am
2478
PHP has a bunch of image functions: http://us2.php.net/image In CF, Try Efflare. http://efflare.com/ Phil ... -- Kind Regards, Phillip Harrington ...
Phillip Harrington
philsown
Offline Send Email
Oct 6, 2004
12:24 am
2479
Image Magick is pretty good for this sort of thing. Its fairly easy to call it from PHP as a command line utility. http://www.imagemagick.org/ Cheers Ross ... ...
Ross
tetranz
Offline Send Email
Oct 6, 2004
1:11 pm
2480
I've put the core files onto the sourceforge site so that we can start beta testing it. For those of you who need your memories jogged, the url is...
Mike
starkraving2002
Offline Send Email
Oct 6, 2004
6:26 pm
2482
May nr597839 catch the west nile virus and mad cow disease simultaneously, the lowlife scum....
Hoffman, Geoffrey
m2guru
Offline Send Email
Oct 7, 2004
3:36 pm
2483
... simultaneously, ... Here, here. They're site isn't even using fusebox....the nerve of some spammers!...
bsdirqconflict
Offline Send Email
Oct 8, 2004
2:35 pm
2485
I've attached a class that I've used with some success for resizeing images. I use this class with this system: http://www.tedmasterweb.com/postcards/ Ted...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Oct 12, 2004
11:27 am
2486
I recommend GD Lib: http://www.boutell.com/gd/ I believe most PHP hosts have this graphics library already installed, but I could be wrong. There's an article...
Mike Britton
mbritton72
Offline Send Email
Oct 12, 2004
2:31 pm
2487
Has everyone had a chance to go to the SF site and download the latest core files? I'd like to give JCQ a tested and "approved" set for inclusion on the...
Mike
starkraving2002
Offline Send Email
Oct 12, 2004
5:48 pm
2488
Hey Mike, Thanks for the reminder... I've been meaning to check out 4.1 and finally had a sec. I'm still heavy into PHPFBX3 so it may take me a while to digest...
Hoffman, Geoffrey
m2guru
Offline Send Email
Oct 12, 2004
6:31 pm
2489
D'oh! Yeah, I'll do that now... Mike www.fusebuilder.net ... finally ... digest ... put a ... features - ... had to ... index.php in the ... above....
Mike
starkraving2002
Offline Send Email
Oct 12, 2004
7:41 pm
2490
Hey guys, I've got the following fuseaction: <fuseaction name="update_user_self"> <xfa name="relocate" value="companyadmin.show_edit_user_self"/> <do...
Ryan Hagan
ryan_hagan
Offline Send Email
Oct 12, 2004
7:56 pm
2491
Okay, the Demo App is updated on the SF site, you'll have to change your relative path to the core files as needed. Also, there was a small bug in the parser,...
Mike
starkraving2002
Offline Send Email
Oct 12, 2004
8:06 pm
2492
Yes, you're using the tag correctly. The Location() function already has a exit(); after it, so I guess the break; command in the parser is overkill. I'll...
Mike
starkraving2002
Offline Send Email
Oct 12, 2004
8:09 pm
2493
The "break;" statement is a bug I notified Mike about a while back. ... around line 250 or so. Phil ... -- Kind Regards, Phillip Harrington ...
Phillip Harrington
philsown
Offline Send Email
Oct 12, 2004
8:39 pm
2494
Hey all, I was wondering if you guys could help me out again. I have been mind mapping my fusebox apps for a while now (I've been trying REALLY hard to follow...
Ryan Hagan
ryan_hagan
Offline Send Email
Oct 13, 2004
2:03 am
2495
Speaking for myself, I wireframe/mindmap my app as a controller only, with the fuses in the circuits. Then I use FuseBuilder's handy "Convert to MVC" function...
Mike
starkraving2002
Offline Send Email
Oct 13, 2004
7:36 am
2496
Yep, found it and fixed it. I don't get the error now, but I'm also getting no relocate. When I view the source for the page, I see this: <script...
Ryan Hagan
ryan_hagan
Offline Send Email
Oct 13, 2004
2:06 pm
2497
Hi Ryan, the actual function that is created in the parsed file was taken lock, stock and barrel from the PHPFB3 core files originally created by David Huyck....
Mike
starkraving2002
Offline Send Email
Oct 13, 2004
2:46 pm
2498
Yeah, here's the code: CONTROLLER (causers): <circuit access="public"> <prefuseaction callsuper="false"> </prefuseaction> <fuseaction name="update_user_self"> ...
Ryan Hagan
ryan_hagan
Offline Send Email
Oct 13, 2004
3:39 pm
2499
... I had this once too. Very strange behavior of the output..... I did some debug fuseactions before the relocation. When I shut them off, the relocation...
Aschwin Wesseliu
discussie_lijst
Offline Send Email
Oct 13, 2004
3:55 pm
2500
Well, I'm slightly mortified by your description of this behavior. I don't like unpredictable behavior in my applications. Especially the current one as it's...
Ryan Hagan
ryan_hagan
Offline Send Email
Oct 13, 2004
4:48 pm
2501
I wonder what would happen if we changed the generated script from this: <script language="JavaScript"> <!-- ...
Mike
starkraving2002
Offline Send Email
Oct 13, 2004
5:19 pm
2502
Don't be scared :) The core files do their job as far as I can tell, but if the myGlobals file in any of my sample apps was the culprit, let me know where you...
Mike
starkraving2002
Offline Send Email
Oct 13, 2004
5:20 pm
2503
Not window.location.href or top.location.href ? Eh, probably best not to use top. Phil ... -- Kind Regards, Phillip Harrington http://philsown.org/...
Phillip Harrington
philsown
Offline Send Email
Oct 13, 2004
5:32 pm
2504
I used to use document.location.href but I saw some other people using window.location, and I'm a hack so I figured their way was better :p Mike ...
Mike
starkraving2002
Offline Send Email
Oct 13, 2004
5:39 pm
2505
I honestly don't know the technical diff between window.location, window.location.href and location.href, so... Whatever works best I guess...? Someone w/ a...
Phillip Harrington
philsown
Offline Send Email
Oct 13, 2004
5:42 pm
2506
Per request, I've removed the "break;" from the parser after the Locate() function. Keep them coming guys! I want this to be rock-solid when we give it to JCQ,...
Mike
starkraving2002
Offline Send Email
Oct 13, 2004
5:44 pm
2507
AFAIK, location.href is 'in the current frame of a frameset' whereas window.location.href includes all the frames. If not a frameset, then they're equavalent....
Hoffman, Geoffrey
m2guru
Offline Send Email
Oct 13, 2004
9:33 pm
2508
... To be short: it depends on the browsers DOM...... Topmost is document or window, but indeed depending on if there are frames or not it could be top as...
Aschwin Wesselius
discussie_lijst
Offline Send Email
Oct 14, 2004
8:46 am
Messages 2477 - 2508 of 4134   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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