Search the web
Sign In
New User? Sign Up
fusebox5
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 140 - 169 of 4403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
140
OK. Trying to satisfy a personal itch here. Perhaps there is a better way. If so, I'm open to suggestions. I'd like to see if we can add a new attribute to...
Damon Gentry
fusementor
Offline Send Email
Mar 2, 2006
6:03 pm
141
You ought to be parameterizing both the template name and the fuseaction: <relocate url="#self##xfa.foo#" ... /> where 'self' is set in fusebox.init.cfm or...
Barney Boisvert
barneyboisvert
Offline Send Email
Mar 2, 2006
6:38 pm
142
Just a heads up that I have been going through a change of role at Adobe and that has left me with very little spare time to work on the new Fusebox 5 core...
Sean Corfield
seancorfield
Offline Send Email
Mar 2, 2006
7:13 pm
143
Without the URL attribute, you would lose the ability to relocate to an arbitrary url. Phil...
Phil Harrington
philsown
Offline Send Email
Mar 2, 2006
7:26 pm
144
I don't think he was saying get rid of the url attribute, I think he was saying that you would be able to use the relocate verb in either form: <relocate...
Paul Roe
snafu918
Offline Send Email
Mar 2, 2006
7:53 pm
145
Appreciate the status update Sean! :-) Stephen R. Cassady Owner Lopedia cassady@... ph. 403.217.0468 http://www.Lopedia.com Translating business needs...
Stephen Cassady
cassady@...
Send Email
Mar 2, 2006
8:39 pm
146
Thanks for the heads up. What does Adobe have you doing now? -- Tim Heald Timothy.heald@... 703-300-3911 _____ From: fusebox5@yahoogroups.com...
Loathe
timothy_heald
Offline Send Email
Mar 2, 2006
8:42 pm
147
Yes, I agree with Paul in that I believe he was trying to get at using the relocate verb in either form. It would be nice if one could do either of the ...
cbogdewi
ingineervt
Offline Send Email
Mar 2, 2006
9:58 pm
148
I think the two are close enough in format that you'd want separate attributes. "index.cfm?fuseaction=c.fa" is obvious, but "index.cfm" is rather ambigious...
Barney Boisvert
barneyboisvert
Offline Send Email
Mar 2, 2006
10:16 pm
149
Is Nate going to write a new book for this version? _____ From: fusebox5@yahoogroups.com [mailto:fusebox5@yahoogroups.com] On Behalf Of Sean Corfield Sent:...
Foster, Stephen
fcg_foster
Offline Send Email
Mar 2, 2006
10:30 pm
150
... I can't speak for Nate but I would expect the most likely path to be a "What's new in Fusebox 5?" mini-book like some of those Jeff has published. I intend...
Sean Corfield
seancorfield
Offline Send Email
Mar 3, 2006
1:06 am
151
... I'm trying to get permission to talk about some of what I am doing now :) Sean A Corfield An Architect's View -- http://corfield.org/ Get Glued! --...
Sean Corfield
seancorfield
Offline Send Email
Mar 3, 2006
1:08 am
152
... I think that is reasonable (other frameworks do it - Model-Glue). I've already toyed with the idea of: <relocate xfa="wossit" ... /> which would be...
Sean Corfield
seancorfield
Offline Send Email
Mar 3, 2006
1:35 am
153
... I'm not sure I like the idea of passing an XFA name, rather than an XFA into a 'fuseaction' parameter. While it makes a lot of sense, and is IMHO the...
Barney Boisvert
barneyboisvert
Offline Send Email
Mar 3, 2006
3:35 am
154
... True, the grammar deals with values everywhere else, rather than names. ... Really? ... I don't know... that all sounds way too complex... Fusebox already ...
Sean Corfield
seancorfield
Offline Send Email
Mar 3, 2006
5:34 am
155
... There's no new scopes anywhere, just a new fusebox.xml param that is copied locally for each request. Much the same way it happens in M-G, just the...
Barney Boisvert
barneyboisvert
Offline Send Email
Mar 3, 2006
5:57 am
156
... Ah, I think we're in agreement but you're just misunderstanding me. I'm not suggesting application.fusebox.anything - I'm suggesting that the config...
Sean Corfield
seancorfield
Offline Send Email
Mar 3, 2006
6:19 am
157
... Not quite. I DON'T want it to write variables.self. That 'self' line I included was what I do now (where I compute 'self' on my own), not as an example...
Barney Boisvert
barneyboisvert
Offline Send Email
Mar 3, 2006
7:17 am
158
... Um, well, if FB sets a default value you could override...? The point is to do "the right thing" in a way that is backward compatible. ... Why? There's no...
Sean Corfield
seancorfield
Offline Send Email
Mar 3, 2006
8:30 am
159
... Ok, I might not be following correctly, but there are some things that by using a framework (FB) I'll assume are standardized through all sites that use...
Stephen Cassady
cassady@...
Send Email
Mar 3, 2006
8:47 am
160
Why should the relocate verb be overloaded with two functions? Why don't you just create a new verb? <self fuseaction="foo.bar" x="blah blah" y="123"/> I've...
Patrick McElhaney
rpm704
Offline Send Email
Mar 3, 2006
12:19 pm
161
Just as a side question: Is there an ideal threshold to the number of verbs a framework should have? Rather, is there a law of diminishing returns with ...
cbogdewi
ingineervt
Offline Send Email
Mar 3, 2006
1:27 pm
162
... It's not overloading the functionality - it would still do just one thing: redirect. ... <circuit xmlns:patrick="patrick/tags/"> ... <patrick:self...
Sean Corfield
seancorfield
Offline Send Email
Mar 3, 2006
3:37 pm
163
... Yes, there is and I don't want to see new built-in verbs in Fusebox. I think the core of Fusebox is easy to learn but it already has some really complex...
Sean Corfield
seancorfield
Offline Send Email
Mar 3, 2006
3:43 pm
164
... Okay, you're overloading it with two /interfaces/. ... Well, my point wasn't to extoll the virtues of my custom tag. If I switch to FB5, I probably would...
Patrick McElhaney
rpm704
Offline Send Email
Mar 3, 2006
4:56 pm
165
... I think all of the standard verbs in FB4 should be "custom" verbs in FB5. We could put them in a "core" package that's included in the standard...
Patrick McElhaney
rpm704
Offline Send Email
Mar 3, 2006
5:07 pm
166
I love the fact that when I teach Fusebox, I start with the "You only need to learn 5 new items of syntax. You are capable of learning just 5 items aren't...
Stephen Cassady
cassady@...
Send Email
Mar 3, 2006
9:10 pm
167
Well I'm using SES on a site which is still on FB3. For this site I have to pass a number of variables. I generally use XFA to provide most of it minus the...
Foster, Stephen
fcg_foster
Offline Send Email
Mar 3, 2006
10:26 pm
168
After having a chance to read the rest I will have to agree with Stephen. I think there should be standard verbs but I also think there should be allowances...
Foster, Stephen
fcg_foster
Offline Send Email
Mar 3, 2006
10:53 pm
169
I have to come down on the fewer and simpler is better side of things. I think Patrick has the right approach that this kind of verb can be created as a custom...
Michael Traher
miketraher
Offline Send Email
Mar 3, 2006
11:02 pm
Messages 140 - 169 of 4403   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