Re: QoQ and MOD function

2009-11-10 Thread safo kaskas

so what can i do?



 newbie question
 
 
 i am using the following QoQ 
 
 cfquery name=qaccbytyp dbtype=queryselect * from data where 
 saab='#sanad.saab#' andsaan='#sanad.saan#' and saas='#sanad.saas#' and 
 (sadrf='#manyref.sadrf#' or C=#lastD# or MOD(C,#ABS(firstD)#) =0 
 )/cfquery 
 
 and i get this error 
 
 Error Executing Database Query.  Query Of Queries syntax error.
 Encountered MOD ( C ,. Incorrect conditional expression, Expected one 
 of [like|null|between|in|comparison] condition,  
 
 any ideas.
 thanks . 


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328166
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: QoQ and MOD function

2009-11-10 Thread safo kaskas

so what can I do ? 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328167
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: QoQ and MOD function

2009-11-10 Thread safo kaska

so what can I do?? 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328168
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: QoQ and MOD function

2009-11-10 Thread safo kaskas

so what can I do? 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328169
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: QoQ and MOD function

2009-11-10 Thread safo kaskas

so what can i do??? 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328170
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: QoQ and MOD function

2009-11-10 Thread Paul Kukiel

 elect * from data where
 saab='#sanad.saab#' andsaan='#sanad.saan#' and saas='#sanad.saas#' and
 (sadrf='#manyref.sadrf#' or C=#lastD# or MOD(C,#ABS(firstD)#) =0

There is no and or or between aab='#sanad.saab#' andsaan='#sanad.saan#'

I'd try fix that first.  But mod might not work in QoQ never tried.

Paul


On Nov 10, 2009, at 2:27 AM, safo kaskas wrote:


 so what can i do?



 newbie question


 i am using the following QoQ

 cfquery name=qaccbytyp dbtype=queryselect * from data where
 saab='#sanad.saab#' andsaan='#sanad.saan#' and saas='#sanad.saas#'  
 and
 (sadrf='#manyref.sadrf#' or C=#lastD# or MOD(C,#ABS(firstD)#) =0
 )/cfquery

 and i get this error

 Error Executing Database Query.  Query Of Queries syntax error.
 Encountered MOD ( C ,. Incorrect conditional expression, Expected  
 one
 of [like|null|between|in|comparison] condition,

 any ideas.
 thanks .


 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328171
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: QoQ and MOD function

2009-11-10 Thread Phillip Vector

cfset modvalue= MOD(C,#ABS(firstD)#)

cfquery name=qaccbytyp dbtype=queryselect * from data where
saab='#sanad.saab#' andsaan='#sanad.saan#' and saas='#sanad.saas#' and
(sadrf='#manyref.sadrf#' or C=#lastD# or #modvalue# =0 )/cfquery

On Tue, Nov 10, 2009 at 12:08 AM, safo kaskas safokas...@hotmail.com wrote:

 so what can i do???

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328172
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CFLogout confusion

2009-11-10 Thread Stefan Richter

I'm using cflogin and cflogout on my site.
A user is logged into http://www.mysite.com and then clicks log out. I  
run cflogout and redirect her to http://mysite.com  (note I missed the  
www off).

There seems to be some kind of double session going on when I  
previously logged into http://www.mysite.com as well as http://mysite.com 
  because after the logout I still see to be logged in as the user who  
previously logged into the other respective site (of course there is  
only one site).

I hope this makes sense. Is this expected behaviour?

Stefan



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328173
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Solution for Flash videos needed

2009-11-10 Thread Cutter (ColdFusion)

See this message thread for info on how to get meta content from flash

http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327231

I would think (but I could be wrong) that it also applies to flv format.

Steve Cutter Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer

Co-Author of Learning Ext JS
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com


On 11/9/2009 6:07 PM, Jordan Michaels wrote:
 Hmm... that's an unusual request. Usually you want a video to conform to
 your site's design.

 That said, you *might* be able to do it with FFMPEG. FFMPEG can do a LOT
 of things, plus, this grid says FFMPEG can read FLV files:

 http://ffmpeg.org/general.html#SEC4

 Get the size however I'm not sure. I haven't had a reason to work
 with that sort of thing, so I've never researched it. You'll have to dig
 around a bit to find out.

 Hope this helps.

 Warm regards,
 Jordan Michaels
 Vivio Technologies
 http://www.viviotech.net/
 Open BlueDragon Steering Committee
 Adobe Solution Provider


 Claude Schneegans wrote:

   OpenBD uses FlowPlayer, which is actually pretty slick:

 Pretty clean and simple indeed.
 And the domain name unlimited licence is most convenient also.

 Just one question: do you know if it is possible to get the actual width
 and height from the flv file
 in order to adapt the size of the viewer accordingly ?


  
 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328174
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CFLogout confusion

2009-11-10 Thread Dave Phillips

Yes, I believe so.  www is a 'subdomain', albeit a standard one, just like
any other 'subdomain' (whatever.mysite.com for example) and each one
represents a potentially different domain and therefore a different session.

I've experienced this to, but in a positive way.  When I did a site for a
client, the requirement was to create 'affiliate' sites like this:

Affiliate1.mysite.com
Affiliate2.mysite.com

And so on.this worked to my advantage of course, if someone was on
affiliate1's site and logged in and doing something, they should not be
logged into affiliate2's site and vice versa.

Dave Phillips

-Original Message-
From: Stefan Richter [mailto:ste...@flashcomguru.com] 
Sent: Tuesday, November 10, 2009 8:03 AM
To: cf-talk
Subject: CFLogout confusion


I'm using cflogin and cflogout on my site.
A user is logged into http://www.mysite.com and then clicks log out. I  
run cflogout and redirect her to http://mysite.com  (note I missed the  
www off).

There seems to be some kind of double session going on when I  
previously logged into http://www.mysite.com as well as http://mysite.com 
  because after the logout I still see to be logged in as the user who  
previously logged into the other respective site (of course there is  
only one site).

I hope this makes sense. Is this expected behaviour?

Stefan





~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328175
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF LiveDocs

2009-11-10 Thread Eric Cobb

I gave up on cfquickdocs when I realized their search results left items 
out.  I use http://coldfusiondocs.com/app/ now

Example:  go to each site and search for array. coldfusiondocs will 
have 3 functions listed that cfquickdocs doesn't.  (IsArray, 
ListToArray, and StructKeyArray).

Maybe it's just me, but when I do a search on array, I want a list of 
every function that does something with an array, not just the ones that 
  have array at the beginning of their name.

Thanks,

Eric Cobb
http://www.cfgears.com


Brook Davies wrote:
 I use http://www.cfquickdocs.com/cf8/ almost exclusively now, its super fast
 to lookup tags...
 
 -Original Message-
 From: Charlie Griefer [mailto:charlie.grie...@gmail.com] 
 Sent: November-09-09 1:55 PM
 To: cf-talk
 Subject: Re: CF LiveDocs
 
 
 Yeah, but who'se using CF8 anymore?  That's so last month.
 
 :)
 
 On Mon, Nov 9, 2009 at 1:52 PM, Cutter (ColdFusion) 
 cold.fus...@cutterscrossing.com wrote:
 
 CF 8 docs in FF appear to be hosed, while the 9 docs, and the 7 docs,
 came up with no problem

 Steve Cutter Blades
 Adobe Certified Professional
 Advanced Macromedia ColdFusion MX 7 Developer

 Co-Author of Learning Ext JS
 http://www.packtpub.com/learning-ext-js/book
 _
 http://blog.cutterscrossing.com


 On 11/9/2009 3:42 PM, Steve Keator wrote:
 Anyone else having a problem accessing them besides me?  Two computers /
 OS'es and 4 different browsers later, I'm still having an issue.



 Any thoughts?





 
 
 
 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328176
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Solution for Flash videos needed

2009-11-10 Thread Claude Schneegans

 Get the size however I'm not sure. I haven't had a reason to work
with that sort of thing,

Well, the reason is simple enough.
I can resize the flash player to any size, but the best is to start with 
the original size of the video.

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328178
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFLogout confusion

2009-11-10 Thread Paul Alkema

What Stefan said is true.

Also, as a general rule I would pick either http://www.mysite.com or
http://mysite.com for your site and 301 redirect the one that your not using
to the domain that you are using as search engines will see typically see
the two sites as being two different websites and therefore they'll index
both of them. This is really bad for SEO purposes as search engines see this
as being duplicate content. : )

