In addition to Isaac's advice, you really should look at LoRCAT:
http://www.productivityenhancement.com/products.cfm
It will also tell you where your application is gobbling resources so you
can optimize your application.
Respectfully,
Adam Phillip Churvis
Member of Team Macromedia
Advanced Int
> On Saturday, Mar 29, 2003, at 18:35 US/Pacific, S. Isaac
> Dealey wrote:
>> structkeyexists() is also better than isdefined() imho
>> since it's more
>> specific although I wasn't entirely sure it would produce
>> the desired
>> result
> structKeyExists() will likely be faster (and it's safer -
On Saturday, Mar 29, 2003, at 16:18 US/Pacific, Marius Milosav wrote:
> Any news on the cfcs (cffunctions) and transaction limitation?
It's in the bugbase, it's being looked at, but of course I can't give
any indication of when it might get fixed. Sorry.
> In the mean time I would like to know h
On Saturday, Mar 29, 2003, at 18:35 US/Pacific, S. Isaac Dealey wrote:
> structkeyexists() is also better than isdefined() imho since it's more
> specific although I wasn't entirely sure it would produce the desired
> result
structKeyExists() will likely be faster (and it's safer - but it's
comp
I'm a geek. I don't know anything about sports. Brats and cheese I do know
though. 2 out of 3 and they let me stay in the state.
-Kevin
> -Original Message-
> From: Ryan Kime [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 28, 2003 3:51 PM
> To: CF-Talk
> Subject: RE: DevCon 2003
>
>
> >>
> when viewing the source of the pages within some of my cf
> apps, i notice
> there is a lot of white space at the top of the page,
> etc... is there a way
> to clean this up?
Several.
In MX there's a server setting (which is on by default afaik) which limits
the output of whitespace. There's al
when viewing the source of the pages within some of my cf apps, i notice
there is a lot of white space at the top of the page, etc... is there a way
to clean this up?
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?
A little warmer than what it will be here in Montreal.
I would have much preferred FLA:)
-Frank
- Original Message -
From: "Kevin Pompei" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, March 29, 2003 8:17 PM
Subject: Re: DevCon 2003
> Nights will be cold. Days
Anyone see what I am doing wrong? Have a module which customer needs to
enter text, then choose from a couple of fonts...using cfx_jpeg_text (I
think its called) which then slaps the text on the jpg and returns it.
We are passing "Britannica Bold" to the server, get squat back but default
Times.
Hey Mike,
Have you tried the CF-Linux list? I haven't installed U3 yet, but am
running U2 on redhat 7.2 without any problems...
--
Josh Trefethen
.:[ Exciteworks, Inc ]::[ http://exciteworks.com ]:.
.::[ cf hosting on linux ]::[ consulting ]::[ expertise ]::.
> -Original Message
> Ok, so I now have this: #title#
> The name tag as this:#Title#
> <~
> the above displays the ID for the title correctly when
> hovering on the
> hyperlink to the bookmark...but still doesn't seem like
> it's jumping
> directly to the bookmark when I click the hyperlink
> ~~>
We
We are just about to configure three new servers. Anyone got thoughts on
which version of Red Hat Apache to use with updater 3?
Kind Regards - Mike Brunt
Webapper Services LLC
Web Site http://www.webapper.com
Blog http://www.webapper.net
Webapper
~~~
Ok, so I now have this: #title#
The name tag as this:#Title#
<~
the above displays the ID for the title correctly when hovering on the
hyperlink to the bookmark...but still doesn't seem like it's jumping
directly to the bookmark when I click the hyperlink
~~>
Thank you.
-Ori
Probably just getting an error on this line:
href="##GetKey#">#title#
which should read ###getKey#
Same for the anchor name attribute. You have to escape the leading # for the
anchor and then output the name of the anchor.
> Apart from that you've missed the hashes (#), what's wrong
> with what
That'd be a good use for it -- it's rather like how Tapestry's OO objects
work. You could of course always store related variables of the cfc in
structures within the this[] scope and then using something like the default
getter / setter functions I described in my other email you could return
eith
> On Friday, Mar 28, 2003, at 10:59 US/Pacific, S. Isaac
> Dealey wrote:
>>
>> > required="true">
>>
>>
>>
>>
>>
>>
>>
> Eek! Evaluate! :)
> Try this instead:
>
>required="true">
>
>
>
>
>
>
>
>
You're right, my bad. :) I was
Good example Sean! If I misread the original poster, sorry. I thought
for sure s/he was talking about inheritance.
===
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
Member of Team Macromedia (http://www.macromedia.com/g
Hi I was wondering if someone could help me with the following problem. I am having
trouble passing multiple values using the to ColdFusion.
The code below only passes one value for state, not multiple values:
New South Wales
Victoria
Queensland
South Australia
Try the anchor like this:
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, March 29, 2003 8:28 PM
Subject: RE: Dynamic anchors on CF Page
> Well it doesn't appear to actually jump down to a specific heading. For
> instance, lets say I hardcoded 3 headings to be in hyperlink #1a, #2b, and
> #3a
Well it doesn't appear to actually jump down to a specific heading. For
instance, lets say I hardcoded 3 headings to be in hyperlink #1a, #2b, and
#3a, then whenever I click on the heading that has the anchor coded as #3a,
it would just down right to the title and content for the 3rd heading. Well,
Nights will be cold. Days will vary from 30-60F. There should be decent
skiing by that time.
- Original Message -
From: "Frank Mamone" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, March 29, 2003 4:28 PM
Subject: Re: DevCon 2003
> How's the weather there in Nove
Apart from that you've missed the hashes (#), what's wrong with what you
have?
Matthew Walker
Electric Sheep Web
http://www.electricsheep.co.nz/
- Original Message -
From: "Clark, Aimee" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, March 30, 2003 12:38 PM
Subject:
I have a page in which headings go across the top like (newpaper headings)
that I want the user to be able to click the heading to jump down to the
article. All headings and articles are on the same page. So I need to be
able to create dynamic anchors. Is this possible in CF? Here's a snippet of
co
Sean,
Any news on the cfcs (cffunctions) and transaction limitation?
I have raised the issue before and almost one year later there is no
official response if\ when this limitation will be addressed.
In the mean time I would like to know how you had approach this issues in
re-designing the MM s
I am only dabbling in CFCs but it seems sensible to me to retrieve a
structure of related information using one getter, then just accessing that.
But maybe I just don't "get" CFCs. Perhaps it's up to the CFC to cache that
info so that endless database requests aren't required. For example, the
firs
On Friday, Mar 28, 2003, at 10:59 US/Pacific, S. Isaac Dealey wrote:
>
>
>
>
>
>
>
>
>
Eek! Evaluate! :)
Try this instead:
Sean A Corfield -- http://www.corfield.org/blog/
"If you're not annoying somebody, you're not really alive.
On Tuesday, Mar 25, 2003, at 05:35 US/Pacific, Calvin Ward wrote:
> This is great stuff! Which application example provides us a view of
> utilizing CFCs in this manner?
Is this what you're looking for? (I couldn't reply to your post until
this article was published! :)
http://www.macromedia.com
On Friday, Mar 28, 2003, at 12:13 US/Pacific, Joshua Miller wrote:
> Did I hear someone say recently that you can legally run CFMXJ2EE on
> OSX
> as a production server? I thought that it was just for Development, has
> this changed?
Legally, but unsupported. See:
http://www.corfield.org/blog/ar
On Friday, Mar 28, 2003, at 12:10 US/Pacific, Barney Boisvert wrote:
> If you're using CFMX and want to do a CFC-based system, then FB is
> definitely not for you, as it's a procedural framework. I suspect that
> CFobjects is a poor choice, now that CFMX provides some OO-type
> features
> with CF
How's the weather there in November?
- Original Message -
From: "Candace Cottrell" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, March 28, 2003 3:11 PM
Subject: OT: DevCon 2003
> Got this from the CFDJ list:
>
> I just emailed MM the other day asking about DevCon
On Saturday, Mar 29, 2003, at 07:52 US/Pacific, Raymond Camden wrote:
> It is true. If in parent.cfc, outside the methods or in a method but
> not
> var scoped or attribute scoped, if you do x=1, then child.cfc can
> access
> it as well.
Let's try some real code here because I think some folks h
Hi,
I am having a really stupid problem with cfgrid. I am running cf5 with
all the hot fixes on win 2k SP3.
I am using cfgrid to display some stuff. It works great as long as the
number of rows returned fits in the original grid window.. No scrolling
bars...
What happens is, lets say the grid h
Hi,
I am having a really stupid problem with cfgrid. I am running cf5 with
all the hot fixes on win 2k SP3.
I am using cfgrid to display some stuff. It works great as long as the
number of rows returned fits in the original grid window.. No scrolling
bars...
What happens is, lets say the grid h
Hi Damon,
I've applied Updater 3 for my CFMX for Windows installation. The whole process was
very smooth. The updater's recompilation batch process also worked well except a few
warnings but that was my own neglect of not removing pre-CFMX scripts in the same
directory. However, the timeout
I'm trying to make the edit to the java.policy file, per the CFMX for JRun
U3 Release Notes, and I can't seem to get the right syntax for the grant
codeBase. I keep getting this error:
java.security.policy: error adding Entry:
java.net.MalformedURLException: no protocol:
java.security.pol
http://www.theklassens.com/klassen/index.cfm?Action=CFTags
Is another. Not a popup, but works in a form control on the same form.
Matt Robertson [EMAIL PROTECTED]
MSB Designs, Inc. http://mysecretbase.com
I'll give it a try,
Thanks
-Original Message-
From: Ken Wilson [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 29, 2003 11:43 AM
To: CF-Talk
Subject: RE: cf color selector?
Something like this?
http://www.mattkruse.com/javascript/colorpicker/
-Original Message-
From: Chris
Something like this?
http://www.mattkruse.com/javascript/colorpicker/
-Original Message-
From: Chris [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 29, 2003 12:32 PM
To: CF-Talk
Subject: cf color selector?
Any of you gurus have a cf color selector tag or an equivalent idea? I need
t
Any of you gurus have a cf color selector tag or an equivalent idea? I need
to give a client the ability to select a few colors. A pop up, selectable,
color chart is what I'm after, preferably a 256 color chart. I found one
for sale on Macromedia Exchange but the links are dead so I guess that's
Nevermind. It makes sense to me now. It is a parent-child relationship, of course. I
agree with you, it wouldn't be good to access the parent's variables directly. I'm
surprised you're able to at all.
I'm new to objects- I was getting parent-child relationships confused with inheritance.
>Bu
But this is not a parent-child relationship; it's composition!
>It is true. If in parent.cfc, outside the methods or in a method but not
>var scoped or attribute scoped, if you do x=1, then child.cfc can access
>it as well. Does it make sense to use that feature? My gut instincts say
>no - even if
>Hi, all...
>
>I'm trying to order street addresses.
>
You need to replace all the numbers with a fixed length zero filled number. You could
do it like this:
reReplace(address, "([0-9]+)", zeroes[len("\1")] & "\1", "ALL" )
except a coldFusion bug prevents this from working (len always retu
> Hi, Joe and thanks for the reply.
> Unfortunately, the addresses I'm dealing with come in all
> shapes and sizes,
> making a single approach unproductive.
> I have some addresses that are more regular, such as "104
> East Street",
> where "104" is the StreetNumber column data.
> Another addres
Here's one I built awhile back that's saved me tremendous amounts of
time. If you name your form fields the same as the database fields
you can paste in a comma delimited list of field names and it will
build your queries for you and everything.
http://www.twcreations.com/makeform/
--
Bud Sch
It is true. If in parent.cfc, outside the methods or in a method but not
var scoped or attribute scoped, if you do x=1, then child.cfc can access
it as well. Does it make sense to use that feature? My gut instincts say
no - even if I could access parent.cfc's private variables, I wouldn't
count on
Oh, yeah, I'd forgotten the original question. Raymond, you said the 'lower' class
has access to the unnamed scope of the parent? I guess that's where I started
thinking this was an inherited object and not just one of composition. It's not true,
is it, that the unnamed scope would be availab
John Farrar has put together a project to look at using Fusebox with MX,
there is some sample code available and a small new mailing list here.
http://groups.yahoo.com/group/fosproject
In case you need it, here is John's email.
[EMAIL PROTECTED]
Hth.
Kind Regards - Mike Brunt
Webapper Services
Hi, Joe and thanks for the reply.
Unfortunately, the addresses I'm dealing with come in all shapes and sizes,
making a single approach unproductive.
I have some addresses that are more regular, such as "104 East Street",
where "104" is the StreetNumber column data.
Another address might follow t
Remember CommerceBlocks / DatabaseBlocks?
CommerceBlocks V2.1 (the DatabaseBlocks module) is now available for
download from http://www.ProductivityEnhancement.com, and you can extend
your trial period until the end of April.
You can also download LoRCAT and extend it's trial period, if you like.
This is an excellent and useful tool! I added a query at the top, to
look up the table names in the database and put them in a drop down list
because I can never remember the exact names of the tables.
It uses the query:
SELECT name
FROM sysobjects
WHERE xtype='u' and not(name = 'dtpropert
Paul Kenney wrote:
> I too have heard that San Diego is no longer going to happen. Too bad. It
> might be nice for a change to ackowledge us on the west coast.
What are you complaining about? At least for you it is still on the same
continent.
Jochem
~~
Andres wrote:
>
> Has anyone ever had to do any type of address standardization for data entry in
> their web sites?
You might want to check your national standards body, they might have an
official standard. Else, try your national postal service.
Jochem
~
> How would I select out the number, if present, in the street number field
have you tried
Order by right(StreetNo, len(StreetNo)-4)
The above might help some but not accurate for all cases.
Joe Eugene
> -Original Message-
> From: Rick Faircloth [mailto:[EMAIL PROTECTED]
> Sent: Frid
On Friday, Mar 28, 2003, at 08:02 US/Pacific, Brad Howerter wrote:
> The child CFC automatically inherits all of its parents values, so to
> me it seems redundant to call a method to get them.
That's true of inheritance not of composition. The question was about
the latter.
Sean A Corfield -- h
54 matches
Mail list logo