Re: High Load Server... how much more can it take?

2005-05-06 Thread Cliff Meyers
> 1. Does 12,000,000 .cfm pages / month (distributed normally over the day, 
> peaking around 4 PM ET) seem like a lot for a single xeon 2.0?

Not sure on this.  Until you start coming close to maxing out the CPU
or memory, I'd say you should stick with your current hardware.

> 2. I'm not so sure that we're using RAM effectively, even with mysql set to 
> use lots of memory and cf set to cache lots of queries and pages.

Are you setting the MySQL memory usage in the my.cnf file?  How many
queries and pages is CF currently set to cache?

> 3.  Could the use of database client variables be causing peak hour 
> sluggishness?  I've always wondered what sort of performance hit using 
> database client variables has under load.  Would I get a noticable 
> improvement switching to cookie client variables?

This one raises a red flag to me.  If I'm not mistaken, the client
variables get updated (at a minimum) once per page view, since there
is a "last visited" variable that would presumably get set each time. 
And then of course the client variables need to be read into memory
each time as well.  I'd say this might be a quick and easy fix that
you could make right off the bat to see if it helps out.

Ultimately, we should try to find a way to get your mean CPU and
memory usage higher if possible.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205941
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


High Load Server... how much more can it take?

2005-05-06 Thread Terry Ford
Hi all,

I run a large entertainment website, using ColdFusion MX.  It has evolved over 
the past 9 yrs or so from tcl to php to CF4 to MX.

We serve over 12,000,000 .cfm pages a month right now with over 700,000 uniques 
per month. 

Our single server is a dual xeon 2.0 with 4 gigs of RAM. We use redhat, mysql 
and httpd.

Pretty simple setup really, and I'd like to keep it that way.  I am a big fan 
of optimization.

Unfortunately, the server has started bogging down in peak hours, and I think 
I'm nearing the end of the "optimize it" challenge. I've optimized queries, 
tweaked settings, query cached, cf_accelerated, sucked frequent db stuff into 
application scope, etc. However, it appears that there's simply too much load 
at peak hours to keep the site running fast.

Most of our templates are the usual efficent run-of-the-mill stuff, CFQUERYs 
and outputs, session and client variables (to db).  

cfstat shows approximately 20 pages/second during peak, where server load 
spikes up to 5 or 6, and requests start queueing causing nasty latencies.

A few questions:

1. Does 12,000,000 .cfm pages / month (distributed normally over the day, 
peaking around 4 PM ET) seem like a lot for a single xeon 2.0?

Do you think its possible for me to squeeze a lot more life out of this machine 
by investigating further optimizations, or does it sound like it's time to 
abandon that exercise and get a second machine? Can anyone else who is using a 
dual xeon on linux heavily let me know what sort of load / pages the thing is 
successfully serving? 

2. I'm not so sure that we're using RAM effectively, even with mysql set to use 
lots of memory and cf set to cache lots of queries and pages.   

"Free" shows the following stats.  It appears to me that a large amount of 
memory isn't being used by cf or mysql, even when the site starts slowing down:

Mem:   40680964023912  44184  0  555163321412
-/+ buffers/cache: 6469843421112
Swap:  2048276  347522013524

If I'm reading this correctly, there's a ton of memory doing nothing while the 
machine starts suffocating.  Any ideas on how I can put that memory to use? 

3.  Could the use of database client variables be causing peak hour 
sluggishness?  I've always wondered what sort of performance hit using database 
client variables has under load.  Would I get a noticable improvement switching 
to cookie client variables?

Thanks for your thoughts.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205940
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: IIS Coding

2005-05-06 Thread David Brown
Eric,

Could you email it to me too?
David
- Original Message - 
From: "Eric Dawson" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Friday, May 06, 2005 8:46 PM
Subject: Re: IIS Coding


