Currency Converter

2006-05-21 Thread Mike | NZSolutions Ltd
Hi guys, I am looking for a currency converter to include on a clients site. What are people's favourites - something coldfusion orientated would be cool. Basically I just need the visitor to be able to see the displayed price (NZ Dollars) in their own currency - it does no need to alter any vari

RE: Google Analytics?

2006-05-21 Thread Stacy Young
8.5 is now version 9.0 -Stace -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Sunday, May 21, 2006 3:06 PM To: CF-Talk Subject: RE: Google Analytics? "96.71% of visiters are using Flash, about 80% are using version 8 or better (a little over 1.5% are using 9)" Don

Re: Did my own CF/SQL Server performance testing, my world is tur ned upside down.

2006-05-21 Thread Barney Boisvert
It's worth mentioning that there is some overhead for calling a stored proc that isn't involved with straight queries, though it should be minimal. Where stored procs REALLY shine is when you've got a query whose result is only used for some logic driving another query. Using a stored proc in tha

RE: Did my own CF/SQL Server performance testing, my world is tur ned upside down.

2006-05-21 Thread Dave Watts
> Well, OK, not that dramatic, but every DBA I have ever known > has told me that if you want performance, you use stored > procedures. My quick test this evening has me rethinking that. Just a warning - quick tests are often worth about the time you put into them. > The straight query using CF

Re: model-glue on shared servers

2006-05-21 Thread dave
some of them work and some of them dont but it obvouisly does work in some capacity ~Dave the disruptor~ From: "James Holmes" <[EMAIL PROTECTED]> Sent: Sunday, May 21, 2006 9:39 PM To: CF-Talk Subject: Re: model-glue on shared servers Interestingly, I

Re: model-glue on shared servers

2006-05-21 Thread James Holmes
Interestingly, I just tried it on our Linux HMS server (the other tests were on my work servers and I've just confirmed that it still breaks on these). The HMS server works without a mapping. I suspect that HMS have no "/" mapping, so the site root is used in this case. I must ask them about this

Re: Pass a data to/from server without page refresh

2006-05-21 Thread Rob Wilkerson
AJaX is definitely the way to go for what you want to do. I use Prototype for my AJaX (and other JS framework) needs. Works great. http://prototype.conio.net/ http://www.sergiopereira.com/articles/prototype.js.html On 5/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Good Day, > > I want

Re: Pass a data to/from server without page refresh

2006-05-21 Thread Matt Williams
AJAX allows you to do this. AJAX CFC helps you use AJAX with CF. Google it. Rob Gonda did it. Haven't used it myself, but have good things from others including Hal Helms. ~| Message: http://www.houseoffusion.com/lists.cfm/link=

Re: model-glue on shared servers

2006-05-21 Thread dave
Well James, You have never steered me wrong and we live on the same set of servers so I am gunna listen too u :) ~Dave the disruptor~ From: "James Holmes" <[EMAIL PROTECTED]> Sent: Sunday, May 21, 2006 8:20 PM To: CF-Talk Subject: Re: model-glue on sha

Pass a data to/from server without page refresh

2006-05-21 Thread coldfusion . developer
Good Day, I want to validate the availability of a username(user_id) in our user database without having to refresh/post/submit the Web page. I spent a lot of time searching the internet for examples of how to do this. I found the following but were a little more involved that what I was looking

Re: model-glue on shared servers

2006-05-21 Thread James Holmes
We are talking about shared servers, where the root mapping / is not the same as my account's web root. MG does not work in these situations - I have done the experiment. This issue comes up often because it persists. On 5/22/06, Scott Stroz <[EMAIL PROTECTED]> wrote: > Dave, > > Brian is correc

cfdocument image problem...2nd try

2006-05-21 Thread Marty Johll
I'm running CFMX 7,0,1,116466 I do a query to get a list of pdfs to create. On the cover page there is a logo and on each of the subsequent pages, a scaled down version of the logo in the header. It appears the first report that is created does not scale the cover image or the first instance of

Re: HELP I'm drowning in a sea of encoding.

