[cfaussie] Re: Masking a URL

2009-10-21 Thread CyberAngel
Or cfdocument the page for priniting. From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Steve Onnis Sent: Wednesday, 21 October 2009 5:17 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Masking a URL Nope...not unless you are using some activex

[cfaussie] Re: xml error with stylesheet

2009-09-27 Thread CyberAngel
Then use what you need. For example if you need the date in an ODBCDate then use this. date![CDATA[#Trim(CreateODBCDate(date))#]]/date The output is determined by what you need here, also the trim is not necessary if you are going to be using CF Functions. We are also not mind readers, how

[cfaussie] Re: xml error with stylesheet

2009-09-22 Thread CyberAngel
No, this is better. date![CDATA[#Trim(XMLFormat(date))#]]/date -Original Message- From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Greavesy Sent: Tuesday, 22 September 2009 7:02 PM To: cfaussie Subject: [cfaussie] Re: xml error with stylesheet Would

[cfaussie] Re: CF8 with Crystal reports

2009-09-16 Thread CyberAngel
Your easiest solution is if you are running on Windows is the .Net license of CR. If you want or need some help in generating the reports then please contact me off list. On RIA forge there is also asReports that uses the development version of CR, upto CR10 I think for memory. But you need the

[cfaussie] Re: Using CFLAYOUT and XHTML doc type

2009-08-21 Thread CyberAngel
What doctype are you using? Strict, transitional or loose? From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Steve Onnis Sent: Friday, 21 August 2009 4:46 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Using CFLAYOUT and XHTML doc type I thought i

[cfaussie] Re: XML File/Data Validation

2009-08-18 Thread CyberAngel
All xml is validated against a DTD... Maybe looking to that. -Original Message- From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Hitesh Sent: Tuesday, 18 August 2009 6:52 PM To: cfaussie Subject: [cfaussie] Re: XML File/Data Validation Can somebody

[cfaussie] Re: Ajax Form Data Lookup

2009-08-15 Thread CyberAngel
cfparam name= formObj.country.value default=# inf[country]# / From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of rai...@ozemail.com.au Sent: Sunday, 16 August 2009 10:59 AM To: cfaussie@googlegroups.com Subject: [cfaussie] Ajax Form Data Lookup Hi, I

[cfaussie] Re: Ajax Form Data Lookup

2009-08-15 Thread CyberAngel
Or maybe you might like to check out this tutorial. http://tinyurl.com/qsupg6 From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of rai...@ozemail.com.au Sent: Sunday, 16 August 2009 10:59 AM To: cfaussie@googlegroups.com Subject: [cfaussie] Ajax Form Data

[cfaussie] Re: CF SerializeJSON = jQuery

2009-07-28 Thread CyberAngel
AJ, not sure about jQuery. But most frameworks of this nature have the ability to do client side Serialise and De-Serialise of JSon. Failing that you could go to json.org, and grab a decent package. One question though, is the less than sign quoted? If it is quoted it should not convert

[cfaussie] Re: Installing Flash Builder and Coldfusion Builder into FLEX Builder

2009-07-27 Thread CyberAngel
Steve, The reason is actually very simple, ColdFusion Builder is built on top of Eclipse V3.4 where Flex Builder 3 is built on top of Eclipse V3.2 or 3.3 don't recall of the top of my head which one. Andrew. From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On

[cfaussie] Re: Facebook integration using ColdFusion

2009-07-16 Thread CyberAngel
It should also be noted that they can't do it to their account. Their best option would be to create an application on Facebook, and then use the API as Dale suggested. Then people can join the application or page and leave at their own free will. Spamming to an account with jobs is not what a

[cfaussie] Re: Facebook integration using ColdFusion

2009-07-16 Thread CyberAngel
Because facebook is about friends connecting... Applications and pages is about companies and organisations promoting and advertising. I suggest you log into facebook join the developers page and read the information available to you. Seek did exactly what your clients / customers want to do,

[cfaussie] Re: JSON

2009-07-15 Thread CyberAngel
Paul, you are right you can't serialize a component or object to JSon. I think Gavin when you dump it out to the browser it tends to look like an Array, it is an Array of objects that can also have many hidden variables and other things that will not be viewable with a cfdump. Your best option

[cfaussie] Re: Web service not working after CF8 upgrade

2009-06-23 Thread CyberAngel
Yes that is a huge gotcha for a lot of people, it should also be noted that this problem is reported to be fixed in the upcoming version of ColdFusion. Not ideal for a lot of you I know. -Original Message- From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of

[cfaussie] Re: Unbuntu SVN 503 problem with cf files

2009-06-17 Thread CyberAngel
What are you using to Commit the files? I have a subversion repository setup under Ubuntu 8.04 and 9.10 and have no problems, when you say making CFM's work are you saying you are trying to use the template to connect to SVN? -Original Message- From: cfaussie@googlegroups.com

[cfaussie] Re: Unbuntu SVN 503 problem with cf files

2009-06-17 Thread CyberAngel
Isn't mod_chacho Apache? -Original Message- From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Zac Spitzer Sent: Wednesday, 17 June 2009 6:37 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Unbuntu SVN 503 problem with cf files On Wed, Jun 17,

[cfaussie] Re: String concatenation - what's happening here?

2009-06-01 Thread CyberAngel
Mike, On a side note to this, if you use the line debugger built into CF. The one thing that becomes obvious straight away is that the line break would show a can't reach or something, this is a huge indication to the weary that CF has a cached version if you tried to line break that line. Just

[cfaussie] Re: Session / application scope management.

2009-04-24 Thread CyberAngel
Read up on race conditions, and using the cflock tag. Concurrent sessions tend to taint certain scopes if you don't know how to handle them correctly. -Original Message- From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Gavin Baumanis Sent: Friday, 24

[cfaussie] Re: Apache Derby CF7

2009-04-23 Thread CyberAngel
First question first. No you can't embed Derby into a compiled or distributed CF application, the only way to do this is to have sql scripts that are then run in some manner to build the database. Coldfusion Applications need to be installed into a server, so I am not sure where you are going

[cfaussie] Re: Apache Derby CF7

2009-04-23 Thread CyberAngel
Ok after re-reading your question. Put it this way the answer is that you would need to know how to run Derby and install it from within your Application, you would then need to know how to deal with any errors that arise. Not to mention that it maybe violates the licensing of Derby when you use

[cfaussie] Re: CFMAIL to GMail

2009-04-22 Thread CyberAngel
Steve, You aren't describing the problem you are having with Gmail? Is the problem due to it ending up in the spam folder in gmail itself, I have never had any problems sending HTML to gmail except when the company got themselves blacklisted somehow. From: cfaussie@googlegroups.com

[cfaussie] Re: CFMAIL to GMail

2009-04-22 Thread CyberAngel
And what content encoding are you using? From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Steve Onnis Sent: Wednesday, 22 April 2009 6:25 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: CFMAIL to GMail it ends up in the inbox fine but no html

[cfaussie] Re: CFMAIL to GMail

2009-04-22 Thread CyberAngel
Hmmm, that's weird. When you say Browser do you mean using the browser to view the email using mail.google.com? From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Steve Onnis Sent: Wednesday, 22 April 2009 6:34 PM To: cfaussie@googlegroups.com Subject:

[cfaussie] Re: Flash sites being hacked

2009-04-01 Thread CyberAngel
I suppose the Web Servers logs wouldn't help and cross reference the files dates to activity on the logs? I suspect it isn't a Flash problem, and if the site use flash or flex or air to upload to the web server with no authentication it is possible that there is a hole in the services that are

[cfaussie] Re: Eclipse ColdFusion debugging sucks!

2009-03-25 Thread CyberAngel
I will also add to Charlies post as well. In most cases I have found the debugger fairly fast, there has been times when I have noticed it can take a long time to step into and around some pages or functions etc. I think the links Charlie has posted will be ample to get your head around

[cfaussie] Re: Creating a Date Range

2009-02-23 Thread CyberAngel
Mike that's a good point to note... -Original Message- From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Mike Kear Sent: Monday, 23 February 2009 6:07 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Creating a Date Range The other thing to

[cfaussie] Re: Creating a Date Range

2009-02-22 Thread CyberAngel
select count(*) as monthOpenTotal from tbl_car where dateraised between beginDate and endDate And set beginDate and endDate to date objects either in CF itself or use SQL to do it. There is no need to do a select on the query in your example, just turn it into a date object an you will be fine.

[cfaussie] Re: Finally a CF conference for Melbourne

2009-02-17 Thread CyberAngel
Agreed, Kudos to all involved in negotiating this. The biggest thing that I see for us here in Australia, and not just Melbourne is that it can bring more awareness to the language itself. Again kudos to all involved. -Original Message- From: cfaussie@googlegroups.com

[cfaussie] Re: Upgrading to CF8 advice?

2009-02-17 Thread CyberAngel
Mathew, This is more an FYI than anything else, Coldfusion 8.0 / 8.01 has a small part of its underlying Ajax UI as using the YUI framework. The majority of this extra functionality is actually extJS and there is a big difference between the 2 frameworks. -Original Message- From:

[cfaussie] Re: CFC call function of calling CFC

2009-02-01 Thread CyberAngel
AJ, If they are DAO’s, then why pass a reference? Why not just instantiate inside the cfc to begin with? From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of AJ Mercer Sent: Monday, 2 February 2009 4:05 PM To: cfaussie@googlegroups.com Subject: [cfaussie]

[cfaussie] Re: Using stored procedure exclusively to control database access

2009-01-11 Thread CyberAngel
A little late on this conversation but I will address the questions you have down below. There are a number of ways you could approach this, but the idea of having a central logic storage is the best solution. For the reasons that it was suggested, and this is where ORM's have tried to bridge

[cfaussie] Re: Crystal reports caching

2008-12-17 Thread CyberAngel
Check your not saving the data with the report. From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Steve Onnis Sent: Thursday, 18 December 2008 3:54 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Crystal reports caching Does anyone know if crystal

[cfaussie] Re: CSS question

2008-12-06 Thread CyberAngel
@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of CyberAngel Sent: Friday, 5 December 2008 10:52 AM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: CSS question Steve I wasn't referring to you, one thing that annoys me when developers come across a framework and make a suggestion

[cfaussie] Re: CSS question

2008-12-06 Thread CyberAngel
Agreed. However, if you listen to the advice carefully. I already knew Steve uses mootools, and the suggestion to also use jQuery is overkill when he is already using another framework. The point is that most of us can get the JS needed to do quick odd jobs without the use of frameworks,

[cfaussie] Re: CSS question

2008-12-06 Thread CyberAngel
Steve, you're making it sound like I am against either framework that's not the case. I just think there is a time and a place to do so, if that makes me different. Then it makes me different. But your right, everyone has the choice to do what they think is right for them. Just I disagree with

[cfaussie] Re: Whats's broken here? is it CFIMAGE?

2008-12-04 Thread CyberAngel
For those who don't know. Coldfusion uses some templates to provide a basic functionality, when it comes to component.cfc one could use this file to provide a common base to all your cfc's although I would not recommend you modify this file to achieve that, it is certainly possible. As Mark

[cfaussie] Re: CSS question

2008-12-04 Thread CyberAngel
Or you could use standard JS, don't need to add jQuery just to change a style of an element based on a condition. That would be overkill, unless you use jQuery for other things in the site. From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Pepperman Sent:

[cfaussie] Re: CSS question

2008-12-04 Thread CyberAngel
Steve, The problem with CSS based options is that not all browsers implement them, I know I saw code in a CSS style that would dynamically change the width of an element based on certain conditions. But it would not work on the browsers that it should/need to work on. One day the browsers

[cfaussie] Re: CSS question

2008-12-04 Thread CyberAngel
You could, but why introduce a framework to use it for one thing? From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Pepperman Sent: Monday, 1 December 2008 12:51 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: CSS question You can use jquery with

[cfaussie] Re: CSS question

2008-12-04 Thread CyberAngel
the site so thats not a problem _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of CyberAngel Sent: Friday, 5 December 2008 2:11 AM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: CSS question You could, but why introduce a framework to use it for one thing

[cfaussie] Re: PDF Generation

2008-11-26 Thread CyberAngel
How is it a pain? It is easy to use. From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Onnis Sent: Wednesday, 26 November 2008 3:01 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: PDF Generation Crystal is a pain to use. Looking for something easy

[cfaussie] Re: PDF Generation

2008-11-26 Thread CyberAngel
Nope easy to setup too... I am interested to know why you guys think that of Crystal Reports, I actually find cfreport the biggest pain on this side of the universe. But that's me:-) -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott

[cfaussie] Re: Lots of calls to DirectoryExists()

2008-10-28 Thread CyberAngel
I think it was Sean too, however it would not just be Sean. One of things we as developers tend to ignore, well maybe not ignore. But we do try to emphasise to much on getting it right the first time, the pressure from clients to do this is let's say a big factor in the equation. However it may

[cfaussie] Re: OT : SQL server over a network

2008-10-12 Thread CyberAngel
What are you meaning by redundant SQL servers? In my opinion the answer would be delayed, if you are wanting to keep connectivity in case of an emergency. Clustering, replication are some other options. Anything else on my part would be a guess. From: cfaussie@googlegroups.com

[cfaussie] Re: CFDOCUMENT issues

2008-10-02 Thread CyberAngel
Yeah well that is why ColdFusion can be hard to learn at times No consistency. It makes sense what Adobe did however, it maybe should have been. SaveAsName: The name of the file. Path: If this exist, this will be the location to save the PDF and will not be sent to the browser.

[cfaussie] Re: number problem

2008-10-02 Thread CyberAngel
I suppose you haven't tried to run a line debugger over the caption of that number, to the time it is displayed to see what might be happening? It doesn't sound like it is ColdFusion code, but if you can identify at what point the number is incorrectly transformed. It just may help you fix the

[cfaussie] Coldfusion 8.01 64bit / Ubuntu Server 64bit

2008-09-30 Thread CyberAngel
Ok, this has me stumped. And not being a unix guru, google hasn't helped me. Anyway I have setup a Virtual Server running Ubuntu 64bit, just Apache 2, SSH and ColdFusion. Apache is working, as the it works file is servered. However I had a couple of issues installing this the first time, but

[cfaussie] Re: Version control + ColdFusion development

2008-09-25 Thread CyberAngel
Mathew, As suggested please read the book I suggested, what you describe below is correct. However the client tools for subversion allow you to switch between versions/revisions, basically doing what happens below in one process. So in Eclipse, it works like this. I have trunk copy on my

[cfaussie] Re: Prompting user to download file

2008-09-23 Thread CyberAngel
Steve, I am not sure what ajax framework you are using, it is possible. But I haven't done it yet, the following link I found that gives an example. It appears to be jQuery or the Scriptxxx (Sorry can't think of the name of the top of my head).

[cfaussie] Re: Prompting user to download file

2008-09-23 Thread CyberAngel
Just to add to Mark's post. Here is a snippet for others who may need an example, I grabbed this of the net. !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml; head meta

[cfaussie] Re: Generating PDF and JPG images from websites

2008-09-18 Thread CyberAngel
invalidtag Is caused by script protection Steve... At least that is what I remember.. -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Onnis Sent: Thursday, 18 September 2008 5:26 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re:

[cfaussie] Re: Generating PDF and JPG images from websites

2008-09-18 Thread CyberAngel
ideas? Steve -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of CyberAngel Sent: Thursday, 18 September 2008 6:35 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Generating PDF and JPG images from websites invalidtag Is caused by script

[cfaussie] Re: default missing template error file

2008-09-12 Thread CyberAngel
Hehe... Yeah you are :-) -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Onnis Sent: Friday, 12 September 2008 4:27 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: default missing template error file I am now arnt i?:P

[cfaussie] Re: Quick List question

2008-09-10 Thread CyberAngel
Sorry, I tried that too, same result. Now that I am at home, I'll try it here as well. -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Onnis Sent: Wednesday, 10 September 2008 5:31 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re:

[cfaussie] Re: Quick List question

2008-09-10 Thread CyberAngel
Same problem.. 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 Incorrect number of columns in row.

[cfaussie] Re: Quick List question

2008-09-10 Thread CyberAngel
. -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kym Kovan Sent: Wednesday, 10 September 2008 6:35 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Quick List question CyberAngel wrote: Sorry, I tried that too, same result. Now

[cfaussie] Re: Quick List question

2008-09-10 Thread CyberAngel
[mailto:[EMAIL PROTECTED] On Behalf Of Kym Kovan Sent: Wednesday, 10 September 2008 6:35 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Quick List question CyberAngel wrote: Sorry, I tried that too, same result. Now that I am at home, I'll try it here as well. I tried this variation

[cfaussie] Re: Quick List question

2008-09-10 Thread CyberAngel
If anyone is interested. CSV files with column names in the first row... MUST NOT contain spaces, I assume without quotes around them at least. -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Onnis Sent: Wednesday, 10 September 2008

[cfaussie] Re: Quick List question

2008-09-10 Thread CyberAngel
What's the best charset to use? -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Onnis Sent: Wednesday, 10 September 2008 6:40 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Quick List question This is the file

[cfaussie] Re: Quick List question

2008-09-10 Thread CyberAngel
Ryan, Sorry I didn't see your post, that would have done the trick as well. -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, 10 September 2008 4:36 PM To: cfaussie Subject: [cfaussie] Re: Quick List question

[cfaussie] Re: looking for inspiration: search screens

2008-08-28 Thread CyberAngel
Yeah I sort of figured it wasn't clear cut. One thing we did with one client, was to have the search filtered from the left or right hand side. Thus allowing for the results to return in the main content section. There are plenty of DHTML frameworks that will work, but it will depend on your UI

[cfaussie] Re: looking for inspiration: search screens

2008-08-28 Thread CyberAngel
Barry, Not a problem And you are right about sparking ideas, one of the reasons I find it difficult to sleep Wish there was a switch off button :-) Regards, Andrew Scott -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Barry Beattie

[cfaussie] Re: How do I do concurrent database CRUD in the same application?

2008-07-07 Thread CyberAngel
Chris, I am surprised you haven't gotten a reply as of yet. The way I understand it, and I haven't had a chance to look at it yet. But if I think it works the way it should then you could do something like this. cftry cftransaction action=begin /cftransaction cfcatch /cfcatch

[cfaussie] Re: How do I do concurrent database CRUD in the same application?

2008-07-07 Thread CyberAngel
as how CF would be able to deploy the idea) maybe for CF9? http://www.alagad.com/go/blog-entry/cf-wishlist-named-transactions On Mon, Jul 7, 2008 at 4:52 PM, CyberAngel [EMAIL PROTECTED] wrote: Chris, I am surprised you haven't gotten a reply as of yet. The way I understand it, and I

[cfaussie] Re: Source code library software

2008-07-07 Thread CyberAngel
Library? Subversion for your repository and Subclipse or subversive for your eclipse. Not sure about anything else. But you have console tools like tortoise... Is that what you wanted to know? -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[cfaussie] Re: Partition Software

2008-06-27 Thread CyberAngel
Hmm, What version of Partition Magic? Paragon Partition Magic or Powerquest Partition Magic (now Symantec) I know the last time I used Symantec (powerquest), it won't even run on Vista something to do with the NTFS file system being different. But the paragon one ran without a problem, maybe

[cfaussie] Re: Partition Software

2008-06-27 Thread CyberAngel
Of Rae Buerckner Sent: Friday, 27 June 2008 6:02 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Partition Software Vista is 64 bit I believe. On Fri, Jun 27, 2008 at 5:25 PM, CyberAngel [EMAIL PROTECTED] wrote: Hmm, What version of Partition Magic? Paragon Partition Magic or Powerquest

[cfaussie] Re: Partition Software

2008-06-27 Thread CyberAngel
to run Vista hence don't know it On Fri, Jun 27, 2008 at 6:03 PM, CyberAngel [EMAIL PROTECTED] wrote: Excuse me? I am running both Vista Ultimate 32 64bit versions, and also have a laptop with Vista Business 32bit. I know its Friday, but WTF? From: cfaussie@googlegroups.com [mailto

[cfaussie] Re: CFC Design Patterns

2008-06-27 Thread CyberAngel
LoL... I am cursing you already for pre-warning me J Seriously though, Scott is right. Except he should have mentioned any developer, and not just Coldfusion developers. I have some code that I have to fix that I did not write and I can tell you by the time I am finished I am either going

[cfaussie] Re: consuming a web service from CFMX6.1

2008-06-10 Thread CyberAngel
I am not sure this is your problem or not, but it may help. When connecting to the Java webservice, I found in those days (not sure of these days) that you had to pass the arguments and the returned definitions in the connection url for the web service. The clue which I missed was the fact it

[cfaussie] Re: Coldfusion Daylight saving

2008-06-07 Thread CyberAngel
I am not sure this will work as I haven't been in a position like this one. It is noted that you will have a problem with the client. So let me suggest this then. When doing in sort of date work in your business logic, do a condition check to see if it is day light savings and subtract an

[cfaussie] Re: Coldfusion Daylight saving

2008-06-07 Thread CyberAngel
Yeah, that's what I was looking at doing. However was hoping to use more of java to get the timezone information. I think I saw one of riaforge. I have one there, but it never got going. But I know there is another one out there already as well. -Original Message- From:

[cfaussie] Re: JVM Heap Size

2008-05-14 Thread CyberAngel
I'll add a fourth to that. Rouge queries J From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Grant Straker Sent: Wednesday, 14 May 2008 5:58 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: JVM Heap Size Hey Guys, If you're JVM is running out of

[cfaussie] Re: Fwd: Comment added to Blog: CFInsider / Entry: Things ColdFusion is not... and... Why ColdFusion isn't free...

2008-05-10 Thread CyberAngel
Rae, I love that link. As it comes from the Product Manager of Coldfusion, and I have to say Dale Fraser. Did you notice thisJ The answer... ColdFusion is not an application server... but it does include one. I will stand by my statement of Coldfusion not being an Application

[cfaussie] Re: Fwd: Comment added to Blog: CFInsider / Entry: Things ColdFusion is not... and... Why ColdFusion isn't free...

2008-05-10 Thread CyberAngel
:) On Sat, May 10, 2008 at 5:01 PM, CyberAngel [EMAIL PROTECTED] wrote: Rae, I love that link. As it comes from the Product Manager of Coldfusion, and I have to say Dale Fraser. Did you notice thisJ The answer... ColdFusion is not an application server... but it does include one. I