> I'm looking for the TCPIP stuff he had on intrafoundation.com do you have
> that?
>
> I want it to run on BlueDragon - so I think I need an earlier version
> though. Anyone else using this?
>
> Eric
>
>
> - Original Message - 
> From: "Robertson-Ravo, Neil (RX)" <[EMAIL PROTECTED]>
> To: "CF-Talk" 
> Sent: Friday, May 06, 2005 9:35 AM
> Subject: RE: IIS Coding
>
>
>> The IHTK does just that...I can mail you it offlist as I think Lewis
> Sellars
>> (the author) has disappeared from the list and the net...
>>
>>
>>
>> -Original Message-
>> From: Chad McCue [mailto:[EMAIL PROTECTED]
>> Sent: 06 May 2005 15:37
>> To: CF-Talk
>> Subject: IIS Coding
>>
>> Does anyone know of any cf applications that can dynamically write to 
>> IIS?
>> If someone knows of a VB or ASP program that would be fine also.
>>
>>
>>
>>
>>
>>
>
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205939
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: How to get the full url requested in cf?

2005-05-06 Thread stylo stylo
>I don?t know why you need to know if www is there or not but if you had
access to IIS, you could have http://www.shop.com point to a different place
than http://shop.com all together 

There is a stored shop url in the code. Problem is that cookies are being lost 
between www.shop.com and shop.com when code refers to the shop url variable and 
cflocates in a few places, or a linkbase variable is set based upon it to use 
on menus used on various directory levels.

I asked my host and they said I would need something like IISrewrite to 
redirect, or metatags. So I thought to rewrite the request.shopurl variable 
that is being set, based on their being "www" or not. Then the cflocate and 
linkbase will be in line with how people come to the site, with "www" or not. 
(Or I can simply relocate all "www" requests to non "www". Maybe better, but 
wondering about links to the site and search engines.)

If you have a better idea, I'm all ears.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205938
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: How to get the full url requested in cf?

2005-05-06 Thread stylo stylo
HTTP_HOST and SERVER_NAME both work. (On my local setup I thought they didn't 
because of my local url and missed them.)

Thanks!

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205937
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMX: Dissed by Breeze and FlashLite?

2005-05-06 Thread dave
Well a business rule is "it takes money to make money"

So what are the options? If they don't give it away then they will continue to 
go with php in which case they get no sale, no exposure and further distance 
themselfs from those potential customers and basically help keep php afloat and 
push cfm out that particular market. Or they can give it away and it's not like 
they are loosing money, maybe keep it with whatever packages they sell to these 
schools for Photoshop and such.  And get more ppl into using cfml which in turn 
will sell more licences and get cfm back in the big market which means more 
$$'s.

I'm sure it can keep itself afloat, if they don't get greedy.





~Dave the disruptor~ 

 Original Message 
> From: Rick Mason <[EMAIL PROTECTED]>
> Sent: Friday, May 06, 2005 12:28 PM
> To: CF-Talk 
> Subject: Re: CFMX: Dissed by Breeze and FlashLite?
> 
> Dave (the disruptor),
>  Today a student writes a program on his own machine and then when he's done 
> uploads it to the class server. So with the free development edition the 
> students are covered. The students are then jjudged on how their program 
> runs on the class server and their project can be accessed by all members of 
> the class.
>  The question is how does Adobe/Macromedia give away a free copy of an 
> unrestricted version of CF for the class server without hurting business 
> sales at the college?
>  That's the first challenge and the next one is how do you get college 
> departments to change? Right now I believe Macromedia educational sales reps 
> handle it. I think you need an educational evangelist whose sole focus is 
> based on how many schools add CF to the curriculum.
>  I think that with Adobe taking over it's time to take a fresh look at 
> promoting CF in the colleges.
>   Rick Mason
>  
> 
>  On 5/5/05, dave <[EMAIL PROTECTED]> wrote: 
> > 
> > Rick,
> > There are some amazing things this merger could very well produce so long 
> > as they work the products together the same way MM has done so, there could 
> > be some big time power added to cfm. Another thing I would like to see is a 
> > small footprint version of cfm server that would be run in the os to power 
> > desktop apps and ria's, much the same as shorthorn says it will do, I know 
> > there are a few ones that will do this but I'd rather have one from the 
> > source.
> > 
> > I'm assuming this merger is a direct shot at the throat of M$ and now they 
> > will have more leverage to start the dismantling of the giant.
> > And I know some will say that will never happen so long as windows keeps 
> > going which is something Adobe doesn't have but then again Adobe has 
> > something M$ will never have and thats the image design market. And the 
> > thing is other companies are going after the os and browser market and 
> > really no one is going after the photoshop market.
> > 
> > Especially if apple doesnt mess up the marketting of this OS X but its 
> > growing, the younger generation is firmly entrenching itself in macs 
> > (except 
> > the hardcore gamers) and the ipod has become a staple of their generation. 
> > So the time is right for Adobe to make a run, lets hope they do it right.
> > 
> > ~Dave the disruptor~
> > 
> > 
> > From: Rick Mason <[EMAIL PROTECTED]>
> > Sent: Tuesday, May 03, 2005 9:39 PM
> > To: CF-Talk 
> > Subject: Re: CFMX: Dissed by Breeze and FlashLite?
> > 
> > Dave,
> > *I hope one of the things Adobe does with cfm is to license its use in
> > schools and such for free and use its deep photoshop roots to entrench it 
> > in
> > a lot of these "designer" programs.
> > *
> > That's one of the things that I have campaigned on for the longest time. 
> > All
> > the Michigan colleges and universities use CF for the business side. But
> > only one uses it on the teaching side.
> > The first language a lot of these kids learn is PHP, I think all will 
> > agree
> > that CFML is a much better choice. Guess what the marketing budget for 
> > this
> > favored position might be? How about zero, so even a slight effort could
> > displace it.
> > These students may learn C# or java later but they will end up doing their
> > personal sites with CF. What do you want to bet that when they end up out 
> > in
> > the world and want a chance to shine under a tight deadline and/or budget
> > they will remember CF?
> > I continue to believe it's a great opportunity that's being missed.
> > Rick Mason
> > 
> > 
> 
> 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205936
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11

Re: IIS Coding

2005-05-06 Thread Eric Dawson
I'm looking for the TCPIP stuff he had on intrafoundation.com do you have
that?

I want it to run on BlueDragon - so I think I need an earlier version
though. Anyone else using this?

Eric


- Original Message - 
From: "Robertson-Ravo, Neil (RX)" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Friday, May 06, 2005 9:35 AM
Subject: RE: IIS Coding


> The IHTK does just that...I can mail you it offlist as I think Lewis
Sellars
> (the author) has disappeared from the list and the net...
>
>
>
> -Original Message-
> From: Chad McCue [mailto:[EMAIL PROTECTED]
> Sent: 06 May 2005 15:37
> To: CF-Talk
> Subject: IIS Coding
>
> Does anyone know of any cf applications that can dynamically write to IIS?
> If someone knows of a VB or ASP program that would be fine also.
>
>
>
>
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205935
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ColdFusion v4.5.2 using cfmail to send authentication SMTP

2005-05-06 Thread Eric Dawson
yeah that was actually on one of my lists of things to do. I'm almost
embarrassed I don't have it installed.

I'm using the ISPs upstream smtp for now.

Eric

- Original Message - 
From: "Howie Hamlin" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Friday, May 06, 2005 8:52 AM
Subject: Re: ColdFusion v4.5.2 using cfmail to send authentication SMTP


> If you're using Windows then you can use iMS-Lite for this:
>
>
http://www.macromedia.com/cfusion/exchange/index.cfm#view=sn106&extid=1023806
>
> You can also use iMS-Lite to send mail directly w/o needing an external
email server.
>
> HTH,
>
> -- 
> Howie Hamlin - inFusion Project Manager
> On-Line Data Solutions, Inc. - www.CoolFusion.com
> inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server
> PrismAV - Virus scanning for ColdFusion and BlueDragon applications
> Find out how iMS Stacks up to the competition:
http://www.coolfusion.com/imssecomparison.cfm
>


> iMS-Lite - the completely free mail server solution for applications and
application servers
> http://www.coolfusion.com/iMSLite
> > -Cliff

> > On 5/6/05, Eric Dawson <[EMAIL PROTECTED]> wrote:
> >> I have a coldfusion v4.5.2 server, and it doesn't seem like cfmail
> >> supports username/password authenticated SMTP.
> >>
> >> Has anyone else encountered this?
> >>
> >> Eric

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205934
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: J2EE Sessions, Sub-domains, and IE

2005-05-06 Thread Jon Gunnip
Dave,

Thanks for the suggestion, but I don't believe there are any domain
attributes being set in the existing cookies.  When I view the cookie
in firefox, it show the host as "mysubdomain.site.com" for one cookie
and "mysite.mysubdomain.site.com" for the other.  I think I would see
".mysubdomain.site.com" in the cookie if it were a domain cookie. 
Thus, I don't think your suggestion will work unless I'm missing
something.

Unfortunately, our server is of lower profile than the
mysubdomain.site.com, so it is unlikely that server name will change
soon.  We might be able to change ours, but I wouldn't do it just to
get J2EE sessions back.

Jon

On 5/6/05, Dave Watts <[EMAIL PROTECTED]> wrote:
> > Thanks for the pointer. Looks like I'm stuck with no J2EE session
> > variables, changing the name the jsessionID is stored as, or changing
> > my host name.
> 
> Well, I'd recommend changing your host name if you can, simply because it's
> a bit confusing to have a default host for a subdomain. However, as an
> alternative, you might be able to rewrite the cookie yourself using the
> CFCOOKIE tag and omitting the DOMAIN attribute so that it is only set for
> the host that's creating the cookie.
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> 
> Fig Leaf Software provides the highest caliber vendor-authorized
> instruction at our training centers in Washington DC, Atlanta,
> Chicago, Baltimore, Northern Virginia, or on-site at your location.
> Visit http://training.figleaf.com/ for more information!
> 
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205933
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: J2EE Sessions, Sub-domains, and IE

2005-05-06 Thread Dave Watts
> Thanks for the pointer. Looks like I'm stuck with no J2EE session
> variables, changing the name the jsessionID is stored as, or changing
> my host name.

Well, I'd recommend changing your host name if you can, simply because it's
a bit confusing to have a default host for a subdomain. However, as an
alternative, you might be able to rewrite the cookie yourself using the
CFCOOKIE tag and omitting the DOMAIN attribute so that it is only set for
the host that's creating the cookie.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205932
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Google Web Accelerator problems

2005-05-06 Thread Matt Robertson
Thanks to everyone and Damien in particular for the heads-up and the
code.  I've planted it in a couple of /application.cfm's already.

-- 
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205931
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Google Web Accelerator problems

2005-05-06 Thread Dave Watts
> CGI["HTTP_X-MOZ"]
> 
> '-' is illegal in a variable name.
> 
> Hmm, how do you access such a variable name prior to CFMX?

You use array notation, as in your example.

> Are you sure that CF doesn't map '-' in header names to '_'?

Actually, it does, and I'd forgotten about that. You may also be able to
access the correct header name using array notation.

I'd just like to take this opportunity to point out that working with HTTP
headers can be quite annoying from within CFMX. I was recently writing some
CFML code that interacted with Breeze through its HTTP XML API, and I had to
jump through a few hoops to make that work correctly, because Breeze uses
dashes and lowercase names all over the place.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205930
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Anyone know what embedded report engine is used in CF7?

2005-05-06 Thread Stacy Young
Thanks all.  -S

> -Original Message-
> From: Sean Corfield [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 06, 2005 6:41 PM
> To: CF-Talk
> Subject: Re: Anyone know what embedded report engine is used in CF7?
> 
> On 5/6/05, Damien McKenna <[EMAIL PROTECTED]> wrote:
> > JasperReports.
> 
> See this page for more details of what CFMX 7 uses:
> 
> http://www.macromedia.com/software/eula/third_party/coldfusion/
> --
> Sean A Corfield -- http://corfield.org/
> Team Fusebox -- http://fusebox.org/
> Got Gmail? -- I have 50, yes 50, invites to give away!
> 
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205929
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Anyone know what embedded report engine is used in CF7?

2005-05-06 Thread Sean Corfield
On 5/6/05, Damien McKenna <[EMAIL PROTECTED]> wrote:
> JasperReports.

See this page for more details of what CFMX 7 uses:

http://www.macromedia.com/software/eula/third_party/coldfusion/
-- 
Sean A Corfield -- http://corfield.org/
Team Fusebox -- http://fusebox.org/
Got Gmail? -- I have 50, yes 50, invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205928
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Two queries within CFMAIL

2005-05-06 Thread Richard Colman
Actually, I wanted to loop over two different queries, since each one
delivers multiple records that need to be inserted into the email message.
You reply implies that this is not possible within CFMAIL. So, it sounds
like I need to build the results of the second query into a text string,
etc. and just insert it as a static variable into CFMAIL?

TNX for your comments. 

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 06, 2005 3:41 PM
To: CF-Talk
Subject: RE: Two queries within CFMAIL

> Is it possible to include results from two completely different 
> queries within a CFMAIL command? How?

I'm not exactly sure what you're trying to do, but yes, you can reference
variables from two different queries. However, you can only loop over one
query with the QUERY attribute of CFMAIL. The CFMAIL tag is very similar to
CFOUTPUT, except that instead of generating output for your HTTP response,
it generates output to be sent to an SMTP server.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized instruction
at our training centers in Washington DC, Atlanta, Chicago, Baltimore,
Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205927
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Two queries within CFMAIL

2005-05-06 Thread olivier
Try this:




#column_name#



#column_name#




- Original Message - 
From: "Richard Colman" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Friday, May 06, 2005 3:25 PM
Subject: Two queries within CFMAIL


> Is it possible to include results from two completely different queries
> within a CFMAIL command? How?
>
> Richard Colman
> Institute for Genomics and Bioinformatics
> 949-824-1816, 701-5330
> [EMAIL PROTECTED]
>
>
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205926
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Google Web Accelerator problems

2005-05-06 Thread Sean Corfield
On 5/6/05, Dave Watts <[EMAIL PROTECTED]> wrote:
> CGI.HTTP_X-MOZ from within your CFML code.

CGI["HTTP_X-MOZ"]

'-' is illegal in a variable name.

Hmm, how do you access such a variable name prior to CFMX?

Are you sure that CF doesn't map '-' in header names to '_'?
-- 
Sean A Corfield -- http://corfield.org/
Team Fusebox -- http://fusebox.org/
Got Gmail? -- I have 50, yes 50, invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205925
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Two queries within CFMAIL

2005-05-06 Thread Jeff Congdon
Yes.  By using  instead of 


 
   - loop content
 

   - bar



I've also grown fond of outputting my desired email OUTSIDE of the 
cfmail tag, using cfsavecontent to save it in a variable, then mailing 
the variable -  this is helpful when you're dealing with a lot of loops 
and queries and you find it difficult to fit it all inside of the cfmail 
restrictions.

so...

  
-your output
  
  
- your output 2
  

#foo#

HTH,
-Jeff

Richard Colman wrote:

>Is it possible to include results from two completely different queries
>within a CFMAIL command? How?
>
>Richard Colman
>Institute for Genomics and Bioinformatics
>949-824-1816, 701-5330
>[EMAIL PROTECTED]
>
>
>
>

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205924
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Two queries within CFMAIL

2005-05-06 Thread Dave Watts
> Is it possible to include results from two completely 
> different queries within a CFMAIL command? How?

I'm not exactly sure what you're trying to do, but yes, you can reference
variables from two different queries. However, you can only loop over one
query with the QUERY attribute of CFMAIL. The CFMAIL tag is very similar to
CFOUTPUT, except that instead of generating output for your HTTP response,
it generates output to be sent to an SMTP server.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205923
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Two queries within CFMAIL

2005-05-06 Thread Richard Colman
Is it possible to include results from two completely different queries
within a CFMAIL command? How?

Richard Colman
Institute for Genomics and Bioinformatics
949-824-1816, 701-5330
[EMAIL PROTECTED]



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205922
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Google Web Accelerator problems

2005-05-06 Thread Damien McKenna
Thanks Rebecca.

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include 
 

> -Original Message-
> From: Rebecca Wells [mailto:[EMAIL PROTECTED] 
> 
> No, you're both wrong. According to this
> http://www.mozilla.org/projects/netlib/Link_Prefetching_FAQ.ht
> ml#As_a_server_admin_can_I_distinguish
> it should be: 
> X-moz: prefetch


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205921
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: J2EE Sessions, Sub-domains, and IE

2005-05-06 Thread Jon Gunnip
Rob,

Thanks for the pointer.  Looks like I'm stuck with no J2EE session
variables, changing the name the jsessionID is stored as, or changing
my host name.

Jon

On 5/6/05, Rob <[EMAIL PROTECTED]> wrote:
> http://www.robrohan.com/blog/index.cfm?mode=entry&entry=9B8F98DE-13C9-519C-6C958F2F38E1BACD
> 
> On 5/6/05, Jon Gunnip <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I have an issue with J2EE session and the incorrect session cookies
> > being sent by IE.
> >
> > I manage a CF site with name like myhost.mysubdomain.site.com.  There
> > is another CF site named mysubdomain.site.com.  We both have J2EE
> > sessions enabled.
> >
> > In IE 6 (not Firefox), if a user browses first to mysubdomain.site.com
> > to a page that generates a session, then they get a session cookie set
> > with host domain.site.com.  If they then, go to my site to a page that
> > creates a session, they get a session cookie set with host
> > myhost.mysubdomain.site.com.
> >
> > But, when I redirect them to another page on my site, IE sends back to
> > the server the cookie for mysubdomain.site.com, not
> > myhost.mysubdomain.site.com.  The net results is that the user can
> > never create a session on myhost.mysubdomain.site.com unless they
> > don't first browse to mysubdomain.site.com.
> >
> > It seems like I can work around this by turning off J2EE sessions, but
> > that is unfortunate, and I'm still not sure there aren't some security
> > issues with the wrong cookies being sent.
> >
> > Any suggestions on how to make this work with J2EE sessions?  I have
> > tried about every possible permutation of  settings
> > with no luck.
> >
> > Thanks,
> > Jon
> >
> >
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205920
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Google Web Accelerator problems

2005-05-06 Thread Dave Watts
> No, you're both wrong. According to this
> http://www.mozilla.org/projects/netlib/Link_Prefetching_FAQ.ht
> ml#As_a_server_admin_can_I_distinguish
> 
> it should be: 
> X-moz: prefetch
> 
> 
>   
>   
>   
>   
> 

When an HTTP client sends an HTTP request header to a CF URL, that URL can
reference the header using the "HTTP_" prefix. In addition, CF treats
variable names as uppercase. So, you would refer to this CGI variable as
CGI.HTTP_X-MOZ from within your CFML code.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205919
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Bug? Semicolon blows up Flash CFGRID

2005-05-06 Thread Dave Merrill
It was commas, not semicolons, that were the issue; sorry for the bogus
info.

I looked through my notes for the project where I thought I remembered
running into it, and found this:


- The double entries at the top level are caused by the comma in
#pat_name#.
  Don't know why this version of cftree does that, but removing the comma
fixes the problem. There's a delimiter parameter to the cftree, but a)
it's not comma by default, and b) making it something odd that's not
in pat_names does nothing.


If I'm right placing this chronologically, it was discovered when we moved
to MX61. Don't know if ti's still an issue in MX7.

Dave Merrill


> For what it's worth, I experimented with CFTREE and couldn't
> reproduce the problem there.  Seems to be just CFGRID.
>
> Joy
>
> At 04:43 PM 5/6/2005 -0400, you wrote:
> >If I'm remembering right, the same thing happens with CFTREE, or
> at least it
> >did in older CF versions.
> >
> >Not that that's much help...
> >
> >Dave Merrill
> >
> >> Here's a strange one... If the text in a cell of the selected row
> >> of a CFMX7 Flash CFGRID contains a semicolon that is NOT the last
> >> character in the cell, it blows up, resulting in the error "The
> >> submitted cfgrid form field is corrupt."
> >>
> >> Here's some sample code for you:
> >>
> >> 
> >> 
> >> 
> >> 
> >> 
> >> 
> >> 
> >>
> >> 
> >>  FORMAT="FLASH">
> >> 
> >> 
> >> 
> >>
> >> Click on Row 1 and submit, and all is well.  Click on Row 2 and
> >> submit and it throws the error.  Is this a bug, perhaps?
> >>
> >> Joy
> >
> >
> >
> >
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205918
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: HASH() reverse

2005-05-06 Thread Ian Tait
Thats OK - we all use 27 character (hashed)  'administrator' passwords, eh?

>   http://www.antsight.com/zsl/rainbowcrack/

> One interesting stuff among them is the lm #6 table, with which we can
break any windows password > up to 14 characters in a few minutes.




- Original Message - 
From: "Jochem van Dieten" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Friday, May 06, 2005 10:26 PM
Subject: Re: HASH() reverse


> Asim Manzur wrote:
> > So, it means there is no software/tool available for reversing the
> hash() value?
> > Anybody aware anything about it?
>
> "As a particular example, a $10 million custom machine for
> applying parallel collision search to the MD5 hash function could
> complete an attack with an expected run time of 24 days."
> http://www.certainkey.com/dnet/acmccs94.pdf
>
>
> But if you are really serious and have lots of disk space you
> should check out http://www.antsight.com/zsl/rainbowcrack/
>
> Jochem
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205917
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Google Web Accelerator problems

2005-05-06 Thread Rebecca Wells
No, you're both wrong. According to this
http://www.mozilla.org/projects/netlib/Link_Prefetching_FAQ.html#As_a_server_admin_can_I_distinguish

it should be: 
X-moz: prefetch








~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205916
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: HASH() reverse

2005-05-06 Thread Jochem van Dieten
Asim Manzur wrote:
> So, it means there is no software/tool available for reversing the hash() 
> value?
> Anybody aware anything about it?

"As a particular example, a $10 million custom machine for 
applying parallel collision search to the MD5 hash function could 
complete an attack with an expected run time of 24 days."
http://www.certainkey.com/dnet/acmccs94.pdf


But if you are really serious and have lots of disk space you 
should check out http://www.antsight.com/zsl/rainbowcrack/

Jochem

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205915
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: HASH() reverse

2005-05-06 Thread Jim Davis
> -Original Message-
> From: Asim Manzur [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 06, 2005 4:45 PM
> To: CF-Talk
> Subject: Re: HASH() reverse
> 
> So, it means there is no software/tool available for reversing the hash()
> value?
> Anybody aware anything about it?

Others have said - but to be clear you're essentially asking "where can I
buy a key that would open any lock?"

A common mistake is too think of hashes as "encryption" - they're not.  They
don't represent the source.  It's better to think of a hash as a
"Fingerprint".

There is no way, using a fingerprint, to reconstruct the finger which made
it.  That information isn't represented by the fingerprint (which is only a
"surface reflection").

However if you have a finger you CAN use a fingerprint to determine if the
finger is in face the one that made the print.

In other words hashes (like fingerprints) can identify the original but
can't ever recreate it.

Make sense?

Jim Davis 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205914
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: HASH() reverse

2005-05-06 Thread Ian Tait
In as much seriousness as I can manage, that actually doesn't look too much
like a hash to me

> xc231vx231cx2v1x2cv132xc1v23



- Original Message - 
From: "Asim Manzur" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Friday, May 06, 2005 9:45 PM
Subject: Re: HASH() reverse


> So, it means there is no software/tool available for reversing the
> hash() value?
> Anybody aware anything about it?
>
>
>
> is there any possiblity to reverse the hash()
>
> I have a value 1xc231vx231cx2v1x2cv132xc1v23 thats hash, how can I
> revert back into the normal text.
>
> Thanks
>
> --
> Regards,
>
>
> -- 
> Regards,
> Asim Manzur
> http://www.LogikZone.com
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205913
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: HASH() reverse

2005-05-06 Thread Dave Watts
> So, it means there is no software/tool available for 
> reversing the hash() value?

The availability of such a tool would nullify the value of being able to
hash in the first place - it would demonstrate that the hashing algorithm
and/or hashing process is broken and therefore useless. The entire point of
hashing is to generate a string from which the original value cannot be
determined, and to guarantee that any future hashes of the original value
will always generate the same hash string.

That said, hashes have been broken (usually because of some flaw in how
seeds are chosen or something along those lines, but sometimes because of a
flaw in the hashing algorithm). Once this happens it's a good time to find a
new hashing process or algorithm:

http://www.computerworld.com/printthis/2004/0,4814,95343,00.html
http://md5.rednoize.com/

However, it is still very difficult to reverse hashes even with these flaws.

By default, CF uses MD5 for hashing; CFMX 7 allows you to use other, more
secure algorithms like SHA-256, SHA-384 and SHA-512.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205912
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Bug? Semicolon blows up Flash CFGRID

2005-05-06 Thread Joy Anderson
For what it's worth, I experimented with CFTREE and couldn't reproduce the 
problem there.  Seems to be just CFGRID.

Joy

At 04:43 PM 5/6/2005 -0400, you wrote:
>If I'm remembering right, the same thing happens with CFTREE, or at least it
>did in older CF versions.
>
>Not that that's much help...
>
>Dave Merrill
>
>> Here's a strange one... If the text in a cell of the selected row
>> of a CFMX7 Flash CFGRID contains a semicolon that is NOT the last
>> character in the cell, it blows up, resulting in the error "The
>> submitted cfgrid form field is corrupt."
>>
>> Here's some sample code for you:
>>
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>
>> 
>> 
>> 
>> 
>> 
>>
>> Click on Row 1 and submit, and all is well.  Click on Row 2 and
>> submit and it throws the error.  Is this a bug, perhaps?
>>
>> Joy
>
>
>
>

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205911
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: HASH() reverse

2005-05-06 Thread Burns, John D
The answer is _NO_ way to do it.  People have already told you that.


John Burns
Certified Advanced ColdFusion MX Developer
Wyle Laboratories, Inc. | Web Developer
 

-Original Message-
From: Asim Manzur [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 06, 2005 4:45 PM
To: CF-Talk
Subject: Re: HASH() reverse

So, it means there is no software/tool available for reversing the
hash() value?
Anybody aware anything about it?



is there any possiblity to reverse the hash()

I have a value 1xc231vx231cx2v1x2cv132xc1v23 thats hash, how can I
revert back into the normal text.

Thanks

--
Regards,


--
Regards,
Asim Manzur
http://www.LogikZone.com



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205910
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SQL IF/ELSE or CASE Statement Help

2005-05-06 Thread Sergey Croitor
SELECT re.*, rtl.*,
   CAST(RIGHT(IsNull(PubNumber,'77-0'), LEN(IsNull(PubNumber,'77-0'))-3) as 
int) as NumberWithinAYear
FROM Research re, ResearchTypesLookup rtl
WHERE re.ResearchTypeID=2
   --AND re.ResearchYear=1998
   AND re.ResearchTypeID=rtl.ResearchTypeID
   AND NOT CONTAINS(re.PubNumber, 'SPECIAL')
ORDER BY re.ResearchYear, re.ResearchDate, NumberWithinAYear

UNION

SELECT re.*, rtl.*,
   0 as NumberWithinAYear
FROM Research re, ResearchTypesLookup rtl
WHERE re.ResearchTypeID=2
   --AND re.ResearchYear=1998
   AND re.ResearchTypeID=rtl.ResearchTypeID
   AND CONTAINS(re.PubNumber, 'SPECIAL')
ORDER BY re.ResearchYear, re.ResearchDate, re.PubNumber



KC> Hello, everyone.  I posted this question on the SQL listserv,
KC> but things are pretty quiet over there.  I'm hoping someone over
KC> here can help me with one of my queries.  I'm working with a SQL
KC> Server table that has "PubNumber" as one of its varchar columns. 
KC> PubNumber *typically* is a hybrid of the last two digits of the
KC> calendar year plus another number, such as "05-8", "00-2",
KC> "98-10", etc.  I'm trying to order my items by PubNumber, but I'm
KC> getting results such as the following:

KC> 98-1
KC> 98-10
KC> 98-2
KC> 98-3
KC> etc.

KC> As you might have guessed, I want 98-10 coming after 98-9 and
KC> not 98-1.  So, I thought I'd be creative with the following:

KC> SELECT *, CAST(LEFT(PubNumber, 2) as int) + '-' +
KC> CAST(RIGHT(PubNumber, LEN(PubNumber)-3) as int)
KC> FROM Research re, ResearchTypesLookup rtl
KC> WHERE re.ResearchTypeID=2
KC>AND re.ResearchYear=1998
KC>AND re.ResearchTypeID=rtl.ResearchTypeID
KC> ORDER BY PubNumber, ResearchDate, ResearchTitle

KC> Works great UNTIL PubNumber is either blank/null OR contains
KC> some lovely anomaly like "SPECIAL".  So, I tried my hand at some
KC> IF/ELSE and CASE statements and couldn't get anything to work. 
KC> Any thoughts?  I can't turn this into a stored procedure -- I need
KC> to just keep it in the CF code.  Thanks in advance.

KC> Kamie

KC> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205909
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: HASH() reverse

2005-05-06 Thread Ian Tait
Hey - that one is easy -  it is 'make mine a large one' in plain text :-)




- Original Message - 
From: "Asim Manzur" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Friday, May 06, 2005 9:31 PM
Subject: HASH() reverse


> is there any possiblity to reverse the hash()
> 
> I have a value 1xc231vx231cx2v1x2cv132xc1v23 thats hash, how can I
> revert back into the normal text.
> 
> Thanks
> 
> -- 
> Regards,
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205908
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: HASH() reverse

2005-05-06 Thread Asim Manzur
So, it means there is no software/tool available for reversing the hash() value?
Anybody aware anything about it?



is there any possiblity to reverse the hash()

I have a value 1xc231vx231cx2v1x2cv132xc1v23 thats hash, how can I
revert back into the normal text.

Thanks

--
Regards,


-- 
Regards,
Asim Manzur
http://www.LogikZone.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205907
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: flash forms don't show

2005-05-06 Thread Phillip P Rutherford II
i already posted the url for the flash file that is requested..

horatio/930449900.mxml.cfswf 

but when the page is /index.cfm/p=client rather than
/includes/client.cfm

it's just not loading the swf right.. or at all...

[06/May/2005:16:39:41 -0400] "GET /favicon.ico HTTP/1.0" 404 305
[06/May/2005:16:39:42 -0400] "GET /horatio/index.cfm/p=client/
HTTP/1.0" 200 1776
[06/May/2005:16:39:43 -0400] "GET /CFIDE/scripts/masks.js HTTP/1.0" 200 9032
[06/May/2005:16:39:43 -0400] "GET /CFIDE/scripts/cfformhistory.js
HTTP/1.0" 200 1372
[06/May/2005:16:39:43 -0400] "GET /CFIDE/scripts/cfformhistory.cfm
HTTP/1.0" 200 1243
[06/May/2005:16:39:43 -0400] "GET /horatio/930449900.mxml.cfswf HTTP/1.0" 410 90
[06/May/2005:16:39:44 -0400] "GET /favicon.ico HTTP/1.0" 404 305
[06/May/2005:16:39:44 -0400] "GET /CFIDE/scripts/cfformhistory.swf
HTTP/1.0" 200 2656

not using any mod_rewrite.. 

On 5/6/05, Cliff Meyers <[EMAIL PROTECTED]> wrote:
> Maybe you can check your web server logs (or HTML source) to see what
> URL is actually being requested by the browser when it tries to pull
> in the Flash form?  If that provides meaningful info, you could
> probably use a similar SES technique to make sure that the browser can
> correctly find the file... are you using mod_rewrite?
> 
> -Cliff
> 
> 
> On 5/6/05, Phillip P Rutherford II <[EMAIL PROTECTED]> wrote:
> > interesting... I just noticed, if I call my page directly... (it's an
> > include..) it works fine.. but because I am using a form of SES it
> > seems to kill it.. so this works fine
> >
> > /horatio/includes/client.cfm (flash form works..)
> > /horatio/index.cfm/p=client (this does not...)
> >
> > any ideas on how to get around this?
> >
> > On 5/6/05, Phillip P Rutherford II <[EMAIL PROTECTED]> wrote:
> > > for some reason my flash forms are /not/ showing up pages. If i change
> > > format="xml" the forms work fine.. but if format="flash". I get an
> > > output of all the code... but nothing is there.. src for the swf
> > > shows:
> > >
> > > /horatio/930449900.mxml.cfswf
> > >
> > > so... if I look in that directory (on the server...) should i see a
> > > file in there?
> > >
> > > i get nothing.
> > > --
> > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ Triangle Area ColdFusion User Group ]-=
> > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ http://tacfug.org ]-=
> > >
> >
> > --
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ Triangle Area ColdFusion User Group ]-=
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ http://tacfug.org ]-=
> >
> >
> 
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205906
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Bug? Semicolon blows up Flash CFGRID

2005-05-06 Thread Dave Merrill
If I'm remembering right, the same thing happens with CFTREE, or at least it
did in older CF versions.

Not that that's much help...

Dave Merrill

> Here's a strange one... If the text in a cell of the selected row
> of a CFMX7 Flash CFGRID contains a semicolon that is NOT the last
> character in the cell, it blows up, resulting in the error "The
> submitted cfgrid form field is corrupt."
>
> Here's some sample code for you:
>
> 
> 
> 
> 
> 
> 
> 
>
> 
> 
> 
> 
> 
>
> Click on Row 1 and submit, and all is well.  Click on Row 2 and
> submit and it throws the error.  Is this a bug, perhaps?
>
> Joy



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205905
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Scheduled Task Listing

2005-05-06 Thread Burns, John D
Ok, good reason. :-) I just was curious because I've seen a few people
do that. 


John Burns
Certified Advanced ColdFusion MX Developer
Wyle Laboratories, Inc. | Web Developer
 

-Original Message-
From: Cliff Meyers [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 06, 2005 4:26 PM
To: CF-Talk
Subject: Re: Scheduled Task Listing

I've found some languages that actually don't have a notion of Left() or
Right() so I find myself in more of a Mi() mindset so I don't get
disappointed.


-Cliff



On 5/6/05, Burns, John D <[EMAIL PROTECTED]> wrote:
> I've always been curious why people do mid(variable, 1,4)...Why not do

> Left(variable, 4) ? Is there some benefit found to doing it that way 
> or is it lack of experience or is it just preference?
> 
> John Burns
> Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | 
> Web Developer
>



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205904
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: HASH() reverse

2005-05-06 Thread S . Isaac Dealey
> is there any possiblity to reverse the hash()

> I have a value 1xc231vx231cx2v1x2cv132xc1v23 thats hash,
> how can I
> revert back into the normal text.

> Thanks

Well the idea behind hash it that it's not supposed to be reversible.
Hence it's more secure since you can only pass validation (user login,
etc) if you already know the value prior to application of the hash.
What a user login typically will do then is hash the password the user
provides at time of login and comare that against the hashed value
stored in the database.

If you absolutely must be able to revert the hashed value, you could
theoretically start at a string of 1 character in length, loop over
every possible character, hash the value and compare it against your
hashed value, then add one to the length of the string and do the same
for each character in the string until you find a match. It shouldn't
take more than a few months to get the value. :)


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205903
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: HASH() reverse

