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 returned by the 
GetTempDirectory function.

Standard Tag:

cffile action=upload
 destination=/vservers/mySITE/htdocs/newsletters/
 nameConflict=overwrite
 fileField=nl_FILE


cfset fileNEWSLETTER =#cffile.serverfile#


1. Host says permissions on the folder are correct
2. Host says the address is correct
3. #cffile.serverfile# is returning the correct file name

File is NOT getting written to the directory. What else could be wrong?


CURRENT COLDFUSION VERSION AND SERVER STATS

JRun4: The name of the J2EE application server ColdFusion is using.
Enterprise - 7,0,2,142559: The version number for the server that is 
running, such as 6,0,0.

/usr/local/coldfusionmx7: Directory under which ColdFusion is installed, 
such as C:\cfusion.

Linux: Additional information provided by the operating system, such as 
the Service Pack number.

i386: The processor architecture, such as x86 for Intel Pentium processors.

: The specific operating system build, such as 1381

UNIX: The name of the operating system, such as Windows NT.

2.6.9-55.0.2.ELsmp: The version number of the operating system, such as 4.0. 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287670
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287351
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287162
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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/ 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286589
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 as well - two of the new ways to secure Ajax
stuff only work in App.cfc, not cfapplication.

If you are coding for MX7 and higher, you really should be using
App.cfc (my 2 cents).


 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286583
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 results.  See www.efflare.com.


-Justin Scott 

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:28
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 SP2. The work around is to 
route your CF Admin Datasource connection through an MS ODBC socket, whatever 
that is... instructions can be found here:

http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=6threadid=934725enterthread=y

Then in the Railo server Administrator, Create New Datasource select 
JDBC-ODBC bridge (for Access,MSSQL)

Andrew.

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284766
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284684
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284635
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 group=sectionoption value=#sectionid#cfif 
ARGUMENTS.course EQ #sectionid# 
 selected/cfif#section# - #title#/option

 I made the mistake of testing my mxAjax dropdown menus with FF. All 
 works fine. The menu contains a few hundred options. 
 
 I just checked with IE6 and IE7 and both bog down while loading the 
 menu. It takes about 10 seconds and is kinda goofy. 
 
 I tried cfflush with no luck. 
 
 Here's my code:
 
 
 cfsavecontent variable=showCourseMenu
  
 cfif getCourses.recordcount GT 0 
  
 Course: select name=course id=course 
 onChange=populateInstructors()
   option value=AllAll/option
 cfoutput query=getCourses group=section

 option value=#sectionid#cfif ARGUMENTS.course EQ #sectionid# 
 selected/cfif#section# - #title#/option
   
  
 /cfoutput
  
 /select 
  
 
  
 cfelse
  
 input name=course id=course type=hidden value=All
  
 pNo courses were found using the filters you selected./p
  
 /cfif
  
 /cfsavecontent   
  
 cfreturn showCourseMenu
 
 Then mxAjax outputs it into a target span. 
 
 Any ideas on how I could fix this? I'm at a loss. 
 
 Thanks,
Will

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283033
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 with the patch.

It crashes frequently when:

  a.. browsing for files
  b.. performing links to databases
  c.. synch'ing
  d.. when it feels it hasn't crashed for a while
  e.. on days with a Y in them
General feedback on Vista - don't bother.  We are Microsoft's beta testers,
once again!


Jennifer Gavin-Wear
Fast Track Online
Tel: +44 (0)1262 602013
http://www.fasttrackonline.co.uk/

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282621
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 it works. I have a dynamically generated Select drop down that
marked the option tag selected that is the value I want. Firefox is ignoring
the selected attribute but IE picks it up just fine. Has anyone else run
into this problem before?

 

cfoutput

cfset xID = 3

select name=groupID

cfloop query=myquery_1

option value=#ID# cfif ID EQ
IDselected=true/cfif#Description#/option

/cfloop

/select

/cfoutput

 

BTW I've tried it several ways:

option value=#ID# cfif ID EQ
IDselected=selected/cfif#Description#/option

option value=#ID# cfif ID EQ
IDselected=true/cfif#Description#/option

