Re: cffile question

2006-11-12 Thread Jon Clausen
On Nov 12, 2006, at 11:57 AM, Bob Imperial wrote: > 1.)In outputting my datetime here, how would I go about adding the > AM/PM > designation for output? > > > file="#BaseDir#\index.cfm" > output="Website directories were created successfully on > #DateFormat(CreateODBCDate(myDate

Re: Advice about query caching

2006-11-12 Thread Jon Clausen
a bunch of additional functions to handle clearing and resetting the application variable whenever a product is sold. IMHO, CachedWithin in your query is a much more maintainable solution with fewer workarounds and pitfalls for you as the developer to worry about. Jon On Nov 12, 2006, at 7

Re: Extensions

2006-11-11 Thread Jon Clausen
ing the chapter on Coldfusion Components thoroughly in your CF WACK book. Jon On Nov 11, 2006, at 2:16 PM, Jason T. Slack wrote: > Can I call a .cfc file from an form on Post? What I am trying to due > is distinguish what parts of my site are pure CF code and what other > parts are

Re: Managing more than one site and growing

2006-11-03 Thread Jon Clausen
t's like making the jump to warp speed - kind of like learning a new programming language. From there, for me, it's been smooth sailing.I've tried working with Contribute briefly, but didn't find it particularly useful. Jon On Nov 3, 2006, at 1:18 PM, Mark A Kruger

OT: Paymentech Documentation

2006-10-30 Thread Jon Clausen
this particular project and I'd like to get the processing functions in place so that once the account information is back, it's a test and go deal. Thanks for any help you can give, Jon ~| Introducing the Fusion A

Re: I know it sounds crazy ...

2006-10-30 Thread Jon Clausen
http://myurl.com#formscopeurl#"; method="post" result="myactiondata"/> If there aren't many variables to pass, though you can always use javascript to create your url parameters on the fly. Might be easier and less involved as well. Jon On Oct 30,

Re: Converting from SQL to mySql

2006-10-28 Thread Jon Clausen
data on some particularly involved tables. I had to change some queries, but overall it was a good move for me. Jon On Oct 28, 2006, at 1:01 PM, Doug Brown wrote: > I am wondering how difficult it might be to migrate over to mySql > from SQL2000? Is this a daunting task? Any assistance

Re: Constructing multi-user/multi-site applications...

2006-10-26 Thread Jon Clausen
osts may be higher, but the reduction in time to market is worth the additional investment for me. Less is more. - Jon On Oct 26, 2006, at 6:21 PM, Rick Faircloth wrote: > Anybody got any advice or perspective on the situation below? > > Rick > > -Original Message- >

Re: images not respecting clear in cfdocument PDF

2006-10-26 Thread Jon Clausen
rs: http:// www.stuffandnonsense.co.uk/archives/css_specificity_wars.html Also, remember you are dealing with a print medium instead of a screen medium. Using "px" and "pt" for dimensions and text sizes gives you much more control in this medium than in the variable-width screen where &q

Re: OT: authorize.net

2006-10-26 Thread Jon Clausen
You're right! I just ran a test with one of my own cards and a bogus exp date and it went through. I used to use a bogus expiration date to check the processor on live sites, but I haven't needed to for awhile. That stinks. Good thing I pay for the fraud protection, I guess...

Re: OT: authorize.net

2006-10-25 Thread Jon Clausen
ng the exp date/CCV and the processor isn't checking it, it's time to switch processors IMHO. Unless you have some sort of fraud protection in place that indemnifies you from any loss. - Jon On Oct 25, 2006, at 8:57 PM, Will Tomlinson wrote: > I just noticed on our

Re: Invoking CFIDE.adminapi.base components

2006-10-25 Thread Jon Clausen
r").login ("myCFAdminPassword"); //Create the Datasource createObject("component","cfide.adminapi.datasource").setOther (dsnName,dsnURL,dbdriver,"PostgresDriver",dbowner,dbownerpass); - Jon On Oct 25, 2006, at 2:46 PM, Jon Clausen wrote: > I'

Invoking CFIDE.adminapi.base components