2005-05-06 Thread Dave Watts
> is there any possiblity to reverse the hash()
> 
> I have a value 1xc231vx231cx2v1x2cv132xc1v23 thats hash, how can I
> revert back into the normal text.

The whole point of using a hash is that you cannot retrieve the original
value from the hash. You can only compare other values to the original value
by hashing those values, then comparing the hashes to see if they're
identical.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205902
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


HASH() reverse

2005-05-06 Thread Asim Manzur
is there any possiblity to reverse the hash()

I have a value 1xc231vx231cx2v1x2cv132xc1v23 thats hash, how can I
revert back into the normal text.

Thanks

-- 
Regards,

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205901
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Scheduled Task Listing

2005-05-06 Thread Cliff Meyers
I've found some languages that actually don't have a notion of Left()
or Right() so I find myself in more of a Mi() mindset so I don't get
disappointed.


-Cliff



On 5/6/05, Burns, John D <[EMAIL PROTECTED]> wrote:
> I've always been curious why people do mid(variable, 1,4)...Why not do
> Left(variable, 4) ? Is there some benefit found to doing it that way or
> is it lack of experience or is it just preference?
> 
> John Burns
> Certified Advanced ColdFusion MX Developer
> Wyle Laboratories, Inc. | Web Developer
>

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205900
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: flash forms don't show