2006-05-21 Thread Denny Valliant
> > Any advanced warnings of potential 'gotchas' would be most appreciated. Can't think of any... you could be extra safe and be sure your database is set to the same encoding. Then it's just a matter of remembering to set the type everywhere. You can put the setEncoding() in the Application.cf

Re: Google Analytics?

2006-05-21 Thread Michael Dinowitz
http://www.google.com/analytics/ Michael Dinowitz Host: House of Fusion http://www.houseoffusion.com Publisher: Fusion Authority http://www.fusionauthority.com > >>And there's a whole lot more > > That sounds interesting, how do you get it? > > > ~

Re: Trying Again: CONTAINS issues

2006-05-21 Thread Rob Wilkerson
Take a look at cflib.org. There's a list function that compares 2 lists and returns the shared elements. It sounds like that might be what you're looking for. On 5/21/06, Brent Nicholas <[EMAIL PROTECTED]> wrote: > Posted earlier, but I couldn't read it on the site. > ---

Trying Again: CONTAINS issues

2006-05-21 Thread Brent Nicholas
Posted earlier, but I couldn't read it on the site. -- Howdy all - So I've been given the lovely task of parsing out an email of values from a submitted form. Those in the know are already growning... ;) Well in short it all boi

RE: CONTAINS nuances

2006-05-21 Thread Brent Nicholas
> > Howdy all - > > So I've been given the lovely task of parsing out an email of values from a > submitted form. Those in the know are already growning... ;) > > Well in short it all boils down to this right now. "How do you do a > "contains" with commas in the values?" > > > original form

Re: Google Analytics?

2006-05-21 Thread Brad Haas
It is really great software, but let me give you a word of caution. Nothing is free. You're sharing your website data with Google. This may not be a bad thing, but if you are using AdWords--you might not want to share this information. I'm not saying Google is doing anything wrong, but I'd b

Re: model-glue on shared servers

2006-05-21 Thread dave
Right, I understand that Ok on reactor heres where i'm not getting it. If i HAVE to make the mapping named /Reactor how is that done on a shared server where there can only be one instance of a mapping name? ~Dave the disruptor~ From: "Scott Stroz" <[

Re: model-glue on shared servers

2006-05-21 Thread Scott Stroz
Dave, Brian is correct, MG and Reactor will both run if the Reactor and ModelGlue directories are in the web root of your application. If your web root is C:\\Inetpub\wwwroot, then you would place teh ModelGlue and Reactor dircetories in C:\Inetpub\wwwroot so you have C:\Inetpub\wwwroot\ModelGlue

Re: model-glue on shared servers

2006-05-21 Thread dave
well if people want it resolved then it needs to be put in the docs so when we are reading and or learning it when can clearly see what changes need to be made for things to work right. It would of course be nice if I had time to piddle around and mess with crap until it worked but I don't. ~D

Re: model-glue on shared servers

2006-05-21 Thread dave
I havent tried it yet (reactor) but my first thoughts were (on it and multi-model-glues) "how is sean doing it" On reactor I was reading the docs late last night and this is what it says Configuring Mappings Once you've downloaded Reactor you will need to make a mapping named "/Reactor" which p

Re: Google Analytics?

2006-05-21 Thread dave
is it any better than smarterstats? ~Dave the disruptor~ From: Tony <[EMAIL PROTECTED]> Sent: Sunday, May 21, 2006 1:53 PM To: CF-Talk Subject: Re: Google Analytics? its far and above just some web trends thing. sign up, give it a few weeks and prepar

Re: Google Analytics?

2006-05-21 Thread Michael Dinowitz
Nope. Most of the versions that say 8 show a r number after them. 8.0 is at 50.55%, 8r22 is at 15.61%, 8r24 is at 7.94%, etc. I see a few 8.5 alphas and betas but most of the numbers say 8.0 of some sort. > "96.71% of visiters are using Flash, about 80% are using version 8 or > better > (a lit

Re: Google Analytics?