Paul Alkema
Application Developer
http://www.alkemadesigns.com/

On Tue, Nov 10, 2009 at 9:03 AM, Stefan Richter ste...@flashcomguru.comwrote:


 I'm using cflogin and cflogout on my site.
 A user is logged into http://www.mysite.com and then clicks log out. I
 run cflogout and redirect her to http://mysite.com  (note I missed the
 www off).

 There seems to be some kind of double session going on when I
 previously logged into http://www.mysite.com as well as http://mysite.com
  because after the logout I still see to be logged in as the user who
 previously logged into the other respective site (of course there is
 only one site).

 I hope this makes sense. Is this expected behaviour?

 Stefan



 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328179
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Hosting options

2009-11-10 Thread Rob Voyle

Hi folks

I have about 6 sites that run CF and need to move them to a new host.

any recommendations? I see that godaddy offers CF for $1.99 a month. Has 
anyone used them. Or does anyone have any recommendations.

I am tired of being on small providers that seem to get bought and sold by who 
knows what.

Thanks

Rob



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328180
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFLogout confusion

2009-11-10 Thread Dave Watts

 Yes, I believe so.  www is a 'subdomain', albeit a standard one, just like
 any other 'subdomain' (whatever.mysite.com for example) and each one
 represents a potentially different domain and therefore a different session.

While you're correct on the important parts, www (in this case at
least) is not a subdomain, it's a host name. A subdomain is a domain
within a larger domain.

For example, in the domain figleaf.com, I have hosts www and training,
and you can get to those via HTTP. I also have a subdomain,
gsa.figleaf.com, which contains its own hosts.

To describe this even more accurately, figleaf.com is a subdomain of
.com, and gsa.figleaf.com is a subdomain of figleaf.com.

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

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328181
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Adalon

2009-11-10 Thread Peter Boughton

I can't get to adalon.net (home of an old Fusebox-related tool).

Does anyone have v3.6 of Adalon which they can either put online, or email me 
offlist with?

Thanks. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328177
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


re: Hosting options

2009-11-10 Thread Jason Fisher

Have been very happy with CrystalTech.  About $24 / quarter on shared 
hosting, and they've been solid.  Lots of file space and plenty of DB space 
for my needs.
 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328182
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: I need a new IDE.

2009-11-10 Thread Justin Scott

 But you *can* browse FTP directly in Eclipse (CFBuilder). Try
 Window - Show view - Other... - Aptana standard views - File.

Hi Dominic, I reinstalled the beta 2 version clean (standalone, not as an
Eclipse plug-in since I don't use Eclipse) and that option wasn't present.
After poking around I did find a way to add an FTP server and cruise around
and open/edit/save existing files.  The biggest problem I ran into after
that was creating a new file.  The standard Ctrl+N and new file options
bring up a dialog box to add a file resource to a project, and of course
since I don't use the project system it wouldn't let me create a new file.
Very frustrating.  I did eventually find that if I right-click on a folder
on the FTP tree there are new file and new folder options there which
will create a new blank file (or folder) on the FTP server.  It's
unfortunate that the new file option within the editor doesn't tie into
that, but ah well.  At this point I can get to my existing files and create
new ones via FTP, so that gets my biggest problem out of the way.  Next will
be to find where they're hiding the color coding for the editor.  I found
some of it in the preferences, but some of the options seem to be missing
(comments, for example, can't find that one anywhere and the yellow
background has got to go, heh).

Anyway, thanks for everyone's nudging in the right direction.  I suppose for
those who already use and are familiar with Eclipse, the CFBuilder stuff is
just awesome and simple to adjust to.  For someone coming from a decade of
HomeSite+ having never used Eclipse, it's a lot to take in at once and the
way some things work doesn't entirely make sense just yet, but as I get more
into the program perhaps that will change.


-Justin Scott



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328183
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFLogout confusion

2009-11-10 Thread Kevin Pepperman

By default CF sets the cookie in only the domain it is on.mydomain.com But
cfcookie does not let you set the domain name for the cookie.

So you couldn't use the cookies session across sub domains. eg 
one.mydomain.com

I have had situations where I had to overwrite the session cookies that CF
sets on each request with cfheader, that way I could specify the .subdomain.

This also allows you to use the HTTPOnly flag.

 cfheader name=Set-Cookie value=CFID=#SESSION.CFID#;path=/;domain=.
mydomain.com;expires=MON, 21-Dec-2009 00:00:00 GMT;HTTPOnly; /
cfheader name=Set-Cookie value=CFTOKEN=#SESSION.CFTOKEN#;path=/;domain=.
mydomain.com;expires=MON, 21-Dec-2009 00:00:00 GMT;HTTPOnly; /)

(note the dot in .mydomain.com)

/K


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328184
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Hosting options

2009-11-10 Thread James Holmes

I can only recommend Viviotech.

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



2009/11/10 Rob Voyle robvo...@voyle.com:

 Hi folks

 I have about 6 sites that run CF and need to move them to a new host.

 any recommendations? I see that godaddy offers CF for $1.99 a month. Has
 anyone used them. Or does anyone have any recommendations.

 I am tired of being on small providers that seem to get bought and sold by who
 knows what.

 Thanks

 Rob



 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328185
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFLogout confusion

2009-11-10 Thread Stefan Richter

I think I know what subdomains are and how they work, but www. - while  
technically a subdomain - is attached to the same vhost/site as the  
straight http version. That's why I am a bit confused.

Cheers

Stefan



On 10 Nov 2009, at 15:08, Kevin Pepperman wrote:


 By default CF sets the cookie in only the domain it is on.mydomain.com 
  But
 cfcookie does not let you set the domain name for the cookie.

 So you couldn't use the cookies session across sub domains. eg 
 one.mydomain.com

 I have had situations where I had to overwrite the session cookies  
 that CF
 sets on each request with cfheader, that way I could specify  
 the .subdomain.

 This also allows you to use the HTTPOnly flag.

 cfheader name=Set-Cookie value=CFID=#SESSION.CFID#;path=/;domain=.
 mydomain.com;expires=MON, 21-Dec-2009 00:00:00 GMT;HTTPOnly; /
 cfheader name=Set-Cookie  
 value=CFTOKEN=#SESSION.CFTOKEN#;path=/;domain=.
 mydomain.com;expires=MON, 21-Dec-2009 00:00:00 GMT;HTTPOnly; /)

 (note the dot in .mydomain.com)

 /K


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328186
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Hosting options

2009-11-10 Thread Mark Kruger

James,

Have you thought of cloud hosting using BD or Ralio?

-mark 


Mark A. Kruger, CFG, MCSE
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com

-Original Message-
From: James Holmes [mailto:james.hol...@gmail.com] 
Sent: Tuesday, November 10, 2009 9:16 AM
To: cf-talk
Subject: Re: Hosting options


I can only recommend Viviotech.

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



2009/11/10 Rob Voyle robvo...@voyle.com:

 Hi folks

 I have about 6 sites that run CF and need to move them to a new host.

 any recommendations? I see that godaddy offers CF for $1.99 a month. 
 Has anyone used them. Or does anyone have any recommendations.

 I am tired of being on small providers that seem to get bought and 
 sold by who knows what.

 Thanks

 Rob



 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328187
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Hosting options

2009-11-10 Thread James Holmes

I haven't yet, no.

I have however just rebuilt my server on a newer platform, using Railo
and Tomcat rather than BD. Railo is truly awesome. Tomcat really
sucks. I can see why the Railo folk provide it with Resin instead.

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

2009/11/10 Mark Kruger mkru...@cfwebtools.com:

 James,

 Have you thought of cloud hosting using BD or Ralio?

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328188
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Brainstorming: How do you secure your apps

2009-11-10 Thread Scott Stewart

This is an internal intranet, I've got standard login stuff from Active
Directory What I want to do is secure pages/sections based on
departments/groups/roles

Does anyone have an elegant solution.

 

--

Scott Stewart

IT Consultant/ColdFusion Developer

4405 Oakshyre Way

Raleigh, NC 27616

(919) 874-6229

 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328189
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF LiveDocs

2009-11-10 Thread Azadi Saryev

coldfusiondocs.com also has all the cf ajax (javascript) functions,
which cfquickdocs does not have at all... nice!

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/


