Re: Need More SQL help - DRIVING ME NUTS!

2007-03-20 Thread Jochem van Dieten
Will Tomlinson wrote:
> And what I can't figure out is why this: 
> 
>  COUNT(EAR.answerID) AS numAnswers 
> 
> would produce values of 1 for rows in which it should be 0. 

Because you are using MySQL and MySQL has broken grouping. Your 
statement is invalid SQL and the database should throw an error, but 
MySQL pretends to know what you want and gives you back some random 
data. Put every field from the select that is not an aggregate in your 
group by and you get something understandable.

Jochem

~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273236
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CFCHART not displayed in IE with CFMX 7.0.2 (but works in Firefox)

2007-03-20 Thread Shawn O'Rourke
Hello,

I'm having a problem getting cfchart working with Coldfusion MX 7.0.2 on an 
Apache 1.3 Windows server.  All charts display PERFECTLY in Firefox, however in 
Internet Explorer (v6 and above) the charts are not displayed.  These charts 
all worked fine in IE before I made the switch to 7.0.2 so I know that it has 
something to do with the new version.

I researched the internet for possible solutions and found others who have been 
experiencing this same problem, but none of the suggested solutions have helped 
me.

Here is what I know so far:
-My charts (.swf's) are created and stored properly in [cfroot]\charting\cache
-When a call to my cfchart is made, an HTTP request is made for two things:
--/CFIDE/scripts/CF_RunActiveContent.js (the file is found)
--/CFIDE/GraphData.cfm (this file doesn't exist to my knowledge)
-I have a coldfusion mapping for /CFIDE which points to C:\Apache\htdocs\CFIDE\
-I have an Apache alias created for /CFIDE which also points to 
C:\Apache\htdocs\CFIDE (this ensures that CF_RunActiveContent.js can be found)
-C:\[cfroot]\wwwroot\WEB-INF\web.xml has two servlet mappings for GraphServlet 
which points to /CFIDE/GraphData and /CFIDE/GraphData.cfm (still this 
GraphData.cfm file doesn't seem to exist yet still a mapping for it)
-C:\[cfoot]\lib\neo-graphing.xml also has servlet mapping for 
/CFIDE/GraphData.cfm


I've applied the coldfusion mx 7.0.2 cumulative hot fix 1 and this didn't solve 
my problem.  I've also tried created a 0 length GraphData.cfm file in my /CFIDE 
directory and that didn't work either.  I heard that all that had to be done 
was to make sure to have an alias for /CFIDE but I've done that already.  I'm 
not sure what else I can try.  Any help is much appreciated.

*Note: During the course of posting this I found several other posts a few 
months back on this topic, but none had solutions to work for me.  I will post 
again in hopes that someone now has a proper fix for this.

Thanks,
-Shawn



These are sites which I've already researched:
1) http://www.cfguru.org/index.cfm/2006/5/31/CFChart-Issues
2) 
http://cfchart.blogspot.com/2006/11/coldfusion-mx-702-cumulative-hot-fix-1.html
3) 
http://www.lynchconsulting.com.au/blog/index.cfm/2006/10/16/CFChart-active-content-problem-in-Internet-Explorer

~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273235
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Parsing Blogger Feeds

2007-03-20 Thread Tom Avey
A few weeks ago my feeds from blogger quit working.  I'm looking for coldfusion 
solutions but looks like xmlparse does not work on blogger feeds.  Anyone 
having the same problem?  Any advice?  I'm stumped.

Here's the code

http://www.fgbc.org/fgbc-world.xml"; method="get" />





It works on non-blogger feeds.

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273234
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Need More SQL help - DRIVING ME NUTS!

2007-03-20 Thread Will Tomlinson
And what I can't figure out is why this: 

 COUNT(EAR.answerID) AS numAnswers 

would produce values of 1 for rows in which it should be 0. 

Thanks,
Will

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273233
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Need More SQL help - DRIVING ME NUTS!

2007-03-20 Thread Will Tomlinson
MySQL 5

Here's some table date as it looks in tblEvalAnswerResults. This is a many 
table. 

http://wtomlinson.com/evalQRYs/tableData.gif

Then here's what my query produces. I had to add E.evalID to get both 
evaluations to show up in the results. I went ahead and did another evaluation, 
so there are two tblEvaluations records, 3 questions each, which produced 6 
records in the tblEvalAnswerResults many table. 

http://wtomlinson.com/evalQRYs/qryDatabig.gif

How I should fix this query to give me what I need, I have no idea. 

I simply want to display each question, along with its possible answers, and a 
count of the answers that were chosen. All in the same query output in rows, 
like me link from the first post. 

Thanks, hope this makes sense.

Will


~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273232
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Need More SQL help - DRIVING ME NUTS!

2007-03-20 Thread Qasim Rasheed
Will,

Which DB are you using and if it's not difficult can you also post db
scripts to create tables and populate some sample data.?

Thanks

Qasim


On 3/20/07, Will Tomlinson <[EMAIL PROTECTED]> wrote:
>
> Ok, I'm really close on this. I've been workin on it for hours, changing
> queries, not gettin the results I need.
>
> I filled out one survey of 3 questions, each question has 5 possible
> answers.
>
> Here's the query:
>
> SELECT
> Q.questionID,
> Q.questionsetID,
> Q.question,
> Q.answersetid,
> ARS.answersetid,
> ARS.answersetname,
> A.answerID,
> A.answersetID,
> A.answername,
> A.answersortnum,
> A.answervalue,
> EAR.evalID,
> EAR.answerID,
> E.evalID,
> E.InstructorID,
> COUNT(EAR.answerID) AS numAnswers
> FROM   tblquestions Q
> INNER JOIN   tblanswersets ARS USING (answerSetID)
> INNER JOIN   tblanswers A USING (answerSetID)
> LEFT JOIN  tblevalanswerresults EAR USING (questionID)
> INNER JOIN tblEvaluations E
> ON E.evalID = EAR.evalID
> WHERE  E.InstructorID = '#SESSION.CollegeID#'
> GROUP BY  Q.questionID,  A.answerID
>
> HEre's the results, with my 
>
> http://wtomlinson.com/evalQRYs/qryData2.gif
>
> It should return 0 for 4 answers out of 5, since I can only answer one of
> five possible answers. But it's counting 1 for each answer - not right. I
> think I can tell what's happening, but don't know how to fix it. It's like
> it's grouping off the tblAnswers table, but should be calculating rows from
> the tblEvalAnswerResults table.
>
> And here's my DB schema if it helps:
>
> http://wtomlinson.com/evalDBSchema.jpg
>
> Thanks!!
>
> Will
>
> 

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273231
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Need More SQL help - DRIVING ME NUTS!

2007-03-20 Thread Will Tomlinson
Ok, I'm really close on this. I've been workin on it for hours, changing 
queries, not gettin the results I need.

I filled out one survey of 3 questions, each question has 5 possible answers. 

Here's the query:

SELECT 
Q.questionID,
Q.questionsetID,
Q.question, 
Q.answersetid, 
ARS.answersetid, 
ARS.answersetname,
A.answerID,
A.answersetID,
A.answername, 
A.answersortnum,
A.answervalue,
EAR.evalID, 
EAR.answerID,
E.evalID,
E.InstructorID,
COUNT(EAR.answerID) AS numAnswers 
FROM   tblquestions Q  
INNER JOIN   tblanswersets ARS USING (answerSetID) 
INNER JOIN   tblanswers A USING (answerSetID) 
LEFT JOIN  tblevalanswerresults EAR USING (questionID)
INNER JOIN tblEvaluations E 
ON E.evalID = EAR.evalID
WHERE  E.InstructorID = '#SESSION.CollegeID#'
GROUP BY  Q.questionID,  A.answerID

HEre's the results, with my 

http://wtomlinson.com/evalQRYs/qryData2.gif

It should return 0 for 4 answers out of 5, since I can only answer one of five 
possible answers. But it's counting 1 for each answer - not right. I think I 
can tell what's happening, but don't know how to fix it. It's like it's 
grouping off the tblAnswers table, but should be calculating rows from the 
tblEvalAnswerResults table. 

And here's my DB schema if it helps: 

http://wtomlinson.com/evalDBSchema.jpg

Thanks!!

Will

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273230
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: HTML Items in FormItem

2007-03-20 Thread Peter Boughton
Heh, had a feeling that was the case.

I never like seeing unreplied messages though... they always look lonely.


>I did and forgot to send out a follow up to say never mind. Thanks for the
>RTFM though.
>
>-Original Message-
>From: Peter Boughton [mailto:[EMAIL PROTECTED] 
>Sent: Tuesday, March 20, 2007 5:22 PM
>To: CF-Talk
>Subject: Re: HTML Items in FormItem
>
>
>RTFM!
>
>From Livedocs:
>"For Flash forms, you can use the following text formatting tags, most of
>which correspond to HTML tags, in the text: a, b, br, font, i, img, li, p,
>textformat, and u."

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273229
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Microsoft Mappoint Working on CFMX 7 Standalone

2007-03-20 Thread Paul Cormier
>WOW what a week!! I never thought I would be diving into java headfirst.  I
>was able to get a map rendered via Microsoft Mappoint .NET webservice. If
>anyone is interested let me know and I will put up what I have.
>
>I am now working on adding functionality (I was just happy to get an example
>to run)  but I have all the classes and stubs generated with CFMX 7.0.2
>
>-- 
>~Eric

Yes Eric! I've been struggling with the code fragments I found for MX 6.1. I'd 
love to get your classes, stubs and instructions to set up the system, as well 
as a few basic examples of some calls.

Paul

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273228
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: HTML Items in FormItem

2007-03-20 Thread Bruce Sorge
I did and forgot to send out a follow up to say never mind. Thanks for the
RTFM though.

-Original Message-
From: Peter Boughton [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 5:22 PM
To: CF-Talk
Subject: Re: HTML Items in FormItem


RTFM!

>From Livedocs:
"For Flash forms, you can use the following text formatting tags, most of
which correspond to HTML tags, in the text: a, b, br, font, i, img, li, p,
textformat, and u."

>I am using Flash Forms and the CFFORMITEM tag with a type of HTML. I am 
>putting a table in there but it is not rendering it at all. Is this a 
>limitation with CFFORMITEM?
>
>
>
>--
>Bruce Sorge
>
>"I'm a mawg: half man, half dog. I'm my own best friend!"



~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273227
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: SOT: No ColdFusion Here

2007-03-20 Thread Dawson, Michael
That's what I thought.  Rather than have people ask them later on, they
just tell you up front. 

As Barney Fife would say, "Nip it in the bud."  ;^)

-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 6:56 PM
To: CF-Talk
Subject: Re: SOT: No ColdFusion Here

At least they made the effort to say it wasn't supported, instead of
pretending it doesn't exist...

On 3/21/07, Dawson, Michael <[EMAIL PROTECTED]> wrote:
> Look at all the features they do have.  Then, look at the one feature 
> they don't have.
>
> http://www.insightbusiness.com/sm_hosting05.php
>
> Sorry to start another "ColdFusion should be free" thread.

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273226
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: No ColdFusion Here

2007-03-20 Thread Dawson, Michael
No, I haven't asked them.  Insight is my home ISP and I keep seeing
their commercials regarding their business plans.  So, I wanted to see
their bandwidth.  Then, I noticed the specific "No" to CF.

I don't have any plans on hosting with them. 

-Original Message-
From: Ben Forta [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 7:26 PM
To: CF-Talk
Subject: RE: No ColdFusion Here

Have you asked them why they don't offer ColdFusion hosting? For those
hosting companies that want to, we've worked with them to make sure it
is possible and cost effective. But they have to want to.

--- Ben



-Original Message-
From: Dawson, Michael [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 20, 2007 7:51 PM
To: CF-Talk
Subject: SOT: No ColdFusion Here

Look at all the features they do have.  Then, look at the one feature
they don't have.
 
http://www.insightbusiness.com/sm_hosting05.php
 
Sorry to start another "ColdFusion should be free" thread.
 
M!ke


~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273225
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: HTML Items in FormItem

2007-03-20 Thread Peter Boughton
RTFM!

>From Livedocs:
"For Flash forms, you can use the following text formatting tags, most of which 
correspond to HTML tags, in the text: a, b, br, font, i, img, li, p, 
textformat, and u."

>I am using Flash Forms and the CFFORMITEM tag with a type of HTML. I am
>putting a table in there but it is not rendering it at all. Is this a
>limitation with CFFORMITEM?
>
>
>
>-- 
>Bruce Sorge
>
>"I'm a mawg: half man, half dog. I'm my own best friend!"

~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273224
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: No ColdFusion Here

2007-03-20 Thread Ben Forta
Have you asked them why they don't offer ColdFusion hosting? For those
hosting companies that want to, we've worked with them to make sure it is
possible and cost effective. But they have to want to.

--- Ben



-Original Message-
From: Dawson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 7:51 PM
To: CF-Talk
Subject: SOT: No ColdFusion Here

Look at all the features they do have.  Then, look at the one feature
they don't have.
 
http://www.insightbusiness.com/sm_hosting05.php
 
Sorry to start another "ColdFusion should be free" thread.
 
M!ke




~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273223
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: No ColdFusion Here

2007-03-20 Thread Josh Nathanson
Ha, that's pretty amusing.  Guess I won't be hosting anything there.

They probably had to put that "no" there because people were calling them up 
asking if they supported CF.  In a way that's a good sign.

-- Josh

- Original Message - 
From: "Dawson, Michael" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Tuesday, March 20, 2007 4:51 PM
Subject: SOT: No ColdFusion Here


> Look at all the features they do have.  Then, look at the one feature
> they don't have.
>
> http://www.insightbusiness.com/sm_hosting05.php
>
> Sorry to start another "ColdFusion should be free" thread.
>
> M!ke
>
>
> 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273222
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SOT: No ColdFusion Here

2007-03-20 Thread James Holmes
At least they made the effort to say it wasn't supported, instead of
pretending it doesn't exist...

On 3/21/07, Dawson, Michael <[EMAIL PROTECTED]> wrote:
> Look at all the features they do have.  Then, look at the one feature
> they don't have.
>
> http://www.insightbusiness.com/sm_hosting05.php
>
> Sorry to start another "ColdFusion should be free" thread.


-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273221
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


SOT: No ColdFusion Here

2007-03-20 Thread Dawson, Michael
Look at all the features they do have.  Then, look at the one feature
they don't have.
 
http://www.insightbusiness.com/sm_hosting05.php
 
Sorry to start another "ColdFusion should be free" thread.
 
M!ke


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273220
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CSS Firefox vs. IE Question...

2007-03-20 Thread Dana Kowalski
Sandra,
 look at the actual code on the page. It references ID's multiple times. That 
what I was referring to. Enjoy :)

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273219
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Christopher Jordan
You got it, brother. :o)

Chris

Rey Bango wrote:
> Thanks Chris. (blushing!) :)
> 
> Christopher Jordan wrote:
>> No worries, Rey! That's one voice out of about fifty plus folks that 
>> have participated in this thread (and maybe more who've visited the site 
>> and added sites to the list) who doesn't seem to think the site is worth it.
>>
>> I hope I can safely speak for the rest of us when I say that we do think 
>> it's worth the effort. You're a star in this community Rey. Don't forget 
>> it. :o)
>>
>> Cheer mate!
>> Chris
>>
>> Rey Bango wrote:
>>> Wow, thanks for that vote of confidence Neil. Just makes me want to go 
>>> out and do more with GotCFM. :(
>>>
>>> Robertson-Ravo, Neil (RX) wrote:
 To be fair though, it shouldn't be up to you to do this, it resides solely
 in the camp of Adobe - they should be doing this.  Your site is a good
 listing but I don't think it will make any difference to the way ColdFusion
 is seen.
>>
> 
> 

~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273218
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CSS Firefox vs. IE Question...

2007-03-20 Thread Sandra Clark
So long as the id is only used once in an HTML source, its fine.

This

#topnav {
vertical-align:top;
padding:30px 10px 15px 10px;
}
#topnav a {
color:#FF;
text-decoration:none;
}
#topnav a:hover {
color:#FF;
text-decoration:underline;
}