option value=#ID# cfif ID EQ IDselected/cfif#Description#/option

 

None of the above worked in FireFox but all of them worked in IE. I've
googled my brains out but every were I've seen people post about this, there
is never a solution.

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282327
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 is the value I want. Firefox is ignoring
the selected attribute but IE picks it up just fine. Has anyone else run
into this problem before?

 

cfoutput

cfset xID = 3

select name=groupID

cfloop query=myquery_1

option value=#ID# cfif ID EQ
IDselected=true/cfif#Description#/option

/cfloop

/select

/cfoutput

 

BTW I've tried it several ways:

option value=#ID# cfif ID EQ
IDselected=selected/cfif#Description#/option

option value=#ID# cfif ID EQ
IDselected=true/cfif#Description#/option

option value=#ID# cfif ID EQ IDselected/cfif#Description#/option

 

None of the above worked in FireFox but all of them worked in IE. I've
googled my brains out but every were I've seen people post about this, there
is never a solution.

~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282336
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282335
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 is the value I want. Firefox is ignoring
the selected attribute but IE picks it up just fine. Has anyone else run
into this problem before?

 

cfoutput

cfset xID = 3

select name=groupID

cfloop query=myquery_1

option value=#ID# cfif ID EQ
IDselected=true/cfif#Description#/option

/cfloop

/select

/cfoutput

 

BTW I've tried it several ways:

option value=#ID# cfif ID EQ
IDselected=selected/cfif#Description#/option

option value=#ID# cfif ID EQ
IDselected=true/cfif#Description#/option

option value=#ID# cfif ID EQ IDselected/cfif#Description#/option

 

None of the above worked in FireFox but all of them worked in IE. I've
googled my brains out but every were I've seen people post about this, there
is never a solution.

~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282339
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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.

~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282141
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 struct like so:
   
 cfset x = structNew()
   
 cfset x[0] = my test string
 
 and in the javascript I use an alert (for testing)
 like so:
  
 alert(ye[0]);
 
 this evaluates correctly in firefox and IE..(my test string)
 
 Opera just shows undefined in the alert message
 
 any suggestions?
 
 Andrew.

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282002
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 alert (for testing)
like so:
  alert(ye[0]);

this evaluates correctly in firefox and IE..(my test string)

Opera just shows undefined in the alert message

any suggestions?

Andrew.

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281979
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 check within another cfc that is invoked directly (by 
form post) and then pass the result onto the cfc in the application scope?

Andrew.

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277516
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277534
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 client side validation with a hacker tool like 
 webscarab. Always validate client supplied data on the server side.
 
 A good resource for web app security is www.owasp.org and would do a 
 better job of explaining security than I. Also, http://www.foundstone.
 com/ has an educational tool called hacme shipping written in 
 coldfusion that teaches secure programming.
 
CoolJJ

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275392
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275178
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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

2007-02-07 Thread Andrew Grosset
(Andy  Cutter (CFRelated)),

just tried it (execute the SP from within a cfquery block) on MX7 and it works 
but weather it will work on Railo...? I'll have to download it and see!

Andrew.

Andrew...

Any reason you can't just execute the SP from within a cfquery block? 

-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 cfstoredproc needs adding before I
can use it.

Andrew.

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269114
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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]
www.railo.ch

Join our Mailing List / Treten Sie unserer Mailingliste bei:
deutsch: http://de.groups.yahoo.com/group/railo/
english: http://groups.yahoo.com/group/railo_talk/



Tom Chiverton schrieb:

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268938
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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?

Rick

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267105
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266358
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 
tips, site, 2,  );
 alert(a);
/script

Googled lots of examples of String.insertAt and all give the same error is 
not a function 

any suggestions appreciated,

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/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265450
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265452
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 for use with wireless devices.  I don't see a insertAt method 
in another reference on javascript...

http://www.w3schools.com/jsref/jsref_obj_string.asp

~|
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/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265455
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265460
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 of this.


Coding Tip

Discover methods used by HostMySite's CFMX gurus to address your common
coding and performance issues. Stop by the Developers' Forum to discuss with
fellow ColdFusion users.
Duplicate Your Session Scopes to Relieving Memory Issues