On 10/11/2009 22:06, Eric Cobb wrote:
 I gave up on cfquickdocs when I realized their search results left items 
 out.  I use http://coldfusiondocs.com/app/ now

 Example:  go to each site and search for array. coldfusiondocs will 
 have 3 functions listed that cfquickdocs doesn't.  (IsArray, 
 ListToArray, and StructKeyArray).

 Maybe it's just me, but when I do a search on array, I want a list of 
 every function that does something with an array, not just the ones that 
   have array at the beginning of their name.

 Thanks,

 Eric Cobb
 http://www.cfgears.com


 Brook Davies wrote:
   
 I use http://www.cfquickdocs.com/cf8/ almost exclusively now, its super fast
 to lookup tags...

 -Original Message-
 From: Charlie Griefer [mailto:charlie.grie...@gmail.com] 
 Sent: November-09-09 1:55 PM
 To: cf-talk
 Subject: Re: CF LiveDocs


 Yeah, but who'se using CF8 anymore?  That's so last month.

 :)

 On Mon, Nov 9, 2009 at 1:52 PM, Cutter (ColdFusion) 
 cold.fus...@cutterscrossing.com wrote:

 
 CF 8 docs in FF appear to be hosed, while the 9 docs, and the 7 docs,
 came up with no problem

 Steve Cutter Blades
 Adobe Certified Professional
 Advanced Macromedia ColdFusion MX 7 Developer

 Co-Author of Learning Ext JS
 http://www.packtpub.com/learning-ext-js/book
 _
 http://blog.cutterscrossing.com


 On 11/9/2009 3:42 PM, Steve Keator wrote:
   
 Anyone else having a problem accessing them besides me?  Two computers /
 OS'es and 4 different browsers later, I'm still having an issue.



 Any thoughts?




 
   



 
 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328190
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Jquery Ajax tabs -with Coldfusion

2009-11-10 Thread N K

Hi All,

I am currently using the Thickbox.js along with jquery to display the tabs.
code http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=617

The main issue is that I am not able to use '.cfm' pages instead of html 
pages('contentpage1.html/contentpage2.html...' ) ,which are the URL links to 
the content.
Has any one used this before ?
Which plugin would be the best which uses jquery  ajax , and would work with 
coldfusion files?

Thank you
NK 


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328191
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Enterprise Blogging Solutions?

2009-11-10 Thread Steve Keator

Hello All,

 

I've been plagued with the task of doing some research regarding
enterprise-level blogging solutions (really, non-FOSS solutions, but in
this client's case, enterprise-level software is the way to go).  Of
course, this means no BlogCFC, Mango Blog, or Mura CMS to handle it (and
CERTAINLY not WordPress!).

 

I've been trying to do some research and have come up pretty short.  Our
company would like to keep this in the CF realm, since it's what we're
used to working with.   It looks like some CMS solutions like ShadoCMS
or HotBanana may work for us, however, since there really isn't much
information on their site, and the fact that I really don't want to
engage in conversations with annoying sales people, it's hard to tell
for certain.

 

Has anyone out there had experience with either one of these products,
and can shed some light on blogging tools within them?  Or perhaps
you're aware of some other CF enterprise CMS/blogging tools that I'm
not?  I'd appreciate any thoughts from the community.

 

Thanks!

 

 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328192
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Brainstorming: How do you secure your apps

2009-11-10 Thread Ian Skinner

Scott Stewart wrote:
 This is an internal intranet, I've got standard login stuff from Active
 Directory What I want to do is secure pages/sections based on
 departments/groups/roles

 Does anyone have an elegant solution.

Well, we use the same Active Directory to read the memberOf data to 
provide this functionality.

A couple of years ago, I built a basic LDAP cfc that reads a users data 
and builds and object that can be used for authentication, 
authorization, and personal customization with the Active Directory 
information.

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328193
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


ColdFusion 9 books

2009-11-10 Thread Joshua Rowe

Does anybody know of any ColdFusion 9 books that are already out or will be 
coming out in the near future?  I'm looking for something similar to the 
ColdFusion 8 Web Application Construction Kit series by Ben Forta.  Thanks! 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328194
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Hosting options

2009-11-10 Thread Eric Roberts

I highly recommend APHhosting, which is the same host as HOF.  You get a VPS 
and you can install whatever you like on it.

Eric

--
From: James Holmes james.hol...@gmail.com
Sent: Tuesday, November 10, 2009 9:15 AM
To: cf-talk cf-talk@houseoffusion.com
Subject: Re: Hosting options


 I can only recommend Viviotech.

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



 2009/11/10 Rob Voyle robvo...@voyle.com:

 Hi folks

 I have about 6 sites that run CF and need to move them to a new host.

 any recommendations? I see that godaddy offers CF for $1.99 a month. Has
 anyone used them. Or does anyone have any recommendations.

 I am tired of being on small providers that seem to get bought and sold 
 by who
 knows what.

 Thanks

 Rob





 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328195
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion 9 books

2009-11-10 Thread Alan Rother

Well, actually we are in the process of writing the CF9 WACK right now.

I don't have a solid publish date yet, but based on where we are now, they
should be out the first part of 2010.

=]

On Tue, Nov 10, 2009 at 10:11 AM, Joshua Rowe jr...@varimereweb.com wrote:


 Does anybody know of any ColdFusion 9 books that are already out or will be
 coming out in the near future?  I'm looking for something similar to the
 ColdFusion 8 Web Application Construction Kit series by Ben Forta.  Thanks!

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328198
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion 9 books

2009-11-10 Thread Charlie Griefer

There will be a ColdFusion 9 Web Application Construction Kit by Forta, et
al.

On Tue, Nov 10, 2009 at 9:11 AM, Joshua Rowe jr...@varimereweb.com wrote:


 Does anybody know of any ColdFusion 9 books that are already out or will be
 coming out in the near future?  I'm looking for something similar to the
 ColdFusion 8 Web Application Construction Kit series by Ben Forta.  Thanks!

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328199
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Hosting options

2009-11-10 Thread Rick Faircloth

www.KickAssVPS.com

Great price and service for over a year now... 100% uptime so far...

Rick

-Original Message-
From: Eric Roberts [mailto:ow...@threeravensconsulting.com] 
Sent: Tuesday, November 10, 2009 12:38 PM
To: cf-talk
Subject: Re: Hosting options


I highly recommend APHhosting, which is the same host as HOF.  You get a VPS

and you can install whatever you like on it.

Eric

--
From: James Holmes james.hol...@gmail.com
Sent: Tuesday, November 10, 2009 9:15 AM
To: cf-talk cf-talk@houseoffusion.com
Subject: Re: Hosting options


 I can only recommend Viviotech.

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



 2009/11/10 Rob Voyle robvo...@voyle.com:

 Hi folks

 I have about 6 sites that run CF and need to move them to a new host.

 any recommendations? I see that godaddy offers CF for $1.99 a month. Has
 anyone used them. Or does anyone have any recommendations.

 I am tired of being on small providers that seem to get bought and sold 
 by who
 knows what.

 Thanks

 Rob





 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328200
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Hosting options

2009-11-10 Thread Alan Rother

GoDaddy is OK  IF you aren't doing anything interesting on your sites.
GoDaddy has several restrictions on what you can and can't do on their CF
hosting plan.

http://help.godaddy.com/article/547

http://help.godaddy.com/article/547For example, you can't use
CreateObject()

I would recommend CrystalTech. Always been happy there.

=]

On Tue, Nov 10, 2009 at 10:38 AM, Eric Roberts 
ow...@threeravensconsulting.com wrote:


 I highly recommend APHhosting, which is the same host as HOF.  You get a
 VPS
 and you can install whatever you like on it.

 Eric

 --
 From: James Holmes james.hol...@gmail.com
 Sent: Tuesday, November 10, 2009 9:15 AM
 To: cf-talk cf-talk@houseoffusion.com
 Subject: Re: Hosting options

 
  I can only recommend Viviotech.
 
  mxAjax / CFAjax docs and other useful articles:
  http://www.bifrost.com.au/blog/
 
 
 
  2009/11/10 Rob Voyle robvo...@voyle.com:
 
  Hi folks
 
  I have about 6 sites that run CF and need to move them to a new host.
 
  any recommendations? I see that godaddy offers CF for $1.99 a month. Has
  anyone used them. Or does anyone have any recommendations.
 
  I am tired of being on small providers that seem to get bought and sold
  by who
  knows what.
 
  Thanks
 
  Rob
 
 
 
 
 
 

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328201
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Enterprise Blogging Solutions?

