Re: For those who present at conferences (or want to)

2010-10-13 Thread Michael Grant
So it clearly has more awesome! On Wed, Oct 13, 2010 at 1:29 AM, Sean Corfield seancorfi...@gmail.comwrote: On Mon, Oct 11, 2010 at 11:55 AM, Jeff Gladnick jeff.gladn...@gmail.com wrote: Consider using www.prezi.com instead of powerpoint/etc for your next presentation. I've recently

Re: jQuery and cfcontent

2010-10-13 Thread enigment
+1 for Dan's approach. Dave On Tue, Oct 12, 2010 at 10:12 PM, Dan G. Switzer, II dswit...@pengoworks.com wrote: On Tuesday, October 12, 2010, Dave Watts dwa...@figleaf.com wrote: You can't prompt the user to download a file if you're invoking the URL with standard jQuery AJAX calls. You

Detecting Mobile Devices

2010-10-13 Thread Steve LaBadie
I have just finished the development of a mobile site for our university. I have placed a redirect script on the home page and everything seems to be working. I was wondering if there is a more streamlined approach to detecting the different devices. Right now I am checking for specific brands. I

RE: Detecting Mobile Devices

2010-10-13 Thread Andy Matthews
I'd put all this in a function, and run the user agent string through it. Then use the function call to return a boolean. Also, I found this function on CFLib.org. http://cflib.org/index.cfm?event=page.udfbyidudfid=1887 Might be worth giving it a try. andy -Original Message- From:

Re: Detecting Mobile Devices

2010-10-13 Thread Dave Watts
I have just finished the development of a mobile site for our university. I have placed a redirect script on the home page and everything seems to be working. I was wondering if there is a more streamlined approach to detecting the different devices. Right now I am checking for specific

Re: Detecting Mobile Devices

2010-10-13 Thread James Holmes
Try WURFL: http://wurfl.sourceforge.net/ -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 13 October 2010 21:16, Steve LaBadie slaba...@po-box.esu.edu wrote: I have just finished the development of a mobile site for our university. I have placed a redirect script on

Best practice for backup of CF Application server?

2010-10-13 Thread Chuck Wyatt
We're running ColdFusion 9, and I understand we can backup the XML files in Web-INF to get the datasource meta data for a less troublesome restore, God forbid we'd have to do that at any point. Aside from CFM templates of the site itself, should we also backup the CFIDE tree? Anything else

Re: Best practice for backup of CF Application server?

2010-10-13 Thread Dave Watts
We're running ColdFusion 9, and I understand we can backup the XML files in Web-INF to get the datasource meta data for a less troublesome restore, God forbid we'd have to do that at any point. Aside from CFM templates of the site itself, should we also backup the CFIDE tree? Anything

Re: Best practice for backup of CF Application server?

2010-10-13 Thread Russ Michaels
actually you can take a copy of the whole coldfusion install folder, and if you have to reinstall CF, you can just copy it over the top and everything will be restored. Stopping the services first of course. We have also used this method to roll back after a failed cf 9.0.1 upgrade. Russ On

cfquery and carriage return

2010-10-13 Thread Richard White
Hi, i have data stored in the database with a carriage return. however, when coldfusion pulls the data out with cfquery it seems to lose the carriage return, i dump out the query and it doesnt show the carriage return. i tried looping through each character in the string and outputting the

RE: Best practice for backup of CF Application server?

2010-10-13 Thread Justin Scott
You might want to back up your web server configuration also For IIS6, here is the batch file we use to perform a scheduled backup of the metabase as well as an XML export. Hopefully it can benefit anyone else out there who isn't backing up their metabase regularly. (Note: gf-bigmama is a

Re: cfquery and carriage return

2010-10-13 Thread Richard White
alternatively could the problem be before the data is put into mysql. basically we are using an extjs text area to collect data, that passes the data over to a form which we put straight in the database. should we be doing anything with that data such as escaping it? Hi, i have data

RE: Best practice for backup of CF Application server?

2010-10-13 Thread Jacob
For CF application... I backup the XML files and custom tags when I make changes. All of our templates are on a separate hard drive in the server and that is backed up every night. -Original Message- From: Chuck Wyatt [mailto:cwy...@clarku.edu] Sent: Wednesday, October 13, 2010 7:23 AM

