Re: white space

2003-03-29 Thread Adam Churvis
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

Re: CFCs - get'ers Vs. return object

2003-03-29 Thread S . Isaac Dealey
> 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 -

Re: Request for Review: "Variables in CFML

2003-03-29 Thread Sean A Corfield
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

Re: CFCs - get'ers Vs. return object

2003-03-29 Thread Sean A Corfield
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

RE: DevCon 2003

2003-03-29 Thread Kevin Graeme
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 > > > >>

Re: white space

2003-03-29 Thread S . Isaac Dealey
> 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

white space

2003-03-29 Thread Michael T. Tangorre
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?

Re: DevCon 2003

2003-03-29 Thread Frank Mamone
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

Calling Server Font

2003-03-29 Thread webmaster
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.

RE: Which Red Hat Linux install with Updater 3

2003-03-29 Thread Josh Trefethen
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

RE: Dynamic anchors on CF Page

2003-03-29 Thread S . Isaac Dealey
> 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

Which Red Hat Linux install with Updater 3

2003-03-29 Thread Mike Brunt
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 ~~~

RE: Dynamic anchors on CF Page

2003-03-29 Thread Clark, Aimee
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

Re: Dynamic anchors on CF Page

2003-03-29 Thread S . Isaac Dealey
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

Re: CFCs - get'ers Vs. return object

2003-03-29 Thread S . Isaac Dealey
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

Re: CFCs - get'ers Vs. return object

2003-03-29 Thread S . Isaac Dealey
> 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

RE: accessing parent cfc's variables

2003-03-29 Thread Raymond Camden
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

Any wanna help? Trying to order output by the number that's part of a varchar field...

2003-03-29 Thread Tim Plummer
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

Re: Dynamic anchors on CF Page

2003-03-29 Thread Issac Rosa
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

RE: Dynamic anchors on CF Page

2003-03-29 Thread Clark, Aimee
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,

Re: DevCon 2003

2003-03-29 Thread Kevin Pompei
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

Re: Dynamic anchors on CF Page

2003-03-29 Thread Matthew Walker
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:

Dynamic anchors on CF Page

2003-03-29 Thread Clark, Aimee
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

Re: Request for Review: "Variables in CFML

2003-03-29 Thread Marius Milosav
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

Re: CFCs - get'ers Vs. return object

2003-03-29 Thread Matthew Walker
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

Re: CFCs - get'ers Vs. return object

2003-03-29 Thread Sean A Corfield
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.

Re: Request for Review: "Variables in CFML

2003-03-29 Thread Sean A Corfield
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

Re: Mac OS X - Jrun 4/CFMX installation

2003-03-29 Thread Sean A Corfield
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

Re: Fusebox / MVC / CFOBJECTS

2003-03-29 Thread Sean A Corfield
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

Re: DevCon 2003

2003-03-29 Thread Frank Mamone
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

Re: accessing parent cfc's variables

2003-03-29 Thread Sean A Corfield
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

cfgrid

2003-03-29 Thread Webmaster
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

cfgrid

2003-03-29 Thread Webmaster
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

CFMX Updater 3 Available

2003-03-29 Thread Don
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

java.policy Edit in U3 Release Notes

2003-03-29 Thread Dave Carabetta
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

RE: cf color selector?

2003-03-29 Thread Matt Robertson
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

RE: cf color selector?

2003-03-29 Thread Chris
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

RE: cf color selector?

2003-03-29 Thread Ken Wilson
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

cf color selector?

2003-03-29 Thread Chris
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

accessing parent cfc's variables

2003-03-29 Thread Brad Howerter
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

accessing parent cfc's variables

2003-03-29 Thread Brad Howerter
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

Any wanna help? Trying to order output by the number that's part of a varchar field...

2003-03-29 Thread Brad Howerter
>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

RE: Any wanna help? Trying to order output by the number that's part of a varchar field...

2003-03-29 Thread S . Isaac Dealey
> 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

RE: Form Building software

2003-03-29 Thread Bud
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

RE: accessing parent cfc's variables

2003-03-29 Thread Raymond Camden
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

accessing parent cfc's variables

2003-03-29 Thread Brad Howerter
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

RE: Fusebox / MVC / CFOBJECTS

2003-03-29 Thread Mike Brunt
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

RE: Any wanna help? Trying to order output by the number that's part of a varchar field...

2003-03-29 Thread Rick Faircloth
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

Re: Form Building software

2003-03-29 Thread Adam Churvis
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.

RE: Form Building software

2003-03-29 Thread Michael Kear
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

Re: DevCon 2003

2003-03-29 Thread Jochem van Dieten
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 ~~

Re: Address standardization

2003-03-29 Thread Jochem van Dieten
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 ~

RE: Any wanna help? Trying to order output by the number that's part of a varchar field...

2003-03-29 Thread Joe Eugene
> 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

Re: accessing parent cfc's variables

2003-03-29 Thread Sean A Corfield
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