[cfaussie] Re: Fwd: Comment added to Blog: CFInsider / Entry: Things ColdFusion is not... and... Why ColdFusion isn't free...

2008-05-10 Thread CyberAngel
Well now that we have openBD, that should be made easier. From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rae Buerckner Sent: Saturday, 10 May 2008 5:17 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Fwd: Comment added to Blog: CFInsider / Entry:

[cfaussie] Re: Fwd: Comment added to Blog: CFInsider / Entry: Things ColdFusion is not... and... Why ColdFusion isn't free...

2008-05-10 Thread CyberAngel
is not... and... Why ColdFusion isn't free... The problem is that people hear only what they want to know, and at the moment they don't want to know. They don't want to know because they don't understand :) On Sat, May 10, 2008 at 5:18 PM, CyberAngel [EMAIL PROTECTED] wrote: Well now that we

[cfaussie] Re: Blacklisting (was Re: HOT REQ..for Database Analyst !!!!!!!!! Location: TX, Dallas/Ft. Worth)

2008-05-09 Thread CyberAngel
Thanks for the info. However our network manager has already, sorted the client out. We had already done what you suggested, until the IP address is sorted. Our client had their own network guy, who really as far as I am concerned shouldn't be out there doing this work. But that is another

[cfaussie] Re: ColdFusion Install Broken

