CFMX 9 - Spell Check

2012-10-03 Thread ColdFusion Developer

Does anyone know a means to implement Spell Check functionality into the
CFTEXTAREAs toolbar?

I don't think CFMX 9 has a SpellCheck engine so I have to find an
alternative.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352839
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Multi-Server install *help*

2012-07-03 Thread ColdFusion Developer

Okay, after raking my brain over the last few days, I cannot seem to get
this to work.

Goal: Run CFMX 7, CF 9 and CF 10 on same Development workstation (not
connected to internet).

Workstation: Running Windows 7 Exterprise with IIS 7 (*** Cannot use Apache
Web Server)

Constraints:
1. CFMX 7 is only approved for Network 1
2. CF 9 is only approved for Network 2
3. CF 10 is not yet approved for any network

Reason:
1. CFMX 7 -- is used by selected applications (and cannot upgrade to 8, 9
or 10)
2. CF 9 is the main site for all applications
3. CF 10 is being used to begin migrating the CF 9 applications into CF 10
and submit as a proof of concept using latest technologies.

Development Setup Process:

1. I am using CF 9 as the default IIS setup since it is more widely used
across the applications.
2. CFMX 7 was being installed as a stand-alone server (Port 8500)
3. CF 10 was being installed as a stand-alone server (Port 8501)

All three will run based on the setup process:
CFMX 7:  http://localhost:8500/cfide/administrator/index.cfm
CF 9:  http://localhost/cfide/administrator/index.cfm
CF 10:  http://localhost:8501/cfide/administrator/index.cfm

PROBLEM: How can I get CFMX 7 and CF 10 to use Windows Authentication like
CF 9???

CF 9 works perfectly fine but I need ALL THREE to use Windows
Authentications.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351807
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Multi-Server install *help*

2012-07-03 Thread ColdFusion Developer

I agree. I can have them all running independently at the same time using
two stand-alones and one within IIS.
Just was unsuccessful at connecting the two stand-alones (CFMX 7 and CF10)
to use Windows Authentication.

Had everything up and running like that but the two stand-alones would
use anonymous access instead.

Was hoping there was a JRUN setting or something that would tie it
together Back to the drawing board I guess.




On Tue, Jul 3, 2012 at 10:58 AM, Russ Michaels r...@michaels.me.uk wrote:


 Using virtual machines as dave suggests is the easiest option.
 If this option is not viable for you then you could install each separately
 as standalone, which will create separate windows services, however they
 will conflict so you will only be able to have one running at a time. It is
 possible to get them all to run on different ports but is even more hassle
 you prob dont want.

 Regards
 Russ Michaels
 On Jul 3, 2012 3:46 PM, Dave Watts dwa...@figleaf.com wrote:

 
   Goal: Run CFMX 7, CF 9 and CF 10 on same Development workstation (not
   connected to internet).
  
   Workstation: Running Windows 7 Exterprise with IIS 7 (*** Cannot use
  Apache
   Web Server)
  
   Constraints:
   1. CFMX 7 is only approved for Network 1
   2. CF 9 is only approved for Network 2
   3. CF 10 is not yet approved for any network
  
   Reason:
   1. CFMX 7 -- is used by selected applications (and cannot upgrade to
 8, 9
   or 10)
   2. CF 9 is the main site for all applications
   3. CF 10 is being used to begin migrating the CF 9 applications into CF
  10
   and submit as a proof of concept using latest technologies.
  
   Development Setup Process:
  
   1. I am using CF 9 as the default IIS setup since it is more widely
 used
   across the applications.
   2. CFMX 7 was being installed as a stand-alone server (Port 8500)
   3. CF 10 was being installed as a stand-alone server (Port 8501)
  
   All three will run based on the setup process:
   CFMX 7:  http://localhost:8500/cfide/administrator/index.cfm
   CF 9:  http://localhost/cfide/administrator/index.cfm
   CF 10:  http://localhost:8501/cfide/administrator/index.cfm
  
   PROBLEM: How can I get CFMX 7 and CF 10 to use Windows Authentication
  like
   CF 9???
  
   CF 9 works perfectly fine but I need ALL THREE to use Windows
   Authentications.
 
  If you really need all three to use Windows authentication, you need
  all three to be connected to IIS.
 
  First, you'll need three separate virtual servers in IIS.
 
  Second, you'll need to uninstall the web server connectors for CF 9.
 
  Third, you'll need to install the web server connectors for each
  version, ONLY to the IIS virtual server for that one site. Honestly,
  I'm not entirely sure this will work, but it's what I'd try first.
 
  Dave Watts, CTO, Fig Leaf Software
  http://www.figleaf.com/
  http://training.figleaf.com/
 
  Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
  GSA Schedule, and provides the highest caliber vendor-authorized
  instruction at our training centers, online, or onsite.
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351811
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Javascript error help!

2012-02-22 Thread ColdFusion Developer

Have you looked at this:
http://www.coderanch.com/t/119883/HTML-CSS-JavaScript/move-focus-control-because-it



On Wed, Feb 22, 2012 at 1:08 PM, Ken Hammond khamm...@saleminc.com wrote:


 I am running into this exact problem this guy had and cannot find a fix
 ANYWHERE.

 http://www.elliottsprehn.com/cfbugs/bugs/79033

 I can show some example code of mine but basically I'm having the same
 problem he is describing.  I have a hidden div with cfinputs that have
 masks and validation and I get the same error he is gettingů.  I don't have
 a problem in Safari, but I have the problem EVERY TIME in both IE8 and IE9ů

 I REALLY need help here!

 Ken Hammo

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350036
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


AutoSave function?

2011-01-06 Thread ColdFusion Developer

Let me start by saying I have to do this using CFMX 7. (CFMX 8 and 9 is not
an option right now).

I have a form with MANY TEXTAREA elements. Once a user decides to update the
text within any of the fields,
I want to fire off an autosave type function for the single item.

So far it is working well in using JS and HTTP.OPEN request and the actual
TEXT is part of the URL scope.

ex: http.open('get','/autosave.cfm?id=1000comment=this is my comment that I
want to save. This should be on the next line.');

It works very well BUT I lose the actual formatting of TEXT. It basically
becomes a single line as:

this is my comment that I want to save. This should be on the next line.

instead of:

this is my comment that I want to save.
This should be on the next line.

Items I have looked at are: using the JS escape() and unescape() functions
to populate the URL variable since it is built via JS.

I tried naming the main window such as:  myWin  and using JS on the
autosave.cfm file to obtain the value of the textarea field such as:
window.myWin.getElementById('mytxtfield').value and set that to a hidden
form field then do a dynamic form submission in thought that
I could maintain the formatting of the original text. But in this instance,
it indicates that window.myWin is not an object or is null.

I have verified that the window is being named as myWin (and spelled
correctly and used the same upper/lower case).

In lieu of just popping up a window with the textarea for the given field
and then saving it to the DB, then running a JS function to copy
the new text back to the parent window, is there another option to do inline
autosaves within CFMX 7?

Hopefully that made some sense as I can ramble at times.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340502
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Excel?

2010-10-12 Thread ColdFusion Developer

I am looking to see what other developers are using to read excel files as
datasources?

Here is the scenarios:

User downloads an Excel file
Loads it on their tablet PC and walks around filling in questions (Yes/No 
Comment type questions)
-- If yes, no comment required
-- If no, comment required

Once all questions are answered, they upload the excel file to the server.

I need to read the answers (Yes/No - Comment) and save them to the database.

I can create the excel file as a single worksheet without any problem.
Since it is multiple users, what is the best approach for obtaining the
results of the questions?

TIA!


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338051
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Windows File Replication: Suggestions?

2010-07-28 Thread ColdFusion Developer

Just a thought in the way of CF, build the DirectoryListener and then fire
off a script when it returns a change.
I think Ray has a nice example of how to use one:
http://www.coldfusionjedi.com/index.cfm/2007/10/29/DirectoryWatcher-and-ColdFusion-Image-Manipulation-Example



On Wed, Jul 28, 2010 at 5:52 AM, Dominic Watson 
watson.domi...@googlemail.com wrote:


 We have a bunch of Windows 2003 servers (not RC2) and I'd like to have
 a particular directory on them replicated in real time, i.e. file
 change on the master server instantly updates the slaves. In RC2 there
 appears to be some built in goodness for this, DFS Replication - but
 we don't have access to this. Does anyone have suggestions for a *Real
 Time* replication service that might perform the same task?

 N.B. I've considered using Robocopy on a scheduled poll or a CF
 EventGateway, but I'd much prefer a dedicated service.

 TIA

 Dominic

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335781
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: annoying table issue...

2010-04-08 Thread ColdFusion Developer

Based on the code snippets you provided, it will add the 1 pixel TD.

Do you have conditional logic around the last TD?

Can you paste the complete code snippet so it can be reviewed?
My initial thought is the conditional logic is not set up right.



On Wed, Apr 7, 2010 at 5:13 PM, Eric Roberts w...@witchnet.org wrote:


 I am having a browser rendering issue.  I have a dynamic table.  It is
 displaying radio buttons for a job assessment.  The assessment can have up
 to 10 responses, so the number of radio buttons is dynamic.  I have it set
 with 5 columns (a second row will show up if there are 6 or more
 responses).
 If there are less than 5 (from 6-9 responses) it puts radio buttons in the
 appropriate cells and then I use a spacer gif for the empty cells, so,
 for
 instance, if there are 2 responses, you have:  button button blank blank
 blank.  The cells have borders (using images rather than the table border).
 Here's the code (it repeats the response cells if there are more than 5
 obviously.)



 td align=center valign=middle #cell_width# #cellstyle#

 cfif get_answers.recordcount gte 1

 A href=## id=answer_detail_popup


 onMouseOver=document.getElementById('answer_detail_popup').style.cursor='de
 fault';stm(Text[1],Style[1])

 onMouseOut=htm()

 tabindex=-1

  cfinput type=radio

 name=assess_answer#GetAssess.CurrentRow#

 id=assess_answer#GetAssess.CurrentRow#

 checked=no

 value=#get_answers.answer_id[1]#

 required=no

 passThrough=title='#get_answers.answer_label[1]#'

 /a

  cfelse