2006-10-25 Thread Jon Clausen
you call CFIDE.adminapi.datasource directly, it throws a permissions error. Also, I'd be open to using another method apart from RDS, if anyone has any suggestions. Thanks, Jon ~| Introducing the Fusion Authority Qu

Re: Recommendations for a mail server...

2006-10-19 Thread Jon Clausen
Rick, You can authenticate directly in the mailserver form field in the CF Administrator like this: username:[EMAIL PROTECTED] . I know this works on CF7. I'm not sure about earlier versions. Jon On Oct 19, 2006, at 7:00 PM, Rick Faircloth wrote: > Ok...I think it's safe t

Re: Recommendations for a mail server...

2006-10-19 Thread Jon Clausen
reating or modifying an SPF record so that your e-mails don't get flagged for spam. Jon On Oct 19, 2006, at 3:20 PM, Rick Faircloth wrote: > Are aliases something that are necessary to send and receive > email through an SMTP server on behalf of site visitors and > your clients if

Re: Recommendations for a mail server...

2006-10-19 Thread Jon Clausen
ctions and automate tasks. If you want to look at getting started using REST, here's a nice CFC that will give you a starting point: http://www.ajaxcf.com/blog/index.cfm/2006/9/7/SmarterMail- REST-Wrapper - Jon On Oct 19, 2006, at 3:04 PM, Rick Faircloth wrote: > Are you using

Re: Recommendations for a mail server...

2006-10-19 Thread Jon Clausen
I second SmarterMail if you're running Windows. On Oct 19, 2006, at 2:27 PM, Coldfusion wrote: > SmarterMail > www.smartertools.com ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date Col

Re: Mac OSX, Coldfusion 7, Intel Chips, OH MY!!!

2006-10-18 Thread Jon Clausen
ronment on Port 80, here's a good tutorial on setting up localhost subdomains in Apache: http://allforces.com/2005/08/23/wordpress-on-mac-subdomains/ Jon On Oct 18, 2006, at 11:30 AM, J W wrote: > Am I the only one that thinks this way??? > > What a convoluted MESS it was to get

Re: Strange URL pointing to CFM page

2006-10-18 Thread Jon Clausen
It's pointing to a directory and would resolve to "/coupons/index.cfm? subscriberemail=yadayada" - assuming index.cfm is your default index page. Jon On Oct 18, 2006, at 10:00 AM, [EMAIL PROTECTED] wrote: > All, > > I've never seen this type of hyperlink befo

Re: Announce: RIAForge

2006-10-18 Thread Jon Clausen
many open source project sites is how difficult they are to index and find things. Sourceforge, especially, can be a bear unless you happen to find what you're looking for in a Google search. -Jon On Oct 18, 2006, at 9:48 AM, Raymond Camden wrote: > So - I've been dropping hints

RE: Homesite Problem

2006-10-16 Thread Jon Clausen
Can you connect through a standalone FTP Client (i.e. SmartFTP on Windows, or Transmit on the mac?) -Jon On Oct 16, 2006, at 2:27 PM, Richard Colman wrote: > It used to work transparently for a long time. Nothing has changed > on the > client end and these are commercially hos

Re:Homesite Problem

2006-10-16 Thread Jon Clausen
eeding "/" in your intial path (i.e. "/directory/" instead of "directory/"). In IIS, if the FTP sites are in user isolation mode, the inital "/" can cause problems. -Jon On Oct 16, 2006, at 1:12 PM, Richard Colman wrote: > Does anyone know ho

Re: Serving Japanese text on IIS/CFMX

2006-10-13 Thread Jon Clausen
languages that were installed in the installation. Also, you might try removing the 'xml:lang="en" lang="en"' from your tag and see if that makes a difference on the client side of things. Jon On Oct 13, 2006, at 1:25 PM, Inger Klekacz wrote: > Hi folks

Re: mySql connector J

2006-10-12 Thread Jon Clausen
Oh, one other note. Some of the newer connector J drivers are known not to work with CF. The 3.1 drivers are compatible. The one I'm running is: mysql-connector-java-3.1.10-bin.jar Jon On Oct 12, 2006, at 8:13 PM, Jon Clausen wrote: > Your config is correct and is the same

Re: mySql connector J

