Re: CF to .Net - recommended training?

2008-11-10 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Ok. So it sounds like learning C# is a good place to get started. Thanks all. Would anyone recommend a good path or order for tackling it all? Is learning C# the best idea? Should I get more familiar with Visual Dev product first? Thanks I've played with both. VB is far more bloated than

Re: CFCHART Developer Edition Watermark

2008-10-29 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Here's more info: On that PC that I did the fresh install of CF8, I was able to run my script with standard CFCHARTs in it just fine. As soon as I ran the FIRST script that did calls to the java objects to create undocumented Webcharts charts, the watermark began showing up not only on those

CFCHART Developer Edition Watermark

2008-10-28 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
[This might sound similar to the September posting for CFDOCUMENT, but it's not] I have servers that were originally installed with the trial edition of CF8 and then changed to standard edition by entering our valid license numbers within the 30 day period. That all worked fine, and the edition

Re: CFCHART Developer Edition Watermark

2008-10-28 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Nope - just a single instance! -reed ~| 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:

cfimage - resize then force download?

2008-10-18 Thread [EMAIL PROTECTED]
I am sure I am probably not the first person to want to do this but I can't find the answer anywhere. I am writing an image library and would like to do the following: - load the full size image using CFFILE - resize it - force it to download I know I can force a download with

Re: Integrating SQL Reporting Services with ColdFusion

2008-09-03 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Before I start trying to crack this nut I'll check-in to see if anyone else has made progress since the last posting. From what I see on the MSDN site, there may be problems in doing this from a non-ASPdotNET site while retaining all of the SSRS functionality, because the reporting controls

ODBC Connection to Microsoft SQL DB Stored Proc

2008-08-26 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
My Microsoft SQL database contains multiple stored procedures with access to these stored procedures secured by SQL Authenticated Login Accounts (i.e. Manager, User, Auditor). I am setting two session variables, session.UserName and session.Password, to the SQL Authenticated Login account for

cfhttp and Google Search Appliance

2008-08-12 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Does anybody know how to use CFHTTP to talk to the Google Search Appliance? I can't find anything on the Web that mentions this. I am not talking about CSE. Thanks, Jo-Anne ~| Adobe® ColdFusion® 8 software 8 is the most

RE: ColdFusion8 silent installation

2008-08-11 Thread [EMAIL PROTECTED]
Didn't the datasource admin API change between CF6 and CF7 without backward compatibility? I seem to recall having to update several automated deployment systems that broke upon upgrade. -Justin Scott --- Original Message --- From: Dave Watts[mailto:[EMAIL PROTECTED] Sent

CF8 problem detaching Exchange attachments: Requested Resource was not found

2008-08-07 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
This has been bugging me for some time, and I'm back on the hunt of the problem. I have a pretty simple script that runs every hour and looks for messages in certain Exchange 2003 email inboxes whose subjects and attachment names meet certain criteria, and then detaches those files for

RE: Re: HELP! SQL Injection Attack!

2008-08-07 Thread [EMAIL PROTECTED]
it. -Justin Scott --- Original Message --- From: morchella[mailto:[EMAIL PROTECTED] Sent: 8/7/2008 6:39:26 PM To : cf-talk@houseoffusion.com Cc : Subject : RE: Re: HELP! SQL Injection Attack! does Justin's file redirect the intruder? i tried passing /products

IIS URLRemap ColdFusion 8 Conflict

2008-07-30 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I've been using the IIS Tool Kit URLRemap function with Coldfusion 7 and no problems, but when I installed Coldfusion 8 there seems to be a conflict in resolving URLs so that I can get ColdFusion to work but not the IIS URLRemap or I can get the IIS URLRemap to work then Coldfusion no longer

Re: Barclays ePDQ MPI Integration

2008-07-28 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Just Bumping and hopefully someone will have dealt with this... Heya Folks, Has anyone out there had any success in connecting via XML to BarclayCards ePDQ MPI? Having some troubles and would like some help . .. example code would be tremendous... Thank you in advance Paul

Re: Galleon Forum - Ray Camden's Forum project

2008-07-08 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I found that and made changes to that setting and the error still persists. DSN setting, and all settings, in settings.ini.cfm file. Read the docs, Ray spells it all out in detail. --- Ben I'm getting Data source Galleon not found. Has anyone worked with Ray Camden's Forum software. I

Re: CF vs .Net or PHP - need arguement help

2008-07-02 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
They're rebranding and reorganizing from scratch. It's driven by the Marketing folks and they want my feedback on what we should use, but the angencies talk about that there's more, less expensive developers out there with these other technologies. They're just trying to sell what their staff

Re: CF vs .Net or PHP - need arguement help

2008-07-02 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I can understand your comments, but that's not the case at all. They are looking for an agencies that can work the marketing and branding perspective. The development would be a very small peice of the puzzle which is an point I plan on making clear. We don't own our CF servers. We utilize a

Re: CFLOOP - why are there duplicates?

2008-06-19 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
#getmailids.recordcount# to see if the value you end up with is the same as the resulting counter variable value. it *should* be... so the question becomes is that number what you expected? On Thu, Jun 19, 2008 at 12:15 PM, [EMAIL PROTECTED] wrote

Re: CFLOOP - why are there duplicates?

2008-06-19 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
CFQUERY name=getmailids datasource=stonyfieldcustom SELECT DISTINCT mailprofiles.mailprofileID FROM dbo.mailprofiles INNER JOIN subscriptions ON mailprofiles.mailprofileID = subscriptions.mailprofileID WHERE (dateunsubscribed IS NULL OR datesubscribed dateunsubscribed) AND newslettertypeID IN

Re: CFLOOP - why are there duplicates?

2008-06-19 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
That's why I'm showing the following after the first query and it confirms that it's the 100k cfoutput#getmailids.recordcount#/cfoutput Strange isn't it? Have you confirmed that the record set labeled 'getMailIds' does not contain more records then you expect.

Re: CFLOOP - why are there duplicates?

2008-06-19 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Thanks. I thought I was going crazy. [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: That's why I'm showing the following after the first query and it confirms that it's the 100k cfoutput#getmailids.recordcount#/cfoutput Strange isn't it? There isn't anything in the code you have shown so far

Re: Accessibility testing

2008-06-18 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I guess the answer is most CF developers do not test! But then, accessibility compliance is just not as sexy a subject as the latest AIR thingie. I've been using the extensions for FF as well, but you have to be diligent and test each page as you create or edit it. From my initial research,

Accessibility testing

2008-06-17 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Does anyone have any experience using developer-based accessibility solutions such as HiSoft's AccSoft, specifically with ColdFusion sites? If not, how do you test? Do you test? Thanks~ ~| Adobe® ColdFusion® 8 software 8 is

Re: CF Store Locator - almost there - order results

2008-05-20 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Does anyone have any ideas on 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;192386516;25150098;k Archive:

Re: CF Store Locator - almost there - order results

2008-05-20 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Thank you. This is helpful. but I'm still stumped and it's the last thing I have to fix for this Store locator with a Google Maps mashup. But If I'm feeding results from a zipcode query as a subquery into a store query, how do I get the results from the store query to sort the store results

Re: CF Store Locator - almost there - order results

2008-05-18 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
by the zipcode's distance to the orignal zip code entered. In my sample is was 01860. Thanks I can't see any ordering in that query; there's no order by clause. On Mon, May 19, 2008 at 11:21 AM, [EMAIL PROTECTED] wrote: -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog

How to unGZip very large archives via CF?

2008-03-27 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I'm running into Java out of memory problems when I try to use the java unzipping support (gzipExpandToString) for some files that I download via a webservice. CFHTTP saves the file to disk for me, but then when I unzip them, the large ones cause memroy problems. I've configured the max heap

Re: subquery help

2008-03-06 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
thank you sonny ~| 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:

Re: Add form fields dynamically

2008-03-05 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Wow! Happy Birthday to me! 8-) Thank you very very much Charlie! On Tue, Mar 4, 2008 at 2:11 PM, Charlie Griefer [EMAIL PROTECTED] wrote: On Tue, Mar 4, 2008 at 1:31 PM, [EMAIL PROTECTED] wrote: i'm sure this can be cleaned up quite a bit... but this should do it http

subquery help

2008-03-05 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
hi, i have the following query that retrieves the latest quiz date and quiz percent SELECT MAX(QuizDate) as QuizDate, QuizID, QuizPercent = (SELECT QuizPercent FROM Test_Board_Acupuncture as t1 WHERE t1.Customer_ID = #COOKIE.TCMTests# AND

Re: subquery help

2008-03-05 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
When you store the date, are you also storing the time? I would think if you put the time in there that you could not have the problem because even if doing the test back to back there would be a seconds difference. On Wed, Mar 5, 2008 at 10:21 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL

CFEXCHANGEMAIL overwriting message on ACTION=MOVE

2008-02-11 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Here's an odd one: I have a small app that runs every 15 minutes and unloads messages from MSX inboxes, detaches and saves their attachments, and then when done with each message moves it to a subfolder under the INBOX called PROCESSED. These messages arrive every day, always from the same

Re: Submitting a form inside of cfdiv

2008-02-01 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Does anyone know if there is an issue where you place a cfdiv in a cfform with with another cfform in the cfdiv that would not allow the form to submit in the cfdiv. For Example: cfform name cfinput type=text yada cfinput type=text yada cfinput type=text cfdiv cfform add

Re: CF App throwing Access access error

2008-01-25 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Thanks. I don't think that's it. It's worked for weeks and today I rebooted the machine CF is on and still I ge the error. It is probably locked by the Datasource connection from CF Admin ~| Adobe® ColdFusion® 8 software 8 is

Re: Owned by Rootdamages by FasT

2008-01-23 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
that inspects the form, url and cookie scopes and strips out anything suspicious like SQL statements. That would only be a half measure though. The queries need to be changed to use cfqueryparam. On Jan 23, 2008 11:38 AM, Tom Chiverton [EMAIL PROTECTED] wrote

Re: Owned by Rootdamages by FasT

2008-01-23 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
SQL Server 2000 What kind of DB were you using? I still haven't seen a good example of a sql query injection in CF since CF auto escapes single quotes. Russ ~| Adobe® ColdFusion® 8 software 8 is the most important and

Re: Owned by Rootdamages by FasT

2008-01-23 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
and trimmed --- cfloop collection=#url# item=variables.itm CFIF variables.itm contains select Please don't do that... tisk tisk! cfabort /cfif /cfloop On 1/23/08, [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] wrote

Re: Cybersource Gateway Solution Found For ColdFusion

2008-01-23 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
If anybody is interested I did find information on how to use ColdFusion to access the CyberSource Credit Card Gateway. I'll be happy to send you my sample code if you need it. Works like a charm. Philip, If you are willing to share your code, please email me at [EMAIL PROTECTED

Keeping Anon access off turning on Scheduled Tasks

2007-12-31 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Hi Folks - I am looking for someone who may have done something like this before and remembers what needs to be done! ;-) I have an intranet web site already built and running fine. It currently has Anonymous access turned off. This allows the web site to pull the user's cgi.auth_user info

Re: Keeping Anon access off amp; turning on Scheduled Tasks

2007-12-31 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Hello again - Thanks for the good ideas. I need to keep Anonymous Access off on the primary web site, but having a secondary site that does allow it, is a good idea. Thank you very much! Doug Right... Excellent I forgot you could set permissions at a very granular level like that.

Re: Cffile Write Problem

2007-12-11 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
account does not have, and cannot be given, permissions to access network drives. Thanks we open up the rights and it is still occurring. The Network guys think it is a CFfile timeout issue which apparently cannot be controlled. On Thu, 6 Dec 2007 17:42:44 -0500 (GMT-05:00) James Blaha [EMAIL

Re: CFXML - strange, dropping the beggining tag upon processing

2007-12-11 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I have to upload my XML files to a Magazine fulfillment company and they are requiring that both tags are present even if there's an empty element. Is there a way to force both tags to appear even when there's an emtpy element? Thanks D When I output a query's results to an XML file, my code

Re: CFXML - strange, dropping the beggining tag upon processing

2007-12-11 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Is there a way to force the openning and closing tags even if the element is empty? Thanks D When I output a query's results to an XML file, my code which You don't need to add anything. That syntax denotes an empty element. It's identical to address2/address2 as far as an XML parser is

MS SQL problem

2007-12-04 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
i have the following sql: SELECT MAX(QuizDate) as QuizDate, QuizID, QuizPercent = (SELECT QuizPercent FROM test_module as t1 WHERE t1.Customer_ID = 21 AND t1.QuizID = test_module.QuizID AND t1.QuizDate =

looping through each row

2007-11-24 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
hi, i've got a csv file with a comma delimiter. i use cfhttp to retrieve it and upload the data into a database. before uploading i want to check each row to make sure it has the right number of commas. i know about ListLen to tell me how big the list is but how do i loop through each

Re: looping through each row

2007-11-24 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
thanks for the suggestion. hmm...i did not know about ListLen treating consecutive delimiters as one. what can be used instead to determine how many commas , are in each row? sebastian cf treats consecutive delimiters as one, and here is a caveat with your proposed ListLen use: if your

Re: looping through each row

2007-11-24 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
i found this solution on the web cfset list = 1,2,3,,59,10 cfset counter = 0 cfoutput cfloop index=thisElement list=#replace( list, ',', ', ', 'All' )# delimiters=, cfset counter = counter + 1 Element #counter#: #trim( thisElement )#br /cfloop brbr #counter# /cfoutput

cfselect bind issue and option value

2007-11-16 Thread [EMAIL PROTECTED]
= cfc:getdata.getmodels([EMAIL PROTECTED]) My third cfselect uses: bind= cfc:getdata.getyears({model},[EMAIL PROTECTED]) Is there a trigger I can use to have the first cfselect just show please select and load the data when a user clicks on it? I tried various forms of [EMAIL PROTECTED] with no luck

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

2007-11-15 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Dominic, Dave, Thanks Dominic, your tip got rid of an error. Dave, to answer your previous question, the code ran without a web page based error. The value within output variable from CFXML tag contained the value of [EMAIL PROTECTED] instead of the XML i was looking for. If I refresh

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

2007-11-15 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
previous question, the code ran without a web page based error. The value within output variable from CFXML tag contained the value of [EMAIL PROTECTED] instead of the XML i was looking for. If I refresh the self posting page and try and generate the error again, I get a different number at the end

Re: What I need to Develop a standalone application on my LAPTOP usiong COLDFUSION?

2007-11-14 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Also, check out the ACME Guide (http://www.acidlabs.org/approach/goodies/#acme). It provides detailed instructions on how to prepare a PC or Mac workstation for development using ColdFusion and several Open Source tools including the Apache HTTP Server, MySQL and Eclipse. - MJS Hi All,

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

2007-11-14 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Thanks Dave, When I remove the declaration, I get ... [EMAIL PROTECTED] XML declaration may only begin entities. ... ?xml version=1.0? Remove that declaration. Dave Watts, CTO, Fig Leaf Software ~| ColdFusion 8 - Build

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

2007-11-14 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Thanks Dave, When I remove the declaration, I get ... [EMAIL PROTECTED] XML declaration may only begin entities. ... ?xml version=1.0? Remove that declaration. Dave Watts, CTO, Fig Leaf Software ~| Get the answers you

Re: CF Dev Edition store local file on Network drive - help

2007-11-12 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Neither. This is the built in Web server that comes with the CF developer's edition. We have a dev server, but we won't have access to the Web server's config. Any ideas on what we can do? I really want to start using this shared drive and offload the files from the site off my laptop.

Odd cfc binding issue with CF8

2007-11-08 Thread [EMAIL PROTECTED]
I just upgraded to cf8 and was playing around with databinding. Specifically using Ben Forta's example with two-related-selects. If my root folder for the app is called dev.in.myrootfolder the form can't find the cfc to bind to. I can invoke it from a cfm page however. If I name my apps

Quirks using cfdiv

2007-11-08 Thread [EMAIL PROTECTED]
I'm binding cfdiv to a cfc that runs a simple query that may give more than one result. Works great, except cfdiv only displays the first result. For my cfc I have: cffunction name= gettires access= remote returnType= any cfargument name= model type= string required= true

Re: CFFormProtect

2007-11-06 Thread [EMAIL PROTECTED]
: [EMAIL PROTECTED] -Date: Nov 6, 2007 15:01 -To: CF-Talkcf-talk@houseoffusion.com -Subj: CFFormProtect - -hi guys, - -i am using the CFFormProtect cfc to protect one of my client sites from spambots posting to their article comments field. it is working brilliantly - not one dodgy comment has got

Re: PDF Support with CF8 - Can this be done?

2007-11-02 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Hi everyone, I've been out of the CF game for a very long time and now I have a little project to do and wondering if CF8 has the answer for me. I'll keep search the docs, but in case you have a quick answer I appreciate it. What I need to do is take information posted from a web form and merge

Re: PDF Support with CF8 - Can this be done?

2007-11-02 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Yes, CF8 can do what you need to do very easily. Damon What I need to do is take information posted from a web form and merge it into an existing PDF with place holders and then save the file and email it as an attachement. Can CF 8 do the PDF portion natively?

Re: How to break down a number into percentages

2007-11-01 Thread [EMAIL PROTECTED]
? William -Original Message -From: [EMAIL PROTECTED] -Date: Nov 1, 2007 8:39 -To: CF-Talkcf-talk@houseoffusion.com -Subj: How to break down a number into percentages - -Hi, all. - -I know that sounds simple and, as it's stated, it is. - -However, what I'm trying to accomplish turns out

Re: Can this be done

2007-10-31 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Does a user have to have interaction on the homepage? If the classes are defined by time, you could do something simple like have the homepage check the date and time and show the classes that fall within the current date and time range. That would be simple. I am developing an application for

Re: Setting up MacMini as full featured local webserver - with ColdFusion

2007-10-30 Thread [EMAIL PROTECTED]
, William -Original Message -From: [EMAIL PROTECTED] -Date: Oct 30, 2007 12:18 -To: CF-Talkcf-talk@houseoffusion.com -Subj: Setting up MacMini as full featured local webserver - with ColdFusion - -I have a Intel Core Solo MacMini that I bought to use for testing websites. -It only gets

RE: Setting up MacMini as full featured local webserver - with ColdFusion

2007-10-30 Thread [EMAIL PROTECTED]
so you want to setup your 'docroot' for your server as your 'PC'? -Original Message -From: [EMAIL PROTECTED] -Date: Oct 30, 2007 13:25 -To: CF-Talkcf-talk@houseoffusion.com -Subj: RE: Setting up MacMini as full featured local webserver - with ColdFusion - -FTP from the PC to the Mac

Re: Sessions and SubApplications

2007-10-29 Thread [EMAIL PROTECTED]
Justin, If the applications are not related at all, what benefits do you seek to gain from joining the two files. Are you just looking for less coding time? William -Original Message -From: [EMAIL PROTECTED] -Date: Oct 29, 2007 9:42 -To: CF-Talkcf-talk@houseoffusion.com -Subj: Re

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

2007-10-18 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Huh, so this software will act as an SMTP server but it actually just send the email directly to the recipients incoming mail server. So does this skip over and restrictions that an ISP or cable comapny like Comcast might have setup to block port 25 or other measures? Thanks Guys. Ims-lite is

Re: 2007 Web Design Survey

2007-10-18 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
planet. 8-) Discuss amongst yourselves. http://alistapart.com/articles/2007surveyresults/ Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com

Re: 2007 Web Design Survey

2007-10-18 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
years now and it is working out great. I always get a great return. I love my accountant. Bruce [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins

Re: 2007 Web Design Survey

2007-10-18 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Dave, Crow, So true, so true. I hope to have my business. I own microfuelcell.com which is an emerging technology for powering portable devices which is predicted to replace the latest battery technologies. There's just the age old issue of time and money to get the thing off the ground.

Re: Replace spaces with dashes

2007-10-18 Thread [EMAIL PROTECTED]
after turning all the spaces into dashes, you can do a while loop looking for double dashes and turning them into single dashes... -Original Message -From: [EMAIL PROTECTED] -Date: Oct 18, 2007 13:41 -To: CF-Talkcf-talk@houseoffusion.com -Subj: Re: Replace spaces with dashes - -Problem

Re: What can PHP do that CF can't?

2007-10-18 Thread [EMAIL PROTECTED]
be used as my basic 'dislike' of most 'frameworks'. Basically When the server dies, I like to point at the Server Admin and NOT have him/her pointing at me... ;) William -Original Message -From: [EMAIL PROTECTED] -Date: Oct 18, 2007 16:51 -To: CF-Talkcf-talk@houseoffusion.com -Subj

Re: Current directory of page

2007-10-17 Thread [EMAIL PROTECTED]
listlast(cgi.DOCUMENT_ROOT,/) ?? -Original Message -From: [EMAIL PROTECTED] -Date: Oct 17, 2007 17:06 -To: CF-Talkcf-talk@houseoffusion.com -Subj: Current directory of page - -I am trying to figure out if it is possible to tell the name of the directory that the viewed page is in. I

Re: Creating replicated sites with coldfusion

2007-10-16 Thread [EMAIL PROTECTED]
What you do is use ListToArray(list [, delimiters ]) to parse the url. ListToArray(cgi.request_uri,/) This will give you an array with each section of the url in its own cell. You want to use the information stored 'after' the url to do your search. -Original Message -From: [EMAIL

RE: SPAM - SYS-Con relies on dead technology

2007-10-16 Thread [EMAIL PROTECTED]
Fear of the name of a thing increases the power of a thing in your life. William -Original Message -From: [EMAIL PROTECTED] -Date: Oct 16, 2007 11:26 -To: CF-Talkcf-talk@houseoffusion.com -Subj: RE: SPAM - SYS-Con relies on quot;deadquot; technology - -As penance I will start

SOT: Automatically sync an access db to SQL 2005

2007-10-16 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Hi all, I hope this is not too off topic. Does any one know of a methodology to automatically move Access data to SQL Server 2005? Here is the scenario. The Client is syncing their AS400 to Access. They want to upload the Access db to the server and then run a routine to basically purge

Re: CPU spiking, possible bad loop or conditional statement

2007-10-15 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
It was a poorly written sql statement. Shame on me. 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

SQL Concat Issue

2007-10-12 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I am probably being dense or showing my ignorance here, but I have a legacy database that I need to run a query on like the following. Can anyone tell me how I can achieve the following. Right now I am getting an error that PubYear is not a valid column. Thank you! SELECT

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

2007-10-08 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I'm trying to capture and pass the elex,y variables that are being passed in the span tag that looks like ... I never knew you could the id of a span tag as a variables. Hmm. (without the greater and less than) span id=span_elex nbsp; /span, span id=span_eley nbsp; /span Are you just wanting to

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

2007-10-08 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Thanks Dave, What I'm using is an absolute div with a thick black border that sits on top of an uploaded image. I trying to capture the x and y coordinates (elex,y) after the user positions this draggable div, I'm using that coordinate information to crop the image that appears beneath this

Re: CF Coding Standards

2007-10-08 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I agree with William except on point ... William, I'm sure you're idea is in the spirit of improvement and sharing, but putting Jr. developers on the hot seat and allow senior developers to show off a little is one of the reasons I don't like working in large development teams with this kind of

AXIS problems, where do I put the config file?

2007-10-05 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Am having major problems with calling Google adWords webservices, and need to log the AXIS traffic. I need to know where to find the working directory of your Axis client for CF8 so that I can drop in the config file that Google gives me to turn on logging. HELP! Thanks, Reed

Re: MS SQL Triggers and Coldfusion 8

2007-10-04 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, October 3, 2007 3:48:18 PM Subject: MS SQL Triggers and Coldfusion 8 Hi all. We're in the process of switching over from CF7 to CF8. We have a query that updates

Re: Voting System: Not allowing multiple votes

2007-10-04 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
What I ended up doing is using cookies and storing the email in a table. We decided to use email verification and allow multiple votes but only one vote each day. So we can control the amount of votes by a single user each day and fake, made up emails still have to verified via email. If an email

Re: Design/Web Development Agencies that has a strong CF core

2007-10-03 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Four Eyes Productions http://www.foureyes.com 1.888.LAUNCH.9 All, Does anyone know of or had expereince workign with a reputatble Web Design/Development agencies where CF is a strong core of their development focus? This is for a publically trade company not a small Mom and Pop

MS SQL Triggers and Coldfusion 8

2007-10-03 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Hi all. We're in the process of switching over from CF7 to CF8. We have a query that updates a row in a MS SQL database, which then causes a trigger to return a date value to Coldfusion. It worked in 7 but it doesn't seem to be working in 8. Coldfusion 8 is telling me that the query is

Re: Trying to understand the CF8 - .Net integration

2007-10-02 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Dave, I loved your reply. Made me crack up and almost fall off my chair. The comment about the crack pipe and being in a Dilbert comic strip was hilarious. Thanks everyone for your input and feedback. All, I'm just starting to learn .Net. I'm trying to grasp the concept of what .Net

Neo-query.xml in ColdFusion 8?

2007-10-02 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Hi. We just installed CF8 on a brand new Win2003 server. This server will be replacing another Win2003 server which was running CF7. I just copied the neo-query.xml file from the old server to the new server and restarted the CF services, but the CF admininstrator on the new server still

Re: Any experienced FarCry users out there?

2007-10-02 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Scott, We have been working with FC since its first release and have many dozens of site's from small sites to portal's running it. We also do heavy customizations with it. Feel free to contact me mjs AT foureyes DOT com

Re: Neo-query.xml in ColdFusion 8?

2007-10-02 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Notes. In What's new and different section . You can consider making a CAR file for all your Datasources and other Admin settings too for migrating. Thanks Regards, Jayesh Viradiya Adobe CF Team I think CF8 now uses neo-datasource.xml and neo-drivers.xml Andy On 02/10/2007, [EMAIL PROTECTED

Infinite Structure Looping

2007-09-25 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Hello, I'm trying to set up a structure based on unique values in a flat SQL database with unique id's. And then output values in the structure in a hierarchy kind of like: 1 | 2 3 9 | 4 5 6 | 7 8 I believe can loop through and exhaust all the values

Re: #$^% Forms!

2007-09-24 Thread [EMAIL PROTECTED]
What aspect of developing the forms are you having an issue with? William -Original Message -From: [EMAIL PROTECTED] -Date: Sep 24, 2007 12:46 -To: CF-Talkcf-talk@houseoffusion.com -Subj: #$^%amp; Forms! - -Ok, I admit it; I hate developing forms! - -There's not one part of the process

Cfcalendar - 410 error

2007-09-20 Thread [EMAIL PROTECTED]
looking for a CF7 compatible calendar display that allows me to set-up 'links' for the dates and change the color of the dates, based on the events on that date. Any help would be appreciated. William -- William Seiter [EMAIL PROTECTED] Web Developer Database Developer

Re: Scope Question

2007-09-19 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Maybe.. cfset x = listfirst(cgi.query_string, ,) cfset y = listlast(cgi.query_string, ,) Hope this helps, William Wow! Thanks everyone for the great responses. I ended up using ... RIGHT:cfoutput#ListFirst(CGI.QUERY_STRING)#/cfoutputbr / DOWN:cfoutput#ListLast(CGI.QUERY_STRING)#/cfoutputbr

Re: Dealing with 'fake' folders?

2007-09-19 Thread [EMAIL PROTECTED]
smoothly, I liked it alot. Unfortunately, the company I had built that site for 'went in another direction' and recently 'removed' the site altogether. Now it is a Japanese porn site... Oh well. It was cool when it was there. William -Original Message -From: [EMAIL PROTECTED] -Date

Re: One more database question - sorry!

2007-09-18 Thread [EMAIL PROTECTED]
rows in it. Hope this helps, William -Original Message -From: [EMAIL PROTECTED] -Date: Sep 18, 2007 12:37 -To: CF-Talkcf-talk@houseoffusion.com -Subj: Re: One more database question - sorry! - -you can create a middle table between the two that has 1 profile key -and 1 hobby key per

Re: One more database question - sorry!

2007-09-18 Thread [EMAIL PROTECTED]
you can create a middle table between the two that has 1 profile key and 1 hobby key per row. Each profile could have multiple hobbies. This would keep you away from the 'dreaded' comma dilimited list in a table cell. William -Original Message -From: [EMAIL PROTECTED] -Date: Sep 18

Re: One more database question - sorry!

2007-09-18 Thread [EMAIL PROTECTED]
, you can just say 'sure thing, no problem' rather than running down a list of possible obsticles which you may face with 10,000 to 1,000,000 records to run the report against. Just my suggestion. William -Original Message -From: [EMAIL PROTECTED] -Date: Sep 18, 2007 11:35 -To: CF

Re: One more database question - sorry!

2007-09-18 Thread [EMAIL PROTECTED]
no problem Let us know how it works out for you. William -Original Message -From: [EMAIL PROTECTED] -Date: Sep 18, 2007 13:02 -To: CF-Talkcf-talk@houseoffusion.com -Subj: Re: One more database question - sorry! - -Scenario - -3 tables - -Profile table --kpProfileID - -profile_hobby

Re: LOOPY LOOP LOOP

2007-09-18 Thread [EMAIL PROTECTED]
What version of CF are you using? -Original Message -From: [EMAIL PROTECTED] -Date: Sep 18, 2007 16:56 -To: CF-Talkcf-talk@houseoffusion.com -Subj: LOOPY LOOP LOOP - -Here is a fun one that I somehow missed in the past... - -We were looking at some code that appeared to be looping over

Re: Spry: Two Forms on one page, validation tiggers on both

2007-09-13 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Sorry, I didn't review my enough, I was missing a top form tag, don't know how that happened. ~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki.

Re: An edit and delete button

2007-09-13 Thread [EMAIL PROTECTED]
. In order to use a 'submit' successfully, you would want to put the verify in the form tag. (onSubmit=return verify()) input name=delete type=button value=Delete onClick=if(verify()) {this.form.submit();} let me know how it works for you. William -Original Message -From: [EMAIL

Re: Very basic question about lt;cfmail

2007-09-13 Thread [EMAIL PROTECTED]
. If you want to do the plain text version, I would suggest you create a new column in your database that holds the email content in 'plain text' and call it for the #content#. Hope this helps, William -Original Message -From: [EMAIL PROTECTED] -Date: Sep 13, 2007 17:25 -To: CF-Talkcf

  1   2   3   4   5   >