Cfdiv error ie 7

2008-10-30 Thread Loathe
Unable to open connection to url: Works just fine in FF. Seems like it might be related to this being on a secure server. Anyone have any ideas? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to

RE: Looking for Adam Lehman's CF8 Demos

2008-10-29 Thread Loathe
What accident? Tim Heald -Original Message- From: Steve Moore [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2008 4:02 PM To: cf-talk Subject: Looking for Adam Lehman's CF8 Demos Prior to his accident, Adam Lehman from Adobe had posted version 2 of his CF 8 demos to

RE: Looking for Adam Lehman's CF8 Demos

2008-10-29 Thread Loathe
Thanks. -Original Message- From: Jason Fisher [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2008 4:30 PM To: cf-talk Subject: Re: Looking for Adam Lehman's CF8 Demos http://carehart.org/blog/client/index.cfm/2008/9/29/adam_lehma n_accident :-(

Re: docx (office 2007) from CF? (Cross)

2008-10-14 Thread Loathe
We already have a PDF solution in place. Which is great if they just need to print the document. They also want to be able to save, edit and pass around the document. I'm just doing what the client has told me, word is what they want. Tom Chiverton wrote: On Monday 13 Oct 2008, Loathe wrote

Re: docx (office 2007) from CF? (Cross)

2008-10-14 Thread Loathe
10:36 AM To: cf-talk Subject: Re: docx (office 2007) from CF? (Cross) On Tuesday 14 Oct 2008, Loathe wrote: We already have a PDF solution in place. Which is great if they just need to print the document. They also want to be able to save, edit and pass around the document. Perfectly

Re: docx (office 2007) from CF? (Cross)

2008-10-14 Thread Loathe
It's gong to be in Word 07. Thats the requirement. Shannon Peevey wrote: Perfectly possible in a PDF file format. Sometimes without paying Adobe (OpenOffice v3, for example). I'm just a poor country chicken... but this here OpenOffice don't seem like it's Word. Seriously tho' - the

Re: docx (office 2007) from CF? (Cross)

2008-10-14 Thread Loathe
suspect I've just looked in the wrong places. Anyways, this may be a valid way to solve your problem. 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. On Oct 14, 2008, at 3:09 PM, Loathe wrote

Re: docx (office 2007) from CF? (Cross)

2008-10-14 Thread Loathe
:09 PM, Loathe wrote: Yeah, I'm working on finalizing the formatting requirements for a template now. Then it's unzip the docx and tear it apart to see how I can have cf create the xml files. Jim Davis wrote: -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent

docx (office 2007) from CF? (Cross)

2008-10-13 Thread Loathe
Has anyone done this? I've looked into it some, seems to be a zip file of XML documents. Can anyone point me in the write direction? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

Re: docx (office 2007) from CF? (Cross)

2008-10-13 Thread Loathe
do it. You can look into calling Java's POI directly of course, but AFAIK that doesn't write the not-a-standard .docx XML files, only the older also-not-a-standard .doc binary files. What's your use case ? -Original Message- From: Loathe [mailto:[EMAIL PROTECTED] Sent: Mon 10

Re: docx (office 2007) from CF? (Cross)

2008-10-13 Thread Loathe
Thanks, looks like a great place to start. Shannon Peevey wrote: On Mon, Oct 13, 2008 at 10:17 AM, Loathe [EMAIL PROTECTED] wrote: I have to create very large (sometimes hundreds of pages) word documents from CF with some pretty specific formatting and layout rules. I've been using iText

Re: CFC Objects (Best Practice)?

2008-09-24 Thread Loathe
The scope I used would depend on the manner in which I was using the CFC. Something used on every request, like a user.cfc or cfc for logging I would use the application scope, however if it's something thats used less often but needs to exist across multiple requests I would use session

Re: 2 questions: ensuring a file is only included once, and scrubbing form and url scopes

2008-08-01 Thread Loathe
trim() to trim variables. Pete Ruckelshaus wrote: I've got two questions. First: Is there a way to make sure a file is only cfincluded once? I'm using cfinclude to include a UDF library in the onRequestStart() method of my application.cfc, but in my debug output, that file has a file

CF 8 verity collections disappearing

2008-07-30 Thread Loathe
Ok, so we have a search tool that uses built in K2 verity in CF 8. Recently we've begun getting errors from the verity collections disappearing. Basically what happens is the user gets an error in the search saying the collection doesn't exist, the collection doesn't show up in the CF

Re: CF 8 verity collections disappearing

2008-07-30 Thread Loathe
Anyone, bueller, bueller? Loathe wrote: Ok, so we have a search tool that uses built in K2 verity in CF 8. Recently we've begun getting errors from the verity collections disappearing. Basically what happens is the user gets an error in the search saying the collection doesn't exist

Re: CF 8 verity collections disappearing

2008-07-30 Thread Loathe
Not even close. Azadi Saryev wrote: no idea. just guessing. how big is the collection? you are not over the verity indexing limit, are you? Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Loathe wrote: Anyone, bueller, bueller? Loathe wrote: Ok, so we have a search tool

Re: CF 8 verity collections disappearing

2008-07-30 Thread Loathe
Yeah same exact issue, only it's happening like every day. Al Musella, DPM wrote: I have the same problem on cf 7. It happens about once a month.. on a site that I volunteer for - just hadn't had the time to debug the problem.. I have to manually delete the directory, then recreate the

Re: (ot) javascript problem

2008-07-08 Thread Loathe
The best means I have found of working out JS errors in IE is to create a project in Visual Web Developer 2008 (free). Launch the project which will open a browser window (IE needs to be set as your default browser) then navigate to your page. When the error occurs choose to debug the error,

Re: Finding a number in a range - sort of - problem

2008-07-02 Thread Loathe
case? Les Mizzell wrote: I'm trying to build a search interface for an existing database. Part of the search is to find records of transactions between entered amounts. Sounds easy enough - but the database is build with 2 fields for the amounts. dsp_amount - integer - holds the base

(ot) How do I creat a new SVN repos from an existing SVN repos?

2008-06-30 Thread Loathe
Here is what I need to do. I have an existing SVN repository. I need to copy this repository into a NEW repository. It's going to become an entirely new code base, not a branch. So far, if I copy it or anything it tries to connect to the original repository because of all the svn files in

iText underline in the middle of a paragraph

2008-06-24 Thread Loathe
Here's what I have: generalPara = paragraph.init(1. ); generalChunk = chunk.init(General); generalChunk.setUnderline(javaCast(float, 0.2), javaCast(float, -2)); generalPara.add(generalChunk); For some reason the first part of the paragraph, 1. isn't being out put to the page, and although

Re: More iText RTF Questions [bayes SPAMTRAP]

2008-06-13 Thread Loathe
it recognize a space there? Paul Hastings wrote: Loathe wrote: I've got it working, now I need to figure out how to do formatting and alignment. iText is sometimes a bit too atomic when it comes to formatting (the cfteam did a great job taking much of the sweat out of using iText) but every

Re: More iText RTF Questions [bayes SPAMTRAP]

2008-06-13 Thread Loathe
wrote: Loathe wrote: I've got it working, now I need to figure out how to do formatting and alignment. iText is sometimes a bit too atomic when it comes to formatting (the cfteam did a great job taking much of the sweat out of using iText) but every object has alignment properties

More iText RTF Questions

2008-06-12 Thread Loathe
All of these questions are in reference to creating RTF docs using iText and RtfWriter2 in ColdFusion called with the javaLoader.cfc 1. How do I create an 8.5 x 11 page? 2. How do I have a 1 margin? 3. How do I create a header that actually displays in the page? 4. How do I add page

Re: More iText RTF Questions

2008-06-12 Thread Loathe
Excellent example, thanks. I'm at the point where I can output text to the body of the RTF doc. Your example helps with the page type and margins, and helps me wrap my head around how to call the objects. Peterson, Chris wrote: Loathe, This is not exactly what you need (this uses iText

Re: More iText RTF Questions

2008-06-12 Thread Loathe
. The last two posts have really helped me out a lot, let me clean up what I have and see where I am. Thanks man. I've sen you all over the iText forums and mailing list, you seem to be the CF community expert :) Paul Hastings wrote: Loathe wrote: 1. How do I create an 8.5 x 11 page? pageSize

Re: More iText RTF Questions [bayes SPAMTRAP]

2008-06-12 Thread Loathe
http://pastebin.com/m635a3bd4 I've got it working, now I need to figure out how to do formatting and alignment. Still working out page numbers Paul Hastings wrote: Loathe wrote: That being said there is a footerheader object as part of the rtf writer. I called it, it isn't throwing

Re: Word document generation (header, footer, page numbering)

2008-06-11 Thread Loathe
I've heard that a couple of times now, but I don't think I could get permission to run another server, and I somehow doubt the security people would be down with it. denstar wrote: On Tue, Jun 10, 2008 at 6:26 AM, Loathe [EMAIL PROTECTED] wrote: There are several well known ways of generating

Word document generation (header, footer, page numbering)

2008-06-10 Thread Loathe
There are several well known ways of generating word documents, xml, html with cfcontent/header, and I hear POI although I haven't used it. I have a need to be able to create a word document and do page numbering, and have access to the header and footer to add letterhead and document

Re: Word document generation (header, footer, page numbering)

2008-06-10 Thread Loathe
Thanks a lot, I'll jump into it now. Paul Hastings wrote: Loathe wrote: I have a need to be able to create a word document and do page numbering, and have access to the header and footer to add letterhead and document classification information. I'm wondering if anyone can point me

RtfWriter2 was (Re: Word document generation (header, footer, page numbering))

2008-06-10 Thread Loathe
or super or anything. Paul Hastings wrote: Loathe wrote: I have a need to be able to create a word document and do page numbering, and have access to the header and footer to add letterhead and document classification information. I'm wondering if anyone can point me towards a solution

Re: RtfWriter2 was (Re: Word document generation (header, footer, page numbering))

2008-06-10 Thread Loathe
Disregard. It's com.lowagie.text.rtf.RtfWriter2 Loathe wrote: Whats the correct path to the RtfWriter2 class? I thought it would be com.lowagie.text.RtfWriter2 but it can't find that, I have googled all over the place for it. I've created the document object now I need to pass

Re: RtfWriter2 was (Re: Word document generation (header, footer, page numbering))

2008-06-10 Thread Loathe
the RtfWriter2 I'm pretty sure I can figure it our the rest of the methods seem pretty easy to use and the lowagie site has some good examples. Loathe wrote: Disregard. It's com.lowagie.text.rtf.RtfWriter2 Loathe wrote: Whats the correct path to the RtfWriter2 class? I thought it would

Re: RtfWriter2 was (Re: Word document generation (header, footer, page numbering))

2008-06-10 Thread Loathe
(Hello World); myDoc.add(para); myDoc.close(); /cfscript Loathe wrote: Moving on: I have: cfset docPath = expandPath(./testDoc.rtf) cfset myFile = CreateObject(java,java.io.FileOutputStream).Init(CreateObject(java,java.io.File).Init(docPath)) cfscript paths

Re: Why is CF giving me grief over this code?

2008-05-29 Thread Loathe
You need to have a closing cfswitch containing cfcases for it to work. Rick Faircloth wrote: ? cfif isdefined('url.property_type') cfswitch expression='#url.property_type#' cfelse cfswitch expression='#form.property_type#' /cfif It's complaining with this error: Context

Re: Why is CF giving me grief over this code?

2008-05-29 Thread Loathe
Steve Nelson had a tag formurl2attributes.cfm I can't seem to find it for download though. Charlie Griefer wrote: On Thu, May 29, 2008 at 8:57 AM, Rick Faircloth [EMAIL PROTECTED] wrote: ? cfif isdefined('url.property_type') cfswitch expression='#url.property_type#' cfelse cfswitch

CF Report Builder revisited

2008-05-22 Thread Loathe
Ok, So I've gotten the basics of report builder down, now I'm moving on to something a bit more advanced. I have a document that needs to look something like this: Header/letterhead Memorandum for: blah 1. General blah blah blah pulled form the DB from the main report query !--- from here

Re: Scratching my head over this one

2008-05-16 Thread Loathe
Is it an internal address? Meaning is it only available from inside you're router/firewall/switch or whatever? Toby King wrote: Hi all I'ms tuck on this and wondering if it can be done. Basically I have a coldfusion application developed and working. I also have another computer in

Re: any ideas

2008-05-14 Thread Loathe
Something like this maybe? cfscript dataObject[1][1] = myField; // field name dataObject[1][2] = myValue; // value dataObject[1][3] = myDataType // data type /cfscript cfloop from=1 to=#arrayLen(dataObject)# index=i and #dataObject[i][1]# = cfqueryparam

Re: CF Report Builder Questions

2008-05-12 Thread Loathe
Doh. Dale Fraser wrote: This is ColdFusion remember Change calc.PAGE_NUMBER = 1 to calc.PAGE_NUMBER eq 1 Regards Dale Fraser http://learncf.com http://flexcf.com -Original Message- From: Loathe [mailto:[EMAIL PROTECTED] Sent: Monday, 12 May 2008 10:15 AM To: CF

Re: CF Report Builder Questions

2008-05-12 Thread Loathe
Next question. I have a label Subject: and a field query.title They are the same font and size, I dragged the boarders to the right places, but the field is slightly higher than the label. How do I make this things align correctly? Loathe wrote: Doh. Dale Fraser wrote

Re: CF Report Builder Questions

2008-05-12 Thread Loathe
: and a field query.title They are the same font and size, I dragged the boarders to the right places, but the field is slightly higher than the label. How do I make this things align correctly? Loathe wrote: ~| Adobe

CF Report Builder Questions

2008-05-11 Thread Loathe
So I'm new to report builder and full of question. I guess I'll start out easy and work my way up. In my header I need to have a letter head display only on the first page. In the field Print when condition I added calc.PAGE_NUMBER = 1 Now the template throws an error. How do I only

Re: Spry Eclipse Plugin?

2008-05-09 Thread Loathe
You can change selection case on right click in eclipse. Gerald Guido wrote: And Eclipse 3.4 has a WYSIWYG HTML editor, for those pesky table-based layouts. @denstar Could you point me to that wonderful nugget of joy? With that, CF studio will become just another text editor (though

RE: dba humor

2007-10-10 Thread Loathe
While it doesn't really belong on this list, thank you, I needed that. -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 10, 2007 1:40 PM To: CF-Talk Subject: dba humor OMG I laughed so hard... http://xkcd.com/327/

RE: Splitting UI and Data

2007-10-10 Thread Loathe
Only tons. It's very easy to use, currently configured through a couple of easy to edit xml files. Even that is going to be going away soon I believe, and it will be an easier CF based set up. That's why I prefer Fusebox. Really easy to write drag and drop apps. With some of the others I've a

RE: Splitting UI and Data

2007-10-10 Thread Loathe
Agreed. You pop over to community and say hi. -Original Message- From: Brian Kotek [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 10, 2007 12:04 PM To: CF-Talk Subject: Re: Splitting UI and Data Er, you think THAT is less complicated than Fusebox? Look, I know the frameworks can

RE: Splitting UI and Data

2007-10-10 Thread Loathe
Feel free to email me off list with questions. There is also a mailing list and a forum that are excellent learning tools, and the wiki is a great resource as well. -Original Message- From: Morten Kruse [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 10, 2007 3:36 PM To: CF-Talk

RE: Invoking component

2007-10-10 Thread Loathe
How bout that? -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 10, 2007 1:23 PM To: CF-Talk Subject: RE: Invoking component Damn, I replied to the wrong thread ... doh! Apologies for the hijacking! Rob -Original Message-

RE: Splitting UI and Data

2007-10-09 Thread Loathe
I generally won't put any view/html type code inside a cfc if I can help it. There are several different frameworks that make the understanding of this relationship easier. Personally I prefer Fusebox. There are also Model-Glue and Machii. To make this basic though you would call the method

RE: remove a number from a series of numbers

2007-09-12 Thread Loathe
You don't need to do type conversion in ColdFusion like that. You can just use the string functions. -Original Message- From: Andy Chen [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 12, 2007 2:30 PM To: CF-Talk Subject: Re: remove a number from a series of numbers Yup...

RE: Solved: Using the component builder in eclipse

2007-09-08 Thread Loathe
Where is this cfc builder? You mean new cfc in CF Eclipse? -Original Message- From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: Saturday, September 08, 2007 10:19 AM To: CF-Talk Subject: Solved: Using the component builder in eclipse never mind. I wasn't using the gateway cfc

CFHTTP request using my session?

2007-08-29 Thread Loathe
The situation is this. I have a large form used to apply for membership. There is a confirmation screen. The confirmation screen takes url.print 0/1 to disable some layout elements and make the page printer friendly. The client would like that to now be in a pdf. I was hoping I could easily

RE: CFHTTP request using my session?

2007-08-29 Thread Loathe
a cfdocument with that content instead? As for the jsessionid, did you add the variables via cfhttpparam or directly in the URL for cfhttp? On 8/30/07, Loathe [EMAIL PROTECTED] wrote: The situation is this. I have a large form used to apply for membership. There is a confirmation screen

RE: CFHTTP request using my session?

2007-08-29 Thread Loathe
No. I'll give that a try tomorrow. Thanks guys. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 9:51 PM To: CF-Talk Subject: RE: CFHTTP request using my session? There is a confirmation screen. The confirmation screen takes

RE: CFIF Pissing me off

2007-08-22 Thread Loathe
HTML is an xml subset. -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 22, 2007 10:53 AM To: CF-Talk Subject: Re: CFIF Pissing me off is selected=selected so bad? Bad, I don't know, but for the least, useless and stupid. why

RE: CFIF Pissing me off

2007-08-22 Thread Loathe
You're right, and my explanation was over simplified obviously. XHTML is the new standard. Do you really think that's up for debate, as more and more governments around the world require it, and legislation comes into play, and in dealing with accessibility and indexing and SEO and blah blah

RE: POI with CFMail to email excel attachment.

2007-08-14 Thread Loathe
You need to create the file on the server, then attach it to an email using cfmail. The file needs to exist. -Original Message- From: Bobby Schuchert [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 11:12 AM To: CF-Talk Subject: POI with CFMail to email excel attachment. I can

RE: CF jobs outside major cities

2007-08-14 Thread Loathe
This is pretty important. I know in under 10 questions I can get a basic gauge of your technical abilities. -Original Message- From: Brian Kotek [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 10:28 AM To: CF-Talk Subject: Re: CF jobs outside major cities Any lead programmer

RE: POI with CFMail to email excel attachment.

2007-08-14 Thread Loathe
Looks like you're dumping the file straight into the output stream, the browser. You need to create the file locally on the server then attach it normally to the email. -Original Message- From: Bobby Schuchert [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 11:46 AM To: CF-Talk

RE: POI with CFMail to email excel attachment.

2007-08-14 Thread Loathe
http://www.bennadel.com/blog/469-Creating-Microsoft-Excel-Files-Using-ColdFu sion-And-POI.htm -Original Message- From: Bobby Schuchert [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 11:46 AM To: CF-Talk Subject: Re: POI with CFMail to email excel attachment. On Tuesday 14 Aug

RE: Eclipse/CFEclispe

2007-08-08 Thread Loathe
Look at Aptana. Best CSS and JS plugin around far as I am concerned. -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 08, 2007 10:40 AM To: CF-Talk Subject: RE: Eclipse/CFEclispe It does CSS? I wonder which one I installed, because I have never

RE: any idea how to

2007-08-08 Thread Loathe
Date format? Left, mid, right? -Original Message- From: Scott Stewart [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 08, 2007 12:05 PM To: CF-Talk Subject: any idea how to Convert 20060523 Into 5/23/2006 I'm at a loss. Thanks in advance sas -- Scott Stewart

RE: Data source 'source_name' verification failed.????

2007-08-08 Thread Loathe
Try catch the query that is throwing the error Dump the cfcatch return you'll have additional information in there like oracle error code. cftry cfquery / cfcatch type=any cfdump var=#cfcatch# /cfcatch /cftry Something like that should work.

RE: Eclipse/CFEclispe

2007-08-08 Thread Loathe
Their site still says 3.2 but it's running fine for me. -Original Message- From: lists [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 08, 2007 6:45 PM To: CF-Talk Subject: RE: Eclipse/CFEclispe Is Aptana compatible with Eclipse 3.3 yet? -Original Message- From: Dan Vega

RE: CF8 and pdfs

2007-07-26 Thread Loathe
Produce the graphs in one of the available image formats. -Original Message- From: Jason Fill [mailto:[EMAIL PROTECTED] Sent: Thursday, July 26, 2007 8:42 AM To: CF-Talk Subject: Re: CF8 and pdfs Any chance there could be some ability to include flash into the pdf? My example is we

RE: Fusebox - is there a trick to following the flow?

2007-07-25 Thread Loathe
I'd say the debugging information with order of execution and execution times and templates and paths is most useful for this. It tells you what templates are being executed and where. -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 8:29 AM

RE: Fusebox - is there a trick to following the flow?

2007-07-25 Thread Loathe
Michael, is this available somewhere? I'd really like to check it out. -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 9:13 AM To: CF-Talk Subject: Re: Fusebox - is there a trick to following the flow? If you have debug access I have

RE: Fusebox - is there a trick to following the flow?

2007-07-25 Thread Loathe
He said it's a custom template. Like you set in the administrator. -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 10:10 AM To: CF-Talk Subject: Re: Fusebox - is there a trick to following the flow? On Wednesday 25 Jul 2007, [EMAIL

RE: Fusebox - is there a trick to following the flow?

2007-07-25 Thread Loathe
I'd recommend that you call the fuseaction in question, rather than copy the file itself. You would do this using the do action=circuit.fuseaction / verb. That way the core files will take care of making sure your dependencies are all there, and you will have very little editing to do. Even if

OT: Resume Templates - Cross Post

2007-01-11 Thread Loathe
Hey All. I'm wondering if anyone has a good technical/programming resume template. I find that trying to keep my expierence and abilities limited to 2 pages is becomming more and more difficult the further I progress in my career, and updatign the resume just seems to make it longer, not

RE: Combo Box in CF

2007-01-04 Thread loathe
I set up a new project on RIA Forge. The project link is: http://cf_combobox.riaforge.org/ I'll be updating it daily as I have time. -Original Message- From: Brian Swartzfager [mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2007 6:48 AM To: CF-Talk Subject: Re: Combo Box in

RE: Combo Box in CF

2007-01-03 Thread Loathe
Yeah, so, I'm gonna start a cf_combobox project over at RIA Forge. I'll upload some of the stuff I have and if anyone else wants they can sign up and we can do something with this. Varun, seems you and I have pretty much the same requirements. -Original Message- From: Varun Dixit

RE: Ajaxcfc newbe problems (2)

2007-01-03 Thread loathe
Replace document.write(r); With DWRUtil.setValue(myDivName,r); Does that work? -Original Message- From: Ioannis Papanikolaou [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 3:49 PM To: CF-Talk Subject: Re: Ajaxcfc newbe problems (2) It works smoothly with alert(r);

RE: Combo Box in CF

2007-01-02 Thread loathe
They are out there, but are hard to integrate with Ajax, or to do related selects with. I'm working on a custom tag for this reason right now. Once I get something solid I'll put it out. -Original Message- From: Brian Swartzfager [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 02,

RE: Javascript and Dynamic CF Forms

2006-12-28 Thread loathe
Change the name of your form to something else. Form and forms are both reserved words. -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Thursday, December 28, 2006 5:11 PM To: CF-Talk Subject: RE: Javascript and Dynamic CF Forms Still no go... 1. took

RE: Is there a better way to do this

2006-12-21 Thread loathe
I think I see what your going for, but would like to have better requirements. Try this: cfset myLen = listCommiteeMembersRet.recordCount !--- Loop through the records --- cfoutput query=listCommiteeMembersRet input type=hidden name=EC_ID value=#listCommitteeMembersRet.EC_ID# /

RE: Javascript help

2006-12-21 Thread loathe
1. Don't use on focus, use on click. Users (well power users) and the disabled tab through form fields, and if you do on focus it will empty to form field even if they don't want to. 2. When dealing with multiple fields I would recommend your using a function in a script block kicked off by the

RE: Javascript help

2006-12-21 Thread loathe
No it won't. For that you'll need a function and you'll need to write a javascript browser diction script and have separate clauses in the function for each browser. Mainly you'll use document.all and document.getElementById() -Original Message- From: Doug Brown [mailto:[EMAIL

RE: What's the best way to handle this?

2006-12-21 Thread loathe
What's the environment? In IIS you can give sites custom HTTP headers, which you could use to store a siteID. Then you use the ID to query the DB and the site specific settings. One code base that way, any changes you make would update all the sites at once. Or you could have something in your

RE: Javascript help

2006-12-21 Thread loathe
: Javascript help That should work cross-browser, no? it's pretty standard JS syntax. onfocus=statement1; statement2; statement3... as long as each is separated by a semi-colon it should be ok? On 12/21/06, loathe [EMAIL PROTECTED] wrote: No it won't. For that you'll need a function

RE: Javascript help

2006-12-21 Thread loathe
Also your using a comma and not a semi colon, sorry forgot to add that. -Original Message- From: loathe [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 4:07 PM To: CF-Talk Subject: RE: Javascript help No it won't. For that you'll need a function and you'll need

RE: Certification

2006-12-18 Thread loathe
I think what he means is that there is no confirmation that the person whose certificate it is, is actually the person that took the test. -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Monday, December 18, 2006 2:27 PM To: CF-Talk Subject: RE: Certification Yes

RE: Why datediff

2006-12-18 Thread loathe
And no reason for all of those pound signs, guys. cfset number = dateDiff(d, 12/12/2006,now()) You should lower case your tags as well :) Yeah, I know, I'm a code naazy. -Original Message- From: Christopher Jordan [mailto:[EMAIL PROTECTED] Sent: Monday, December 18, 2006 5:04 PM

OT: AjaxCFC DHTML Question

2006-12-15 Thread loathe
Hey, So I wrote this custom tag that basically is a select list that allows you type in it and filters the options according to what you've typed in. Some of the data sets in the faux dropdown list are rather large. I am populating a table in a floating div and then turning it visible below the

RE: Certification

2006-12-15 Thread loathe
The CF certification has been around for years and hasn't had THAT bad of a stigma attached to it. When I interview I like to see it because it's a general indicator of the willingness of the candidate to pursue ongoing professional development. -Original Message- From: Aaron Rouse

RE: CFC's

2006-12-12 Thread loathe
While the complexity of my CFML has certainly increased in the past several years, so has the complexity of the web applications I am building now. To be honest the master/detail drill down and very basic crud stuff I used to do isn't really around anymore. Now application shave to integrate

RE: CFC's

2006-12-12 Thread loathe
word -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 12, 2006 11:47 AM To: CF-Talk Subject: Re: CFC's On Tuesday 12 December 2006 16:19, Christopher Jordan wrote: the benefit, I've just not spent the time to learn one. So again, just

RE: Stylesheet editor (was: Re: Fun with CF CSS Files.)

2006-12-06 Thread loathe
Aptana is about the best CSS editor I have found thus far, not an inpage editor though. -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 06, 2006 2:28 PM To: CF-Talk Subject: RE: Stylesheet editor (was: Re: Fun with CF CSS Files.) I

Disable the memorized answer drop downs in IE and FF?

2006-12-06 Thread loathe
Is there a way to do this? I'm trying to create a dhtml combo box, and it's working ok, but when you have already entered something into the form you get the drop down with your old values. Man this is killing me. ~| Create

RE: Disable the memorized answer drop downs in IE and FF?

2006-12-06 Thread loathe
autocomplete=off / or for the whole form: form autocomplete=off It's not an official attribute in XHTML but it is supported by IE and FF. Don't know about Safari. -michael -- michael acadia | [EMAIL PROTECTED] loathe wrote: Is there a way to do this? I'm trying to create a dhtml

RE: Sftp plugin for eclipse?

2006-12-05 Thread loathe
Aptana also can connect to SFTP sites. Man, do I love me some Aptana. -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 05, 2006 12:10 PM To: CF-Talk Subject: Re: Sftp plugin for eclipse? On 12/5/06 9:44 AM, Damien McKenna wrote: Does

RE: Query Tab Delimited Files

2006-11-16 Thread loathe
Why not just store them somewhere under your web root, and then use cfhttp to read them in as query objects. -Original Message- From: James Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 8:10 AM To: CF-Talk Subject: Query Tab Delimited Files I am having a

Anyone on a non-supported Linux distro?

2006-11-15 Thread Loathe
I've got a box, and I'm setting up a play server. Want to go back to *nix. It's been years, but it was fun :) Anyway, I'm looking at slackware www.slackware.com Anyone running on that? anyone on any non-supported Linux distros? TIA.

RE: Anyone on a non-supported Linux distro?

2006-11-15 Thread Loathe
, for a development machine. But this a while ago, I can't remember what I did. But I think I've got a blog entry...yup, here it is: http://techfeed.net/blog/index.cfm/2006/2/25/Installed-ColdFusion-on-Ubu ntu -Original Message- From: Loathe [mailto:[EMAIL PROTECTED] Sent: Wednesday

RE: Anyone on a non-supported Linux distro?

2006-11-15 Thread Loathe
Debian for server platform because of maintainability. Slackware is good but Debian is better. :) Just my 2 cents. Loathe wrote: I've got a box, and I'm setting up a play server. Want to go back to *nix. It's been years, but it was fun :) Anyway, I'm looking at slackware

RE: Cf Development Companies

2006-11-02 Thread loathe
Teratech, Figleaf, or us. -Original Message- From: Lango, Joseph [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 3:33 PM To: CF-Talk Subject: Cf Development Companies Who are the top 3 companies that develop ColdFusion on a project basis? For example, I have a

RE: Cf Development Companies

2006-11-02 Thread loathe
They are good as well. I know a few people that work over there. -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 3:56 PM To: CF-Talk Subject: Re: Cf Development Companies I know a few of the guys at AboutWeb and wouldn't

RE: I know it sounds crazy ...

2006-10-30 Thread Loathe
find and replace on from and url? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, October 30, 2006 5:50 PM To: CF-Talk Subject: I know it sounds crazy ... All, Is it possible to pass the FORM. scope somehow through a hyperlink? I have

RE: I know it sounds crazy ...

2006-10-30 Thread Loathe
What IDE do you use? If your in eclipse or homesite+/cf studio you can do find and replace. Put form. in the find and url. in the replace. Specify a directory or file and you should be good to go. -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

  1   2   3   >