2006-10-12 Thread Jon Clausen
Your config is correct and is the same as mine. Did you restart CF after installing the MySQL driver? I assume it's already been installed in the WEB-INF/lib/ directory. Jon On Oct 12, 2006, at 8:04 PM, Doug Brown wrote: > Can someone tell me what they have listed in CF for t

Re: Distinguishable Markers in CF OO Methodologies

2006-10-12 Thread Jon Clausen
s--the-Big-Resource-List There is a list of presentations at the end of that blog post that I've found helpful and have used for reference repeatedly. Jon On Oct 12, 2006, at 3:20 PM, [EMAIL PROTECTED] wrote: > All, > > Does anyone know of a reference guide to help distinguis

Re: Embed an XML document into another?

2006-10-12 Thread Jon Gunnip
ents into strings using ToString(), insert one of the strings into the other using a regex, and then use XMLParse() on the combined XML string to get a new XML object. HTH, Jon On 10/11/06, Craig Drabik <[EMAIL PROTECTED]> wrote: > I have an application that kicks around data about an even

Re: Money no Object - Best Online Editor for dealing with cut'n paste from Word

2006-10-12 Thread Jon Clausen
ak your fixes. :-( Asbru releases patches for Safari updates within 24-48 hours of the release so that helps. - Jon On Oct 12, 2006, at 11:58 AM, John Cox wrote: > TinyMCE: http://tinymce.moxiecode.com/ > > I believe it cleans word files, and supports safari as well. > > On 10/12/06,

Re: Money no Object - Best Online Editor for dealing with cut'n paste from Word

2006-10-12 Thread Jon Clausen
e a few features for cleaning up MS Word Content the extra junk. -Jon On Oct 12, 2006, at 11:12 AM, Les Mizzell wrote: > Admin section of a site needs better cut'n paste from Word. > Currently the site is using fckEditor - but the client is still not > happy with the way it handles W

Re: Using CFHTTP, loading bar?

2006-10-11 Thread Jon Clausen
t.cfm",write_response); }; function write_response(data){ document.getElementById("content").innerHTML = data; }; That's it. You even create a loading function in your site javascript and call that before the http() function on any page. Just a thought, Jon O

Re: cfblog.com

2006-10-10 Thread Jon Clausen
Loathe, What problem are you having. I just checked login functions and it's working fine. Please feel free to mail me off-list. -Jon On Oct 10, 2006, at 4:09 PM, loathe wrote: > Still won't let me log in :( > >> -Original Message- >> From: Charlie Grie

Re: cfblog.com

2006-10-10 Thread Jon Clausen
again. We're digging into the logs right now to keep it from happening again. Regards, Jon On Oct 10, 2006, at 4:03 PM, Charlie Griefer wrote: > should have waited just a couple minutes more. it's back up :) > > On 10/10/06, Phill B <[EMAIL PROTECTED]> wrote: >> W

Re: CF - Javascript Monitor Resolution help

2006-10-08 Thread Jon Clausen
a bit more elegant solution than having to deal with it on the server level. -Jon On Oct 8, 2006, at 9:32 PM, Bobby Hartsfield wrote: > Auto detecting it would be done by running it when a page loads or > on a > timer or any other method that doesn’t require the user specificall

Re: cfdocument underline in Linux

2006-10-06 Thread Jon Clausen
I've had no problems with any display issues other than a default font-size difference from my own development machines. = . I know it's not a straight fix, but at least it will get the display looking right. Jon On Oct 6, 2006, at 3:08 PM, Brad Wood wrote: > Anybody??? &g

Re: What's Your Favorite Add-On or Extension

2006-10-06 Thread Jon Clausen
I'd have to say Subeclipse - by a delta. A distant second is XMLBuddy - I use it for XHTML validation too. I'm won't count CFEclipse since that is my IDE and where I pretty much spend my day :-). -Jon On Oct 6, 2006, at 9:39 AM, [EMAIL PROTECTED] wrote: > All, >

Re: RDS CFC Explorer and Application.cfc

2006-10-04 Thread Jon Clausen
ife harder instead of easier. Jon On Oct 4, 2006, at 5:04 PM, Dave Watts wrote: >> As soon as I implemented the onRequest() method in >> Application.cfc, RDS stopped CFC redirects to the CFC >> Explorer and simply treats outputs a blank page. Does anyone >> know of a wa

RDS CFC Explorer and Application.cfc

2006-10-04 Thread Jon Clausen
in a separate template, but I'd like to keep the ability to call the cfc's directly when I need a quick reference. Thanks, Jon ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,

Re: Webservice hell

2006-09-28 Thread Jon Clausen
s located). HTH -Jon On Sep 28, 2006, at 1:33 PM, Mark Drew wrote: > I get WSDL description > > MD > > On 9/28/06, Snake <[EMAIL PROTECTED]> wrote: >> What happens when u browse the filename.cfc?wsdl in your browser ? >> >> - >> Snake >> >&g