2005-05-06 Thread Cliff Meyers
Maybe you can check your web server logs (or HTML source) to see what
URL is actually being requested by the browser when it tries to pull
in the Flash form?  If that provides meaningful info, you could
probably use a similar SES technique to make sure that the browser can
correctly find the file... are you using mod_rewrite?


-Cliff



On 5/6/05, Phillip P Rutherford II <[EMAIL PROTECTED]> wrote:
> interesting... I just noticed, if I call my page directly... (it's an
> include..) it works fine.. but because I am using a form of SES it
> seems to kill it.. so this works fine
> 
> /horatio/includes/client.cfm (flash form works..)
> /horatio/index.cfm/p=client (this does not...)
> 
> any ideas on how to get around this?
> 
> On 5/6/05, Phillip P Rutherford II <[EMAIL PROTECTED]> wrote:
> > for some reason my flash forms are /not/ showing up pages. If i change
> > format="xml" the forms work fine.. but if format="flash". I get an
> > output of all the code... but nothing is there.. src for the swf
> > shows:
> >
> > /horatio/930449900.mxml.cfswf
> >
> > so... if I look in that directory (on the server...) should i see a
> > file in there?
> >
> > i get nothing.
> > --
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ Triangle Area ColdFusion User Group ]-=
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ http://tacfug.org ]-=
> >
> 
> --
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ Triangle Area ColdFusion User Group ]-=
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ http://tacfug.org ]-=
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205899
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Google Web Accelerator problems

2005-05-06 Thread Dave Carabetta
On 5/6/05, Damien McKenna <[EMAIL PROTECTED]> wrote:
> Here's the corrected CFML code.  I had a slight typo X-)
> 
> 
> 
> 
> 
> 
> 
> 
> 

Errr, there looks to still be a typo. I think



should be



Regards,
Dave.

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205898
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Anyone know what embedded report engine is used in CF7?

2005-05-06 Thread Damien McKenna
JasperReports.

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include 
 

