This query was working in CF8 and now it will not work in CF9 on my server

2013-07-09 Thread Terry Troxel
Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.The error occurred in *C:\Inetpub\wwwroot\it-werks\LIBERTREE\index.cfm: line 7* 5 : cfquery name=addcat

Re: This query was working in CF8 and now it will not work in CF9 on my server

2013-07-09 Thread Terry Troxel
That was it changed to desc1. Thank you very much. Terry On Tue, Jul 9, 2013 at 5:08 PM, Scott Stewart webmas...@sstwebworks.comwrote: A couple of things though Desc is a SQL reserved word. You may need to express the field name as [desc]. Second please wrap those variables

Safety for image uploads

2013-06-14 Thread Terry Troxel
Question: If I have a browse for a user to try an upload of a JPG only file and use CFIMAGE to resize and then convert it to a PNG so I can add it to a demo slide show for the user to preview, have I eliminated any possible safety issues? Terry

JRun errors after security patch install

2013-01-16 Thread Terry Ford
Hello -- I installed the security patch last night on cf 9.1 linux, and woke up this morning to find that some of our templates no longer work: [Wed Jan 16 09:28:27 2013] [notice] jrApache[1978: 53193]  returning error page for JRun too busy or out of memory They return a 500 error to the

Re: JRun errors after security patch install

2013-01-16 Thread Terry Ford
That's the problem -- thanks for the response! JRun too busy or out of memory as an error message for form variable limit reached could probably be improved upon ;) Regards, Terry From: Carl Von Stetten vonner.li...@vonner.net To: cf-talk cf-talk

Secure Image Uploads

2012-12-18 Thread Terry Troxel
persue to accomplish my goal to stop anyone from using this to hack my site. Terry ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

efflare cfx image cr 3

2012-11-05 Thread Terry Troxel
Has anyone tried to use CFX_IMAGECR3 with windows server 64 bit and CF9 64 bit successfully? Terry ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Re: In-use connections equal max-pool-size and expired max-wait-time.

2012-10-17 Thread Terry Whitney
Hello, We have an application that is connecting to a sql server database by initiating pool connections through the app server. The connections are idle, but not being released and causing the following error: javax.enterprise.resource. resourcead

Coldfusion and @query

2012-10-07 Thread Terry Troxel
. Any links, suggestions would be greatly appreciated. Terry ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com

Re: Coldfusion and @query

2012-10-07 Thread Terry Troxel
on the server. So... no. On Sun, Oct 7, 2012 at 10:40 AM, Terry Troxel terry.tro...@gmail.com wrote: I am trying to get my head around some of this CSS3 and @media queries. Is there a way to incorporate a css media query to say change the template name in a cfinclude? I am really liking

RE: Mailing list for Responsive and Adaptive Web Design

2012-09-16 Thread terry
I give this idea a HUGE PLUS!!! Terry -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Sunday, September 16, 2012 9:14 AM To: cf-talk Subject: Mailing list for Responsive and Adaptive Web Design

Help with creating a mobile website with CF

2012-09-15 Thread Terry Troxel
I could sure use some help getting a grasp of where to start learning how to create mobile websites for Iphones and Android using coldfusion. Terry Troxel ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com

RE: Help with creating a mobile website with CF

2012-09-15 Thread terry
Thank you Rick, This is exactly what I was looking for. I have a lot of reading ahead of me and then a lot of work to put it all in play. Terry Troxel -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Saturday, September 15, 2012 11:39 AM To: cf-talk

RE: Adding a border to text using CFImage

2012-02-21 Thread Terry Troxel
Leigh, Here is my test page using the Basic Example as you said: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html head titleUntitled/title /head body cfset wordart = createObject(component, wordart).init() / cfoutput #wordart.getArt(CFWheels is the future and the

RE: Adding a border to text using CFImage

2012-02-21 Thread Terry Troxel
Yes, I thought I stated that somewhere in the original thread. I tried it in CF9 and it works, thank you a bunch leigh for putting up with my lack of knowledge. So this cfc will not work using CF8 or could you show me a way to call it in there? Terry

RE: Adding a border to text using CFImage