When you use custom tags to place exclusive locks around the session scope,
it causes ColdFusion service issues, which affects all users within a shared
environment. You can prevent these ColdFusion service issues by using a
common fix we use to fine tune our code:

Use a variable scope to remove the memory being used by the session scope
once the tag has completed it's necessary action.

cflock timeout=45 throwontimeout=Yes type=READONLY scope=SESSION

CFSET variables.LSess=Duplicate(session)

/cflock

We would be replacing all references of session to variables.LSess and
copying the local copy of the structure back to the session scope.

cflock timeout=45 throwontimeout=Yes type=EXCLUSIVE scope=SESSION

CFSET session=Duplicate(variables.LSess)

/cflock

If you have difficulty copying over structures in your local version to the
session scope, you can duplicate each key under the local session structure
over to the scope. Your final code would look similar to:

cflock timeout=45 throwontimeout=Yes type=EXCLUSIVE scope=SESSION

CFLOOP index=Key list=#StructKeyList(variables.LSess)#

CFSET Session.#Key#=Duplicate(Evaluate( variables.LSess.#Key#))

/CFLOOP

/cflock


~|
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 year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262645
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260265
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260273
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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. What's the best free editor out there? 

I'll google for one but thought I'd get some input. 

Thanks,
Will

~|
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 year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253843
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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, java.lang.StringBuffer ).Init() / 
cfloop index=i from=1 to=5000
  cfset jsbOutput.Append( a bit more text,  ) / 
/cfloop
cfoutput
li#jsbOutput.ToString()#
/cfoutput

cfset a = 
cfloop index=i from=1 to=5000
  cfset a = a  a bit more text, 
/cfloop
cfoutput
li#a#
/cfoutput

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 year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250376
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250252
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 = CreateObject( java, java.lang.StringBuffer ).Init()
/

cfset jsbOutput.Append( some text ) / 
cfset jsbOutput.Append( some text ) /
cfset jsbOutput.Append( some text ) /
cfset jsbOutput.Append( some text ) /
cfset jsbOutput.Append( some text ) /

cffile Output=#jsbOutput.ToString()# /


To only does the concatentation once at the end via the ToString() method.
This will make it blazing fast.

This should replace anywhere you build the output for the file.

..
Ben Nadel 
www.bennadel.com

~|
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 year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250255
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250118
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 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 year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249646
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 over at cflib.org -
http://www.cflib.org/codeView.cfm?ID=56

Any views on how suitable this is for XSS protection (not SQL injection)?

-- 
Mark Stanton
Gruden Pty Ltd
http://www.gruden.com

~|
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 year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249359
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 
redirect, interesting article here:
http://www.petefreitag.com/item/359.cfm

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 year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246653
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 world cities database?
 
 http://www.globixdata.com/pop.cfm?db=worldv1=lv2=sv3=apricing=99
 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242876
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241661
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 434.293.6201
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237680
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 434.293.6201
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237684
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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)
Download:   http://www.cfopen.org/projects/cfmbb

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237383
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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:237323
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 id
  from myTable
  order by id asc)
 order by id desc
/cfquery

Andrew.

Andrew,

To add to what Adam said, you can even do:

select 
   *, (select count(*) from table) as totalRecords
from
   table

To grab the total number of records as a column. 

NOTE: You want to try to avoid using * in your select statements--I'm
using it for brevity.

-Dan

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236517
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 with w/pure SQL server, but it can be pretty expensive
depending on the query.

The idea is to do:

select top 10
   *
from
   (
   select top 40
   *
   from
   table
   order by
   tableId asc
   )
order by
   tableId desc

You have to match up the where clauses exactly. The idea is the virtual
table grabs the current page number and add one then multiply by the number
of records to display (records*(page+1) = 10*(3+1).) This would pull out the
top 40 records. You then order by descending grabbing out just the number of
items on the page. This will grab out records 31-40.

Hope this helps!

-Dan



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236376
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 = nhead  titleContract Manager/title#Chr(13)#
!--- javascript files here ---
cfset nhead = nhead  /head#Chr(13)#
cfset nhead = nhead  body#Chr(13)#
pTesting/p
!--- lots of cfloops here ---
cfset nhead = nhead  /body#Chr(13)#
cfset nhead = nhead  /html#Chr(13)#

!--- only one set of cfoutput tags requiredno whitespace. ---

/cfsilent
cfoutput#nhead#/cfoutput

regards, Andrew.


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235108
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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.

Hi guys,

My client wishes the following scenario for new registrations...

User selects country...

if (country is NZ)
   user is required to select town/city eg. Wellington;
   if (town/city is Auckland/Wellington/Christchurch)
   user is required to select suburb;
If (country is Australia)
   user is required to select state;
   user is then required to select town/city;
   user is then required to select suburb;

Basically this is going to be quite a complicated form. Am I better to
do a switch on the country, and then load a specific country form? If
so, what happens when a registrant needs to update details and has
changed countries - could I have a change country link that redirects to
the country select?

Generally forms will be in the structure...

Address
Suburb
Town/City
State
Country

If possible I would have liked to have kept this structure, but am not
so sure I could achieve the above functionality.

Just thinking aloud a little, but if anyone has worked on something
similar I would really appreciate any advice.

Regards
Mike

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234219
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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.
Here's just one example of why:

http://www.betanews.com/article/CrossSite_Scripting_Worm_Hits_MySpace/112923
2391

---
Kevin Graeme
Cooperative Extension Technology Services
University of Wisconsin-Extension
 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233269
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 are other good forums apps out there. But
 do folks truly think that the only good CF forum would be a phpBB
 clone? Maybe it's just personal bias, but I've never liked forums
 built upon it. I don't think they are bad per se - just a bit over
 complicated.

phpBB is by far the most popular out there.  It doesn't have to be a 
clone but phpBB has certain features that make it popular amongst people 
who use message boards in a social environment.  We're not talking about 
us programmer geeks here as the target audience.. it's the teens and 
20-somethings sharing fan fiction, discussing their favorite bands, or 
talking about their favorite TV show.  It's also the sports fans talking 
about their favorite teams.

Rick

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233158
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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

Please choose Test Room A

thanks.

rick

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232245
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 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
 
 Please choose Test Room A
 
 thanks.
 
rick

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232280
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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  
cfheader, any suggestions?

Andrew.

cfheader name=content-disposition value=inline; 
filename=pikeyinarenault5.wmv

cfcontent type=video/quicktime 
file=c:\CFusionMX7\*\bitsandpieces\pikeyinarenault5.wmv deletefile=No 
reset=Yes 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232057
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 the 
blackberry when you can buy a device like Sprint.

Andrew.

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226386
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225900
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 them musically, and give ideas about the 
essential records of all those styles. You will be an expert in emo, in the 
broad sense, after reading this website.

 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225657
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221436
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221272
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 makes you realise the 
importance of server side (ColdFusion) script to minimise Cross-Site Scripting.

Andrew.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221294
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 !!)

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218779
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 it can't be made to work under CFMX?  !! :)
 
 Andrew

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218230
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218329
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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

function getStartDates()
{
var jobData = DWRUtil.getValue(jobData);
if (jobData != n){
   DWREngine._execute(_cfscriptLocation, null, 
'getRainOutDates', jobData, getRainResult);
   DWRUtil.removeAllOptions(rainoutEnd);
  }
else{
 DWRUtil.removeAllOptions(rainoutStart);
 
DWRUtil.removeAllOptions(rainoutEnd); 
 }
}

!---  ---

However I also need to call the same function elsewhere (as below) and I'm 
struggling to do this:

cfoutput
InvalidTag type=text/javascript
document.getElementById('jobData') = #jb.jobID#;
getRainOuts();
/script

I'm not getting any error messages and I'm sure there is a simple javascript 
problem with the way I'm trying to call getRainOuts() any suggestions?

thanks, Andrew.