> -Original Message-
> From: Stacy Young [mailto:[EMAIL PROTECTED] 
> Sent: Friday, May 06, 2005 3:54 PM
> To: CF-Talk
> Subject: Anyone know what embedded report engine is used in CF7?
> 
> Anyone know what embedded report engine is used in CF7?
> Was it JReport?


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205897
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Anyone know what embedded report engine is used in CF7?

2005-05-06 Thread Stacy Young
Anyone know what embedded report engine is used in CF7?
Was it JReport?

-Stace



AVIS 
IMPORTANTWARNING Les informations 
contenues dans le present document et ses pieces jointes sont strictement 
confidentielles et reservees a l'usage de la (des) personne(s) a qui il est 
adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, 
distribution, copie, ou autre utilisation de ces informations est strictement 
prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait 
communiquer immediatement avec l'expediteur et detruire ce document sans en 
faire de copie sous quelque forme. The information contained 
in this document and attachments is confidential and intended only for the 
person(s) named above. If you are not the intended recipient you are hereby 
notified that any disclosure, copying, distribution, or any other use of the 
information is strictly prohibited. If you have received this document by 
mistake, please notify the sender immediately and destroy this document and 
attachments without making any copy of any kind.


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205896
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: J2EE Sessions, Sub-domains, and IE

2005-05-06 Thread Rob
http://www.robrohan.com/blog/index.cfm?mode=entry&entry=9B8F98DE-13C9-519C-6C958F2F38E1BACD

On 5/6/05, Jon Gunnip <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I have an issue with J2EE session and the incorrect session cookies
> being sent by IE.
> 
> I manage a CF site with name like myhost.mysubdomain.site.com.  There
> is another CF site named mysubdomain.site.com.  We both have J2EE
> sessions enabled.
> 
> In IE 6 (not Firefox), if a user browses first to mysubdomain.site.com
> to a page that generates a session, then they get a session cookie set
> with host domain.site.com.  If they then, go to my site to a page that
> creates a session, they get a session cookie set with host
> myhost.mysubdomain.site.com.
> 
> But, when I redirect them to another page on my site, IE sends back to
> the server the cookie for mysubdomain.site.com, not
> myhost.mysubdomain.site.com.  The net results is that the user can
> never create a session on myhost.mysubdomain.site.com unless they
> don't first browse to mysubdomain.site.com.
> 
> It seems like I can work around this by turning off J2EE sessions, but
> that is unfortunate, and I'm still not sure there aren't some security
> issues with the wrong cookies being sent.
> 
> Any suggestions on how to make this work with J2EE sessions?  I have
> tried about every possible permutation of  settings
> with no luck.
> 
> Thanks,
> Jon
> 
> 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205895
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Bug? Semicolon blows up Flash CFGRID

2005-05-06 Thread Joy Anderson
Here's a strange one... If the text in a cell of the selected row of a CFMX7 
Flash CFGRID contains a semicolon that is NOT the last character in the cell, 
it blows up, resulting in the error "The submitted cfgrid form field is 
corrupt."  

Here's some sample code for you:

 
 
 
 
 
 
 

 
 
 

 

Click on Row 1 and submit, and all is well.  Click on Row 2 and submit and it 
throws the error.  Is this a bug, perhaps?

Joy

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205894
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SQL IF/ELSE or CASE Statement Help

2005-05-06 Thread Gaulin, Mark
Some tips:
* definitely use a CASE statement... 
* use isnumeric(LEFT(PubNumber, 2) to see if you get a valid number
before doing the cast (or maybe do that in the WHERE clause, if that
makes sense)
* if you put the case expression as the first column in the select then
you can do "ORDER BY 1", which saves you from having to duplicate the
code (and that assumes you need to return that field... If you done,
just put the CASE in the ORDER BY).
* it looks like you were trying to rebuild PubNumber from it's parts
(left + "-" + right)... If you need the original PubNumber then just
return it as-is

Hope that helps...

Mark

-Original Message-
From: Kamie Curfman [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 06, 2005 3:02 PM
To: CF-Talk
Subject: SQL IF/ELSE or CASE Statement Help

Hello, everyone.  I posted this question on the SQL listserv, but things
are pretty quiet over there.  I'm hoping someone over here can help me
with one of my queries.  I'm working with a SQL Server table that has
"PubNumber" as one of its varchar columns.  PubNumber *typically* is a
hybrid of the last two digits of the calendar year plus another number,
such as "05-8", "00-2", "98-10", etc.  I'm trying to order my items by
PubNumber, but I'm getting results such as the following:

98-1
98-10
98-2
98-3
etc.

As you might have guessed, I want 98-10 coming after 98-9 and not 98-1.
So, I thought I'd be creative with the following:

SELECT *, CAST(LEFT(PubNumber, 2) as int) + '-' + CAST(RIGHT(PubNumber,
LEN(PubNumber)-3) as int) FROM Research re, ResearchTypesLookup rtl
WHERE re.ResearchTypeID=2
   AND re.ResearchYear=1998
   AND re.ResearchTypeID=rtl.ResearchTypeID
ORDER BY PubNumber, ResearchDate, ResearchTitle

Works great UNTIL PubNumber is either blank/null OR contains some lovely
anomaly like "SPECIAL".  So, I tried my hand at some IF/ELSE and CASE
statements and couldn't get anything to work.  Any thoughts?  I can't
turn this into a stored procedure -- I need to just keep it in the CF
code.  Thanks in advance.

Kamie



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205893
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: How to get the full url requested in cf?

2005-05-06 Thread Matt Robertson
On 5/6/05, Robertson-Ravo, Neil (RX)
<[EMAIL PROTECTED]> wrote:
> CGI.HTTP_HOST should give you what you want.

On IIS at least that just gives you the domain name (as in
"domain.com" and not "http://domain.com";.

To be totally anal and make sure you get the secure string if its a
secure connection, you can do this:


  
  


  https://";>

  http://";>



You should also be able to substitute cgi.script_name for
cgi.path_info it you want.  Same diff.  cgi.https is present for sure
on IIS.  Not sure about other web servers.

-- 
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205892
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SQL IF/ELSE or CASE Statement Help

2005-05-06 Thread Ian Tait
One (maybe) easy solution would be to store both parts of the pub number in
seperate colums...

Ian



- Original Message - 
From: "Kamie Curfman" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Friday, May 06, 2005 8:01 PM
Subject: SQL IF/ELSE or CASE Statement Help


> Hello, everyone.  I posted this question on the SQL listserv, but things
> are pretty quiet over there.  I'm hoping someone over here can help me
> with one of my queries.  I'm working with a SQL Server table that has
> "PubNumber" as one of its varchar columns.  PubNumber *typically* is a
> hybrid of the last two digits of the calendar year plus another number,
> such as "05-8", "00-2", "98-10", etc.  I'm trying to order my items by
> PubNumber, but I'm getting results such as the following:
>
> 98-1
> 98-10
> 98-2
> 98-3
> etc.
>
> As you might have guessed, I want 98-10 coming after 98-9 and not 98-1.
> So, I thought I'd be creative with the following:
>
> SELECT *, CAST(LEFT(PubNumber, 2) as int) + '-' + CAST(RIGHT(PubNumber,
> LEN(PubNumber)-3) as int)
> FROM Research re, ResearchTypesLookup rtl
> WHERE re.ResearchTypeID=2
>AND re.ResearchYear=1998
>AND re.ResearchTypeID=rtl.ResearchTypeID
> ORDER BY PubNumber, ResearchDate, ResearchTitle
>
> Works great UNTIL PubNumber is either blank/null OR contains some lovely
> anomaly like "SPECIAL".  So, I tried my hand at some IF/ELSE and CASE
> statements and couldn't get anything to work.  Any thoughts?  I can't
> turn this into a stored procedure -- I need to just keep it in the CF
> code.  Thanks in advance.
>
> Kamie
>
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205891
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


SQL IF/ELSE or CASE Statement Help

2005-05-06 Thread Kamie Curfman
Hello, everyone.  I posted this question on the SQL listserv, but things are 
pretty quiet over there.  I'm hoping someone over here can help me with one of 
my queries.  I'm working with a SQL Server table that has "PubNumber" as one of 
its varchar columns.  PubNumber *typically* is a hybrid of the last two digits 
of the calendar year plus another number, such as "05-8", "00-2", "98-10", etc. 
 I'm trying to order my items by PubNumber, but I'm getting results such as the 
following:

98-1
98-10
98-2
98-3
etc.

As you might have guessed, I want 98-10 coming after 98-9 and not 98-1.  So, I 
thought I'd be creative with the following:

SELECT *, CAST(LEFT(PubNumber, 2) as int) + '-' + CAST(RIGHT(PubNumber, 
LEN(PubNumber)-3) as int)
FROM Research re, ResearchTypesLookup rtl
WHERE re.ResearchTypeID=2
   AND re.ResearchYear=1998
   AND re.ResearchTypeID=rtl.ResearchTypeID
ORDER BY PubNumber, ResearchDate, ResearchTitle

Works great UNTIL PubNumber is either blank/null OR contains some lovely 
anomaly like "SPECIAL".  So, I tried my hand at some IF/ELSE and CASE 
statements and couldn't get anything to work.  Any thoughts?  I can't turn this 
into a stored procedure -- I need to just keep it in the CF code.  Thanks in 
advance.

Kamie

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205890
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Google Web Accelerator problems

2005-05-06 Thread Damien McKenna
Here's the corrected CFML code.  I had a slight typo X-)









-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include 


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205889
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Google Web Accelerator problems

2005-05-06 Thread Damien McKenna
> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTED] 
> 
> > > I would strongly recommend that you require SSL for any pages
> > > with the capability to destroy the fabric of society. I think
> > > I'd even recommend using client certificates in that case, too.
> > 
> > How many web forums are out there with lots of "delete user" 
> > links that aren't behind SSL?
> 
> I was being facetious with regard to having "destroy the 
> fabric of society" links.



If there *is* a button to destroy the fabric of society you can bet it
*is* on an unsecured page, though.  Probably running IIS 4 on an old NT
server that hasn't been touched since 1998. ;-)

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205888
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


J2EE Sessions, Sub-domains, and IE

2005-05-06 Thread Jon Gunnip
Hi,

I have an issue with J2EE session and the incorrect session cookies
being sent by IE.

I manage a CF site with name like myhost.mysubdomain.site.com.  There
is another CF site named mysubdomain.site.com.  We both have J2EE
sessions enabled.

In IE 6 (not Firefox), if a user browses first to mysubdomain.site.com
to a page that generates a session, then they get a session cookie set
with host domain.site.com.  If they then, go to my site to a page that
creates a session, they get a session cookie set with host
myhost.mysubdomain.site.com.

But, when I redirect them to another page on my site, IE sends back to
the server the cookie for mysubdomain.site.com, not
myhost.mysubdomain.site.com.  The net results is that the user can
never create a session on myhost.mysubdomain.site.com unless they
don't first browse to mysubdomain.site.com.

It seems like I can work around this by turning off J2EE sessions, but
that is unfortunate, and I'm still not sure there aren't some security
issues with the wrong cookies being sent.

Any suggestions on how to make this work with J2EE sessions?  I have
tried about every possible permutation of  settings
with no luck.

Thanks,
Jon

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205887
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Google Web Accelerator problems

2005-05-06 Thread Dave Watts
> > I would strongly recommend that you require SSL for any pages
> > with the capability to destroy the fabric of society. I think
> > I'd even recommend using client certificates in that case, too.
> 
> How many web forums are out there with lots of "delete user" 
> links that aren't behind SSL?

I was being facetious with regard to having "destroy the fabric of society"
links. I agree that the problem introduced by Google Web Accelerator is
pretty serious.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205886
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Google Web Accelerator problems

2005-05-06 Thread Damien McKenna
> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTED] 
> 
> I would strongly recommend that you require SSL for any pages
> with the capability to destroy the fabric of society. I think
> I'd even recommend using client certificates in that case, too.

How many web forums are out there with lots of "delete user" links that
aren't behind SSL?

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205885
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Google Web Accelerator problems

2005-05-06 Thread Dave Watts
> Just to explain the seriousness of this to people who don't 
> have time to read the articles... GWA loads *every* single 
> link on *every* page the user visits that isn't on an SSL 
> site (i.e. https), including links after you have logged 
> into a site, including links saying "delete records", "send
> my boss a really nasty email", "order this book immediately" 
> and "big nasty red button that will destroy the fabric of
> society".

I would strongly recommend that you require SSL for any pages with the
capability to destroy the fabric of society. I think I'd even recommend
using client certificates in that case, too.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205884
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Google Web Accelerator problems

2005-05-06 Thread Bryan Stevenson
OK...that has got to be the stupidest piece of tech I've ever heard of...are 
they crazy??  I bet there's going to be one hell of a backlash ;-)

Thanks for the sample code Damien...I know I'll be adding that to 
Application.cfm!!!

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.comfm/54 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205883
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMX 7 still won;t stay running.

2005-05-06 Thread Scott Stroz
I am installing from the download.  

I have re-downloaded and attempted an install from there, but the
issue still persists.

On 5/6/05, Kevin Aebig <[EMAIL PROTECTED]> wrote:
> Are you installing from CD or download? Have successfully installed CF7 from
> the same source? Could it possibly be corrupt?
> 
> !k
> 



-- 
Scott Stroz
Boyzoid.com
___
Some days you are the dog,
Some days you are the tree.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205882
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Google Web Accelerator problems

2005-05-06 Thread Damien McKenna
Just to explain the seriousness of this to people who don't have time to
read the articles... GWA loads *every* single link on *every* page the
user visits that isn't on an SSL site (i.e. https), including links
after you have logged into a site, including links saying "delete
records", "send my boss a really nasty email", "order this book
immediately" and "big nasty red button that will destroy the fabric of
society".

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include 


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205881
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Google Web Accelerator problems

2005-05-06 Thread Damien McKenna
> -Original Message-
> From: Connie DeCinko [mailto:[EMAIL PROTECTED] 
> 
> [snip]
> http://www.mozilla.org/projects/netlib/Link_Prefetching_FAQ.html

You are missing something, as are many others.  This has *nothing* to do
with Mozilla Foundation's support for page prefetching.  This is Google
Web Accelerator's systematic loading of every link on every page you
ever visit while using GWA.

There are some solutions already written up to block GWA via the server,
etc.  I propose instead simply putting the following code in your pages,
e.g. index.cfm or index.php file for most applications and frameworks:

PHP:
if(array_key_exists($_SERVER['HTTP_X_MOZ']))
{
if(strtoupper($_SERVER['HTTP_X_MOZ']) == 'prefetch')
{
header("HTTP/1.x 403 Forbidden");
header("Content-Type: text/html; charset=iso-8859-1");
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Cache-Control: no-store, no-cache,
must-revalidate");
header("Cache-Control: post-check=0, pre-check=0",
FALSE);
header("Pragma: no-cache");
header('Accept-Ranges:');
exit();
}
}

CFML:







-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include 


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205880
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Google Web Accelerator problems

2005-05-06 Thread Connie DeCinko
Suddenly the link to it was changed right before my eyes to the Google
toolbar.  GWA link is dead too.
http://webaccelerator.google.com/
 

-Original Message-
From: Damien McKenna [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 06, 2005 10:53 AM
To: CF-Talk
Subject: OT: Google Web Accelerator problems

FYI, it has been publicised today that there are problems with Google's
Web Accelerator and most websites that involve data processing links of
any sort.  Read these for more:
 
http://37signals.com/svn/archives2/google_web_accelerator_hey_not_so_fas
t_an_alert_for_web_app_designers.php
http://david.backpackit.com/pub/37983
http://webaccelerator.google.com/webmasterhelp.html
 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205879
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Google Web Accelerator problems

2005-05-06 Thread Connie DeCinko
"Are there any restrictions on what is prefetched? 
Yes, only http:// URLs can be prefetched (https:// URLs are never prefetched
for security reasons). Other protocols (such as FTP) do not provide rich
enough support for client side caching. In addition to this restriction,
URLs with a query string are not prefetched. This is done because such URLs
often result in documents that cannot be reused out of the browser's cache,
so prefetching them often has little benefit. We found that some existing
sites utilize the  tag with URLs containing query strings
to reference the next document in a series of documents. Bugzilla is an
example of such a site that does this, and it turns out that the Bugzilla
bug reports are not cachable, so prefetching these URLs would nearly double
the load on poor Bugzilla! It's easy to imagine other sites being designed
like Bugzilla, so we explicitly do not prefetch URLs with query strings. (It
might make sense to allow prefetching of these documents when the
rel=prefetchrelation type is specified, since this should not appear in any
existing content.) There are no other restrictions on the URLs that are
prefetched. "

Source: http://www.mozilla.org/projects/netlib/Link_Prefetching_FAQ.html
 

-Original Message-
From: Damien McKenna [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 06, 2005 10:53 AM
To: CF-Talk
Subject: OT: Google Web Accelerator problems

FYI, it has been publicised today that there are problems with Google's
Web Accelerator and most websites that involve data processing links of
any sort.  Read these for more:
 
http://37signals.com/svn/archives2/google_web_accelerator_hey_not_so_fas
t_an_alert_for_web_app_designers.php
http://david.backpackit.com/pub/37983
http://webaccelerator.google.com/webmasterhelp.html
 




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205878
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


OT: Google Web Accelerator problems

2005-05-06 Thread Damien McKenna
FYI, it has been publicised today that there are problems with Google's
Web Accelerator and most websites that involve data processing links of
any sort.  Read these for more:
 
http://37signals.com/svn/archives2/google_web_accelerator_hey_not_so_fas
t_an_alert_for_web_app_designers.php
http://david.backpackit.com/pub/37983
http://webaccelerator.google.com/webmasterhelp.html
 
-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
 
The Limu Company - http://www.thelimucompany.com/
  - 407-804-1014
#include 
 


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205877
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: flash forms don't show

2005-05-06 Thread Phillip P Rutherford II
interesting... I just noticed, if I call my page directly... (it's an
include..) it works fine.. but because I am using a form of SES it
seems to kill it.. so this works fine

/horatio/includes/client.cfm (flash form works..)
/horatio/index.cfm/p=client (this does not...)

any ideas on how to get around this?

On 5/6/05, Phillip P Rutherford II <[EMAIL PROTECTED]> wrote:
> for some reason my flash forms are /not/ showing up pages. If i change
> format="xml" the forms work fine.. but if format="flash". I get an
> output of all the code... but nothing is there.. src for the swf
> shows:
> 
> /horatio/930449900.mxml.cfswf
> 
> so... if I look in that directory (on the server...) should i see a
> file in there?
> 
> i get nothing.
> --
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ Triangle Area ColdFusion User Group ]-=
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ http://tacfug.org ]-=
> 


-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ Triangle Area ColdFusion User Group ]-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ http://tacfug.org ]-=

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205876
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


flash forms don't show

2005-05-06 Thread Phillip P Rutherford II
for some reason my flash forms are /not/ showing up pages. If i change
format="xml" the forms work fine.. but if format="flash". I get an
output of all the code... but nothing is there.. src for the swf
shows:

/horatio/930449900.mxml.cfswf

so... if I look in that directory (on the server...) should i see a
file in there?

i get nothing.
-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ Triangle Area ColdFusion User Group ]-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ http://tacfug.org ]-=

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205875
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Scheduled Task Listing

2005-05-06 Thread Dave Watts
> I've always been curious why people do mid(variable, 1,4)...Why 
> not do Left(variable, 4) ? Is there some benefit found to doing it 
> that way or is it lack of experience or is it just preference?

If you just use Mid, you don't have to bother learning Left or Right.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205874
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: java.net.SocketException Error?

2005-05-06 Thread Deanna Schneider
Hm. Well, it works most of the time, and it's a nifty way to serve stuff 
from outside the webroot. But, I suppose I could probably come up with a 
different way to do it


- Original Message - 
From: "Dave Watts" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Friday, May 06, 2005 11:02 AM
Subject: RE: java.net.SocketException Error?


>> I've recently started getting this error on a site that we're
>> testing. I haven't found much on google.
>>
>> The error is thrown by this function, which is in a cfc. It's
>> intermittent, though. I can use it to browse the same file, and
>> I don't get the error.
>>
>> > output="false">
>>   
>>   > default="#variables.documentpath#">
>>
>>   > variables.utilities.getMimeType(arguments.file)>
>>   
>>
>>   
>>   
>>   
>>   > file="#arguments.path##arguments.file#">
>>   
>
> I wouldn't be surprised if this is caused by using CFHEADER within
> CFSAVECONTENT. That combination strikes me as problematic, and I would try
> to avoid it.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
>
> Fig Leaf Software provides the highest caliber vendor-authorized
> instruction at our training centers in Washington DC, Atlanta,
> Chicago, Baltimore, Northern Virginia, or on-site at your location.
> Visit http://training.figleaf.com/ for more information!
>
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205873
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Scheduled Task Listing

2005-05-06 Thread Burns, John D
I've always been curious why people do mid(variable, 1,4)...Why not do
Left(variable, 4) ? Is there some benefit found to doing it that way or
is it lack of experience or is it just preference?


John Burns
Certified Advanced ColdFusion MX Developer
Wyle Laboratories, Inc. | Web Developer
 

-Original Message-
From: Cliff Meyers [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 05, 2005 10:03 PM
To: CF-Talk
Subject: Re: Scheduled Task Listing

Michael,


Since you're on a shared server, the CF server is going to treat your
scheduled task just like anyone else's.  If you use a consistent naming
convention for your tasks you could do some filtering after the fact.
It's not bullet proof but maybe it'd work for you. Ex:

If you have scheduled tasks in the CF Admin named like so...

mike - task 1
mike - task 2
mike - task 3

Then just modify your code like this


  

#allTasks[i].task#

  



HTH,

Cliff



On 5/5/05, WebStop Internet Services <[EMAIL PROTECTED]> wrote:
> Is there a way to show the scheduled task for a particularly named
task?
> 
> Say, I name all my tasks "Scheduled Task (variable number)"
> 
> How would I display all of the tasks with the name that started with 
> the words "Scheduled Task"?
> 
> I have this so far, but I am on a shared server and other people's 
> tasks are showing up and I only want to display the ones for the 
> application I created that names them "Scheduled Task 1, Scheduled
Task 2" etc...
> 
> Here is what I use to display currently scheduled tasks:
> 
> 
> 
> How do I discriminate between mine and everyone else's on the server?
> 
> Michael Pool
> Lowcountry Computers
> http://www.LowcountryComputers.com
> 
> 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205872
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Encrypting email with CF5.0

2005-05-06 Thread Jim Louis
Is there any way to do this with out cfexecute. I am on a shared server and the 
do not allow cfexecute.

Jim Louis


>We use the gdata Outlook plugin (uses gpg encryption)
>
>http://www3.gdata.de/gpg/download.html
>
>You could encrypt the contents of the mail with cfexecute and gpg, open it
>in Outlook, voila. (Maybe) :-)
>
>Ian 
>
>>

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205871
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFC from within another

2005-05-06 Thread Cliff Meyers
The error message you pasted above is a CFML parser error.  It sounds
like you're missing a closing CFFUNCTION tag in one of your
components.  I'd double-check your .cfc files... you probably just
forgot to close a tag somewhere. :)