2012-02-21 Thread Terry Troxel
the folder, reuploaded and red x's again. I looked at the directory structure and it has created a tree of new folders and the png images with superlong filenames are there. I then hand typed the url to the images and they displayed perfectly. Terry

Re: Adding a border to text using CFImage

2012-02-21 Thread Terry Troxel
go back there I get this error: Variable ___IMPLICITARRYSTRUCTVAR0 is undefined. Why does it run without errors on my local machine and not the server. I googled the error and Ben Nadel has a post on it, but I can't decipher the reason it's happening on one and not the other. Terry

RE: Adding a border to text using CFImage

2012-02-20 Thread Terry Troxel
Gerald, Thank you almighty Digital Pack Rat smiling Really Thank you. I haven't opened it yet, but I am on my way. Terry -Original Message- From: Gerald Guido [mailto:gerald.gu...@gmail.com] Sent: Sunday, February 19, 2012 6:55 PM To: cf-talk Subject: Re: Adding a border to text using

RE: Adding a border to text using CFImage

2012-02-20 Thread Terry Troxel
( shape ); // create a thin border stroke = createObject(java, java.awt.BasicStroke).init( 1 ); graphics.setStroke( stroke ); graphics.setColor( Color.decode(##800080) ); graphics; Can you see anything wrong? Terry

RE: Adding a border to text using CFImage

2012-02-20 Thread Terry Troxel
is the future and the future is written in ColdFusion, 106 : options={style=simple, font=Trebuchet MS, fontstyle=bolditalic, fontSize=30, wrapWidth=350})# 107 : /p I sure hope someone else has better success as this is a cool tool if it works. Terry

RE: Adding a border to text using CFImage

2012-02-20 Thread Terry Troxel
This is the complete code which displays the text perfectly in GREEN with NO border. I am at a loss. Terry cfscript width = 330; height = 150; text = Crossfade; // Create a new image that supports transparency transparentImage = ImageNew(, width, height, argb); graphics

RE: Adding a border to text using CFImage

2012-02-20 Thread Terry Troxel
not want to become more of a pain then I already am. But this is really great. Terry ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

RE: Adding a border to text using CFImage

2012-02-20 Thread Terry Troxel
things and understand it better as I am no java programmer, just a half-assed Coldfusion scripter that enjoys the heck out of this stuff. Terry -Original Message- From: Leigh [mailto:cfsearch...@yahoo.com] Sent: Monday, February 20, 2012 2:56 PM To: cf-talk Subject: Re: Adding a border

RE: Adding a border to text using CFImage

2012-02-20 Thread Terry Troxel
and would be a worthwhile Tool to have in your toolbox. Terry ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com

RE: Adding a border to text using CFImage

2012-02-20 Thread Terry Troxel
Leigh, All I did was to run the index as is. I do not know where to change the syntax which is probably why I am getting errors. Terry ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion

Adding a border to text using CFImage

2012-02-19 Thread Terry Troxel
I have searched all over and so far am empty handed trying to put a color border or stroke around text created with CFImage. I also own Efflare's Imageflare and don't see anything in there either. If someone has any suggestions or links, I would appreciate it greatly. Terry

Sending an email by fax solution

2012-01-25 Thread Terry Troxel
Any suggestions as to a good solution to have an email sent to a fax service from my website in CF? Terry ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag

RE: IP Geolocation API?

2012-01-23 Thread Terry Troxel
GEOIP Try Maxmind they have a free version. -Original Message- From: webmas...@pegweb.com [mailto:webmas...@pegweb.com] Sent: Monday, January 23, 2012 1:09 PM To: cf-talk Subject: IP Geolocation API? Anybody know of any API services out there (free would be best) that allow the

RE: Richtext Editor Woes

2012-01-03 Thread Terry Troxel
an image manager that I think puts CKFinder in the weeds and is Open source. Terry Troxel ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive

Richtext Editor Woes

2011-12-30 Thread Terry Troxel
folder which is password protected Terry ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

CFimage to draw a triangle

2011-12-25 Thread Terry Troxel
Could someone show me the proper way to draw a filled triangle using CFimage? Terry ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