Simply refers to the element with the id="topnav" and any anchors within
that particular element.

You can reference it as much as you want in the CSS, just not in the HTML


Sandra Clark
=
http://www.shayna.com
Training and Consulting  in CSS and Accessibility
Team Fusebox


-Original Message-
From: Kris Jones [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 7:33 AM
To: CF-Talk
Subject: Re: CSS Firefox vs. IE Question...

I think what Dana means is that ID selectors like:
#topnav

should only be called once per page. Otherwise you should use a class
selector instead.

Cheers,
Kris

On 3/20/07, Che Vilnonis <[EMAIL PROTECTED]> wrote:
> Dana... What does that mean?
>
> -Original Message-

> one side note: you have multiple id's referencing the same identifier
which
> technically makes it a class instead.
>
> Off the top of my head it looks like a box model issue with sizing, but I
> didn't have time to scrounge through the css atm. :)
>



~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273217
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: RegEx help

2007-03-20 Thread Mark Leder
Thanks to all, Gareth's solution works great.  Though I want to study Ben's
more (one first glance I got bug-eyed looking at it).

Thanks,

Mark








~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273216
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Other GotCFM suggestions... was GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Rey Bango
Hi Michael,

You are definitely correct. I'm trying to build up resources but to date 
haven't received much from anyone in the form of whitepapers, case 
studies or tools to help promote CF usage. Andy Matthews has been great 
in helping me with some development but I really do need folks to 
contribute.

I'm going to look at these features and see what I can do to implement 
them. If you're up for the challenge, I could use the help.

Rey

Michael E. Carluen wrote:
> For clients who are unfamiliar with cfml, I only need to mention the same 2
> familiar and credible names: Bank of America and Potter Barn. That seems to
> do the job.
> 
> @Ray B.:
> Thinking out loud- going forward, what I really hope to see added on GotCFM
> are more non-technical developer tools like the (1) developer pay rate
> survey by geography (conducted by someone several months ago); and (2)
> various calculators like an project estimators templates, ROI calculators
> etc...  I am hoping is that if GotCFM can eventually be a resource for me to
> go to, if I want to know "how other CF developers did it on a project type X
> with a client type Y using CF".
> 
> If I'm not mistaken, the original objective of GotCFM is to assist and equip
> CF developers with the information needed "to sell" CF to the clients
> and not really to preach to the choir. Am I correct?
> 
> Thanks for listening!
> 
> 
> 
> 
>> -Original Message-
>> From: Rick Faircloth [mailto:[EMAIL PROTECTED]
>> Sent: Tuesday, March 20, 2007 2:26 PM
>> To: CF-Talk
>> Subject: RE: GotCFM.com - Need Opinion on Whether to Approve a Site
>>
>> It's a great resource for the community to go and pick
>> some sites from the list to demo for clients... and to pick
>> some big names that clients will recognize.
>>
>> Rick
> 
> 
> 

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273215
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Other GotCFM suggestions... was GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Michael E. Carluen
For clients who are unfamiliar with cfml, I only need to mention the same 2
familiar and credible names: Bank of America and Potter Barn. That seems to
do the job.

@Ray B.:
Thinking out loud- going forward, what I really hope to see added on GotCFM
are more non-technical developer tools like the (1) developer pay rate
survey by geography (conducted by someone several months ago); and (2)
various calculators like an project estimators templates, ROI calculators
etc...  I am hoping is that if GotCFM can eventually be a resource for me to
go to, if I want to know "how other CF developers did it on a project type X
with a client type Y using CF".

If I'm not mistaken, the original objective of GotCFM is to assist and equip
CF developers with the information needed "to sell" CF to the clients
and not really to preach to the choir. Am I correct?

Thanks for listening!




> -Original Message-
> From: Rick Faircloth [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 20, 2007 2:26 PM
> To: CF-Talk
> Subject: RE: GotCFM.com - Need Opinion on Whether to Approve a Site
> 
> It's a great resource for the community to go and pick
> some sites from the list to demo for clients... and to pick
> some big names that clients will recognize.
> 
> Rick


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273214
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Eclipse/CF Eclipse environment questions

2007-03-20 Thread Dave Watts
> I was unable to think of a way to stop someone from even 
> installing it, I mean so long as you have the correct JDK 
> (1.4) on your machine you could always just unzip it to your 
> My Documents and run it from there right?

Yes, by default, but there are plenty of third-party tools that you can use
to specify exactly what executables are allowed to run (including where
those executables are).

> 3. Is there any other necessary Sun or other third party things
> that need to be installed in order to use Eclipse?

No.

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!

This email has been processed by SmoothZap - www.smoothwall.net


~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273213
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Rey Bango
Andy, the jQuery Star rating plugin might be good for this.

Rey

Andy Matthews wrote:
> I think what could be a really nice thing is to have a "complete" list, and
> a "impressive" list. It would be as simple as a boolean in the sites table.
> Sites like Fedex, BankofAmerica, etc. That could be the default list, then
> if they want to see the entire list, they could. 
> 
> -Original Message-
> From: Robertson-Ravo, Neil (RX)
> [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, March 20, 2007 4:19 PM
> To: CF-Talk
> Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site
> 
> I meant that Adobe should be doing the hard work promoting CF (but as we all
> know they f@"& up that task on a daily basis).
> 
> It should be up to you to compile a "who is using ColdFusion" as I
> personally think no one is going to look at it and make a decision to use
> ColdFusion or not, especially when some of the showcase pieces are just
> blogs.
> 
> Anyway... this thread has cf-community written all over it.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
> Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
> Registered in England, Number 678540.  It contains information which is
> confidential and may also be privileged.  It is for the exclusive use of the
> intended recipient(s).  If you are not the intended recipient(s) please note
> that any form of distribution, copying or use of this communication or the
> information in it is strictly prohibited and may be unlawful.  If you have
> received this communication in error please return it to the sender or call
> our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
> communication are not necessarily those expressed by Reed Exhibitions." 
> Visit our website at http://www.reedexpo.com
> 
> -Original Message-
> From: Rey Bango
> To: CF-Talk
> Sent: Tue Mar 20 21:13:40 2007
> Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site
> 
> Ah okay. Kind of caught me by surprise. :-)
> 
> Rey
> 
> Robertson-Ravo, Neil (RX) wrote:
>> Lol, not what I meant at all.
>>
>>
>>
>> "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, 
>> Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed 
>> Business, Registered in England, Number 678540.  It contains 
>> information which is confidential and may also be privileged.  It is 
>> for the exclusive use of
> the
>> intended recipient(s).  If you are not the intended recipient(s) 
>> please
> note
>> that any form of distribution, copying or use of this communication or 
>> the information in it is strictly prohibited and may be unlawful.  If 
>> you have received this communication in error please return it to the 
>> sender or
> call
>> our switchboard on +44 (0) 20 89107910.  The opinions expressed within
> this
>> communication are not necessarily those expressed by Reed Exhibitions." 
>> Visit our website at http://www.reedexpo.com
>>
>> -Original Message-
>> From: Rey Bango
>> To: CF-Talk
>> Sent: Tue Mar 20 20:29:24 2007
>> Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site
>>
>> Wow, thanks for that vote of confidence Neil. Just makes me want to go 
>> out and do more with GotCFM. :(
>>
>> Robertson-Ravo, Neil (RX) wrote:
>>> To be fair though, it shouldn't be up to you to do this, it resides
> solely
>>> in the camp of Adobe - they should be doing this.  Your site is a 
>>> good listing but I don't think it will make any difference to the way
>> ColdFusion
>>> is seen.
>>
>>
>>
> 
> 
> 
> 
> 
> 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273212
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Rey Bango
That can definitely be done.

Rey...

Jones Eric R Ctr 8 AF Det 1/AFNOC wrote:
> What we really need is a digg style voting system. So those sites which
> get voted as being a "Great Example" get featured placement while others
> fall lower on the listing. This way the blogs and NSF sites could still
> be listed but might possibly be shown way down the listing.
> 
> ---_
> 
> Eric R. Jones
> Senior Web Application Developer, AFNOC/NCD
> Barksdale AFB, LA
> DSN 781-7784
> Comm (318) 456-7784
> NIPRNET: [EMAIL PROTECTED]
> SIPRNET: [EMAIL PROTECTED] 
> 
> 
> -Original Message-
> From: Andy Matthews [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, March 20, 2007 4:40 PM
> To: CF-Talk
> Subject: RE: GotCFM.com - Need Opinion on Whether to Approve a Site
> 
> I think what could be a really nice thing is to have a "complete" list,
> and
> a "impressive" list. It would be as simple as a boolean in the sites
> table.
> Sites like Fedex, BankofAmerica, etc. That could be the default list,
> then
> if they want to see the entire list, they could. 
> 
> -Original Message-
> From: Robertson-Ravo, Neil (RX)
> [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, March 20, 2007 4:19 PM
> To: CF-Talk
> Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site
> 
> I meant that Adobe should be doing the hard work promoting CF (but as we
> all
> know they f@"& up that task on a daily basis).
> 
> It should be up to you to compile a "who is using ColdFusion" as I
> personally think no one is going to look at it and make a decision to
> use
> ColdFusion or not, especially when some of the showcase pieces are just
> blogs.
> 
> Anyway... this thread has cf-community written all over it.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
> Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
> Registered in England, Number 678540.  It contains information which is
> confidential and may also be privileged.  It is for the exclusive use of
> the
> intended recipient(s).  If you are not the intended recipient(s) please
> note
> that any form of distribution, copying or use of this communication or
> the
> information in it is strictly prohibited and may be unlawful.  If you
> have
> received this communication in error please return it to the sender or
> call
> our switchboard on +44 (0) 20 89107910.  The opinions expressed within
> this
> communication are not necessarily those expressed by Reed Exhibitions." 
> Visit our website at http://www.reedexpo.com
> 
> -Original Message-
> From: Rey Bango
> To: CF-Talk
> Sent: Tue Mar 20 21:13:40 2007
> Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site
> 
> Ah okay. Kind of caught me by surprise. :-)
> 
> Rey
> 
> Robertson-Ravo, Neil (RX) wrote:
>> Lol, not what I meant at all.
>>
>>
>>
>> "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
> 
>> Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed 
>> Business, Registered in England, Number 678540.  It contains 
>> information which is confidential and may also be privileged.  It is 
>> for the exclusive use of
> the
>> intended recipient(s).  If you are not the intended recipient(s) 
>> please
> note
>> that any form of distribution, copying or use of this communication or
> 
>> the information in it is strictly prohibited and may be unlawful.  If 
>> you have received this communication in error please return it to the 
>> sender or
> call
>> our switchboard on +44 (0) 20 89107910.  The opinions expressed within
> this
>> communication are not necessarily those expressed by Reed
> Exhibitions." 
>> Visit our website at http://www.reedexpo.com
>>
>> -Original Message-
>> From: Rey Bango
>> To: CF-Talk
>> Sent: Tue Mar 20 20:29:24 2007
>> Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site
>>
>> Wow, thanks for that vote of confidence Neil. Just makes me want to go
> 
>> out and do more with GotCFM. :(
>>
>> Robertson-Ravo, Neil (RX) wrote:
>>> To be fair though, it shouldn't be up to you to do this, it resides
> solely
>>> in the camp of Adobe - they should be doing this.  Your site is a 
>>> good listing but I don't think it will make any difference to the way
>> ColdFusion
>>> is seen.
>>
>>
>>
> 
> 
> 
> 
> 
> 
> 
> 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273211
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Jones Eric R Ctr 8 AF Det 1/AFNOC
What we really need is a digg style voting system. So those sites which
get voted as being a "Great Example" get featured placement while others
fall lower on the listing. This way the blogs and NSF sites could still
be listed but might possibly be shown way down the listing.

---_

Eric R. Jones
Senior Web Application Developer, AFNOC/NCD
Barksdale AFB, LA
DSN 781-7784
Comm (318) 456-7784
NIPRNET: [EMAIL PROTECTED]
SIPRNET: [EMAIL PROTECTED] 


-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 4:40 PM
To: CF-Talk
Subject: RE: GotCFM.com - Need Opinion on Whether to Approve a Site

I think what could be a really nice thing is to have a "complete" list,
and
a "impressive" list. It would be as simple as a boolean in the sites
table.
Sites like Fedex, BankofAmerica, etc. That could be the default list,
then
if they want to see the entire list, they could. 

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 4:19 PM
To: CF-Talk
Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site

I meant that Adobe should be doing the hard work promoting CF (but as we
all
know they f@"& up that task on a daily basis).

It should be up to you to compile a "who is using ColdFusion" as I
personally think no one is going to look at it and make a decision to
use
ColdFusion or not, especially when some of the showcase pieces are just
blogs.

Anyway... this thread has cf-community written all over it.











"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of
the
intended recipient(s).  If you are not the intended recipient(s) please
note
that any form of distribution, copying or use of this communication or
the
information in it is strictly prohibited and may be unlawful.  If you
have
received this communication in error please return it to the sender or
call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within
this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Rey Bango
To: CF-Talk
Sent: Tue Mar 20 21:13:40 2007
Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site

Ah okay. Kind of caught me by surprise. :-)

Rey

Robertson-Ravo, Neil (RX) wrote:
> Lol, not what I meant at all.
> 
> 
> 
> "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,

> Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed 
> Business, Registered in England, Number 678540.  It contains 
> information which is confidential and may also be privileged.  It is 
> for the exclusive use of
the
> intended recipient(s).  If you are not the intended recipient(s) 
> please
note
> that any form of distribution, copying or use of this communication or

> the information in it is strictly prohibited and may be unlawful.  If 
> you have received this communication in error please return it to the 
> sender or
call
> our switchboard on +44 (0) 20 89107910.  The opinions expressed within
this
> communication are not necessarily those expressed by Reed
Exhibitions." 
> Visit our website at http://www.reedexpo.com
> 
> -Original Message-
> From: Rey Bango
> To: CF-Talk
> Sent: Tue Mar 20 20:29:24 2007
> Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site
> 
> Wow, thanks for that vote of confidence Neil. Just makes me want to go

> out and do more with GotCFM. :(
> 
> Robertson-Ravo, Neil (RX) wrote:
>> To be fair though, it shouldn't be up to you to do this, it resides
solely
>> in the camp of Adobe - they should be doing this.  Your site is a 
>> good listing but I don't think it will make any difference to the way
> ColdFusion
>> is seen.
> 
> 
> 
> 







~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273210
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Andy Matthews
I think what could be a really nice thing is to have a "complete" list, and
a "impressive" list. It would be as simple as a boolean in the sites table.
Sites like Fedex, BankofAmerica, etc. That could be the default list, then
if they want to see the entire list, they could. 

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 4:19 PM
To: CF-Talk
Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site

I meant that Adobe should be doing the hard work promoting CF (but as we all
know they f@"& up that task on a daily basis).

It should be up to you to compile a "who is using ColdFusion" as I
personally think no one is going to look at it and make a decision to use
ColdFusion or not, especially when some of the showcase pieces are just
blogs.

Anyway... this thread has cf-community written all over it.











"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Rey Bango
To: CF-Talk
Sent: Tue Mar 20 21:13:40 2007
Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site

Ah okay. Kind of caught me by surprise. :-)

Rey

Robertson-Ravo, Neil (RX) wrote:
> Lol, not what I meant at all.
> 
> 
> 
> "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, 
> Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed 
> Business, Registered in England, Number 678540.  It contains 
> information which is confidential and may also be privileged.  It is 
> for the exclusive use of
the
> intended recipient(s).  If you are not the intended recipient(s) 
> please
note
> that any form of distribution, copying or use of this communication or 
> the information in it is strictly prohibited and may be unlawful.  If 
> you have received this communication in error please return it to the 
> sender or
call
> our switchboard on +44 (0) 20 89107910.  The opinions expressed within
this
> communication are not necessarily those expressed by Reed Exhibitions." 
> Visit our website at http://www.reedexpo.com
> 
> -Original Message-
> From: Rey Bango
> To: CF-Talk
> Sent: Tue Mar 20 20:29:24 2007
> Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site
> 
> Wow, thanks for that vote of confidence Neil. Just makes me want to go 
> out and do more with GotCFM. :(
> 
> Robertson-Ravo, Neil (RX) wrote:
>> To be fair though, it shouldn't be up to you to do this, it resides
solely
>> in the camp of Adobe - they should be doing this.  Your site is a 
>> good listing but I don't think it will make any difference to the way
> ColdFusion
>> is seen.
> 
> 
> 
> 





~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273209
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Rick Faircloth
It's a great resource for the community to go and pick
some sites from the list to demo for clients... and to pick
some big names that clients will recognize.

Rick

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 5:19 PM
To: CF-Talk
Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site

I meant that Adobe should be doing the hard work promoting CF (but as we all
know they f@"& up that task on a daily basis).

It should be up to you to compile a "who is using ColdFusion" as I
personally think no one is going to look at it and make a decision to use
ColdFusion or not, especially when some of the showcase pieces are just
blogs.

Anyway... this thread has cf-community written all over it.











"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Rey Bango
To: CF-Talk
Sent: Tue Mar 20 21:13:40 2007
Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site

Ah okay. Kind of caught me by surprise. :-)

Rey

Robertson-Ravo, Neil (RX) wrote:
> Lol, not what I meant at all.
> 
> 
> 
> "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
> Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
> Registered in England, Number 678540.  It contains information which is
> confidential and may also be privileged.  It is for the exclusive use of
the
> intended recipient(s).  If you are not the intended recipient(s) please
note
> that any form of distribution, copying or use of this communication or the
> information in it is strictly prohibited and may be unlawful.  If you have
> received this communication in error please return it to the sender or
call
> our switchboard on +44 (0) 20 89107910.  The opinions expressed within
this
> communication are not necessarily those expressed by Reed Exhibitions." 
> Visit our website at http://www.reedexpo.com
> 
> -Original Message-
> From: Rey Bango
> To: CF-Talk
> Sent: Tue Mar 20 20:29:24 2007
> Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site
> 
> Wow, thanks for that vote of confidence Neil. Just makes me want to go 
> out and do more with GotCFM. :(
> 
> Robertson-Ravo, Neil (RX) wrote:
>> To be fair though, it shouldn't be up to you to do this, it resides
solely
>> in the camp of Adobe - they should be doing this.  Your site is a good
>> listing but I don't think it will make any difference to the way
> ColdFusion
>> is seen.
> 
> 
> 
> 





~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273208
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Rey Bango
Thanks Chris. (blushing!) :)

Christopher Jordan wrote:
> No worries, Rey! That's one voice out of about fifty plus folks that 
> have participated in this thread (and maybe more who've visited the site 
> and added sites to the list) who doesn't seem to think the site is worth it.
> 
> I hope I can safely speak for the rest of us when I say that we do think 
> it's worth the effort. You're a star in this community Rey. Don't forget 
> it. :o)
> 
> Cheer mate!
> Chris
> 
> Rey Bango wrote:
>> Wow, thanks for that vote of confidence Neil. Just makes me want to go 
>> out and do more with GotCFM. :(
>>
>> Robertson-Ravo, Neil (RX) wrote:
>>> To be fair though, it shouldn't be up to you to do this, it resides solely
>>> in the camp of Adobe - they should be doing this.  Your site is a good
>>> listing but I don't think it will make any difference to the way ColdFusion
>>> is seen.
>>
> 
> 

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273207
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Eclipse/CF Eclipse environment questions

2007-03-20 Thread Heald, Timothy J
With most windows applications, especially those that use the MSI, you
can prohibit the user from doing installs.  You can further limit it by
disallowing access to the registry.

Oh well, thanks for the input man.

I'll see what I can do but I'm thinking they won't be allowing it.

-Original Message-
From: Jacob Munson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 4:35 PM
To: CF-Talk
Subject: Re: Eclipse/CF Eclipse environment questions

You're right, as long as a person can install into their My Documents
folder, they can do whatever they want, but this is the same with
anything, not just Eclipse.  If that is going to stop them from
allowing Eclipse, then they can't allow ANYTHING, because you can
always get around strict policies like this.

As far as the 3rd question, I'm pretty sure there aren't any other
requirements besides Java.

On 3/20/07, Heald, Timothy J <[EMAIL PROTECTED]> wrote:
> We are attempting to get approval to use Eclipse, CF Eclipse and
Aptana
> here.  Currently we are not permitted and are all either using
Homesite
> or (blech) Dreamweaver).
>
>
>
> I was sent a list of questions, and have been able to answer most of
> them, but I'm unable to find anything out about some of them.
>
>
>
> If you know anything about these issues, I would really appreciate the
> help.  Of course it's all due by tomorrow morning, in order to make it
> in front of our approval board.
>
>
>
> 1.   Can you disable the user's ability to download and install
> plug-ins outside of the baseline that we install and approve?
>
>
>
> Obviously with what we do here IT security is a main concern.  The
> individual users have no rights to install anything at all.  I know we
> can block most auto updates at the router by blocking ports, but what
> about manual updates?
>
>
>
> 2.   Is there a way to prevent users from updating Eclipse and the
> SDK?
>
>
>
> I was unable to think of a way to stop someone from even installing
it,
> I mean so long as you have the correct JDK (1.4) on your machine you
> could always just unzip it to your My Documents and run it from there
> right?
>
>
>
> 3.   Is there any other necessary Sun or other third party things
> that need to be installed in order to use Eclipse?
>
>
>
> I don't think there are, but I'd hate to miss something and have to go
> through this process all over again.
>
>
>
> Again any help would really be appreciated.
>
>
>
> Thanks,
>
>
>
> Tim Heald
>
>
>
>
>
>
>
> 



~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273206
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Christopher Jordan
No worries, Rey! That's one voice out of about fifty plus folks that 
have participated in this thread (and maybe more who've visited the site 
and added sites to the list) who doesn't seem to think the site is worth it.

I hope I can safely speak for the rest of us when I say that we do think 
it's worth the effort. You're a star in this community Rey. Don't forget 
it. :o)

Cheer mate!
Chris

Rey Bango wrote:
> Wow, thanks for that vote of confidence Neil. Just makes me want to go 
> out and do more with GotCFM. :(
> 
> Robertson-Ravo, Neil (RX) wrote:
>> To be fair though, it shouldn't be up to you to do this, it resides solely
>> in the camp of Adobe - they should be doing this.  Your site is a good
>> listing but I don't think it will make any difference to the way ColdFusion
>> is seen.
> 
> 

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273205
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Robertson-Ravo, Neil (RX)
I mean, shouldn't be up to you :-)

"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Robertson-Ravo, Neil (RX)
To: CF-Talk
Sent: Tue Mar 20 21:18:33 2007
Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site

I meant that Adobe should be doing the hard work promoting CF (but as we all
know they f@"& up that task on a daily basis).

It should be up to you to compile a "who is using ColdFusion" as I
personally think no one is going to look at it and make a decision to use
ColdFusion or not, especially when some of the showcase pieces are just
blogs.

Anyway... this thread has cf-community written all over it.











"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Rey Bango
To: CF-Talk
Sent: Tue Mar 20 21:13:40 2007
Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site

Ah okay. Kind of caught me by surprise. :-)

Rey

Robertson-Ravo, Neil (RX) wrote:
> Lol, not what I meant at all.
> 
> 
> 
> "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
> Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
> Registered in England, Number 678540.  It contains information which is
> confidential and may also be privileged.  It is for the exclusive use of
the
> intended recipient(s).  If you are not the intended recipient(s) please
note
> that any form of distribution, copying or use of this communication or the
> information in it is strictly prohibited and may be unlawful.  If you have
> received this communication in error please return it to the sender or
call
> our switchboard on +44 (0) 20 89107910.  The opinions expressed within
this
> communication are not necessarily those expressed by Reed Exhibitions." 
> Visit our website at http://www.reedexpo.com
> 
> -Original Message-
> From: Rey Bango
> To: CF-Talk
> Sent: Tue Mar 20 20:29:24 2007
> Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site
> 
> Wow, thanks for that vote of confidence Neil. Just makes me want to go 
> out and do more with GotCFM. :(
> 
> Robertson-Ravo, Neil (RX) wrote:
>> To be fair though, it shouldn't be up to you to do this, it resides
solely
>> in the camp of Adobe - they should be doing this.  Your site is a good
>> listing but I don't think it will make any difference to the way
> ColdFusion
>> is seen.
> 
> 
> 
> 





~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273204
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Robertson-Ravo, Neil (RX)
I meant that Adobe should be doing the hard work promoting CF (but as we all
know they f@"& up that task on a daily basis).

It should be up to you to compile a "who is using ColdFusion" as I
personally think no one is going to look at it and make a decision to use
ColdFusion or not, especially when some of the showcase pieces are just
blogs.

Anyway... this thread has cf-community written all over it.











"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Rey Bango
To: CF-Talk
Sent: Tue Mar 20 21:13:40 2007
Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site

Ah okay. Kind of caught me by surprise. :-)

Rey

Robertson-Ravo, Neil (RX) wrote:
> Lol, not what I meant at all.
> 
> 
> 
> "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
> Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
> Registered in England, Number 678540.  It contains information which is
> confidential and may also be privileged.  It is for the exclusive use of
the
> intended recipient(s).  If you are not the intended recipient(s) please
note
> that any form of distribution, copying or use of this communication or the
> information in it is strictly prohibited and may be unlawful.  If you have
> received this communication in error please return it to the sender or
call
> our switchboard on +44 (0) 20 89107910.  The opinions expressed within
this
> communication are not necessarily those expressed by Reed Exhibitions." 
> Visit our website at http://www.reedexpo.com
> 
> -Original Message-
> From: Rey Bango
> To: CF-Talk
> Sent: Tue Mar 20 20:29:24 2007
> Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site
> 
> Wow, thanks for that vote of confidence Neil. Just makes me want to go 
> out and do more with GotCFM. :(
> 
> Robertson-Ravo, Neil (RX) wrote:
>> To be fair though, it shouldn't be up to you to do this, it resides
solely
>> in the camp of Adobe - they should be doing this.  Your site is a good
>> listing but I don't think it will make any difference to the way
> ColdFusion
>> is seen.
> 
> 
> 
> 



~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273203
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Rey Bango
Ah okay. Kind of caught me by surprise. :-)

Rey

Robertson-Ravo, Neil (RX) wrote:
> Lol, not what I meant at all.
> 
> 
> 
> "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
> Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
> Registered in England, Number 678540.  It contains information which is
> confidential and may also be privileged.  It is for the exclusive use of the
> intended recipient(s).  If you are not the intended recipient(s) please note
> that any form of distribution, copying or use of this communication or the
> information in it is strictly prohibited and may be unlawful.  If you have
> received this communication in error please return it to the sender or call
> our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
> communication are not necessarily those expressed by Reed Exhibitions." 
> Visit our website at http://www.reedexpo.com
> 
> -Original Message-
> From: Rey Bango
> To: CF-Talk
> Sent: Tue Mar 20 20:29:24 2007
> Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site
> 
> Wow, thanks for that vote of confidence Neil. Just makes me want to go 
> out and do more with GotCFM. :(
> 
> Robertson-Ravo, Neil (RX) wrote:
>> To be fair though, it shouldn't be up to you to do this, it resides solely
>> in the camp of Adobe - they should be doing this.  Your site is a good
>> listing but I don't think it will make any difference to the way
> ColdFusion
>> is seen.
> 
> 
> 
> 

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273202
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: RegEx help

2007-03-20 Thread Ben Nadel
I like Gareth solution better than mine. ListFirst is way more straight
forward than a RegExp. 

..
Ben Nadel
Certified Advanced ColdFusion MX7 Developer
www.bennadel.com
 
Need ColdFusion Help?
www.bennadel.com/ask-ben/

-Original Message-
From: Gareth Hughes [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 5:07 PM
To: CF-Talk
Subject: Re: RegEx help

listFirst("/level-1/2nd-level/index.cfm","/") maybe?

- Original Message -
From: "Mark Leder" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Tuesday, March 20, 2007 9:03 PM
Subject: RegEx help


I'm really not very good at this, so I'm grateful for any help.  I've
been
using one of those regex editors, but I just can't seem to get my head
around the way it's used (regEx buddy).

What I want to do is take a URL string, such as
"/level-1/2nd-level/index.cfm" and just keep the string which is between
the
first set of "/" ("level-1" no quotes).  How would this be written?

Thanks,

Mark








~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273200
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Robertson-Ravo, Neil (RX)
Lol, not what I meant at all.



"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Rey Bango
To: CF-Talk
Sent: Tue Mar 20 20:29:24 2007
Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site

Wow, thanks for that vote of confidence Neil. Just makes me want to go 
out and do more with GotCFM. :(

Robertson-Ravo, Neil (RX) wrote:
> To be fair though, it shouldn't be up to you to do this, it resides solely
> in the camp of Adobe - they should be doing this.  Your site is a good
> listing but I don't think it will make any difference to the way
ColdFusion
> is seen.



~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273201
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: RegEx help

2007-03-20 Thread Ben Nadel
 

This puts the first "directory" (level-1) into the first group
reference. Then it replaces the entire string with that group reference.


..
Ben Nadel
Certified Advanced ColdFusion MX7 Developer
www.bennadel.com
 
Need ColdFusion Help?
www.bennadel.com/ask-ben/

-Original Message-
From: Mark Leder [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 5:03 PM
To: CF-Talk
Subject: RegEx help

I'm really not very good at this, so I'm grateful for any help.  I've
been using one of those regex editors, but I just can't seem to get my
head around the way it's used (regEx buddy).

What I want to do is take a URL string, such as
"/level-1/2nd-level/index.cfm" and just keep the string which is between
the first set of "/" ("level-1" no quotes).  How would this be written?

Thanks,

Mark






~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273199
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: RegEx help

2007-03-20 Thread Gareth Hughes
listFirst("/level-1/2nd-level/index.cfm","/") maybe?

- Original Message - 
From: "Mark Leder" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Tuesday, March 20, 2007 9:03 PM
Subject: RegEx help


I'm really not very good at this, so I'm grateful for any help.  I've been
using one of those regex editors, but I just can't seem to get my head
around the way it's used (regEx buddy).

What I want to do is take a URL string, such as
"/level-1/2nd-level/index.cfm" and just keep the string which is between the
first set of "/" ("level-1" no quotes).  How would this be written?

Thanks,

Mark






~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273198
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RegEx help

2007-03-20 Thread Mark Leder
I'm really not very good at this, so I'm grateful for any help.  I've been
using one of those regex editors, but I just can't seem to get my head
around the way it's used (regEx buddy).

What I want to do is take a URL string, such as
"/level-1/2nd-level/index.cfm" and just keep the string which is between the
first set of "/" ("level-1" no quotes).  How would this be written?

Thanks,

Mark




~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273197
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Eclipse/CF Eclipse environment questions

2007-03-20 Thread Jacob Munson
You're right, as long as a person can install into their My Documents
folder, they can do whatever they want, but this is the same with
anything, not just Eclipse.  If that is going to stop them from
allowing Eclipse, then they can't allow ANYTHING, because you can
always get around strict policies like this.

As far as the 3rd question, I'm pretty sure there aren't any other
requirements besides Java.

On 3/20/07, Heald, Timothy J <[EMAIL PROTECTED]> wrote:
> We are attempting to get approval to use Eclipse, CF Eclipse and Aptana
> here.  Currently we are not permitted and are all either using Homesite
> or (blech) Dreamweaver).
>
>
>
> I was sent a list of questions, and have been able to answer most of
> them, but I'm unable to find anything out about some of them.
>
>
>
> If you know anything about these issues, I would really appreciate the
> help.  Of course it's all due by tomorrow morning, in order to make it
> in front of our approval board.
>
>
>
> 1.   Can you disable the user's ability to download and install
> plug-ins outside of the baseline that we install and approve?
>
>
>
> Obviously with what we do here IT security is a main concern.  The
> individual users have no rights to install anything at all.  I know we
> can block most auto updates at the router by blocking ports, but what
> about manual updates?
>
>
>
> 2.   Is there a way to prevent users from updating Eclipse and the
> SDK?
>
>
>
> I was unable to think of a way to stop someone from even installing it,
> I mean so long as you have the correct JDK (1.4) on your machine you
> could always just unzip it to your My Documents and run it from there
> right?
>
>
>
> 3.   Is there any other necessary Sun or other third party things
> that need to be installed in order to use Eclipse?
>
>
>
> I don't think there are, but I'd hate to miss something and have to go
> through this process all over again.
>
>
>
> Again any help would really be appreciated.
>
>
>
> Thanks,
>
>
>
> Tim Heald
>
>
>
>
>
>
>
> 

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273196
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Do I need a stored proc to do this SQL

2007-03-20 Thread Josh Nathanson
Hey all, got a non-porn-related question.

Using MySQL 4.1 --

I have a query that is basically like this, it works great:
SELECT
CASE a THEN b
CASE c THEN d etc...
END
as myalias

But, I'd like to do more in the THEN clauses - set more than one alias, like 
this:
SELECT
CASE a THEN b as b1, c as c2
CASE d THEN e as e1, f as f2
END

This fails because you can only return a string or integer in the THEN 
clauses.  It seems silly to have a big 'ol CASE statement, with the same 
logic, for each alias that I want to set.

Is this something that could be accomplished in a stored proc?  I've not 
used them before, but I'm willing to learn them if it will accomplish what 
I'm after.  Or is there a nifty way to do what I want using plain SQL?

-- Josh



~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273195
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Rey Bango
Wow, thanks for that vote of confidence Neil. Just makes me want to go 
out and do more with GotCFM. :(

Robertson-Ravo, Neil (RX) wrote:
> To be fair though, it shouldn't be up to you to do this, it resides solely
> in the camp of Adobe - they should be doing this.  Your site is a good
> listing but I don't think it will make any difference to the way ColdFusion
> is seen.

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273194
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Jim Wright
Steve Milburn wrote:
> In my opinion, and I would be the majority of people 
> in this list, that would not be good for business.
> 

However, when they click on that first site on the gotcfm 
list...12listen.com...the one most people will probably click on...the 
psychic friends site...by golly, they are going to be impressed with CF. 
  Point being that a list like this is hit or miss to send out at all, 
porn sites or not.  In marketing CF, I may use this site to find out 
about good sites to bring to my client's attention, but I don't think 
I'll be sending any of them in to poke around on their own.

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273193
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Eclipse/CF Eclipse environment questions

2007-03-20 Thread Heald, Timothy J
We are attempting to get approval to use Eclipse, CF Eclipse and Aptana
here.  Currently we are not permitted and are all either using Homesite
or (blech) Dreamweaver).

 

I was sent a list of questions, and have been able to answer most of
them, but I'm unable to find anything out about some of them.

 

If you know anything about these issues, I would really appreciate the
help.  Of course it's all due by tomorrow morning, in order to make it
in front of our approval board.

 

1.   Can you disable the user's ability to download and install
plug-ins outside of the baseline that we install and approve?

 

Obviously with what we do here IT security is a main concern.  The
individual users have no rights to install anything at all.  I know we
can block most auto updates at the router by blocking ports, but what
about manual updates?

 

2.   Is there a way to prevent users from updating Eclipse and the
SDK?

 

I was unable to think of a way to stop someone from even installing it,
I mean so long as you have the correct JDK (1.4) on your machine you
could always just unzip it to your My Documents and run it from there
right?

 

3.   Is there any other necessary Sun or other third party things
that need to be installed in order to use Eclipse?

 

I don't think there are, but I'd hate to miss something and have to go
through this process all over again.

 

Again any help would really be appreciated.

 

Thanks,

 

Tim Heald

 

 



~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273192
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Need some SQL help!

2007-03-20 Thread Will Tomlinson
Ok, I ALMOST got it! The results that are incorrect is just the number of 
answers per question. 

Here's what the query returns: 

http://wtomlinson.com/evalQRYs/qryData.jpg

Look at numAnswers. I completed two evaluations. But numAnswers should be the 
total count of each answer that was given. I obviously didn't answer twice for 
every answer as shown in the query results. 

I need it to count up the number of answers that were chosen, for each answer, 
for each question. 

Here's my query as it stands now:

ALMOST! 

SELECT
Q.questionID,
Q.questionsetID,
Q.question,
Q.answersetid,
ARS.answersetid,
ARS.answersetname,
A.answerID,
A.answersetID,
A.answername, 
A.answersortnum, 
A.answervalue,
EAR.evalID, 
EAR.answerID,
E.evalID,
E.InstructorID,
 
COUNT(EAR.answerID) AS numAnswers

FROM   tblquestions Q  
INNER JOIN   tblanswersets ARS
 USING (answerSetID)
 INNER JOIN   tblanswers A
 USING (answerSetID)  
 LEFT JOIN  tblevalanswerresults EAR
 USING (questionID)
 INNER JOIN tblEvaluations E ON
 E.evalID = EAR.evalID
WHERE  E.InstructorID = '1021338' 
 GROUP BY   Q.questionID, A.answerID

Thanks,
Will

 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273191
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Robertson-Ravo, Neil (RX)
To be fair though, it shouldn't be up to you to do this, it resides solely
in the camp of Adobe - they should be doing this.  Your site is a good
listing but I don't think it will make any difference to the way ColdFusion
is seen.




"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Rey Bango
To: CF-Talk
Sent: Tue Mar 20 20:05:40 2007
Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site

Whoa there my man. Don't get ahead of yourself because you're coming in 
on the tail-end of an issue that was put to rest a LONG time ago. I had 
adult sites on the site and after many folks raised some concerns, I 
gave the community a chance to vote. The majority-ruled and said no. I 
could care less what goes on the list because I for one am not easily 
offended but I valued the opinions of the community enough to respect 
the majority; moral or otherwise.

If I'm going to be made out like some big, bad censor police now, then 
let me know and I'll not ask for any further input going forward. I 
don't need the grief for something that I'm doing on my free time with 
the hopes of helping CF.

Rey...

> just plain dumb.  If Rey is going to censor porn sites because some might
> find it objectionable, he may as well remove mine as well.  I guarantee my
> site will offend someone, somewhere.  While he is at it, he would need to
> remove any sites that have any religious, scientific or political content
as
> well.
> 
> Its sad to say, but a lot of advancements in Internet technology were
either
> driven by, or enhanced by the porn industry.
> 
> On 3/20/07, Rick Faircloth <[EMAIL PROTECTED]> wrote:
>> For some of us there are more important things than simply attracting
>> attention...
>>
>> Rick
>>
>> -Original Message-
>> From: Ben Nadel [mailto:[EMAIL PROTECTED]
>> Sent: Tuesday, March 20, 2007 1:26 PM
>> To: CF-Talk
>> Subject: RE: GotCFM.com - Need Opinion on Whether to Approve a Site
>>
>> I think we should totally exclude porn. It's not like the $10 billion
>> that Americans alone spend on it each year (src:
>> http://www.cbsnews.com/stories/2003/11/21/60minutes/main585049.shtml)
>> event makes a blip on the grand scale of things ;)
>>
>>
>> ...
>> Ben Nadel
>> Certified Advanced ColdFusion MX7 Developer
>> www.bennadel.com
>>
>> Need ColdFusion Help?
>> www.bennadel.com/ask-ben/
>>
>>
>>
>>
>>
>>
> 
> 



~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273190
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Steve Milburn
I really wish this thread would just die, but before it does I'll add my 
$0.02 ;-) .  I'm not sure anyone is suggesting that a client would chose 
not to go with CF because somebody in the porn industry is using it.  I 
really don't think that is the basis of the argument.  I simply think 
people do not want porn sites listed on gotcfm, and I can see their point.

Imagine doing a presentation for a potential customer and part of the 
presentation may be discussing the merits of CF vs another language.  
Part of the presentation included demonstrating who is using CF, so you 
decide to bring up gotCFM.com and show them that.  Then, in the 
presentation room, in mixed company, you see a site entitled "Sally 
sucks big ".  In my opinion, and I would be the majority of people 
in this list, that would not be good for business.

If the purpose of the site is to provide a tool for the CF community to 
use to demonstrate who is using CF, we would get the best bang for our 
buck by not including porn sites.  Why?  My bet is that there are people 
who simply will not use gotCFM.com if porn sites are included in the 
list, but I doubt the opposite it true. Is there really anyone out there 
who says, "unless gotCFM.com includes porn sites, I'm not going to use 
it"?  I doubt it. 

Steve

Josh Nathanson wrote:
>> I tried to hold off saying this, but if a client is going to decide against
>> using CF because some sites were created with CF that may offend them, 
>> then,
>> the client is a fucking idiot, and I probably would  not want to deal with
>> them anyway as there will most likely be a long list of ridiculous 
>> requests.
>> 
>
> +1 to that  Well said Scott.
>
> This would be like not using a certain kind of circular saw, because you 
> found out it had been used to cut plywood to build a strip club somewhere.
>
> -- Josh 
>
>
> 

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273189
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Rey Bango
Whoa there my man. Don't get ahead of yourself because you're coming in 
on the tail-end of an issue that was put to rest a LONG time ago. I had 
adult sites on the site and after many folks raised some concerns, I 
gave the community a chance to vote. The majority-ruled and said no. I 
could care less what goes on the list because I for one am not easily 
offended but I valued the opinions of the community enough to respect 
the majority; moral or otherwise.

If I'm going to be made out like some big, bad censor police now, then 
let me know and I'll not ask for any further input going forward. I 
don't need the grief for something that I'm doing on my free time with 
the hopes of helping CF.

Rey...

> just plain dumb.  If Rey is going to censor porn sites because some might
> find it objectionable, he may as well remove mine as well.  I guarantee my
> site will offend someone, somewhere.  While he is at it, he would need to
> remove any sites that have any religious, scientific or political content as
> well.
> 
> Its sad to say, but a lot of advancements in Internet technology were either
> driven by, or enhanced by the porn industry.
> 
> On 3/20/07, Rick Faircloth <[EMAIL PROTECTED]> wrote:
>> For some of us there are more important things than simply attracting
>> attention...
>>
>> Rick
>>
>> -Original Message-
>> From: Ben Nadel [mailto:[EMAIL PROTECTED]
>> Sent: Tuesday, March 20, 2007 1:26 PM
>> To: CF-Talk
>> Subject: RE: GotCFM.com - Need Opinion on Whether to Approve a Site
>>
>> I think we should totally exclude porn. It's not like the $10 billion
>> that Americans alone spend on it each year (src:
>> http://www.cbsnews.com/stories/2003/11/21/60minutes/main585049.shtml)
>> event makes a blip on the grand scale of things ;)
>>
>>
>> ...
>> Ben Nadel
>> Certified Advanced ColdFusion MX7 Developer
>> www.bennadel.com
>>
>> Need ColdFusion Help?
>> www.bennadel.com/ask-ben/
>>
>>
>>
>>
>>
>>
> 
> 

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273188
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CFLDAP uploading Image (binary)

2007-03-20 Thread Leitch, Oblio
I can't offer any help with LDAP, but if your LDAP server can receive
data in another way, you can use binaryEncode(data, ["hex","base64"]).

Oblio

-Original Message-
From: Vince Collins (NHJobs.com) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 3:20 PM
To: CF-Talk
Subject: CFLDAP uploading Image (binary)

I've hit a wall and have a question.

I have been able to write a form that allows the updating of all text 
fields within the LDAP directory using cfldap.  What I need now is to 
provide the ability to upload an image and store that within LDAP.

Here is where it breaks.
  
  
  
  
  
  

The resulting error:  "ByteArray objects cannot be converted to
strings."

If I change the above to
  attributes="jpegPhoto=#ToBinary(BinaryImageContent)#"
it is redundant and causes the same error.

Is there some switch I am missing or something else I need to do in 
order to let CFLDAP know this is binary and to allow the update?  I have

found NO information on how to upload a binary object into LDAP using 
CFLDAP.

Any help would be greatly appreciated!

Vince






~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273187
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Josh Nathanson
>I tried to hold off saying this, but if a client is going to decide against
> using CF because some sites were created with CF that may offend them, 
> then,
> the client is a fucking idiot, and I probably would  not want to deal with
> them anyway as there will most likely be a long list of ridiculous 
> requests.

+1 to that  Well said Scott.

This would be like not using a certain kind of circular saw, because you 
found out it had been used to cut plywood to build a strip club somewhere.

-- Josh 


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273186
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Scott Stroz
opps...used the least for porn sites is what I meant to say.

On 3/20/07, Scott Stroz <[EMAIL PROTECTED]> wrote:
>
> I tried to hold off saying this, but if a client is going to decide
> against using CF because some sites were created with CF that may offend
> them, then, the client is a fucking idiot, and I probably would  not want to
> deal with them anyway as there will most likely be a long list of ridiculous
> requests.
>
> Besides, I hazard a guess that of popular web languages, CF is probably
> used the least.
>
> On 3/20/07, Rick Faircloth < [EMAIL PROTECTED]> wrote:
> >
> > I understand what you're saying, and we will each have our own
> > moral sensitivities, however, there are some that are more common
> > in our culture than others.  You may find someone who is offended
> > by the wearing of shoes, but I don't think that's going to be a
> > widespread
> > concern.  It's a matter of proportionality and volatility.
> >
> > Also, some legitimate business concerns have been raised, which could
> > hurt the ultimate goal of the site.  If someone thinks that a possible
> > adopter of CF would be offended by such material or even the mention
> > of it, then it would be better left off.  I know that seems a little
> > over-the-top,
> > but in a corporate boardroom or high-level executive meeting, one would
> > want to avoid offending, if at all possible.  The list might not even be
> > mentioned
> > out of that concern.
> >
> > I, for one, would simply copy the list, then cull out any undesirable
> > content
> > then print it for review, but I wouldn't take a prospective client to
> > the
> > site.
> >
> > Rick
> >
> > -Original Message-
> > From: Scott Stroz [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, March 20, 2007 1:54 PM
> > To: CF-Talk
> > Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site
> >
> > I thought the idea of gotcfm.com was to attract attention to ColdFusion,
> > was
> > it not?
> >
> > Trying to ignore the fact that some CF sites host pornographic material
> > is
> > just plain dumb.  If Rey is going to censor porn sites because some
> > might
> > find it objectionable, he may as well remove mine as well.  I guarantee
> > my
> > site will offend someone, somewhere.  While he is at it, he would need
> > to
> > remove any sites that have any religious, scientific or political
> > content as
> > well.
> >
> > Its sad to say, but a lot of advancements in Internet technology were
> > either
> > driven by, or enhanced by the porn industry.
> >
> >
> >
> >
> >
> > 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273184
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CFLDAP uploading Image (binary)

2007-03-20 Thread Vince Collins (NHJobs.com)
I've hit a wall and have a question.

I have been able to write a form that allows the updating of all text 
fields within the LDAP directory using cfldap.  What I need now is to 
provide the ability to upload an image and store that within LDAP.

Here is where it breaks.
  
  
  
  
  
  

The resulting error:  "ByteArray objects cannot be converted to strings."

If I change the above to
  attributes="jpegPhoto=#ToBinary(BinaryImageContent)#"
it is redundant and causes the same error.

Is there some switch I am missing or something else I need to do in 
order to let CFLDAP know this is binary and to allow the update?  I have 
found NO information on how to upload a binary object into LDAP using 
CFLDAP.

Any help would be greatly appreciated!

Vince




~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273185
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Scott Stroz
I tried to hold off saying this, but if a client is going to decide against
using CF because some sites were created with CF that may offend them, then,
the client is a fucking idiot, and I probably would  not want to deal with
them anyway as there will most likely be a long list of ridiculous requests.

Besides, I hazard a guess that of popular web languages, CF is probably used
the least.

On 3/20/07, Rick Faircloth <[EMAIL PROTECTED]> wrote:
>
> I understand what you're saying, and we will each have our own
> moral sensitivities, however, there are some that are more common
> in our culture than others.  You may find someone who is offended
> by the wearing of shoes, but I don't think that's going to be a widespread
> concern.  It's a matter of proportionality and volatility.
>
> Also, some legitimate business concerns have been raised, which could
> hurt the ultimate goal of the site.  If someone thinks that a possible
> adopter of CF would be offended by such material or even the mention
> of it, then it would be better left off.  I know that seems a little
> over-the-top,
> but in a corporate boardroom or high-level executive meeting, one would
> want to avoid offending, if at all possible.  The list might not even be
> mentioned
> out of that concern.
>
> I, for one, would simply copy the list, then cull out any undesirable
> content
> then print it for review, but I wouldn't take a prospective client to the
> site.
>
> Rick
>
> -Original Message-
> From: Scott Stroz [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 20, 2007 1:54 PM
> To: CF-Talk
> Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site
>
> I thought the idea of gotcfm.com was to attract attention to ColdFusion,
> was
> it not?
>
> Trying to ignore the fact that some CF sites host pornographic material is
> just plain dumb.  If Rey is going to censor porn sites because some might
> find it objectionable, he may as well remove mine as well.  I guarantee my
> site will offend someone, somewhere.  While he is at it, he would need to
> remove any sites that have any religious, scientific or political content
> as
> well.
>
> Its sad to say, but a lot of advancements in Internet technology were
> either
> driven by, or enhanced by the porn industry.
>
>
>
>
>
> 

~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273183
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Need some SQL help!

2007-03-20 Thread Will Tomlinson
I may have figured it out...

I used this for my group by. 

GROUP BY Q.questionID, A.answerID

Still needta test it more tho but my results are lookin better. 

Thanks Jochem!

Will

~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273182
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Restricting large strings

2007-03-20 Thread Peter Boughton
Or just...

\S{80,}

 ...since \S is the same as [^\s]

> On Tuesday 20 Mar 2007, Rick Root wrote:
> > Can I do this with a regex?  I mean, I know I could loop through 
> character
> > by character and run counts.. but that seems kind of tedious.
> 
> [^\s]{80,}
> 
> This translates as at least 80 non-space characters in a row.
> 
> -- 
> Tom Chiverton
> Helping to biannually synergize bleeding-edge data
> On: http://thefalken.livejournal.com
> 
> 
> 
> This email is sent for and on behalf of Halliwells LLP.
> 
> Halliwells LLP is a limited liability partnership registered in 
> England and Wales under registered number OC307980 whose registered 
> office address is at St James's Court Brown Street Manchester M2 2JF.  
> A list of members is available for inspection at the registered office. 
> Any reference to a partner in relation to Halliwells LLP means a 
> member of Halliwells LLP. Regulated by the Law Society.
> 
> CONFIDENTIALITY
> 
> This email is intended only for the use of the addressee named above 
> and may be confidential or legally privileged.  If you are not the 
> addressee you must not read it and must not use any information 
> contained in nor copy it nor inform any person other than Halliwells 
> LLP or the addressee of its existence or contents.  If you have 
> received this email in error please delete it and notify Halliwells 
> LLP IT Department on 0870 365 8008.
> 
> For more information about Halliwells LLP visit www.halliwells.com.

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273181
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Robertson-Ravo, Neil (RX)
Cf-community time methinks...




"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Rick Faircloth
To: CF-Talk
Sent: Tue Mar 20 18:45:40 2007
Subject: RE: GotCFM.com - Need Opinion on Whether to Approve a Site

I understand what you're saying, and we will each have our own
moral sensitivities, however, there are some that are more common
in our culture than others.  You may find someone who is offended
by the wearing of shoes, but I don't think that's going to be a widespread
concern.  It's a matter of proportionality and volatility.

Also, some legitimate business concerns have been raised, which could
hurt the ultimate goal of the site.  If someone thinks that a possible
adopter of CF would be offended by such material or even the mention
of it, then it would be better left off.  I know that seems a little
over-the-top,
but in a corporate boardroom or high-level executive meeting, one would
want to avoid offending, if at all possible.  The list might not even be
mentioned
out of that concern.

I, for one, would simply copy the list, then cull out any undesirable
content
then print it for review, but I wouldn't take a prospective client to the
site.

Rick

-Original Message-
From: Scott Stroz [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 1:54 PM
To: CF-Talk
Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site

I thought the idea of gotcfm.com was to attract attention to ColdFusion, was
it not?

Trying to ignore the fact that some CF sites host pornographic material is
just plain dumb.  If Rey is going to censor porn sites because some might
find it objectionable, he may as well remove mine as well.  I guarantee my
site will offend someone, somewhere.  While he is at it, he would need to
remove any sites that have any religious, scientific or political content as
well.

Its sad to say, but a lot of advancements in Internet technology were either
driven by, or enhanced by the porn industry.







~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273180
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Need some SQL help!

2007-03-20 Thread Will Tomlinson
Jochem, this is close but not quite giving me the results I'm after.

Here's the data as it looks in the table. I answered three questions, each had 
a choice of 5 answers. I chose 1 answer for each question. 

Here's the data as it appears in the tblEvalAnswerResults many table. 

http://wtomlinson.com/evalQRYs/tableData.jpg

Here's the qry: 

SELECT
Q.questionID,
Q.questionsetID,
Q.question,
Q.answersetid,
ARS.answersetid,
ARS.answersetname,
A.answersetID,
A.answername, 
A.answersortnum, 
A.answervalue,
EAR.evalID, 
EAR.answerID,
A.answerID, 
COUNT(EAR.answerID)
FROM   tblquestions Q  
INNER JOIN   tblanswersets ARS
 USING (answerSetID)
 INNER JOIN   tblanswers A
 USING (answerSetID)  
 LEFT JOIN  tblevalanswerresults EAR
 USING (answerID)
 GROUP BY   A.answerID

Here's the data the query returns:

http://wtomlinson.com/evalQRYs/qryData.jpg

Notice how it's indeed returning 5 rows - 1 per answer choice. But It's also 
just returning 1 question. There were 3 questions answered. I've played with it 
some and will keep trying. 

Any ideas?

Thanks much,
Will 


~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273179
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Rick Faircloth
I understand what you're saying, and we will each have our own
moral sensitivities, however, there are some that are more common
in our culture than others.  You may find someone who is offended
by the wearing of shoes, but I don't think that's going to be a widespread
concern.  It's a matter of proportionality and volatility.

Also, some legitimate business concerns have been raised, which could
hurt the ultimate goal of the site.  If someone thinks that a possible
adopter of CF would be offended by such material or even the mention
of it, then it would be better left off.  I know that seems a little
over-the-top,
but in a corporate boardroom or high-level executive meeting, one would
want to avoid offending, if at all possible.  The list might not even be
mentioned
out of that concern.

I, for one, would simply copy the list, then cull out any undesirable
content
then print it for review, but I wouldn't take a prospective client to the
site.

Rick

-Original Message-
From: Scott Stroz [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 1:54 PM
To: CF-Talk
Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site

I thought the idea of gotcfm.com was to attract attention to ColdFusion, was
it not?

Trying to ignore the fact that some CF sites host pornographic material is
just plain dumb.  If Rey is going to censor porn sites because some might
find it objectionable, he may as well remove mine as well.  I guarantee my
site will offend someone, somewhere.  While he is at it, he would need to
remove any sites that have any religious, scientific or political content as
well.

Its sad to say, but a lot of advancements in Internet technology were either
driven by, or enhanced by the porn industry.





~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273178
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Rick Faircloth
I haven't been following this thread completely...and I must have missed
whatever this is referring to...

> Jenna should be able to feed quadruplets should she ever have children

???

Rick

-Original Message-
From: Mik Muller [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 1:54 PM
To: CF-Talk
Subject: RE: GotCFM.com - Need Opinion on Whether to Approve a Site

I think the decision has already been made. Quite a while ago in fact. This
is a dead issue.

Interesting article btw. Jenna should be able to feed quadruplets should she
ever have children. :)

Mik





Michael Muller
Admin, MontagueMA.net Website
work (413) 863-0030
cell (413) 320-5336
skype: michaelBmuller
http://www.MontagueMA.net

Eschew Obfuscation





~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273177
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Restricting large strings

2007-03-20 Thread Rick Root
On 3/20/07, Tom Chiverton <[EMAIL PROTECTED]> wrote:
>
> On Tuesday 20 Mar 2007, Rick Root wrote:
> > Can I do this with a regex?  I mean, I know I could loop through
> character
> > by character and run counts.. but that seems kind of tedious.
>
> [^\s]{80,}
>
> This translates as at least 80 non-space characters in a row.


that worked great Tom.. you ain't so bad after all ;)

-- 
> CFMBB - Coldfusion Message Boards, Version 1.21 Now Available!
> http://www.cfmbb.org


~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273176
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Query output - based on date range

2007-03-20 Thread Jim Wright
[EMAIL PROTECTED] wrote:
> Ahhh,
> 
> I have an events database that lists the details of an event and the date 
> range of
> number days the event runs.  If it's a one day event, eventdate is the same 
> as eventdate2.
> I've got the events outputting over a calendar so all the events show a 
> single listing
> of each event.  I want to display the event in each day within the date range 
> within
> a calendar.
> 
> Should I be using cfloop instead?
> 
> Any ideas would be so helpful. Thanks.
> 
> OUTPUT CODE
> 
>  
>  #LSDateFormat(Events.EVENTDATE,'MMM')# 
> #LSDateFormat(Events.EVENTDATE,'DD')#
>  #Events.EVENTNAME#
>  #Events.EVENTLOCATION#
>  #Events.EVENTDESCR#
> 
>   
> 

For things like this, sometimes it can be good to have a utility table 
that lists the dates that you need to view...so just have a table 
something like...
tblDates
thisdate datetime

populate that with every day from some way back date to some way forward 
date...then it makes it very easy to join against your events table and 
find all events within a date range and have them assigned to the 
correct date(s)...

SELECT a.thisdate,b.eventname,b.eventlocation,b.eventdescr
FROM tblDates a LEFT JOIN Events b ON a.thisdate >= b.eventdate AND 
a.thisdate <= b.eventdate2
WHERE (limit tblDates by some date range)
ORDER BY a.thisdate,b.eventname

Then you can just use cfoutput and group to output a calendar of events 
that shows all of the days in the range...


#thisdate#


#eventname##eventlocation##eventdescr#






~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273175
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Robert Rawlins - Think Blue
Debate? What debate... it was a JOKE!!! Lol 

-Original Message-
From: Michael E. Carluen [mailto:[EMAIL PROTECTED] 
Sent: 20 March 2007 17:47
To: CF-Talk
Subject: RE: GotCFM.com - Need Opinion on Whether to Approve a Site

Here's a suggestion in an effort to satisfy both sides of the debate (again
just a suggestion- don't bite my head off)...

How about listing the Company Name down or its parent and add a description
as simply "Adult Entertainment" with descriptions of how CF is being used in
the site. No link or Snap previews.  What we want to communicate is the
diversity of industries using CF, right?

No matter how sleazy the industry is, it is still a legit and a $ubstantial
part of the web.  Adult entertainment and the Web is akin to the reality
Life and Taxes. 

My 2cents.


> -Original Message-
> From: Ben Nadel [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 20, 2007 10:26 AM
> To: CF-Talk
> Subject: RE: GotCFM.com - Need Opinion on Whether to Approve a Site
> 
> I think we should totally exclude porn. It's not like the $10 billion
> that Americans alone spend on it each year (src:
> http://www.cbsnews.com/stories/2003/11/21/60minutes/main585049.shtml)
> event makes a blip on the grand scale of things ;)
> 
> 
> ..
> Ben Nadel
> Certified Advanced ColdFusion MX7 Developer
> www.bennadel.com
> 
> Need ColdFusion Help?
> www.bennadel.com/ask-ben/
> 
> 
> 



~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273174
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Scott Stroz
I thought the idea of gotcfm.com was to attract attention to ColdFusion, was
it not?

Trying to ignore the fact that some CF sites host pornographic material is
just plain dumb.  If Rey is going to censor porn sites because some might
find it objectionable, he may as well remove mine as well.  I guarantee my
site will offend someone, somewhere.  While he is at it, he would need to
remove any sites that have any religious, scientific or political content as
well.

Its sad to say, but a lot of advancements in Internet technology were either
driven by, or enhanced by the porn industry.

On 3/20/07, Rick Faircloth <[EMAIL PROTECTED]> wrote:
>
> For some of us there are more important things than simply attracting
> attention...
>
> Rick
>
> -Original Message-
> From: Ben Nadel [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 20, 2007 1:26 PM
> To: CF-Talk
> Subject: RE: GotCFM.com - Need Opinion on Whether to Approve a Site
>
> I think we should totally exclude porn. It's not like the $10 billion
> that Americans alone spend on it each year (src:
> http://www.cbsnews.com/stories/2003/11/21/60minutes/main585049.shtml)
> event makes a blip on the grand scale of things ;)
>
>
> ...
> Ben Nadel
> Certified Advanced ColdFusion MX7 Developer
> www.bennadel.com
>
> Need ColdFusion Help?
> www.bennadel.com/ask-ben/
>
>
>
>
>
> 

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273172
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Mik Muller
I think the decision has already been made. Quite a while ago in fact. This is 
a dead issue.

Interesting article btw. Jenna should be able to feed quadruplets should she 
ever have children. :)

Mik





Michael Muller
Admin, MontagueMA.net Website
work (413) 863-0030
cell (413) 320-5336
skype: michaelBmuller
http://www.MontagueMA.net

Eschew Obfuscation




~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273173
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Application.cfc and missing templates

2007-03-20 Thread Jochem van Dieten
Jones Eric R Ctr 8 AF Det 1/AFNOC wrote:
> Why doesn't the Application.cfc file run when a template isn't found?

Because technically the constructor code of Application.cfc is included 
in the template and that is a bit hard when the template isn't present.


> Anyone know how to catch these WITHOUT using the missing template
> handler in CF Administrator???

The missing templates handler in your webserver.

Jochem

~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273171
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Model-Glue Form Validation

2007-03-20 Thread Tom McNeer
I'd say the overall answer is the standby: "It depends."

There's nothing wrong with using the CFC you mentioned, if it still suits
your needs.

One of the frequently used features of Model-Glue (or Mach-II, for that
matter) is the ability to automagically populate a bean from a form
submission. This could be a bean you build yourself; or it could be
something like a Record object created by a framework like Reactor or
Transfer.

The bean encapsulates the form submission -- and most likely represents a
record headed for your database. You could then call methods in your
validation CFC and pass in getters from the bean, like isEmail(bean.getEmail).
If the validations pass, you then use the bean to do whatever's next -- like
update the database.

Record objects created by the ORM frameworks often have their own validation
methods, which can be extended.

As far as when/where you do your validation -- strictly it should probably
be done within the model, in a business object of some kind. Your validation
rules may be more than just validating an e-mail address. They might involve
comparisons of two values from the form submission, or checking against some
other value. So they're really business rules.

On the other hand -- there's no big reason to complicate things either. If
all you're doing is basic stuff like validating e-mail addresses, whether or
not a value is numeric, and things like that, I don't think anyone will
shoot you for doing it within the controller.

As far as error handling goes, a typical scenario would be to create a
message based on the validation failure, stuff it into the event --
event.setValue("errorMessage"), then create a Result which would announce
the event calling the form page again.

-- 
Thanks,

Tom

Tom McNeer
MediumCool
http://www.mediumcool.com
1735 Johnson Road NE
Atlanta, GA 30306
404.589.0560


~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273170
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Michael E. Carluen
Here's a suggestion in an effort to satisfy both sides of the debate (again
just a suggestion- don't bite my head off)...

How about listing the Company Name down or its parent and add a description
as simply "Adult Entertainment" with descriptions of how CF is being used in
the site. No link or Snap previews.  What we want to communicate is the
diversity of industries using CF, right?

No matter how sleazy the industry is, it is still a legit and a $ubstantial
part of the web.  Adult entertainment and the Web is akin to the reality
Life and Taxes. 

My 2cents.


> -Original Message-
> From: Ben Nadel [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 20, 2007 10:26 AM
> To: CF-Talk
> Subject: RE: GotCFM.com - Need Opinion on Whether to Approve a Site
> 
> I think we should totally exclude porn. It's not like the $10 billion
> that Americans alone spend on it each year (src:
> http://www.cbsnews.com/stories/2003/11/21/60minutes/main585049.shtml)
> event makes a blip on the grand scale of things ;)
> 
> 
> ..
> Ben Nadel
> Certified Advanced ColdFusion MX7 Developer
> www.bennadel.com
> 
> Need ColdFusion Help?
> www.bennadel.com/ask-ben/
> 
> 
> 

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273169
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Rick Faircloth
Me, too...

Rick

-Original Message-
From: Greg Luce [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 12:52 PM
To: CF-Talk
Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site

OK, that's quite a business strategy. Let's drive away the legitimate and/or
family oriented business to attract the porn business. If that's what this
GotCFM community project is about, count me out.

Greg

On 3/20/07, Robert Rawlins - Think Blue
<[EMAIL PROTECTED]>
wrote:
>
> I disagree, I vote more porn the better :-D
>
> Seriously, if we REALLY want to get CF on the map, porno is the way to do
> it
> :-D, it won VHS the battle against Betamax back when, and it pretty much
> doing the same with HD-DVD vs Blueray, if we could convince porn
> developers
> to use CF, it'd be 'job done' ;-)
>
> Rob
>
> -Original Message-
> From: Greg Luce [mailto:[EMAIL PROTECTED]
> Sent: 20 March 2007 16:16
> To: CF-Talk
> Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site
>
> I vote Yes for Christian's site and NO to listing any porn.
>
> Greg
>
> On 3/20/07, Mik Muller <[EMAIL PROTECTED]> wrote:
> >
> > Christian,
> >
> > I believe the minimum requirement to be listed on the GotCF site is your
> > site needs to be running ColdFusion. Although your site talks about
> > ColdFusion at great length, there is no actual CF code on the site at
> all,
> > so it isn't a CF site. Maybe you can list some of the free dev sites.
> >
> > Never said you were a bad man.
> >
> > Mik
> >
> >
> > At 04:28 AM 3/20/2007, you wrote:
> > >Hi there!
> > >
> > >Pretty sorry for that! It is not a "google adsense" page. ok, there is
> > some google ad on it. the jQuery code btw is available for free, and i
> just
> > liked the blue rounded design, thats why I "stole" it (as i
> acknowledged).
> > It should not be a list (rey, you have a very good list, why should I
> build
> > an other one?) - CFMWelt.de is a cf community. we have by now 10
> Members,
> > programming opensource cf apps and scripts, we will post on our website.
> > Thats it, and mik, sorry if you don't like the design, we will change it
> > monthly... I thought, at the moment its a good deal, because we all have
> the
> > same thoughts -> making coldfusion popular (i have a 100mb dev account I
> > give a way for free on my servers - all cfengines but adobe cf)
> > >
> > >Thats all at the moment folks ;)
> > >
> > >Yours, Christian
> > >
> > >(PS.: I'm no badman, belive me!)
> > >
> > >> I can't find a single CFM page on the site itself, it just links to
> > >> yours for that stuff. That, with the fact that he hijacked your
> layout,
> > >> (and made it truly ugly) threw some keywords on the front and put up
> a
> > >> Google banner, makes me vote No on this one.
> > >>
> > >> Mik
> > >>
> > >>
> > >> At 09:24 AM 3/5/2007, Rey Bango wrote:
> > >> >Hi guys,
> > >> >
> > >> >The following site was recently submitted:
> > >> >
> > >> >CFMWelt.de  http://www.cfmwelt.de
> > >> >
> > >> >Now, apart from the fact that they hijacked GotCFM's site layout
> > >> (which
> > >> >the author, Christian Adelbrecht, acknowledges at the bottom) to the
> > >>
> > >> >point of even grabbing the jQuery code that I used, I'm leaning
> > >> towards
> > >> >not approving it because the site looks to be there solely for the
> > >> >purpose of being a Google Adsense hub.
> > >> >
> > >> >So I'd like the community to jump in and give me feedback as to
> > >> whether
> > >> >this site should be approved or not.
> > >> >
> > >> >Christian Adelbrecht, if you'd like to give a reason why the site
> > >> should
> > >> >be approved, now is your chance bud.
> > >> >
> > >> >Rey...
> > >> >
> > >>
> > >
> > >
> >
> >
>
>
>
> 



~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273168
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFQUERY vs SQL Server Stored Procedures

2007-03-20 Thread coldfusion . developer
Thanks guys.  I ijust found this article on Adobe.com that helped if anyone had 
similar questions to my original questions.

http://www.adobe.com/devnet/coldfusion/articles/beg_storedproc.html

D
>Opinions?
>
>Are cached queries as good as stored procedures? 
>Technically which are better? 
>Is it a significant difference?
>
>Thanks
>
>D

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273167
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Is there an alternative to Query of Queries that works?

2007-03-20 Thread Tim Claremont
Arg. Thanks Jochem. That did it.

> If you want to combine queries you need UNION, not a JOIN.
> 
Jochem

~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273166
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Query output - based on date range

2007-03-20 Thread coldfusion . developer
Ahhh,

I have an events database that lists the details of an event and the date range 
of
number days the event runs.  If it's a one day event, eventdate is the same as 
eventdate2.
I've got the events outputting over a calendar so all the events show a single 
listing
of each event.  I want to display the event in each day within the date range 
within
a calendar.

Should I be using cfloop instead?

Any ideas would be so helpful. Thanks.

OUTPUT CODE

 
 #LSDateFormat(Events.EVENTDATE,'MMM')# 
#LSDateFormat(Events.EVENTDATE,'DD')#
 #Events.EVENTNAME#
 #Events.EVENTLOCATION#
 #Events.EVENTDESCR#

  

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273165
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Rick Faircloth
For some of us there are more important things than simply attracting
attention...

Rick

-Original Message-
From: Ben Nadel [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 1:26 PM
To: CF-Talk
Subject: RE: GotCFM.com - Need Opinion on Whether to Approve a Site

I think we should totally exclude porn. It's not like the $10 billion
that Americans alone spend on it each year (src:
http://www.cbsnews.com/stories/2003/11/21/60minutes/main585049.shtml)
event makes a blip on the grand scale of things ;)


...
Ben Nadel
Certified Advanced ColdFusion MX7 Developer
www.bennadel.com
 
Need ColdFusion Help?
www.bennadel.com/ask-ben/





~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273164
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Application.cfc and missing templates

2007-03-20 Thread Jones Eric R Ctr 8 AF Det 1/AFNOC
Why doesn't the Application.cfc file run when a template isn't found?

Anyone know how to catch these WITHOUT using the missing template
handler in CF Administrator???

I had a solution using CFERROR tags in application.cfm but since
application.cfc isn't running nothing executes.

---_

Eric R. Jones
Senior Web Application Developer, AFNOC/NCD
Barksdale AFB, LA
DSN 781-7784
Comm (318) 456-7784
NIPRNET: [EMAIL PROTECTED]
SIPRNET: [EMAIL PROTECTED] 


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273163
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Ben Nadel
I think we should totally exclude porn. It's not like the $10 billion
that Americans alone spend on it each year (src:
http://www.cbsnews.com/stories/2003/11/21/60minutes/main585049.shtml)
event makes a blip on the grand scale of things ;)


..
Ben Nadel
Certified Advanced ColdFusion MX7 Developer
www.bennadel.com
 
Need ColdFusion Help?
www.bennadel.com/ask-ben/


~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273162
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: INNER/LEFT Joins in query of queries?

2007-03-20 Thread Ian Skinner
Sorry? What do you mean by this? 


It has been awhile, but I thought the syntax was tableA join tableB on
.
But I maybe wrong.  95% of the time I have been able to accomplish this
type of requirement in the databases by linking one to another somehow.
I have only a couple of times needed to do so in a QofQ manner.

-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 10:14 AM
To: CF-Talk
Subject: RE: INNER/LEFT Joins in query of queries?

> And one just uses the JOIN keyword, don't use 'INNER'

Sorry? What do you mean by this? 

-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 12:11 PM
To: CF-Talk
Subject: RE: INNER/LEFT Joins in query of queries?

My first question is can anyone confirm if QoQ allows joining? My second
question is what's the syntax? Here's my SQL (pretty vanilla):

Yes, but IIRC only inner joins, no left or right joins.  And one just
uses
the JOIN keyword, don't use 'INNER'

Confidentiality Notice:  This message including any attachments is for
the
sole use of the intended
recipient(s) and may contain confidential and privileged information.
Any
unauthorized review, use, disclosure or distribution is prohibited. If
you
are not the intended recipient, please contact the sender and delete any
copies of this message. 







~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273161
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: INNER/LEFT Joins in query of queries?

2007-03-20 Thread Andy Matthews
> And one just uses the JOIN keyword, don't use 'INNER'

Sorry? What do you mean by this? 

-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 12:11 PM
To: CF-Talk
Subject: RE: INNER/LEFT Joins in query of queries?

My first question is can anyone confirm if QoQ allows joining? My second
question is what's the syntax? Here's my SQL (pretty vanilla):

Yes, but IIRC only inner joins, no left or right joins.  And one just uses
the JOIN keyword, don't use 'INNER'

Confidentiality Notice:  This message including any attachments is for the
sole use of the intended
recipient(s) and may contain confidential and privileged information. Any
unauthorized review, use, disclosure or distribution is prohibited. If you
are not the intended recipient, please contact the sender and delete any
copies of this message. 





~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273160
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Robert Rawlins - Think Blue
Has anyone seen Greg's sense of humour? I think it's gone missing...

-Original Message-
From: Greg Luce [mailto:[EMAIL PROTECTED] 
Sent: 20 March 2007 16:52
To: CF-Talk
Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site

OK, that's quite a business strategy. Let's drive away the legitimate and/or
family oriented business to attract the porn business. If that's what this
GotCFM community project is about, count me out.

Greg

On 3/20/07, Robert Rawlins - Think Blue
<[EMAIL PROTECTED]>
wrote:
>
> I disagree, I vote more porn the better :-D
>
> Seriously, if we REALLY want to get CF on the map, porno is the way to do
> it
> :-D, it won VHS the battle against Betamax back when, and it pretty much
> doing the same with HD-DVD vs Blueray, if we could convince porn
> developers
> to use CF, it'd be 'job done' ;-)
>
> Rob
>
> -Original Message-
> From: Greg Luce [mailto:[EMAIL PROTECTED]
> Sent: 20 March 2007 16:16
> To: CF-Talk
> Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site
>
> I vote Yes for Christian's site and NO to listing any porn.
>
> Greg
>
> On 3/20/07, Mik Muller <[EMAIL PROTECTED]> wrote:
> >
> > Christian,
> >
> > I believe the minimum requirement to be listed on the GotCF site is your
> > site needs to be running ColdFusion. Although your site talks about
> > ColdFusion at great length, there is no actual CF code on the site at
> all,
> > so it isn't a CF site. Maybe you can list some of the free dev sites.
> >
> > Never said you were a bad man.
> >
> > Mik
> >
> >
> > At 04:28 AM 3/20/2007, you wrote:
> > >Hi there!
> > >
> > >Pretty sorry for that! It is not a "google adsense" page. ok, there is
> > some google ad on it. the jQuery code btw is available for free, and i
> just
> > liked the blue rounded design, thats why I "stole" it (as i
> acknowledged).
> > It should not be a list (rey, you have a very good list, why should I
> build
> > an other one?) - CFMWelt.de is a cf community. we have by now 10
> Members,
> > programming opensource cf apps and scripts, we will post on our website.
> > Thats it, and mik, sorry if you don't like the design, we will change it
> > monthly... I thought, at the moment its a good deal, because we all have
> the
> > same thoughts -> making coldfusion popular (i have a 100mb dev account I
> > give a way for free on my servers - all cfengines but adobe cf)
> > >
> > >Thats all at the moment folks ;)
> > >
> > >Yours, Christian
> > >
> > >(PS.: I'm no badman, belive me!)
> > >
> > >> I can't find a single CFM page on the site itself, it just links to
> > >> yours for that stuff. That, with the fact that he hijacked your
> layout,
> > >> (and made it truly ugly) threw some keywords on the front and put up
> a
> > >> Google banner, makes me vote No on this one.
> > >>
> > >> Mik
> > >>
> > >>
> > >> At 09:24 AM 3/5/2007, Rey Bango wrote:
> > >> >Hi guys,
> > >> >
> > >> >The following site was recently submitted:
> > >> >
> > >> >CFMWelt.de  http://www.cfmwelt.de
> > >> >
> > >> >Now, apart from the fact that they hijacked GotCFM's site layout
> > >> (which
> > >> >the author, Christian Adelbrecht, acknowledges at the bottom) to the
> > >>
> > >> >point of even grabbing the jQuery code that I used, I'm leaning
> > >> towards
> > >> >not approving it because the site looks to be there solely for the
> > >> >purpose of being a Google Adsense hub.
> > >> >
> > >> >So I'd like the community to jump in and give me feedback as to
> > >> whether
> > >> >this site should be approved or not.
> > >> >
> > >> >Christian Adelbrecht, if you'd like to give a reason why the site
> > >> should
> > >> >be approved, now is your chance bud.
> > >> >
> > >> >Rey...
> > >> >
> > >>
> > >
> > >
> >
> >
>
>
>
> 



~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273159
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: INNER/LEFT Joins in query of queries?

2007-03-20 Thread Andy Matthews
Okay...

Found something online that indicates that QoQ only supports inner joins
(fine for me in this case) and only allows implicit, old school, joins ala:

SELECT *
FROM table1, table2

It also does not allow aliases on said "tables" which sort of sucks, but
whatevah...

Just an update for those of you who care.

-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 12:03 PM
To: CF-Talk
Subject: INNER/LEFT Joins in query of queries?

I'm continuing work on my Basecamp API integration and have a question.
 
Basecamp returns XML, which I am converting into a query object in certain
cases. My goal is to convert the XML returned by several methods into a
query, which I can then join using query of queries. So I have two queries,
one named projects and the other named times. I read online that query of
queries appears to allow joins, but in practice (CF7) it doesn't seem to be
working.



~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273158
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Ian Skinner
And goodness if anybody makes a light hearted joke on a technical
discussion list.

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 



~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273157
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Site shutdown and avoiding CF 404 errors?

2007-03-20 Thread Jake .
> On Tuesday 20 Mar 2007, Jake . wrote:
> > Any other ideas
> 
> Can you configure a page not found handler ?

Not sure what you mean?

I'm on Windows 2003, running CF7 and IIS

~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273155
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: INNER/LEFT Joins in query of queries?

2007-03-20 Thread Ian Skinner
My first question is can anyone confirm if QoQ allows joining? My second
question is what's the syntax? Here's my SQL (pretty vanilla):

Yes, but IIRC only inner joins, no left or right joins.  And one just
uses the JOIN keyword, don't use 'INNER'

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 



~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273156
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Cutter (CFRelated)
It was a joke, Greg, relax...

Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_
http://blog.cutterscrossing.com

Greg Luce wrote:
> OK, that's quite a business strategy. Let's drive away the legitimate and/or
> family oriented business to attract the porn business. If that's what this
> GotCFM community project is about, count me out.
> 
> Greg
> 
> On 3/20/07, Robert Rawlins - Think Blue <[EMAIL PROTECTED]>
> wrote:
> 
>>I disagree, I vote more porn the better :-D
>>
>>Seriously, if we REALLY want to get CF on the map, porno is the way to do
>>it
>>:-D, it won VHS the battle against Betamax back when, and it pretty much
>>doing the same with HD-DVD vs Blueray, if we could convince porn
>>developers
>>to use CF, it'd be 'job done' ;-)
>>
>>Rob
>>
>>-Original Message-
>>From: Greg Luce [mailto:[EMAIL PROTECTED]
>>Sent: 20 March 2007 16:16
>>To: CF-Talk
>>Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site
>>
>>I vote Yes for Christian's site and NO to listing any porn.
>>
>>Greg
>>
>>On 3/20/07, Mik Muller <[EMAIL PROTECTED]> wrote:
>>
>>>Christian,
>>>
>>>I believe the minimum requirement to be listed on the GotCF site is your
>>>site needs to be running ColdFusion. Although your site talks about
>>>ColdFusion at great length, there is no actual CF code on the site at
>>
>>all,
>>
>>>so it isn't a CF site. Maybe you can list some of the free dev sites.
>>>
>>>Never said you were a bad man.
>>>
>>>Mik
>>>
>>>
>>>At 04:28 AM 3/20/2007, you wrote:
>>>
Hi there!

Pretty sorry for that! It is not a "google adsense" page. ok, there is
>>>
>>>some google ad on it. the jQuery code btw is available for free, and i
>>
>>just
>>
>>>liked the blue rounded design, thats why I "stole" it (as i
>>
>>acknowledged).
>>
>>>It should not be a list (rey, you have a very good list, why should I
>>
>>build
>>
>>>an other one?) - CFMWelt.de is a cf community. we have by now 10
>>
>>Members,
>>
>>>programming opensource cf apps and scripts, we will post on our website.
>>>Thats it, and mik, sorry if you don't like the design, we will change it
>>>monthly... I thought, at the moment its a good deal, because we all have
>>
>>the
>>
>>>same thoughts -> making coldfusion popular (i have a 100mb dev account I
>>>give a way for free on my servers - all cfengines but adobe cf)
>>>
Thats all at the moment folks ;)

Yours, Christian

(PS.: I'm no badman, belive me!)


>I can't find a single CFM page on the site itself, it just links to
>yours for that stuff. That, with the fact that he hijacked your
>>
>>layout,
>>
>(and made it truly ugly) threw some keywords on the front and put up
>>
>>a
>>
>Google banner, makes me vote No on this one.
>
>Mik
>
>
>At 09:24 AM 3/5/2007, Rey Bango wrote:
>
>>Hi guys,
>>
>>The following site was recently submitted:
>>
>>CFMWelt.de  http://www.cfmwelt.de
>>
>>Now, apart from the fact that they hijacked GotCFM's site layout
>
>(which
>
>>the author, Christian Adelbrecht, acknowledges at the bottom) to the
>
>>point of even grabbing the jQuery code that I used, I'm leaning
>
>towards
>
>>not approving it because the site looks to be there solely for the
>>purpose of being a Google Adsense hub.
>>
>>So I'd like the community to jump in and give me feedback as to
>
>whether
>
>>this site should be approved or not.
>>
>>Christian Adelbrecht, if you'd like to give a reason why the site
>
>should
>
>>be approved, now is your chance bud.
>>
>>Rey...
>>
>

>>>
>>
>>
>>
> 
> 

~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273154
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


INNER/LEFT Joins in query of queries?

2007-03-20 Thread Andy Matthews
I'm continuing work on my Basecamp API integration and have a question.
 
Basecamp returns XML, which I am converting into a query object in certain
cases. My goal is to convert the XML returned by several methods into a
query, which I can then join using query of queries. So I have two queries,
one named projects and the other named times. I read online that query of
queries appears to allow joins, but in practice (CF7) it doesn't seem to be
working.
 
My first question is can anyone confirm if QoQ allows joining? My second
question is what's the syntax? Here's my SQL (pretty vanilla):
 

 SELECT *
 FROM timetracking
 INNER JOIN projecttracking
  ON projecttracking.id = timetracking.projectid

 
Here's the error that I get when I run the above code (note that taking this
cfquery tag out completely results in no errors):
Query Of Queries syntax error.
Encountered "INNER.  
  
The error occurred in C:\CFusionMX7\wwwroot\basecamp\index.cfm: line 9
 
7 : 
8 : 
9 : 
10 :  SELECT *
11 :  FROM timetracking
 

 
Andy Matthews
Senior Coldfusion Developer

Office:  877.707.5467 x747
Direct:  615.627.9747
Fax:  615.467.6249
[EMAIL PROTECTED]
www.dealerskins.com  
 


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273153
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


HTML Items in FormItem

2007-03-20 Thread Bruce Sorge
I am using Flash Forms and the CFFORMITEM tag with a type of HTML. I am
putting a table in there but it is not rendering it at all. Is this a
limitation with CFFORMITEM?



-- 
Bruce Sorge

"I'm a mawg: half man, half dog. I'm my own best friend!"


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273152
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Help Desk / Trouble Ticket recommendation?

2007-03-20 Thread kola.oyedeji
+ 1 for Jira - you should really take a look at it - tons of plugins and
extensions, export to excel, RSS feeds, create issues via emails, graphing,
plugins, gantt chart plugins, MS project integration ...I could go on

:)

> -Original Message-
> From: Andrew Scott [mailto:[EMAIL PROTECTED]
> Sent: 19 March 2007 12:41
> To: CF-Talk
> Subject: Re: Help Desk / Trouble Ticket recommendation?
> 
> I second Jira, we use it too and with the Jira eclipse plugin or with myra
> it rocks in eclipse.
> 
> 
> 
> On 3/17/07, Richard Kroll <[EMAIL PROTECTED]> wrote:
> >
> > I highly recommend Jira (www.atlassian.com)  Its Java based and once you
> > purchase the application, you have access to the source.  It is
> > configurable to a degree that I've never seen in any other app.  Has SVN
> > integration, an active community of plug-in developers, web service
> > availability, can run on tomcat, I could go on for days (I'm a BIG
> > fan!).
> >
> > My 2 cents...
> >
> > Rich Kroll
> >
> > > -Original Message-
> > > From: Andrew Peterson [mailto:[EMAIL PROTECTED]
> > > Sent: Friday, March 16, 2007 5:00 PM
> > > To: CF-Talk
> > > Subject: Help Desk / Trouble Ticket recommendation?
> > >
> > > Can someone recommend a good help desk/trouble ticket system? The
> > ideal
> > > application would be cf based and open source. Thanks.
> > >
> > >
> >
> >
> 
> ~
> 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273151
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Greg Luce
OK, that's quite a business strategy. Let's drive away the legitimate and/or
family oriented business to attract the porn business. If that's what this
GotCFM community project is about, count me out.

Greg

On 3/20/07, Robert Rawlins - Think Blue <[EMAIL PROTECTED]>
wrote:
>
> I disagree, I vote more porn the better :-D
>
> Seriously, if we REALLY want to get CF on the map, porno is the way to do
> it
> :-D, it won VHS the battle against Betamax back when, and it pretty much
> doing the same with HD-DVD vs Blueray, if we could convince porn
> developers
> to use CF, it'd be 'job done' ;-)
>
> Rob
>
> -Original Message-
> From: Greg Luce [mailto:[EMAIL PROTECTED]
> Sent: 20 March 2007 16:16
> To: CF-Talk
> Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site
>
> I vote Yes for Christian's site and NO to listing any porn.
>
> Greg
>
> On 3/20/07, Mik Muller <[EMAIL PROTECTED]> wrote:
> >
> > Christian,
> >
> > I believe the minimum requirement to be listed on the GotCF site is your
> > site needs to be running ColdFusion. Although your site talks about
> > ColdFusion at great length, there is no actual CF code on the site at
> all,
> > so it isn't a CF site. Maybe you can list some of the free dev sites.
> >
> > Never said you were a bad man.
> >
> > Mik
> >
> >
> > At 04:28 AM 3/20/2007, you wrote:
> > >Hi there!
> > >
> > >Pretty sorry for that! It is not a "google adsense" page. ok, there is
> > some google ad on it. the jQuery code btw is available for free, and i
> just
> > liked the blue rounded design, thats why I "stole" it (as i
> acknowledged).
> > It should not be a list (rey, you have a very good list, why should I
> build
> > an other one?) - CFMWelt.de is a cf community. we have by now 10
> Members,
> > programming opensource cf apps and scripts, we will post on our website.
> > Thats it, and mik, sorry if you don't like the design, we will change it
> > monthly... I thought, at the moment its a good deal, because we all have
> the
> > same thoughts -> making coldfusion popular (i have a 100mb dev account I
> > give a way for free on my servers - all cfengines but adobe cf)
> > >
> > >Thats all at the moment folks ;)
> > >
> > >Yours, Christian
> > >
> > >(PS.: I'm no badman, belive me!)
> > >
> > >> I can't find a single CFM page on the site itself, it just links to
> > >> yours for that stuff. That, with the fact that he hijacked your
> layout,
> > >> (and made it truly ugly) threw some keywords on the front and put up
> a
> > >> Google banner, makes me vote No on this one.
> > >>
> > >> Mik
> > >>
> > >>
> > >> At 09:24 AM 3/5/2007, Rey Bango wrote:
> > >> >Hi guys,
> > >> >
> > >> >The following site was recently submitted:
> > >> >
> > >> >CFMWelt.de  http://www.cfmwelt.de
> > >> >
> > >> >Now, apart from the fact that they hijacked GotCFM's site layout
> > >> (which
> > >> >the author, Christian Adelbrecht, acknowledges at the bottom) to the
> > >>
> > >> >point of even grabbing the jQuery code that I used, I'm leaning
> > >> towards
> > >> >not approving it because the site looks to be there solely for the
> > >> >purpose of being a Google Adsense hub.
> > >> >
> > >> >So I'd like the community to jump in and give me feedback as to
> > >> whether
> > >> >this site should be approved or not.
> > >> >
> > >> >Christian Adelbrecht, if you'd like to give a reason why the site
> > >> should
> > >> >be approved, now is your chance bud.
> > >> >
> > >> >Rey...
> > >> >
> > >>
> > >
> > >
> >
> >
>
>
>
> 

~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273150
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Is there an alternative to Query of Queries that works?

2007-03-20 Thread Jochem van Dieten
Tim Claremont wrote:
> 
> The following ain't working. I get a record count of 2 for the first query 
> and 1 for the second query. The third query returns the two records from the 
> first query, and leaves off the results from the second query.
> 
> It never combines the results of the two queries. What am I missing?

If you want to combine queries you need UNION, not a JOIN.

Jochem

~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273149
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CFQUERY vs SQL Server Stored Procedures

2007-03-20 Thread Ian Skinner
Opinions?

Are cached queries as good as stored procedures? 
Technically which are better? 
Is it a significant difference?

Thanks

If you are just using stored procedures to cache the data, it is
probably a relatively even trade off.

But, of course a stored procedure can do a lot more then just cache data
when one starts using input parameters and outputting multiple
recordsets that query caching doesn't even apply to.

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 



~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273148
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CF7 on XP2 with IIS

2007-03-20 Thread Jacob
Doing the slient install, CF installs fine.

When I go to run the connector for IIS, I get the following:

Could not connect to any Jrun/ColdFusion servers on host localhost.
Possible causes:
Server not running
-Start Macromedia JRun4 or ColdFusion MX server
Server running
-JNDI listen port in jndi.properties blocked by TCP/IP filtering or firewall
on server
-host restriction in security.properties blocking communications with server


CF is running.

I opened ports 8500 2920 and 51010 and 51011 in the TCP setting.  Still no
dice.


-Original Message-
From: Rob Wilkerson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 8:30 AM
To: CF-Talk
Subject: Re: CF7 on XP2 with IIS

I've done many of these installs with no problems.  You didn't mention
the issue(s) you were having, so I'm not sure what you might be
bumping into.

On 3/20/07, Jacob <[EMAIL PROTECTED]> wrote:
> Okay.. what is the secret on installing CF7 on XP2 with IIS?
>
>
>
> I disabled the firewall, allowed the ports needed (2920, 8500), tried the
> web connected (which fails). any ideas?
>
>
>
> I have had no problems on Windows 2003, but XP2. yikes!
>
>
>
> Thanks
>
> Jacob
>
>
>
> 



~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273146
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Virus protection

2007-03-20 Thread Troy Montour
Jacob,
Avg is still free
http://free.grisoft.com/doc/1

Thank You
Troy




On Mar 20, 2007, at 7:24 AM, Jacob wrote:

> NOD32
>
> -Original Message-
> From: Will Tomlinson [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 16, 2007 6:43 AM
> To: CF-Talk
> Subject: OT: Virus protection
>
> Since AVG isn't free anymore, what do you guys use for virus  
> protection?
> And don't say Vista! lol!!  :)
>
> Will
>
>
>
> 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273147
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CFQUERY vs SQL Server Stored Procedures

2007-03-20 Thread Robertson-Ravo, Neil (RX)
It all depends on what you want to do.  For startersCached Queries are
good but you cannot use cfqueryparam, SPs can return multiple recordsets
which cfquery cannot.   


In some cases it may be better to use cfquery and in some an SP.





-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 20 March 2007 16:30
To: CF-Talk
Subject: CFQUERY vs SQL Server Stored Procedures

Opinions?

Are cached queries as good as stored procedures? 
Technically which are better? 
Is it a significant difference?

Thanks

D



~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273145
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Ian Skinner
"If we could convince porn developers to use CF, it'd be 'job done' ;-)"

A few years ago, I applied for a producer that used CF in Roseville CA.
But I was never contacted.  And there is our "Excalibur" list member, is
there not?

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 



~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273144
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CFQUERY vs SQL Server Stored Procedures

2007-03-20 Thread coldfusion . developer
Opinions?

Are cached queries as good as stored procedures? 
Technically which are better? 
Is it a significant difference?

Thanks

D

~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273143
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Robert Rawlins - Think Blue
I disagree, I vote more porn the better :-D

Seriously, if we REALLY want to get CF on the map, porno is the way to do it
:-D, it won VHS the battle against Betamax back when, and it pretty much
doing the same with HD-DVD vs Blueray, if we could convince porn developers
to use CF, it'd be 'job done' ;-)

Rob

-Original Message-
From: Greg Luce [mailto:[EMAIL PROTECTED] 
Sent: 20 March 2007 16:16
To: CF-Talk
Subject: Re: GotCFM.com - Need Opinion on Whether to Approve a Site

I vote Yes for Christian's site and NO to listing any porn.

Greg

On 3/20/07, Mik Muller <[EMAIL PROTECTED]> wrote:
>
> Christian,
>
> I believe the minimum requirement to be listed on the GotCF site is your
> site needs to be running ColdFusion. Although your site talks about
> ColdFusion at great length, there is no actual CF code on the site at all,
> so it isn't a CF site. Maybe you can list some of the free dev sites.
>
> Never said you were a bad man.
>
> Mik
>
>
> At 04:28 AM 3/20/2007, you wrote:
> >Hi there!
> >
> >Pretty sorry for that! It is not a "google adsense" page. ok, there is
> some google ad on it. the jQuery code btw is available for free, and i
just
> liked the blue rounded design, thats why I "stole" it (as i acknowledged).
> It should not be a list (rey, you have a very good list, why should I
build
> an other one?) - CFMWelt.de is a cf community. we have by now 10 Members,
> programming opensource cf apps and scripts, we will post on our website.
> Thats it, and mik, sorry if you don't like the design, we will change it
> monthly... I thought, at the moment its a good deal, because we all have
the
> same thoughts -> making coldfusion popular (i have a 100mb dev account I
> give a way for free on my servers - all cfengines but adobe cf)
> >
> >Thats all at the moment folks ;)
> >
> >Yours, Christian
> >
> >(PS.: I'm no badman, belive me!)
> >
> >> I can't find a single CFM page on the site itself, it just links to
> >> yours for that stuff. That, with the fact that he hijacked your layout,
> >> (and made it truly ugly) threw some keywords on the front and put up a
> >> Google banner, makes me vote No on this one.
> >>
> >> Mik
> >>
> >>
> >> At 09:24 AM 3/5/2007, Rey Bango wrote:
> >> >Hi guys,
> >> >
> >> >The following site was recently submitted:
> >> >
> >> >CFMWelt.de  http://www.cfmwelt.de
> >> >
> >> >Now, apart from the fact that they hijacked GotCFM's site layout
> >> (which
> >> >the author, Christian Adelbrecht, acknowledges at the bottom) to the
> >>
> >> >point of even grabbing the jQuery code that I used, I'm leaning
> >> towards
> >> >not approving it because the site looks to be there solely for the
> >> >purpose of being a Google Adsense hub.
> >> >
> >> >So I'd like the community to jump in and give me feedback as to
> >> whether
> >> >this site should be approved or not.
> >> >
> >> >Christian Adelbrecht, if you'd like to give a reason why the site
> >> should
> >> >be approved, now is your chance bud.
> >> >
> >> >Rey...
> >> >
> >>
> >
> >
>
> 



~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273142
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Is there an alternative to Query of Queries that works?

2007-03-20 Thread Tim Claremont
I am trying to run a query that combines the result of two other queries. The 
two other queries come from two separate databases.

I thought I could use query of queries, as the name implies, but I must be 
missing something.

Two tables. One contains internal appointments. One contains specialist 
appointments. The objective is to combine them into one data set that I can 
display on a calendar page, in chronological order.

Note that it is quite common for one of the two tables to return no data.

The following ain't working. I get a record count of 2 for the first query and 
1 for the second query. The third query returns the two records from the first 
query, and leaves off the results from the second query.

It never combines the results of the two queries. What am I missing?





SELECT ClientNum, EndTime, ILSIDNo AS Provider, Reason, StartTime
FROM tblClinicSchedule 
WHERE (StartTime > #daybefore# AND StartTime < #dayafter#)
AND ClientNum = '#Trim(ClientNum)#'




SELECT 
Attendance.Start AS StartTime,
Attendance.Stop AS EndTime,
BasicInfo.IDNo AS ClientNum,
Vendor.Name AS Provider,
ServiceList.Name As Reason
FROM Attendance
INNER JOIN BasicInfo ON Attendance.IDID = BasicInfo.IDID
INNER JOIN Vendor on Attendance.Vendor = Vendor.IDID
INNER JOIN ServiceList on Attendance.SLID = ServiceList.ID
WHERE (Attendance.Start > #daybefore# AND Attendance.Start < #dayafter#)
AND BasicInfo.IDNo = '#Trim(ClientNum)#'




SELECT InternalAppts.*,SpecialistAppts.* 
FROM InternalAppts,SpecialistAppts 




There are #InternalAppts.RecordCount# Internal Appointments

There are #SpecialistAppts.RecordCount# Specialist Appointments

There are #TodaysAppts.RecordCount# Total Appointments

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273141
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-20 Thread Greg Luce
I vote Yes for Christian's site and NO to listing any porn.

Greg

On 3/20/07, Mik Muller <[EMAIL PROTECTED]> wrote:
>
> Christian,
>
> I believe the minimum requirement to be listed on the GotCF site is your
> site needs to be running ColdFusion. Although your site talks about
> ColdFusion at great length, there is no actual CF code on the site at all,
> so it isn't a CF site. Maybe you can list some of the free dev sites.
>
> Never said you were a bad man.
>
> Mik
>
>
> At 04:28 AM 3/20/2007, you wrote:
> >Hi there!
> >
> >Pretty sorry for that! It is not a "google adsense" page. ok, there is
> some google ad on it. the jQuery code btw is available for free, and i just
> liked the blue rounded design, thats why I "stole" it (as i acknowledged).
> It should not be a list (rey, you have a very good list, why should I build
> an other one?) - CFMWelt.de is a cf community. we have by now 10 Members,
> programming opensource cf apps and scripts, we will post on our website.
> Thats it, and mik, sorry if you don't like the design, we will change it
> monthly... I thought, at the moment its a good deal, because we all have the
> same thoughts -> making coldfusion popular (i have a 100mb dev account I
> give a way for free on my servers - all cfengines but adobe cf)
> >
> >Thats all at the moment folks ;)
> >
> >Yours, Christian
> >
> >(PS.: I'm no badman, belive me!)
> >
> >> I can't find a single CFM page on the site itself, it just links to
> >> yours for that stuff. That, with the fact that he hijacked your layout,
> >> (and made it truly ugly) threw some keywords on the front and put up a
> >> Google banner, makes me vote No on this one.
> >>
> >> Mik
> >>
> >>
> >> At 09:24 AM 3/5/2007, Rey Bango wrote:
> >> >Hi guys,
> >> >
> >> >The following site was recently submitted:
> >> >
> >> >CFMWelt.de  http://www.cfmwelt.de
> >> >
> >> >Now, apart from the fact that they hijacked GotCFM's site layout
> >> (which
> >> >the author, Christian Adelbrecht, acknowledges at the bottom) to the
> >>
> >> >point of even grabbing the jQuery code that I used, I'm leaning
> >> towards
> >> >not approving it because the site looks to be there solely for the
> >> >purpose of being a Google Adsense hub.
> >> >
> >> >So I'd like the community to jump in and give me feedback as to
> >> whether
> >> >this site should be approved or not.
> >> >
> >> >Christian Adelbrecht, if you'd like to give a reason why the site
> >> should
> >> >be approved, now is your chance bud.
> >> >
> >> >Rey...
> >> >
> >>
> >
> >
>
> 

~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273140
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


XMLSearch Axes

2007-03-20 Thread Dave Francis
Hi,
CFMX newbie question.

This returns the specific node I'm looking for:
XMLSearch(IGW_XML,"//[EMAIL PROTECTED]'#searchTerm#']")

But I can't figure out how to apply an axis. For instance, this just
returns the node, exactly the same as the above.
 XMLSearch(IGW_XML,"//ancestor::[EMAIL PROTECTED]'#tx#']")

Other attempts return an empty array or an error.

As always, TIA,

Dave (not the dispruptor)



~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273139
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CF7 on XP2 with IIS

2007-03-20 Thread Russ
I've always had a problem getting CF to connect to IIS on XP, which is why I
finally switched to apache.  It takes less time to install then IIS and I
think even Dave Watts will agree that it's more powerful, at least on XP. 

Russ

> -Original Message-
> From: Rob Wilkerson [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 20, 2007 11:30 AM
> To: CF-Talk
> Subject: Re: CF7 on XP2 with IIS
> 
> I've done many of these installs with no problems.  You didn't mention
> the issue(s) you were having, so I'm not sure what you might be
> bumping into.
> 
> On 3/20/07, Jacob <[EMAIL PROTECTED]> wrote:
> > Okay.. what is the secret on installing CF7 on XP2 with IIS?
> >
> >
> >
> > I disabled the firewall, allowed the ports needed (2920, 8500), tried
> the
> > web connected (which fails). any ideas?
> >
> >
> >
> > I have had no problems on Windows 2003, but XP2. yikes!
> >
> >
> >
> > Thanks
> >
> > Jacob
> >
> >
> >
> >
> 
> 

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273138
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cflog questions

2007-03-20 Thread Caroline Wise
Thanks, I'll check it out.

Caroline


On 3/19/07, Dinner <[EMAIL PROTECTED]> wrote:
>
> Not an answer, but the cflog4j(?) project on The List (Open Source CF)
> looks to offer quite a bit of control over log file stuff...
>
> http://code.google.com/p/cflog4j/
>
> On 3/19/07, Caroline Wise wrote:
> > All,
> >
> > I have recently added some cflog tags to an application, using these
> > parameters:
> 
>
> 

~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273137
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


  1   2   >