gamma correction in CF9 images

2010-10-13 Thread Bert Dawson
Does anyone know if its possible to do gamma correction using the built in image processing in CF9? Cheers Bert ~| Order the Adobe Coldfusion Anthology now!

architecture mismatch

2010-10-13 Thread steve ebeling
new CF8 student. One project used Apache Derby Embedded drivers and all was well. On the second it called for Microsoft Access drivers and I get this issue. I am using a Gateway w/ Windows7 Home Premium 64bit sys. I have read of 32/64bit issues and understand the idea, but would not know how

Java/.NET based SWF to EXE conversion

2010-10-13 Thread Eric Roberts
In the absebce of a workaround for the 64bit COM object issue, does anyone know of any Java or .NET solutions for take a flash SWF file and turning it into an executable (essentially making a screen saver)? I found a .Net one,but the documentation was extremely lacking and I don;t know .Net and

Re: architecture mismatch

2010-10-13 Thread Russ Michaels
there is no 64bit ODBC drivers, however if you use 32bit mode it will work fine. On Wed, Oct 13, 2010 at 6:30 PM, steve ebeling stephen.ebel...@gmail.comwrote: new CF8 student. One project used Apache Derby Embedded drivers and all was well. On the second it called for Microsoft Access

Re: architecture mismatch

2010-10-13 Thread Dave Watts
new CF8 student. One project used Apache Derby Embedded drivers and all was well. On the second it called for Microsoft Access drivers and I get this issue.  I am using a Gateway w/ Windows7 Home Premium 64bit sys. I have read of 32/64bit issues and understand the idea, but would not know

Re: architecture mismatch

2010-10-13 Thread Eric Cobb
We ran into this just a couple of weeks ago on Win 7 64bit. I had to run this to set up 32bit drivers: c:\windows\sysWOW64\odbcad32.exe. Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com steve ebeling wrote: new CF8 student. One project used Apache

Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-13 Thread Cameron Childress
On Tue, Oct 12, 2010 at 5:24 PM, Eric Roberts ow...@threeravensconsulting.com wrote: We don't do auto updates...so I doubt there was anything updated. It might be worth looking at the server's update history just to make sure. Even an old update may not have taken effect till a restart (if you

Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-13 Thread Eric Roberts
No it gets restarted often as we are doing a lot of testing on it before it becomes a real production server. Thanks anyway man ;-) I think I just need to find a Java or .Net solution as I don't think i am getting anywhere with COM objects. Eric We don't do auto updates...so I doubt there

Problem with funky wsdl

2010-10-13 Thread Rick Root
Okay, I've been handled a WSDL for a service that our SAP folks have built for me. http://www.it.dev.duke.edu/public/wsdl.txt #1 - I had to comment all the wsp: tags because coldfusion wouldn't read the WSDL at all. I don't know what they're for so that's one of my issues. #2 - I'm having

CF8 32bit on Win Server 2008 64bit issues

2010-10-13 Thread Wil Genovese
Has anyone noticed slow downs or pauses when running CF8 32bit on Win Server 2008 64bit? I'm trying to figure out a weird issue with this. Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is a fine for doing well.

RE: Problem with funky wsdl

2010-10-13 Thread Russ Michaels
Rick, the ws-policy elements in the metadata document is due to the security setting (transport https + windows auth). Because WCF uses WS-POLICY protocol for adding security related description info (together with the WSDL for service endpoints and operations) in metadata document. It may be

Re: Problem with funky wsdl

2010-10-13 Thread Rick Root
Thanks Russ... I don't believe Axis supports ws-policy, though Axis2 does.. I've found some articles about using Apache CXF, and that does support ws-policy so I guess if this ws-policy stuff is actually required I'll might need to go that route. Rick

Subversion Software

2010-10-13 Thread Paul Alkema
Hey All, I'm looking to set up a subversion server and was wondering what types of subversion servers you all have set up and what software do you use to manage it? Paul Alkema ~| Order the Adobe Coldfusion Anthology now!

Re: Subversion Software