2008-05-08 Thread CyberAngel
Sounds like to me that you have a serious issue, one Coldfusion 8 as far as I am concerned has only had problems with IIS7 (and this is my experience) when the right components for IIS are not installed correctly to start with. However, under SP1 for Vista one has to install it as administrator.

[cfaussie] Re: CFWINDOW scripts path

2008-05-07 Thread CyberAngel
Chris, It is Javascript, not a cfc:-) -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Velevitch Sent: Wednesday, 7 May 2008 4:07 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: CFWINDOW scripts path It looks like it's a cfc:-

[cfaussie] Re: CFWINDOW scripts path

2008-05-07 Thread CyberAngel
Steve, Can you elaborate some more, are you asking about the JS that is loaded for using cfwindow. Or are you talking about something else. A bit of a description of what you are trying to do might help a little. From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[cfaussie] Re: CFWINDOW scripts path

2008-05-07 Thread CyberAngel
[mailto:[EMAIL PROTECTED] On Behalf Of CyberAngel Sent: Wednesday, 7 May 2008 4:43 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: CFWINDOW scripts path Steve, Can you elaborate some more, are you asking about the JS that is loaded for using cfwindow. Or are you talking about something

[cfaussie] Re: ColdFusion Install Broken

2008-05-07 Thread CyberAngel
32bit or 64bit? From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent: Thursday, 8 May 2008 12:23 AM To: cfaussie@googlegroups.com Subject: [cfaussie] ColdFusion Install Broken Anyone tried to install ColdFusion 8.01 on Vista SP1 It doesn't

[cfaussie] Re: RDS for Flexbuilder 3

2008-05-05 Thread CyberAngel
Yep. http://www.adobe.com/support/coldfusion/downloads.html -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Onnis Sent: Monday, 5 May 2008 4:38 PM To: cfaussie@googlegroups.com Subject: [cfaussie] RDS for Flexbuilder 3 Can anyone tell

[cfaussie] Re: ColdFusion Isn't a Programming Language?

2008-05-05 Thread CyberAngel
Well I think one has to go back to the definition of programming:-) Technically I would call it a scripting language, and not a framework. But having said that even a scripting language, we need to develop/program the language to achieve what we require. -Original Message- From:

[cfaussie] Re: ColdFusion Isn't a Programming Language?

2008-05-05 Thread CyberAngel
Well then Barry, let's put it this way. C/C++ can't be a programming language either then, because it is actually written in assembler... I really have to laugh at some people... They say jump and people do:-) -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL

[cfaussie] Re: ColdFusion Isn't a Programming Language?

2008-05-05 Thread CyberAngel
Actually Dale, you are wrong it is not an application server. JRun is an application server, and Coldfusion runs on top of Jrun and a very cut down version in the standard version. -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser

[cfaussie] Re: ColdFusion Isn't a Programming Language?

2008-05-05 Thread CyberAngel
that ColdFusion is NOT the language. Regards Dale Fraser http://learncf.com http://flexcf.com -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of CyberAngel Sent: Monday, 5 May 2008 10:24 AM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: ColdFusion

[cfaussie] Re: ColdFusion Isn't a Programming Language?

2008-05-05 Thread CyberAngel
:[EMAIL PROTECTED] On Behalf Of CyberAngel Sent: Monday, 5 May 2008 11:03 AM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: ColdFusion Isn't a Programming Language? Dale, If we go by your words of wisdom, php, jsp, ruby, RoR to name a few are Application Servers. Application servers

[cfaussie] Re: ColdFusion Isn't a Programming Language?