2009-11-10 Thread Steve Keator

You and I know they are all great products.  The problem, however, is
that they're FOSS (Free-Open-Source-Software).  I can tell you that the
client is a very large financial institution, and because they are such,
they have very stringent requirements for creating ANY website.  We
could, of course, create a custom solution for them as well, however, my
bosses up the chain agree that we need to find a ready-made solution.

-Original Message-
From: Alan Rother [mailto:alan.rot...@gmail.com] 
Sent: Tuesday, November 10, 2009 12:47 PM
To: cf-talk
Subject: Re: Enterprise Blogging Solutions?


 Of course, this means no BlogCFC, Mango Blog, or Mura CMS to handle
it
(and CERTAINLY not WordPress!).

Why not? These are all great products. What are they missing?


=]

-- 
Alan Rother
Adobe Certified Advanced ColdFusion MX 7 Developer
Manager, Phoenix Cold Fusion User Group, AZCFUG.org




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328202
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


AW: Hosting options

2009-11-10 Thread Gert Franz

James,

If you are thinking of hosting in the cloud, you should contact the guys
from ShadoCMS because they are offering Railo as a service in the cloud.
There are several plans you can choose from. 

You should either contact Grant Straker gr...@shadocms.com or David Sowerby
da...@strakersoftware.com for detailed information.

Greetings from Switzerland
Gert Franz

Railo Technologies  Professional Open Source
skype: gert.franz   g...@getrailo.com
+41 76 5680 231 www.getrailo.com

-Ursprüngliche Nachricht-
Von: James Holmes [mailto:james.hol...@gmail.com] 
Gesendet: Dienstag, 10. November 2009 16:45
An: cf-talk
Betreff: Re: Hosting options


I haven't yet, no.

I have however just rebuilt my server on a newer platform, using Railo
and Tomcat rather than BD. Railo is truly awesome. Tomcat really
sucks. I can see why the Railo folk provide it with Resin instead.

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

2009/11/10 Mark Kruger mkru...@cfwebtools.com:

 James,

 Have you thought of cloud hosting using BD or Ralio?



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328203
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Brainstorming: How do you secure your apps

2009-11-10 Thread Justin Scott

 This is an internal intranet, I've got standard login
 stuff from Active Directory What I want to do is secure
 pages/sections based on departments/groups/roles
 Does anyone have an elegant solution.

I wouldn't over-engineer it.  If you're using IIS on a member server of the
domain, just use the access control settings in IIS for the pages/folders
that you want to lock down and let it handle the security for you.


-Justin Scott



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328205
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Jquery Ajax tabs -with Coldfusion

2009-11-10 Thread Scott Stewart

I'll echo Ray, I've used JQuery Tabs a lot with ColdFusion, JQuery doesn't
care if it's a .cfm, .php, .aspx, .do or whatever as long as the server can
render it back to the browser..

Having said that, if you're trying to do anything cross-site or cross-domain
JQuery gets upset, but it's still filename independent.

-Original Message-
From: Raymond Camden [mailto:rcam...@gmail.com] 
Sent: Tuesday, November 10, 2009 12:42 PM
To: cf-talk
Subject: Re: Jquery Ajax tabs -with Coldfusion


Why are you not able to use CFM pages? I've used jQuery tabs and
thickbox with CFM files many times.


On Tue, Nov 10, 2009 at 10:21 AM, N K neetukais...@gmail.com wrote:

 Hi All,

 I am currently using the Thickbox.js along with jquery to display the
tabs.
 code http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=617

 The main issue is that I am not able to use '.cfm' pages instead of html
pages('contentpage1.html/contentpage2.html...' ) ,which are the URL links to
the content.
 Has any one used this before ?
 Which plugin would be the best which uses jquery  ajax , and would work
with coldfusion files?

 Thank you
 NK


 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328204
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Jquery Ajax tabs -with Coldfusion

2009-11-10 Thread Raymond Camden

Why are you not able to use CFM pages? I've used jQuery tabs and
thickbox with CFM files many times.


On Tue, Nov 10, 2009 at 10:21 AM, N K neetukais...@gmail.com wrote:

 Hi All,

 I am currently using the Thickbox.js along with jquery to display the tabs.
 code http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=617

 The main issue is that I am not able to use '.cfm' pages instead of html 
 pages('contentpage1.html/contentpage2.html...' ) ,which are the URL links to 
 the content.
 Has any one used this before ?
 Which plugin would be the best which uses jquery  ajax , and would work with 
 coldfusion files?

 Thank you
 NK


 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328196
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Enterprise Blogging Solutions?

2009-11-10 Thread Alan Rother

 Of course, this means no BlogCFC, Mango Blog, or Mura CMS to handle it
(and CERTAINLY not WordPress!).

Why not? These are all great products. What are they missing?


=]

-- 
Alan Rother
Adobe Certified Advanced ColdFusion MX 7 Developer
Manager, Phoenix Cold Fusion User Group, AZCFUG.org


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328197
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Missing Form Fields

2009-11-10 Thread Steve Moore

I have some CF forms that use dynamic field naming in a loop depending upon 
some value. Code like:

cfloop index=i from=1 to=#form.number#
cfinput type=text name=fname_#i# size=20 maxlength=50 required=yes
cfinput type=text name=lname_#i# size=20 maxlength=50 required=yes
/cfloop

Every once in awhile when the user submits the form, one of the fields does not 
exist on the page processing the form. The error is something like Element 
fname_2 is undefined in a Java object of type class 
coldfusion.filter.FormScope. I've never experienced this myself to be able to 
look at the source code of the form page, just emails generated from the error. 
Thus I cannot determine if it's ColdFusion not generating the field or the 
browser not sending it. This has happened in different browsers, mostly IE 
(even version 8).

Has anyone experienced these types of issues? I've had it on CF 8, CF 9. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328206
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Jquery Ajax tabs -with Coldfusion

2009-11-10 Thread N K

Thanks for your replying.
I am not sure whats happening , basically the screen gets cleared and transfers 
the main site page.

If you guys have used it and it works then there has to be some code which is 
contradicting the same.

NK




I'll echo Ray, I've used JQuery Tabs a lot with ColdFusion, JQuery doesn't
care if it's a .cfm, .php, .aspx, .do or whatever as long as the server can
render it back to the browser..

Having said that, if you're trying to do anything cross-site or cross-domain
JQuery gets upset, but it's still filename independent.

Why are you not able to use CFM pages? I've used jQuery tabs and
thickbox with CFM files many times.




 Hi All,

 I am currently using the Thickbox.js along with jquery to display the
tabs.
 code http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=617

 The main issue is that I am not able to use '.cfm' pages instead of html
pages('contentpage1.html/contentpage2.html...' ) ,which are the URL links to
the content.
 Has any one used this before ?
 Which plugin would be the best which uses jquery  ajax , and would work
with coldfusion files?

 Thank you
 NK


 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328207
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Missing Form Fields

2009-11-10 Thread Steve Milburn

Do you have other types of inputs on the page than text inputs?  If no
option is selected for radio buttons and checkbox inputs, then nothing is
submitted to the processing page.

Also, you must be passing a list of field names to the processing page
somehow, maybe via a hidden input.  You could loop through all the inputs
you are expecting to be submitted and cfparam them so they exist in the
form scope.

Steve


On Tue, Nov 10, 2009 at 1:05 PM, Steve Moore smo...@larimer.org wrote:


 I have some CF forms that use dynamic field naming in a loop depending upon
 some value. Code like:

 cfloop index=i from=1 to=#form.number#
 cfinput type=text name=fname_#i# size=20 maxlength=50
 required=yes
 cfinput type=text name=lname_#i# size=20 maxlength=50
 required=yes
 /cfloop

 Every once in awhile when the user submits the form, one of the fields does
 not exist on the page processing the form. The error is something like
 Element fname_2 is undefined in a Java object of type class
 coldfusion.filter.FormScope. I've never experienced this myself to be able
 to look at the source code of the form page, just emails generated from the
 error. Thus I cannot determine if it's ColdFusion not generating the field
 or the browser not sending it. This has happened in different browsers,
 mostly IE (even version 8).

 Has anyone experienced these types of issues? I've had it on CF 8, CF 9.

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328208
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Missing Form Fields

2009-11-10 Thread Ian Skinner