-Cliff 



On 5/6/05, Chris Alvarado <[EMAIL PROTECTED]> wrote:
> Im getting an error that says
> 
> Context validation error for tag cffunction.
> The start tag must have a matching end tag. An explicit end tag can be 
> provided by adding . If the body of the tag is empty you can use 
> the shortcut .
> 
> I have a CFC and within that CFC I make a call to another, is this not 
> permitted?
> 
> The call is very simple . . .
> 
> 
> 
> 
> Thanks!
> 
> -chris.alvarado
> [ application developer]
> 4 Guys Interactive, Inc
> 
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.308 / Virus Database: 266.11.5 - Release Date: 5/4/2005
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205870
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMX: Dissed by Breeze and FlashLite?

2005-05-06 Thread Jared Rypka-Hauer - CMG, LLC

But my doctor gave me that lotion... he said it would be working already!!


Oh well...

J


On 5/6/05, Ewok <[EMAIL PROTECTED]> wrote:
> 
> 
> 
> I think what you are saying is wrong and is a blatant attempt to demean or
> upset me!
> 
> :p
> 
> 
> 
> Hey! Let's play a game... Next person who posts to this thread has 
> cooties!!
> 



-- 
---
-
Buy SQLSurveyor!
http://www.web-relevant.com/sqlsurveyor
Never make your developers open Enterprise Manager again.


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205869
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


CFC from within another

2005-05-06 Thread Chris Alvarado
Im getting an error that says 

Context validation error for tag cffunction. 
The start tag must have a matching end tag. An explicit end tag can be provided 
by adding . If the body of the tag is empty you can use the 
shortcut .

I have a CFC and within that CFC I make a call to another, is this not 
permitted?

The call is very simple . . . 




Thanks!

-chris.alvarado
[ application developer ]
4 Guys Interactive, Inc


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.5 - Release Date: 5/4/2005
 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205868
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFMX: Dissed by Breeze and FlashLite?

2005-05-06 Thread Matt Osbun
  I can't resist...  Haven't had a good case of cooties since the third
grade.  ;)

Matt Osbun
Web Developer
Health Systems, International


-Original Message-
From: Ewok [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 06, 2005 10:33 AM
To: CF-Talk
Subject: RE: CFMX: Dissed by Breeze and FlashLite?




I think what you are saying is wrong and is a blatant attempt to demean
or
upset me! 

:p



Hey! Let's play a game... Next person who posts to this thread has
cooties!!


-Original Message-
From: Micha Schopman [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 06, 2005 10:52 AM
To: CF-Talk
Subject: RE: CFMX: Dissed by Breeze and FlashLite?

Nofi, but could we end this useless discussion? Some people keep whining
/ overreacting about the smallest things on and on. People sometimes say
things that are wrong, it happens, move on, smile and continue the
discussion. 
 
And for those who think "mwuahaha, obvious reply coming ... " yes me too
;) 

Micha Schopman
Project Manager

Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380



-
Modern Media, Making You Interact Smarter. Onze oplossingen verbeteren
de interactie met uw doelgroep. 
Wilt u meer omzet, lagere kosten of een beter service niveau? Voor meer
informatie zie www.modernmedia.nl 


-
-Original Message-
From: Adrocknaphobia [mailto:[EMAIL PROTECTED] 
Sent: vrijdag 6 mei 2005 15:32
To: CF-Talk
Subject: Re: CFMX: Dissed by Breeze and FlashLite?

It's not big deal. I didn't mind his comments at all. I was definitely
asking for it with my smart-ass 'this in not your blog' post. So yeah,
no harm, no foul.

-Adam

On 5/5/05, Sean Corfield <[EMAIL PROTECTED]> wrote:
> On 5/5/05, Alex Sherwood <[EMAIL PROTECTED]> wrote:
> > it was not a baseless ad- hoymnum attack.
> 
> Sure it was. It was crude, insulting and completely inappropriate to
> this list (or indeed any list that is supposed to be a professional
> technical list).
> 
> Your continued "rants" and unpleasantness merely show most of us that
> you belong on a DNH list...
> --
> Sean A Corfield -- http://corfield.org/
> Team Fusebox -- http://fusebox.org/
> Got Gmail? -- I have 50, yes 50, invites to give away!
> 
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
> 
> 







~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205867
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMX: Dissed by Breeze and FlashLite?

2005-05-06 Thread Rick Mason
Dave (the disruptor),
 Today a student writes a program on his own machine and then when he's done 
uploads it to the class server. So with the free development edition the 
students are covered. The students are then jjudged on how their program 
runs on the class server and their project can be accessed by all members of 
the class.
 The question is how does Adobe/Macromedia give away a free copy of an 
unrestricted version of CF for the class server without hurting business 
sales at the college?
 That's the first challenge and the next one is how do you get college 
departments to change? Right now I believe Macromedia educational sales reps 
handle it. I think you need an educational evangelist whose sole focus is 
based on how many schools add CF to the curriculum.
 I think that with Adobe taking over it's time to take a fresh look at 
promoting CF in the colleges.
  Rick Mason
 

 On 5/5/05, dave <[EMAIL PROTECTED]> wrote: 
> 
> Rick,
> There are some amazing things this merger could very well produce so long 
> as they work the products together the same way MM has done so, there could 
> be some big time power added to cfm. Another thing I would like to see is a 
> small footprint version of cfm server that would be run in the os to power 
> desktop apps and ria's, much the same as shorthorn says it will do, I know 
> there are a few ones that will do this but I'd rather have one from the 
> source.
> 
> I'm assuming this merger is a direct shot at the throat of M$ and now they 
> will have more leverage to start the dismantling of the giant.
> And I know some will say that will never happen so long as windows keeps 
> going which is something Adobe doesn't have but then again Adobe has 
> something M$ will never have and thats the image design market. And the 
> thing is other companies are going after the os and browser market and 
> really no one is going after the photoshop market.
> 
> Especially if apple doesnt mess up the marketting of this OS X but its 
> growing, the younger generation is firmly entrenching itself in macs (except 
> the hardcore gamers) and the ipod has become a staple of their generation. 
> So the time is right for Adobe to make a run, lets hope they do it right.
> 
> ~Dave the disruptor~
> 
> 
> From: Rick Mason <[EMAIL PROTECTED]>
> Sent: Tuesday, May 03, 2005 9:39 PM
> To: CF-Talk 
> Subject: Re: CFMX: Dissed by Breeze and FlashLite?
> 
> Dave,
> *I hope one of the things Adobe does with cfm is to license its use in
> schools and such for free and use its deep photoshop roots to entrench it 
> in
> a lot of these "designer" programs.
> *
> That's one of the things that I have campaigned on for the longest time. 
> All
> the Michigan colleges and universities use CF for the business side. But
> only one uses it on the teaching side.
> The first language a lot of these kids learn is PHP, I think all will 
> agree
> that CFML is a much better choice. Guess what the marketing budget for 
> this
> favored position might be? How about zero, so even a slight effort could
> displace it.
> These students may learn C# or java later but they will end up doing their
> personal sites with CF. What do you want to bet that when they end up out 
> in
> the world and want a chance to shine under a tight deadline and/or budget
> they will remember CF?
> I continue to believe it's a great opportunity that's being missed.
> Rick Mason
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205866
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: any good JSP mail list

2005-05-06 Thread kola.oyedeji
The JSP forums at Javaranch are quite good

http://www.javaranch.com


~k

> -Original Message-
> From: David Manriquez [mailto:[EMAIL PROTECTED]
> Sent: 06 May 2005 16:17
> To: CF-Talk
> Subject: any good JSP mail list
> 
> someone knows a good JSP mailList , like this one?...
> 
> :-)
> 
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205865
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Encrypting email with CF5.0

2005-05-06 Thread Ian Tait
We use the gdata Outlook plugin (uses gpg encryption)

http://www3.gdata.de/gpg/download.html

You could encrypt the contents of the mail with cfexecute and gpg, open it
in Outlook, voila. (Maybe) :-)

Ian 

> -Original Message-
> From: Jim Louis [mailto:[EMAIL PROTECTED] 
> Sent: 06 May 2005 17:21
> To: CF-Talk
> Subject: Encrypting email with CF5.0
> 
> This is what I am trying to do
> 
> 1. customer submits registration form and is processed.
> 2. an encrypted email is made and then I recieve it into 
> Outlook, which is then decrypted.
> 
> Any one have any idea if this is possible?
> 
> Jim Louis
> Best Meetings Inc
> 952.858.8875
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205864
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Encrypting email with CF5.0

2005-05-06 Thread Jim Louis
This is what I am trying to do

1. customer submits registration form and is processed.
2. an encrypted email is made and then I recieve it into Outlook, which is then 
decrypted.

Any one have any idea if this is possible?

Jim Louis
Best Meetings Inc
952.858.8875

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205863
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


any good JSP mail list

2005-05-06 Thread David Manriquez
someone knows a good JSP mailList , like this one?...

:-)
  

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205862
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: IIS LockDown Tool UrlScan runs after/before Jrun.dll ISAPI?

2005-05-06 Thread Dave Watts
> hi ppl..
> 
>i hope someone has been on the same situation before..
> 
>i need to restrict for security reason the access to 
> /CFIDE/main/ide.cfm
>for RDS in CF/IIS mixture :-)
> 
>my question is  URlScan runs after or before Jrun.dll ISAPI FILTER?
> 
>  anyone knows?
> 
>  Thanks in advance.

