Re: Question about problem with CFFILE

2007-09-03 Thread Andrew Grosset
Try using the absolute path (in destination), below is quote from CF7 docs: Pathname of directory in which to upload the file. If not an absolute path (starting a with a drive letter and a colon, or a forward or backward slash), it is relative to the ColdFusion temporary directory, which is

Re: Railo 2 Released

2007-08-28 Thread Andrew Grosset
CFX_ImageFlare is a really good imaging tag written in C++ which I highly recommend. Andrew. ~| Check out the new features and enhancements in the latest product release - download the What's New PDF now

Re: Railo 2 Released

2007-08-26 Thread Andrew Grosset
The main thing that bugs me is CFX tags they have to be java based not C++. which rules out a lot of useful CFX tags out there. Andrew. ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for

Re: Custom tags per application in CF 8

2007-08-20 Thread Andrew Grosset
Thank you, Andrew. http://livedocs.adobe.com/coldfusion/8/htmldocs/ajaxdata_11.html#1156357 http://livedocs.adobe.com/coldfusion/8/htmldocs/AppEvents_02.html#1197782 -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/

Re: Custom tags per application in CF 8

2007-08-19 Thread Andrew Grosset
Raymond, could you tell me where I can find more info on the new ways to secure Ajax in CF 8, I currently use CF 7, many thanks, Andrew. cfapplication is NOT the recommended way to work with applications now - Application.cfc is. Therefore they added the feature there. There are other examples

Re: CF / Alagad / Photography Questions

2007-08-06 Thread Andrew Grosset
I agree, CFX_ImageCR is excellent, you can download a free trial version and their instructions on how to use it are excellent - I did a couple of comparisons with photoshop and couldn't tell the difference! Andrew. I have used CFX_ImageCR from Efflare (version 3) in the past with excellent

Re: Railo and CF8 speed contest

2007-07-29 Thread Andrew Grosset
If anyone is having trouble coonecting to a (SQL 2000) datasource (as I was) and getting this error: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection I found the solution: The problem is Windows XP

Railo and CF8 speed contest

2007-07-27 Thread Andrew Grosset
Interesting, I've always thought that CF connections to a database should/could be improved: http://david.low.me.uk/2007/06/25/another-cfml-speed-contest/ Andrew. ~| Get involved in the latest ColdFusion discussions, product

Railo and CF8 speed contest

2007-07-26 Thread Andrew Grosset
Interesting, I've always thought that CF connections to a database should be improved: http://david.low.me.uk/2007/06/25/another-cfml-speed-contest/ Andrew. ~| ColdFusion 8 beta - Build next generation apps today, with easy

Re: mxAjax - IE bogs down on a long select menu...

2007-07-05 Thread Andrew Grosset
Just an ideatry rearranging the select output by putting the cfoutput query and everything inside it on one line this will minimise the whitespace (I was going to write it out here but it will wrap), I've no idea weather it will work but it might. Andrew. cfoutput query=getCourses

Re: Dreamweaver and Vista

2007-06-30 Thread Andrew Grosset
I bet the problem is more with Vista than Dreamwever... a google search for uninstall vista reinstall xp turned up 13,000,000 results - I think Microsoft have some major issues with vista. Andrew. A word of warning. Dreamweaver does not run at all well on Windows Vista. I am running DW 8

Re: SELECT - Option selected

2007-06-27 Thread Andrew Grosset
remove =true and it should work cfloop query=myquery_1 option value=#ID# cfif ID EQ IDselected/cfif#Description#/option /cfloop Andrew. Ok I've spent that last 2 hours tearing my hair out trying to figure out what was wrong in my code. When I come to the realization to test it in IE and bam

Re: SELECT - Option selected

2007-06-27 Thread Andrew Grosset
remove =true and it should work. Andrew. Ok I've spent that last 2 hours tearing my hair out trying to figure out what was wrong in my code. When I come to the realization to test it in IE and bam it works. I have a dynamically generated Select drop down that marked the option tag selected that

SELECT - Option selected

2007-06-27 Thread Andrew Grosset
remove the =true and it should work Andrew. (I tried replying to the original post and it never appears.could it be connected that the author is missing?) ~| Macromedia ColdFusion MX7 Upgrade to MX7 experience time-saving

Re: SELECT - Option selected