CF 8 32 bit standard on win server 2008 r2 64 bit

2011-12-22 Thread Terry Troxel
Can I run CF 8 32 bit standard on a Win server 2008 r2 64 bit machine? Terry ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

KCfinder with CKeditor and Coldfusion?

2011-12-07 Thread Terry Troxel
Anyone have any success with KCeditor integration into CKeditor? I do not need file uploading of any kind, just to be able to browse to a predefined image directory Under the website root to insert images stored there. Any help would be appreciated. Terry

RE: KCfinder with CKeditor and Coldfusion?

2011-12-07 Thread Terry Troxel
Directory on a single website. Terry -Original Message- From: Mike Kear [mailto:afpwebwo...@gmail.com] Sent: Wednesday, December 07, 2011 6:31 PM To: cf-talk Subject: Re: KCfinder with CKeditor and Coldfusion? I use them both together in my CMS systems. The trick is to note

RE: Fckeditor Security Issues

2011-12-03 Thread Terry Troxel
thought with all the CF'ers on Here someone had come up with an answer. Terry up with an answer. Terry ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

RE: Fckeditor Security Issues

2011-12-03 Thread Terry Troxel
I give them. At the first patch I read a post that said rename your Fckeditor folder. I did that and it was working fine until the second patch I believe on the 11th. I just don't want to do something stupid. Terry

RE: Fckeditor Security Issues

2011-12-03 Thread Terry Troxel
Russ, Ok, one of the fixit emails said to rename the cfide built-in fckeditor or delete it. I chose to rename it. How else do I make sure the built-in version not the standalone is disabled. Terry -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Saturday

RE: Fckeditor Security Issues

2011-12-03 Thread Terry Troxel
Russ, Either I am speaking a different language then you or you are toying with me. I have spent an entire day reading your replies and have learned nothing. All I asked in the last post was How else do I make sure the built-in version not the standalone is disabled. Which in my language means

RE: Fckeditor Security Issues

2011-12-03 Thread Terry Troxel
Ok, so that's handled. Why will my standalone still giving me the xml error? Terry ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Fckeditor Security Issues

2011-12-02 Thread Terry Troxel
that product After their track record with Coldfusion. Terry ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf

FCKEditor.. XML Request error: Access denied (403)

2011-11-02 Thread Terry Troxel
Coldfusion 9, just started has been working fine on all the websites until today when using FCKEditor to browse server for an image. Any Ideas? Java recently Updated. Terry ~| Order the Adobe Coldfusion Anthology now! http

CF9 - Server 2008 r2 ODBC SOCKET Issue

2011-10-22 Thread Terry Troxel
I have CF9 Enterprise on a WIN Server 2008 R2 box running fine. I have QODBC installed and it is connecting to my Quickbooks just fine. I go into CF Admin and add a datasource, type in the datasource name, and select ODBC SOCKET as the driver. The next screen has a dropdown to select the ODBC

RE: CF9 - Server 2008 r2 ODBC SOCKET Issue

2011-10-22 Thread Terry Troxel
Russ any chance I could call you on this so I don't screw up my server? And yes it's a 64 bit machine and OS and CF9 64. Terry Troxel -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Saturday, October 22, 2011 9:35 AM To: cf-talk Subject: Re: CF9 - Server 2008

RE: CF9 - Server 2008 r2 ODBC SOCKET Issue

2011-10-22 Thread Terry Troxel
Russ, Is it possible for me to install CF8 or maybe cf9 32 bit to make this easier. Only reason I am rushing around here is it's Saturday and no one's here so I would like to get this done today if possible so as to not interrupt any ones work during a weekday. Terry -Original Message

RE: Coldfusion Hosting

2011-09-29 Thread Terry Troxel
I have been using a vps at AHPHOSTING.net for well over 3 years now and have been down a grand total of 4 hours during 3 events. I am very happy with my experience there. Sometimes as in this case smaller is better. And also in this case COLDFUSION is PRIMARY! Terry -Original Message

NEW CF9 Install on win server 2008