img src=img/pixel.gif #cell_width# height=30 border=0

  /cfif

 /td

 td width=1 class=formborderimg src=img/pixel.gif width=1
 height=30 border=0/td





 The href is for an ajax call for a dynamic mouseover  label.  This snippet
 is repeated 5 times to generate the 5 cells across.cell width =
 'width=20%'





 This looks great in IE, but in FF, it adds a pixel to the last cell with a
 radio button to any rows that do not have 5 buttons.  Rows that are either
 blank or have 5 buttons render as expected.  I have tried adjusting the
 width of the spacer gif differently than the td width, but that didn't
 help.
 I have been banging my head over this all day.  Help!!!



 Any ideas?



 

~|
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:332755
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Shopping Cart for subscription based purchases

2010-03-16 Thread coldfusion . developer

I'm looking for a shopping cart that I can use to take order that are 
subscription based on reoccurring purhases. I've looked at Google's offering 
which is EXPERIMENTAL and Authorize.net's service.  Can anyone recommend a 
service that easy to manage?  Both Google and Authorize.net require working 
with XML data and I'm not quite sure how to work with their integration. Any 
examples of how to work with that would be awesome!

http://developer.authorize.net/api/arb/

http://code.google.com/apis/checkout/developer/Google_Checkout_Beta_Subscriptions.html


~|
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:331798
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Broken images in CFADMIN

2010-02-13 Thread ColdFusion Developer

I know thatere was a webpage contributed to this issue but not able to find
it this round.

I know of the one from adobe but that is not the issue.

I have Windows 7 Home Premium installed with CF 9 Dev edition running under
IIS.
When I load up CF Administror the images are broken (Missing).

I thought this has something to do with one of the IIS options but can't
remember which.

Anyone else experience 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:330703
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Cfloop List Multiple Charecter Delimiters

2010-02-12 Thread ColdFusion Developer

Why not make a duplicate of the list, use RegExp to replace oat with a
single delimiter such as a pipe | and then loop though the list. That way
you only have to do the loop once.




On Fri, Feb 12, 2010 at 9:12 AM, Paul Alkema paulalkemadesi...@gmail.comwrote:


 Hey guys thank you all for your help. I think the answer to my original
 question is no ColdFusion doesn't support multiple character delimiters
 however there are a few options for replacements.

 Charlie, I actually have been using conditional statements like your
 example
 for instances where I need to use multiple character delimiters, I just
 wasn't sure if there was a better way of doing this.

 Thanks though!
 Paul

 -Original Message-
 From: Leigh [mailto:cfsearch...@yahoo.com]
 Sent: Thursday, February 11, 2010 10:55 PM
 To: cf-talk
 Subject: Re: Cfloop List Multiple Charecter Delimiters


  My answer was just... keep it simple :)

 Always good advice :)






 

~|
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:330643
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SOT: directory protection

2010-02-12 Thread ColdFusion Developer

Why not route the downloads through a single CFM file (download.cfm?f=some
identifier) and then use CFCONTENT to serve up the PDF file.




On Fri, Feb 12, 2010 at 10:38 AM, Scott Mulholland smulholl...@aimg.comwrote:


 We have an app with a protected area that just using a basic session check
 in application.cfm.  In the protected area there is a directory of PDFs.
  No
 one can access them through the app without logging in.  If the person knew
 the url to the pdf though it would serve since application.cfm would not
 run
 to check the session.  Is there any quick way to secure these?  Maybe with
 windows authentication?  I know we could make a cfm page to look up and
 serve the file so the link to the pdf is never exposed but these are
 uploaded via a cms and the link put into the page by the client that would
 be more of a training exercise to make sure they are using the right link
 to
 the pdf, etc.







 

~|
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:330648
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF MX 6.1 - zipping files

2009-12-16 Thread coldfusion . developer

I'm stuck with CFMX6.1 for our Intranet and need to zip up a csv file after I 
created it from a query output.  Anyone have any ideas how zip functions were 
done back in the day? 8-)

Thanks

D


~|
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:329185
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Two Column Select Box?

2009-12-16 Thread ColdFusion Developer

Anyone develop a selectbox that shows two columns of data but only one
value?

Example:

option value=1XYZ  |   XYZ Corporation/option
 option value=1ABCD   |   AB Corporation of Delaware/option


Goal is to still have the two columns aligned as well.

TIA!


~|
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:329193
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Two Column Select Box?

2009-12-16 Thread ColdFusion Developer

Tried that as well. Does not line up.

Ex:

 option value=13M |   XYZ Corporation/option
 option value=1ABCDY  |   AB Corporation of Delaware/option

The first one is 2 characters and 5 spaces
The second one if 5 characters and 2 spaces