Steve Moore wrote:
 I have some CF forms that use dynamic field naming in a loop depending upon 
 some value. Code like:

 cfloop index=i from=1 to=#form.number#
 cfinput type=text name=fname_#i# size=20 maxlength=50 required=yes
 cfinput type=text name=lname_#i# size=20 maxlength=50 required=yes
 /cfloop

Since you are using untrusted information, form.number, it is possible 
this is a result with somebody tinkering with the form submits you are 
processing.

I.E. They are sending random and|or targeted data to mess with your 
system and thus have submitted a value for the 'number' field that has 
no relationship to the number of fname and lname fields in the post request.

Just to give you another thing to consider as you track down this issue.

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328209
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Missing Form Fields

2009-11-10 Thread Steve Keator

Being that it's a required field, it's interesting that the CF-induced
client side error checking isn't picking it up either.

A few thoughts:

(1) Dump the form scope into your error emails.  It may give you some
insight.
(2) Are you doing any server-side form error checking?  Could that be
causing an issue?
(3) Is it possible that the form is getting submitted by a bot (and
therefore, bypassing the CF/JavaScript error checking)?  If possible,
you might want to throw some CAPTCHA on the form and see if it makes a
difference.

-S.

-Original Message-
From: Steve Moore [mailto:smo...@larimer.org] 
Sent: Tuesday, November 10, 2009 1:05 PM
To: cf-talk
Subject: Missing Form Fields


I have some CF forms that use dynamic field naming in a loop depending
upon some value. Code like:

cfloop index=i from=1 to=#form.number#
cfinput type=text name=fname_#i# size=20 maxlength=50
required=yes
cfinput type=text name=lname_#i# size=20 maxlength=50
required=yes
/cfloop

Every once in awhile when the user submits the form, one of the fields
does not exist on the page processing the form. The error is something
like Element fname_2 is undefined in a Java object of type class
coldfusion.filter.FormScope. I've never experienced this myself to be
able to look at the source code of the form page, just emails generated
from the error. Thus I cannot determine if it's ColdFusion not
generating the field or the browser not sending it. This has happened in
different browsers, mostly IE (even version 8).

Has anyone experienced these types of issues? I've had it on CF 8, CF 9.




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328210
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CF LiveDocs

2009-11-10 Thread Brook Davies

I find that coldfusiondocs is slower... with cfquickdocs you can get all the
array functions, by using the function category menu, then select array...

I can open cfquickdocs, find the tag I want and check the syntax before
coldfusiondocs has finished loading...

Brook

-Original Message-
From: Azadi Saryev [mailto:az...@sabai-dee.com] 
Sent: November-10-09 8:50 AM
To: cf-talk
Subject: Re: CF LiveDocs


coldfusiondocs.com also has all the cf ajax (javascript) functions,
which cfquickdocs does not have at all... nice!

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/


On 10/11/2009 22:06, Eric Cobb wrote:
 I gave up on cfquickdocs when I realized their search results left items 
 out.  I use http://coldfusiondocs.com/app/ now

 Example:  go to each site and search for array. coldfusiondocs will 
 have 3 functions listed that cfquickdocs doesn't.  (IsArray, 
 ListToArray, and StructKeyArray).

 Maybe it's just me, but when I do a search on array, I want a list of 
 every function that does something with an array, not just the ones that 
   have array at the beginning of their name.

 Thanks,

 Eric Cobb
 http://www.cfgears.com


 Brook Davies wrote:
   
 I use http://www.cfquickdocs.com/cf8/ almost exclusively now, its super
fast
 to lookup tags...

 -Original Message-
 From: Charlie Griefer [mailto:charlie.grie...@gmail.com] 
 Sent: November-09-09 1:55 PM
 To: cf-talk
 Subject: Re: CF LiveDocs


 Yeah, but who'se using CF8 anymore?  That's so last month.

 :)

 On Mon, Nov 9, 2009 at 1:52 PM, Cutter (ColdFusion) 
 cold.fus...@cutterscrossing.com wrote:

 
 CF 8 docs in FF appear to be hosed, while the 9 docs, and the 7 docs,
 came up with no problem

 Steve Cutter Blades
 Adobe Certified Professional
 Advanced Macromedia ColdFusion MX 7 Developer

 Co-Author of Learning Ext JS
 http://www.packtpub.com/learning-ext-js/book
 _
 http://blog.cutterscrossing.com


 On 11/9/2009 3:42 PM, Steve Keator wrote:
   
 Anyone else having a problem accessing them besides me?  Two computers
/
 OS'es and 4 different browsers later, I'm still having an issue.



 Any thoughts?




 
   



 
 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328211
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cfmenuitem double click event

2009-11-10 Thread Joshua Rowe

Is there a way to set a JavaScript double click event to a cfmenuitem? 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328212
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion 9 books

2009-11-10 Thread Raymond Camden

Speaking as one of the Et All (grin), I can definitely +1 this. We are
all hard at work on the CFWACK9 series now.


On Tue, Nov 10, 2009 at 11:48 AM, Charlie Griefer
charlie.grie...@gmail.com wrote:

 There will be a ColdFusion 9 Web Application Construction Kit by Forta, et
 al.

 On Tue, Nov 10, 2009 at 9:11 AM, Joshua Rowe jr...@varimereweb.com wrote:


 Does anybody know of any ColdFusion 9 books that are already out or will be
 coming out in the near future?  I'm looking for something similar to the
 ColdFusion 8 Web Application Construction Kit series by Ben Forta.  Thanks!



-- 
===
Raymond Camden, ColdFusion Jedi Master

Email: r...@camdenfamily.com
Blog  : www.coldfusionjedi.com
AOL IM : cfjedimaster

Keep up to date with the community: http://www.coldfusionbloggers.o

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328213
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Jquery Ajax tabs -with Coldfusion

2009-11-10 Thread Jerry Barnes

You might need to post some code examples or a link to view.

I use both types of jquery scripts.  Neither has had any problem pulling
.cfm pages.


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328214
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Hosting options

2009-11-10 Thread Mary Jo Sminkey

I have about 6 sites that run CF and need to move them to a new host.

any recommendations? I see that godaddy offers CF for $1.99 a month. Has 
anyone used them. Or does anyone have any recommendations.

Personally I would get a VPS from Kickass and stick Railo on it and that will 
run all your sites at much better performance and give you full access to the 
CF admin (and with Railo of course you have the separate web admin for each 
site which gives you some additional control), and be able to do whatever you 
want with your sites, not just what your host decides to allow or not. A bit 
more work to do, but worth it. 







~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328215
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Hosting options

2009-11-10 Thread Gerald Guido

www.KickAssVPS.com http://www.kickassvps.com/

+1 for KickAssVPS.com

I have had a VPS with them for about 2 years with out a problem. $35/mo.

My only gripe with them is that they are a little excessive with throttling
bandwidth. It maxes out @ ~ 70K. The only time that really comes into play
for me is when I do backups and/or moving large files.

G!

On Tue, Nov 10, 2009 at 12:51 PM, Rick Faircloth
r...@whitestonemedia.comwrote:


 www.KickAssVPS.com

 Great price and service for over a year now... 100% uptime so far...

 Rick

 -Original Message-
 From: Eric Roberts [mailto:ow...@threeravensconsulting.com]
 Sent: Tuesday, November 10, 2009 12:38 PM
 To: cf-talk
 Subject: Re: Hosting options


 I highly recommend APHhosting, which is the same host as HOF.  You get a
 VPS

 and you can install whatever you like on it.

 Eric

 --
 From: James Holmes james.hol...@gmail.com
 Sent: Tuesday, November 10, 2009 9:15 AM
 To: cf-talk cf-talk@houseoffusion.com
 Subject: Re: Hosting options

 
  I can only recommend Viviotech.
 
  mxAjax / CFAjax docs and other useful articles:
  http://www.bifrost.com.au/blog/
 
 
 
  2009/11/10 Rob Voyle robvo...@voyle.com:
 
  Hi folks
 
  I have about 6 sites that run CF and need to move them to a new host.
 
  any recommendations? I see that godaddy offers CF for $1.99 a month. Has
  anyone used them. Or does anyone have any recommendations.
 
  I am tired of being on small providers that seem to get bought and sold
  by who
  knows what.
 
  Thanks
 
  Rob
 
 
 
 
 
 



 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328216
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Hosting options