2011-09-21 Thread Terry Troxel
I am in the CFAdmin data services and am trying to add my first datasource (Access). After putting in the path to the database and submitting, I get an error: Unable to update the NT registry. Variable DRIVERPATH is undefined. I have no idea where to proceed from here. Terry Troxel

RE: CFFORM or Jquery Form Validation

2011-08-29 Thread Terry Troxel
for frameworks at this time so the method you provided is just perfect and I can get me old head around it. Terry -Original Message- From: Al Musella, DPM [mailto:muse...@virtualtrials.com] Sent: Monday, August 29, 2011 10:22 AM To: cf-talk Subject: RE: CFFORM or Jquery Form Validation Terry, I

CFFORM or Jquery Form Validation

2011-08-28 Thread Terry Troxel
AJAX or CFFORM, so I can learn something new today. I would like to see as many examples as I can if possible. Thank you, Terry Troxel ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

Re: CFFORM or Jquery Form Validation

2011-08-28 Thread Terry Troxel
. I am really looking to do it in one form with 3 text fields and at least one being required but accepting all if text is entered. Am I explaining myself properly? Terry On Sun, Aug 28, 2011 at 1:46 PM, Cameron Childress camer...@gmail.comwrote: On Sun, Aug 28, 2011 at 1:19 PM, Terry Troxel

RE: CFFORM or Jquery Form Validation

2011-08-28 Thread Terry Troxel
that grouping fields is an option I hadn't thought about and am going to go deeper into that. Thank you very much for your input, just try and remember an example is just that, Something to learn by. Terry -Original Message- From: Cameron Childress [mailto:camer...@gmail.com] Sent: Sunday

Safe, Secure Image Upload

2011-08-10 Thread Terry Troxel
to make the upload of images safe and secure for my server as these folks will be out front and not in The normal password protected area when they own their site. I would appreciate and positive input on this. Terry

Re: loop timing out

2011-06-29 Thread Terry Troxel
What am I doing wrong here as nothing shows up even with debugging turned on. The S drive is a mapped network drive. If mapped drive is the issue, is there any way around it? Terry ~| Order the Adobe Coldfusion Anthology now

Re: loop timing out

2011-06-29 Thread Terry Troxel
It just might help if I pasted in the code.sorry. On Wed, Jun 29, 2011 at 12:19 PM, Terry Troxel terry.tro...@gmail.comwrote: What am I doing wrong here as nothing shows up even with debugging turned on. The S drive is a mapped network drive. If mapped drive is the issue, is there any

CFDIRECTORY of a mapped network drive

2011-06-29 Thread Terry Troxel
It just might help if I pasted in the code.sorry. What am I doing wrong here as nothing shows up even with debugging turned on. The S drive is a mapped network drive. If mapped drive is the issue, is there any way around it? Terry cfset dir=s:\ cfdirectory action=list directory

passing Coldfusion variables to an onclick link

2011-06-25 Thread Terry Troxel
' cellpadding='0' tr tdTest/td td onmouseover=this.style.background='red';this.style.cursor='pointer' onmouseout=this.style.background='white'; onclick=alert('bang') Test - Click/td tdTest/td tdTest/td /tr /table Terry

RE: passing Coldfusion variables to an onclick link

2011-06-25 Thread Terry Troxel
Thanks Bobby, works perfect. Terry ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

Inserting data using QODBC

2011-06-22 Thread Terry Troxel
XML return string. I know QODBC supposedly converts Coldfusion to XML in the background, but I am lost and could sure use a pointer or 2. I created a ticket in their suppost forum, but no answer. Terry ~| Order the Adobe

CFCONTENT in the background?

2011-06-16 Thread Terry Troxel
How can I pass content to Cfdocument and have it create and save a Pdf in the background without opening the Pdf? I then want to use Cfpdf to append this Pdf to an existing Pdf. I sure hope this is possible. Terry ~| Order

Homesite 5.5

2011-06-12 Thread Terry Troxel
a website written in CF8 will work on a smartphone and are there any emulators I could download to test my work? Terry ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag

RE: VPS Hosting

2011-06-01 Thread Terry Troxel
I give a Big Thumbs Up for AHPHOSTING.net. I have had very little down time in the 3 + years I have had a VPS with him and never any issues getting technical questions answered correctly. I think sometimes smaller is way better.