Re: access photoshop metadata via CF - XMP

2006-09-28 Thread Jon Clausen
h Photoshop XMP metadata so I couldn't tell you what information it sends back. Also, you might be able to roll your own function library using Adobe's SDK: http://partners.adobe.com/public/developer/xmp/sdk/ index.html HTH Jon On Sep 28, 2006, at 12:14 PM, Nick Tong - TalkWebSolut

Re: how can query input to DB 4 times in 1 second

2006-09-27 Thread Jon Clausen
users. allows you to rollback in the event of a failure you designate. It doesn't, however lock anything. Jon On Sep 27, 2006, at 12:56 PM, Gerald Weir wrote: > Jon, > I was thinking the same thing. Can I just wrap the entire > transaction part in a cflock tag? I guess I n

Re: how can query input to DB 4 times in 1 second

2006-09-27 Thread Jon Clausen
uery hasn't run. Have you tried putting a around your code to prevent simulateous requests/updates to that table? Jon On Sep 27, 2006, at 11:17 AM, Gerald Weir wrote: > Hello, > > We're running CFMX 6.1 on Win2003 Servers with Oracle 8.0.3 DB on > UNIX. > &

Re: Cfdocument question

2006-09-26 Thread Jon Clausen
rsion of Acrobat (or Preview if they are on a Mac)? Acrobat Reader 5, especially, can be buggy when viewing newer PDF's. HTH, Jon On Sep 26, 2006, at 2:14 PM, Tim Do wrote: > I have a weird problem w/ a pdf file that I'm generating. I have a > css > file and an

Re: credit cards

2006-09-26 Thread Jon Clausen
our point, though, asymmetric encryption using PGP, GNUPG, or another alternative would be an even more secure way to go if you have full access to the server. Jon On Sep 26, 2006, at 10:39 AM, Matt Robertson wrote: > On 9/25/06, Jon Clausen wrote: >> >> key1 = myUniversalKe

Re: dreamweaver CF application Var for images/ root web folder

2006-09-26 Thread Jon Clausen
Paul, It's been awhile since I've used DW and I don't have it on my machine anymore, but in the Application panel there is a way your can specify site-specific variables for data display and preview.I think it's the "Server Behaviors" tab. HTH Jon On S

Re: Javascript vs. cfscript

2006-09-25 Thread Jon Clausen
> the only way i can make it actually display an alert within > javascript is if i do the following code: > > alert("#student.name#"); > > if i do the following it doesnt work: > > alert(#student.name#); > > am i doing something wrong Not at all. You can't use a string in Javascript without sur

Re: credit cards

2006-09-25 Thread Jon Clausen
Oops. Didn't see Alan's response before I sent mine. In that case: "Ditto." :-) - Jon On Sep 25, 2006, at 12:49 PM, Alan Rother wrote: > Ideally you should use an online Credit Card Processor such as > Authorize.net, > in this case you do not need to st

Re: credit cards

2006-09-25 Thread Jon Clausen
e-mails, go, it would be best not to include that data in an e-mail. Jon On Sep 25, 2006, at 12:26 PM, Richard Cooper wrote: > Hi, > > With a site that has a SSL and a form, what is the best way to get > the credit card details from this form to right person? > > I'm a l

Re: SSL Certificate Changed, CFHTTP broken

2006-09-25 Thread Jon Clausen
key less than 1024 is in violation of most of the major Credit Card provider's security policies. If your data needs to be transmitted securely enough to use https, you should have a cert with a key that is at least 1024. Just my 2 cents. -Jon On Sep 25, 2006, at 11:06 AM, Marc

RE: URL Parameter

2006-09-22 Thread Jon Clausen
when it parses the IIS logs but other stats options might not. My bad, Jon On Sep 22, 2006, at 3:37 PM, Ben Nadel wrote: > Ok, this was a bit rushed and it watered down version of how mine > works, > but it is the basic idea. I know some other people here have commented > abo

Re: URL Parameter

2006-09-22 Thread Jon Clausen
for IIS would read something like: # Rewrite Rules RewriteRule ^/$ /index.cfm RewriteRule .*/([^\?]*)(?:\?(.*))? /content.cfm\?path=/$1&$2 You'll have to configure something on the content.cfm page (or whatever name you use) to include your main page template the URL

Re: CFinput submit Action page

2006-09-21 Thread Jon Clausen
at the top of the template (or the equivalent in CFML tags): mycomponent = createObject("component","components.component"); if (isDefined('FORM.update')){ dataupdated = mycomponent.doUpdate(FORM); }; if (isDefined('FORM.delete')){ datadeleted = mycomponen

Re: CFinput submit Action page

2006-09-21 Thread Jon Clausen
Richard, Here's an example of a form using the same page to post data using only Coldfusion to give the user feedback that the form has been submitted: Your form has been processed successfully. -Jon On Sep 21, 2006, at 2:09 PM, Richard White wrote: >>

Re: CFInput text and onclick functionality

2006-09-20 Thread Jon Clausen
n the form element. I think something like this is what you're looking for: -Jon On Sep 20, 2006, at 3:42 PM, Dave Watts wrote: >> I can't because all of the controls are rendered as >> flash/flex components. > > I don't think you can include Javascript

Re: CFForm inside HTML form

2006-09-20 Thread Jon Clausen
the page javascript. Using AJAX inside a CFForm isn't an issue that I've noticed as long as none of your variable names conflict variable names in "cfform.js". Jon On Sep 20, 2006, at 1:39 PM, Jake Churchill wrote: > I have an HTML form but would like to put a cfgrid insi

Re: Validation is being ignored

2006-09-20 Thread Jon Clausen
nsider adding some server-side validation too in case the client browser has javascript disabled. Jon On Sep 20, 2006, at 1:15 PM, Les Mizzell wrote: > Validation is being ignored. > Any ideas why? > > > > name="ReplyTo" > message="Please enter a vali

Re: Excessive Memory Usage CFMX 7 Standard Windows 2003 resulting in Crash

2006-09-19 Thread Jon Clausen
x the pagefile usage on the secondary partition. Good Luck, Jon C. > We have had the following issue with Macromedia ColdFusion 7 (7.0.1. > 116466), > running on windows 2003, which we have not been able to reolve, and > cannot > see really where to start! > > - At 00:30 on

Re: Does anybody "really" understand character encodings?

2006-09-15 Thread Jon Gunnip
ace(Local.Text, chr(8220), '"', "all"); /* left double quote from MS Word */ Replace(Local.Text, chr(8221), '"', "all"); /* right double quote from MS Word */ We identify the Word chr() equivalent by pasting the Word characters into a textarea, s

RE: Does anybody "really" understand character encodings?

2006-09-15 Thread Block, Jon
I have actually written one that tries to map characters that I know have failed to ascii characters, but there are probably thousands of characters in other sets that would make my page puke. ?? Jon -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Friday, September

Does anybody "really" understand character encodings?

2006-09-15 Thread Block, Jon
o a set of characters that will display properly on my page every time? Thank you, Jon ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to

Re: OT: log files contain screen resolution

2006-09-13 Thread Jon Gunnip
it on the server. Jon On 9/13/06, Chad Gray <[EMAIL PROTECTED]> wrote: > Sorry for the off topic, but I cant find an answer so far. > > Can Apache's log files pick up the users screen resolution? Can any web > servers's log files? > > Or is this some

Re: Multiple CF instances sharing single IIS site

2006-09-11 Thread Jon Gunnip
l in instance 2 changing /CFIDE/GraphData.cfm to /CFIDE2/GraphData.cfm 3) edit cfusion.ear\cfusion.war\WEB-INF\web.xml in instance2 changing /CFIDE/GraphData to /CFIDEA/GraphData and /CFIDE/GraphData.cfm to /CFIDEA/GraphData.cfm 4) restart everything I'm interested if there is a better way to do