2008-05-05 Thread CyberAngel
portfolio. The 74,300 entries on Google for ColdFusion Application Server might help also. Regards Dale Fraser http://learncf.com http://flexcf.com -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of CyberAngel Sent: Monday, 5 May 2008 11:03 AM

[cfaussie] Re: ColdFusion Isn't a Programming Language?

2008-05-05 Thread CyberAngel
] On Behalf Of CyberAngel Sent: Monday, 5 May 2008 11:03 AM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: ColdFusion Isn't a Programming Language? Dale, If we go by your words of wisdom, php, jsp, ruby, RoR to name a few are Application Servers. Application servers are what I call IIS

[cfaussie] Re: ColdFusion Isn't a Programming Language?

2008-05-05 Thread CyberAngel
-Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of CyberAngel Sent: Monday, 5 May 2008 11:03 AM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: ColdFusion Isn't a Programming Language? Dale, If we go by your words of wisdom, php, jsp, ruby, RoR

[cfaussie] Re: ColdFusion Isn't a Programming Language?

2008-05-05 Thread CyberAngel
://learncf.com http://flexcf.com -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of CyberAngel Sent: Monday, 5 May 2008 11:03 AM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: ColdFusion Isn't a Programming Language? Dale, If we go by your words

[cfaussie] Re: ColdFusion Isn't a Programming Language?