2007-06-27 Thread Andrew Grosset
remove =true and it should work. Andrew Ok I've spent that last 2 hours tearing my hair out trying to figure out what was wrong in my code. When I come to the realization to test it in IE and bam it works. I have a dynamically generated Select drop down that marked the option tag selected that

Re: CF Editor

2007-06-25 Thread Andrew Grosset
CF Studio 4.0 !! Andrew CF Studio 4.5 -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

Re: return struct to javascript with Opera

2007-06-24 Thread Andrew Grosset
since only 1.6% of users use Opera... http://www.w3schools.com/browsers/browsers_stats.asp I have a cfc which returns a struct to the javascript via ajax (JSMX), this works perfectly with IE and firefox but I can't fathom out why in Opera it doesn't work. the cfc basicly forma a

return struct to javascript with Opera

2007-06-23 Thread Andrew Grosset
I have a cfc which returns a struct to the javascript via ajax (JSMX), this works perfectly with IE and firefox but I can't fathom out why in Opera it doesn't work. the cfc basicly forma a struct like so: cfset x = structNew() cfset x[0] = my test string and in the javascript I use an

CFCs in application scope

2007-05-09 Thread Andrew Grosset
I have a cfc that is written to the application scope on server start. I need to check weather a user is logged in so is it ok to check for the session scope within this cfc? like this cfif structKeyExists(session,userID) cfset var userID = session.userID /cfif or should I handle this

Re: CFCs in application scope

2007-05-09 Thread Andrew Grosset
yes it is very much ok... On 5/10/07, Andrew Grosset [EMAIL PROTECTED] wrote: thanks for the reply Andrew, I wasn't sure and although it works in my test environment I though I'd better check with the Pro's first! ~| Upgrade

Re: Client-side validation or Server-side Validation?

2007-04-16 Thread Andrew Grosset
Thanks CoolJJ, An excellent resource (foundstone.com), there is a pdf file that explains hacme shipping here: http://www.foundstone.com/resources/whitepapers/hacmeshipping_userguide.pdf Andrew. Rick, Never, never, ever trust data coming from the client side. It is very easy to bypass

Re: What conditions would cause a new jsessionid to be assigned to a user session?

2007-04-13 Thread Andrew Grosset
Encourage your affected users to download Firefox and see if that rectifies the problem. Andrew. ~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade see new features.

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