Using LIKE in CF8

2011-06-01 Thread Terry Troxel
I have been doing this forever with no problems until today. Can anyone spot my error(s)?: cfquery name=searcher datasource=rnc select * from leads where 0 = 0 cfif lname NEQ and lastname LIKE '#lname#%' /cfif /cfquery which give me this error: Error Executing Database Query.

Re: Using LIKE in CF8

2011-06-01 Thread Terry Troxel
Thank you...Gee I feel like a newbie.A simple typo. On Wed, Jun 1, 2011 at 3:29 PM, wrote: Too few parameters. Expected 1. This error means than 1 column name is unknown in the table. Here it must be lastname

vCAL formatting

2011-05-25 Thread Terry Troxel
(10)##city#, #state# #zipcode##chr(10)##phone# Which gives me the results above. Terry ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Linking Access to Outlook

2011-05-22 Thread Terry Troxel
with other tables ie: Outlook contacts linked the same way and then a third table of my own but neither of the tables created by Access linked to Outlook have a way for me to key on a unique record. I am writing a flow chart app in CF8. Any ideas, or links to any help would be greatly appreciated. Terry

Re: Getting basic CF8 CFCACHE working in CF9

2011-05-15 Thread Terry Ford
the requests get Jrun errors until reboot.The timeout param was deprecated in CF7, but we still had some floating around in our code since CF8 played nice with it. It took me hours to trace down the problem to CFCACHE. On Fri, May 13, 2011 at 10:54 PM, Terry Ford terryfor...@yahoo.com

Getting basic CF8 CFCACHE working in CF9

2011-05-13 Thread Terry Ford
Hey... I am trying to get a CF8 app working on CF9, and it was all seamless until I ran into CFCACHE. I'm having problems getting CFCACHE to save anything to disk. I understand the default behavior is now in-memory caching, but for now I'm just trying to get this thing to work as it did in

Upgrading CF8 to CF9 breaking existing lucene stuff?

2011-05-12 Thread Terry Ford
Hi, I'm having an issue in a port from CF8 to CF9. We created our own simple lucene indexing stuff on CF8, and are simply trying to get it to work on CF9. Right now I'm having problems with this line, which works fine under CF8: luceneQuery = queryParser.parse(keyword, body, analyzer); It is

CFDocument as a task

2011-03-15 Thread Terry Troxel
and lets the user go on to something else? I do not want the resulting pdf displayed, but instead emailed to a defined address as an attachment. Any positive help would be greatly appreciated. Terry ~| Order the Adobe

Google Web Fonts API

2011-03-06 Thread Terry Troxel
functions, I would Be very interested in learning more. http://www.it-werks.com/googleapi/index.cfm Terry Troxel ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag

RE: Riaforge down?

2011-03-06 Thread Terry Troxel
I just went there and the page came right up. Terry ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf

ImageDrawText Fonts

2011-03-04 Thread Terry Troxel
When using ImageDrawText in CF8 on a Windows 2003 server can you create a text image with any font you have installed on the server? Also is there any way to use Google's font api within CF8's image tags? Terry

RE: Looking for CF/Adobe Network group in Chicago

2011-02-08 Thread Terry Troxel
something like this off. How 'bout you? Terry ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

RE: Looking for CF/Adobe Network group in Chicago

2011-02-08 Thread Terry Troxel
Thank you Casey, that is EXACTLY what I meant. I am off to read up on what I gotta do to get into that and learn. Thank you again. Terry -Original Message- From: Casey Dougall [mailto:ca...@uberwebsitesolutions.com] Sent: Tuesday, February 08, 2011 3:11 PM To: cf-talk Subject: Re

RE: CFImage at 300dpi