Both equal 7 spaces :-(

I am wondering if the is a CSS way to do it.

On Wed, Dec 16, 2009 at 4:37 PM, DURETTE, STEVEN J (ATTASIAIT) 
sd1...@att.com wrote:


 Search through the data to get the largest length for the item in the
 first column.

 Then when you are doing your loop, do cfset Variables.myTempFirstCol =
 FirstColValue  repeatString(nbsp, Variables.lenMax -
 len(FirstColValue) /

 Then output #Variables.myTempFirstCol#|#Variables.mySecondCol#

 Since the first column will now be a fixed length everything should line
 up.

 Steve


 -Original Message-
 From: ColdFusion Developer [mailto:cfdev2...@gmail.com]
 Sent: Wednesday, December 16, 2009 4:29 PM
 To: cf-talk
 Subject: Two Column Select Box?


 Anyone develop a selectbox that shows two columns of data but only one
 value?

 Example:

 option value=1XYZ  |   XYZ Corporation/option
  option value=1ABCD   |   AB Corporation of Delaware/option


 Goal is to still have the two columns aligned as well.

 TIA!




 

~|
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:329196
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Two Column Select Box?

2009-12-16 Thread ColdFusion Developer

Thanks!  Its ugly looking to use Courier but it works...

On Wed, Dec 16, 2009 at 5:08 PM, Charlie Griefer
charlie.grie...@gmail.comwrote:


 You'd need to style the option to use a fixed-width font.

 On Wed, Dec 16, 2009 at 2:03 PM, ColdFusion Developer
 cfdev2...@gmail.comwrote:

 
  Tried that as well. Does not line up.
 
  Ex:
 
   option value=13M |   XYZ Corporation/option
   option value=1ABCDY  |   AB Corporation of Delaware/option
 
  The first one is 2 characters and 5 spaces
  The second one if 5 characters and 2 spaces
 
  Both equal 7 spaces :-(
 
  I am wondering if the is a CSS way to do it.
 
  On Wed, Dec 16, 2009 at 4:37 PM, DURETTE, STEVEN J (ATTASIAIT) 
  sd1...@att.com wrote:
 
  
   Search through the data to get the largest length for the item in the
   first column.
  
   Then when you are doing your loop, do cfset Variables.myTempFirstCol =
   FirstColValue  repeatString(nbsp, Variables.lenMax -
   len(FirstColValue) /
  
   Then output #Variables.myTempFirstCol#|#Variables.mySecondCol#
  
   Since the first column will now be a fixed length everything should
 line
   up.
  
   Steve
  
  
   -Original Message-
   From: ColdFusion Developer [mailto:cfdev2...@gmail.com]
   Sent: Wednesday, December 16, 2009 4:29 PM
   To: cf-talk
   Subject: Two Column Select Box?
  
  
   Anyone develop a selectbox that shows two columns of data but only one
   value?
  
   Example:
  
   option value=1XYZ  |   XYZ Corporation/option
option value=1ABCD   |   AB Corporation of Delaware/option
  
  
   Goal is to still have the two columns aligned as well.
  
   TIA!
  
  
  
  
  
 
 

 

~|
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:329199
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Available CF Developer / Manage Servers / SEO and more ...

2009-12-16 Thread Coldfusion Developer

I am currently looking for an ongoing relationship with a company that needs
20 hours minimum a week of work.  I have been developing in CF since version
3.1 where I picked up CF working at Allaire.  I have 2 years experience
with managing cloud data centers (GoGrid and Amazon EC2).  Highly capable at
SEO and can demonstrate that easily upon request.  If you need someone to
wear multiple hats then I am that person.

My resume is available upon request.  I would be more forth coming with
information here but I am currently employed.

Regards


~|
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-jobs-talk/message.cfm/messageid:4268
Subscription: http://www.houseoffusion.com/groups/cf-jobs-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.11


Writing query to a csv file

2009-12-09 Thread coldfusion . developer

I have a need to write the output from aquery to a csv file without headers.

I've seen many examples where you can write the output from a query to a CSV 
file.  However
most of the examples I've seen require that the file be created first with 
headers and then then
ourput from the query is appended. I've tried to skip the file create and 
header insertion but the
data doesn't write to the csv correctly.  

Any advice?

cfquery name=get_all datasource=#datasource# maxrows=55
select *
from Employee_main
/cfquery

!--- Create the file with column header's. It is crucial that you have all the 
outputed text on one line with no spaces between the comma and the next column 
header.---
cffile action=write
file=D:\Inetpub\wwwroot\HR\employee\cfmscripts\contacts.csv
 output=ed_first_name,
 ed_last_name,
 ed_fi_last_name,
 ed_title,
 ed_email,
 ed_reports_to,
 ed_department,
 ed_division,
 ed_location,
 ed_phone_number,
 ed_extension,
 ed_submitted,
 ed_state,
 ed_country,
 ed_zip_code
 addnewline=yes 

 !--- Output the contents of the export_contacts query ---
cfoutput
cfloop query=get_all
#TRIM(ed_first_name)#,#TRIM(ed_last_name)#,#TRIM(ed_fi_last_name)#,#TRIM(ed_title)#,#TRIM(ed_email)#,#TRIM(ed_reports_to)#,#TRIM(ed_department)#,#TRIM(ed_division)#,#TRIM(ed_location)#,#TRIM(ed_phone_number)#,#TRIM(ed_extension)#,#TRIM(ed_submitted)#,#TRIM(ed_state)#,#TRIM(ed_country)#,#TRIM(ed_zip_code)#
 BR /   !--- Append (Insert) the contents of the query into the already 
created CSV file. Make sure that you keep all the output on one line exactly 
like the column header---

 cffile action=WRITE 
 file=D:\Inetpub\wwwroot\HR\employee_directory\cfmscripts\contacts555.csv
output=#TRIM(ed_first_name)#,#TRIM(ed_last_name)#,#TRIM(ed_fi_last_name)#,#TRIM(ed_title)#,#TRIM(ed_email)#,#TRIM(ed_reports_to)#,#TRIM(ed_department)#,#TRIM(ed_division)#,#TRIM(ed_location)#,#TRIM(ed_phone_number)#,#TRIM(ed_extension)#,#TRIM(ed_submitted)#,#TRIM(ed_submitted)#,#TRIM(ed_state)#,#TRIM(ed_country)#,#TRIM(ed_zip_code)#
 addnewline=yes 
/cfloop
/cfoutput


~|
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:329004
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Switched from CF to Java - need tool recommendations

2009-06-25 Thread coldfusion . developer

All,

I'm coming from a Dreamweaver and Enterprise Manager tool set and we've recently
moved to Java and MySQL.  I would appreciate some tool recommendations, 
especially
for MySQL.  Is there a tool out there that's similiar to Enterprise Manager?

Thanks

D


~|
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:323927
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: File upload with cffile errors with Mac OSX

2009-06-22 Thread ColdFusion Developer

She's using Safari version 3.2.3 

~|
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:323773
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: File upload with cffile errors with Mac OSX

2009-06-22 Thread ColdFusion Developer

Code I'm using for the file upload:

cffile action=upload filefield=fileUpload1 
destination=#application.absolutePath#assets/images/userPhotos/ 
nameconflict=makeunique accept=image/* /

I guess you could consider it newbyish since it's not in a CFC or custom tag, 
just a form processing page.

 The flash player on a mac sometimes needs an output to work right 
 especially on file uploads.
 
 How you do this depends on how you are doing the upload... basically 
 if you are doing it newbyish or in a cfc or custom tag.. Either show 
 some code or just output something like one of these:
 
 writeOutput(1)



~|
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:323774
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


File upload with cffile errors with Mac OSX

2009-06-20 Thread ColdFusion Developer

I have a file upload application that uses cffile. It's used primarily to 
upload photos to the server.

One client who is using a Mac with OSX consistently has issues uploading photos 
of any size (the tests she sent me are around 3MB). Cffile just craps out and 
none of the cffile variables are set, nor is the photo uploaded to the server.

I can upload the same photo(s) just fine with a Windows machine. She has tried 
various wireless and wired internet connections, as have I, with the same 
results.

Are there any known issues uploading files from a Mac w/ cffile? Has anyone 
else run across this before?

Thanks in advance! 

~|
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:323741
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Moving from CF to Java - redirecting old pages to new ones

2009-06-05 Thread coldfusion . developer

All,

We have over 100 cfm pages that we'll need to redirect to a reduced number of 
new,
few jsp pages.  Is the best way to do this at the server, IIS level or through 
the webpage
level.

I'm thinking, detect all requests globally and if they have a .cfm extension, 
look up that
page in a db and serve up the replacment page.

Thoughts?

Thanks

D


~|
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:323209
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF7 - Error Trapping CFCs

2009-06-01 Thread ColdFusion Developer

I have a web application utilizing CF7 and within the Application.cfc file,
I have a function called onError to handle the error trapping.

This works find for the simple errors but if an error occurs in a CFC, it is
not trapped.

I have the three error types specified as:

cferror type=exception template=/errors/fullhandler.cfm
 cferror type=request template=/errors/fullhandler.cfm
 cferror type=validation template=/errors/fullhandler.cfm

How can I trap CFC errors (other tran wrapping EACH cfc invoke call with a
CFTR/CATCH routine?


~|
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:323018
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF7 - Error Trapping CFCs

2009-06-01 Thread ColdFusion Developer

*** Disregard ***

I tracked it down to being an issue within the error handler itself.

For some reason it does not like the statement:  cfif IsStruct(error)..
blah blah/cfif

It was barking that the variable ERROR does not exists, even though
(correct me if I am wrong) but would be a structure of the error data?




On Mon, Jun 1, 2009 at 7:43 AM, Raymond Camden rcam...@gmail.com wrote:


 What does your onError look like?
  ** Di
 On Mon, Jun 1, 2009 at 6:09 AM, ColdFusion Developer
 cfdev2...@gmail.com wrote:
 
  I have a web application utilizing CF7 and within the Application.cfc
 file,
  I have a function called onError to handle the error trapping.
 
  This works find for the simple errors but if an error occurs in a CFC, it
 is
  not trapped.
 
  I have the three error types specified as:
 
  cferror type=exception template=/errors/fullhandler.cfm
   cferror type=request template=/errors/fullhandler.cfm
   cferror type=validation template=/errors/fullhandler.cfm
 
  How can I trap CFC errors (other tran wrapping EACH cfc invoke call with
 a
  CFTR/CATCH routine?
 
 
 

 

~|
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:323020
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Storing SSN ... I know, I know

2009-05-11 Thread ColdFusion Developer

What's a best practice for securely storing a social security number? I've 
talked myself blue trying to talk my client out of doing this, but the bank 
he's working with for this project absolutely, positively cannot process his 
transactions without the SSNs of our users (most of the businesses they work 
with are payroll companies with secure internal data storage, not a 
public-facing site like his will be).

What would you all recommend as a process/method for storing this info in the 
most secure way possible? Most of what I've read just says encrypt/decrypt it 
in the database and you're fine -- but I'm not so sure that's the best course.

Thanks in advance! 

~|
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:322390
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Storing SSN ... I know, I know

2009-05-11 Thread ColdFusion Developer

Thanks, Alan. This kind of info is exactly what I was looking for.

I've contacted my lawyer already; thank god I have a good one.

As for an admin area that lets them print the page --

They need to download and transmit the SSNs to their bank somehow. At first 
they were talking about doing a CSV download and upload, to which I replied 
hell no.

Any suggestions for 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:322396
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: list question

2009-05-01 Thread ColdFusion Developer

If I recall ListFind will return the numeric location of the list (if found). 
Using that numeric you can do a ListGetAt to get the next and previous.
 
cfset listLoc = ListFind(myList,5)
cfset nextItem = listGetAt(myList,listLoc+1)
cfset prevItem = listGetAt(myList,listLoc-1)
 
Something like that anyway... syntax may not be right but you get the idea 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322104
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFIDE/componentutils Not Found?

2009-04-28 Thread ColdFusion Developer

Yes. it points to:  C:\inetpub\wwwroot\cfide

Has to be some permissions issue some where

On Mon, Apr 27, 2009 at 1:24 PM, Dave Watts dwa...@figleaf.com wrote:


  IIS Setup for CFAdmin:
  Directory: d:\web\
  IP: 127.0.0.1
  Permissions: Intergrated Windows Authentication (anonymous access
 disabled)
  IIS Setup for CS (cf application):
  Directory: d:\web\cs\
  IP: 10.11.12.13 (changed for security purposes)
  Permissions: Intergrated Windows Authentication (anonymous access
 disabled)
  Within the CS application, there is a virtual directory: SERVICES which
  points to:
  D:\web\cs\services
 
  I have a CFC in the SERVICES directory named:  reportservice.cfc
  Path: D:\web\cs\services\reportservices.cfc
  I do have the CF Mapping setup as well:
  /SERVICES --- D:\web\cs\services
  /CFIDE Mapping points to:  D:\web\cfide
  Now to the issue:
  ==
  If I call the web service via URL using 127.0.0.1 it returns the nice
 layout
  outlining the methods within the CFC:
  http://127.0.0.1/services/reportservice.cfc which redirects to:
  http://127.0.0.1/CFIDE/componentutils/cfcexplorer.cfc?
 
 method=getcfcinhtmlname=Services.reportservicepath=/Services/reportservice.cfc
 
  However, for it to be used it would be called externally at:
  http://www.mydomain.com/services.reportservice.cfc
  If I call that URL I get the following:
  File not found: /CFIDE/componentutils/cfcexplorer.cfc
  Any ideas? and BTW: Yes, the directory does exist at:
  d:\web\cfide\componentutils and the file exists:  cfcexplorer.cfc

 Does your virtual web server have a mapping to /CFIDE?

 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 informati

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322046
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CFIDE/componentutils Not Found?

2009-04-27 Thread ColdFusion Developer

IIS Setup for CFAdmin:
Directory: d:\web\
IP: 127.0.0.1
Permissions: Intergrated Windows Authentication (anonymous access disabled)
IIS Setup for CS (cf application):
Directory: d:\web\cs\
IP: 10.11.12.13 (changed for security purposes)
Permissions: Intergrated Windows Authentication (anonymous access disabled)
Within the CS application, there is a virtual directory: SERVICES which
points to:
D:\web\cs\services

I have a CFC in the SERVICES directory named:  reportservice.cfc
Path: D:\web\cs\services\reportservices.cfc
I do have the CF Mapping setup as well:
/SERVICES --- D:\web\cs\services
/CFIDE Mapping points to:  D:\web\cfide
Now to the issue:
==
If I call the web service via URL using 127.0.0.1 it returns the nice layout
outlining the methods within the CFC:
http://127.0.0.1/services/reportservice.cfc which redirects to:
http://127.0.0.1/CFIDE/componentutils/cfcexplorer.cfc?method=getcfcinhtmlname=Services.reportservicepath=/Services/reportservice.cfc

However, for it to be used it would be called externally at:
http://www.mydomain.com/services.reportservice.cfc
If I call that URL I get the following:
File not found: /CFIDE/componentutils/cfcexplorer.cfc
Any ideas? and BTW: Yes, the directory does exist at:
d:\web\cfide\componentutils and the file exists:  cfcexplorer.cfc
I have been at this since Thursday!!
Any comments, suggestions???


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321977
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CF8 Server Monitor Question

2009-04-16 Thread Experienced Coldfusion Developer

Hi folks,

I have a situation at work where the following is occurring.  We are in a Linux 
based (websphere) environment running CF 8.  When we try to launch the Server 
Monitor, the initial screen says ‘ColdFusion is not currently running’, but 
it is.  The context is reported as ‘iws’, when in actuality, it is 
‘IWS’.  If we update the context to IWS, we can login to the monitor.  
Unfortunately, however, the ‘start monitoring’ button is not available and 
all we can do is look around, but we can’t actually do any monitoring.

Any thoughts?

Thanks!

Dave


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321643
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: expert sql challenge

2009-04-14 Thread ColdFusion Developer

Have you looked into StoredProcs?  Push the load off the web server onto the
SQL Server (or Oracle whichever)



On Tue, Apr 14, 2009 at 3:38 PM, Richard White rich...@j7is.co.uk wrote:


 Hi

 we have a relational database and one task is taking far too long but we
 cannot see any way to improve it, although i do feel there is a way to
 massively improve it... so would like some expert help on this

 we have a normal table which has a One-to-Many table coming off of it...

 table 1 is client details (one to one table), and table 2 is client
 telephone numbers (one to many table and has the clientid as a foreign key)

 we need to process a query that contains all the client details that have
 the telephone numbers put into one cell and separated by commas

 for example, this is the output query that we need
 client details | telephone numbers
 
 mr client 1| 123456789,234567891,21342
 mr client 2| 583736245,828262u82

 we have no idea if there is a way to ask SQL to combine the one to many
 telephone numbers into one cell and seperate them by commas

 for now we are getting all clients. then in a seperate query we are getting
 all telephone numbers.

 we then add a column to the clients query.

 then we run an outer loop to loop through all clients, and an inner loop
 that runs through all the telephone numbers, and appending the telephone
 number to the client if the client ids in both queries match.

 this seems a very long way around it but are not sure if there is a better
 way

 we would appreciate any suggestions to improve this

 thanks




 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321584
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Java Training: moving from CF to Java

2009-03-11 Thread coldfusion . developer

1) We're moving our platform form CF to Java and XML and XSL transformations
and I need to get some training in the Southern New Hampshire, North Shore or 
Massachusetts.  Can anyone make any recommendations?

2) Also I'm going to Barnes and Noble to find a good book.  Does anyone have and
suggestions for a good book?

3) Does anyone know of any good discussion groups like CF-Talk for Java Web 
development?

4) Can anyone share with me how this technology integrates into a Java 
development
environment? In laymans terms. 8-) http://www.hibernate.org/

Thanks

Dan


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320364
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF Commerce Soltuions needed -buy and sell

2009-02-24 Thread coldfusion . developer

Hi All,

A lot like EBay, I have a client that wants to create a niche site where people 
can list specific used items to be sold.  I'm looking for advice on a 
transaction
processing service that will allow my client to process, hold and release funds 
and transactions.  They know they could just create a store on EBay, but 
they want to have these items on their own site and use EBay as a secondary 
sales channel. They want to keep the credit card and transfer 
(transaction/service)
fees as low as possible. Any testimonials, advice would be very much 
appreciated.

Thanks

D


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319740
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Looking for some side work

2009-01-01 Thread Coldfusion Developer
Marc --- I had left this account idle for a month or so, are you still
looking for help?



On Sat, Oct 25, 2008 at 8:39 AM, Marc Raber m...@prosplay.com wrote:

 Brian - i am looking for some help.  Please send me your resume.

 thanks.

 Good Afternoon,
 
 Sending out a quick note to anyone on the list who may be looking for a CF
 Developer with Server Management experience to do consistent part time
 work
 in terms of maintenance, bug fixes and adding new features.  I have been
 using Coldfusion since version 3.0.  If interested in learning more please
 shoot me an email and I can get you my full resume.
 
 Regards
 Brian

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-jobs-talk/message.cfm/messageid:4170
Subscription: http://www.houseoffusion.com/groups/cf-jobs-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.11


Re: 127.0.0.1 works, localhost doesn't -- 413 error

2008-12-10 Thread ColdFusion Developer
 If I might make a wild guess: you have a header that is too large.
 Probably deleting some cookies in your browser will fix it.


AAAHHH! The gremlins got me ... this fixed it. Thanks Jochem! 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316552
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


127.0.0.1 works, localhost doesn't -- 413 error

2008-12-09 Thread ColdFusion Developer
I was doing some development work on my local machine today, setting up a new 
install of BlogCFC, and ran across a strange issue.

I hit refresh to test some changes and all the sudden got a JRun Servlet Error: 
413 Header Length too large

I was accessing the local site using http://localhost:8500/site

I noticed that http://127.0.0.1:8500/site works just fine -- no error.

But I can't access any sites under my ColdFusion web root using localhost.

Environment: CF 8.0.1, stand-alone server install.

I tried uninstalling/reinstalling CF -- no dice.

Any ideas? Thanks! 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316515
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


caller.variablename question

2008-11-17 Thread coldfusion . developer
All,

I have an include that I want to place a variable in from a main/caller page.  
The variable 
will be passed from the main page into the included *.cfm file.  Would I do 
this by setting 
the variable from the main page and then in the include using the 
caller.variablename?

Thanks

D


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315359
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


.Net Training C# for .Net training in New Hampshire or N.Shore of Mass

2008-11-14 Thread coldfusion . developer
Would anyone be able to recommend good company for 
classroom training for .Net 3.5 and C# for .Net?

Thanks.

Dan


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315293
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF to .Net - recommended training?

2008-11-10 Thread coldfusion . developer
My company is switching to .Net.  Any specific recomendations about what I 
should
be looking for to get proper training?

C Sharp?
Visual Basic?

Any directions would be appreciated.

Thanks

D


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315022
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Lines of credit or credit account online

2008-10-28 Thread ColdFusion Developer
Hi all,

I had an interesting request from a client and I'm not finding much info out 
there on what the client needs.

Without going into too much detail (love those NDAs!), the client wants to 
offer instant-approval lines of credit to Web site visitors. In essence, the 
thinking is: visitor goes to the site, enters info on a credit app, and either 
gets approval for a set amount of credit or doesn't.

My question: What service does the client need to approve those credit apps? A 
regular merchant account or something else?

I've helped set up regular merchant accounts for e-commerce but have never 
dealt with this area before.

Thanks in advance for any and all input! 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314428
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Lines of credit or credit account online

2008-10-28 Thread ColdFusion Developer
 Are you looking for an actual credit-check service with an API? or are 
 you looking for the bank that would actually back the credit line?
 

That's a very good question. I'm not sure my client really knows which one is 
needed and I have absolutely no knowledge of how this process works ... so my 
answer is Dunno!

The client's exact words were: I want visitors to fill out a form and submit 
it and get approved for a line of credit they can use to pay for services on my 
site.



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314450
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Lines of credit or credit account online

2008-10-28 Thread ColdFusion Developer
Wow!

All wonderful information, guys, and many different points that I'm sure my 
client has not considered.

I really, really appreciate this.

I guess I'm going to have to go back to this client and hash out the exact 
requirements before I can give the price estimate for this portion.

But you all have given me a lot I can use to guide them to a final outcome -- 
thanks!

Any other input is definitely welcome -- I'm not going to be talking to the 
client again until next week ... keep it coming! 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314481
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Lines of credit or credit account online

2008-10-28 Thread ColdFusion Developer
The first way I read that line, is this is a company that already deals 


If they do not do this, then much work and risk is ahead for you and them.

;P Thanks, Ian.

Unfortunately, it's the latter. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314496
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Recommend a Workflow Engine in CF

2008-10-08 Thread Coldfusion Developer
Chris -- Did you ever do anything with your workflow engine?

 Have you found anything in terms of a CF workflow engine?  If not I am 
 currently working on an open source workflow engine, I have the core 
 complete and would like to help you out.
 
 -chris
 
  I'm looking for a state machine workflow engine written in (or 
 easily 
  consumed by) ColdFusion but I can't seem to find anything. Does 
 anyone 
  know of or (better yet) have experience using one? 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313602
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


How do I extract session.id value

2008-09-19 Thread coldfusion . developer
All,

The explanation below makes sense, but I'm tryiing to understand how do I grab 
and extract the jsessionid 
variable to I can prepend it to my session.cfid  session.cftoken in my URL 
session management.
When I create a blank page within a directory that contains session management 
and try to outout
the variable session.jsessionid, the variable won't part and I just get the 
variable name.

cfapplication name=id sessionmanagement=yes clientmanagement=yes 
setclientcookies=yes 
cfset session.sessionID = session.cfid  session.cftoken 

EXPLANATION
If you have clustered JRun or ColdFusion running on JRun then you may have ran 
into an issue with sticky sessions. This little technical tidbit may help you 
out and you will better understand how JRun handles sticky sessions. Many 
people think that the connector handles sticky sessions with a table of current 
sessions. Well, it is much simpler than that and here is how it works.
Sticky sessions hinge off of the jsessionid but not the entire id. When you 
create a JRun cluster the first time the server starts after it is added to a 
cluster a file called 
{cfusion}/servers/{servername}/SERVER-INF/connector.properties is created and 
the file contents look something like this:
#Sat Nov 22 07:36:43 EST 2003
server.id=c830
The server.id is a 4 character string that is used to pre-pend on the front of 
every jsessionid that is created by that server. The connector has a listing of 
all server id's for all servers in a cluster and looks at the jsessionid and 
determines which server to route the request to. So a jsessionid created by the 
server with the id c830 will look something like this c830. By 
default sticky sessions are set to on even though the JRun documentation states 
otherwise. You can disable sticky sessions by modifying the jrun.xml with the 
following XML.
service class=jrun.servlet.jrpp.JRunProxyService name=ProxyService
. 
attribute name=StickySessionsfalse/attribute
. 
/service
You should really leave sticky sessions on unless you are not using the session 
scope at all. If you are using in-memory session replication you should leave 
sticky sessions on as well.
If you run into a problem with sticky sessions the first thing to look at is 
the users jsessionid, make sure it has the first four characters of a valid 
server.id. If it does not all requests with that session id will be round 
robined across all servers in the JRun cluster.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


Ray Camden's Galleon - Forums

2008-09-18 Thread coldfusion . developer
Has anyone had any expereince with Galleon on a Clustered configuration?
My problem is successful logins aren't sticking.  I read in the documentation
that all you need to do is prepend the jsessionid variable to the session 
variable.
I can find a session variable being set.

Could use some friendly advice.

Thanks

D


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


Need a Google Analytic like reporting tools for CF Application use history

2008-08-14 Thread coldfusion . developer
I want to analize the historical activies of our applications that Google 
Analytics can't track.  
We recently started using GA some there's isn't a lot of history.

I’m trying to get a sense of utilization of the various sections of our site, 
especially those supported by a specialized application.  I can dig out a lot 
of view usage via Google Analytics by viewing and parsing URL strings, however, 
that only paints some of the picture.  Since I have access to the back end, I 
was looking for a tools I could use see run reports on query information for 
instance how many store locator searches are performed.  

Thanks

D-

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


Single vs Cluster - Session Variables - session.cfid HELP

2008-07-30 Thread coldfusion . developer
Why is it that I can get a I thought a session.cfid out of a single server 
config, but not a cluster?

From the code below, I get an error on a cluster configuration.

Element CFID is undefined in SESSION. 

 
The error occurred in D:\Inetpub\wwwroot\website\Application.cfm: line 9

7 : 
8 : !--- central data source ---
9 : cfset session.sessionID = session.cfid  session.cftoken
10 : cfset application.imagePath = /images/
11 : 




cfapplication name=id sessionmanagement=yes clientmanagement=yes 
setclientcookies=yes
!--- set DTD ---

!--- central data source ---
cfset session.sessionID = session.cfid  session.cftoken
cfoutput
sessionID: #session.sessionID#br
cfid: #session.cfid#br
cftoken: #session.cftoken#br
/cfoutput

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


Sticky Sessions - managing session variables- Any Difference?

2008-07-28 Thread coldfusion . developer
Is there a difference between regular application, session variable managment 
vs how it 
should be done using sticky sessions?  

Does anyone know of any good articles?

Thanks

D


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


Galleon Forum - Ray Camden's Forum project

2008-07-08 Thread coldfusion . developer
I'm getting Data source Galleon not found.  Has anyone worked with Ray 
Camden's
Forum software.  I can't find where the datasource is set and I've searched 
through all
the related files.No matter what I make adjustments to, the error persists.

Thanks

D 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


CF vs .Net or PHP - need arguement help

2008-07-02 Thread coldfusion . developer
Our company, a large nationwide organization is creating an RFP to redo our 
entire site
from scratch for agnecies to review.  The marketing folks are asking the 
agencies to 
recommend a application platform as a part of the RFP.  I know most agencies 
use 
..net or php, but that will be for their advantage and not our existing CF 
staff. 

I need some guidance from someone that's been down this road before. I don't 
want us
to switch technologies just beacuse it's what the agencies use. Why aren't 
there more 
agencies using CF?

D


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


Google Analytics - no templates, lots of pages

2008-06-19 Thread coldfusion . developer
All,

I've got this site with several hundred pages, multiple directories.
Was wondering what the best way to implement Google Analytics.
I was going to use onrequestend, but that will insert the code after
the /body tag, utilize the application.cfm/cfc file and it loads before
the body tag. I do have a global topnav.cfm file that's used throughout
the site but that would be loaded right after the body tag.  Are there
any known issues to this.  I understand that the goal is to have the
script load within the body tag.  

Thoughts?

Thanks

D


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


CFLOOP - why are there duplicates?

2008-06-19 Thread coldfusion . developer
I'm trying to us the output from a query to loop through and insert statement.
My original query has 100k for a recordcount.  When I run it through the insert
statement below, I end up with 200k inserts.  Just need another set of eyes.

Thanks.

CFLOOP query=getmailids
CFQUERY name=INS_TASK_DONE_DATE datasource=stonyfieldcustom
INSERT INTO sub
(
mailprofileID,
newslettertypeID,
datesubscribed
)
vALUES
(
#getmailids.mailprofileID#,
681065,
#CreateODBCDateTime(now())#
)
 /CFQUERY 
 /CFLOOP  


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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


Protecting images

2008-06-11 Thread ColdFusion Developer
Hi all,

I have a client interested in protecting images (specifically Powerpoint slides 
turned into JPGs) from copying, printing, and screen-grabbing.

I told her that basically there is no foolproof way to do this, but I also 
promised I'd research solutions.

Her site is on a shared host, so installing some kind of DRM software isn't an 
option.

So I'm throwing it out to the smart brains here ... how have you handled this 
effectively? What are some options?

Thanks! 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Re: Protecting images

2008-06-11 Thread ColdFusion Developer
I know ... and I've explained that to her, but I was asked to explore every 
option ...

I personally think if they HAVE to display these images, watermarking then 
converting to flash is their best option (as well as copyrighting the images so 
if the images are stolen the client has a bit of recourse in the end).

But I know I'm not the only one who's faced this issue so I'm wondering what 
others have done.

If you send it to the browser in any way... including flash... it can be
saved by the end user.

.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Flex/ActionScript 3 Instructor-led Training

2008-06-09 Thread coldfusion . developer
All,

Can anyone recommend training in the Southern New Hampshire, Northeastern Mass 
area? 

What are some of the popular discussion forums for Flex and ActionScript 3? 
Like HOF?

Any other good online video training resources I'm not aware of other than 
TotalTraining.com, tv.adbe.com or Lynda.com?

Thanks

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Consumer Video Upload on a budget

2008-05-29 Thread coldfusion . developer
All,  Need some advice, opinions.

We are presently using Brightcove for our video interface and content delivery.
However, any consumer video that is uploaded through their interface is 
considered
Brightcove property.  For legal reasons, we need to create an upload mechanism 
that will
allow us to retain ownership of our consumer videos and then upload the video 
to 
Brightcove ourselves.

I've built file upload mechanisms before but was wondering if there are any 
issues I might run into
beside what I can think of due to the size of the video files ... timeouts, 
storage or file type restriction.

Thanks

D

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


CF Store Locator - almost there - order results

2008-05-18 Thread coldfusion . developer
This the last thing I have to figure out. 

I've got this CF store finder application that does what it's suppose to do. It 
takes
the zipcode and the radius and returned an order list of zipcodes sorted by the
distance from the original zip code entered.  The only problem is when I plug
this list of zip codes, into a query to extract a list of store locations, it 
returns 
the list of stores NOT in the same zipcode order, order by distance. 

Why aren't the stores being returned in the same order as the zipcodes returned?

My query to the stores database that is taking the zipcode ordered list sorted
by distance to the original zipcode entered of 01860 is ...


SELECT *
FROM dbo.tblstores
WHERE (Phone  '') AND (lat IS NOT NULL) AND (long IS NOT NULL) AND 
(active = 1) AND (zip IN (01860, 03858, 01985, 01913, 03865, 01830, 03827, 
01834, 
  03848, 01950, 01922, 01832, 01835, 03826, 01833, 01952, 
03811, 03874, 03819, 03844, 01951, 03841, 01969, 03833, 01921, 03079, 03873, 
03842, 
  01844, 01845, 01841, 01840, 03044, 01843, 01938, 03862, 
01983, 03885, 03042, 01810, 03036, 03087, 03038, 03840, 01949, 03077, 03857, 
01982, 
  03076, 03870, 01984, 01864, 01929, 01923, 03053, 01826, 
01876, 01850, 03801, 01915, 01852, 03290, 03032, 03824, 01940, 01887, 01960, 
01854, 
  03051, 01944, 03291, 03854, 03034, 01851, 01867, 03904, 
01930, 01970, 03109, 01862, 01966, 01821, 01880, 03903, 03905, 01879, 01863, 
03060, 
  01904, 01945, 03103, 03037, 01824, 01803, 02180, 03820, 
01907, 01902, 03825, 03104, 01801, 01905, 01906, 03101, 03062, 01901, 03054, 
03063, 
  02176, 03102, 03110, 01827, 03106, 01890, 01741, 03261, 
01886, 01730, 02148, 03909, 03869, 01908, 02151, 02173, 02155, 02149, 03908, 
03878, 
  03049, 03884, 02174))

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Store Locator - Mass Import

2008-05-12 Thread coldfusion . developer
I have a client that wants me to build a *.csv file upload mechanism that will
import store location information.  They haven't been very good about providing 
well organixed data and I'm concerned that no matter how well a scrit I write to
parse through the data to ensure data integrity, I would recommend importing
large amounts of data through Enterprise Manager.  I know this is a top level
description, but what do all of you think?  What If some non technical person
tried to upload a *.csv file with bad data?

Thoughts?

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


CF Opinions: best AIR developement methods

2008-05-08 Thread coldfusion . developer
All,

On the Adobe AIR product page, they ask what type of developer are you?

http://www.adobe.com/products/air/

Other than knowing the technologies with each developer type, how does 
someone that is just starting to learn AIR know the benefits and drawbacks
of each approach? 

Maybe I'm thinking too much.  I understand the foundations of the various 
technologies implied for each type. I guess I'm concerned about the pieces
to the puzzle beyond these known technologies other than wrapping them
in the AIR interface.

Any opinions would be greatly appreciated.

Is there a large difference from the wizard(s) in Dreamweaver compared to using 
Flex?
Are there other automated ways to package AIR applications?

Thanks

D

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Store Locator - Exporting Importing data - best methods ???

2008-04-23 Thread coldfusion . developer
Hi All,

I've built a store location and an admin tool to maintain the store data.  But 
now the
folks in Marketing want to export the data and then import it back into the 
database.

I planned on just exporting the data to a xls file and then import the same xls 
after it's been
updated at a csv.  I just get nervous when there's too much exporting and 
importing.

Does anyone have any other ideas that they themselves have successfully 
implemented?

Thanks

D

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Parse phone number characters - almost there ...

2008-04-22 Thread coldfusion . developer
I've got different phone number formats due to an csv import.  I'm trying to 
remove 
phone number formating from the database and just have the numbers.  As I parse
through my phone numbers from a query, this code is throwing errors.  I'm 
trying to
get rid of ')', '(', '.' and '-'

cfset phone = rereplace(phone, (, , all) /
cfset phone = rereplace(phone, ), , all) /
cfset phone = rereplace(phone, ., , all) /
cfset phone = rereplace(phone, -, , all) /

Thanks

D

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Need to pass multiple value from a CFC - stuck

2008-04-20 Thread coldfusion . developer
All,

To see the cfdump, first go to ... 
http://209.41.164.253/store_finder/application/zip.cfm 
or see cfdump below 

I need to pass the zipcodes info from a cfc to another query that looks up 
stores that contain these
zip codes. I need multiple value returned from the CFC that creates this 
result. How do I do this?
When I try to return the cfc values for zip I get a single zip code.  How do I 
get all the zip?  I'm not
good at Structs or Arrays.

01860,03858,01985,01913,03865,01830, query
RESULTSETquery
 CITYDISTSTATEZIP
1MERRIMAC 0 MA 01860 
2NEWTON 2.9757394062 NH 03858 
3WEST NEWBURY 3.06730100998 MA 01985 
4AMESBURY 3.75117219798 MA 01913 
5PLAISTOW 4.50656894395 NH 03865 
6HAVERHILL 4.81549111708 MA 01830 

CACHEDfalse 
EXECUTIONTIME0 
SQLselect * from qSquareSearch where dist ? 
SQLPARAMETERSarray 
15 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


ZipMonger - Store locator - ARGH! - zip codes retuned - problem

2008-04-18 Thread coldfusion . developer
All, Any familiar with the ZipMonger CFC?

I've got this great store finder all setup with GoogleMaps integration and I'm 
running into a slight problem.
In certain instances, surrounding town zip code are not showing up.  Tracking 
down one mising zip code down, showed that it's in my zip code database, it's 
in the store database, but the CFC isn't including it within the list of zip 
codes returned.

What's strange is when Imenaully query the store database for the following 
query, I still get stores that have no zip code value and some lats and longs 
that are NULL.  Could my database be corrupted?

SELECT *
FROM dbo.tblStores
WHERE (lat IS NOT NULL) OR
  (long IS NOT NULL) OR
  (Zip  '')

Here are my zipmonger settings and the query to the store database.
 cf_zipmonger
  DataSource=#datasource#
  ZipTable=zipcode
  ZipCodeField=zipcode
  ZIPQueryParam=CF_SQL_VARCHAR
  OriginZipCode=#form.ZIPInput#
  Radius=#form.ZIPRadius#
  LatitudeField=Lat
  LongitudeField=Long
  MaxRadius=9

cfquery name=get_stores datasource=#datasource#
select *
from dbo.tblStores
where active = 1 AND zip IN  (
cfqueryparam value=#Variables.ReturnedZIPS#
  cfsqltype=cf_sql_integer list=yes /)

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Strange Behavior - stumped

2008-04-16 Thread coldfusion . developer
On some browser this page shows up fine, on other the page is garbled. Can you 
see this page ok?

http://209.41.164.253/store_finder/storefinder.cfm

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


CFWindow with forms

2008-03-25 Thread coldfusion . developer
I'm looking for some sample use of cfwindow using a form and closing the 
cfwindow
once the form passes validation and backend processing. I've search and found a 
few 
great articles by Ray Camden, but I wanted to see the whole thing put together 
to grasp
the entire concept.

http://www.coldfusionjedi.com/index.cfm/2007/7/27/Update-to-ColdFusionBloggersorg-Ajaxbased-Contact-Form

Any direction, link etc would be great.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Lookup zipcode by on ip address

2008-03-14 Thread coldfusion . developer
Hi All,

Does anyone know of any custom tags or articles that discuss how to do this?

Thanks

D

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Get a digit out of large number

2008-03-10 Thread coldfusion . developer
Hi All,

I'm trying to figure out how to grab a specific digit in a number.  For example 
if I have
34859, I want to grab the third digit from the right or 8 for evaluation.  How 
do I do this?

I've got so far ...

CFSET digits = len(getdon.recordcount)  to get the number

The I could use right with a count but when I get to the second digit, right 
includes
the the last and second to last digit.

Thanks.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Add form fields dynamically

2008-03-04 Thread coldfusion . developer
All,

I'm starting to build a basic form where the user can indicate the number of 
children they have.
What I want to do is based on the number of kids value, dynamically generate 
birthday form fields.

Any posts, articles or ideas would be great to get me started.  Thanks.

form id=form1 name=form1 method=post action=
  labelNumber of Kids: 
  select name=kids id=kids
option value=11/option
option value=22/option
option value=33/option
option value=44/option
option value=55/option
option value=66/option
option value=77/option
option value=88/option
option value=99/option
option value=1010/option
option value=/option
  /select
  /label
  pMonth:
label
select name=month id=month
  option value=01 selected=selectedJan/option
  option value=02Feb/option
  option value=03March/option
  option value=04April/option
  option value=05May/option
  option value=06June/option
  option value=07July/option
  option value=08Aug/option
  option value=09Sept/option
  option value=10Oct/option
  option value=11Nov/option
  option value=12Dec/option
n bsp;   /select
/label 
  Day: 
  label
  select name=Day id=Day
option value=01 selected=selected01/option
option value=0202/option
option value=0303/option
option value=0404/option
option value=0505/option
option value=0606/option
option value=0707/option
option value=0808/option
option value=0909/option
option value=1010/option
option value=/option
option value=1212/option
option value= 1313/option
option value=1414/option
option value=1515/option
option value=1616/option
option value=1717/option
option value=1818/option
option value=1919/option
option value=2020/option
option value=2121/option
option value=/option
option value=2323/option
option value=2424/option
option value=2525/option
option value=2626/option
option value=2727/option
option value=2828/option gt;
option value=2929/option
option value=3030/option
option value=3131/option
  /select
  /label
  Year:
  label
  select name=year id=year
option value=2004 selected=selected2004/option
option value=20052005/option
option value=20062006/option
option value=20072007/option
option value=20082008/option
  /select
  /label
  /p
  pnbsp;/p
/form

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


cfscript help using cfloop to name function with cf var - argh!

2008-01-28 Thread coldfusion . developer
I've got most of this working.  I'm just having a hard time getting the cf 
variables
to parse out when naming the javscript function.  Everything works fine except
when I try and wrap a cf variable around the function name.  Any ideas? Thanks.

Also can anyone recommend a good way to troubleshoot Javascript errors? 
IE is such a big help. Not!  LOL.  Thanks.


CFLOOP query=get_cand
cfquery name=GET_PARTYNAME datasource=#datasource#
SELECT *
FROM tbl_flavor_party
WHERE FLV_PARTY_ID = #get_cand.FLV_PARTY_ID#
/cfquery
cfset COUNT = (COUNT + 1)
cfset htmlcontent = htmlcontent#COUNT#   
cfset showWindow = showWindow#COUNT# 
   script type=text/javascript language=javascript
   cfoutput#toScript(htmlcontent1,html)#/cfoutput
   
function cfoutput#showWindow#/cfoutput() {   

  var win = new Ext.Window({
 width:400,
 height:400,
 title:cfoutput#GET_PARTYNAME.FLV_PARTY# - 
#get_cand.FLV_FLAVOR#/cfoutput,
 autoScroll:true,
 modal:true,
 html:html,
 animateTarget:btnHello
  });
  win.show();
   }   
   /script
 /CFLOOP

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


CF App throwing Access access error

2008-01-25 Thread coldfusion . developer
Everyone is logged out, and there's no lock on the access file.
This error still persits.  Any ideas?  I've seen this a long time ago
clear when I rebotted the machine the Access file was located on.

Any ideas? 

Error Executing Database Query. 
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft 
Access Driver] The Microsoft Jet database engine cannot open the file 
apos;(unknown)apos;. It is already opened exclusively by another user, or you 
need permission to view its data. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Re: CF8 related cfselects -- empty select

2008-01-24 Thread ColdFusion Developer
Hmmm ... okay, using Firebug I see an error being returned:

If the component name is specified as a return type, its possible that a 
definition file for the component cannot be found or is  not accessible.

The value returned from the init function is not of type categoryService.

I have this CFC in the application scope, which calls the init() function and 
returns the name as a return type. It works fine if I'm just using it in a 
regular cf page, but appears to be choking when called from the cfselect.

This is my first foray into using any of CF 8's ajax stuff -- any tips?

Have you used Firebug to see a) if the data requests are being made, and 
b) what data is being returned, if any?

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

ColdFusi
 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Exception Handling

2008-01-23 Thread coldfusion . developer
What the best approach to controling the error messages that appear when say 
for example, someone removes an integer from a url scope?  For example, the url 
should pass idss=23 or whatever.  If someone were to remove the 23 and get the 
standard CF error message.  How can I prevent that message from being displayed 
and show a custom message?

Thanks

D

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Owned by Rootdamages by FasT

2008-01-23 Thread coldfusion . developer
One of the site's I'm working on had a SQL break-in on an old application. 
The url scope passed an integer and the where statement in the cfquery wasn't
protected by cfqueryparam.  I've added cferror to this application as well so
a hacker can't see the standard cf error message.  Is there anything else I can
do to tighten this issue down?  Just want to make sure.

Thanks

D

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


CF8 related cfselects -- empty select

2008-01-23 Thread ColdFusion Developer
Hi all ... I'm trying to follow Ben's related selects tutorial using cfselect 
and ajax. My cfcs are set up and work correctly (i.e., they return data when 
called manually).

However, when I load up the form, both cfselects appear empty. Can someone take 
a look at what I have and tell me what I'm doing wrong?? Thanks!

Form:

cfform
label for=categoryID class=requiredLabelMain Category/label
cfselect name=categoryID 
bind=cfc:path.to.my.cfc.categoryService.getAllCategories() value=categoryID 
display=name bindonload=true /
br /
label for=subCategoryID class=requiredLabelSub-Category/label
cfselect name=subCategoryID value=subCategoryID display=name 
bind=cfc:path.to.my.cfc.subCategoryService.getSubByCategoryID({categoryID}) /
br /
/cfform

CFCs:

cffunction name=getAllCategories access=remote returntype=query 
description=Get All Categories output=false hint=I get all active 
categories

cfset var getAllCategories =  /

cfquery name=getAllCategories datasource=#application.dsn#
SELECT categoryID, name FROM categories
WHERE active = 1
/cfquery
cfreturn getAllCategories /
/cffunction

cffunction name=getSubByCategoryID access=remote returntype=query 
description=Get Sub By CategoryID output=false hint=I get all active 
sub-categories for a given categoryID
cfargument name=categoryID required=true default=0 type=string 
displayname=category ID hint=I am the category's database ID /

cfset var getSubByCategoryID =  /

cfquery name=getSubByCategoryID datasource=#application.dsn#
SELECT subCategoryID, name FROM subCategories
WHERE active = 1
AND categoryID = cfqueryparam value=#arguments.categoryID# 
cfsqltype=cf_sql_varchar /
/cfquery

cfreturn getSubByCategoryID /
/cffunction 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Advice Survey or Polling Application

2008-01-07 Thread coldfusion . developer
All,

Can anyone recommend a poll and survey application?  For the survey application
I tried to use Ray Camden's Soundings on our cluster and it requires we use 
sticky 
sessions.  His application is great to say the least, however when we use 
sticky sessions 
another of our large applications stops working properly.  I know, I shouold go 
fix the 
app and keep it in sticky sessions. It's just too big to fix right now.

Thanks.

D

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


Session Management - sticky sessions

2007-12-19 Thread coldfusion . developer
All,  Do I have this correct?

If your site is running on a cluster, in order to manage session variables 
properly,
you want to use the Java option within the CFadmin to manage session variables
cause the sessions will be foreced to use the server that initiated the session 
management?
Correct?

So in the case of a Forums application we would need to have this and only this
option setup, Correct?  

The reason why I ask is, we have a coupon application that doesn't work with 
sticky
sessions and only works with the standard sessions management option.  Is there 
any
other way to get reliable session management on a cluster configuration using 
standard
session management without having to go to sticky sessions?  The only thing I 
can think of
is using cookies so the information is stored on the client side.

Any other thoughts?

D

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


CFOUTPUT Query to CFXML - error - Illegal character or entity reference syntax

2007-12-13 Thread coldfusion . developer
I keep getting this error.  It's trang because I had it work a few days ago.

Any ideas?  Thanks. -D

Error Occurred While Processing Request 
Illegal character or entity reference syntax. 
Illegal character or entity reference syntax. 
 
The error occurred in D:\Inetpub\wwwroot\SfConsumersdb\cds2.cfm: line 81

79 :/termValue
80 :/subscriber
81 :/remoteOrder/CFLOOP  
82 :transactionCount/transactionCount
83 : /transactions/CFXML





CODE 
CFQUERY name=promomag datasource=con_relations_magxml
SELECT *
FROM  tblPromotionParticipants 
/CFQUERY

CFOUTPUT
CFXML variable=gallery?xml version=1.0?
transactions
  vendor
vendorId736/vendorId
vendorPasswordWBC8YjML/vendorPassword
  /vendorCFloop query=promomag
 remoteOrder
  magazineCodeOGD/magazineCode
  orderTypeORDER/orderType
  paymentType7/paymentType
  pageId39801/pageId
  responseKey/responseKey
  creditCard
   cardNumber/cardNumber
   expireMonth/expireMonth
   expireYear/expireYear
  /creditCard
subscriber
   address
name#trim(FirstName)# #trim(MidInit)# #trim(LastName)#/name
address1#trim(Address1)#/address1
CFIF Address2 IS 
address2/address2cfelseaddress2#trim(Address2)#/address2/CFIF 
city#trim(City)#/city
state#trim(StateOrProvince)#/state
countryUnited States/country
postalCode#trim(PostalCode)#/postalCode
   /address
   email
emailAddress#trim(EmailAddress)#/emailAddress
emailAuthorization/emailAuthorization
   /email
   termValue
term6/term
value$0.01/value
   /termValue
  /subscriber
 /remoteOrder/CFLOOP  
 transactionCount/transactionCount
/transactions/CFXML
/CFOUTPUT

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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


CFXML - strange, dropping the beggining tag upon processing

2007-12-11 Thread coldfusion . developer
When I output a query's results to an XML file, my code which is correct
output the XML without the beginning element tag.  This seems to happen
when there's no data or NULL data for this element.  Is it as simnple as
inclusing and nbsp;  placeholder?

So for example ...

My code ...
   address
name#trim(FirstName)# #trim(MidInit)# #trim(LastName)#/name
address1#trim(Address1)#/address1
address2#trim(Address2)#/address2
city#trim(City)#/city
state#trim(StateOrProvince)#/state
countryUnited States/country
postalCode#trim(PostalCode)#/postalCode
   /address

What get's written to my XML file ... (addres2 is missing it's beginning tag)

   address
nameMARY ANN  SCRODIN/name
address1659 RT 10/address1
address2/
cityGermantown/city
stateNY/state
countryUnited States/country
postalCode12526/postalCode
   /address


Thanks

D

~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Coldfusion's founder - Brightcove.com

2007-11-26 Thread coldfusion . developer
All,

I love the service that Brightcove.com has put together.  However, we're not 
sure
it's within our budget, does anyone know of a similar hosting/solution service 
with 
the viral distribution component?

Thanks

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


Web hosting specializing in CF

2007-11-16 Thread coldfusion . developer
All,

I'm looking for a hosting company that specializes in CF hosting. I've had 
great 
experiences with CFDyanmics.com, I was wondering if anyone had a hosting company
in mind.  I need the following ...

* Support that's included in the monthly fees. Doesn't have to be 24/7 just on 
call
* 250GB disk storage that's easily expandable
* Hosting company staff that's available for small projects
* Clustered config for high traffic.We don't want to own the hardware.

Thanks

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

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


CF date values in Access

2007-11-15 Thread coldfusion . developer
Shouldn't this be working? I'm more familiar with SQL Server 2000.

 CFQUERY name=promomag datasource=con_relations_magxml
SELECT *
FROM  tblPromotionParticipants 
where promotionalID = 85 AND DateReceived =  #dateformat(FORM.start_date, 
MM/DD/)# 
AND DateReceived = #dateformat(FORM.end_date, MM/DD/)#   
/CFQUERY

Error Executing Database Query. 
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft 
Access Driver] Too few parameters. Expected 1. 
 
The error occurred in D:\Inetpub\wwwroot\SfConsumersdb\cds2.cfm: line 22

20 : FROM  tblPromotionParticipants 
21 : where promotionalID = 85 AND DateReceived =  
#dateformat(FORM.start_date, MM/DD/)# 
22 : AND DateReceived = #dateformat(FORM.end_date, MM/DD/)#   
23 : /CFQUERY 
24 : 

~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Strange XML error with CFXML - XML declaration may only begin entities ?

2007-11-14 Thread coldfusion . developer
I'm getting the following error ... My code is below.  Does anyone have any 
ideas?
I've searched on the error and haven' tbeen able to resolve it.  Code is below.

XML declaration may only begin entities. 
XML declaration may only begin entities. 
 
The error occurred in D:\Inetpub\wwwroot\SfConsumersdb\cds2.cfm: line 60

58 :/subscriber
59 :/remoteOrder
60 : /CFLOOP
61 :transactionCount/transactionCount
62 : /transactions



CODE

CFXML variable=gallery
?xml version=1.0?
transactions
  vendor
vendorId736/vendorId
vendorPasswordWBC8YjML/vendorPassword
  /vendor
CFloop query=promomag
 remoteOrder
  magazineCodeOGD/magazineCode
  orderTypeORDER/orderType
  paymentType/paymentType
  pageId39801/pageId
  responseKey/responseKey
  creditCard
   cardNumber/cardNumber
   expireMonth/expireMonth
   expireYear/expireYear
  /creditCard
subscriber
   address
namecfoutput#trim(FirstName)# #trim(MidInit)# 
#trim(LastName)#/cfoutput/name
address1cfoutput#trim(Address1)#/cfoutput/address1
address2cfoutput#trim(Address2)#/cfoutput/address2
citycfoutput#trim(City)#/cfoutput/city
statecfoutput#trim(StateOrProvince)#/cfoutput/state
countryUnited States/country
postalCodecfoutput#trim(PostalCode)#/cfoutput/postalCode
   /address
   email
emailAddresscfoutput#trim(EmailAddress)#/cfoutput/emailAddress
emailAuthorization/emailAuthorization
   /email
   termValue
term/term
value/value
   /termValue
  /subscriber
 /remoteOrder
/CFLOOP
 transactionCount/transactionCount
/transactions
/CFXML

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


CF Dev Edition store local file on Network drive - help

2007-11-09 Thread coldfusion . developer
All,

I'm trying to map my Webroot for local dev to a folder on a network drive.  
When I log into the
CFAdmin and try to map the / it doesn't show the network drive.  Then I added my
account to the CF service so that it would be able to see the drives my 
accounts allows
and then restarted the service and still no network drives.  so I tried 
//machine/path/
and the mapping took the path for /  but when I pull up the web root it still 
shows the
default install as the Web root and not the network drive and folder.  

Thanks

D

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

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


Market Dept - Project Management help

2007-11-02 Thread coldfusion . developer
All,

Do you work in a Marketing department?  Do you have more than a few people
giving you requests for projects?  I'm not talking about text and images or 
content
managment, but custom applications. Ever work with someone that gives you bits 
and
peices of a project and then make multiple changes and edits after the project 
document
has been defined?

I need a application/process that is simple enough for Marketing people to use 
that
will force them to organize their projects before they even get to the Web 
team. The
amount of time that is wasted revisting projects for multiple changes is 
rediculous!
Then they ask the Web team why a project isn't completed. FRUSTRATING!

Any feedback to get these non-technical marketing people more organized would
be great! Pulling my hair out!

Thanks

D

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

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


Insode of CFDocument type = pdf

2007-11-01 Thread coldfusion . developer
Has anyone ever got a Flash movie/object to successfully show up when creating 
a pdf from
using cfdocument?

Use any Web page with a Flash move/object on it.  Is this just not possible?

cfdocument format=pdf src=http://www.youtube.com;
/cfdocument

Thanks

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


Anyone ever see this error? CFDocument

2007-10-31 Thread coldfusion . developer
My code works on my dev server, but I get this error on the server.

cfdocument format = PDF 
src=http://www.yobabyyogurt.com/CoverBaby/souvenir.cfm; filename=test.pdf 
overwrite=yes
/cfdocument

The web site you are accessing has experienced an unexpected error.
Please contact the website administrator. 


The following information is meant for the website developer for debugging 
purposes. 

Error Occurred While Processing Request 
An exception occurred when performing document processing. 
The cause of this exception was that: ExceptionConverter: 
java.lang.NullPointerException. 
 
The error occurred in D:\Inetpub\wwwroot\Yobaby\test.cfm: line 15

13 : !--- cfhttp 
url=http://www.yobabyyogurt.com/coverybaby/#getit.sov_image_path#/souvenir4.cfm;
 resolveURL=yes method=get/cfhttp  ---
14 : !--- cfhttp url=http://www.yobabyyogurt.com/CoverBaby/souvenir.cfm; 
resolveURL=yes method=get/cfhttp  ---
15 : cfdocument format = PDF 
src=http://www.yobabyyogurt.com/CoverBaby/souvenir.cfm; filename=test.pdf 
overwrite=yes
16 : /cfdocument
17 : 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


Dynamic Created xml and txt going into Flahs file

2007-10-30 Thread coldfusion . developer
Help,

Why is my dyanamic text and png that are being imported into a Flash movie not 
showing up
when printing.  The dynamic text and png show up on the Web page, but not when 
I print.  

What the fudge?

D

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

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


CFDocument to make dynamic pdf file - CFADMIN

2007-10-30 Thread coldfusion . developer
What needs to be configured in the MX7 CFAdmin in order to get the cfdocument 
working?
It's not working at my Web hosting company, but when I try it locally it works.

Thanks

D

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

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


CFADmin: datasource - connect to Access DB on network drive

2007-10-19 Thread coldfusion . developer
I need to connect to an Access database on a netowkr drive and the drives
that show up in the Java file tree are only local drives.  Is there another way
to connect to an Access DB on a network drive?

Thanks

Dan

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


IN CF 7 and beying - using smallint instead of bit - true?

2007-10-18 Thread coldfusion . developer
Another CF developer mentioned to me the other day that it's better to
store 1,0 values in a smallint compared to using bit value for on of off 
functionality within an app in CF7 or greater. 

Thoughts?

Thanks

D

~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Moving from CF to .Net - need training advice/direction

2007-10-18 Thread coldfusion . developer
It lookos like we may be making the move away from CF to .Net so the
boss has tasked me to get going on .Net training.  Can anyone recommend
good on site training places near Boston, Southern New Hampshire?  

Also, what's the best book out there for ASP.Net?  Am I going to have to 
learn C # as well?

Thanks for any initial insight.

D

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


CF WEB HOSTING: Best solution ? For 50,000-100,00 outgoing emails a month?

2007-10-17 Thread coldfusion . developer
All,

Does anyone know of a hosting solution that has veyr cheap or unlimited 
outgoing email?

Is there a way to setup your own SMTP server for free?

Thanks

D

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


CPU spiking, possible bad loop or conditional statement

2007-10-15 Thread coldfusion . developer
All,  Can anyone recommend a server monitoring tools for a CF MX install
that all of a sudden is creating the CPU to spike and the CF server is maxing 
out?

Thanks for any direction.

D

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Need an active Javascript discussion group

2007-10-08 Thread coldfusion . developer
Does anyone know a good site with activity like here on houseoffusion.com?

Thanks

D

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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


Passing a variable from a Span ID to CF

2007-10-05 Thread coldfusion . developer
All,  I don't know if you can actually do this, but I've been reading that you 
can.
You can pass a variable from say a JavaScript into a span id= and have it parse
out on a page?  Is this true?  If it is, I didn't know that.  My realy question 
comes
where I want to take that variable and bring it into a CF variable, like 
passinig it
into a form action parameter.  

Has anyone worked with something like this?

Thanks

D

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

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


I'm completely Stumped - All I want to do is ...

2007-10-05 Thread coldfusion . developer
All,  Sorry for the repeat post. I've searched all day for a solution and can't 
find anything.
I want to capture the coordinates from this sample and pass them for use in a 
cf scope.

I'm stumped!

http://dunnbypaul.net/js_mouse/

If I could only get the x and y coordinates in a form in the action param and 
pass them URL scope 
then use ...

cfset RIGHT = #ListFirst(CGI.QUERY_STRING)#
cfset DOWN = #ListLast(CGI.QUERY_STRING)#

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

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


Voting System: Not allowing multiple votes

2007-10-04 Thread coldfusion . developer
All,  We all know the scenario, we want to limit the amount of time a person 
can vote or at least vote within a 24 hour timeline.   That's all fine and 
dandy, but how can we prevent a user from clearing their cookies or closing and 
restarting the browser to simply  come back and vote again with a different 
name and email address.  Yes we could force the verify your email address 
before you vote is counted, but what if we don't want to do that?  What's a 
developer to do?  Wouldn't it be great if we could read the MAC address on 
their nic card.  Not sure how unique that would be, but it would be great to be 
able to bypass the firewall ips and get something right from the client to 
uniquely identify the user that the user can not delete or remove.  Ok, so I'm 
sounding like Big brother. 

Thoughts?

Thanks all.

D-

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

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


Trying to understand the CF8 - .Net integration

2007-10-02 Thread coldfusion . developer
All, I'm just starting to learn .Net.  I'm trying to grasp the concept of what 
.Net assemblies 
are.  Would it be fair to say that they are like CFCs?  I'm trying to get a 
comparible CF 
analogy. I'm assuming you can't access to lines of logic within an .Net Web 
page, but that 
these .Net assemblies are compiled dlls or something.  I'm trying to understand 
exactly what
I can grab from a .Net application.

A layman's explanation would be so appreciated.  My boss, who is a director of 
Marketing
has talked about switching to .Net because it what some Web agencies are saying 
we should
be using. 

http://www.brooks-bilson.com/blogs/rob/index.cfm/2006/10/24/Adobe-MAX-2006-Session--ColdFusion-Net-Integration

Thanks

D

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

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


  1   2   3   4   5   >