2007-02-07 Thread Andrew Grosset
- From: Andrew Grosset [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 06, 2007 9:33 PM To: CF-Talk Subject: Re: Take a minute to Digg this story about the Smith Project Very interesting alternative...though cfstoredproc needs adding before I can use it. Andrew

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

2007-02-06 Thread Andrew Grosset
Very interesting alternative...though cfstoredproc needs adding before I can use it. Andrew. Well all the ones that hear, that there are alternatives with low or no costs at all. Like Railo or Smith. Greetings / GrĂ¼sse Gert Franz Customer Care Railo Technologies GmbH [EMAIL PROTECTED]

Re: Open Source ColdFusion CMS

2007-01-21 Thread Andrew Grosset
I like the demo/tutorial. Editing and publishing content: Quick and Dirty Tour: http://mysecretbase.com/cmpro/tutorials/tutorial05 How did you do that? Andrew. Hi, Matt... ContentMonger looks good... and I like your tutorials... quick-loading and clear. What did you use to create those?

Re: Best practices - error handling

2007-01-11 Thread Andrew Grosset
I would also be interested in that information. me to! Andrew ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

String.insertAt is not a function

2007-01-01 Thread Andrew Grosset
I can't understand why this produces the javascript error String.insertAt is not a function (firefox), tried IE and opera to. script type=text/javascript //example from http://www.webreference.com/js/column63/6.html. var a = String.insertAt(Doc JavaScript is a leading source for JavaScript

Re: String.insertAt is not a function

2007-01-01 Thread Andrew Grosset
I put a test page here: http://www.macrodate.com/test/test1.cfm Andrew. ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

Re: String.insertAt is not a function

2007-01-01 Thread Andrew Grosset
Jim, Thanks for pointing that out(WMLScript), is there a way to insert a string within another using javascript? Andrew Andrew Grosset wrote: //example from http://www.webreference.com/js/column63/6.html. According to this link, this is an example for WMLScript, a variation of javascript

Re: String.insertAt is not a function

2007-01-01 Thread Andrew Grosset
Thanks Jim, that works perfectly! the revised test can be seen here: http://www.macrodate.com/test/test1.cfm Andrew. ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

Re: memory issue with session scope in custom tags?

2006-12-02 Thread Andrew Grosset
InterestingI hope someone comes up with an answer. Andrew. I just got the following advice in a HostMySite CF newsletter. Is there an issue with session scopes in custom tags? I've received other coding tips from them that make no sense or is just plain bad advice but not sure what to make

Evaluate and dot notation

2006-11-13 Thread Andrew Grosset
Is it possible to not use Evaluate in the following? cfif isDefined(chip1.rounding) cfset z = 1 cfoutput p#Evaluate('chip#z#.rounding')# /cfoutput /cfif Andrew ~| Introducing the Fusion Authority Quarterly Update.

Re: Evaluate and dot notation

2006-11-13 Thread Andrew Grosset
Many thanks Charlie. Andrew. assuming it's in the variables (local) scope... variables[chip z][rounding] On 11/13/06, Andrew Grosset [EMAIL PROTECTED] wrote: ~| Introducing the Fusion Authority Quarterly Update. 80 pages

Re: The best free word editor?

2006-09-22 Thread Andrew Grosset
www.KevinRoth.com WordPad? !k -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Thursday, September 21, 2006 6:48 PM To: CF-Talk Subject: OT: The best free word editor? I haven't been able to reinstall any word editors since my puter crashed a few months back.

Re: Performance problem

2006-08-19 Thread Andrew Grosset
Yes I agree, I increased the loop count to 5000 and noticed that the StringBuffer method ran 1/3 to 1/2 quicker than cfset a = a a bit more text, . However when I tried again with a loop count of 500 StringBuffer method was slower. my code: cfset jsbOutput = CreateObject( java,

Re: Application.CFC unusual behavior.

2006-08-17 Thread Andrew Grosset
Interesting...does this occur with different browsers? Andrew. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a

Re: Performance problem

2006-08-17 Thread Andrew Grosset
Ben, when would you use java.lang.StringBuffer as compared to cfset a = cfloop index=i from=1 to=500 cfset a = a some text /cfloop I found the above method faster. Andrew. When doing a lot of string concatenation, you should totally use the Java string buffer: cfset jsbOutput =

Re: captcha

2006-08-16 Thread Andrew Grosset
Here's a good alternative to captcha: http://bennadel.com/index.cfm?dax=blog:197.view Andrew. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers,

Re: cf_accelerate

2006-08-11 Thread Andrew Grosset
Still down 10.42 mountain time.. p.s. Brandon Purcell's blog seems to be down right now, so if anyone has a zipped version of the latest admin tag code they could send along, we'd appreciate it. Thanks! ~| Introducing

Re: Good script to prevent cross-site scripting sql injection?

2006-08-09 Thread Andrew Grosset
interesting tag... however if you are allowing html input the best technique is to establish a list of allowable tags and then remove everything else. Trying to come up with a comprehensive list of bad tags to disallow is nearly impossible. Andrew I just stumbled across the safeText function

Re: CFLogin Difficulties

2006-07-14 Thread Andrew Grosset
I can see that cflocation does not work after setting a session or cookie variable, but what I cannot understand is why using a cfheader or meta redirect would not work as both of those are client-side redirects I think you should treat cflocation as having the same effect as a client side

Re: Changes to files not taking effect

2006-06-27 Thread Andrew Grosset
Thanks for letting us know you found the answer, Andrew. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244947 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription:

Re: WYSIWYG Editor

2006-06-11 Thread Andrew Grosset
Another one is here: http://www.kevinroth.com/rte/ ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243163 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription:

Re: geocode database - world cities

2006-06-07 Thread Andrew Grosset
Paul Hastings hopefully will answer this thread, he works for Sustainable GIS: http://www.sustainablegis.com/ and his blog about geolocater: http://www.sustainablegis.com/blog/cfg11n/index.cfm?mode=catcatid=C9C824AC-20ED-7DEE-2AD2AD2462F79B78 Andrew. Has anyone tried globixdata.com's $158

Re: CFOpenChat Updates

2006-05-26 Thread Andrew Grosset
I've found a bit of time to make the conversion from cfajax to ajaxCFC for my chat application. Rick, just wondering what advantages/reasons for moving to ajaxCFC from cfajax? I've used cfajax quite a bit and like it's ease of use but I havn't looked at ajaxCFC yet. Andrew.

Re: IE ActiveX Patch

2006-04-21 Thread Andrew Grosset
Anyone noticed that some javascript popups have stopped working (IE only) since the latest MS Windows Update? Andrew. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238378 Archives:

Re: Problems Stopping and Starting Coldfusion Service (CFMX7)

2006-04-16 Thread Andrew Grosset
That didn't work for me, anyone else have any suggestions? Andrew yes i get it too. i get round it by stopping the jrun process in task manager. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237875 Archives:

Re: Using CFFTP Via SSH

2006-04-13 Thread Andrew Grosset
Oops! I guess my eyesite is not what it was... Thanks Andrew... That's the wrong protocol tho. heh... I guess that's the danger of acronyms, CFFTP looks a lot like CFHTTP when you're scanning the list. :) I think this tag does: http://www.cftagstore.com/tags/cfxhttp5.cfm s. isaac dealey

Re: Using CFFTP Via SSH

2006-04-13 Thread Andrew Grosset
Yeh, I'm going to have to get my eyes tested...! Thanks Andrew... That's the wrong protocol tho. heh... I guess that's the danger of acronyms, CFFTP looks a lot like CFHTTP when you're scanning the list. :) I think this tag does: http://www.cftagstore.com/tags/cfxhttp5.cfm s. isaac dealey

Re: Using CFFTP Via SSH

2006-04-12 Thread Andrew Grosset
I think this tag does: http://www.cftagstore.com/tags/cfxhttp5.cfm Scott Stewart wrote: CFFTP doesn't support Secure FTP, unfortunately. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237608 Archives:

Re: ANNOUNCE: CFMBB Forums resurrected

2006-04-10 Thread Andrew Grosset
Rick, I tried to register (http://www.cfmbb.org/forums.cfm) and got this error: [empty string] Element USERNAME is undefined in FORM. Andrew CFMBB 0.8 (beta) has been released for your downloading pleasure. Homepage: http://www.cfmbb.org Admin Demo: http://www.cfmbb.org/demo (admin/admin)

Re: Problems Stopping and Starting Coldfusion Service (CFMX7)

2006-04-09 Thread Andrew Grosset
I have that problem as well on my developer edition of MX7 on my PC, as you say it takes at least 3-4 mins before you can restart(I have one gig of ram). Andrew. ~| Message:

Re: DB Pagination Question

2006-03-29 Thread Andrew Grosset
Thank you Adam Dan, I am using sql 2000 and I couldn't get your example to run but modifying it using the IN keyword it does! is this ok ? (it works) cfquery name=a datasource=** select top 10 id, (select count(id) from myTable) as totalRecords from myTable where id IN (select top 20

Re: DB Pagination Question

2006-03-28 Thread Andrew Grosset
Dan, thanks for posting. Presumably you need to do another query initially to determine how many pages potentially to display dependent on the recordcount? (ie if there were 1000 records (recordcount?) and you elected to display 10 records/page that would be 100 pages). Andrew. You can do it

Re: why the whitespace?

2006-03-10 Thread Andrew Grosset
Bryan, this doesn't exactly answer your question but here is a simple way to minimise whitespace: cfsilent cfset nhead = cfset nhead = nhead !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN#Chr(13)# cfset nhead = nhead html#Chr(13)# cfset nhead = nhead head#Chr(13)# cfset nhead =

Re: Single user, light CF server

2006-03-06 Thread Andrew Grosset
CFanywhere: http://67.124.145.42/CFAnywhereDocs/CFAnywhere.html ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234385 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription:

Re: Dependent Select Lists (possibly)

2006-03-05 Thread Andrew Grosset
You could build a select box system using cfajax. First select box is country selection, onChange calls the townCity function that then populates the towncity selection box which then calls the suburb box etc etc CFAJAX can be found here: http://www.indiankey.com/cfajax/examples.asp Andrew.

Re: A very specific message board/forum question...

2006-02-23 Thread Andrew Grosset
The betanews.com link doesn't work, here is a link that explains how mySpace was hacked by the hacker himself! http://namb.la/popular/ Andrew. As a general rule, yes. Providing HTML editing in any publicly accessible part of a web app is one of those bad things you typically want to avoid.

Re: A very specific message board/forum question...

2006-02-22 Thread Andrew Grosset
Rick, an excellent summary of what is wanted. I also found Raymond Camden's Galleon BB to be a great introduction to the use of cfc's if one hasn't used them before. Andrew. Raymond Camden wrote: I have to say I'm really surprised by this. I don't mean to say my product is the best, there

Re: Dhtml Menu System

2006-02-20 Thread Andrew Grosset
Yes, I second that, definitely worth a look. Andrew. Massimo Foti has created some really nice CF custom tags that generate css styled menus. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232975 Archives:

Re: chat help

2006-02-14 Thread Andrew Grosset
worked ok at 1.30pm mountain standard time... just there was no one else there to chat to! Andrew I'd love it if a few people wouldn't mind coming into my chat room that I'm building with cfajax I'd like to see how it reacts with a few people in it. http://www.opensourcecf.com/chat

Re: chat help

2006-02-14 Thread Andrew Grosset
OK managed to chat with a few others, what would be neat if it could pop up a div or something so you could be working in another tab (firefox) and be notified if someone chats? worked ok at 1.30pm mountain standard time... just there was no one else there to chat to! Andrew I'd love

cfcontent quicktime movie

2006-02-11 Thread Andrew Grosset
I would like this movie to play (inline) as soon as its loaded the code below doesn't work unless I change the inline to attachment in which case a dialogue box pops up asking wether I want to open with or save to disk etc. I'm thinking that its not possible to do this with just cfcontent

Re: For emergency only

2005-12-06 Thread Andrew Grosset
Sprint PPC 6700 with unlimited incoming and unlimited internet. so I guess they get you on outgoing phone calls? If so you could try using skype though I have seen some service agreements try to restrict VOIP arrangements... looks really good, I never could see why there was so much hype over

Re: CF and DHTML-Menu

2005-12-01 Thread Andrew Grosset
This css driven menu is worth a look: http://www.olimpo.ch/tmt/tag/hiermenu/ by: Massimo Foti Andrew. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application

Re: Small CF Job - What the heck *is* emo, anyway?

2005-11-29 Thread Andrew Grosset
Likewise. http://www.fourfa.com/ This site is intended to be a basic FAQ and primer on emo - short for emotional. Emo is a broad title that covers a lot of different styles of emotionally-charged punk rock. This site is intended to introduce the reader to all the common styles, describe

Re: Referral Initiative

2005-10-18 Thread Andrew Grosset
This is basically a pyramid scheme, where you get one person to rope in more people. or another (kinder) way would be to call it a multi level affiliate scheme ! :) ~| Logware (www.logware.us): a new and convenient web-based

Re: Are there any CFeclipse tutorials out there?

2005-10-17 Thread Andrew Grosset
If you're wondering what CFEclipse is this is a useful resource: http://www.dopefly.com/pages/cfeclipse.cfm (and even if you know what CFEclipse is I'm sure you'll find it useful :) ) Andrew. ~| Discover CFTicket - The leading

Cross - Site Scripting

2005-10-17 Thread Andrew Grosset
In case you didn't see the recent discussion in CF-Community about the worm introduced into MySpace.com within css script tags and XMLHTTPRequest, here is the link to the hackers web site where he explains how he did it! http://namb.la/popular/ Although (this one) was an IE flaw it certainly

Re: Is my site working in the US?

2005-09-20 Thread Andrew Grosset
In canada too!...but there's no option for the canadian $ ... Andrew. sorry to be a pain, can any USA'ers have a quick check that http://www.solocc.com is live at the moment. regards mike (i have a very paranoid client !!)

Re: Ajax and CFCs

2005-09-14 Thread Andrew Grosset
The page I posted seems to have disappeared this one works OK: http://www.themidnightcoders.com/examples/phonebook.htm Very impressive demo, I found it here: http://blog.newatlanta. com /weborb/examples/richclientprimer/javascript-ajax/phonebook-bluedragon. cfm curious as to why

Re: cf_twoselectsrelated

2005-09-14 Thread Andrew Grosset
Does anyone have a version of cf_twoselectsrelated (or something similar) that accepts a parameter to 'preselect' records in the second select depending upon what is selected in the first? Thanks. Mike CFAJAX http://www.indiankey.com/cfajax/examples/keyvalue.htm Andrew

calling a javascript function

2005-08-31 Thread Andrew Grosset
I have a template that calls a javascript function that in turn uses cfajax to call a cfm function as below, it all works perfectly: !--- --- select size=1 id=jobData name=jobData class=form1 onChange=getStartDates(); option value=#jb.jobID##jb.oilcompany#/option /select

Re: CF_TwoSelectsRelated

2005-08-31 Thread Andrew Grosset
I searched the archives, I have searched Google and I have checked out the original authors site, http://projects.nateweiss.com/nwdc/workcode.htm, but I cannot find anybody who has actually ever got the default1 default2 values working in the CF_TwoSelectsRelated tag. Basically I

Re: calling a javascript function

2005-08-31 Thread Andrew Grosset
I have a template that calls a javascript function that in turn uses cfajax to call a cfm function as below, it all works perfectly: Problem solved! - must put head into gear before typing! ~| Logware (www.logware.us): a new

Re: MySQL - CF: Access Denied when using password

2005-08-27 Thread Andrew Grosset
Hello all, I have set up MySQL on my local box, everything works fine until I try to use a password when creating a datasource in CF Administrator. I get the 1045 Access Denied error. I am able to create the datasource fine if I don't use a password, so I know the issue is not caused

Re: WDDX Replacement Attempt - Take a Look!

2005-08-19 Thread Andrew Grosset
ditto and very original. I think I've hit upon an appropriate name... get ready... here Jim, that's a *brilliant* name for such a technology. Seriously. /t ~| Logware (www.logware.us): a new and convenient web-based time

Re: CFX tag installation - problem

2005-08-17 Thread Andrew Grosset
Claude, could that be my problem? In Server Settings Java and JVM, The ColdFusion Class Path box is empty Andrew. Well, apparently not OK, correction: - a C++ CFX dll can be installed in any directory, as any DLL can; - a Java CFX class file must be accessible from the Class Path set in

Re: CFX tag installation - problem

2005-08-17 Thread Andrew Grosset
fine. The CFX tag you referenced had a dll extension, and is a C++ tag and not a Java tag. Have you tried calling the tag from a cfm template outside of the cfide directory, from a folder in the wwwroot directory, for instance? On 8/17/05, Andrew Grosset [EMAIL PROTECTED] wrote

Re: CFX tag installation - problem

2005-08-17 Thread Andrew Grosset
from a cfm template outside of the cfide directory, from a folder in the wwwroot directory, for instance? On 8/17/05, Andrew Grosset [EMAIL PROTECTED] wrote: ~| Logware (www.logware.us): a new and convenient web-based

CFX tag installation - problem

2005-08-16 Thread Andrew Grosset
I have the developer edition of MX7 on my PC. I have placed CFX_image_mx.dll in the CustomTags folder (shown below), I have registered the tag in the ColdFusion Administrator and the tag path has been registered: C:\CFusionMX7\wwwroot\CFIDE\**\CustomTags The page is being called from here:

Re: CFX tag installation - problem

2005-08-16 Thread Andrew Grosset
Try that and see if it doesn't work better for you. v/r, -- Jeff Fleitz On 8/16/05, Andrew Grosset [EMAIL PROTECTED] wrote: ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start

Re: Ajax and CFCs

2005-08-14 Thread Andrew Grosset
Very impressive demo, I found it here: http://blog.newatlanta.com/weborb/examples/richclientprimer/javascript-ajax/phonebook-bluedragon.cfm curious as to why it can't be made to work under CFMX? !! :) Andrew WebORB 2.0 is a commercial product that includes a JavaScript/AJAX library that lets

Re: Looking for very simple CMS

2005-08-09 Thread Andrew Grosset
Anyone know how much Contribute is? Presumably there are some hosting companies offering Contribute as well...? Andrew Contribute is free??! He says, no money. :-P -Mensaje original- De: Damien McKenna [mailto:[EMAIL PROTECTED] Enviado el: Tuesday, August 09, 2005 5:09 PM Para:

Re: CF_ImageInfo MX

2005-07-28 Thread Andrew Grosset
HostmySite.com have several versions of the cfx_image tag on their servers, I'm fairly sure that it will give you the DPI of the image. The latest version can be downloaded from Jukka Manner's site here: http://www.kolumbus.fi/jukka.manner/ Andrew. I know this has been covered to some degree on

RE: Viewing Hidden Frames Source Code in Firefox...

2005-06-25 Thread Andrew Grosset
In windows use Find Files or Folders, plug in the name of the file and if you limit your search to the folders containing your cache should only take a millisecond or two..or am i missing something? Will, Dunno if I'm missing somethin' here, but right click over the hidden frame, select

Search Between Dates Problem

2005-06-24 Thread Andrew Grosset
can you post the form that creates form.depdate1 and form.depdate2? I've got a form in an admin system for a client to look up events between entered dates: cfif IsDefined(form.depdate1) AND #form.depdate1# NEQ cfset DEPDATE1 = #CREATEODBCDATE(form.depdate1)# cfset DEPDATE2 =

Viewing Hidden Frames Source Code in Firefox...

2005-06-24 Thread Andrew Grosset
try searching your browser cache. I've really been using Firefox for my main browser for about 18 months now. However, the one thing that really bugs me is I haven't been able to find anything that will allow me to easily browser the source code of hidden frames. In IE, you just load up the

form trim ?

2005-06-01 Thread Andrew Grosset
can you compound the trim funtion with HTMLEditFormat to do both at once? like maybe cfset FORM.cstShpStateProv = #trim( HTMLEditFormat (FORM.cstStateProv))# ~Dave the disruptor~ This bottle of lemonaid says contains no lemon juice and the can of Pledge says contains real lemon juice figures

RE: More hash on the mailing list

2005-04-22 Thread Andrew Grosset
not want. If it is for debugging what's wrong with cfdump var=#FORM#? Ade P.S. anyone know what's up with all those funny advertising links appearing in the archives at HoF? :OD -Original Message- From: Andrew Grosset

More hash on the mailing list

2005-04-21 Thread Andrew Grosset
Hi guys, I've got a problem whereby I'm trying to reference my looped variable in an SQL statement. If I want to check the output of some form variables I output them like so (notice how the looped variable is referenced: #form[t]): cfoutput cfloop index=t list=#form.fieldnames#

Re: Shared sessions

2005-04-06 Thread Andrew Grosset
Had this happen once and it was tracked down to a proxy which was caching the pages and not revalidating. Was pretty hard to figure out because, in our case, site A and site B were physically miles apart, but on the same network... so behind the same proxy. What would be the best way to prevent

Re: Whitespace Woes

2005-03-23 Thread Andrew Grosset
it's not a good idea to call any tag within a CFOUTPUT tag Why not gracious Lord? Not sure! could you explain why it would be a good idea to call a custom tag within a cfoutput tag? ~| Logware (www.logware.us): a new and

Re: Whitespace Woes

2005-03-22 Thread Andrew Grosset
CF5/IIS5 I have a CFML tag constructed to produce as little white space as possible - another way is to use this custom tag: StripWhiteSpace.cfm !--- = --- CFSETTING ENABLECFOUTPUTONLY=YES!--- Suspend whitespace output ---

Re: Whitespace Woes

2005-03-22 Thread Andrew Grosset
Ironically, this tag has exactly the problem I illustrated, and consequently will usually end up rendering a bunch of extra whitespace itself. cheers, barneyb Hmmm I can't give you an example but using MX6.1 and with strengthmode on maximum it will eliminate 99% of whitespace and output

Re: Whitespace Woes

2005-03-22 Thread Andrew Grosset
be affected, but the tag itself will generate a few extra lines. If it's not within a CFOUTPUT tag, then it won't put those extra few lines in there. cheers, barneyb On Tue, 22 Mar 2005 17:02:15 -0400, Andrew Grosset [EMAIL PROTECTED] com wrote: Hmmm I can't give you an example

Re: A toughie Inline frame question

2005-03-05 Thread Andrew Grosset
On my clothing site, I'm using an inline frame to display details Have a look at this: http://www.eswsoftware.com/products/srs/ there are various examples, hope it helps. There is also a great product there for monitoring who's on site called cf_siteInsight.

Re: discussion groups

2005-01-30 Thread Andrew Grosset
It looks really good, hopefully we will be able to buy it now that DevNet has gone? ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project

Re: Frequent Server Restart

2005-01-28 Thread Andrew Grosset
Thanks for the replies guys! well i got the standard reply from the hosting company: We will have our admins review the server to see if they can determine why the cf process is restarting. Please let us know if you have any questions. meanwhile the server restarted 3 times this morning, as

Re: Frequent Server Restart

2005-01-28 Thread Andrew Grosset
Without having access to the server to monitor other things (memory usage, CF/JRun logs, web server logs, etc), it's hard to even guess what the issue might be, though. Barney, I ran Pete Freitag's tag ( http://www.petefreitag.com/item/115.cfm ) and got this (whenever I try this it's

<    1   2   3   >