2011-02-06 Thread Terry Troxel
Rick, I got all sorts of different ways to solve the problem and am now in the Develop mode trying all of them and learning. I will let everyone who helped Know as soon as I am complete, but it might take a bit. Terry -Original Message- From: Rick Faircloth [mailto:r

RE: CFImage at 300dpi

2011-02-04 Thread Terry Troxel
Boy I hope my post didn't cause him any issues, and I am serious about that. If any of you know how to get face to face or at least a phone call, I sure think it Is him asking for help. Terry -Original Message- From: Michael Firth [mailto:mftr...@att.net] Sent: Friday, February 04

CFImage at 300dpi

2011-02-03 Thread Terry Troxel
Is it possible using CFIMAGE to create images in 300dpi format for print quality reasons? I also have CFX_IMAGECR3 and CFX_IMAGEFLARE but their support doesn't reply lately even though their products are excellent. Terry

RE: CFImage at 300dpi

2011-02-03 Thread Terry Troxel
to create a print ready High quality image that all the print shop has to do is send to their printer's RIP. That’s why my question on creating, saving images at 300dpi as well as print sizes as I do not want The user to have to do anything except PRINT. Terry -Original Message- From: Rick

RE: CFImage at 300dpi

2011-02-03 Thread Terry Troxel
Ben, I think I have my work cut out for me today with your suggestion in mind. Thank you very much. I started this out playing with CFPDF early on but switched to CFImage. Terry -Original Message- From: Ben Forta [mailto:b...@forta.com] Sent: Thursday, February 03, 2011 9:34 AM To: cf

RE: CFImage at 300dpi

2011-02-03 Thread Terry Troxel
be something we all could benefit from as we all work mainly with Screen, browser output and there is a whole world out there for print media and 72 dpi doesn't cut it, and making Online applications for print media is a real big challenge. Terry -Original Message- From: Jason Fisher

RGBA Alpha channel

2011-01-10 Thread Terry Troxel
I CFIMAGE, CFX_IMAGECR3 AND CFX_IMAGEFLARE and so far am unable to create a png or a gif image With text on a transparent background. Would love an example if anyone has any suggestions. Terry ~| Order the Adobe

RE: RGBA Alpha channel

2011-01-10 Thread Terry Troxel
from their documentation. I am waiting for a reply from them, but Alan came through with a work-around until they get back to me. Terry -Original Message- From: Alan Rother [mailto:alan.rot...@gmail.com] Sent: Monday, January 10, 2011 11:47 AM To: cf-talk Subject: Re: RGBA Alpha channel

Issues with CF Document

2011-01-04 Thread Terry Troxel
not know what. I have used the: localUrl=yes attribute too with the same results, no image. Terry !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html head titleUntitled/title /head body cfdocument format=PDF table bgcolor=red tr tdbird/td tdimage src=images/script1.jpg/td /tr /table

RE: Issues with CF Document

2011-01-04 Thread Terry Troxel
I should learn to not trust all the code in the help examples. Good call Raymond and Thank You! Terry -Original Message- From: Raymond Camden [mailto:rcam...@gmail.com] Sent: Tuesday, January 04, 2011 10:24 AM To: cf-talk Subject: Re: Issues with CF Document Isn't the tag img

CF Admin Browse error

2010-12-14 Thread Terry Troxel
deleted both the cf8 and the java directories, rebooted and installed Java and then CF8. It runs fine and I can hand type in an odbc location, but I still get an I/O error in the java browse app. Any suggestions? Terry

CF Admin Java Browser Errors

2010-12-14 Thread Terry Troxel
deleted both the cf8 and the java directories, rebooted and installed Java and then CF8. It runs fine and I can hand type in an odbc location, but I still get an I/O error in the java browse app. Any suggestions? Terry

RE: index.cfm being hacked (now application.cfm)

2010-12-10 Thread Terry Troxel
. but say, application.cfm, etc. It took the hosting company a while to track down the actual site that got hacked. Terry -Original Message- From: Josh Nathanson [mailto:joshnathan...@gmail.com] Sent: Friday, December 10, 2010 4:39 PM To: cf-talk Subject: Re: index.cfm being hacked (now

RE: br instead of br /

2010-11-29 Thread Terry Troxel
I was having a bad day the other day for various reasons. But today is much better. Here's a little something I found, that BTW works flawlessly. Hopefully it just might help someone else, because it sure helped me. Terry

RE: br instead of br /

2010-11-29 Thread Terry Troxel
lives more difficult than they are. Terry -Original Message- From: Aaron M Renfroe [mailto:mossma...@gmail.com] Sent: Monday, November 29, 2010 2:22 PM To: cf-talk Subject: Re: br instead of br / Can't you do a simple search and replace after your done editing? I'm not familiar

Dreamweaver Templates for us programmer types

2010-11-29 Thread Terry Troxel
on their sites to add to their services? You can contact me offline if necessary. It's just that with all these developers I know in this day and age you can't do it all if you are a small shop. Terry ~| Order the Adobe Coldfusion

br instead of br /

2010-11-27 Thread Terry Troxel
Here's my problem. I need to know if there is a setting in Fckeditor that will cause it to parse a page break as br instead of br /. Terry ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion

RE: br instead of br /

2010-11-27 Thread Terry Troxel
at 9:13 AM, Terry Troxel terry.tro...@gmail.com wrote: Here's my problem. I need to know if there is a setting in Fckeditor that will cause it to parse a page break as br instead of br /. Terry ~| Order the Adobe

RE: br instead of br /

2010-11-27 Thread Terry Troxel
://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml; head meta http-equiv=Content-Type content=text/html; charset=utf-8 / BOTH output br / Help please. Terry -Original Message- From: Claude Schnéegans schneeg...@internetique.com [mailto:=?ISO-8859

RE: br instead of br /

2010-11-27 Thread Terry Troxel
in the right direction Thank you, Terry -Original Message- From: Phillip Vector [mailto:vec...@mostdeadlygame.com] Sent: Saturday, November 27, 2010 9:47 AM To: cf-talk Subject: Re: br instead of br / So my second question would be.. What does it matter? Anyway, couldn't you do

Homesite Comment Command

2010-11-14 Thread Terry Troxel
I don't know if this is OT or not. I Homesite 5+ in CFML Basic the !--- comment command gives you this: !--- --- Where can I change that to output: !-- -- as W3C doesn't validate with the 3 dashes? Terry ~| Order the Adobe

RE: Homesite Comment Command

2010-11-14 Thread Terry Troxel
. If there is a command it would save me a bunch of time programming instead of Deleting the extra dashes by hand. Terry -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Sunday, November 14, 2010 2:36 PM To: cf-talk Subject: RE: Homesite Comment Command Terry

RE: Homesite Comment Command

2010-11-14 Thread Terry Troxel
These are the errors I get with XHTML Transitional Line 10, Column 27: invalid comment declaration: found name character outside comment but inside comment declaration !--- this is a comment --- Line 10, Column 1: comment declaration started here !--- this is a comment --- Terry

RE: Homesite Comment Command (please read before replying)

2010-11-14 Thread Terry Troxel
a little easier by not having to do what I've been doing forever and deleting the extra dashes. Period. If someone could show me how to write a function in Homesite PLEASE reply. Terry ~| Order the Adobe Coldfusion Anthology now

RE: Homesite Comment Command

2010-11-14 Thread Terry Troxel
THANK YOU, Thank you. Problem solved. You made my day Kym. Terry -Original Message- From: Kym Kovan [mailto:dev-li...@mbcomms.net.au] Sent: Sunday, November 14, 2010 4:14 PM To: cf-talk Subject: Re: Homesite Comment Command On 15/11/2010 10:54, Terry Troxel wrote: Russ thanks

RE: jquery

2010-11-07 Thread Terry Troxel
Monique, If your style sheet is called after the jquery stylesheet you might Be defining something that wipes out a jquery call. Terry -Original Message- From: Monique Boea [mailto:moniqueb...@gmail.com] Sent: Sunday, November 07, 2010 5:08 AM To: cf-talk Subject: Re: jquery

RE: Getting rid of maliceous code embedded in a jpg

2010-11-06 Thread Terry Troxel
Really, thanks for the reply, but the jhove site is way over my head. Maybe someone will have a simpler answer. Terry -Original Message- From: denstar [mailto:valliants...@gmail.com] Sent: Friday, November 05, 2010 9:59 PM To: cf-talk Subject: Re: Getting rid of maliceous code embedded

  1   2   3   4   5   6   7   >