Re: Apache not working

2008-11-08 Thread Fawzi Amadu
Do you have other websites set up on the same server? Does an http request (as opposed to an https request) work? Does the default Apache page show up if you request http://www.mysite.mobi/ and https://www.mysite.mobi/? mxAjax / CFAjax docs and other useful articles:

Re: Apache not working

2008-11-08 Thread Fawzi Amadu
No I do not have other websites on the server and the page behaves the same with both http and https. Do you have other websites set up on the same server? Does an http request (as opposed to an https request) work? Does the default Apache page show up if you request

Re: Apache not working

2008-11-08 Thread Shannon Peevey
are you seeing this in your web browser? This is usually an error that you see wheb you are starting apache, not browsing. What do the apache error logs say? Speeves On 11/7/08, Fawzi Amadu [EMAIL PROTECTED] wrote: I have setup apache along with Coldfusion on a dedicates server. My problem is

Fun with images

2008-11-08 Thread Jake Pilgrim
I'm currently doing a project for a photographer, and I know most of this has been done before... Can someone point me towards some good slideshow/photo gallery resources using coldfusion? An image resizing tool would also be nice (I know cfimage can resize, etc - I'm more looking for client

Rember DOS?

2008-11-08 Thread Don L
I'm having a hard time with some string manipulation with DOS for the last half an hour or so including googling to no avail. Here's the deal. DOS/Window batch process does not like white space, hence, I need to replace the following directories that including white space with quotes prefix and

RE: Rember DOS?

2008-11-08 Thread Craig Dudley
Doesn't Windows include a way of truncating things with ~ in order to maintain dos 8.3 file names? i.e. program files = progra~1 So Documents and Settings could be Documen~1 ?? Not sure if that will help but it might. -Original Message- From: Don L [mailto:[EMAIL PROTECTED] Sent:

RE: Rember DOS?

2008-11-08 Thread Adrian Lynch
Not an answer to your question, but... rather than parsing the path for spaces, could you not just wrap the path in double quotes for all paths? Adrian Building a database of ColdFusion errors at http://cferror.org/ -Original Message- From: Don L Sent: 08 November 2008 18:46 To: cf-talk

Re: Fun with images

2008-11-08 Thread Mike Chabot
Jake, You might want to look at AJAX libraries instead. jQuery has a number of good lightbox plug-ins. Check out Thickbox as a sample of what I'm referring to. http://jquery.com/demo/thickbox/ It isn't clear what you mean by resize. Is this like a zoom feature, or is it a feature where the user

Re: Fun with images

2008-11-08 Thread Casey Dougall
On Sat, Nov 8, 2008 at 12:04 PM, Jake Pilgrim [EMAIL PROTECTED] wrote: I'm currently doing a project for a photographer, and I know most of this has been done before... Can someone point me towards some good slideshow/photo gallery resources using coldfusion? An image resizing tool would also

Re: Rember DOS?

2008-11-08 Thread Don L
Not an answer to your question, but... rather than parsing the path for spaces, could you not just wrap the path in double quotes for all paths? Adrian Building a database of ColdFusion errors at http://cferror.org/ Craig's technique is also interesting, I forgot. However, the {aUser} is

RE: Improve SQL for Retrieving The Next Similar Record

2008-11-08 Thread Dawson, Michael
None of the SQL experts has any suggestions? ;) Mike -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2008 4:36 PM To: cf-talk Subject: Improve SQL for Retrieving The Next Similar Record My goal: I am trying to retrieve the next record

Re: Fun with images

2008-11-08 Thread Mark Phillips
Check out http://www.slideshowzilla.com. I'm currently doing a project for a photographer, and I know most of this has been done before... Can someone point me towards some good slideshow/photo gallery resources using coldfusion? An image resizing tool would also be nice (I know cfimage

CFAjax problem - cant see why this doesn't work

2008-11-08 Thread Mike Kear
I am experimenting with the ajax parts of CF8, and I'm following the video on the Adobe site where it shows how to build a master detail application using the CF8 inbuilt ajax stuff. It has a CFGRID tag, which binds to a cfc method. There's where my problem arises i think.I have a simply

Re: CFAjax problem - cant see why this doesn't work

2008-11-08 Thread Mike Kear
oh yes and p.s. i have this at the top of the calling page: cfajaximport tags=cfgrid scriptsrc=/cms/forms/scripts / Which ensures the ajax elements are included in the page, I believe Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks