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 ret

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 http://download.macro

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 Eclips

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. > is NOT the recommended way to work with applications >now - Application.cfc is. Therefore they added the feature there. >There are other examples as well - t

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 r

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 d

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 PDF

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. > selected>#section# - #title#

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

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

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-savi

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

Re: SELECT - Option selected

2007-06-27 Thread Andrew Grosset
remove ="true" and it should work selected>#Description# 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 >mar

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 s

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: and in the javascript I use an alert (for testing) like so: alert(ye[0])

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 be

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 or should I handle this check within another cfc that is invoked directly (by form post) and then pass

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 c

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. http://www.adobe.com/

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

2007-02-07 Thread Andrew Grosset
lock? > >-Original Message- >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 "cfstor

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 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/pr

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 http://ad.doublecli

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,

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 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.ado

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. //example from http://www.webreference.com/js/column63/6.html. var a = String.insertAt

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 m

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: >> ~

Evaluate and dot notation

2006-11-13 Thread Andrew Grosset
Is it possible to not use "Evaluate" in the following? #Evaluate('chip#z#.rounding')# Andrew ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by

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 mont

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 . However when I tried again with a loop count of 500 "StringBuffer" method was slower. my code: #jsbOutput.ToString()# #a# Andrew ~

Re: Performance problem

2006-08-17 Thread Andrew Grosset
Ben, when would you use "java.lang.StringBuffer" as compared to I found the above method faster. Andrew. >When doing a lot of string concatenation, you should totally use the Java >string buffer: > >/> > > > > > > > > > > >To only does the concatentation once at the end via the ToString(

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: 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, deliv

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! ~| Introducin

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 cookie variable, but what I cannot understand is why using a or redirects I think you should treat cflocation as having the same effect as a client side redirect, interesting article here: http://www.petefreitag.com/item/359.cfm Andrew. ~~

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: http://www.houseoffusion.com/

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: http://www.houseoffusion.com/lists.

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=cat&catid=C9C824AC-20ED-7DEE-2AD2AD2462F79B78 Andrew. > Has anyone tried "globixdata.com"'s $15

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: http://www.houseoffusion.com/cf_l

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: h

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.

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. isa

Re: S. Isaac, Wassup?

2006-04-12 Thread Andrew Grosset
I wouldn't count on it, not everyone agrees with your point of view... >Maybe I'm writing a career suicide note, but somehow I doubt that. > >Now back to your regularly scheduled tech talk :) > >-- >Timothy Heald >Analyst, Architect, Developer >[EMAIL PROTECTED] <=== personal email >W: 202-228

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: http:/

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: http://www.houseoffusion.com/lists.cfm/link=i:4:23

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) select top 10 id, (select count(id) from myTable) as totalRecords from myTable where id IN (select top 20 id from myTable

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: #Chr(13)#"> #Chr(13)#"> #Chr(13)#"> Contract Manager#Chr(13)#"> #Chr(13)#"> #Chr(13)#"> Testing #Chr(13)#"> #Chr(13)#"> #nhead# regards, Andrew. ~~

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: http://www.houseoffusi

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, th

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: http://

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

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

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 cfcont

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 http://www.houseoffusion.com/banners

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 t

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 ma

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

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: 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 ~~

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

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: 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

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: #jb.oilcompany# function getStartDates() { var jobData = DWRUtil.getValue("jobData");

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

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 ti

Re: CFX tag installation - problem

2005-08-17 Thread Andrew Grosset
> >but still runs C++ custom tags 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 o

Re: CFX tag installation - problem

2005-08-17 Thread Andrew Grosset
;but still runs C++ custom tags 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

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

Re: CFX tag installation - problem

2005-08-16 Thread Andrew Grosset
stomTags\cfx\CFX_image_mx.dll > >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 (ww

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: 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 let

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

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-24 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,

Viewing Hidden Frames Source Code in Firefox...

2005-06-23 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

Search Between Dates Problem

2005-06-23 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: > > > > > > > >...and in the query: > >WHERE ENROLL_DATE BETWEEN #DEPDATE1# AND #DEPDATE2# > > >Works correctly about 95% of the tim

form trim ?

2005-06-01 Thread Andrew Grosset
>can you compound the trim funtion with HTMLEditFormat to do both at once? > > like maybe > > >~Dave the disruptor~ >This bottle of lemonaid says "contains no lemon juice" >and the can of Pledge says "contains real lemon juice" >figures @%*((&% Yes!

RE: More hash on the mailing list

2005-04-22 Thread Andrew Grosset
ields which you might not want. If it is for debugging what's wrong >with ? > >Ade > >P.S. anyone know what's up with all those funny advertising links appearing >in the archives at HoF? :OD &g

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]): #t#=#form[t]# and as Dave Watts said putt

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 preve

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 c

Re: Whitespace Woes

2005-03-22 Thread Andrew Grosset
t; actual suppression won't 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 Gros

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 ou

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

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 o

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 al

<    1   2   3   >