You can control the execution order of ISAPI filters within the IIS
management console. By default, when you first set up URLScan it will be
placed first on the list of ISAPI filters to be executed.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205861
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


CFMX 6.1 Shutting down

2005-05-06 Thread Ruslan Sivak
We have CFMX 6.1 on our servers with MS Sql backend on a diff server.  It's 
been running more or less stable over the past 6 months or so... Since 
yesterday, it has been crashing with the browser getting the message 

"Server Error
The server encountered an internal error and was unable to complete your 
request. 
JRun closed connection."

When I checked the server, jrun was still running, and restarting the server 
often fails (You have to end the jrun process manually through the task 
manager).  

I poked around the logs a little bit, but haven't been able to find anything 
usefull in there as to what is going on.  

We're on Windows 2003 server (standard) with about 1.5 gb of ram (I noticed 
that this happens when the PF usage in windows gets to around 1.5 GB).  We do 
have plenty of virtual memmory and I understand that it would run slower once 
it starts using the page file more, but why would it just fail like that?

We have been getting more traffic over the last few days then we're used to, 
but I still dont' see why the cf service would just hang up like that. 

Any suggestions would be appreciated. 

Russ

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205860
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: java.net.SocketException Error?

2005-05-06 Thread Dave Watts
> I've recently started getting this error on a site that we're 
> testing. I haven't found much on google.
> 
> The error is thrown by this function, which is in a cfc. It's 
> intermittent, though. I can use it to browse the same file, and 
> I don't get the error.
> 
>  output="false">
>   
>default="#variables.documentpath#">
> 
>variables.utilities.getMimeType(arguments.file)>
>   
> 
>   
>   
>   
>file="#arguments.path##arguments.file#">
>   

I wouldn't be surprised if this is caused by using CFHEADER within
CFSAVECONTENT. That combination strikes me as problematic, and I would try
to avoid it.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205859
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFMX: Dissed by Breeze and FlashLite?

2005-05-06 Thread Ewok


I think what you are saying is wrong and is a blatant attempt to demean or
upset me! 

:p



Hey! Let's play a game... Next person who posts to this thread has cooties!!


-Original Message-
From: Micha Schopman [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 06, 2005 10:52 AM
To: CF-Talk
Subject: RE: CFMX: Dissed by Breeze and FlashLite?

Nofi, but could we end this useless discussion? Some people keep whining
/ overreacting about the smallest things on and on. People sometimes say
things that are wrong, it happens, move on, smile and continue the
discussion. 
 
And for those who think "mwuahaha, obvious reply coming ... " yes me too
;) 

Micha Schopman
Project Manager

Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380



-
Modern Media, Making You Interact Smarter. Onze oplossingen verbeteren
de interactie met uw doelgroep. 
Wilt u meer omzet, lagere kosten of een beter service niveau? Voor meer
informatie zie www.modernmedia.nl 


-
-Original Message-
From: Adrocknaphobia [mailto:[EMAIL PROTECTED] 
Sent: vrijdag 6 mei 2005 15:32
To: CF-Talk
Subject: Re: CFMX: Dissed by Breeze and FlashLite?

It's not big deal. I didn't mind his comments at all. I was definitely
asking for it with my smart-ass 'this in not your blog' post. So yeah,
no harm, no foul.

-Adam

On 5/5/05, Sean Corfield <[EMAIL PROTECTED]> wrote:
> On 5/5/05, Alex Sherwood <[EMAIL PROTECTED]> wrote:
> > it was not a baseless ad- hoymnum attack.
> 
> Sure it was. It was crude, insulting and completely inappropriate to
> this list (or indeed any list that is supposed to be a professional
> technical list).
> 
> Your continued "rants" and unpleasantness merely show most of us that
> you belong on a DNH list...
> --
> Sean A Corfield -- http://corfield.org/
> Team Fusebox -- http://fusebox.org/
> Got Gmail? -- I have 50, yes 50, invites to give away!
> 
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
> 
> 





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205858
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFFILE destination error

2005-05-06 Thread Dawson, Michael
I have used UNC paths.  Have you tried a trailing "\" in your path?  I
remember that is/was required but not sure if in CFFILE paths.

M!ke

On 5/5/05, Daniel Kang <[EMAIL PROTECTED]> wrote:
> 
> \\swintranet1\d$\Inetpub\wwwroot\RefPosting is the right destination, 
> but I am getting this error.
> 
> What am I missing?
> 
> The destination "\\swintranet1\d$\Inetpub\wwwroot\RefPosting"
> specified in the CFFILE tag is invalid.
> 
> The destination either does not exist or is not accessible by this
tag.
> 
> The error occurred in D:\Inetpub\WWWROOT\RefPosting\InsertData.cfm: 
> line
> 17
> 
> 15 : Destination =
> "\\swintranet1\d$\Inetpub\wwwroot\RefPosting"
> 16 : action = "upload"
> 17 : nameconflict ="overwrite"
> 18 : filefield = "fileName">
> 
> tia
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205857
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFFILE destination error

2005-05-06 Thread Daniel Kang
I got it.
Thank you so much the tip.

Daniel

On 5/6/05, Jared Rypka-Hauer - CMG, LLC <[EMAIL PROTECTED]> wrote:
> If you're still running CFMX under the System account (assuming CFMX on
> Win), then it won't have access to foreign folders at all.
> 
> \D:\ or \D$\?
> 
> You need to test this against \\localhost\{drive}$\folder or change the
> account under which CFMX runs (available via properties for that service in
> the Services control panel) to access share points on remote boxes.
> 
> J
> 
> On 5/5/05, Daniel Kang <[EMAIL PROTECTED]> wrote:
> >
> > OK, I created a folder (\\swintranet1\D:\IntranetData) with full privs
> > for SYSTEM, Users, etc.
> >
> > If I upload Word,
> >
> > String index out of range: -5
> >
> > The error occurred in D:\Inetpub\WWWROOT\RefPosting\InsertData.cfm: line
> > 18
> >
> > 16 : Destination = "\\swintranet1\D:\IntranetData"
> > 17 : action = "upload"
> > 18 : nameconflict ="overwrite"
> > 19 : filefield = "fileName">
> >
> > If I upload Excel,
> >
> > String index out of range: -1
> >
> > The error occurred in D:\Inetpub\WWWROOT\RefPosting\InsertData.cfm: line
> > 18
> >
> > 16 : Destination = "\\swintranet1\D:\IntranetData"
> > 17 : action = "upload"
> > 18 : nameconflict ="overwrite"
> > 19 : filefield = "fileName">
> >
> > If I upload Access,
> >
> > The destination "\\swintranet1\D:\IntranetData" specified in the
> > CFFILE tag is invalid.
> >
> > The destination either does not exist or is not accessible by this tag.
> >
> > The error occurred in D:\Inetpub\WWWROOT\RefPosting\InsertData.cfm: line
> > 18
> >
> > 16 : Destination = "\\swintranet1\D:\IntranetData"
> > 17 : action = "upload"
> > 18 : nameconflict ="overwrite"
> > 19 : filefield = "fileName">
> >
> > Why is that?
> >
> > tia
> >
> 
> --
> ---
> -
> Buy SQLSurveyor!
> http://www.web-relevant.com/sqlsurveyor
> Never make your developers open Enterprise Manager again.
> 
> 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205856
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: import from MySQL to MS SQL

2005-05-06 Thread Bryan Stevenson
> I am curious as to which 'good reasons' result in database
> requirements that open source databases can't meet. I can think
> of a few (synchronous multimaster WAN replication, extreme OLTP
> throughput etc.), but none that I would see in 'most systems'.
>
> Jochem

As I've said beforeI...that's me...myself and I (and all of our 
opinions) that MySQL straight out of the box is missing key features (like 
ref integrity) that should exist in ALL databasesI just can't see why it 
wouldn't.  Then you'd have to add on other MySQL packages to make it into a 
"real" database.  Each of these comes with it's own set of unique *ahem* 
features...just like MySQL is not ANSI standard (governments like standards 
Jochem).doesn't support transactions (without an add-on).

I also mentioned political reasons.the CEO like Oraclethe government 
is standardized on Oracleand so on...

My own experiences yesterday (NULLs in NOT NULL columns) have once again 
proven to me that MySQL has issues (and oh mythat MySQL "gothca" page 
scares me).

Of course the biggest factor in the selection of moving to MS SQL and then 
to Oracle WAS NOT MY CALLI'm not the decision maker here...I originally 
just asked for help importing MySQL data into MS SQL.

BTW...what ultimately worked was sucking the tables into Access and then 
into MS SQL...now I have to setup my PK/FK and fix up the data types

Just remembergood reasons are not always technical ones (like perhaps a 
system has to be built extremely fast and picking a DB that the team doesn't 
use daily will only introduce unwanted unkown issues along the way that 
there is no time for)

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com.cfm/54 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205855
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFMX 7 still won;t stay running.