Multiple CF instances sharing single IIS site

2006-09-11 Thread Jon Gunnip
n for charting (and other things an instance might use the CFIDE directory for)? Thanks! Jon ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to

Re: XSLT selecting a sibling value to the current node

2006-08-31 Thread Jon Gunnip
parent::title matches only if the parent tag of the current node is a . I would grab title sibling the way you did it. Jon On 8/30/06, Ian Skinner <[EMAIL PROTECTED]> wrote: > Ok I got this to work, but I'm not sure why this way works but my original > does not. > >

Re: SOT XSLT Content is not allowed in prolog.

2006-08-30 Thread Jon Gunnip
Ian, Is the XMLTransform() throwing the "content in prolog" error or is the XMLParse()? It looks like your output from the XMLTransform() might not be valid XML and hence would throw an error in XMLParse(). Jon On 8/30/06, Ian Skinner <[EMAIL PROTECTED]> wrote: > Can anybod

Top 100 ColdFusion Programmers

2006-08-24 Thread Block, Jon
e absolute best coders when hiring? If you want to put comments on my blog, that'd be nice. http://jonathanblock.com/blog/jonsblog/100bestcoldfusionprogrammers Jon (ps - if you are a recruiter, DO NOT contact me) ~| Introdu

RE: OT: How can I crop, resize, change image color properties online?

2006-08-21 Thread Block, Jon
If you build this, I will happily send you 1 boston cream donut as payment. Jon -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Monday, August 21, 2006 3:34 PM To: CF-Talk Subject: RE: OT: How can I crop, resize, change image color properties online? With could be

OT: How can I crop, resize, change image color properties online?

2006-08-21 Thread Block, Jon
* overlay text * etc... I've used ImageMagik and Alagad Image Component, but I'm looking for something that is both the server side image processing *and* the front end graphical UI that allows a user to manipulate

Remote NTLM authentication

2006-08-08 Thread jon c
Hi all, I'm developing an application that consumes webservices from a remote server that uses NTML authentication. Is there any way to perform the required authentication handshake? Thanks in advance for any help given! ~| In

Re: CFCUnit cons and pros

2006-07-20 Thread Jon Gunnip
s involved. I often hear unit testing brought up as "something you should do" but no mention that it can be quite challenging to do well. Jon On 7/20/06, Aaron Rouse <[EMAIL PROTECTED]> wrote: > I think it can be really dependent on how your CFCs are coded and used > as t

Re: onError not firing

2006-07-19 Thread Jon Gunnip
I posted a couple weeks ago with the same issue. I concluded that onError() does not fire for webservices. Thanks for submitting a bug/request to Adobe. That is what I should have done originally. See: http://houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:245568 Jon On 7/19/06

OT: mod_gzip on apache 1.3.x

2006-07-19 Thread Jon Block
Does anybody know how to make mod_gzip work? I'm using apache 1.3.x and I've got some questions about its proper use. Thanks, Jon This electronic message transmission contains information from Collegiate Funding Services, LLC or its subsidiaries or affiliates that may be confi

RE: Can CF prepare xml for the ISO-8859 char set?

2006-07-17 Thread Jon Block
output? Jon -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 10:31 AM To: CF-Talk Subject: Re: Can CF prepare xml for the ISO-8859 char set? Jon Block wrote: > I have a big string that I need to put into a valid ISO-8859 xml file. what exactly

Can CF prepare xml for the ISO-8859 char set?

2006-07-17 Thread Jon Block
I have a big string that I need to put into a valid ISO-8859 xml file. How do I convert all of the characters to that char set? Jon This electronic message transmission contains information from Collegiate Funding Services, LLC or its subsidiaries or affiliates that may be confidential or

OT: Which open source license says "free to use but you can't redistribute"

2006-07-10 Thread Jon Block
I'm not a lawyer and I've been skimming through the open source licenses at http://www.opensource.org/licenses/afl-3.0.php Can someone help me figure this out? Which is th license that says "You can use this and change it for yourself, but you can't redistribute i