/cfoutput

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217022
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 
 love this tag but I need it to allow both of the select options to be 
 defaulted to values on page load with data from the database and I can 
 only ever get the first select box to default to a selection. Has 
 anybody got a working version of this or can tell me what I am missing 
here?

this is not the answer you're looking for but...cfajax enables you to do this:

http://www.indiankey.com/cfajax/

Andrew.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217023
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217027
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 by incorrect privileges in the mysql.user or mysql.db tables.  
 Also if I do set up the datasource without a password, and try to use 
 a password in a cfquery, I get the same error.  
 
 My platform: Windows XP SP2/CFMX 6.1/MySQL 4.1
 
 Thanks for any assistance!
 
 

I use SQL server (not sure how similar this is to MySQL) and there were two 
options when setting it up either use windows authentication or combined 
windows and sql authentication

I chose windows authentication which means I don't have to pass the username 
and password as windows does that. Maybe that is what is happening in your 
case? I just modify my application template (on my PC) to reflect no username 
and password (as on the hosted server they are required).

cfscript
  request.login=;
  request.password=;
/cfscript

Incidently I found the whole process of setting up SQL Server locally a total 
nightmare but eventually I figured it out!

Andrew.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216612
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215852
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 
the JVM and Java Settings page.

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215523
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFX tag installation - problem

2005-08-17 Thread Andrew Grosset
Thanks Jeff, yes you were right about it being a c++ tag...have re-registered 
it.

Have simplified the directory structure to:

1. call the tag from here:  http://127.0.0.1:8500/CFIDE/testing/image.cfm

2. CustomTags are here:   C:\CFusionMX7\wwwroot\CFIDE\CustomTags

have tried: from a folder in the wwwroot directory, for instance still no-go

Getting close to banging my head against a brick wall here! must be a simple 
problem, I can't for the life of me figure out what it is.

Andrew.


I don't think it matters in this instance, as mine is empty as well,
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 8/17/05, Andrew Grosset [EMAIL PROTECTED] wrote:


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215541
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFX tag installation - problem

2005-08-17 Thread Andrew Grosset
Found the problem!

In Extensions  CFX Tags of ColdFusion Administrator the Tag Name must be 
without the .dll extension, ie just cfx_image_mx

also:

In the Server Library (.dll) box the complete directory and the tag name with 
.dll extension must be used as:
C:\CFusionMX7\wwwroot\CFIDE\CustomTags\cfx_image_mx.dll

I made the mistake of using the .dll extension in the tag name box PLUS I 
thought server library referred to the directory so I omitted the tag name as 
well...


I'd like to mention 2 web sites I found helpful:

1.)http://store.newmediadevelopment.net/registertags.cfm - good 
images/descriptions
2.)http://www.emerle.net/programming/help/installing_cfx.cfm - which among many 
   things describes how to restart CF.

Andrew.


 Thanks Jeff, yes you were right about it being a c++ tag...have 
 re-registered it.
 
 Have simplified the directory structure to:
 
 1. call the tag from here:  http://127.0.0.1:8500/CFIDE/testing/image.
 cfm
 
 2. CustomTags are here:   C:\CFusionMX7\wwwroot\CFIDE\CustomTags
 
 have tried: from a folder in the wwwroot directory, for instance 
 still no-go
 
 Getting close to banging my head against a brick wall here! must be a 
 simple problem, I can't for the life of me figure out what it is.
 
 Andrew.
 
 
 I don't think it matters in this instance, as mine is empty as well,
 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 8/17/05, Andrew Grosset [EMAIL PROTECTED] wrote:


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215548
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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:

http://127.0.0.1:8500/CFIDE/**/image.cfm.

I get this error:
 Error processing CFX custom tag CFX_image_mx.
The CFX custom tag CFX_image_mx was not found in the custom tag database. 
Please be sure to add custom tags to the database before using them. If you 
have added your tag to the database then you should check the spelling of the 
tag within your template to insure that it matches the database entry.

I have restarted my PC etc all to no avail

Should I enter a ColdFusion Class Path in Server Settings  Java and JVM  
of ColdFusion Administrator and if so what?

any other ideas?

thanks, Andrew.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215380
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFX tag installation - problem