2006-05-21 Thread Claude Schneegans
>>And there's a whole lot more That sounds interesting, how do you get it? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241084 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http:

RE: Google Analytics?

2006-05-21 Thread Adrian Lynch
"96.71% of visiters are using Flash, about 80% are using version 8 or better (a little over 1.5% are using 9)" Don't you mean 8.5? -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: 21 May 2006 19:51 To: CF-Talk Subject: Re: Google Analytics? Here are some stats I

Re: Google Analytics?

2006-05-21 Thread Michael Dinowitz
Here are some stats I can get from analytics for House of Fusion alone in the last week (14-20): Number of new, unique users:28435 Number of unique returning visiters:3844 Google is responsable for 88.05% of hits on the site (almost all due to search) Google is responsable for 32603 visits India

Re: Google Analytics?

2006-05-21 Thread Michael Dinowitz
I use it daily to track how well House of Fusion and Fusion Authority are doing. It's fantastic! I should export some of the stats and maps to a public dir so people can see some of the stats. Knowing how many people are coming from UAE or Iran shows the global reach of the site. Knowing how man

Re: Google Analytics?

2006-05-21 Thread Jerry Johnson
Do it immeditately. It is awesome. It is more and different than webtrends (not, in my mind a replacement). What it does, webtrends can't do. Check it out. Trust me. On 5/21/06, Jeff Small <[EMAIL PROTECTED]> wrote: > What is this? I got an invitation, but I'm not sure what it is. > > > > Is it

Re: Google Analytics?

2006-05-21 Thread Tony
its far and above just some web trends thing. sign up, give it a few weeks and prepare to be amazed! tw On 5/21/06, Jeff Small <[EMAIL PROTECTED]> wrote: > What is this? I got an invitation, but I'm not sure what it is. > > > > Is it more than just google's version of "web trends"? Anyone using

Google Analytics?

2006-05-21 Thread Jeff Small
What is this? I got an invitation, but I'm not sure what it is. Is it more than just google's version of "web trends"? Anyone using it? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241078 Archives: http://www.

Re: model-glue on shared servers

2006-05-21 Thread Brian Rinaldi
Model-Glue and Reactor can both be run without a mapping just fine. It is really a simple fix...all you need to do is put the core files in the site root so that /model-glue and /reactor point to the correct placethat's it. Now if you are developing locally on XP Pro, you will need something li

Re: Coldfusion 7 cfform and charset!

2006-05-21 Thread Manar Droubi
thanks for the tips guys i will try posting something in Mike Nimer's Blog ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241076 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.h

Re: model-glue on shared servers

2006-05-21 Thread Mike Kear
No, reactor works without a mapping for reactor itselfI have it running on three sites on the same server, three copies of reactor. all it needs is a mapping to the place where you want reactor to put its generated files. I am pretty sure Sean Corfield has MG running in shared environments to

Re: model-glue on shared servers

2006-05-21 Thread James Holmes
Yes, that's what I found too. I guess a script to do it with regular expressions would make it a lot less prone to error. On 5/21/06, Jochem van Dieten <[EMAIL PROTECTED]> wrote: > James Holmes wrote: > > No, it's not a one liner unfortunately. I've gone through the MG code > > and references to C

Re: model-glue on shared servers

2006-05-21 Thread Jochem van Dieten
James Holmes wrote: > No, it's not a one liner unfortunately. I've gone through the MG code > and references to CFCs are all though it like this > > "ModelGlue.Util.CollectionBeanMaker").init(variables.state) /> > > The "ModelGlue" path, dependent apon a mapping, appears in numerous > places. If

Re: MaxHeapSize + MaxPermSize

2006-05-21 Thread Rob Wilkerson
I believe Dave is correct that permgen is part of the heap. As is the oldgen and newgen, if memory serves. As for limits, I've had difficulty setting a max heap size over 1024 while still being able to restart the CF server on Windows. I can't even reach 1.5 gb. The way it was once explained to

Re: switch from siteObject to FCKEditor