2005-05-06 Thread Kevin Aebig
Are you installing from CD or download? Have successfully installed CF7 from
the same source? Could it possibly be corrupt?

!k

-Original Message-
From: Scott Stroz [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 05, 2005 2:02 PM
To: CF-Talk
Subject: CFMX 7 still won;t stay running.


I have posted about this before and followed the suggestions offered,
but CFMX 7 will still not run properly on my Windows Server 2003 Web
Edition box.  This is my development server, and in the last 12
minutes CF restarted 8 times!!!

I used to get an error message in Event Viewer, now I just get a
message saying the CF Servcie has shut down.  Lokking at the JRun logs
don;t aoffer any insight either.

The last suggestion was to set the 'max heap size'. That didn't help.

I have uninstalled CF serveral times with no luck.  I have even
re-installed the OS a few times, again, no luck.

Has anyone else had any issues with CFMX 7 restarting all the time? IF
so, what did you do to fix it?  I am at my wits end.

--
Scott Stroz
Boyzoid.com
___
Some days you are the dog,
Some days you are the tree.



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205854
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFMX: Dissed by Breeze and FlashLite?

2005-05-06 Thread Micha Schopman
Nofi, but could we end this useless discussion? Some people keep whining
/ overreacting about the smallest things on and on. People sometimes say
things that are wrong, it happens, move on, smile and continue the
discussion. 
 
And for those who think "mwuahaha, obvious reply coming ... " yes me too
;) 

Micha Schopman
Project Manager

Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380



-
Modern Media, Making You Interact Smarter. Onze oplossingen verbeteren
de interactie met uw doelgroep. 
Wilt u meer omzet, lagere kosten of een beter service niveau? Voor meer
informatie zie www.modernmedia.nl 


-
-Original Message-
From: Adrocknaphobia [mailto:[EMAIL PROTECTED] 
Sent: vrijdag 6 mei 2005 15:32
To: CF-Talk
Subject: Re: CFMX: Dissed by Breeze and FlashLite?

It's not big deal. I didn't mind his comments at all. I was definitely
asking for it with my smart-ass 'this in not your blog' post. So yeah,
no harm, no foul.

-Adam

On 5/5/05, Sean Corfield <[EMAIL PROTECTED]> wrote:
> On 5/5/05, Alex Sherwood <[EMAIL PROTECTED]> wrote:
> > it was not a baseless ad- hoymnum attack.
> 
> Sure it was. It was crude, insulting and completely inappropriate to
> this list (or indeed any list that is supposed to be a professional
> technical list).
> 
> Your continued "rants" and unpleasantness merely show most of us that
> you belong on a DNH list...
> --
> Sean A Corfield -- http://corfield.org/
> Team Fusebox -- http://fusebox.org/
> Got Gmail? -- I have 50, yes 50, invites to give away!
> 
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
> 
> 



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205853
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMX: Dissed by Breeze and FlashLite?

2005-05-06 Thread Bryan Stevenson
>" Dave (am I going to say this out loud)has some good points on CF and
> missing the education boat ;-)"
> I think im gunna frame that, if I send it to you will ya autograph it 4 
> me?? haha

Only if you promise not to auction it off on eBay ;-)

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205852
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: IIS Coding

2005-05-06 Thread Robertson-Ravo, Neil (RX)
The IHTK does just that...I can mail you it offlist as I think Lewis Sellars
(the author) has disappeared from the list and the net...



-Original Message-
From: Chad McCue [mailto:[EMAIL PROTECTED] 
Sent: 06 May 2005 15:37
To: CF-Talk
Subject: IIS Coding

Does anyone know of any cf applications that can dynamically write to IIS?
If someone knows of a VB or ASP program that would be fine also.





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205851
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


IIS Coding

2005-05-06 Thread Chad McCue
Does anyone know of any cf applications that can dynamically write to IIS? If 
someone knows of a VB or ASP program that would be fine also.



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205850
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMX: Dissed by Breeze and FlashLite?

2005-05-06 Thread Adrocknaphobia
It's not big deal. I didn't mind his comments at all. I was definitely
asking for it with my smart-ass 'this in not your blog' post. So yeah,
no harm, no foul.

-Adam

On 5/5/05, Sean Corfield <[EMAIL PROTECTED]> wrote:
> On 5/5/05, Alex Sherwood <[EMAIL PROTECTED]> wrote:
> > it was not a baseless ad- hoymnum attack.
> 
> Sure it was. It was crude, insulting and completely inappropriate to
> this list (or indeed any list that is supposed to be a professional
> technical list).
> 
> Your continued "rants" and unpleasantness merely show most of us that
> you belong on a DNH list...
> --
> Sean A Corfield -- http://corfield.org/
> Team Fusebox -- http://fusebox.org/
> Got Gmail? -- I have 50, yes 50, invites to give away!
> 
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
> 
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205849
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFML tool similar to Horde?

2005-05-06 Thread S . Isaac Dealey
> On Thursday 05 May 2005 18:54, S. Isaac Dealey wrote:
>> The last few days I've been focusing my energies pretty
>> heavily on a
>> RuleManager.cfc engine for setting up arbitrary business
>> rules using
>> XML and CFC's. So the same engine would be useful for
>> email filters,

> Is that BizXML or something of your own devising ?

Hi Tom,

It's designed to use schema-less xml with a collection of CFC's...
Each CFC in the criteria package contains its own information about
how to display, evaluate and localize individual criteria. For
example, I'm currently working with the Text criteria,
(rulecriteria.text.cfc) -- individual criteria CFC's are stored under
the /ontap/_components/_cfc/ directory and the rulemanager.cfc (in the
root cfc directory) handles adding or removing packages of criteria
CFC's. So the directory structure looks like this:

/_cfc/rulemanager.cfc
/_cfc/rulecriteria.cfc
/_cfc/rulecriteria/text.cfc - extends /_cfc/rulecriteria.cfc
/_cfc/rulecriteria/date.cfc - extends /_cfc/rulecriteria.cfc
/_cfc/rulecriteria/percent.cfc - extends /_cfc/rulecriteria.cfc

So... if I'm working on a special implementation that needs additional
criteria types, I can add or remove packages from the RuleManager
object with RuleManager.addPackage("rulecriteria.myproject") or
RuleManager.removePackage("myproject.rulecriteria"). So I could remove
the default criteria types by using
RuleManager.removeCriteria("rulecriteria").

The individual criteria CFC's then provide localized text for the user
interface if the rulemanager will allow end-users to edit rules
directly and contain the CFML logic used to generate and evaluate
criteria nodes of the specified type.

So an XML packet might look like this:


  







  


The rulemanager.cfc then brokers the relationship between the
application and the individual criteria types, so when you evaluate a
rule it walks through the criteria nodes, checks to see if it's
instantiated a criteria object for the type, then executes
criteria.test(criterianode,ruleContext) against that criteria object.
Forms for and descriptions of individual rules / criteria are handled
similarly, i.e. RuleManager.describe(ruleid) loops over the criteria
for the rule and gets a localized description from the criteria
object, and RuleManager.getCriteriaForm(type,ruleid,criteria) fetches
an appropriate html form from the criteria object (as an html library
structure so that other components or templates may modify the form as
needed). RuleManager.setRuleCriteria(ruleid,criteria,data) - where
data is usually the form collection, handles updating the XML packet,
but it gets the new node (as a string of text) from the individual
criteria type CFC.

I'm still fleshing out the details ... I'm not entirely happy with
them currently... the attributes for the rule node are a nitpicky
detail for me -- I'd like to have  because to me that seems the most
clean/intuitive, but "name" and "id" could cause conflicts with the
name and id properties of an html form if input elements are given
those names. So for that reason I might use  but this just seems really
ugly to me... and of course, I don't want to use "rulename" in the
form and "name" in the xml packet... so... it's an annoying issue --
seems like it shouldn't be an issue at all, but it's very frustrating.


I'd not heard of bizXML but wasn't able to find any good references to
it on google.com ... you have a url?


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205848
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Get column names with query

2005-05-06 Thread Jeremy Bunton
Yes that works, Thanks

JLB

-Original Message-
From: JediHomer [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 06, 2005 10:07 AM
To: CF-Talk
Subject: Re: Get column names with query

They should be returned in 

myQuery.ColumnList


HTH

On 5/6/05, Jeremy Bunton <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I know there is a way to do this and I looked around and can't find it.
How
> would I go about getting the column/fieldnames from a query. I'm just
doing
> a select * from table and I want to label the fields as they are in the
SQL
> server db. Thanks
> 
> Jeremy
> 
> 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205847
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Get column names with query

2005-05-06 Thread JediHomer
They should be returned in 

myQuery.ColumnList


HTH

On 5/6/05, Jeremy Bunton <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I know there is a way to do this and I looked around and can't find it. How
> would I go about getting the column/fieldnames from a query. I'm just doing
> a select * from table and I want to label the fields as they are in the SQL
> server db. Thanks
> 
> Jeremy
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205846
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: How to get the full url requested in cf?

2005-05-06 Thread Ewok
For 'http://www.shop.com/index.cfm?var1=1&var2=2'

Cgi.server_name would give you the 'www.shop.com'
Cgi.script_name would give you the 'index.cfm'
Cgi.query_string would give you 'var1=1&var2=2'


Find() would not ensure that www was the first thing in the name so...


Then www was in the url.


Or 


Then www was in the url.



I don’t know why you need to know if www is there or not but if you had
access to IIS, you could have http://www.shop.com point to a different place
than http://shop.com all together


-Original Message-
From: stylo stylo [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 06, 2005 6:59 AM
To: CF-Talk
Subject: How to get the full url requested in cf?

I don't want the file system path, I want the full url of the page
requested, e.g., http://www.shop.com/index.cfm . (Actually I just need the
first part, not even the page, as I only want to know if "www" was used or
not.) 

How can I get that in a CF variable when the page is requested? 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205845
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Get column names with query

2005-05-06 Thread Robertson-Ravo, Neil (RX)
Query.columnlist




-Original Message-
From: Jeremy Bunton [mailto:[EMAIL PROTECTED] 
Sent: 06 May 2005 14:53
To: CF-Talk
Subject: Get column names with query

Hello,

I know there is a way to do this and I looked around and can't find it. How
would I go about getting the column/fieldnames from a query. I'm just doing
a select * from table and I want to label the fields as they are in the SQL
server db. Thanks


Jeremy






~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205844
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Get column names with query

2005-05-06 Thread Jeremy Bunton
Hello,

I know there is a way to do this and I looked around and can't find it. How
would I go about getting the column/fieldnames from a query. I'm just doing
a select * from table and I want to label the fields as they are in the SQL
server db. Thanks


Jeremy




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205843
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ColdFusion v4.5.2 using cfmail to send authentication SMTP

2005-05-06 Thread Howie Hamlin
If you're using Windows then you can use iMS-Lite for this:

http://www.macromedia.com/cfusion/exchange/index.cfm#view=sn106&extid=1023806

You can also use iMS-Lite to send mail directly w/o needing an external email 
server.

HTH,

-- 
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com
inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server
PrismAV - Virus scanning for ColdFusion and BlueDragon applications
Find out how iMS Stacks up to the competition: 
http://www.coolfusion.com/imssecomparison.cfm

iMS-Lite - the completely free mail server solution for applications and 
application servers
http://www.coolfusion.com/iMSLite



--- On Friday, May 06, 2005 7:26 AM, Cliff Meyers scribed: ---
>
> Username/password authentication for CFMAIL was introduced in CFMX
> 6.1.  Unfortunately it is not available in previous versions.  I know
> that some people had written Java or C++ custom tags meant to serve as
> a replacement for CFMAIL, but they might be hard to come by now that
> CFMAIL is so much improved.
> 
> 
> -Cliff
> 
> 
> 
> On 5/6/05, Eric Dawson <[EMAIL PROTECTED]> wrote:
>> I have a coldfusion v4.5.2 server, and it doesn't seem like cfmail
>> supports username/password authenticated SMTP.
>> 
>> Has anyone else encountered this?
>> 
>> Eric
>> 
>> 
> 
> 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205842
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


  1   2   >