Comcast SmartZone Incompatibility With CFMAILPARAM

2008-11-10 Thread Robert Mack
When there's a space in the name of an attachment placed in a CFMAIL message by CFMAILPARAM Comcast SmartZone doesn't display the correct attachment name or type. SmartZone shows a random file name and an unknown type. The attachment can be downloaded from the web interface and is intact

Re: Comcast SmartZone Incompatibility With CFMAILPARAM

2008-11-10 Thread Jochem van Dieten
On Mon, Nov 10, 2008 at 2:59 PM, Robert Mack wrote: The workaround I'm using is to change spaces to underscores in the names of all attachments until either Comcast or Adobe fixes this incompatibility. Have you (or are you going to) investigate who's incompatibility it is? Have you (or are you

RE: Script to move email to from undelivr to spool?

2008-11-10 Thread Andy Matthews
Bobby (and anyone else)... Undelivrnator gets a list of all files in the undelivr folder. It loops over the list checking filename and datestamp against a database entry. If it finds that email filename and datestamp in the db, then it increments the count for it. If it doesn't find it, it

RE: Script to move email to from undelivr to spool?

2008-11-10 Thread Andy Matthews
BTW...I meant we as in Dealerskins. -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 8:25 AM To: cf-talk Subject: RE: Script to move email to from undelivr to spool? Bobby (and anyone else)... Undelivrnator gets a list of all files in

SOT: CF conversion

2008-11-10 Thread Cutter (CFRelated)
OK, I need a little help. I was asked, a few months back, to co-author a book on Learning ExtJS. When I wrote my chapters, one of them required server-side code, which I (of course) wrote in CF. Unfortunately, the rest of the book's server-side examples are written in PHP. They asked me to

Re: CF 8 Security issue and related hotfix

2008-11-10 Thread Tom Chiverton
On Friday 07 Nov 2008, James Holmes wrote: It's easy to miss since Adobe have chosen not to update the hotfix list: The security blog RSS feed picked it up. -- Tom Chiverton Helping to challengingly morph infrastructures This email is

Re: CF to .Net - recommended training?

2008-11-10 Thread Aaron Rouse
I would not mess with VB and found a lot of people share that preference. I have been through a couple of the .NET training courses and did not leave all that impressed with the course. Felt like had I spent the same amount of time with a book or two that I would have ultimately been much better

Re: struct/query strange behaviour

2008-11-10 Thread Azadi Saryev
if you give your struct keys valid cf names then you should be ok... Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ to wrote: hi all, i'm wondering if this has also happened to you (see code below) myQuery.Advanced[2] in CF7 results in a struct with Totti Del Piero, but in CF8

struct/query strange behaviour

2008-11-10 Thread to
hi all, i'm wondering if this has also happened to you (see code below) myQuery.Advanced[2] in CF7 results in a struct with Totti Del Piero, but in CF8 gets Lemont what funny is that structcount result is 3 (!?!?) any suggestions? TIA, T. *

Re: CF to .Net - recommended training?

2008-11-10 Thread Mike Chabot
http://www.asp.net/learn/ is a good place to start. I recommend the video tutorials. If your company has already made the decision to go with .NET then there is a good chance that the person that made that decision has already decided on the preferred programming language. Are you sure you have a

Re: strip alpha char

2008-11-10 Thread Wil Genovese
However, when using REReplace your forgetting the 'scope' attribute which lets you specify how many matches to replace. By specifying All you get them all. cfset NumbersOnly = ReReplace(Image12334blue1,[^\d],,All) This replaces everything that is not a Digit - Regex in this case is defining

RE: struct/query strange behaviour

2008-11-10 Thread Adrian Lynch
That's not true of [] syntax. someStruct[this is one funky key!] Adrian Building a database of ColdFusion errors at http://cferror.org/ -Original Message- From: Azadi Saryev Sent: 10 November 2008 16:09 To: cf-talk Subject: Re: struct/query strange behaviour if you give your struct

Re: CF to .Net - recommended training?

2008-11-10 Thread Dave Watts
I've played with both. VB is far more bloated than C#, but VB is also used for developing Windows applications. So is C#. Anything you can do with one .NET language, you can do with another. If you are going to be developing only for web, then C# is far more compact and clean. If you are

AW: struct/query strange behaviour

2008-11-10 Thread to
i should be able to do that too... isn't? (in CF7 works, in CF8 not) cfdump var=#myQuery.Advanced[2][2]# cfdump var=#myQuery.Advanced[2][2].lastname# and results should be struct CITY Torino FIRSTNAME Alessandro LASTNAME Del Piero and Del Piero... what strange is that in CF8 id i

RE: CF to .Net - recommended training?

2008-11-10 Thread Robert Harrison
C Sharp? Visual Basic? I've played with both. VB is far more bloated than C#, but VB is also used for developing Windows applications. If you are going to be developing only for web, then C# is far more compact and clean. If you are also going to be developing Windows applications, VB is more

(ot) Code Evaluation Criteria

2008-11-10 Thread Rob Parkhill
Good Day, I know that this is a subjective type of question, but I was hoping for a little insight. My company decided about 2 years ago to redesign the internal windows-based program that is used to track orders and billing etc. Now the program has a huge number of features and checks that

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

Re: (ot) Code Evaluation Criteria

2008-11-10 Thread Dave Watts
Is it possible to put a monetary value on a system that doesn't work? By programmers who seem incapable of finishing it? Yes, it is, but only if you paid for code (as opposed to a functioning application). Were the developers paid on a time and materials basis? Were there development

Re: struct/query strange behaviour

2008-11-10 Thread Gert Franz
Just a side note... Railo returns StructCount = 2 and dumps a struct with two keys containing 3 keys. I guess as expected. Greetings from Switzerland Gert Franz Railo Technologies GmbH [EMAIL PROTECTED] www.railo.ch Join our Mailing List german:http://de.groups.yahoo.com/group/railo/

Re: (ot) Code Evaluation Criteria

2008-11-10 Thread Rob Parkhill
Dave, The initial contract set out that we would have code updates on a monthly basis, so the progress could be reviewed etc. The intent was that we would be provided with a complete system that functioned as the old system did, but with some new features and not in C++ 6. It was a contract, and

(ot) Flash Displaying Different in Firefox

2008-11-10 Thread Steve LaBadie
Firefox is not displaying flash slideshow the same as IE. The flash movie is 552 x 294 and doesn't fill the space properly. My code for IE: object classid=clsid:D27CDB6E-AE6D-11cf-96B8-44455354 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflas

Viewing Subversion Log from ColdFusion 8 form

2008-11-10 Thread Kamru Miah
Hello, I am new to Subversion and use TortoisSVN for Windows. I have been asked to provide a view of all the Commits awaiting deployment using a ColdFusion 8 form. Can anyone please advise me how to run the log command from CF8? Thanks in anticipation. Kamru

RE: (ot) Flash Displaying Different in Firefox

2008-11-10 Thread Robert Harrison
Can you send a link? Robert B. Harrison Director of Interactive services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 T : 631.231.6600 Ext. 119 F : 631.434.7022 www.austin-williams.com Great advertising can't be either/or... It must be . -Original Message- From:

Re: (ot) Flash Displaying Different in Firefox

2008-11-10 Thread Sonny Savage
From here: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15523 Use the WMODE parameter to allow layering of Flash content with DHTML layers. The WMODE parameter can be 'window' (default), 'opaque', or 'transparent'. Using a WMODE value of 'opaque' or 'transparent' will prevent a

RE: (ot) Flash Displaying Different in Firefox

2008-11-10 Thread Steve LaBadie
www.esu.edu Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 http://www.esu.edu [EMAIL PROTECTED] -Original Message- From: Robert Harrison [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 1:21 PM To: cf-talk

RE: (ot) Flash Displaying Different in Firefox

2008-11-10 Thread Steve LaBadie
Sonny, My code already has this. Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 http://www.esu.edu [EMAIL PROTECTED] -Original Message- From: Sonny Savage [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 1:25 PM

RE: (ot) Flash Displaying Different in Firefox

2008-11-10 Thread Robert Harrison
www.esu.edu You might want to try updating your browsers. I looked at this in IE 7.05x, Firefox 3.03, and Chrome 0.3.154.9. Worked perfectly fine on three of these platforms. You may want to note, if you are on a MAC and not using an Intel Processor, there is a bug in Firefox 3 that causes

RE: (ot) Flash Displaying Different in Firefox

2008-11-10 Thread Steve Keator
This might sound weird, but check your CSS. Looks like it's more of a margin/padding issue than Flash. Doesn't look like you're using and CSS resetting techniques there so there very well could be some conflict somewhere. -S. -Original Message- From: Steve LaBadie [mailto:[EMAIL

Scheduled Tasks problem

2008-11-10 Thread Gary Chambers
I have a unique task that involves retrieving data from one server, moving it to another server, and then processing the data. I'm running CF8 on a linux server. I wrote a ColdFusion program (call it template 1) to gather the data and write it to a MySQL database table. This program calls

RE: (ot) Flash Displaying Different in Firefox

2008-11-10 Thread Steve LaBadie
Steve, Can you point me to a resource for resetting techniques, not sure how to incorporate that. Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 http://www.esu.edu [EMAIL PROTECTED] -Original Message- From: Steve Keator

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: (ot) Flash Displaying Different in Firefox

2008-11-10 Thread Robert Harrison
Doesn't look like you're using and CSS resetting techniques there... Oh. Now that I read that I see the problem. Your flash is not sized wrong, the box surrounding it is too tall in Firefox. Something in one of the boxes is pushing in extra vertical space. You need to either reset the padding

Re: CF to .Net - recommended training?

2008-11-10 Thread Aaron Rouse
I learned C# and Visual Studio at the same time, kind of have to have one to do the other. On Mon, Nov 10, 2008 at 1:02 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Ok. So it sounds like learning C# is a good place to get started. Thanks all. Would anyone recommend a good

RE: (ot) Flash Displaying Different in Firefox

2008-11-10 Thread Steve LaBadie
Robert, I do have the current versions as you noted. I use a 22 monitor, but also check my 19. The flash file doesn't fill the allotted space properly with regards to the height. The width seams to be rendering fine. Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East

Radio Button settings

2008-11-10 Thread Me Gupta
HI, I guess this is a rather basic question, but I am really having a hard time finding a solution. I have a group of radio buttons. Data from the db should determine which button is checked. How do I set this? It is like this - the code for intitial display of the page is like- input

Radio button selection question

2008-11-10 Thread Damayanti Gupta
HI, I guess this is a rather basic question, but I am really having a hard time finding a solution. I have a group of radio buttons. Data from the db should determine which button is checked. How do I set this? It is like this - the code for intitial display of the page is like- input

Re: Radio Button settings

2008-11-10 Thread Rob Parkhill
as follows input type=radio id=apple name=Fruit value=Applecfif databasevalue eq apple checked=checked /cfif / and then add the rest for the other buttons. Rob On Mon, Nov 10, 2008 at 2:31 PM, Me Gupta [EMAIL PROTECTED] wrote: HI, I guess this is a rather basic question, but I am really

RE: Fun with images

2008-11-10 Thread Dennis Powers
Jake, Can someone point me towards some good slideshow/photo gallery resources As Mike said the various Ajax libraries would probably help you out. We use the Jquery library and Thickbox plugin but you can find more tool in the Media plugin directory.

RE: (ot) Flash Displaying Different in Firefox

2008-11-10 Thread Steve Keator
A good resource on the subject is the Yahoo UI library... direct link to Reset CSS: http://developer.yahoo.com/yui/reset/ -S. -Original Message- From: Steve LaBadie [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 1:50 PM To: cf-talk Subject: RE: (ot) Flash Displaying

Paypal IPN

2008-11-10 Thread Andrew M
Anyone that has ever got a paypal IPN to work like the tutorial on easycfm.com please I need your help. http://tutorial23.easycfm.com/ Post your IPN if you can Thanks! ~| Adobe® ColdFusion® 8 software 8 is the most

Re: Radio button selection question

2008-11-10 Thread AJ Mercer
This will do it input type=radio id=apple name=Fruit value=Apple cfif qryResults.Fruit EQ Applechecked=checked /cfif / input type=radio id=mango name=Fruit value=Mango cfif qryResults.Fruit EQ Mangochecked=checked /cfif / input type=radio id=orange name=Fruit value=Orange cfif qryResults.Fruit EQ

Building a web service: can you pass in XML or should the arguments be data typed

2008-11-10 Thread Matthew Chambers
Hi everyone I'm just checking over some code a developer wrote for me. The project was to build a web service interface to our application. He has programmed the web service component in a way that the methods only require one attribute - an XML packet (he has then defined the required XML packet

Re: Scheduled Tasks problem

2008-11-10 Thread Dave Watts
This process runs fine when ran as a regular ColdFusion process, but when I run it as a Scheduled Task it fails to complete. I runs through one item but it seems as though the redirect from the PERL script fails. Browsers follow redirects. Programmatic HTTP requests generally do not,

Re: CF to .Net - recommended training?

2008-11-10 Thread Dave Watts
I learned C# and Visual Studio at the same time, kind of have to have one to do the other. No, you can write C# with whatever you like. I like the (free) SharpDevelop.NET IDE, myself. But if you plan to use Visual Studio, you can certainly learn them simultaneously. Dave Watts, CTO, Fig Leaf

Re: Scheduled Tasks problem

2008-11-10 Thread Mike Chabot
You might want to clarify what you mean by redirect. Are you referring to a 301 or 302 redirect? If so, then that is a problem. You write redirects back to ColdFusion template 2, where the loop is continued which doesn't correspond to what most people think of as the definition of redirect in the

Re: (ot) Code Evaluation Criteria

2008-11-10 Thread Dave Watts
The initial contract set out that we would have code updates on a monthly basis, so the progress could be reviewed etc. The intent was that we would be provided with a complete system that functioned as the old system did, but with some new features and not in C++ 6. It was a contract, and

Re: Coldfusion +Ajax, best route?

2008-11-10 Thread Charlie Griefer
On Mon, Nov 10, 2008 at 4:51 PM, Don [EMAIL PROTECTED] wrote: Should I look into the built-in Ajax stuff with cf8 or go with a third party like JQuery? If you're comfortable with JavaScript, I'd recommend the jQuery method. The CF AJAX stuff shields you from having to write JS... which I

Coldfusion +Ajax, best route?

2008-11-10 Thread Don
Should I look into the built-in Ajax stuff with cf8 or go with a third party like JQuery? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Coldfusion +Ajax, best route?

2008-11-10 Thread Gerald Guido
+1 to what Charlie said. As far as lessening the learning curve, definitely use one of the JS libraries. jQuery is great. I have been using Spry the last week or so and I really like it a *lot*. It is really easy to use and is rolled into DW CS3 and CS4, as well as Aptana. I have been able to do

Re: Coldfusion +Ajax, best route?

2008-11-10 Thread Gerald Guido
Oh yeah... You might want to check out the CF/AJAX tools http://ajaxcfc.riaforge.org/ http://www.indiankey.com/cfajax/ http://cfjqajax.riaforge.org/ http://coldext.riaforge.org/ http://cfext.riaforge.org/ ~G~ On Mon, Nov 10, 2008 at 7:51 PM, Don [EMAIL PROTECTED] wrote: Should I look into the

Re: Use J2EE datasource to insert Clob on MX6,7

2008-11-10 Thread anguss
http://www.adobe.com/support/coldfusion/releasenotes/mx/mx61_known_problems.html#database 52292 You cannot use CLOB or BLOB data with the Oracle Thin Client driver on ColdFusion MX. Use the Oracle JDBC driver that ships with ColdFusion MX Enterprise instead. I have tried to use Oracle 10g driver

Re: CF to .Net - recommended training?

2008-11-10 Thread Aaron Rouse
I think it would be career suicide to not learn Visual Studio if embarking down the path of being a .NET developer. I am going to make a guess here but I do not think doing .NET development is what you do for a primary source of income to put food on the table. On Mon, Nov 10, 2008 at 5:22 PM,

Re: (ot) Flash Displaying Different in Firefox

2008-11-10 Thread Azadi Saryev
1) in your 4th TABLE (the one that contains the cell with the flash) tag set width=835 instead of width=100% 2) add padding:0;margin:0; to the style of the cell containing the flash. 2) remove any whitespace you have in the cell containing the flash: make sure the whole cell just on one code line.