RE: How do I set client variables timeout?

2006-07-10 Thread Jon Block
Right, but I'm interested in having the user's session timeout after 60 minutes of inactivity. Jon -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, July 07, 2006 3:16 PM To: CF-Talk Subject: RE: How do I set client variables timeout? > Why the *

MySpace - How they do it: Staff, Software & Servers

2006-07-10 Thread Jon Block
like fusebox 3 requests. Anybody actually *know* whats going on over there? Jon This electronic message transmission contains information from Collegiate Funding Services, LLC or its subsidiaries or affiliates that may be confidential or privileged. The information is intended to be for the u

RE: How do I set client variables timeout?

2006-07-07 Thread Jon Block
Why the *heck* doesn't have a clienttimeout attribute? None of the programmers here can guess as to why there would be a sessiontimeout but no clienttimeout. *sigh*... I'll just write my own implementation for that... Jon -Original Message- From: Snake [mailto:[EMAIL PROTEC

Re: Where do we webservice exceptions go?

2006-07-06 Thread Jon Gunnip
e does not return HTML to the requestor, it would not work either. Jon On 7/6/06, Tom Chiverton <[EMAIL PROTECTED]> wrote: > On Wednesday 05 July 2006 18:28, Jon Gunnip wrote: > > I've grep'd arround and I can't find it. We could implement o

OnSessionEnd() not called on server shutdown?

2006-07-05 Thread Jon Gunnip
Hi, >From my testing, it appears that OnSessionEnd() in Application.cfc is not called when the CF server has its services restarted. Has anyone else run into this? Any suggestions for a workaround? Thanks, Jon ~| Mess

Where do we webservice exceptions go?

2006-07-05 Thread Jon Gunnip
logged somewhere: I've grep'd arround and I can't find it. We could implement our own try/catch with logging in all webservices, but I'm hoping that is not necessary. Thanks! Jon

RE: How do I set client variables timeout?

2006-07-05 Thread Jon Block
Clearly I'm missing something.. On which cfide admin page do I set the timeout for client variables? Jon -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Thursday, June 29, 2006 4:36 PM To: CF-Talk Subject: RE: How do I set client variables timeout? That's

How do I set client variables timeout?

2006-06-29 Thread Jon Block
My CFApplication tag looks like this: However, my client variables do not seem to timeout after 1 hour. Any ideas? Jon This electronic message transmission contains information from Collegiate Funding Services, LLC or its subsidiaries or affiliates that may be confidential or

Best Multipart File Upload Tool? Recommendation Needed

2006-06-06 Thread Jon Block
I've been using the default web form upload technique with my cold fusion application for a long time. I want to use something more advanced that will show the user "upload % completed" so that the user knows what is going on during the upload. What's the best tool for doing t

Re: replacing special chars

2006-05-31 Thread Jon Gunnip
Daniel, I found that chr(28) is not the actual code for left double quote copied from Word. It is the resulting code when we try to store the actual code, chr(8220), to our Oracle DB. To cover new and old data, we do a replacement on both. The full code we use is below. Hope that helps, Jon

I think I've discovered a bug in CFMX

2006-05-22 Thread Jon Block
blem had started) and it's not able to reveal any clues - I did an HTTP trace with "HttpLook" and I'm able to verify IE is making a second POST at the server action page 15-20 seconds after I've pushed the submit button. I'm talking about forms that have no special j

retraction: interesting thread

2006-05-15 Thread Jon Block
sorry everybody.. meant to send that to someone else! :-) Jon From: Jon Block Sent: Monday, May 15, 2006 8:39 PM To: 'cf-talk@houseoffusion.com' Subject: interesting th read http://houseoffusion.com/cf_lists/messages.cfm/forumid:4/threadid:4593

interesting th read

2006-05-15 Thread Jon Block
http://houseoffusion.com/cf_lists/messages.cfm/forumid:4/threadid:45931 This electronic message transmission contains information from Collegiate Funding Services, LLC or its subsidiaries or affiliates that may be confidential or privileged. The information is intended to be for the use of o

Hype 2.0