2006-05-21 Thread Pete Jordan
Pete Ruckelshaus wrote: > Really? Is that in the documentation somewhere, or can you provide a > code sample? Also, any idea if it's possible to specify the image > file upload path dynamically? I'm building a simple blog app and want > to allow users to upload to their own directories. I'm no

Re: model-glue on shared servers

2006-05-21 Thread Russ Michaels
you would think MD would have a setting for the mapping name so that this was not a problem. -Original Message- From: "James Holmes" <[EMAIL PROTECTED]> To: CF-Talk Date: Sun, 21 May 2006 14:04:33 +0800 Subject: Re: model-glue on shared servers > I inquired about this a while ago. A map

Re: model-glue on shared servers

2006-05-21 Thread James Holmes
No, it's not a one liner unfortunately. I've gone through the MG code and references to CFCs are all though it like this The "ModelGlue" path, dependent apon a mapping, appears in numerous places. If I want a different mapping I have to run a global search and replace and ensure I don't accident

Re: switch from siteObject to FCKEditor

2006-05-21 Thread mac jordan
On 5/21/06, Pete Ruckelshaus <[EMAIL PROTECTED]> wrote: > > Really? Is that in the documentation somewhere, or can you provide a > code sample? Also, any idea if it's possible to specify the image > file upload path dynamically? I'm building a simple blog app and want > to allow users to upload

Re: model-glue on shared servers

2006-05-21 Thread dave
but if you have 250 of them then it's a nightmare. and it looks like each site that uses reactor needs a mapping called /reactor which wouldnt work if you have more than 1 site on the server using it right? ~Dave the disruptor~ From: Jochem van Dieten <

Re: MaxHeapSize + MaxPermSize

2006-05-21 Thread Jochem van Dieten
Dave Ross wrote: > > Regardless, for CF on Windows (assuming the box has more than 2gb of ram), I > would keep Xmx=1024m and -XX:MaxPermSize=192m. Anything above that and I've > found the 1.4.2 JVM to get unstable. One of our customers is running at 1.6 GB. I wouldn't exactly call it stable, b

Re: model-glue on shared servers

2006-05-21 Thread Jochem van Dieten
James Holmes wrote: > I inquired about this a while ago. A mapping is necessary if MG is to > be used as-is on a shared server, meaning that everyone needs to share > the same version of MG (in the same mapping). This would make > upgrading a chore. > > You could modify MG to use a different path

Re: model-glue on shared servers

2006-05-21 Thread dave
forgot about that one, I looked at it awhile back but if I recall the docs were a bit messed up and I didnt have time to really figure it out. ~Dave the disruptor~ From: "James Holmes" <[EMAIL PROTECTED]> Sent: Sunday, May 21, 2006 3:30 AM To: CF-Talk S

Re: model-glue on shared servers

2006-05-21 Thread James Holmes
If it's just skinning, try onTap. I think that way not require a mapping, but Ike is the person to clear that up. On 5/21/06, dave <[EMAIL PROTECTED]> wrote: > Yeah It's why I stopped learning it the first time, was hoping that had > changed. > > I been watching the debate over frame works and wh

Re: model-glue on shared servers

2006-05-21 Thread dave
Yeah It's why I stopped learning it the first time, was hoping that had changed. I been watching the debate over frame works and while I generally stay away from them I can definately see where they are useful and I have a project coming up were there will be several hundred variations of one si

Re: model-glue on shared servers

2006-05-21 Thread James Holmes
That's pretty much exactly the same conclusion I drew. I recall someone saying that Fusebox has no such requirement, so maybe that's a possibility. On 5/21/06, dave <[EMAIL PROTECTED]> wrote: > Yeah thats no good > > ~Dave the disruptor~ > > > From: "James

Re: model-glue on shared servers

2006-05-21 Thread dave
Yeah thats no good ~Dave the disruptor~ From: "James Holmes" <[EMAIL PROTECTED]> Sent: Sunday, May 21, 2006 2:05 AM To: CF-Talk Subject: Re: model-glue on shared servers I inquired about this a while ago. A mapping is necessary if MG is to be used as-i