2005-08-16 Thread Andrew Grosset
tried that still no go

thanks anyway,

Andrew.


I believe it is expecting to see your tag in the
C:\CFusionMX\CustomTags\ directory, and not under the CFIDE directory.
 I normally create a cfx folder underneath there and drop them in
there, as in C:\CFusionMX\CustomTags\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 (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215383
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 you invoke CFCs (and other server-side objects and services) from
JavaScript:

http://www.themidnightcoders.com/weborb/aboutWeborb.htm

CFC support only works with BlueDragon, not CFMX. BlueDragon is not required
to invoke other server-side objects and services (Java objects, .NET
objects, web services, etc.). WebORB also enables Flash Remoting for
BlueDragon.

There are live demos of WebORB on my blog:

 
http://blog.newatlanta.com/index.cfm?mode=entryentry=A49151F3-CC13-10D9-CF9
78A54402ECFEE

Vince Bonfanti
http://blog.newatlanta.com
 
New Atlanta Communications, LLC
http://www.newatlanta.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214957
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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: CF-Talk
Asunto: RE: Looking for very simple CMS

 I am looking for a VERY simple Content Management System 
 written in CF for a small community group that has no money 
 but has CF hosting.

Macromedia Contribute?

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include stdjoke.h

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214297
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 a few threads.  The 
problem is all the answers seemed to be try this comertial product 
instead.  Only one place did I even see atleast an offer from someone 
to, I am guessing, email the tag to a person looking for it.  However I 
did not want to assume the invitation was extended to everyone on the 
list so instead I decided just to post asking if someone can email me 
the CF_ImageInfo MX tag since there appears to be nowhere it is hosted 
now.  I need this because I need a FREE tag that will give me back 
atleast the DPI of a image.

Thanks

-- 
Greg Johnson
Owner  Lead Technician
[EMAIL PROTECTED]

Techno-Fix-It
Filling the Gap Between the Store and the Repair Shop
--
www.technofixit.com
Phone:(919)-371-1476
Fax:(919)-882-9804
P.O. Box 1094
Morrisville, N.C. 27560

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213108
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 this frameview frame source.

You can't do this for 0px frames or for iFrames that are hidden--as there's
no place to right-click. Searching the cache is too time consuming.

- Dan

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210513
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 = #CREATEODBCDATE(form.depdate2)#
/cfif

...and in the query:

WHERE ENROLL_DATE BETWEEN #DEPDATE1# AND #DEPDATE2#


Works correctly about 95% of the time. The other times, it's returning 
results outside the search range.

Weird, huh?

Ideas?

-- 
---
Les Mizzell

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210466
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 Microsoft Script Debugger and can view the
source code for any document loaded in memory. Firefox offers the Venkman
JavaScript Debugger, but unfortunately it tries to reload the URL to get the
source code--it doesn't load directly from memory. This is programmatic for
a number of reasons.

Has anyone seen an extension that will allow you to view the source code in
memory for each frame for a current tab?

Slightly off topic, but does anyone know how to overwrite the default
Reload command in the Context Menu to reload the active document object
and not the top.window object? I'd prefer the reload to do a self.reload()
instead of a top.window.reload(). Having to go to the This Frame sub
context menu was something I always hated about the old Netscape browser.

-Dan

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210467
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 @%*((%

Yes!

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:208321
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: More hash on the mailing list

2005-04-22 Thread Andrew Grosset
True...but sometimes I prefer the simpler more readable loop example for 
debugging, I guess I'm thinking back to pre CF 5.0 days...assuming that cfdump 
came available with CF 5.0?

Andrew.

You don't use that for anything other than debugging do you? You'll get all
form fields which you might 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 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204063
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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#
li#t#=#form[t]#
 /cfloop
/cfoutput

and as Dave Watts said putting the loop inside the query tag is an option, 
personally I think that's the best way and is much quicker to.

cheers,

Andrew.

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:203922
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 the proxy caching the page,
maybe include a uuid in the url so the page always appeared different?

Andrew.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201748
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199857
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 ---
CFPARAM NAME=Attributes.StrengthMode DEFAULT=Maximum

  !--- Make sure a closing tag exists in calling template ---
  CFIF NOT ThisTag.HasEndTag
CFABORT SHOWERROR=You need to supply a closing lt;CF_FileWriteTextgt; 
tag.
  /CFIF  
  
  
  !--- When the closing tag is encountered... ---
  CFIF ThisTag.ExecutionMode is End
!--- Replace multiple whitespace characters with a single space ---
CFSWITCH EXPRESSION=#Attributes.StrengthMode#
  CFCASE VALUE=Maximum
CFSET ThisTag.GeneratedContent = REReplace(ThisTag.GeneratedContent, 
[[:space:]]{2,},  , ALL)
  /CFCASE  
  CFCASE VALUE=Literate
CFSET ThisTag.GeneratedContent = REReplace(ThisTag.GeneratedContent, 
([#Chr(13)##Chr(10)#][^[:graph:]]*[#Chr(13)##Chr(10)#]), 
#Chr(13)##Chr(10)#, ALL)
CFSET ThisTag.GeneratedContent = REReplace(ThisTag.GeneratedContent, 
[ #Chr(9)#]{2,}, , ALL)
  /CFCASE  
  CFCASE VALUE=Medium
CFSET ThisTag.GeneratedContent = REReplace(ThisTag.GeneratedContent, 
([#Chr(13)##Chr(10)#][^[:graph:]]*[#Chr(13)##Chr(10)#]), 
#Chr(13)##Chr(10)#, ALL)
CFSET ThisTag.GeneratedContent = REReplace(ThisTag.GeneratedContent, 
[ #Chr(9)#]{2,},  , ALL)
  /CFCASE  
  CFCASE VALUE=Light
CFSET ThisTag.GeneratedContent = REReplace(ThisTag.GeneratedContent, 
([#Chr(13)##Chr(10)#][^[:graph:]]*[#Chr(13)##Chr(10)#]), 
#Chr(13)##Chr(10)#, ALL)
  /CFCASE  
  CFCASE VALUE=Off
  /CFCASE  
  CFDEFAULTCASE
CFABORT SHOWERROR=Error in CF_StripWhitespace tag. Invalid MODE 
attribute.
  /CFDEFAULTCASE
/CFSWITCH
  /CFIF


CFSETTING ENABLECFOUTPUTONLY=NO!--- Re-enable whitespace output ---
!--- = ---

I'm not sure who originally wrote it, but it works well.

If you place it in the same directory as the calling template you can call it 
like this:

CF_StripWhitespace StrengthMode=maximum
!--- your code goes here ---
/CF_StripWhitespace

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199706
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 all the html on one line

Andrew.

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199715
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Whitespace Woes

2005-03-22 Thread Andrew Grosset
me thinks it's not a good idea to call any tag within a CFOUTPUT tag...at least 
I'd try not to if at all possible.

Andrew.

 If you call the tag within a CFOUTPUT tag, then you'll get a few 
 extra
 lines of whitespace above the whitespace-suppressed content.  The
 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 Grosset [EMAIL PROTECTED]
 com wrote:
  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 all the html on 
 one line
  
  Andrew.
 
 -- 
 Barney Boisvert
 [EMAIL PROTECTED]
 360.319.6145
 http://www.barneyb.com/
 
 Got Gmail? I have 50 invites.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199724
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197595
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192293
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 my scheduled event only 
occurs once an hour it could actually have been many more times than this...

Luckily my life, job, career and income don't depend on their ineptitude but I 
expected more than this from such a large CF hosting company.

Andrew.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192152
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 always over 75% of Free Allocated Memory):

Free Allocated Memory: 402mb
Total Memory Allocated: 511mb
Max Memory Available to JVM: 511mb

From these numbers we can also determine the percent of free allocated memory 
available, and also the percent of avalaible memory allocated % of Free 
Allocated Memory: 79%
% of Available Memory Allocated: 100%

is the Free Allocated Memory of 402mb indicative of the server ram? they are 
indicating 1-4 GB of ram in their advertising.

Andrew.



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192159
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


<    1   2   3   >