2006-05-12 Thread Jon Block
What do you cf developers think of this "web 2.0" chatter in our industry? Do you feel like you need to use asynchronous JavaScript and other current widgets and services just to tell people that you are "web 2.0" compliant? This seems like a silly buzzword ... do we need to embrace it to be consid

Re: CFMX7 and PDF Generation

2006-04-18 Thread Jon Gunnip
This also happened to us once in over a year of generating PDF's using cfdocument. We traced it down to a PDF request. After that request, CPU shot up over 50% (it's usually around 10%) and stayed at that level. No PDF's could be generated until we restarted the CF services. J

Re: cfscript equivalent for cfthrow

2006-03-30 Thread Jon Gunnip
Oleg, We have a set of user-defined functions that mimic CF functions not available in CFScript that we include in many of our applications. For example, we define throw(), throwType(), and rethrow(): Jon On 3/29/06, Oleg Gunkin <[EM

Re: XMLTransform() Question

2006-03-30 Thread Jon Gunnip
which one (Saxon?) or the exact steps to get that working. XSLT 2.0 does appear to be much more developer friendly in several respects: http://www.xml.com/pub/a/2002/04/10/xslt2.html Jon On 3/30/06, Munson, Jacob <[EMAIL PROTECTED]> wrote: > > 1. Is XSLT 2.0 "official"? F

Re: Turning on Metrics on CFMX7

2006-03-29 Thread Jon Gunnip
Sung Woo, The logfile name is defined by {jrun.rootdir}/logs/{jrun.server.name}-event.log If you are running the Server edition, they should be in coldfusion-event.log, I believe. We change the attribute above to go to a different directory. Jon On 3/28/06, Sung Woo <[EMAIL PROTECTED]>

Re: Verity - cfsearch and cflock

2006-03-29 Thread Jon Gunnip
nd then an exclusive lock with the same name ("AppASearchLock") around for when we update the collection. Jon On 3/29/06, Mike Klostermeyer <[EMAIL PROTECTED]> wrote: > I understand from the documentation that it is "no longer best practice" in > CF7 to use cflock a

RE: Version control - how to?

2006-03-27 Thread Jon Block
Subversion is the most useful software tool I've used in the last 3 years I've found that it works *very* well with my coldfusion web projects... Jon -Original Message- From: Brian Kotek [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 8:25 AM To: CF-Talk S

Can I "see" line feed vs. carriage return?

2006-03-27 Thread Jon Block
What is a text editor I can use to "turn on" a feature that will let me "see" the difference between a CR and LF? Thanks! Jon This electronic message transmission contains information from Collegiate Funding Services, LLC or its subsidiaries or affiliates that may

OT: Why can't web browsers view JPG's with exif data?

2006-03-10 Thread Jon Block
In one of the web systems I operate, we just imported a bunch of JPG's. The JPG's are viewable with programs like windows picture viewer, but when embeded in a web page, they appear as broken graphics. What's the best way for me to make these JPG's work when used in web pag

I still use HomeSite+ 5.5 - Should I "Upgrade" to something else?

2006-03-09 Thread Jon Block
Not trying to fire off a crazy debate but this seems like a fantastic editor... it's got all of the keystore shortcuts I need to be really productive. However, this editor is 3 years old. Any reason I should use some other tool? Opinions? Jon This electronic message transmission con

Anyone used XMLValidate() to validate XHTML?

2006-03-03 Thread Jon Gunnip
ed XMLParse(XHTMLText), but this allows invalid entities like &iMadeThisUp; and invalid tags . XMLParse(XHTMLText, true, urlToXHTMLDTD) fails the same way as XMLValidate(XHTMLText, urlToXHTMLDTD) example above. Any ideas? I've pasted my IsXHTML() function below. Thanks, Jon

How do I prevent "stuck" threads?

2006-02-27 Thread Jon Block
r, I've set the setting for "Timeout requests after (seconds)" to "300" and I've checked the box too. CFMX: 7,0,1,116466 Windows 2003 Server SP 2 Apache 1.3.33 Thank you, Jon This electronic message transmission contains information from Collegiate Funding S

Re: Dhtml Menu System

2006-02-21 Thread Jon Austin
DHTMLGoodies.com is the best I have seen! ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232981 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s

<    1   2   3   4   5   6   7   8   9   10   >