Re: (ot) Flash Displaying Different in Firefox

2008-11-10 Thread Azadi Saryev
PS: FF + FireBug = best thing on Earth Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Azadi Saryev wrote: 1) in your 4th TABLE (the one that contains the cell with the flash) tag set width=835 instead of width=100% 2) add padding:0;margin:0; to the style of the cell containing the

Re: Coldfusion +Ajax, best route?

2008-11-10 Thread Azadi Saryev
+2 to Charlie + the markup and scripts CF ajax features create fail XHTML validation... :( Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Charlie Griefer wrote: On Mon, Nov 10, 2008 at 4:51 PM, Don [EMAIL PROTECTED] wrote: Should I look into the built-in Ajax stuff with cf8 or go

Re: CF to .Net - recommended training?

2008-11-10 Thread Dave Watts
I think it would be career suicide to not learn Visual Studio if embarking down the path of being a .NET developer. I am going to make a guess here but I do not think doing .NET development is what you do for a primary source of income to put food on the table. There are plenty of C#

Re: CF to .Net - recommended training?

2008-11-10 Thread Aaron Rouse
Yeap and every place I have talked to and every person I know who does it continuly runs into MS shops that want and expect their programmers to be using the MS tools. On Mon, Nov 10, 2008 at 10:59 PM, Dave Watts [EMAIL PROTECTED] wrote: I think it would be career suicide to not learn Visual

inserting a structure...within a structure...within a structure

2008-11-10 Thread Ben Conner
Hi, I'm trying to extend a piece of code in an application and I'm not sure what the correct syntax is. The current code looks like: cfquery name=cats datasource=#Application.DSN# SELECT a.categoryname as category, b.categoryname as subsection, b.categoryid, a.categoryid as acategoryid

Re: inserting a structure...within a structure...within a structure

2008-11-10 Thread Kym Kovan
Hi Ben, you can shorten it down a bit and go as many levels deep as you want. Like this: cfquery name=cats datasource=#Application.DSN# ... snip .. /cfquery cfloop query=cats cfif NOT StructKeyExists(allcats, #cats.category#) cfset allcats[#cats.category#] = StructNew() cfset