2010-10-13 Thread David McGraw
Honestly, save your self a ton of headache and worry and go with Beanstalk. It's a hosted solution, for something like 15$ a month, allow a ton of repositories, a super easy one click release and management interface on the web... And I do not work for them, it's just a much better solution than

Re: Subversion Software

2010-10-13 Thread Rick Root
I like VisualSVN because I'm lazy and windows based =) http://www.visualsvn.com/server/ On Wed, Oct 13, 2010 at 3:08 PM, Paul Alkema paulalkemadesi...@gmail.com wrote: Hey All, I'm looking to set up a subversion server and was wondering what types of subversion servers you all have set up

Re: Subversion Software

2010-10-13 Thread Eric Cobb
1998 model Dell Dimension, Pentium III with 750MB RAM and Apache. Works great. :) Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Paul Alkema wrote: Hey All, I'm looking to set up a subversion server and was wondering what types of subversion

Re: Subversion Software

2010-10-13 Thread Rick Root
On Wed, Oct 13, 2010 at 3:14 PM, Rick Root rick.r...@gmail.com wrote: I like VisualSVN because I'm lazy and windows based =) http://www.visualsvn.com/server/ and it's free and super easy to install/setup. Rick ~| Order the

Re: Subversion Software

2010-10-13 Thread Wil Genovese
I have a simple Linux server with Apache and the WebDav mod installed. Centos or Ubuntu Server will let you do this very easily. Otherwise, if you want a simple cheap full featured solution, including wiki, trak, ticketing, etc, try one of the many free or cheap hosted solutions.

Re: Subversion Software

2010-10-13 Thread John M Bliss
+1 VisualSVN On Wed, Oct 13, 2010 at 2:17 PM, Wil Genovese jugg...@trunkful.com wrote: I have a simple Linux server with Apache and the WebDav mod installed. Centos or Ubuntu Server will let you do this very easily. Otherwise, if you want a simple cheap full featured solution, including

Looping over Query that's contained in a structure.

2010-10-13 Thread Che Vilnonis
I have a structure, Q. In it, I have several vars and a query, LINEITEMS. I'm having a brainfart, how can I loop over the query LINEITEMS that's in my structure? See link for screen dump of the structure: http://www.asitv.com/images/dump_ss.jpg Thanks, Che

Re: Looping over Query that's contained in a structure.

2010-10-13 Thread Leigh
cfloop query=structName.lineItems .. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

RE: Looping over Query that's contained in a structure.

2010-10-13 Thread Che Vilnonis
I tried that. I get, The value of the attribute query, which is currently q.lineitems, is invalid. I also tried cfloop query=q[lineItems] and cfloop query=q[lineItems][resultset]... No luck with either. -Original Message- From: Leigh [mailto:cfsearch...@yahoo.com] Sent: Wednesday,

Re: Looping over Query that's contained in a structure.

2010-10-13 Thread Cameron Childress
cfloop query=#q['lineItems']# Pound signs, and single ticks to demote 'lineitems' is not a variable name, but a string. -Cameron -- Cameron Childress Sumo Consulting Inc http://www.sumoc.com --- cell:  678.637.5072 aim:   cameroncf email: camer...@gmail.

Re: Looping over Query that's contained in a structure.

2010-10-13 Thread David McGraw
Could be becuase your structure key is LineTEMS, not LineItems... Spelling is sometimes the worst bug to catch. David McGraw Oyova Software, LLC http://www.oyova.com On Wed, Oct 13, 2010 at 4:09 PM, Cameron Childress camer...@gmail.comwrote: cfloop query=#q['lineItems']# Pound signs, and

RE: Looping over Query that's contained in a structure.

2010-10-13 Thread Che Vilnonis
I dispise typos. Sorry to bother everyone. -Original Message- From: David McGraw [mailto:david.mcg...@gmail.com] Sent: Wednesday, October 13, 2010 4:13 PM To: cf-talk Subject: Re: Looping over Query that's contained in a structure. Could be becuase your structure key is LineTEMS, not

Re: Looping over Query that's contained in a structure.

2010-10-13 Thread Eric Cobb
You misspelled lineitems in your query. The cfdump you showed us has it spelled LINETEMS (missing an I). Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Che Vilnonis wrote: I tried that. I get, The value of the attribute query, which is currently

RE: Detecting Mobile Devices

2010-10-13 Thread Steve LaBadie
Thanks for the info everyone. Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 http://www.esu.edu slaba...@po-box.esu.edu -Original Message- From: James Holmes [mailto:james.hol...@gmail.com] Sent: Wednesday, October 13,

Gone Brain dead

2010-10-13 Thread Robert Harrison
database 5529 (20101013) __ The message was checked by ESET Smart Security. http://www.eset.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

RE: Subversion Software

2010-10-13 Thread Nick Gleason
Hi there. Codesion (used to be cvs dude) has worked well for us over the years. Nick -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Wednesday, October 13, 2010 12:22 PM To: cf-talk Subject: Re: Subversion Software +1 VisualSVN On Wed, Oct 13,

Re: Gone Brain dead

2010-10-13 Thread John M Bliss
://www.austin-williams.com Great advertising can't be either/or. It must be . Plug in to our blog: AW Unplugged http://www.austin-williams.com/unplugged __ Information from ESET Smart Security, version of virus signature database 5529 (20101013) __ The message was checked by ESET

Re: Gone Brain dead

2010-10-13 Thread Dave Watts
I must have gone brain dead. Seem to me like I should be able to set field names with a value but it's not working. Know I've done something like this before (this is just a sample of function... not the code): cfloop from=1 to=20 index=i        cfoutput        cfset

Re: Gone Brain dead

2010-10-13 Thread Eric Cobb
Any time you have nested hash marks, that's a good sign things aren't right. I like that. I'm going to have to store it in my quote arsenal. Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Dave Watts wrote: I must have gone brain dead. Seem to me

RE: Looping over Query that's contained in a structure.

2010-10-13 Thread Leigh
I dispise typos. Sorry to bother everyone. ROFL. I can totally relate ;-) ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

RE: Gone Brain dead

2010-10-13 Thread Justin Scott
#i# being used to build the column_X fields. I think the only one Dave didn't mention was the setVariable() function: cfset setVariable(column_#i#, evaluate(post i _data)) / -Justin ~| Order the Adobe Coldfusion

Re: Subversion Software

2010-10-13 Thread Gerald Guido
Assembla.com is just one of many. 2 gig free? Schweet. I am pretty close to pegging my free unfuddle accounts. Nice call. Thanx Wil! G! On Wed, Oct 13, 2010 at 3:17 PM, Wil Genovese jugg...@trunkful.com wrote: I have a simple Linux server with Apache and the WebDav mod installed. Centos

RE: Gone Brain dead

2010-10-13 Thread Brook Davies
Why use eval at all? cfloop from=1 to=20 index=i cfif structKeyExists(form, 'post#i#_data') cfset variables['column_#i#'] = form['post#i#_data'] /cfif /cfloop -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: October-13-10 1:28 PM To: cf-talk Subject: Re:

RE: Detecting Mobile Devices

2010-10-13 Thread Eric Roberts
That regex gave me a headache...wow! hehehehe Eric -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Wednesday, October 13, 2010 9:54 AM To: cf-talk Subject: Re: Detecting Mobile Devices I have just finished the development of a mobile site for our university. I

Re: Looping over Query that's contained in a structure.

2010-10-13 Thread Michael Grant
I don't know what's funnier. Dispise being intentional or not. On Wed, Oct 13, 2010 at 4:16 PM, Che Vilnonis ch...@asitv.com wrote: I dispise typos. Sorry to bother everyone. -Original Message- From: David McGraw [mailto:david.mcg...@gmail.com] Sent: Wednesday, October 13, 2010

Re: Subversion Software

2010-10-13 Thread Jochem van Dieten
On Thu, Oct 14, 2010 at 12:38 AM, Paul Alkema wrote: I'm looking to set up a subversion server and was wondering what types of subversion servers you all have set up and what software do you use to manage it? Apache, SVN + Apache bindings, WebDAV. Everything is managed through vi :) Jochem

RE: Gone Brain dead

2010-10-13 Thread Bobby Hartsfield
And on the right side of all those examples, variables[post#i#_data] instead of evaluate() .:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Wednesday, October 13, 2010 4:29 PM To: cf-talk