2009-11-10 Thread Paul Kukiel

+1 to Railo.

But if your 6 sites are making money it might be worth purchasing a
CF8 or 9 licesnse at $1200(ish) if you don't have time to setup Railo
or your using CF specific bits.

Paul.

On Tue, Nov 10, 2009 at 1:44 PM, Mary Jo Sminkey mary...@cfwebstore.com wrote:

I have about 6 sites that run CF and need to move them to a new host.

any recommendations? I see that godaddy offers CF for $1.99 a month. Has
anyone used them. Or does anyone have any recommendations.

 Personally I would get a VPS from Kickass and stick Railo on it and that will 
 run all your sites at much better performance and give you full access to the 
 CF admin (and with Railo of course you have the separate web admin for each 
 site which gives you some additional control), and be able to do whatever you 
 want with your sites, not just what your host decides to allow or not. A bit 
 more work to do, but worth it.







 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328217
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfmenuitem double click event

2009-11-10 Thread Azadi Saryev

there is, but it will likely break the single click event.

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/


On 11/11/2009 02:27, Joshua Rowe wrote:
 Is there a way to set a JavaScript double click event to a cfmenuitem? 

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328218
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion 9 books

2009-11-10 Thread Ben Forta

As Ray and others have noted, yes, the books are on their way. We  
opted to wait for ColdFusion Builder to be further along as the new  
IDE has a significant impact on ColdFusion development and thus book  
content.

--- Ben

(Sent from my phone, please pardon the typos)

On Nov 11, 2009, at 5:47 AM, Raymond Camden rcam...@gmail.com wrote:


 Speaking as one of the Et All (grin), I can definitely +1 this. We are
 all hard at work on the CFWACK9 series now.


 On Tue, Nov 10, 2009 at 11:48 AM, Charlie Griefer
 charlie.grie...@gmail.com wrote:

 There will be a ColdFusion 9 Web Application Construction Kit by  
 Forta, et
 al.

 On Tue, Nov 10, 2009 at 9:11 AM, Joshua Rowe  
 jr...@varimereweb.com wrote:


 Does anybody know of any ColdFusion 9 books that are already out  
 or will be
 coming out in the near future?  I'm looking for something similar  
 to the
 ColdFusion 8 Web Application Construction Kit series by Ben  
 Forta.  Thanks!



 -- 
 === 
 === 
 =
 Raymond Camden, ColdFusion Jedi Master

 Email: r...@camdenfamily.com
 Blog  : www.coldfusionjedi.com
 AOL IM : cfjedimaster

 Keep up to date with the community: http://www.coldfusionbloggers.o

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328219
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Enterprise Blogging Solutions?

2009-11-10 Thread Alan Rother

Gotcha, you need a Guarantee on the box type of solution...

Been there.. I hate that mindset, but I understand it all too well.

On Tue, Nov 10, 2009 at 11:01 AM, Steve Keator skea...@mlinc.com wrote:


 You and I know they are all great products.  The problem, however, is
 that they're FOSS (Free-Open-Source-Software).  I can tell you that the
 client is a very large financial institution, and because they are such,
 they have very stringent requirements for creating ANY website.  We
 could, of course, create a custom solution for them as well, however, my
 bosses up the chain agree that we need to find a ready-made solution.

 -Original Message-
 From: Alan Rother [mailto:alan.rot...@gmail.com]
 Sent: Tuesday, November 10, 2009 12:47 PM
 To: cf-talk
 Subject: Re: Enterprise Blogging Solutions?


  Of course, this means no BlogCFC, Mango Blog, or Mura CMS to handle
 it
 (and CERTAINLY not WordPress!).

 Why not? These are all great products. What are they missing?


 =]

 --
 Alan Rother
 Adobe Certified Advanced ColdFusion MX 7 Developer
 Manager, Phoenix Cold Fusion User Group, AZCFUG.org




 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328220
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Enterprise Blogging Solutions?

2009-11-10 Thread Mark Mandel

As a silly question -

Have you been in contact with either Mura or the ASFusion to ask what sort
of support packages they could provide for you?

They may fit your requirements.

Mark

On Wed, Nov 11, 2009 at 5:01 AM, Steve Keator skea...@mlinc.com wrote:


 You and I know they are all great products.  The problem, however, is
 that they're FOSS (Free-Open-Source-Software).  I can tell you that the
 client is a very large financial institution, and because they are such,
 they have very stringent requirements for creating ANY website.  We
 could, of course, create a custom solution for them as well, however, my
 bosses up the chain agree that we need to find a ready-made solution.

 -Original Message-
 From: Alan Rother [mailto:alan.rot...@gmail.com]
 Sent: Tuesday, November 10, 2009 12:47 PM
 To: cf-talk
 Subject: Re: Enterprise Blogging Solutions?


  Of course, this means no BlogCFC, Mango Blog, or Mura CMS to handle
 it
 (and CERTAINLY not WordPress!).

 Why not? These are all great products. What are they missing?


 =]

 --
 Alan Rother
 Adobe Certified Advanced ColdFusion MX 7 Developer
 Manager, Phoenix Cold Fusion User Group, AZCFUG.org




 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328221
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Enterprise Blogging Solutions?

2009-11-10 Thread Steve Keator

Mura won't work in this case.  If it could, I wouldn't be writing this.
We use Mura day in and day out around here.  

Part of the client's requirements, no FOSS software, doesn't really help
us with this one.  :-(

As far as ASFusion, I'm not familiar with them, it looks like they are
some sort of a custom solution provider.  When I spoke to my boss a
little while ago, he made sure to mention that we won't be building
something custom for this, specifically for the reasons that Alan
mentioned (Guarantee on the box).

I guess I'll be calling salespeople.  EEEK.

Cheers,
S.

-Original Message-
From: Mark Mandel [mailto:mark.man...@gmail.com] 
Sent: Tuesday, November 10, 2009 3:24 PM
To: cf-talk
Subject: Re: Enterprise Blogging Solutions?


As a silly question -

Have you been in contact with either Mura or the ASFusion to ask what
sort
of support packages they could provide for you?

They may fit your requirements.

Mark

On Wed, Nov 11, 2009 at 5:01 AM, Steve Keator skea...@mlinc.com wrote:


 You and I know they are all great products.  The problem, however, is
 that they're FOSS (Free-Open-Source-Software).  I can tell you that
the
 client is a very large financial institution, and because they are
such,
 they have very stringent requirements for creating ANY website.  We
 could, of course, create a custom solution for them as well, however,
my
 bosses up the chain agree that we need to find a ready-made solution.

 -Original Message-
 From: Alan Rother [mailto:alan.rot...@gmail.com]
 Sent: Tuesday, November 10, 2009 12:47 PM
 To: cf-talk
 Subject: Re: Enterprise Blogging Solutions?


  Of course, this means no BlogCFC, Mango Blog, or Mura CMS to
handle
 it
 (and CERTAINLY not WordPress!).

 Why not? These are all great products. What are they missing?


 =]

 --
 Alan Rother
 Adobe Certified Advanced ColdFusion MX 7 Developer
 Manager, Phoenix Cold Fusion User Group, AZCFUG.org




 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328222
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Ajax Query

2009-11-10 Thread Arsalan Tariq Keen

I know this is not the place to post such queries, but I am very stressed out 
now and can not find solution to my problem. Maybe someone hase had similar 
experience while using ExtJS with ColdFusion.

My scenario is simple. Upon clicking a menu item on my homepage, a window 
opens. After filling out sertain textfields, when these fields loose focus, 
another modal window is opened having a grid. Now I want to the user to select 
one of the values listed in the grid and then press 'Done' button. Once this 
'done' button is hit, I want the child window to close and the selected record 
in the grid of childWindow must be passed to the initial parent window.

How can this be achieved?

Regards,
Arsalan

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328224
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion 9 books

2009-11-10 Thread Leigh

 As Ray and others have noted, yes, the books are on their
 way. 

Dare we ask .. is there is a tentative release date yet? :)

-Leigh


  


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328225
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Turning spaghetti code into properly indented code easily

2009-11-10 Thread Bob Goff

Hey CF Developers --

Just a quick heads up that I have created a product that will easily take 
someone else's malformed, ugly code and turn it into a thing a beauty in a 
matter of seconds.

My HTML Formatter (with CF Support) fixes any HTML/CFML files in less than a 
second and can be run against entire directories of code.  It works easily with 
your favorite IDE (CFEclipse, Eclipse, Dreamweaver, Homesite, etc) and will 
literally save you hours of debugging time by formatting code so logic is easy 
to understand and will tell you when you are missing tags (this one really 
saves you on the debugging front).

You can check out the product at http://www.logichammer.com 

There is a screencast on the site so you can see how easy it is to use and see 
the entire list of features.

Some real quotes from users:
-
not what i expected... even simpler! it is a self-executing file (no 
installation) and it has virtually no interface. Configuration is easy and done 
within a single .ini text file. 

This thing is awesome. I just ran a huge directory - an entire CF application . 
It took about 20 seconds and the report showed where there might have been any 
missing tags (just a few).

Now all of the code is neatly indented, whitespace removed, comments aligned 
just right... that single use was worth the price, easy! 


I'm offering House Of Fusion users a discounted price for the next week so if 
you hit this URL when you are ready to buy, you will get the reduced price:
http://www.logichammer.com/html-formatter/houseOfFusion.php

Enjoy!




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328226
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Enterprise Blogging Solutions?

2009-11-10 Thread Mark Mandel

ASFusion is the people behind Mangoblog.

I have no idea if they *do* support for Mango, but its worth asking the
question.

Farcry *does* have a blogging platform, and they most definitely have a
support plan/professional open source business.

Mark



On Wed, Nov 11, 2009 at 7:40 AM, Steve Keator skea...@mlinc.com wrote:


 Mura won't work in this case.  If it could, I wouldn't be writing this.
 We use Mura day in and day out around here.

 Part of the client's requirements, no FOSS software, doesn't really help
 us with this one.  :-(

 As far as ASFusion, I'm not familiar with them, it looks like they are
 some sort of a custom solution provider.  When I spoke to my boss a
 little while ago, he made sure to mention that we won't be building
 something custom for this, specifically for the reasons that Alan
 mentioned (Guarantee on the box).

 I guess I'll be calling salespeople.  EEEK.

 Cheers,
 S.

 -Original Message-
 From: Mark Mandel [mailto:mark.man...@gmail.com]
 Sent: Tuesday, November 10, 2009 3:24 PM
 To: cf-talk
 Subject: Re: Enterprise Blogging Solutions?


 As a silly question -

 Have you been in contact with either Mura or the ASFusion to ask what
 sort
 of support packages they could provide for you?

 They may fit your requirements.

 Mark

 On Wed, Nov 11, 2009 at 5:01 AM, Steve Keator skea...@mlinc.com wrote:

 
  You and I know they are all great products.  The problem, however, is
  that they're FOSS (Free-Open-Source-Software).  I can tell you that
 the
  client is a very large financial institution, and because they are
 such,
  they have very stringent requirements for creating ANY website.  We
  could, of course, create a custom solution for them as well, however,
 my
  bosses up the chain agree that we need to find a ready-made solution.
 
  -Original Message-
  From: Alan Rother [mailto:alan.rot...@gmail.com]
  Sent: Tuesday, November 10, 2009 12:47 PM
  To: cf-talk
  Subject: Re: Enterprise Blogging Solutions?
 
 
   Of course, this means no BlogCFC, Mango Blog, or Mura CMS to
 handle
  it
  (and CERTAINLY not WordPress!).
 
  Why not? These are all great products. What are they missing?
 
 
  =]
 
  --
  Alan Rother
  Adobe Certified Advanced ColdFusion MX 7 Developer
  Manager, Phoenix Cold Fusion User Group, AZCFUG.org
 
 
 
 
 



 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328223
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Ajax Query

2009-11-10 Thread Tony Bentley

 I know this is not the place to post such queries, but I am very 
 stressed out now and can not find solution to my problem. Maybe 
 someone hase had similar experience while using ExtJS with ColdFusion.
 
 
 My scenario is simple. Upon clicking a menu item on my homepage, a 
 window opens. After filling out sertain textfields, when these fields 
 loose focus, another modal window is opened having a grid. Now I want 
 to the user to select one of the values listed in the grid and then 
 press 'Done' button. Once this 'done' button is hit, I want the child 
 window to close and the selected record in the grid of childWindow 
 must be passed to the initial parent window.
 
 How can this be achieved?
 
 Regards,
Arsalan

Window is pretty loosely described. Is it a browser window or a DIV? There 
would be different solutions for either situation. Modal window sounds like a 
div. If so, you use javascript to get the value of each element based on the 
id. Instead of using grid, can't you use something else that would be easier to 
get values from? Even an 'li' would suffice. Then use placeholders in your 
parent window, like hidden inputs to store the passed values. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328227
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion 9 books

2009-11-10 Thread Raymond Camden

Sometime after today.

On Tue, Nov 10, 2009 at 3:01 PM, Leigh cfsearch...@yahoo.com wrote:

 As Ray and others have noted, yes, the books are on their
 way.

 Dare we ask .. is there is a tentative release date yet? :)

 -Leigh





 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328228
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion 9 books

2009-11-10 Thread Joe None

As Ray and others have noted, yes, the books are on their way. We  
opted to wait for ColdFusion Builder to be further along as the new  
IDE has a significant impact on ColdFusion development and thus book  
content.

--- Ben

Are you doing a 3-book series based on levels again or will it be one large 
book? Will a lot of the content only be available in a separate PDF? Personally 
I like reading an entire book from a PDF but I know others weren't too happy 
(from what I read on Amazon). 

I'm definitely looking forward to this. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328229
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion 9 books

2009-11-10 Thread Leigh

 Sometime after today.

That narrows it down :P






  


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328230
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Enterprise Blogging Solutions?

2009-11-10 Thread denstar

Maybe the FOSS can do something like ckeditor does:

http://ckeditor.com/

Commercial licensing for peeps that need it.

-- 
What does the future, that half of time, matter to the man who is
infatuated with eternity?
Emile M. Cioran

On Tue, Nov 10, 2009 at 1:40 PM, Steve Keator wrote:

 Mura won't work in this case.  If it could, I wouldn't be writing this.
 We use Mura day in and day out around here.

 Part of the client's requirements, no FOSS software, doesn't really help
 us with this one.  :-(

 As far as ASFusion, I'm not familiar with them, it looks like they are
 some sort of a custom solution provider.  When I spoke to my boss a
 little while ago, he made sure to mention that we won't be building
 something custom for this, specifically for the reasons that Alan
 mentioned (Guarantee on the box).

 I guess I'll be calling salespeople.  EEEK.

 Cheers,


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328231
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Enterprise Blogging Solutions?

2009-11-10 Thread Maureen

Most of my enterprise level clients are using products from Six Apart.
http://www.typepad.com/business/

On Tue, Nov 10, 2009 at 9:28 AM, Steve Keator skea...@mlinc.com wrote:

 Hello All,


 I've been trying to do some research and have come up pretty short.  Our
 company would like to keep this in the CF realm, since it's what we're
 used to working with.   It looks like some CMS solutions like ShadoCMS
 or HotBanana may work for us, however, since there really isn't much
 information on their site, and the fact that I really don't want to
 engage in conversations with annoying sales people, it's hard to tell
 for certai

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328232
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


(OT) Best windows subversion server

2009-11-10 Thread Michael Dinowitz

I'm trying to find the best windows based subversion server to install
in order to better manage Fusion Authority articles. I've narrowed it
down to VisualSVN and the server from CollabNet.

Does anyone have a preference for one over the other and why? My main
criteria is ease of use.

Thanks

--
Michael Dinowitz

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328233
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: (OT) Best windows subversion server

2009-11-10 Thread Jason Fisher

Have not used CollabNet, but the install from VisualSVN took about 20 
minutes a year ago and we haven't had to touch it since except to 
install update patches, which have been seamless.  Definitely solid.

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328234
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Enterprise Blogging Solutions?

2009-11-10 Thread Malcolm O'Keeffe

You and I know they are all great products.  The problem, however, is
that they're FOSS (Free-Open-Source-Software).  I can tell you that the
client is a very large financial institution, and because they are such,
they have very stringent requirements for creating ANY website.  We
could, of course, create a custom solution for them as well, however, my
bosses up the chain agree that we need to find a ready-made solution.

Steve, while we are huge proponents of open-source software, we do offer 
commercial licenses for clients who require them (usually Fortune 500 companies 
with an allergy against FOSS). 

We would be happy to talk with you about your project, and to see how Mura CMS 
(with a commercial license) could be useful for you. Our commercial license 
comes with full guarantees, indemnification, support, etc. 

Please let me know if you want to chat - via email if you like: malcolm (at) 
blueriver.com or via phone at (916) 608 8608. 

Thanks,

Malcolm O'Keeffe
Blue River Interactive Group
Mura CMS 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328235
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Ajax Query

2009-11-10 Thread Arsalan Tariq Keen

Tony,

Can you please provide me the code snippets of what you are talking about. I 
mean how will I set values of hidden fields... well actually I have visible 
ReadOnly TextFields in the parent window and upon the closure of the child 
window I need the values to be passed from the child window to these 
TextFields in the parent window.

Kindly plz help.

--
From: Tony Bentley t...@tonybentley.com
Sent: Wednesday, November 11, 2009 2:53 AM
To: cf-talk cf-talk@houseoffusion.com
Subject: Re: Ajax Query


 I know this is not the place to post such queries, but I am very
 stressed out now and can not find solution to my problem. Maybe
 someone hase had similar experience while using ExtJS with ColdFusion.


 My scenario is simple. Upon clicking a menu item on my homepage, a
 window opens. After filling out sertain textfields, when these fields
 loose focus, another modal window is opened having a grid. Now I want
 to the user to select one of the values listed in the grid and then
 press 'Done' button. Once this 'done' button is hit, I want the child
 window to close and the selected record in the grid of childWindow
 must be passed to the initial parent window.

 How can this be achieved?

 Regards,
 Arsalan

 Window is pretty loosely described. Is it a browser window or a DIV? There 
 would be different solutions for either situation. Modal window sounds 
 like a div. If so, you use javascript to get the value of each element 
 based on the id. Instead of using grid, can't you use something else that 
 would be easier to get values from? Even an 'li' would suffice. Then use 
 placeholders in your parent window, like hidden inputs to store the passed 
 values.

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328236
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Ajax Query

2009-11-10 Thread Tony Bentley

Sure, please provide some code. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328237
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Ajax Query

2009-11-10 Thread Arsalan Tariq Keen

Attached is my code for the Parent window (order_new_form.cfm) and the child 
window (order_new_gridPrice.cfm).

The code is lengthy and may seem filthy too...so I m summarising my goal
Initially a form is displayed in a parent window in which the user enters 
Article Number. The article number filed upon 'change' opens a child window 
in which I have to display a grid for further user selection. However to 
keep things simple for now I am just displaying a button which on click 
shall set the value of field quantity (to any arbitrary integer value for 
now) in the parent window and also then close the child form.

Many thanks in advance!

--
From: Tony Bentley t...@tonybentley.com
Sent: Wednesday, November 11, 2009 5:44 AM
To: cf-talk cf-talk@houseoffusion.com
Subject: Re: Ajax Query


 Sure, please provide some code.

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328238
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Enterprise Blogging Solutions?

2009-11-10 Thread Raymond Camden

And speaking for BlogCFC, I can also provide guaranteed support as
well, if that makes a difference.

On Tue, Nov 10, 2009 at 2:57 PM, Mark Mandel mark.man...@gmail.com wrote:

 ASFusion is the people behind Mangoblog.

 I have no idea if they *do* support for Mango, but its worth asking the
 question.

 Farcry *does* have a blogging platform, and they most definitely have a
 support plan/professional open source business.

 Mark


-- 
===
Raymond Camden, ColdFusion Jedi Master

Email: r...@camdenfamily.com
Blog  : www.coldfusionjedi.com
AOL IM : cfjedimaster

Keep up to date with the community: http://www.coldfusionbloggers.org

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328239
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: (OT) Best windows subversion server

2009-11-10 Thread John M Bliss

+1 for http://visualsvn.com

On Tue, Nov 10, 2009 at 6:03 PM, Jason Fisher ja...@wanax.com wrote:


 Have not used CollabNet, but the install from VisualSVN took about 20
 minutes a year ago and we haven't had to touch it since except to
 install update patches, which have been seamless.  Definitely solid.

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328240
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Ajax Query

2009-11-10 Thread Arsalan Tariq Keen

Here is my code:

===
order_new_gridPrice.cfm (Child window)
===


div id=test2/div


script type=text/javascript
Ext.onReady(function(){

var PANEL821 = new Ext.Panel({
autoHeight: true,
autoWidth: true,
id: myPanel,
renderTo: test2,
items: [
new Ext.Button({
handler: testHandler,
iconCls: icon-save,
text: Save Form,
dummy: true
})
],
dummy: true
});

function testHandler() {
//var b = document.getCmp('myWin');
var a = this.findParentByType('panel').id;
a = a.findParentByType('window').id;
Ext.Msg.alert('Test', a);
//new_order_form.form.findField('quantity2').setValue('12');
}

});
/script


===
order_new_form.cfm (Parent window)
===


script type=text/javascript

var dynForm;

//Ext.namespace (Ext.fozzy);
Ext.ux.OrderedFormPanel = Ext.extend( Ext.FormPanel, {
addAfter : function( targetElementName, elementToAdd ){
function recursiveView (targetElementName, 
elementToAdd, currentItem)
{
for( var i = 0 ; i  
currentItem.items.items.length ; i++ ){

var isArray = false;
try
{
if 
(currentItem.items.items[i].items.items.constructor == Array)
isArray = true;
}
catch (e) {}

if (isArray)
{
recursiveView 
(targetElementName, elementToAdd, 
currentItem.items.items[i]);
}

if( currentItem.items.items[i].id == 
targetElementName ){
currentItem.insert( i + 1, 
elementToAdd );
return;
}
}
}

recursiveView (targetElementName, elementToAdd, this);

}
});
/script


div id=new_order_form class=output/div
div id=article_form class=output/div

script type=text/javascript
var articleJSON = new Ext.data.JsonStore({
autoLoad: true,
remoteSort: true,
root: query.data,
totalProperty: recordcount,
url: articleJSON.cfm,
baseParams: {
limit: 100 },
fields: [ id,{name: article_number},article_name ],
dummy: true
});
/script


script type=text/javascript
Ext.onReady(function(){
var new_order_form = new Ext.ux.OrderedFormPanel({
bodyStyle: padding: 10px; ,
height: 501,
id: new_order_form,
labelAlign: top,
labelWidth: 100,
renderTo: new_order_form,
url: order_new_query.cfm?order=po{ts \\\'2009-11-10 
15:50:17\\\'},
width: 701,
bbar:
new Ext.Toolbar({
items: [
new Ext.Toolbar.Button({
handler: myHandler,
iconCls: icon-save,
text: Commit Order,
dummy: true
})
,
new Ext.Toolbar.Button({
handler: myHandler_reset,
iconCls: icon-cancel,
text: Cancel,
dummy: true
})
,
new Ext.Toolbar.Button({
handler: myHandler_add,
iconCls: icon-cancel,
text: Add +,
dummy: true
})
],
dummy: true
})
   

Re: ColdFusion 9 books

2009-11-10 Thread Gerald Guido

Sometime after today.

Huh... All of my open projects have the same deadline. Small world.

G!

On Tue, Nov 10, 2009 at 5:01 PM, Raymond Camden rcam...@gmail.com wrote:


 Sometime after today.

 On Tue, Nov 10, 2009 at 3:01 PM, Leigh cfsearch...@yahoo.com wrote:
 
  As Ray and others have noted, yes, the books are on their
  way.
 
  Dare we ask .. is there is a tentative release date yet? :)
 
  -Leigh
 
 
 
 
 
 

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328242
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion 9 books

2009-11-10 Thread Charlie Griefer

You're lucky.  The deadlines on all of mine went whooshing past a while back
:)

On Tue, Nov 10, 2009 at 7:54 PM, Gerald Guido gerald.gu...@gmail.comwrote:


 Sometime after today.

 Huh... All of my open projects have the same deadline. Small world.

 G!

 On Tue, Nov 10, 2009 at 5:01 PM, Raymond Camden rcam...@gmail.com wrote:

 
  Sometime after today.
 
  On Tue, Nov 10, 2009 at 3:01 PM, Leigh cfsearch...@yahoo.com wrote:
  
   As Ray and others have noted, yes, the books are on their
   way.
  
   Dare we ask .. is there is a tentative release date yet? :)
  
   -Leigh
  
  
  
  
  
  
 
 

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328243
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4