2008-05-05 Thread CyberAngel
- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of CyberAngel Sent: Monday, 5 May 2008 12:04 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: ColdFusion Isn't a Programming Language? Dale, So if you bothered to read it correctly. .Net is a runtime interpreter

[cfaussie] Re: ColdFusion Isn't a Programming Language?

2008-05-05 Thread CyberAngel
How so? Because I said when you install Coldfusion standard it installs the JRun Application server? -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent: Tuesday, 6 May 2008 3:04 AM To: cfaussie@googlegroups.com Subject:

[cfaussie] Re: ColdFusion Isn't a Programming Language?

2008-05-05 Thread CyberAngel
://flexcf.com -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of CyberAngel Sent: Monday, 5 May 2008 12:36 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: ColdFusion Isn't a Programming Language? Dale, Coldfusion runs on top of JRun, which

[cfaussie] Re: ColdFusion Isn't a Programming Language?

2008-05-05 Thread CyberAngel
PROTECTED] On Behalf Of CyberAngel Sent: Monday, 5 May 2008 1:08 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: ColdFusion Isn't a Programming Language? How so? Because I said when you install Coldfusion standard it installs the JRun Application server? -Original Message

[cfaussie] Re: ColdFusion Isn't a Programming Language?

2008-05-05 Thread CyberAngel
Dale, Coldfusion as a product as you put it beyond the scope of what you're arguing about. Whether I purchased Coldfusion and not JRun, doesn't make Coldfusion an Application Server. Let's look at this a bit deeper. Regardless of the Application Server, a servlet is needed to run the code. In

[cfaussie] Re: ColdFusion Isn't a Programming Language?

2008-05-05 Thread CyberAngel
did you purchase to serve your applications. Regards Dale Fraser http://learncf.com http://flexcf.com -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of CyberAngel Sent: Monday, 5 May 2008 2:50 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re

[cfaussie] Re: ColdFusion Isn't a Programming Language?

2008-05-05 Thread CyberAngel
PROTECTED] On Behalf Of CyberAngel Sent: Monday, 5 May 2008 3:58 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: ColdFusion Isn't a Programming Language? Dale, Like I stated in another post, your question is answered with the fact that Coldfusion as a product can be deployed onto any

  1   2   >