RE: SOT: Invitation for Beta Testers

2007-04-10 Thread Turetsky, Seth
Just a small UI comment, you use blue for headings and links(with no underline), so it's hard to tell what's a link and what's not until you mouse over it. Gets a little confusing -Original Message- From: Jon Clausen [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 10, 2007 1:02 AM To:

RE: Multiple Blogs on one site

2007-04-06 Thread Turetsky, Seth
Just a suggestion, could you tag the posts by user in one blog instead of each user having their own blog? I know blogger allows for this, so I programmatically include each by tag. I just don't know how you would need to deal with security, can one user be trusted not to touch someone elses?

RE: Limitations of CF's PDF Generator in Creating PDFs for Printi ng

2007-03-29 Thread Turetsky, Seth
I've looked into the Java iText PDF software, but not being famliar with Java myself, and also not being completely aware of its features, I'm not sure if that's a road I should even attempt going down to solve the problems above. Should I? Definitely tinker around with iText. You don't need

RE: OT JS - Moving elements in page

2007-03-22 Thread Turetsky, Seth
I agree, this effect is done in all of these JS libs. I've been using mooTools lately, but that's just my preference. IMO, Script.aculo.us seems to cater solely to RoR(at least they did, haven't looked lately) -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL

RE: OT JS - Moving elements in page

2007-03-22 Thread Turetsky, Seth
on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: Turetsky, Seth To: CF-Talk Sent: Thu Mar 22 18:40:18 2007 Subject: RE: OT JS - Moving

RE: PDA Website?

2007-03-13 Thread Turetsky, Seth
You said they would use them out in the field, so do they have to worry about the weather(cold, rain, etc)? If so, you may want to look into rugged ones. We have used HP pocketPC's in the past and the guy using them has complained they shut off in the extreme cold. We switched him to a Symbol

RE: PDA Website?

2007-03-13 Thread Turetsky, Seth
. They all now have NexTel phones. From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Tue 3/13/2007 9:35 AM To: CF-Talk Subject: RE: PDA Website? You said they would use them out in the field, so do they have to worry about the weather(cold, rain, etc)? If so, you

RE: ANN: GotCFM.Com is Launched - Dedicated to CF Evangelism

2007-02-27 Thread Turetsky, Seth
I googled for 'index.cfm', I posted a few of the interesting ones -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 27, 2007 12:51 AM To: CF-Talk Subject: Re: ANN: GotCFM.Com is Launched - Dedicated to CF Evangelism Most likely by tomorrow. Its near

RE: Wow.. what a site!!

2007-02-14 Thread Turetsky, Seth
I was hoping to never hear Jacob Nielson's name again, sort of like a celebrity chef that never cooks. So, out of curiosity I googled him and found his company's site http://www.nngroup.com/ Not just a boring site, but if you click through the sections, the header jumps around, not great UI to

RE: Neat error message

2007-02-10 Thread Turetsky, Seth
Is it running stable? And is it your app or you are hosting clients? I remember always having to stop/start 4.5 But then again, seems we are always doing the same to weblogic these days, at least our dev server -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent:

RE: binary to PDF

2007-02-08 Thread Turetsky, Seth
Are you using iText? In the past, I created pdf's on the fly using byte arrays, so that I don't have to write to disk. To display them, I did the following cfscript //all of my itext code MyVariable = baosPDF.toString(ISO-8859-1); /cfscript cfcontent type=application/pdf;

RE: binary to PDF

2007-02-08 Thread Turetsky, Seth
Try this, I think it should work, but I don't know anything about your getPolicyDocument method, and why there are special characters there. Also, just as a note you misspelled webservice(not sure if that matters at all) cfsilent cfscript mPdf = createObject(java,

RE: binary to PDF

2007-02-08 Thread Turetsky, Seth
My fault, I should have replaced that. MyVariable = baosPDF.toString(ISO-8859-1); Should be MyVariable = mPdf .toString(ISO-8859-1); webservice.getPolicyDocument(HERE); As for your other post, I'm not sure what this method is used for(I saw it in your code). Where did you get that code

RE: cffile on GoDaddy.com

2007-02-08 Thread Turetsky, Seth
That stinks. I just bought a plan off godaddy, but for 60 bucks a year I guess I can't complain too much. -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 1:31 PM To: CF-Talk Subject: Re: cffile on GoDaddy.com If you use cfinvoke with an

RE: binary to PDF

2007-02-08 Thread Turetsky, Seth
Well this is really a shot in the dark. But that failed because you overwrote the Java Object with a Coldfusion data type, which is a double datatype. So this compiles, but I'm pretty sure this won't work since docLite2 has been converted to store in a CF variable, so I think it's probably not

RE: binary to PDF

2007-02-08 Thread Turetsky, Seth
Is there more to their example? This line doesn't make much sense(again the special characters, and where is webserivce defined mPdf = webserivce.getPolicyDocument(…); Can you send this to them, maybe they can help you out with the rest? cfsilent cfscript

RE: Anyone interested in Railo hosting?

2007-02-07 Thread Turetsky, Seth
Most CF people don't have a CS background Where did you get this info from? -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 9:59 AM To: CF-Talk Subject: RE: Anyone interested in Railo hosting? How many people on this list are actually

RE: Anyone interested in Railo hosting?

2007-02-07 Thread Turetsky, Seth
coming in contact with, but that's been my experience. Can we maybe set up a poll somewhere and test out this hypothesis? Russ -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 10:11 AM To: CF-Talk Subject: RE: Anyone

RE: Take a minute to Digg this story about the Smith Project

2007-02-06 Thread Turetsky, Seth
It will be a long time before hosting companies take hold and use Smith. Correct me if I'm wrong, but since it's just a jar file and not an install, why would a hosting company be involved with any decision over using Smith or not? You would just need to know what JDK they support I agree

RE: Postal Code database and proximity

2007-02-05 Thread Turetsky, Seth
Are you doing direct line calculations for the distance or have they recently added the driving distance to the API? -Original Message- From: Jordan Michaels [mailto:[EMAIL PROTECTED] Sent: Monday, February 05, 2007 3:49 PM To: CF-Talk Subject: Re: Postal Code database and proximity

RE: Using google as a video server?

2007-02-02 Thread Turetsky, Seth
Well they won't guarantee uptime to you, but if you don't need that, I don't see why not. I just tinkered with their API recently and was going to use it to display the most recent movies I marked as my favorites. Easy way to make it look like I update my site :) -Original Message-

OT: Flash .sol viewer

2007-01-29 Thread Turetsky, Seth
Usually I'll do a remoting call to upload any data I store in flash's cookies(.sol files), but I have a little project I don't want to spend much time on, so I just want to manually grab and view the data in the sol file, but it's binary. I see Actionscript Viewer can do this, so I downloaded

RE: SOT - Google Map API

2007-01-24 Thread Turetsky, Seth
I played with the JS API, that is the only API right? I wanted to make a map of all of our locations around the globe, so I ran I parsed some XML with CF and passed all into the JS API, but the browser had memory issues with too many markers. I think they changed this since then, but I had to

RE: My sincerest apologies to Brian Simmons, CentraSoft.Com, and to the entire ColdFusion community

2007-01-17 Thread Turetsky, Seth
http://www.houseoffusion.com/groups/CF-Talk/thread.cfm/threadid:49667#266496 -Original Message- From: Christopher Jordan [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 10:47 AM To: CF-Talk Subject: Re: My sincerest apologies to Brian Simmons, CentraSoft.Com, and to the

RE: Two questions

2006-12-21 Thread Turetsky, Seth
I think I have OCD with the unneeded #'s, if I ever open a coworkers' code and see them I have to remove them or I feel like bugs are crawling all over me. -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 20, 2006 7:15 PM To: CF-Talk Subject: RE:

SOT: java code

2006-12-01 Thread Turetsky, Seth
Anyone know why this wouldn't work: InetAddress.getByName(hostname); I'm trying to do a cfhttp to a https server(https://gatewaybeta.fedex.com/GatewayDC), which in the past worked fine. After doing some googling, the error I get is a thrown error in apache's http client(note I'm using

RE: Challenging Loop problem SOLVED

2006-11-29 Thread Turetsky, Seth
My very small addition :) !--- Rick Root wrote this code to generate a list of web safe colors --- cfsilent cfset colorlist = cfset color_codes = 00,33,66,99,CC,FF cfloop from=1 to=6 step=1 index=RED cfloop from=1 to=6 step=1 index=GREEN cfloop from=1 to=6 step=1

SOT: textfields on submit

2006-11-16 Thread Turetsky, Seth
I'm doing some dhtml with adding and deleting rows...each row having 2 textareas. I started to name them uniquely, but was wondering(as it would save time when deleting) if I name them the same, ie textfield1 and textfield2, would the values be in sync? Say the values are: Row1: 1a 1b Row2:

RE: cfquery result

2006-10-19 Thread Turetsky, Seth
Don't need to do that...as it's already a structure. Just loop through it, ie: for (x=1; x LTE queryName.recordcount; x=x+1) queryName.columnName[x] -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 4:50 PM To: CF-Talk Subject:

RE: Google maps and Ajax

2006-09-06 Thread Turetsky, Seth
I don't think 20k locations is possible at one time http://mapki.com/wiki/Read_This_First#My_map_loads_slowly_when_there_are_1500_markers -Original Message- From: Robert Walters [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 06, 2006 4:20 PM To: CF-Talk Subject: Google maps and

RE: debugging my chat app

2006-09-05 Thread Turetsky, Seth
I was in, but got booted out and can't get back in. Initialization failed -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 3:14 PM To: CF-Talk Subject: debugging my chat app I'd love it if a whole bunch of folks would come into my chat

RE: Zipcodes addresses and all that jazz

2006-08-17 Thread Turetsky, Seth
PROTECTED] Sent: Wednesday, August 16, 2006 10:32 PM To: CF-Talk Subject: Re: Zipcodes addresses and all that jazz Turetsky, Seth wrote: I don't know much about ESRI, but Microsoft allows to get driving directions and distance in their JS API(definitely free), google and yahoo(I believe) do

RE: Zipcodes addresses and all that jazz

2006-08-17 Thread Turetsky, Seth
Turetsky, Seth wrote: So with esri, can you do the routing without showing a map, ie for backend systems? I would like to get the estimated distance between two zip codes, store it in a table. And potentially do that for x number of records. for that you don't need esri's ws, well at least

RE: Zipcodes addresses and all that jazz

2006-08-17 Thread Turetsky, Seth
build something like this a while ago. -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 9:11 AM To: CF-Talk Subject: RE: Zipcodes addresses and all that jazz Cool stuff. So with esri, can you do the routing without showing a map, ie

RE: Zipcodes addresses and all that jazz

2006-08-17 Thread Turetsky, Seth
, Turetsky, Seth [EMAIL PROTECTED] wrote: Wanted to leave it open, as I may rather have driving distance in the future. But also, we want to do this for our UK offices as well. Seems at least M$'s mapping api's took postal code as well as zip. What would a table of worldwide postal/zip codes

RE: Zipcodes addresses and all that jazz

2006-08-16 Thread Turetsky, Seth
How do you want to verify the address? Display a map, then the user would verify it? I've been playing with Microsoft's Mappoint stuff lately, they offer a lot of stuff that Google does not. See http://dev.live.com/virtualearth/sdk/ shows some examples and the source of each. -Original

RE: Zipcodes addresses and all that jazz

2006-08-16 Thread Turetsky, Seth
I think it's free now -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 16, 2006 2:31 PM To: CF-Talk Subject: Re: Zipcodes addresses and all that jazz Turetsky, Seth wrote: I've been playing with Microsoft's Mappoint stuff lately, they offer

RE: Zipcodes addresses and all that jazz

2006-08-16 Thread Turetsky, Seth
: Wednesday, August 16, 2006 2:56 PM To: CF-Talk Subject: Re: Zipcodes addresses and all that jazz Turetsky, Seth wrote: I think it's free now the mappoint/whatever stuff was insanely expensive compared to the redlands folks. not to mention that these days esri's doing a lot of work in flex. ms's

MapPoint

2006-08-11 Thread Turetsky, Seth
Google maps doesn't let you grab the distance programmatically, so I started looking at Microsoft's, which btw looks really extensive. I saw some posts on this a few months ago and was wondering if anyone had worked on and gotten CF to use the API since then. Looks like all of their code is

postal code webservice

2006-07-27 Thread Turetsky, Seth
Does anyone know a reliable site to lookup zip codes, more specifically I want to look up the difference between two? I googled and saw some, but didn't know how reliable they were. Thanks, Seth == Please access the

RE: postal code webservice

2006-07-27 Thread Turetsky, Seth
Subject: RE: postal code webservice By difference, do you mean the distance? I had a zip code database that I found online somewhere that had the lattitude and longitute of each zip code, and I was able to find a fuction to calculate the distance. -Original Message- From: Turetsky

RE: postal code webservice

2006-07-27 Thread Turetsky, Seth
Thanks all, I will go this route as well. I've done something similiar with google maps, click one point and then another and it would do this math to calculate the difference. I think I used a different equation though and there was a pretty big margin of error. -seth -Original

RE: postal code webservice

2006-07-27 Thread Turetsky, Seth
it for both zips and then calculate it with the great circle equation, Robert's your father's brother. http://geocoder.us/blog/2006/04/21/calculating-distances/ ** Ken Ferguson 214.636.6126 ** -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent

RE: Issues with Adboe web site and IE

2006-07-12 Thread Turetsky, Seth
Same here. I saved the pagemaybe it's the 24 css files they are using. That would be fun trying to use -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 3:15 PM To: CF-Talk Subject: OT: Issues with Adboe web site and IE the last couple

RE: ColdFuson Debug Tool To Premiere at NYCFUG!

2006-07-11 Thread Turetsky, Seth
Will this be streamed? Or how about on youtube later? :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 10, 2006 11:48 PM To: CF-Talk Subject: OT: ColdFuson Debug Tool To Premiere at NYCFUG! Tomorrow night is our monthly NYCFUG

jfreechart

2006-07-06 Thread Turetsky, Seth
Anyone use CF with jfreechart? I'm trying to create a MeterPlot, but it's coming up blank. I'd RTFM if there was a better FM :) -seth == Please access the attached hyperlink for an important electronic communications

RE: Good blog post on the frameworks debate

2006-06-30 Thread Turetsky, Seth
100 developers working on a CF project? What the heck was the project? -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006 8:50 AM To: CF-Talk Subject: Good blog post on the frameworks debate

RE: Announcing ColdPDF

2006-06-16 Thread Turetsky, Seth
That is definitely possible with cfml and itext. I generate a lot of pdfs with barcodes here, so if you need any help let me know. While I don't do 2D ones here, the docs and examples on the iText site says it can. If Bob includes the report generator I wrote, maybe I can include it in there

RE: Announcing ColdPDF

2006-06-15 Thread Turetsky, Seth
Robert, This is a great idea. I did a report generator based off a query you specify and it's column list. Probably something cfdocument can do now, but I'll mention it anyways, for the people without cfmx 7. I did it so it can layout a horizontal table of rows or a vertical repeating

RE: Create CF web service to return a PDF file

2006-06-14 Thread Turetsky, Seth
Funny, I'm tweaking a cfc to do this right now. I use either a savePath attribute or a binary String return var I find saving it is much more reliable. Then you can redirect to it or use an iframe to view the pdf. But, if you really must stream it to the browser, try something like this:

RE: Create CF web service to return a PDF file

2006-06-14 Thread Turetsky, Seth
sorry, i was assuming itext, i didn't see you were using cfdocument. i don't know much about that tag -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 10:46 AM To: CF-Talk Subject: RE: Create CF web service to return a PDF file Funny

RE: Create CF web service to return a PDF file

2006-06-14 Thread Turetsky, Seth
Ignore what I said about the cfc, I thought you were using itext So, maybe try this: cfset newResult = ToString(myResult, ISO-8859-1)!---not sure if this will work with a byte[]--- cfcontent type=application/pdf; charset=ISO-8859-1cfheader name=Content-Disposition

cfdocument

2006-06-13 Thread Turetsky, Seth
I've heard that cfdocument uses iText to create pdfs, but does anyone know what it uses to parse the HTML/CFML? We don't have CFMX7 here, but I have a cfc I wrote a long time ago that creates a report from a columnlist, but I would like to see if I can upgrade it to parse the code as well.

RE: CF Calendar Display

2006-06-07 Thread Turetsky, Seth
Out of curiousity, I tried this: createObject(component, GoogleCalendar).init(googleCalendarUrl,-5) but couldn't get through our proxy with it. is there a way to specify this like how cfhttp has the proxy attributes? -Original Message- From: Nick Tong - TalkWebSolutions.co.uk

RE: CF Calendar Display

2006-06-07 Thread Turetsky, Seth
sorry, ignore this. i hadn't looked at his cfc yet, thought it was being done right in java -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 1:10 PM To: CF-Talk Subject: RE: CF Calendar Display Out of curiousity, I tried

RE: embed image in cfmail

2006-05-19 Thread Turetsky, Seth
I tried this under Bluedragon, but the images showed up with the missing image icon Can anyone else try? -Original Message- From: Michael Traher [mailto:[EMAIL PROTECTED] Sent: Friday, May 19, 2006 1:42 PM To: CF-Talk Subject: Re: embed image in cfmail I think the file attribute of

RE: recursive includes

2006-05-17 Thread Turetsky, Seth
:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 6:40 PM To: CF-Talk Subject: RE: recursive includes You probably want to use the StructDelete function. -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 2:31 PM I'm wanted to write a small

RE: recursive includes

2006-05-17 Thread Turetsky, Seth
. THIS IS UNTESTED. Not sure if you can even include more than one application tag per file. Ben Nadel www.bennadel.com -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 17, 2006 9:29 AM To: CF-Talk Subject: RE: recursive includes I did

recursive includes

2006-05-16 Thread Turetsky, Seth
I'm wanted to write a small utility to manage our applications here, just to display all of the variables used in the application.cfm's. Sounded easy, I'm using cfdirectory and including each application.cfm and just dumping the variables. Problem is that by the last application, it is all

RE: Anyone done this before?

2006-05-11 Thread Turetsky, Seth
What database? On important apps, we have pl/sql triggers that store all of the changes in log tables Basically, the table is just the field name, old value, new value and who changed it -Original Message- From: Phill B [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 12:42 PM To:

RE: best way to handle a flash form, but not flash forms.

2006-05-10 Thread Turetsky, Seth
Are you using flash remoting? -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 10:12 AM To: CF-Talk Subject: best way to handle a flash form, but not flash forms. Didn't get a response yesterday so I'll try a different subject line. I've

RE: best way to handle a flash form, but not flash forms.

2006-05-10 Thread Turetsky, Seth
Go with loadVars or remoting then -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 10:35 AM To: CF-Talk Subject: RE: best way to handle a flash form, but not flash forms. It's not a flash form generated by CF. It's a hardcoded flash form

RE: Flash radio button question

2006-05-10 Thread Turetsky, Seth
If you are using the same component that I am(Flash UI components), try: radioButtonName.getValue() -seth -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 12:51 PM To: CF-Talk Subject: Flash radio button question When I POST a Flash

RE: Flash radio button question

2006-05-10 Thread Turetsky, Seth
radio button question On the coldfusion page? !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent

RE: Flash radio button question

2006-05-10 Thread Turetsky, Seth
Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 12:02 PM To: CF-Talk Subject: RE: Flash radio button question If you are using the same component that I am(Flash UI components), try: radioButtonName.getValue() -seth -Original Message

RE: Flash radio button question

2006-05-10 Thread Turetsky, Seth
Andy, I think we are a little confused in how you are doing this. So, you have a flash movie with some form type elements, correct? So, what functionality are you using to pass these values to a processing page. Assuming you coding using the Flash IDE or in a seperate .as file? Just trying

RE: Flash radio button question

2006-05-10 Thread Turetsky, Seth
Andy, If you are using the Flash ide, you can use the trace command and it will display info in the output window. So, try something like this(but replace radioButtonName with yours) trace(radioButtonName.getValue()); It looks like we are using the same radio button component, so that

RE: Flash radio button question

2006-05-10 Thread Turetsky, Seth
Well, I guess it's just how components work. That value is deep down in the belly of the component and you have to use a function to get it out. The loadvars only sends the variables on the level you specify, so you have to get the component to throw it up first :) -Original Message-

RE: BEA licenses BlueDragon for WebLogic

2006-04-19 Thread Turetsky, Seth
Even if there are more bugs(which I wouldn't know), NewAtlanta's tech support has been amazing supporting Weblogic. On a few cases for us, they recreated the bug and had a hotfix for us within a few days. I'm not sure if Adobe would do that for us, that just seemed the case between versions

RE: disk size manager

2006-04-16 Thread Turetsky, Seth
, you can use the du command in a script, and call this with cfexecute. I'm not sure if there's anything that handy in Windows land... -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 11:35 AM Andy/Jacob Very handy, but I'm using

disk size manager

2006-04-14 Thread Turetsky, Seth
We just ran out of disk space on a webserver and finding the culprit folder is tough. Since, we don't have direct access to some drives, it would be nice to have this running under CF since it can access everything :) We wrote a simple file explorer in CF to browse and delete files, but I'd

RE: disk size manager

2006-04-14 Thread Turetsky, Seth
Andy/Jacob Very handy, but I'm using BlueDragon. Tried it out of curiosity, but it just listed the current directory. Will inquire with NewAtlanta about it. Thanks this would save time. -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 1:06

chr(10) in excel

2006-04-11 Thread Turetsky, Seth
Hi, I have a page that pops up in excel, but I want line wraps within cells. I tried chr(10) but it doesn't seem to respect it. Has anyone done this or can they try this(i'm using BD now), I vaguely remember this working in the past. Thanks, Seth !---test code--- CFHEADER NAME=Expires

RE: chr(10) in excel

2006-04-11 Thread Turetsky, Seth
, Turetsky, Seth [EMAIL PROTECTED] wrote: Hi, I have a page that pops up in excel, but I want line wraps within cells. I tried chr(10) but it doesn't seem to respect it. Has anyone done this or can they try this(i'm using BD now), I vaguely remember this working in the past. Thanks, Seth

RE: chr(10) in excel

2006-04-11 Thread Turetsky, Seth
thing, but it is food for thought I guess. ~Brad -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 11, 2006 12:27 PM To: CF-Talk Subject: RE: chr(10) in excel I think that is to drop to the next cell, but I just want a break in the cell(alt-enter

RE: Flash to animated GIF

2004-05-11 Thread Turetsky, Seth
Check 'save as type' in Export Movie -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 11:06 AM To: CF-Talk Subject: OT: Flash to animated GIF OK...no idea if this is doable, but is there any way to convert a Flash animation into an animated

RE: Flash to animated GIF

2004-05-11 Thread Turetsky, Seth
- Vancouver Island ColdFusion Users Group Founder Director www.cfug-vancouverisland.com - Original Message - From: Turetsky, Seth To: CF-Talk Sent: Tuesday, May 11, 2004 8:08 AM Subject: RE: Flash to animated GIF Check 'save as type' in Export Movie -Original Message- From: Bryan

clob==cffile==cfcontent

2004-04-16 Thread Turetsky, Seth
Running a query, writing a clob to a file, then doing a: cfcontent type=application/pdf file=#pathInfo##pdfName#.pdf deleteFile=no This works for larger pdf's, but small ones(like 5kb) don't show up in the browser, but are written to the server fine. I've tried pausing for a bit in between the

RE: Latest Windows Updates

2004-04-16 Thread Turetsky, Seth
So, you are trying to stop McAffee?I would think you could remove it from the registry(in the Run area) then reboot, right? -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 2:44 PM To: CF-Talk Subject: Re: Latest Windows Updates

new---win

2004-04-14 Thread Turetsky, Seth
In IE, doing a CTRL-N or NEW---WINDOW, doesn't fully run the CF code again. I have a variable based on a timestamp, so when opening a new window, the variable doesn't get the new time.I put in all of the cfheader and meta tags for disabling caching. Anything else I can do? -seth [Todays

RE: new---win

2004-04-14 Thread Turetsky, Seth
. --Ben Turetsky, Seth wrote: In IE, doing a CTRL-N or NEW---WINDOW, doesn't fully run the CF code again. I have a variable based on a timestamp, so when opening a new window, the variable doesn't get the new time.I put in all of the cfheader and meta tags for disabling caching. Anything

cfc causing cf admin to blank out

2004-04-01 Thread Turetsky, Seth
I'm invoking a cfc I made which creates pdf's based on a query.For some reason, it's failing when I send in a sql server query(not really the question), but it's creating a zero byte pdf.When I go to check if any errors are logged, all pages in CF Admin load but are completely blank(no html in

RE: Printing PDF directly to printer using CFMX

2004-03-18 Thread Turetsky, Seth
What are you generating your pdf's with? -Original Message- From: Spectrum WebDesign [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 10:35 AM To: CF-Talk Subject: Re: Printing PDF directly to printer using CFMX You're right Paul. >From iText printing help page: How can I send

RE: query of query trimming?

2004-03-17 Thread Turetsky, Seth
CFMX 6.0 on Win2k Think moving it to Linux would change anything? -seth -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 9:26 AM To: CF-Talk Subject: RE: query of query trimming? Seth, What version of CF? Jerry Johnson [EMAIL

RE: query of query trimming?

2004-03-17 Thread Turetsky, Seth
Thanks Jerry, I think it must be something fixed in 6.1 then, since we are running 6.0 here.I questioned my yesterday's sanity and tried it all again today, same thing happened. I'm not sure why there are hesitant to put 6.1 on here, but I did a workaround by replacing the breaks with BR's in the

query of query trimming?

2004-03-16 Thread Turetsky, Seth
Looks like when I run a query of query, it's stripping out some carriage returns(which I need).Has anyone else seen this, known thing? Example: cfquery name=mainQuery DATASOURCE=#app_datasource# USERNAME=#app_user# PASSWORD=#app_passwd# select text1 from myView where key = 100 /cfquery

RE: query of query trimming?

2004-03-16 Thread Turetsky, Seth
Unfortunately yes, I'm sure.I did a QofQ then a direct query, and they were different, the direct query returned 13, the QofQ returned like 83, the ascii value of T(the first letter in the string) -seth -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Tuesday,

RE: query of query trimming?

2004-03-16 Thread Turetsky, Seth
I meant, I did an asc(first(myString)) and it returned those values -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 5:01 PM To: CF-Talk Subject: RE: query of query trimming? Unfortunately yes, I'm sure.I did a QofQ then a direct query

RE: query of query trimming?

2004-03-16 Thread Turetsky, Seth
if it replaced the chr(13) or chr(10) with some other character by chance?I don't know of any issue with QofQ removing these characters. John -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 5:01 PM To: CF-Talk Subject: RE: query of query

RE: query of query trimming?

2004-03-16 Thread Turetsky, Seth
It's a VARCHAR2(4000) in Oracle The lengths change from 100 down to 96.And yep the queries are the same(just straight selects), despite one being a query of query. Weird stuff, sounds like a bug to me Think anyone could give it a try for me?Just put some carriage returns at the start of a field,

RE: Flashpaper Macromedia - Please

2004-01-15 Thread Turetsky, Seth
what version of Flash do you have?flash 7 should handle the scrollwheel right? -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 11:35 AM To: CF-Talk Subject: RE: Flashpaper Macromedia - Please Scrollwheel doesn't work either. -Original

java compiling

2004-01-13 Thread Turetsky, Seth
Just curious as to the best way to work in Java with CF.Once I've compiled my Java and then I go to move to my classpath, the old files are locked and I need to stop CF to get them in(note I'm working with Jar files). Is there any way around this, or am I doing something wrong? thanks in

RE: Create PDF (without CFEXECUTE)

2004-01-07 Thread Turetsky, Seth
quick and simple answer: to create a header for each page, add stuff to your doc, then use: section1.endHeaders(); this adds a page# footer: footer = HeaderFooter.init(Phrase.init(Page ,header), true); document.setFooter(footer); longer answer: drop me an email :) -seth -Original

RE: PDF on Fly

2004-01-07 Thread Turetsky, Seth
: PDF on Fly Thanks Seth!! Colud u send me a little example? Regards, __ MSc. Hassan Arteaga Rodrguez Microsoft Certified System Engineer. DIGI- Grupo de Desarrollo COPEXTEL, S.A. _ From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 03

RE: Create PDF (without CFEXECUTE)

2004-01-07 Thread Turetsky, Seth
Drop the jar file into a directory and put that path in the Class Path under Java and JVM Settings in CF Admin -Original Message- From: Spectrum WebDesign [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 2:45 PM To: CF-Talk Subject: Re: Create PDF (without CFEXECUTE) Thank you

RE: Create PDF (without CFEXECUTE)

2004-01-07 Thread Turetsky, Seth
. _ From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 03:20 PM To: CF-Talk Subject: RE: Create PDF (without CFEXECUTE) Drop the jar file into a directory and put that path in the Class Path under Java and JVM Settings in CF Admin -Original Message- From

RE: PDF on Fly

2003-12-23 Thread Turetsky, Seth
didn't read the article, but i'm using the itext library in java, its tons o' fun -seth -Original Message- From: Hassan Arteaga Rodriguez [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 4:35 PM To: CF-Talk Subject: PDF on Fly I found article in www.sys-con.com about it with

RE: PDF on Fly

2003-12-23 Thread Turetsky, Seth
on Fly Thanks Seth!! Colud u send me a little example? Regards, __ MSc. Hassan Arteaga Rodrguez Microsoft Certified System Engineer. DIGI- Grupo de Desarrollo COPEXTEL, S.A. _ From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 03:40 PM To: CF-Talk Subject: RE

RE: Weird Images issues...

2003-12-16 Thread Turetsky, Seth
What's weird is that you can view the source after clicking on an image, so it's an html page that is loading, not the image.something is up with your webserver, at least i think -Original Message- From: Schuster, Steven [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 1:51 PM

RE: CFMAIL (MX - 6.0) and multiple email servers

2003-12-15 Thread Turetsky, Seth
Hey Dave, I work with Mario, so I ran an nslookup on the address and a few records do show up.But I think you're right when saying it isn't CF's job to query the dns server, but unfortunately it fails with an unknown host error. And the docs do say that the mail server takes multiple entries,

  1   2   >